/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


@import url('https://fonts.cdnfonts.com/css/horas');
@import url('https://fonts.cdnfonts.com/css/inter');



body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #5A5A5A;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: 'Inter', sans-serif;
  ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Horas', sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}


/* Ensure the body and html elements do not overflow */
html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}


.main-nav ul li a {
  text-decoration: none;
}



/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #F7F9FC;
  color: #7A7A7A;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  border: 2.5px solid #7a7a7a42;
}

.back-to-top i {
  padding-top: 10px;
  color: #7A7A7A;
}




/* .fa-chevron-up:before {
  content: "\f077";
  color: #7A7A7A;
} */


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff2f3;
  box-shadow: 0px 0px 0px rgba(127, 137, 161, 0.3);
}
.col-lg-9.intro-img.secondoneee img {
    margin-top: 50px;
}
/* #header.header-scrolled,
#header.header-pages {
  height: 67px;
  padding: 10px 0;
}   */

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}





.main-pages {
  margin-top: 60px;
}


nav.main-nav.d-none.d-lg-flex.align-items-center {
  margin-left: 0px;
}



.contact-btn {
  margin-left: -20px;
  /* Adjust negative value to move left */
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    position: relative;
    /* background: url(../img/intro-bg.png) center bottom no-repeat; */
    background-size: cover;
    padding: 120px 0 30px 0;
    background: #f7f9fc;
    /* height: 765px; */
}
/*
#intro .intro-img {

  float: right;
} */

#intro .intro-img img {
    width: 100% !important;
    max-width: 100%;
    /* height: auto; */
    /* object-fit: cover; */
    /* margin-left: 83px; */
}

/* Mobile view (screens smaller than 768px) */
@media (max-width: 768px) {
  #intro .intro-img img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 63px;
  }
          #intro .intro-img {
            width: 100% !important;
            float: none;
            margin: -51px auto 0px auto;
        }
    .logo img {
        /* width: 150px; */
        height: 40px !important;
    }
}




@media (width: 768px){
  .faq-column.mobilenww {
    margin-top: 0 !important;
}
#intro .intro-info.tabbb h2 {
  margin-bottom: 20px;
  line-height: 51.7px !important;
  font-size: 40px !important;
  font-weight: 800;
}
#intro .intro-info.tabbb p.gst-billing-text {
  font-size: 24px !important;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 34px;
}
header.section-header.tabvieww p {
  font-size: 40px !important;
  line-height: 45px !important;
}

.custom-highlight.webviewww {
  font-size: 40px !important;
  text-align: center !important;
  line-height: 45px !important;
  font-weight: 700 !important;
}


.section-title.tabvieww {
  font-size: 40px !important;
  text-align: center !important;
  line-height: 37px !important;
  /* padding: 10px 15px !important; */
  font-weight: 700 !important;
  /* width: 325px !important; */
  /* margin-left: 33px; */
}

.custom-heading.webviewww {
  font-size: 40px !important;
  text-align: center !important;
  line-height: 45px !important;
  font-weight: 700 !important;
}
.trusted-brands h4 {
  font-size: 40px !important;
  padding-top: 30px;
  text-align: center;
  line-height: 45px !important;
}
.trusted-brands .highlight {
  color: #d2303f;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 45px !important;
}
.unique-title.tabvieww {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 45px !important;
  text-align: center !important;
  /* padding: 0px 9px !important; */
}
p.faq-title.mobvieww.tabvieww span {
  font-size: 40px !important;
  line-height: 45px !important;
}
.section-header.mobviewheader span {
  font-size: 40px !important;
  line-height: 46px !important;
}
}

@media (min-width: 768px) and (max-width: 1050px) {
  #intro .intro-img img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 63px;
  }
  .logo img {
    width: 150px;
}
h2.verse-open.webview br {

    display:none;
}
#intro .intro-info h2 {
  font-size: 55px !important;
  text-align: center;
}
h2.unique-title1 {
  font-size: 47px !important;
  font-weight: 700;
  margin-bottom: 34px;
  margin-top: 18px;
  padding-bottom: 10px;
  line-height: 65px !important;
}
.faq-columns {
  display: grid !important;
  justify-content: space-between;
 gap: 0px !important;
}
.faq-column {
  width: 100% !important;
}
.footer-top.mobview {
  display: block !important;
}
.footer-top.webview {
  display: none !important;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #d2303f;
  border: 0;
  width: 100% !important;
  padding: 4px 20px 4px 20px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 161px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Horas';
  margin-top: 0px !important;
  height: 44px;
  margin-bottom: 30px !important;
  line-height: 36px;
}

.social-links {
  padding-top: 0px !important;
}
.col-sm-6.footer-info.tabvieww {
  margin-top: -30px;
}
b, strong {
  font-weight: 600;
}
#footer .footer-top .footer-links ul a {
  color: #333;
  font-weight: 700;
}
.footer-contact ul {
  list-style-type: none;
  padding: 0;
  font-family: 'Horas';
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 26.24px;
  color: #333;
}
.testimonial-card:nth-child(4) {
  grid-column: span 2 !important;
  grid-row: span 4;
}
.right-btn {
  right: -60px !important;
}

button.carousel-btn.left-btn {
  left: -70px !important;
}



}


#intro .intro-info {

  float: left;
  text-align: justify;
}

.col-lg-9.intro-img {
  width: 70%;
}

.col-lg-3.intro-info {
  width: 30%;
  margin-top: 20px;
}

#intro .intro-info h2 {
  color: #333;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
}

p.gst-billing-text {
  font-size: 18px;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 34px;
}



/* Mobile View (480px and below) */
@media (max-width: 480px) {
  p.gst-billing-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
}

/* Extra Small Devices (375px and below) */
@media (max-width: 375px) {
  p.gst-billing-text {
    font-size: 14px;
    /* Further reduced for very small screens */
  }
}


/* Tablet devices (max-width: 992px) */
@media (max-width: 992px) {
  #intro .intro-info h2 {
    font-size: 30px;
    /* Reduce font size */
    text-align: center;
    /* Center align for better readability */
  }
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  #intro .intro-info h2 {
    font-size: 30px;
    /* Further reduce font size */
    text-align: center;
    /* Keep center alignment */
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  #intro .intro-info h2 {
    font-size: 28px;
    /* Even smaller for small screens */
    margin-bottom: 25px;
    /* Reduce spacing */
    text-align: center;
    /* Ensures text is easy to read */
  }
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: none;
}


#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  letter-spacing: 0px;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border-radius: 161px;
  transition: 0.5s;

  color: #fff;
  text-decoration: none;
}

#intro .intro-info .btn-get-started {
  background: #d2303f;
  border: 1px solid #d2303f;
  color: #fff;
  font-weight: 600;
  font-family: 'Horas';
  font-size: 20px;
  line-height: 36px;
}

#intro .intro-info .btn-get-started:hover {
  background: #111;

  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}


.intro-img img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  padding: 0px;
}



@media (max-width: 768px) {
  #intro .intro-info .btn-get-started {
    background: #d2303f;
    border: 1px solid #d2303f;
    color: #fff;
    font-weight: 600;
    line-height: 20.85px;
    border-radius: 161px !important;
    padding: 10px 20px 10px 20px;
    font-family: 'Horas';
    font-size: 15px;
    margin-bottom: 15px;
  }
  .col-lg-9.intro-img.secondoneee img {
    margin-top: 0px;
}
}



.contact-btn {
  margin-left: -20px;
  /* Adjust negative value to move left */
}


/* h3 {
  text-decoration: underline;
  text-decoration-color: #d2303f;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
} */

h3 {
  display: inline-block;
  border-bottom: 3px solid #d2303f;
  padding-bottom: 5px;
  /* Adjust spacing */
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}


.main-nav,
.main-nav * {
  margin: 0;
  padding: 5px;
  list-style: none;
  background: #ffffff;
  border-radius: 60px;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #6A6A6A;
  padding: 0px 10px 0px 10px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Horas';
  font-weight: 500;
  line-height: 22.24px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #d2303f;
  text-decoration: none;
  font-weight: 700;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #007bff;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

/* .mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;

  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.95);

  transition: 0.4s;
  height: 100vh;

} */



.mobile-nav {
  position: fixed;
  top: -100vh; /* Initially hidden above the viewport */
  left: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  z-index: 9999;
  overflow-y: auto;
  background: #fffffff7;
  transition: top 0.4s ease-in-out;
}

.mobile-nav-active .mobile-nav {
  top: 60px; /* Moves down to reveal */
}

/* Ensure menu items are properly aligned */
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Align items to start */
  padding-left: 0;
}

/* Style individual menu items */
.mobile-nav ul li {
  width: 100%;
  padding: 10px 0;
}

button.mobile-nav-toggle.d-lg-none {
  color: #d2303f;
}
.mobile-nav ul li.active {
  background: #d2303f;

}

.mobile-nav ul li.active a{

  color: #fff !important;
}
/* Ensure all menu links are visible and properly spaced */
.mobile-nav a {
  display: block;
  width: 100%;
  padding: 5px 20px;
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500;
  font-family: 'Horas';
}
/* Fix dropdown styles */
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  padding-left: 20px;
}

.mobile-nav .drop-down.active>ul {
  display: block;
}

/* Ensure the close button is accessible */
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10000;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* Make sure the nav opens fully */
/* .mobile-nav-active .mobile-nav {
  left: 0;
} */

nav ul li a {
  text-decoration: none;
  /* Removes underline */
}

nav ul li a:hover,
nav ul li a:focus {
  text-decoration: none;
  /* Ensures underline doesn’t appear on hover or focus */
}




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 25px;
  color: #1e1e1e;
  text-align: center;
  font-weight: 600;
  position: relative;
  line-height: 34.75px;
  letter-spacing: 0px;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 0px;
  color: #556877;

}




/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f9fc;
  padding-top: 30px !important;
}

/* About Us Section
--------------------------------*/

#about {
  background: #fff2f3;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff2f3;
  margin-bottom: -23px;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;

  letter-spacing: 0px;
  font-family: 'Inter';
}

#about .about-container .icon-box {
  background: #fff2f3;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

#about {
  padding: 20px 0 40px 0;
  /* Add some padding around the section */
}

.section-header h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.section-header p {
  text-align: center;
  font-family: 'Montserrat';
}

.about-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 21px 26px;
  font-weight: 400;
}

.content p {
  line-height: 32px !important;
  font-size: 20px;
  color: #3a3a3a;
  padding: 0 60px 0 60px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .content p {
    line-height: 26px !important;
    font-size: 15px !important;
    color: #333;
    padding: 0 0px !important;
    margin: 0 auto;
    text-align: center;
}

  .section-header h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22.24px;
    font-weight: 600;
    color: #1E1E1E;
  }

  .section-header p {
    text-align: center;
    font-family: 'Montserrat';
  }
  .testimonial-author.mobslide {
    margin-left: 0px;
}
.stars.mobslide {
  margin-left: 70px;
  margin-top: -6px;
  margin-bottom: 30px;
}

}


h4.custom-heading {
  font-size: 40px;
  padding-top: 20px;
  line-height: 55.6px;
  font-weight: 700;
  color: #1E1E1E;
  font-family: 'Horas';
}

@media (max-width: 768px) {
  h4.custom-heading {
    font-size: 24px !important;
    /* padding-top: 10px !important; */
    text-align: center !important;
    line-height: 33.36px !important;
    font-weight: 700 !important;
    /* height: 67px !important; */
    /* width: 300px !important;
    margin-left: 35px !important; */
  }
}

@media screen and (max-width: 768px) {


  .custom-highlight {
    font-size: 24px !important;
    text-align: center !important;
    line-height: 33.36px !important;
    font-weight: 700 !important;
  }
}




.content span {
  font-weight: bold;
}






/* Services Section
--------------------------------*/

#services {
  padding: 10px 0 40px 0;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

h3.business-title {
  margin-top: 59px;
}


.accordion-item {
  margin-bottom: 10px;
  /* Adds space between each accordion box */
}




/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}




#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

/* #testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  background: #fff2f3;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
} */

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

section#contact {
  background: #f7f9fc;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

.form-group span {
  color: red;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.lastform-btnn {
  background: #d2303f;
  border: 0;
  border-radius: 30px;
  padding: 14px 47px 14px 47px;
  color: #fff;
  transition: 0.3s;
  font-family: 'Horas';
  font-size: 20px;
  font-weight: 600;
  line-height: 27.8px;
}

@media (max-width: 768px) {
  .lastform-btnn {
    background: #d2303f;
    border: 0;
    border-radius: 161px;
    padding: 14px 20px 14px 20px;
    font-size: 16px;
    width: 100%;

    display: block;
    margin: 0 auto;
    font-weight: 600;
}

input#message {
  width: 100% !important;
  height: 105px !important;
  border-radius: 12px !important;
  border: 1px solid #DDDDDD;
}

}


#contact .form button[type="submit"]:hover {
background-color: #eeeeee;
    color: #111;
    border: 1px solid #ff000000;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #333;
  font-size: 14px;
}


#footer .footer-top {
  background: #eeeeee;
  padding: 60px 0 7px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  text-align: justify;
  /* Justify text alignment */
}

@media screen and (max-width: 768px) {
  #footer .footer-top .footer-info {
    text-align: center;
    /* Align text to the left for tablets and smaller screens */
  }
}

@media screen and (max-width: 480px) {
  #footer .footer-top .footer-info {
    text-align: center;
    /* Align text to the left for mobile screens */
    padding-left: 20px;
    /* Optional: Add padding for better spacing */
  }
}


#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 32.36px;
  margin-bottom: 0;
  font-family: 'Inter';
  color: #333;
  font-weight: 500;
  font-family: 'Inter';
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eeeeee;
  color: #d2303f;
  line-height: 1;
  padding: 9px 0;
  margin-right: 13px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #d2303f;
}

#footer .footer-top .social-links a:hover {
  background: #28261d;
  color: #fff;
}



footer .footer-top h4 {
    font-size: 20px;
    font-weight: 700;
    color: #d2303f;
    text-transform: none;
    position: relative;
    padding-bottom: 0;
    font-family: 'Horas';
    line-height: 0;
}

.social-links {
    padding-top: 25px;
}

h4.footer-heading-c {
  margin-top: 30px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  text-align: justify;
  /* Justify text alignment */

}

@media screen and (max-width: 768px) {
  #footer .footer-top .footer-links {
    width: 100%;
    /* Stack links vertically on smaller screens */
    text-align: center;
    /* Align left on smaller screens */
  }
}

@media screen and (max-width: 480px) {
  #footer .footer-top .footer-links {
    width: 100%;
    padding-left: 20px;
    /* Optional: Add padding for better spacing */
  }
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Horas';
  line-height: 17px;
  padding-top: 10px;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  font-weight: 600;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #333;
}

#footer .footer-top .footer-links ul a:hover {
  color: #d2303f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: justify;
  /* Justify text alignment */

}

@media screen and (max-width: 768px) {
  #footer .footer-top .footer-contact {
    width: 100%;
    /* Stack contact info vertically on smaller screens */
    text-align: center;
    /* Align text to the left on smaller screens */
  }
}

@media screen and (max-width: 480px) {
  #footer .footer-top .footer-contact {
    width: 100%;
    /* Ensure full width on mobile */
    padding-left: 20px;
    /* Optional: Add padding for better spacing */
  }
}


#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #footer .footer-top .footer-newsletter {
    width: 100%;
    /* Full width on smaller screens */
    text-align: center;
    /* Align text to the left on smaller screens */
  }
}

@media screen and (max-width: 480px) {
  #footer .footer-top .footer-newsletter {
    width: 100%;
    /* Ensure full width on mobile */
    padding-left: 20px;
    /* Optional: Add padding for better spacing */
  }
}


#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #d2303f;
  border: 0;
  width: 191px;
  padding: 4px 20px 4px 20px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 161px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Horas';
  margin-top: 60px;
  height: 44px;
  line-height: 36px;
}

.footer-logo {
    max-width: 228px;
    margin-bottom: 11px;
    margin-top: -15px;
}


#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #333;
  border: 1px solid #d2303f;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  padding-top: 0px;
  color: #5A5A5A !important;
  font-family: 'Horas';
  font-weight: 500;
  font-size: 16px;
  line-height: 19.46px;
}


a.footer-end1 {
  color: #5A5A5A !important;
  font-family: 'Horas';
  font-weight: 500;
  font-size: 14px;
  line-height: 19.46px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}




@media screen and (max-width: 768px) {
  a.terms-mob {
    color: #5A5A5A !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 16.94px;
    margin-right: 13px;
  }
}


#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

.footer-contact ul {
  list-style-type: none;
  padding: 0;
  font-family: 'Horas';
  font-size: 16px;
  font-weight: 500;
  line-height: 26.24px;
  color: #333;
}

.footer-contact ul li {
  margin-bottom: 10px;

}

p.footer-address {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter';
  line-height: 30px;
  color: #333;
}

.footer-links ul li a {
  text-decoration: none;
  /* Removes underline */
  color: inherit;
  /* Keeps the text color consistent */
}

.footer-links ul li a:hover {
  text-decoration: hidden;
  /* Optional: Adds underline on hover */
}


#footer .footer-top .container .row>div {
  margin-bottom: 30px;

}


@media (max-width: 1200px) {
  #footer .footer-top .container .row>div {
    padding-left: 50px;
    /* Reduces padding on larger tablets and small screens */
  }
}

@media (max-width: 992px) {
  #footer .footer-top .container .row>div {
    padding-left: 20px;
    /* Adjusts padding for medium screens like tablets */
  }
}

@media (max-width: 768px) {
  #footer .footer-top .container .row>div {
    padding-left: 15px;
    /* Further reduces padding for smaller tablets and larger phones */
  }
}

@media (max-width: 576px) {
  #footer .footer-top .container .row>div {
    padding-left: 0;
    /* Removes padding on very small screens like mobile */
  }
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  @media (max-width: 991px) {
    #intro .intro-img {
      width: 82%;
      float: none;
      margin: -51px auto 0px auto;
    }
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 768px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  @media (max-width: 768px) {
    .section-header p {
      width: 100% !important;
      /* Increase width to allow better text wrapping */
      font-size: 16px !important;
      /* Slightly increase font size for readability */
      text-align: center;
      line-height: 1.4;
      /* Improve spacing between lines */
      word-break: break-word;
      /* Prevent text overflow */
      margin: 0 auto;
    }

    header.section-header P {
      font-size: 24px ! important;
      font-weight: 700 !important;
      line-height: 34px !important;
    }
  }





  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;

  }
}





/* Optional: Adding custom style for accordion */
.accordion-button {
  background-color: unset;
  color: #1E1E1E;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3sease;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 20px;

    line-height: 15px;
    margin-bottom: -15px;
}

@media screen and (max-width: 768px) {
  .accordion-button:not(.collapsed) {
    font-size: 16px !important;
    line-height: 22.24px !important;

    font-weight: 600 !important;
    padding: 10px 15px !important;
  }
}


/* .accordion-button:hover {
  background-color: #d32f40;
  color: white;

} */

.accordion-body {
  background-color: #ffffff;

  text-align: left;
  font-weight: 400;
  font-family: 'Inter';
  color: #5A5A5A;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .accordion-body {
    font-size: 14px !important;
    line-height: 22px !important;
    text-align: left !important;
    padding: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #5a5a5a !important;
  }
}


.d-flex.justify-content-center.mb-4 {
  margin-bottom: 3.5rem !important;
}


.accordion-button:focus {
  border-color: #fff;
  box-shadow: none;
}



.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}



/* General Styling */
body,
.pricing-wrapper {
  font-family: 'Poppins';
  background: #f4f7f9;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Section Title */
.pricing-heading {
  font-size: 2.5rem;
  margin-bottom: 23px;
  color: #222;
  padding: 0px;
  margin-top: 33px;
}

/* Toggle Button */
.pricing-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
  font-weight: 600;
  color: #444;
}

.pricing-switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 35px;
}

.pricing-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  transition: 0.4s;
  border-radius: 30px;
}

.pricing-slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.pricing-slider {
  background: #007bff;
}

input:checked+.pricing-slider::before {
  transform: translateX(35px);
}

/* Pricing Cards */
.pricing-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.pricing-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 25px;
    width: 350px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: auto;
    box-shadow: 0px 4.28px 4.28px 0px #98959540;
}

.pricing-box:hover {
      transition: all .5s;
    transform: translateY(-10px);
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
}

.plan-name {
  font-size: 26.74px;
  color: #2D3748;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: 'Horas';
}

.plan-cost {
  font-size: 2.2rem;
  color: #333;
  font-weight: 600;
  margin: 25px 0;
}

.plan-cost .yearly-fee {
  display: none;
}

.feature-list {
  list-style: disc;
  padding: 0px;
  text-align: left;
  margin-left: 18px;
  font-family: 'Inter';
}

.pricing-domain1:hover {
    position: relative;
    top: -30px;
        transition: all .5s;
    transform: translateY(-10px);
}

@media (max-width: 768px) {
  .feature-list {
    list-style: disc;
    padding-left: 28px;
    text-align: left;
    margin-left: 10px;
    font-size: 15px !important;
    font-family: 'Inter', sans-serif;
  }


}


@media (max-width: 768px) {
  .section-header.webviewheader P {
    display: none !important;
  }

  .section-header.mobviewheader {

    display: block !important;
  }
  button.btn.btn-primary.restbtnnn {
    width: 155px !important;
    font-size: 15px !important;
    padding: 10px 12px !important;
    /* border-bottom-left-radius: 30px !important; */
    /* border-top-left-radius: 30px !important; */
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 20.85px !important;
    height: 41px !important;
}
button.btn.btn-primary.restbtnnnn {
  width: 155px !important;
  font-size: 15px !important;
  padding: 10px 12px !important;
  /* border-bottom-left-radius: 30px !important; */
  /* border-top-left-radius: 30px !important; */
  text-align: center !important;
  font-weight: 600 !important;
  line-height: 20.85px !important;
  height: 41px !important;
}
}


.section-header.mobviewheader {

  display: none;
}


.feature-list li::marker {
  color: #d2303f;
  font-size: 22px;
}


.feature-list li {
  margin: 12px 0;
  color: #000000;
  font-weight: 600;
  font-size: 17.12px !important;
  line-height: 20.71px;
}

/* Plan Button */
.plan-button {
    background: #ffffff;
    color: #2D3748;
    border: 1px solid #DDDDDD;
    padding: 17.12px 103.76px 17.12px 103.76px;
    border-radius: 58.84px !important;
    cursor: pointer;
    font-size: 19px !important;
    transition: 0.3s;
    margin-top: 30px;
    font-weight: 600;
    line-height: 26.76px;
}

@media (max-width: 768px) {

  .plan-button {}



}


button.plan-button-center {
  background: #d2303f;
  color: #fff;
  border: 1px solid #3333334a;
  padding: 12px 62px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 50px;
  transition: 0.3s;
  margin-top: 63px;
  width: 100%;
}

button.plan-button {
  width: 100%;
  font-family: 'Horas';
}

.

/* Hover effect for pricing box and button */
.pricing-domain1:hover .pricing-box,
.pricing-domain1:hover .plan-button {
  transform: scale(1.05);
  background-color: #f8f8f8;
  border-color: #d2303f;
}

/* Button color change on hover */
.pricing-domain1:hover .plan-button {
  background-color: #d32f40;
  color: #fff;
}

/* Mobile View */

@media (max-width: 768px) {
  button.plan-button-center {
    width: 100%;
    /* Makes button full-width */
    padding: 14px 20px;
    /* Slightly increased padding */
    font-size: 1.1rem;
    /* Slightly larger text */
    background: #fff;
    color: #333;
    border: 1px solid #3333334a;
  }
}

button.plan-button-center:hover {

  background: #d2303f;
}

.plan-button:hover {
  background: #d2303f;
  color: #fff;
}



/* Responsive Design */
@media (max-width: 1024px) {
  .pricing-grid {
    gap: 30px;
    padding: 20px;
  }

  .pricing-box {
    width: 280px;
    padding: 25px;
  }

  .pricing-heading {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .pricing-box {
    width: 90%;
    padding: 20px;
  }

  .pricing-heading {
    font-size: 1.8rem;
  }

  .pricing-toggle-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .pricing-grid {
    gap: 15px;
  }

  .pricing-box {
    width: 100%;
    padding: 15px;
  }

  .pricing-heading {
    font-size: 1.6rem;
  }

  .pricing-toggle-wrapper {
    margin-bottom: 15px;
  }
}

.pricing-box:hover {
  background: #fff2f3;
}

/* .pricing-box.standard-tier.featured {
  background: #fff2f3;
  margin-top: -70PX;
} */
/* Add more spacing between pricing boxes in mobile view */
@media (max-width: 768px) {
  .pricing-box {
    margin-bottom: 0;
    width: 345px;
    margin-top: 15px;
    height: auto;
    box-shadow: 0px 3.95px 3.95px 0px #98959540;
    border-radius: 16px;
}
}

/* Change background color for mobile screens */
@media (max-width: 768px) {
  .pricing-box.standard-tier.featured {
    background: #fff;
    /* Lighter shade for better mobile visibility */
  }
}

@media (max-width: 480px) {
  .pricing-box.standard-tier.featured {
    background: #fff;
    /* Another shade for very small screens */
  }
}



/* Responsive Styles */
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-toggle-wrapper {
    flex-direction: column;
  }

  .pricing-heading {
    font-size: 1.8rem;
  }

  .plan-name {
    font-size: 1.4rem;
  }

  .plan-cost {
    font-size: 1.2rem;
  }

  .monthly-fee {

    font-size: 47.79px !important;
    line-height: 66.42px !important;
    font-weight: 700 !important;
  }

  .gst-text {
    font-size: 19.74px !important;
    line-height: 27.44px !important;
    font-weight: 500 !important;
  }

  .plan-description {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21.71px !important;
    letter-spacing: 0px !important;
  }

}


.yearly-fee {
  font-size: 1rem;
}

.feature-list li {
  font-size: 0.9rem;
}

.plan-button {
  font-size: 0.9rem;
  padding: 15px 15px;
}
}

@media (max-width: 480px) {
  .pricing-container {
    padding: 0 20px;
  }

  .pricing-heading {
    font-size: 1.5rem;
  }

  .plan-name {
    font-size: 1.2rem;
  }

  .plan-cost {
    font-size: 1rem;
  }

  .monthly-fee {
    font-size: 1.2rem;
  }

  .yearly-fee {
    font-size: 0.9rem;
  }

  .feature-list li {
    font-size: 0.8rem;
  }

  @media (max-width: 480px) {
    .plan-button {
      font-size: 21px;
      padding: 24px 12px;
      margin: 0px;
    }
  }
}

.plan-description {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
  line-height: 23.53px;
  color: #4A5568;
}

span.monthly-fee {
  font-family: 'Horas';
  font-weight: 800;
  font-size: 51.8px;
  line-height: 40px;
}

h2.unique-title1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 34px;
    margin-top: 18px;
    padding-bottom: 10px;
    line-height: 20px;
}

/* Adjust font size for mobile screens */
@media (max-width: 768px) {
  h2.unique-title1 {
    font-size: 22px;
    /* Reduce size for better readability */
  }
}

@media (max-width: 480px) {
  h2.unique-title1 {
    font-size: 28px;
    line-height: 39.97px;
    font-weight: 700;
  }
}

.gst-text {
  font-size: 21.39px;
  color: #2A2A2A;
  display: block;

  font-family: 'Horas';
  font-weight: 500;

}

@media (max-width: 768px) {

  /* Target mobile screens */
  .plan-name {
    text-align: center !important;
    color: #3a3a3a;
    font-size: 24.67px !important;
    line-height: 34.29px;
    font-weight: 700;
  }
}




/* General Styling for the FAQ Section */
.faq-container-wrapper {
  padding: 50px 20px 30px 20px;
  background-color: #fff2f3;
  color: #333;
}

.faq-title {
  text-align: center;
  font-size: 19.26px;
  margin-bottom: 30px;
  color: #1E1E1E;
}

.faq-content {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}


@media (max-width: 768px) {

  /* Target mobile screens */
  .faq-content {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  h2.verse-open.webview {
    display: none;
}

h2.verse-open.mobvieww {
    display: block !important;
}



}

h2.verse-open.mobvieww {
    display: none;
}



/* Two Column Layout */
.faq-columns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.faq-column {
  width: 48%;
}

/* FAQ Item */
.faq-question-item {
  margin-bottom: 25px;
}

.faq-question-btn {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  color: #333;
  text-align: left;
  border: none;
  font-size: 1.15rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-family: 'Horas';
}

.faq-question-btn:hover {
  background-color: #d2303f;
  color: #fff;
}

.faq-answer {
  display: none;
  padding: 15px;
  background-color: #ffffff;
  /* border-left: 4px solid #d32f40; */
  border-radius: 5px;
  margin-top: 10px;
}

.faq-answer p {
  margin: 0;
  font-size: 1rem;
  color: #555;
  font-family: 'Inter';
}

/* Responsive Styling */
@media (max-width: 768px) {
  .faq-columns {
    flex-direction: column;
    align-items: center;
  }

  .faq-column {
    width: 100%;
  }

  .faq-question-btn {
    font-size: 1rem;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }
}








/* Style for the button container */
.d-grid {
  display: grid;
  gap: 10px;
  justify-items: center;
}

/* Style for the individual buttons */
.d-grid .btn {
  width: 100%;
  /* Full-width buttons on small screens */
  max-width: 200px;
  /* Limit the button width */
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Primary button */
.d-grid .btn-primary {
  background-color: #d2303f;
  color: #fff;
  border: none;
}

.d-grid .btn-primary:hover {
  background-color: #0056b3;
}

/* Secondary button */
.d-grid .btn-secondary {
  background-color: #6c757d;
  color: #fff;
  border: none;
}

.d-grid .btn-secondary:hover {
  background-color: #5a6268;
}

/* Responsive design */
@media (max-width: 768px) {
  .d-grid {
    grid-template-columns: 1fr;
    /* Stack buttons on smaller screens */
  }
}

/* Styling for business-header */
.business-header {
  font-size: 36px;
  font-weight: 500;
  color: #283d50;
  text-align: center;
  margin-bottom: 30px;
}




.brand-section {
  text-align: center;
  padding: 30px 0;
}

.category {
  display: none;
}

.swiper-container {
  width: 100%;
  margin: auto;
}

.swiper-slide img {
  width: 100px;
  cursor: pointer;
}

.description-box {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  background: #f9f9f9;
}

.logo-showcase {
  display: flex;

  margin-top: 20px;
  padding: 10px 0;
  gap: 31px;
  justify-content: center;
}

/* Mobile view (screens smaller than 768px) */
@media (max-width: 768px) {
  .logo-showcase {
    gap: 15px;
    /* Reduce gap between logos for mobile */
    padding: 15px 0;
    /* Adjust padding for a better look on mobile */
    margin-top: 15px;
    /* Adjust margin for a more compact view */
  }
}

.logo-showcase img {
  width: 87px;
  height: 82px;

}






/* Description Box Layout */
.description-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dddddd5e;
  border-radius: 57px;
  margin-bottom: 30px;
}

/* Left Side */
.left-side {
  flex: 1;
  margin-right: 20px;
}

.left-side p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #d2303f;
}

.left-side ul {
  list-style-type: none;
  padding-left: 0;
}

.left-side li {
  font-size: 16px;
  margin-bottom: 10px;
}





/* Right Side */
.right-side {
  flex: 0 0 300px;
}

.right-side img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}





.contact-btn {
  background-color: #d2303f;
  color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #d2303f;
  font-family: 'Horas';
  font-size: 18px;
  line-height: 25.02px;
}

.contact-btn:hover {
  background-color: #111;
  color: white;
  border: 1px solid #d2303f;

}



/* Hide the Contact Us button on screens smaller than 768px (mobile) */
@media (max-width: 768px) {
  .contact-btn {
    display: none !important;
  }
}











.business-support h2 {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
}

.toggle-buttons {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-bottom: 20px;
}

.toggle-btn {
  /* padding: 10px 20px; */
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  background-color: #ffffff;
  transition: 0.3s;
}

.toggle-btn.active {
  background-color: #d2303f;
  color: white;
}


.section-title {
  font-size: 40px !important;
  font-weight: bold;
  color: #333;
  margin-bottom: 43px;
  width: 100% !important;
  text-align: center;
  /* Centers the text */
  white-space: normal;
  /* Allows text to wrap */
  word-wrap: break-word;
  /* Ensures long words break */
  line-height: 1.4;
  /* Adjusts spacing between lines */

}


@media (max-width: 768px) {
  .section-title {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 25px !important;
    text-align: center !important;
    line-height: 1.4 !important;

  }
}


/* section.business-support {
  background: #fff2f3;
} */

.business-section {
  background: #fff2f3;
}



#business-type {
  color: #d92332;
}

/* Carousel styling */
.business-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 80%;
  margin: auto;
}

.carousel-container {
  overflow-x: hidden;
  /* width: 85%; */
  display: flex;
}

.carousel-items {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease-in-out;
}

.business-item {
  text-align: center;
  cursor: pointer;
  min-width: 120px;
  padding: 10px;
  border-radius: 10px;
  opacity: 1;
}

.business-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  filter: grayscale(100%);
  transition: 0.3s;
}

.business-item.active img,
.business-item:hover img {
  filter: grayscale(0%);
}

.business-item p {
  font-size: 20px;
  margin-top: 5px;
  font-family: 'Horas';
  font-weight: 600;
  line-height: 27.8px;

}

/* Carousel buttons */
.carousel-btn {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: 0.3s;
}

.carousel-btn:hover {
  color: #d92332;
}

/* Responsive */
@media (max-width: 768px) {
  .toggle-buttons {
    flex-direction: row;
    gap: 5px;
    padding: 10px;
  }

  .toggle-btn {
    width: 90%;
  }

  .business-carousel {
    max-width: 100%;
  }

  .carousel-container {
    width: 100%;
  }

  .business-item {
    min-width: 100px;
  }
}


h2.business-title {
  padding: 47px;
}

@media (max-width: 768px) {
  h2.business-title {
    padding: 19px;
    font-size: 21px;
    text-align: center;
  }
}






/* Style for the entire H2 text (excluding span) */
.unique-title {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    padding-bottom: 20px;
    padding-top: 10px;
}


@media screen and (max-width: 768px) {
  .unique-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 33.36px !important;
    text-align: center !important;
    /* padding: 0px 9px !important; */
  }

  #food-title br {
    display: none;
  }
}


.highlight-soft-recharge {
  color: #d32f40;
  font-weight: 700;
}


/* Business Info Styling */
.business-info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  transition: all 0.3sease-in-out;
  width: 100%;
  gap: 30px;
}



/* Row-reverse for Retail Section */
.row-reverse {
  flex-direction: row-reverse;
}



/* Image Styling */
.business-info img {
  width: 350px;
  height: auto;
  margin-right: 20px;
}

/* Business Content Styling */
.business-content h3 {
  color: #d2303f;
  margin-bottom: 10px;
  font-size: 22px;
}

.business-content p {
  font-size: 18px;
  line-height: 33px;
  text-align: left;
  font-weight: 400;
  color: #5A5A5A;
}

div#retail-info {
  display: inline-flex;
}

.business-content ul {
  list-style: none;
  padding-left: 0px;
}

.business-content ul li {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 500;
  list-style: disc;
  margin-left: 16px;
  font-family: 'Inter';
  line-height: 38px;
  color: #1E1E1E;
}

.business-info.row-reverse.business-content {
  position: relative !important;
  left: -185px !important;
}

/* 🔹 Tablet & Mobile Responsive */
@media (max-width: 992px) {
  .business-info {
    flex-direction: column;
    /* Stack content vertically */
    text-align: center;
    padding: 15px;
  }

  .business-info img {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 15px;
  }

  .business-content h3 {
    font-size: 20px;
  }

  .business-content p {
    font-size: 14px;
  }

  @media (max-width: 992px) {
    .business-content p {
      font-size: 14px;
      text-align: left;
      font-weight: 400;
      line-height: 22px;
      font-family: 'Inter';
    }
  }

  .business-content ul {
    padding-left: 0;
  }

  .business-content ul li {
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
    color: #1e1e1e;
  }
}

/* Trusted Brands Section */
.trusted-brands {
  text-align: center;
  margin-top: 0px;
  background: #f4f7f9;
}

.trusted-brands h4 {
  font-size: 30px;
  font-weight: 600;
  padding-top: 50px;
  background: #f4f7f9;
  font-family: 'Horas';
  line-height: 41.7px;
      color: #000;
}

/* Responsive styling for mobile devices */
@media (max-width: 768px) {
  .trusted-brands h4 {
    font-size: 20px;
    /* Reduce font size */
    padding-top: 30px;
    /* Reduce padding */
    text-align: center;
    /* Center align text */
    line-height: 1.4;
    /* Improve readability */
  }
}

@media (max-width: 480px) {
  .trusted-brands h4 {
    font-size: 20px !important;
    padding-top: 20px;
    font-weight: 600;
    line-height: 27.8px;
    padding-left: 5px;
    padding-right: 5px;
}

  .trusted-brands .highlight {

    font-size: 23px !important;
    padding-top: 20px;
    font-weight: 600 !important;
    line-height: 27.8px !important;
  }
}

.trusted-brands .highlight {
  color: #d2303f;
  font-weight: 700;
  font-size: 30px;
  line-height: 41.7px;
}

.mob-testimonial-section {
  display: none;
}

@media (max-width: 768px) {
  /* .owl-theme .owl-dots .owl-dot {
    display: none !important;
  } */
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #d2303f !important;
}


.mob-testimonial-section {
  display: block;
}

.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 135px;
  left: -25px;
}
.owl-carousel .owl-nav button.owl-prev:hover{
  color: #000 !important;
}
.owl-carousel .owl-nav button.owl-next:hover{
  color: #000 !important;
}
.owl-carousel .owl-nav button.owl-prev {
  /* background: 0 0; */
  color: #c5b5b5;
  border: none;
  padding: 0 !important;
  font-size: 30px;
  background: none !important;
}
.owl-carousel .owl-nav button.owl-next {
  /* background: 0 0; */
  color: #c5b5b5;
  border: none;
  padding: 0 !important;
  font-size: 30px;
  background: none !important;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 135px;
  right: -25px;
}
}



.brands-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
  background: #f4f7f9;
}

.brands-logos img {
  width: 100px !important;
  height: 100px;
  object-fit: contain;
  background: #efefef;
  border-radius: 50%;
  padding: 10px;
  transition: transform 0.3sease-in-out;
}

@media (max-width: 768px) {
  .brands-logos img {
    width: 75px !important;
    height: 80px !important;
    object-fit: contain;
    background: #efefef;
    border-radius: 50%;
    padding: 0;
    transition: transform 0.3s ease-in-out;
    /* Fixed syntax */
  }
}


/* .brands-logos img:hover {
  transform: scale(1.1);
} */

/* Mobile View */
@media (max-width: 768px) {
  .brands-logos {
    gap: 10px;
    /* Reduce spacing */
    padding: 10px 0;
  }

  .brands-logos img {
    width: 60px;
    /* Reduce size */
    height: 60px;
    padding: 8px;
  }

  .carousel-items {
    display: flex;
    gap: 0 !important;
    flex-wrap: nowrap;
  }

  .business-item p {
    font-size: 13px;
    margin-top: 5px;
    font-family: 'Horas';
    font-weight: 600;
    line-height: 19px;
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .brands-logos {
    gap: 8px;
  }

  .brands-logos img {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
}

/*
.brands-logos img:hover {
  transform: scale(1.1);
} */

/* 🔹 Mobile View: Horizontal Scroll for Logos */
@media (max-width: 768px) {
  .brands-logos {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 15px 0;
    gap: 15px;
  }


  .brands-logos::-webkit-scrollbar {
    display: none;
  }

  .brands-logos img {
    width: 50px;
    /* Adjusted size for mobile */
    flex: 0 0 auto;
    /* Ensures images stay in line */

  }
}



@media (max-width: 768px) {
  .business-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .carousel-container {
    display: flex;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling 2876
    on iOS */
    white-space: nowrap;
    width: 100%;
  }

  .carousel-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .carousel-items .business-item {
    min-width: 160px;
    /* Adjust item width */
    flex: 0 0 auto;
    text-align: center;
  }

  /* Hide left & right buttons on mobile */

}

.carousel-container {
  display: flex;
  overflow-x: auto;
  /* Enable horizontal scrolling */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* Ensures smooth scrolling on iOS */
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding: 10px 0;
}

/* Hide scrollbar for all browsers */
.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-items {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.business-item {
  min-width: 150px;
  text-align: center;
  flex: 0 0 auto;
  /* Ensures items stay in one line */
}

.carousel-btn {
  cursor: pointer;
  background-color: #d2303f;
  color: white;
  border: none;
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}


.right-btn {
  right: -100px;
}

@media (max-width: 768px) {
  .carousel-container {
    overflow-x: scroll;
  }

}





section#business-support {
  padding-bottom: 30px;
}



.testimonial-section {
  padding: 30px 20px 50px 20px;
  background: #fff2f3;
}

.testimonial-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h2 {
  font-size: 26px;
  font-weight: bold;
}

h2 span {
  color: red;
}

/* Desktop Grid Layout */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.testimonial-card {
  background: white;
  padding: 20px;
  border-radius: 15.36px;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: left;
  max-width: 100%;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

p.billing-review {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter';
  padding-left: 61px;
  color: #293238;
}

.testimonial-author img {
  width: 50px !important;
}

@media (max-width: 768px) {
  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    background: #fff2f3;
    padding: 10px;
    border-radius: 8px;
    margin-left: -112px;
    text-align: justify;
  }
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.stars {
  color: #d2303f;
  font-size: 18px;
  margin: 5px 0;
  text-align: center;
  margin-left: -53px;
}

.stars-down {
  margin-left: 59px;
  color: #d2303f;
  font-size: 18px;


}

@media (max-width: 768px) {
  .stars {
    font-size: 16px;
    margin-left: -131px;
    text-align: left;
  }
}

span.custom-domain {
  font-size: 13.44px;
  font-family: 'Horas';
  font-weight: 500;
  line-height: 18.69px;
  color: #758090;
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 13px;
  color: grey;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 13px;
  color: grey;
}


.accordion-button::after {
  flex-shrink: 0;
  width: 0px !important;
  height: 0px !important;
  margin-left: auto;
  content: none !important;
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  display: none !important;
}

/* Mobile View: Swiper Slider */
.swiper {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: white; */
  padding: 20px;


}

.swiper-pagination {
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-grid {
    display: none;
  }

  .swiper {
    display: block;
  }
}



.swiper-button-prev,
.swiper-button-next {
  width: 15px;
  height: 107px;
}

.swiper-button-prev {
  left: -1px;
  /* Adjust positioning */
}

.swiper-button-next {
  right: -1px;
  /* Adjust positioning */
}



.testimonial-text {
  font-size: 16px;
  color: #333;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.5;
}


@media screen and (max-width: 768px) {
  .testimonial-text {
    font-size: 14px;
    color: #293238;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }
}

.swiper-slide.swiper-slide-active {
  background: #fff2f3;
}




.testimonial-card:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}

.testimonial-card:nth-child(2) {
  grid-column: span 1;
}

.testimonial-card:nth-child(3) {
  grid-column: span 1;
}

.testimonial-card:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}

.testimonial-card:nth-child(5) {
  grid-column: span 2;
}







/* Carousel Styling */
.business-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  margin: auto;
}

.carousel-container {
  /* overflow-x: auto; Enables horizontal scrolling */
  scroll-behavior: smooth;
  /* Smooth scrolling */
  white-space: nowrap;
  /* Prevents items from breaking into a new line */
  display: flex;

}

button.carousel-btn.left-btn {

  left: -85px;
}

/* Carousel Items */
.carousel-items {
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
  /* Prevents wrapping */
}

.business-item.active p {
  color: #d2303f !important;
}

/* Carousel Buttons */
.carousel-btn {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  transition: 0.3s;
  opacity: 0.5;
}

.carousel-btn:hover {
  color: #d92332;
}

/* Responsive */
@media (max-width: 768px) {
  .toggle-buttons {
    flex-direction: row;
    gap: 0px;
    padding: 10px;
  }

  button.carousel-btn.left-btn {
    left: 0 !important;
  }

  #intro .intro-info h2 {

    margin-bottom: 20px;
    line-height: 41.7px;
    font-size: 31px !important;
    font-weight: 800;
  }


  .right-btn {
    right: -5px !important;
  }

  .business-item {
    text-align: center;
    cursor: pointer;
    min-width: 120px;
    padding: 0px !important;
    border-radius: 10px;
    opacity: 0.6;
  }

  .carousel-btn {
    cursor: pointer;
    /* background-color: #d32f40; */
    /* color: white; */
    border: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    top: 35% !important;
    transform: translateY(-50%);
    z-index: 10;
  }

  .toggle-btn {
    width: 90%;
  }

  .business-carousel {
    max-width: 100%;
  }

  .carousel-container {
    width: 100%;
  }

  .business-item {
    min-width: 100px;
  }
}

h2.business-title {
  padding: 47px;
}

@media (max-width: 768px) {
  h2.business-title {
    padding: 19px;
    font-size: 21px;
    text-align: center;
  }
}

.map-image {

  height: auto;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

/* Hide mobile image by default */
.mobile-img {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .desktop-img {
    display: none;
    /* Hide desktop image */
  }

  .pricing-box:hover {
    background: #fff2f3 !important;
}

  .mobile-img {
    display: block;
    /* Show mobile image */
    width: 100%;
    /* Full width for mobile */
    margin-top: 0;
  }

  .pricing-domain1:hover {
    position: relative;
    top: 20px;
    transition: all .5s;
    transform: translateY(-10px);
}

button.btn.btn-primary.newonee {
  width: 155px !important;
  font-size: 15px !important;
  padding: 10px 12px !important;
  border-bottom-left-radius: 30px !important;
  border-top-left-radius: 30px !important;
  text-align: center !important;
  font-weight: 600 !important;
  line-height: 20.85px !important;
  height: 41px !important;
}




button.btn.btn-primary.newtwoo {
width: 155px !important;
font-size: 15px !important;
padding: 10px 12px !important;
border-top-right-radius: 30px !important;
border-bottom-right-radius: 30px !important;
text-align: center !important;
font-weight: 600 !important;
line-height: 20.85px !important;
height: 41px !important;
}

}



.swipemerge {
  display: flex;
}

button.toggle-btn.active {
  background: #d2303f !important;
  color: #fff !important;
}



.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
}

.btn-submitt.text-right {
  padding-top: 20px;
}

.form-group {
  margin-bottom: 35px;
}

label {
  float: left !important;
  font-family: 'Horas';
  font-size: 20px;
  font-weight: 500;
  line-height: 27.8px;
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1;
  box-shadow: none !important;
}

.form-control {
  padding: 25px 0 25px 15px;
  /* border: 1px solid #e4dddd78; */
  border-radius: 40px !important;
  border: 1px solid #DDDDDD;
}

input#message {

  height: 100px;
  border-radius: 12px !important;
  border: 1px solid #DDDDDD;
}

@media (min-width: 1300px) and (max-width: 1400px) {

    .main-nav,
.main-nav * {
  margin: 0;
  padding: 3px;
  list-style: none;
  background: #ffffff;
  border-radius: 60px;
}



.main-nav a {
    display: block;
    position: relative;
    color: #6A6A6A;
  padding: 0px 10px 0px 10px;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Horas';
    font-weight: 500;
    line-height: 22.24px;
}
#about .about-container p:last-child {
margin-bottom: 0;
text-align: center;
font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
font-family: 'Inter';
}
.business-content p {
font-size: 16px;
line-height: 33px;
text-align: left;
font-weight: 400;
color: #5A5A5A;
}
.business-content ul li {
font-size: 16px;
margin-bottom: 5px;
text-align: left;
font-weight: 500;
list-style: disc;
margin-left: 16px;
font-family: 'Inter';
line-height: 31px;
color: #1E1E1E;
}
.plan-description {
text-align: left;
font-size: 16px;
font-weight: 400;
font-family: 'Inter';
line-height: 23.53px;
color: #4A5568;
}
}


@media (max-width: 768px) {
  .mobile-reorder {
    display: flex;
    flex-direction: column-reverse;
    /* This moves the text below the image */
    align-items: center;
    text-align: center;
    /* Center text for better readability */
  }
}


@media (max-width: 768px) {
  #restaurantSection {
    display: flex;
    flex-direction: column-reverse;
    /* Reverses order so image appears first */
  }

  #restaurantSection .col-lg-6 {
    width: 100%;
    /* Ensures full width */
    text-align: center;
  }

  #restaurantSection img {
    max-width: 100%;
    /* Responsive image */
    height: auto;
    margin-bottom: 20px;
    /* Space below the image */
  }
}



header.section-header P {
  font-size: 40px;
  font-weight: 700;
  color: #1e1e1e;
  font-family: 'Horas';
  line-height: 55.6px;
  letter-spacing: 0px;
}


@media (max-width: 768px) {
  h2.verse-open {
    font-size: 35px !important;
    width: 100% !important;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }
}
.pricing-box:hover .plan-name {
  color: #d2303f !important;
}



.faq-title {
  text-align: center;
  font-weight: 600;
  font-family: 'Horas', sans-serif;
  line-height: 26.76px;
  margin-top: -28px;
}

@media screen and (max-width: 768px) {
  .faq-title {
    font-family: Horas;
    font-weight: 600;
    font-size: 16px;
    line-height: 22.24px;
    letter-spacing: 0%;

  }
}


.faq-highlight {
  color: #d2303f;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.6px;
}

.faq-normal {
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 700;
  line-height: 55.6px;
}

/* Responsive CSS for Mobile */
@media (max-width: 768px) {


  .faq-highlight {
    font-family: Horas;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 31.97px;
    text-align: center;
}

.faq-normal {
  font-family: Horas;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 31.97px;
  text-align: center;
}

  .col-sm-6.footer-info {
    width: 50%;
  }

  .col-sm-6.footer-info.footer-links {
    width: 50% !important;
  }

  .col-sm-6.footer-info.footer-contact {
    width: 50% !important;
  }
  .social-links {
    padding-top: 0;
}
  #footer .footer-top .footer-newsletter input[type="submit"] {
    background: #d2303f;
        border: 0;
        width: 90%;
        padding: 4px 20px 12px 20px;
        text-align: center;
        color: #fff;
        transition: 0.3s;
        cursor: pointer;
        border-radius: 161px;
        font-size: 15px;
        margin-top: 0;
        font-weight: 600;
        font-family: 'Horas';
    }

  .footer-logo {
    max-width: 189px;
    margin-bottom: 11px;
    margin-top: -5px;
            padding-left: 20px;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #eeeeee;
    color: #d2303f;
    line-height: 1;
    padding: 4px;
    margin-right: 2px;
    border-radius: 50%;
    text-align: center;
    width: 27px;
    height: 27px;
    transition: 0.3s;
    border: 1px solid #d2303f;
  }

  h4.footer-heading-c {
    margin-top: 0 !important;
    text-align: left;
    margin-left: 29px;
}
#footer .copyright {
    text-align: center;
    padding-top: 0px;
    color: #5A5A5A !important;
    font-family: 'Horas';
    font-weight: 500;
    font-size: 16px;
    line-height: 19.46px;
}

footer .footer-top h4 {
  margin-top: 0 !important;
  text-align: left;
  margin-left: 26px;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 25.02px !important;
}

  .footer-contact ul {
    list-style-type: none;
    padding: 0;
    font-family: 'Horas';
    text-align: left;
    margin-left: 21px;
    color: #333;
        font-weight: 600;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Horas';
    text-align: left;
    margin-left: 25px;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 0;
    font-family: 'Inter';
    color: #333;
    font-weight: 600;
    text-align: left;
    margin-left: 27px;
  }
  b, strong {
    font-weight: 600;
}

  .footer-top.webview {
    display: none;
  }


  .footer-top.mobview {
    display: block !important;
  }

    .accordionItemHeading {
        cursor: pointer;
        margin: 0px 0px 20px 0px;
        padding: 22px 0px 22px 0px !important;
        font-size: 14px !important;
        font-family: Horas !important;
        line-height: 18px !important;
        letter-spacing: 0px;
        font-weight: 700 !important;
    }

    p.accord-para {
        font-family: Inter !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
    }


  .faq-column.mobilenww {
    margin-top: -27px;
  }

  .copyright.webview {
    display: none;
  }

  .copyright.mobview {
    display: block !important;
  }


}


.footer-top.mobview {
  display: none;
}


.copyright.mobview {
  display: none;
}







.accordionWrapper {
  /* padding: 30px; */
  /* background: #fff; */
  float: left;
  /* width: 500px; */
  border-radius: 5px;
  box-sizing: border-box;
  /* margin: 30px; */
  /* margin-left: 100px; */
  /* box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2); */
}


.accordionItem {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;

}

.accordionItemHeading {
  cursor: pointer;
  margin: 0px 0px 20px 0px;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  color: #1E1E1E;
  width: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  font-family: 'Horas';
  line-height: 26px;
  display: flex;
}

.accordionItemHeading span {
  float: left;
  font-size: 30px;
  padding-right: 25px;
  color: #1E1E1E;
}

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;

  transform: scaleY(0);
  float: left;
  display: block;


}

.open .accordionItemContent {
  padding: 0px 22px 1px 22px;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  width: 100%;
  margin: 0px 0px 20px 0px;
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.4sease;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Inter';
      border-radius: 0 0 15px 15px;
}

.open .accordionItemHeading {
  margin: 0px;

  border-top-left-radius: 3px;
  border-top-right-radius: 3px;

  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
    border-radius: 15px 15px 0 0;

}

p.accord-para {
  margin-left: 18px;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Inter';
  line-height: 29.02px;
  color: #4A4A4A;
}

.accordionWrapper {
  text-align: left;
}


.close {

  opacity: 1 !important;
}

.error-text {
  color: red;
  font-size: 12px;
  display: block;
  text-align: left;
  margin-top: 5px;
}




.business-item img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.business-item:hover img {
  transform: scale(1.1);
  /* Slightly enlarges the image */
  color: #d2303f;
}

.business-item p {
  transition: color 0.3s ease-in-out;
}

.business-item:hover p {
  color: #d2303f;
  /* Change text color on hover */
}



@media screen and (max-width: 768px) {
  /* #restaurantBtn {
    font-size: 15px !important;
    padding: 10px 16px 10px 16px !important;
    border-top-left-radius: 161px !important;
    border-bottom-left-radius: 161px !important;
    font-weight: 600 !important;
    line-height: 20.85px;
  } */




}



@media screen and (max-width: 768px) {
  /* #retailBtn {


    padding: 10px 16px 10px 16px !important;
    border-top-right-radius: 31px !important;
    border-bottom-right-radius: 31px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20.85px !important;
  } */
}


@media screen and (max-width: 768px) {
  .toggle-btn.mobile-toggle-btn {
    width: 155px !important;
    font-size: 15px !important;
    padding: 10px 12px !important;
    border-bottom-left-radius: 30px !important;
    /* Changed from 161px to 30px for consistency */
    border-top-left-radius: 30px !important;
    /* Changed from 161px to 30px for consistency */
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 20.85px !important;
    height: 41px !important;
  }

  .toggle-btn.mobile-retail-btn {
    width: 155px !important;
    font-size: 15px !important;
    padding: 10px 12px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 20.85px !important;
    height: 41px !important;
  }
}

p.faq-title.wevieww {
  display: block;
}


@media screen and (max-width: 768px) {
  .section-title {
    font-size: 28px !important;
    text-align: center !important;
    line-height: 37px !important;
    /* padding: 10px 15px !important; */
    font-weight: 700 !important;
    /* width: 325px !important; */
    /* margin-left: 33px; */
}
p.faq-title.wevieww {
  display: none;
}

.faq-title br {
  display: none;
}

p.faq-title.mobvieww span {
  font-size: 22px !important;
}
}

p.faq-title.mobvieww {
  display: none;
}


@media (max-width: 768px) {  /* Targets mobile devices */
  .form {
    background-color: #fff2f3;
    padding: 20px;
    border-radius: 20px;
}
p.faq-title.mobvieww {
  display: block;
}
h2.verse-open.webview br {
     display: none;
}
}



@media (max-width: 768px) {  /* Applies only on mobile screens */
  .mobile-effect {
    color: #d2303f !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.col-lg-6.exploremobvieww {
    margin-top: -45px;
}
/* Default state - collapsed (black border) */
.accordion-item {
    border-left: 4px solid #d2303f !important;
    transition: border-color 0.3sease-in-out;
}

/* Expanded state - red border */
.accordion-item:has(.accordion-collapse.show) {
  border-left: 4px solid #d2303f !important;
}
.accordionItemHeading span {
   float: left;
        font-size: 30px;
        padding-right: 15px !important;
        color: #1E1E1E;
        padding-left: 5px;
}
.faq-container-wrapper {
    padding: 50px 5px 30px 5px;
    background-color: #fff2f3;
    color: #333;
}


}

span.mobile-effect {
  color: #d2303f;
  font-size: 24px;
  font-weight: 700;

}

@keyframes flash {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.restbtnnn, .restbtnnnn {
  transition: all 0.3s ease-in-out;
}

/* Flashing animation only on inactive button */
.restbtnnn.inactive, .restbtnnnn.inactive {
  animation: flash 1.2s infinite ease-in-out;
     color: #d2303f !important;
    background: #fff;

}

@keyframes flash {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.tabs-a, .tabs-b {
  transition: all 0.3s ease-in-out;
}

/* Flashing animation only on inactive button */
.tabs-a.inactive, .tabs-b.inactive {
  animation: flash 1.2s infinite ease-in-out;
  color: #d2303f !important;
  background: #fff;
}

@keyframes flash {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.newonee, .newtwoo {
  transition: all 0.3s ease-in-out;
}


.newonee.inactive, .newtwoo.inactive {
  animation: flash 1.2s infinite ease-in-out;
  color: #d2303f !important;
  background: #fff;
}


@keyframes flash {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.toggle-btn {
  transition: all 0.3s ease-in-out;
}




.marquee-container {
  width: 100%;
  overflow: hidden;
  /* background: #f8f8f8; */
  padding: 10px 0;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 30px; /* Adjust spacing between images */
  width: max-content;
  animation: marquee 15s linear infinite;
}

.marquee-content img {


 border-radius: 50px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.logo img{
  height: 60px;
}



/* Default state - collapsed (black border) */
.accordion-item {
    border-left: 4px solid #d32f404f !important;
    transition: border-color 0.3sease-in-out;
}

/* Expanded state - red border */
.accordion-item:has(.accordion-collapse.show) {
  border-left: 4px solid #d2303f !important;
}

.we-support-soft{

  margin-bottom: 15px;
}

.we-support-soft-bg{
  background: #fff2f3;

}

.tabs1-food {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}

.carousel-food-beverages .item-sec img{
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  filter: grayscale(100%);
  transition: 0.3s;
}

.carousel-food-beverages .item-sec p{

    font-size: 20px;
    margin-top: 5px;
    font-family: 'Horas';
    font-weight: 600;
    line-height: 27.8px;

}


.carousel-retail-businesses .item-sec img{
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  filter: grayscale(100%);
  transition: 0.3s;
}

.carousel-retail-businesses .item-sec p{

    font-size: 20px;
    margin-top: 5px;
    font-family: 'Horas';
    font-weight: 600;
    line-height: 27.8px;

}

.item-sec {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.color1{
  color: #d2303f;
  font-weight: 700;
  font-family: 'Horas';
  font-size: 40px !important;
  font-weight: bold;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
}
.color2{
  color: #333;
  font-weight: 700;
  font-family: 'Horas';
  font-size: 40px !important;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
}

.item-sec:hover img {
  transform: scale(1.1);
  color: #d2303f;
  filter: grayscale(0%);
}
.item-sec:hover p {
  color: #d2303f;
}
.min-container {
  max-width: 80%;
  margin: 0 auto;
}
.short-des.we-support-soft-bg {
  padding-top: 60px;
  padding-bottom: 15px;
}
.carousel-food-beverages .item {
  padding-top: 20px;
  cursor: pointer;
}
.carousel-retail-businesses .item {
  padding-top: 20px;
  cursor: pointer;
}
.red-color{
  color: #d2303f !important;
}
.we-support-nav-tabs {
  background: #fff;
  color: #d2303f;
  border-radius: 35px 35px 35px 35px;
  overflow: hidden;
}
.we-support-nav-tabs button {
  width: 204px;
  text-align: center;
  color:#d2303f;
  background-color: #fff;
  border: #d2303f;
  font-family: 'Horas';
  font-weight: 600;
  font-size: 19px;
  padding: 12px 20px 12px 20px;
}
.we-support-nav-tabs button.active {
  background: #d2303f !important;
  color: #fff !important;
}

.carousel-food-beverages .owl-nav button.owl-prev, .carousel-food-beverages .owl-nav button.owl-prev, .carousel-food-beverages button.owl-dot.owl-nav {
  position: absolute;
  left:-30px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding:0px !important;
  font-size: 24px;
  margin: 0;
  cursor: pointer;
  color: #333;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}


.carousel-retail-businesses .owl-nav button.owl-prev, .carousel-retail-businesses .owl-nav button.owl-prev, .carousel-retail-businesses button.owl-dot.owl-nav {
  position: absolute;
  left:-30px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding:0px !important;
  font-size: 24px;
  margin: 0;
  cursor: pointer;
  color: #333;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.carousel-retail-businesses.owl-nav button.owl-next, .carousel-retail-businesses .owl-nav button.owl-next, .carousel-retail-businesses button.owl-dot.owl-nav {
  position: absolute;
  right:-30px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding:0px !important;
  font-size: 24px;
  margin: 0;
  cursor: pointer;
  color: #333;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.carousel-food-beverages.owl-nav button.owl-next, .carousel-food-beverages .owl-nav button.owl-next, .carousel-food-beverages button.owl-dot.owl-nav {
  position: absolute;
  right:-30px;
  top: 50%;
  background-color: var(--base-color) !important;
  display: block;
  padding:0px !important;
  font-size: 24px;
  margin: 0;
  cursor: pointer;
  color: #333;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.carousel-food-beverages .owl-nav button.owl-prev:hover {
  color: #d92332;
}
.carousel-food-beverages .owl-nav button.owl-next:hover {
  color: #d92332;
}

.carousel-retail-businesses .owl-nav button.owl-prev:hover {
  color: #d92332;
}
.carousel-retail-businesses .owl-nav button.owl-next:hover {
  color: #d92332;
}


@media screen and (max-width: 768px) {

  .color1{
    font-size: 28px !important;
    text-align: center !important;
    line-height: 37px !important;
  }
  .color2{
    font-size: 28px !important;
    text-align: center !important;
    line-height: 37px !important;

  }
  .we-support-nav-tabs button {
    width: 155px !important;
    font-size: 15px !important;
    padding: 10px 12px !important;
    text-align: center !important;
    font-weight: 600 !important;
    line-height: 20.85px !important;
    height: 41px !important;
  }
  .carousel-food-beverages .item-sec p{
    font-size: 15px;
    margin-top: 5px;
    font-family: 'Horas';
    font-weight: 400;
    line-height: 19px;
  }
  .carousel-retail-businesses .item-sec p{
    font-size: 15px;
    margin-top: 5px;
    font-family: 'Horas';
    font-weight: 400;
    line-height: 19px;
  }
  .short-des.we-support-soft-bg {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .tabs1-food {
    padding-bottom: 20px;
  }
  p.tabvieww br {
    display: none;
}

p.tabvieww {
  width: 100% !important;
  padding-left: 5px;
}

}




.carousel-food-beverages .item.active .item-sec img {
  filter: grayscale(0%);
  /* Slight zoom for emphasis */
}

.carousel-food-beverages .item.active .item-sec p {
  color: #d2303f; /* Change text color to white for better contrast */
  font-weight: bold;
}



.carousel-retail-businesses .item.active .item-sec img {
  filter: grayscale(0%);
  /* Slight zoom for emphasis */
}

.carousel-retail-businesses .item.active .item-sec p {
  color: #d2303f; /* Change text color to white for better contrast */
  font-weight: bold;
}


span.canii {
  font-size: 20px;
  font-weight: 600;
}




.p-b90 {
  padding-bottom: 90px;
}
.p-t120 {
  padding-top: 120px;
}
.m-b30 {
  margin-bottom: 30px;
}
.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  text-align: center;
}
.section-head {
  position: relative;
}
.site-text-primary, .wt-small-separator {
  color: #ea130e;
}
.wt-small-separator {
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 40px;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
  position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
  right: -20px;
  width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
  position: absolute;
  content: '';
  height: 22px;
  bottom: 0px;
  top: 0px;
  transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
  right: -27px;
  width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
  max-width: 630px;
  margin: 0px auto;
}
h2 {
  font-size: 60px;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #000;
}
.service-icon-box-two {
  position: relative;
  padding: 40px 40px 40px 40px;
  border: 1px solid #e7e7e7;
  margin-top: 40px;
  background: #ffffff;
}
.service-icon-box-two .wt-icon-box-wraper {
  margin-bottom: 30px;
}
.wt-icon-box-wraper {
  position: relative;
}
.icon-xl.inline-icon {
  width: auto;
}
.icon-xl.inline-icon {
  text-align: left !important;
}
.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
  display: inline-block;
}
.site-text-primary, .wt-small-separator {
  color: #d2303f;
  font-family: 'Horas';
  font-weight: 600;
  background: none;
  border: none;
  font-size: 20px;
}
.icon-xl i {
  font-size: 80px;
  line-height: 80px;
}
.icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
  vertical-align: middle;
}
.wt-icon-box-wraper:after {
  content: "";
  display: table;
  clear: both;
}
.service-icon-box-two .service-icon-box-title .wt-title {
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: 'Horas';
  font-weight: 600;
}

a {
  color: #1e1e1e;
  outline: 0px none;
  text-decoration: none;
  background-color: transparent;
}
.cons-contact-form .form-control {
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #000;
height: 52px;
padding: 10px 0px;
background-color: transparent;
}

.form-control {
font-size: 13px;
line-height: 20px;
border-radius: 0px;
border: none;
}
.cons-contact-form .form-control {
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #000;
padding: 10px 0px;
background-color: transparent;
}
.cons-contact-form textarea.form-control {
padding-top: 15px;
height: 100px;
margin-bottom: 40px;
}
.site-button.sb-bdr-dark {
border-right: 6px solid #000;
}
.site-button {
background-color: #ea130e;
}

.site-button {
outline: none;
color: #fff;
padding: 15px 40px;
letter-spacing: 1px;
position: relative;
overflow: hidden;
cursor: pointer;
display: inline-table;
background-color: #ea130e;
border: none;
font-size: 15px;
font-weight: 700;
transition: 0.5s all ease;
}
.site-button:hover {
background-color: #e7e7e7;
color: #000;
}
.cons-contact-form .form-control {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000;
  height: 52px;
  padding: 10px 0px;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cons-contact-form .form-control:focus {
  border-color: #ea130e;
  box-shadow: 0 0 5px rgba(234, 19, 14, 0.5);
}

.cons-contact-form textarea.form-control {
  padding-top: 15px;
  height: 120px;
  margin-bottom: 30px;
}

.service-button {
  background-color: #ea130e;
  outline: none;
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.service-button:hover {
  background-color: #e7e7e7;
  color: #000;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-group i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #aaa;
}

.form-group input,
.form-group textarea {
  padding-left: 40px; /* Adjust space for the icon */
}

.section-head.left {
  margin-bottom: 40px;
  text-align: left;
}

.section-head.left h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.section-head.left p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.cons-contact-form .form-control::placeholder {
  color: #999;
  opacity: 1;
}

.service-button.sb-bdr-dark {
  border-right: 6px solid #000;
}

p.motive {
  font-size: 16px;
  font-family: 'Inter';
  color: #5a5a5a;
  font-weight: 400;
  line-height: 30.53px;
}

ul.motive-one {
  font-family: 'Inter';
  font-weight: 400;
  text-align: left;
  line-height: 30.53px;
  color: #5a5a5a;
  list-style: disc;
  font-size: 16px;
}

p.motive-para {
  font-size: 16px;
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  line-height: 22px;
}

.more {display: none;}
