
  .shld{
            display: flex;
       align-items: center;
         gap: 20px; 
         }
    .cta-schedule-button {
    background: #0d6efd; /* Bootstrap blue */
    color: #fff;
    padding: 10px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 1rem;
}
        .company-registration-hero-section {
            background:#e7eaff;
            padding: 40px 0;
            min-height: 90vh;
            display: flex;
            align-items: center;
        }

        @media screen and (min-width: 1450px) {
    .company-registration-hero-section {
        min-height: 65vh;
    }
}

        .registration-main-title {
            font-size: 4rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .registration-main-title .highlight-orange {
            color: #ff6600;
        }

        .registration-description {
            font-size: 1.5rem;
            color: #000;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .features-inclusion-title {
            color: #ffac47;
            font-size: 1.7rem;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .service-features-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin-bottom: 25px;
        }

        .feature-item-box {
            display: flex;
            align-items: center;
            /* background: rgba(255, 255, 255, 0.15); */
            backdrop-filter: blur(10px);
            padding: 2px 15px;
            border-radius: 8px;
        }

       
        .feature-item-box.special {
            grid-column: 1 / -1;
            
        }

        .feature-check-icon, .feature-star-icon {
            color: #ffac47;
            margin-right: 12px;
            font-size: 1.1rem;
            flex-shrink: 0;
        }

        .feature-text-content {
            font-size: 1.5rem;
            color: #000;
            font-weight: 500;
        }

        .cta-schedule-button {
            background: #ffac47;
            color: #000;
            padding: 12px 28px;
            border: none;
            border-radius: 5px;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
            margin-bottom: 25px;
            font-size: 1.3rem;
        }

        /* .cta-schedule-button:hover {
            background: #fff;
            color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        } */

        .cta-schedule-button i {
            margin-left: 8px;
        }

        .reviews-trust-section {
            display: flex;
            align-items: center;
            gap: 25px;
            margin-bottom: 30px;
        }

        .google-review-badge {
            display: flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.853);
            padding: 12px 18px;
            border-radius: 5px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .google-icon-circle {
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .review-text-info {
            font-size: 1.3rem;
            color: #000;
            margin-bottom: 2px;
        }

        .star-rating-display {
            color: #ffac47;
            font-size: 1.3rem;
            font-weight: 600;
        }

        .trustpilot-review-badge {
            background: rgba(255, 255, 255, 1);
            padding: 12px 18px;
            border-radius: 5px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            text-align: center;
        }

        .trustpilot-stars {
            color: #00b67a;
            font-size: 1.3rem;
            margin-bottom: 2px;
        }

        .trustpilot-text {
            font-size: 1.3rem;
            color: #000;
            font-weight: 600;
        }

        .consultation-form-card {
            background: white;
            padding: 10px 30px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .consultation-form-image {
            text-align: center;
            margin-bottom: 15px;
        }

        .consultation-form-image img {
            max-width: 200px;
            height: auto;
        }

        .consultation-form-title {
            font-size: 1.7rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
            text-align: center;
        }

        .form-input-field, .form-input-field select {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e9ecef;
            /*border-radius: 10px;*/
            margin-bottom: 4px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }

        .form-input-field:focus {
            outline: none;
            border-color: #667eea;
            background: white;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .form-input-field label {
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
            color: #495057;
            font-size: 0.9rem;
        }




        /* WhatsApp Toggle Styles */
        .get-update-whatsapp {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            padding: 10px 0;
        }

        .get-update-whatsapp p {
            margin: 0;
            font-size: 0.95rem;
            color: #495057;
            font-weight: 500;
            display: flex;
            align-items: center;
        }

        .whatsapp-icon {
            width: 18px;
            height: 18px;
            margin-left: 5px;
        }

        .toggle-switch {
            display: flex;
            align-items: center;
        }

        .switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 24px;
        }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 24px;
        }

        .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }

        input:checked + .slider {
            background-color: #25D366;
        }

        input:focus + .slider {
            box-shadow: 0 0 1px #25D366;
        }

        input:checked + .slider:before {
            transform: translateX(26px);
        }

        .get-started-cta-btn {
            width: 100%;
            background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
            color: white;
            padding: 15px;
            border: none;
            border-radius: 3px;
            font-size: 1.1rem;
            font-weight: 700;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 1px;
        }

        .get-started-cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
        }

        .statistics-display-row {
            margin-top: 10px;
        }

     .stat-counter-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #fff7ef; /* light orange background */
    border-radius: 12px;
    padding: 4px 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.stat-counter-card:hover {
    transform: translateY(-4px);
}

.stat-icon-wrapper {
    width: 60px;
    height: 60px;
    background: #ffe0c2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-wrapper i {
    color: #ff6b35;
    font-size: 1.8rem;
}

.stat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-number-display {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    display: block;
}

.stat-label-text {
    color: #555;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}



        @media (max-width: 992px) {
            .registration-main-title {
                font-size: 2.5rem;
            }
            
            .consultation-form-card {
                margin-top: 40px;
            }
            
            .service-features-list {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .registration-main-title {
                font-size: 2rem;
            }
            
            .company-registration-hero-section {
                padding: 40px 0;
            }
            
            .reviews-trust-section {
                flex-direction: column;
                gap: 15px;
            }
             .get-update-whatsapp {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .get-update-whatsapp p {
                margin-bottom: 5px;
            }
        }
/******************************* advantages-update-section ****************************************/
/* 
   Common Section Styling
 */
.advantage_sec,
.disadvantage_sec {
  padding: 60px 0;
  background: #f9f9f9;
}
/* 
   Section Wrapper
 */
.advantage_sec,
.disadvantage_sec {
  padding: 60px 0;
  background: #f9f9f9;
}

.advantage_sec .row {
  align-items: flex-start; /* important for sticky layout */
}

/*Sticky Left Column*/

/* Normal state */
.commn_title {
  position: relative;
}
.commn_title.fixed {
  position: fixed;
  top: var(--sticky-offset, 180px); /* dynamic offset from JS */
  width: 45%; /* adjust for left column width */
  z-index: 10; /* keep above content */
}
@media (min-width: 1600px) {
  .commn_title.fixed {
    width: 36%;
  }
}


/* When it reaches bottom */
.commn_title.stop {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}


.commn_title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.commn_title p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.adv_img img {
  max-width: 100%;
  display: block;
  margin-top: 20px;
}

.ac-card{
  padding-top: 50px;
}
/* ================================
   Cards (Advantages & Disadvantages)
================================ */
.advantage_card,
.disadvantage_card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin-bottom: 10px;
}

.advantage_card:hover,
.disadvantage_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.adv_icon img,
.disadv_icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.advantage_card h3,
.disadvantage_card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.advantage_card p,
.disadvantage_card p {
  font-size: 15px;
  color: #666;
  margin: 0;
  text-align: justify;
}

/* Bootstrap padding fix */
.pe-5 {
  padding-right: 3rem !important;
}

/* ================================
   Responsive Behavior
================================ */
@media (max-width: 991px) {
  .commn_title {
    position: static; /* disable sticky on tablets/mobiles */
    margin-bottom: 30px;
  }
}



/********************************************************andavatage update end*******************************/


/* Container styles matching your specifications */
.custom-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* @media (min-width: 768px) {
            .custom-container {
                width: 750px;
            }
        }

        @media (min-width: 992px) {
            .custom-container {
                width: 970px;
            }
        }

        @media (min-width: 1200px) {
            .custom-container {
                width: 1170px;
            }
        } */

/* Fixed Navigation */
.plc-fixed-navigation {
  position: sticky;
  top: 120px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e0e0e0;
  /* z-index: 1000; */
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .plc-fixed-navigation {
    display: none !important;
  }
}

.plc-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.plc-nav-item {
  background: transparent;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.plc-nav-item:hover,
.plc-nav-item.active {
  background: #2626d9;
  color: white;
  text-decoration: none;
}

/* Content Sections */
.plc-content-section {
  /* padding: 40px 0 30px 0; */
    padding: 0px 0 0px 0;
}

.plc-content-section:first-child {
  margin-top: 70px;
  padding-top: 40px;
}

.plcc-content-section {
  background-color: #f7f7f7;
  padding: 100px 0 30px 0;
}


.plc-section-container {
  background: white;
  border-radius: 12px;
  padding: 40px 40px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.section-main-heading {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  margin-top: 25px;
  line-height: 1.3;
  text-align: center;
}

.common-heading-h2 {
  color: #212121;
  font-size: 26px;
  font-style: normal;
  margin-bottom: 25px;
  margin-top: 25px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  /* position: relative; */
}

.section-description-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.plc-cta-button-primary {
  background: #2626d9;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
}

.plc-cta-button-primary:hover {
  background: #e09a56;
}

.overview-content-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.overview-text-column {
  flex: 1;
}

.overview-image-column {
  flex: 0 0 400px;
}

.overview-illustration-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.advantages-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.advantage-item-box {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid #2626d9;
  transition: transform 0.3s ease;
  margin-bottom: 8px;
}

.advantage-item-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.advantage-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.advantage-item-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.eligibility-criteria-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.eligibility-criteria-list span{
   font-weight: 600;
   padding-left: 10px;
   font-size: 16px;
}

.section-description-text span{
   font-weight: 600;
   padding-left: 10px;
   font-size: 16px;
}
.section-description-text  i {
  color: #2626d9;
}

.document-list span{
   font-weight: 600;
   padding-left: 10px;
   font-size: 16px;
}

.eligibility-criteria-list li {
  /* background: white;
  border: 1px solid #e0e0e0; */
  padding: 10px 20px 10px 0;
  margin-bottom: 12px;
  border-radius: 8px;
  /* border-left: 4px solid #2626d9; */
  transition: all 0.3s ease;
  font-size: 16px;
  text-align: justify;
}

/* .eligibility-criteria-list li:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
} */

.eligibility-criteria-list i {

  color: cornflowerblue;
}

/* documents-section */

.document-illustration {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* keeps image centered */
}
#documents-section {
  scroll-margin-top: 90px; /* safe margin when jumping via anchor */
}
.document-category-section {
  margin-bottom: 35px;
}

.document-list i{
  color: cornflowerblue;
  padding-right: 5px;
  
}


.document-list li {
  /* background: white;
  border: 1px solid #e0e0e0; */
  padding: 10px 20px 10px 0;
  margin-bottom: 12px;
  border-radius: 8px;
  /* border-left: 4px solid #2626d9; */
  transition: all 0.3s ease;
}

.document-category-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #2626d9;
  padding-bottom: 8px;
}

.document-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.document-item-entry {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  color: #555;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}

.document-item-entry:hover {
  background: #e3f2fd;
  border-color: #f4b06d;
}

.info-highlight-box {
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f8ff 100%);
  padding: 25px;
  border-radius: 12px;
  margin-top: 25px;
  border: 1px solid #b3d9f2;
}

.info-highlight-title {
  color: #1f5582;
  margin-bottom: 15px;
  font-weight: 600;
}

.final-cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background: linear-gradient(135deg, #f0f8ff 0%, #e8f4f8 100%);
  border-radius: 15px;
  border: 1px solid #b3d9f2;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .plc-nav-container {
    padding: 0 15px;
    gap: 10px;
  }

  .plc-nav-item {
    font-size: 12px;
    padding: 6px 12px;
  }

  .plc-section-container {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .overview-content-layout {
    flex-direction: column;
    text-align: center;
  }

  .overview-image-column {
    flex: none;
    max-width: 300px;
  }

  .section-main-heading {
    font-size: 24px;
  }

  .advantages-list-container {
    grid-template-columns: 1fr;
  }

  .document-items-grid {
    grid-template-columns: 1fr;
  }
}

/* Section Separator */
.section-separator {
  height: 2px;
  background: linear-gradient(90deg, transparent, #2626d9, transparent);
  margin: 40px 0;
}

/* Comparison table styles */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.comparison-table th {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  font-weight: 600;
}

.comparison-table td {
  padding: 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* Accordion custom styles */
.accordion-item {
  margin-bottom: 10px;
}

.accordion-button {
  background: #f8f9fa !important;
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  margin-bottom: 2px !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
}

.accordion-body {
  background: white;
  color: #555;
  line-height: 1.6;
  padding: 25px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.scrollToTop {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #62a0d1;
  border-radius: 4px;
  text-align: center;
  bottom: 90px;
  cursor: pointer;
  display: none;
  right: 2%;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 999;
}
.scrollToTop:hover {
  background: #3178ae;
}
.scrollToTop i {
  font-size: 30px;
  line-height: 46px;
  color: #fff;
}


/* faq */
/* Add arrow icons for FAQ accordion */
.panel-title a {
  display: block;
  position: relative;
  padding-right: 25px; /* space for arrow */
  text-decoration: none;
}

.panel-title a:after {
  content: "\25BC"; /* ▼ down arrow */
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.panel-title a.collapsed:after {
  content: "\25B6"; /* ▶ right arrow */
}


/**************WHATSAPP ****************/
 /* Floating WhatsApp button */
  #whatsapp-float{
    position: fixed;
    right: 18px;                 /* distance from right */
    bottom: 18px;                /* distance from bottom */
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;         /* whatsapp green */
    color: white;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    font-size: 24px;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  #whatsapp-float:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.20);
  }

  /* Slightly smaller on small screens to avoid covering content */
  @media (max-width: 480px){
    #whatsapp-float{
      width: 48px;
      height: 48px;
      font-size: 20px;
      right: 14px;
      bottom: 14px;
    }
  }
  


  /**********TESTIMONIAL**********/
    .testimonials-section {
            background-color: #f8f9fa;
            padding: 80px 0;
        }
   .testimonial-card {
            background: white;
            border-radius: 15px;
            padding: 40px 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .customer-name {
            font-size: 1.7rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 8px;
            text-align: center;
        }
        
        .review-title {
            font-size: 1.2rem;
            color: #a8a8a8;
            margin-bottom: 25px;
            text-align: center;
            font-weight: 400;
        }
        
        .review-text {
            font-size: 1.4rem;
            color: #666;
            line-height: 1.7;
            text-align: center;
            margin-bottom: 30px;
            flex-grow: 1;
        }
        
        .stars-rating {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-top: auto;
        }
        
        .star {
            color: #4f46e5;
            font-size: 1.5rem;
            transition: all 0.2s ease;
        }
        
        .testimonial-card:hover .star {
            transform: scale(1.1);
        }
        
        .view-more-btn {
            text-align: center;
            margin-top: 50px;
        }
        
        .btn-view-more {
            background: transparent;
            border: 2px solid #007bff;
            color: #007bff;
            padding: 12px 40px;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }
        
        .btn-view-more:hover {
            background: #007bff;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
            text-decoration: none;
        }
        
        @media (max-width: 768px) {
            .testimonials-section {
                padding: 50px 0;
            }
            
            .testimonial-card {
                padding: 30px 20px;
                margin-bottom: 20px;
            }
            
            .customer-name {
                font-size: 1.3rem;
            }
            
            .review-text {
                font-size: 0.95rem;
            }
        }

        
        