body{
   font-family: "Raleway", sans-serif !important;
}

.raleway-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.header-logo img {
    width: 137px;
}
.section-padding{
    padding: 50px;
}
.common-heading{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.header{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.header-logo{
    width: 138px;
}
.banner-section {
  position: relative;
  display: block;
  z-index: 1;
  border: none;
  background: url("./img/banner-bg.jpg") 
              center center / cover no-repeat;
  min-height: 500px; 
  padding: 30px 0;
}

.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  z-index: 0;
}
.contact-section{
      position: relative;
  display: block;
  z-index: 1;
  border: none;
  background: url("./img/contact-us-bg.png") center center / cover no-repeat;
  padding: 30px 0;
}
.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.banner-section > * {
  position: relative;
  z-index: 2;
}

.banner-content-wrapper ul.text-white {
    list-style: circle;
    margin: 0;
}
.banner-all-content-wrapper {
    padding: 60px 0;
}
.banner-h1-wrapper h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.banner-content-wrapper p {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}
.banner-content-wrapper ul.text-white {
    list-style: disc;
    margin: 0;
    padding: 10px 25px;
    font-size: 20px;
}   
.banner-content-wrapper ul.text-white li {
    line-height: 1.5;
}
.btn-wrapper{
    margin-top: 30px;
}
.btn-wrapper a {
    padding: 10px 23px;
    font-size: 20px;
    background-color: #ed3338;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.dedicated-section {
background: #760a0a;
background: linear-gradient(182deg, rgba(118, 10, 10, 0.98) 16%, rgba(220, 19, 24, 1) 62%);
  color: #fff;
  padding: 80px 20px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}



.dedicated-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #f0f0f0;
}


.plans-section {
  background: #f9f9f9;
}

.plans-section .nav-tabs {
  margin-bottom: 40px;
}

.plans-section .nav-tabs .nav-link {
  color: #555;
  font-weight: 600;
  font-size: 20px;
  border: none;
  border-bottom: 3px solid transparent;
  margin: 0 15px;
  transition: all 0.3s ease;
}

.plans-section .nav-tabs .nav-link:hover {
    color: #ED3237;
}

.plans-section .nav-tabs .nav-link.active {
  color: #ED3237;
  border-color: #ED3237;
  background-color: transparent;
}

.plans-section .tab-content {
  text-align: center;
}



/* .plan-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ED3237;
}
.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
} */


.plans-section .plan-card h4 {
  color: #a30000;
  font-weight: 700;
  margin-bottom: 15px;
}

.plans-section .plan-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.plans-section .plan-card h5 {
  font-weight: 700;
  color: #333;
}

.card-main-wrapper{
    width: 350px;
    border-radius: 14px;
    padding: 20px 18px;
    box-shadow: 0 6px 18px rgba(200, 100, 120, 0.06);
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ED3237;
}
.card-main-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
} 

.artical-logo-wrapper img{
    width: 70px;
    margin-bottom: 20px;
}
.card-heading-wrapper h2{
    font-size: 22px;
}
.card-price-wrapper h3 {
    font-size: 22px;
    font-weight: 700;
    color: #34c53f;
}
.card-price-wrapper h3 span{
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.card-price-wrapper p{
    font-size: 14px;
}
.card-feature p {
    margin-bottom: 7px;
    padding-top: 10px;
}
.card-feature p svg {
    margin-right: 3px;
}
.card-feature {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid #ccc;
}
.card-feature-wrapper {
    padding: 20px 0;
}
.card-btn-wrapper{
    padding: 22px 0;
}
.view-more-btn a {
    font-size: 18px;
    font-weight: 600;
    color: #ee3e43;
}
.select-plan-btn-wrapper a {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ED3237;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.card-btn-wrapper {
    display: flex;
    justify-content: center;
}
.need-help-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.need-help-p-wrapper p {
    font-size: 17px;
}

.reviews-section {
  background: linear-gradient(180deg, #a30000 0%, #6b0000 100%);
  color: #fff;
}

.reviews-section .review-card {
  background: #fff;
  color: #333;
  height: 260px;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reviews-section .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.reviews-section .google-logo {
  width: 30px;
  height: 30px;
}

.reviews-section .stars {
  font-size: 16px;
  color: #fbbc04;
}

.reviews-section .rating {
  font-size: 14px;
  color: #444;
}

.reviews-section .review-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.reviews-section .view-more {
  font-size: 14px;
  font-weight: 600;
  color: #a30000;
  text-decoration: none;
}

.reviews-section .view-more:hover {
  text-decoration: underline;
}

.reviews-section .user-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.reviews-section .fw-semibold {
  font-size: 15px;
  color: #222;
}
.reviews-section {
  background: linear-gradient(180deg, #a30000 0%, #6b0000 100%);
  color: #fff;
  padding: 60px 0;
}

.myReviewSlider {
  padding-bottom: 40px; /* dots साठी space खाली */
}

.swiper-pagination {
  position: relative !important;
  bottom: 0;
  margin-top: 25px;
  text-align: center;
}

/* dots look सुंदर आणि neat */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  transform: scale(1.3);
}

/* बाकी तुझं original styling जसंच्या तसं */
.review-card {
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    overflow: hidden;
  transition: all 0.4s ease; /* smooth height change */
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
.stars {
  font-size: 16px;
  color: #fbbc04;
}
.rating { font-size: 14px; color: #444; }
.review-text {
  font-size: 15px; color: #444; line-height: 1.6; margin-bottom: 10px;
}
.view-more {
  font-size: 14px; font-weight: 600; color: #a30000; text-decoration: none;
}
.view-more:hover { text-decoration: underline; }
.user-img {
  width: 35px; height: 35px; border-radius: 50%;
}
.fw-semibold { font-size: 15px; color: #222; }


.colmn-4 img {
    height: 80px;
}
.client-logo-wrapper {
    display: flex;
    justify-content: space-between;
}
.contact-text-wrapper p {
    font-size: 20px;
}
.contact-text-wrapper span{
    font-size: 22px;
    font-weight: 700;
}
.span4 {
    background-image: linear-gradient(to bottom, #ed3237, #de4047);
    border-radius: 13px;
    padding: 30px;
    width: 100%;
    margin: 0 auto;
}
div#contact-form h3 {
    color: #fff;
}

/* faq start*/
.faq-section {
  /* max-width: 700px; */
  margin: 60px auto;
  font-family: 'Poppins', sans-serif;
}

.faq-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #0f1b29;
  margin-bottom: 25px;
}

/* Scroll Container */
.faq-section__content {
  max-height: 400px; /* scroll height */
  overflow-y: auto;
  padding-right: 10px;
}

/* custom scrollbar */
.faq-section__content::-webkit-scrollbar {
  width: 6px;
}

.faq-section__content::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 3px;
}

.faq-section__content::-webkit-scrollbar-thumb {
  background: #e03c31; /* red scroll */
  border-radius: 3px;
}

.faq-section__item {
  border: 1px solid #f5c9c9;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-section__question {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-section__question:hover {
  background: #fff7f7;
}

.faq-section__icon {
  transition: transform 0.3s ease;
}

.faq-section__item.active .faq-section__icon {
  transform: rotate(180deg);
}

.faq-section__answer {
  display: none;
  background: #fff;
  padding: 15px 20px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.faq-section__item.active .faq-section__answer {
  display: block;
}

.faq-section__question.disabled {
  color: #ccc;
  cursor: not-allowed;
  background: #fafafa;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 20px 0;
}
.logo-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.slide {
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}
.slide img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* header */
/* ========== HEADER ========== */
.site-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo img {
  height: 54px;
}

/* NAV MENU */
.site-header__nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.site-header__nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.site-header__nav ul li a:hover {
  color: #ED3237;
}

/* Contact Us Button */
.site-header__btn {
  color: #ED3237;
  padding: 10px 20px;
  border: 1px solid #ED3237;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.site-header__btn:hover {
  background: #ED3237;
  color: #fff;
}

/* Hamburger */
.site-header__toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-left: 15px;
}

.site-header__toggle span {
  width: 26px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* Perfect X Animation */
.site-header__toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 6px);
}
.site-header__toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.site-header__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .site-header__container {
    justify-content: space-between;
  }

  .site-header__nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  .site-header__nav ul {
    flex-direction: column;
    gap: 15px;
  }

  .site-header__nav.active {
    display: flex;
    animation: fadeInDown 0.3s ease;
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .site-header__toggle {
    display: flex;
  }

  .site-header__btn {
    display: none; /* Button hidden in mobile view */
  }
}

.trust-poilet-img-wrapper img {
    width: 300px;
}


.review-text.full-text {
  display: none;
}

footer{
    width: 100%;
    padding: .625rem 0;
    background-color: #333;
}
footer .footer-line p{
    margin: 0;
    text-align: center;
    color: #fff;
}



.plan-card h4 {
  margin-bottom: 10px;
}

.slick-slide {
  padding: 10px;
}

/* features */
.feature-section {
  padding: 80px 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.feature-section .feature-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-section .feature-header {
  text-align: center;
  margin-bottom: 50px;
}

.feature-section .feature-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}

.feature-section .feature-header h2 span {
  color: #ED3237;
}

.feature-section .feature-header p {
  max-width: 650px;
  margin: 10px auto 0;
  color: #555;
  font-size: 15px;
}

.feature-section .feature-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}

.feature-section .feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px 40px;
}

.feature-section .feature-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease;
}

.feature-section .feature-item:hover {
  background: #ED3237;
  color: #fff;
  transform: translateY(-4px);
}

.feature-section .feature-item i {
  font-size: 24px;
  color: #ED3237;
  margin-right: 15px;
  transition: color 0.3s;
}

.feature-section .feature-item:hover i {
  color: #fff;
}

.feature-section .feature-item h4 {
  font-size: 16px;
  font-weight: 600;
}

.feature-section .feature-offer {
  display: flex;
  justify-content: center;
}

.feature-section .feature-offer-card {
  background: #111;
  color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.feature-section .feature-offer-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #ED3237;
}

.feature-section .feature-offer-content p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 25px;
  line-height: 1.6;
}

.feature-section .feature-offer-btn {
  background: #ED3237;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.feature-section .feature-offer-btn:hover {
  background: #b82025;
}

/* Responsive */
@media (max-width: 992px) {
  .feature-section .feature-content {
    grid-template-columns: 1fr;
  }

  .feature-section .feature-offer {
    margin-top: 30px;
  }
}

/* Remove default borders */
.custom-tabs {
  border-bottom: 2px solid #e5e5e5;
}

.custom-tabs .nav-link {
    border: none;
    color: #555;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}

/* Active underline */
.custom-tabs .nav-link.active {
  color: #ED3237; /* 🔸 Your brand color */
}

.custom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #ED3237; /* 🔸 Your brand color */
  border-radius: 2px;
}

/* Hover effect (optional) */
.custom-tabs .nav-link:hover {
  color: #ED3237;
}

/* hubspot form */
.main-form {
  max-width: 600px;
  margin: 50px auto;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.main-form:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* HubSpot default label + input design override */
.main-form label {
  display: block;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  font-size: 14px;
}

.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="tel"],
.main-form select,
.main-form textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background-color: #fafafa;
  color: #333;
  transition: all 0.3s ease;
}

.main-form input:focus,
.main-form select:focus,
.main-form textarea:focus {
  outline: none;
  border-color: #ED3237;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(237, 50, 55, 0.15);
}

/* Button styling */
.main-form input[type="submit"],
.main-form .hs-button {
  background-color: #ED3237;
  color: #fff !important;
  border: none;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.main-form input[type="submit"]:hover,
.main-form .hs-button:hover {
  background-color: #b82025;
  transform: translateY(-2px);
}

/* Spacing between fields */
.main-form .hs-form-field {
  margin-bottom: 20px;
}

/* Error messages */
.main-form .hs-error-msgs {
  color: #ED3237;
  font-size: 13px;
  margin-top: 5px;
}

/* Success message (if applicable) */
.main-form .submitted-message {
  text-align: center;
  color: #28a745;
  font-weight: 600;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .main-form {
    padding: 30px 20px;
  }
}


.contact-content {
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
  height: 500px;
}

/* Inner wrapper for vertical centering */
.contact-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
}

/* Heading */
.contact-content .contact-h2-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ED3237;
  margin-bottom: 25px;
}

/* Quote text */
.contact-content .contact-text-wrapper p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Author */
.contact-content .contact-text-wrapper span {
  display: block;
  color: #ED3237;
  font-weight: 600;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-content {
    height: auto;
    padding: 100px 0;
  }

  .contact-content-inner {
    position: static;
    transform: none;
  }

  .contact-content .contact-h2-wrapper h2 {
    font-size: 32px;
  }

  .contact-content .contact-text-wrapper p {
    font-size: 16px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float img {
  width: 45px;
  height: 45px;
  display: block;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.whatsapp-float {
  animation: pulse 2s infinite;
}

.data-center-h2-wrapper{
  margin-bottom: 45px;
}

.main-from-h2-wrapper h2{
  font: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #ED3237;
}




