body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f9ff;
    color: #1b1b1b;
  }
  /* header  */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
    }
.na-header .dropdown-item{
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}
  header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
  }
  .card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .icon-grid img {
    width: 60px;
    height: 60px;
  }
  .section {
    padding: 60px 0;
  }
  .hero {
    background: linear-gradient(135deg, #f5f9ff, #fff);
    padding: 80px 20px;
    text-align: center;
  }
  .hero h1 {
    font-size: 36px;
    font-weight: 700;
  }
  .feature-section {
    background: linear-gradient(to right, #f4f1fd, #ffffff);
    padding: 60px 0;
  }
  .feature-card {
    border-radius: 15px;
    border: 1px solid #eee;
    padding: 20px;
    transition: 0.3s ease;
    height: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .feature-card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .feature-img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .feature-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .feature-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
  }
  .learn-more {
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #6b4eff;
  }
  .learn-more::before {
    content: "➜";
    margin-right: 6px;
    color: #6b4eff;
  }
  .subnav {
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 1px 4px #ddd;
    border-bottom: 1px solid #ddd;
  }
  .subnav a {
    text-decoration: none;
    color: #1b1b1b;
    margin: 0 15px;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
  }
  .subnav a.active, .subnav a:hover {
    border-bottom: 2px solid #6b4eff;
    color: #6b4eff;
  }
  .footer {
    background-color: #f8f8f8;
    padding: 40px 0;
  }

#home-contact {
      letter-spacing: 0.6px;
    font-size: 12px;
    font-weight: 600;
}
  
/* Section Styling */
.teams-essentials-section {
    background: linear-gradient(to bottom right, #F8F8F8 0%, #EDE9F7 100%); /* Subtle gradient background */
    min-height: 100vh; /* Full viewport height */
}

/* Wavy Background Blobs */
.blob {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5f9ff, #f5f9ff); /* Purple gradient for blobs */
    filter: blur(100px); /* Soften the edges */
    opacity: 0.5; /* Make them somewhat transparent */
    z-index: 0; /* Ensure they are behind content */
}

.blob-top-right {
    width: 600px;
    height: 600px;
    top: -150px;
    right: -150px;
    transform: rotate(30deg); /* Slight rotation for a more organic look */
}

.blob-bottom-left {
    width: 500px;
    height: 500px;
    bottom: -100px;
    left: -100px;
    transform: rotate(-45deg);
}

/* Ensure content is above blobs */
.container, .text-content, .image-content {
    position: relative;
    z-index: 1;
}

/* Text Content Styling */
.text-content {
    color: #212529; /* Dark text */
}

.text-content .display-4 {
    font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive heading size */
    line-height: 1.2;
}

.text-content .lead {
    font-size: clamp(1rem, 1.5vw, 1.15rem); /* Responsive description size */
    max-width: 500px; /* Limit width for readability */
}

.pricing .fs-4 {
    font-size: clamp(1.25rem, 2vw, 1.5rem); /* Responsive pricing font size */
}

.pricing .small {
    font-size: 0.85rem; /* Small text for GST and auto-renew */
}

.talk-to-expert .small {
    font-size: 0.8rem; /* Even smaller for contact info */
}

/* Custom Purple Button */
.btn-custom-purple {
    background-color: #6F42C1; /* Main purple color */
    border-color: #6F42C1;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-custom-purple:hover {
    background-color: #562E9A; /* Darker purple on hover */
    border-color: #562E9A;
    color: #fff;
}

/* Image Content Styling */
.image-content {
    /* Use Bootstrap's d-flex, align-items-center, justify-content-center for vertical/horizontal centering if needed */
    height: 100%; /* Take full height of parent row */
    min-height: 400px; /* Minimum height for the image column on smaller screens */
}

.main-bg-image {
    max-height: 550px; /* Limit height of the main image */
    object-fit: cover; /* Ensure image covers the area */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); /* Subtle shadow for the main image */
}

/* Profile Pictures */
.profile-pic {
    width: 100px; /* Size of the circular profile pictures */
    height: 100px;
    overflow: hidden; /* Ensures image stays within circle */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box; /* Include padding in total dimensions */
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-pic-1 {
    /* Position for the top-right profile pic */
    border: 6px solid #FFD700; /* Gold border */
    transform: translate(25%, -25%); /* Adjust positioning more precisely */
}

.profile-pic-2 {
    /* Position for the bottom-left profile pic */
    border: 6px solid #6F42C1; /* Purple border */
    transform: translate(-25%, 25%); /* Adjust positioning more precisely */
}


/* Responsive adjustments */
@media (min-width: 992px) { /* Adjustments for large screens (lg) and up */
    .teams-essentials-section {
        min-height: 100vh; /* Ensure full height on desktop */
    }
    .image-content {
        min-height: auto; /* Remove min-height when enough space */
    }
    .profile-pic-1 {
        top: 20%; /* Fine-tune positioning for desktop */
        right: 0%;
        transform: translate(25%, -25%); /* Adjust based on visual */
    }
    .profile-pic-2 {
        bottom: 20%; /* Fine-tune positioning for desktop */
        left: 0%;
        transform: translate(-25%, 25%); /* Adjust based on visual */
    }
}

@media (max-width: 991.98px) { /* Adjustments for medium screens (md) and down */
    .teams-essentials-section {
        min-height: auto; /* Allow section to shrink on smaller screens */
    }
    .image-content {
        order: -1; /* Move image column above text column on mobile */
        margin-bottom: 3rem; /* Add space below image */
    }
    .blob {
        filter: blur(50px); /* Less blur for smaller screens */
        opacity: 0.3;
    }
    .blob-top-right, .blob-bottom-left {
        width: 300px;
        height: 300px;
    }
    .blob-top-right {
        top: 0px;
        right: 0px;
        transform: none; /* Remove rotation for simplicity */
    }
    .blob-bottom-left {
        bottom: 0px;
        left: 0px;
        transform: none;
    }
    .profile-pic-1, .profile-pic-2 {
        position: static !important; /* Reset position on mobile for simpler layout */
        margin: 1rem auto !important; /* Center and add margin */
        transform: none !important; /* Remove custom transforms */
    }
    .image-content {
        flex-direction: column; /* Stack image and profile pics vertically */
    }
}

@media (max-width: 767.98px) { /* Adjustments for small screens (sm) and down */
    .main-bg-image {
        max-height: 300px; /* Smaller main image on small mobile */
    }
    .profile-pic {
        width: 80px; /* Smaller profile pics on small mobile */
        height: 80px;
    }
    .btn-custom-purple {
        width: 100%; /* Full width button on small screens */
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .text-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* ================ Town Hall Banner Section ================== */
.town-hall-banner {
    /* Gradient background matching the image */
    background: linear-gradient(to right, #F8E3E3, #D6E0F5, #B8D4E5, #9CC6F2, #7CA8F2);
    /* Alternative gradient if above is too subtle: */
    /* background: linear-gradient(to right, #FFC0CB, #ADD8E6, #9CC6F2, #7B68EE); */
    
    color: #184455; /* White text color */
    /* min-vh-50 ensures it takes at least 50% of viewport height */
    /* d-flex, align-items-center, justify-content-center, text-center centers content */
}

.town-hall-banner .small-label {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.town-hall-banner h1 {
    font-size: clamp(2.5rem, 5vw, 2.8rem); /* Responsive heading size */
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle text shadow */
}

.town-hall-banner .lead {
    font-size: clamp(1rem, 1.5vw, 1.3rem); /* Responsive paragraph size */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Custom Purple Button */
.btn-custom-purple-dark {
    background-color: #6F42C1; /* Darker purple for the button */
    border-color: #6F42C1;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.btn-custom-purple-dark:hover {
    background-color: #553399; /* Darker purple on hover */
    border-color: #553399;
    transform: translateY(-2px); /* Slight lift on hover */
}

/* Responsive adjustments */
@media (max-width: 767.98px) { /* Small screens */
    .town-hall-banner {
        padding-top: 3rem;
        padding-bottom: 3rem;
        min-height: 40vh; /* Adjust min height for smaller screens */
    }
    .town-hall-banner h1 {
        font-size: 2.2rem;
    }
    .town-hall-banner .lead {
        font-size: 0.95rem;
    }
    .btn-custom-purple-dark {
        width: 100%; /* Full width button on small screens */
        max-width: 280px; /* Max width for button on mobile */
    }
}

/* ============================== Faq section =============================*/

.faq-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .accordion-button {
    font-weight: 600;
  }
  .collab-menu {
    border-left: 1px dotted #6b4eff;
    padding-left: 20px;
  }
  .collab-menu a {
    display: block;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    position: relative;
  }
  .collab-menu a::before{
      content:'';
      width: 1px;
      height: 50px;
      background: transparent;
      position: absolute;
      left: 12px;
      top: 0;
  }
  .collab-menu a:hover::before{
    content:'';
    width: 3px;
    height: 50px;
    background: #6b4eff;
    position: absolute;
    left: -23px;
    top: 0;
}

  .collab-menu a.active {
    font-weight: bold;
    color: #6b4eff;
  }
  .collab-menu a.active::before {
    content:'';
    width: 3px;
    height: 50px;
    background: #6b4eff;
    position: absolute;
    left: -23px;
    top: 0;
  }
  .collab-content > div {
    display: none;
  }
  .collab-content > div.active {
    display: block;
  }
/* ============================ blue section ========================= */
  .get-started-section {
    background-color: #625ed6;
    color: white;
    padding: 60px 0;
  }
  .get-started-section h2 {
    font-size: 32px;
    font-weight: 700;
  }
  .get-started-section .btn {
    margin-right: 15px;
    margin-top: 15px;
  }
  .get-started-section .icon-list i {
    font-size: 24px;
  }
  .get-started-section .icon-label {
    font-size: 18px;
    font-weight: 600;
  }

  /* ================= fadeup animation ======== */
  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }


.fade-up:nth-child(1).visible { transition-delay: 0.1s; }
.fade-up:nth-child(2).visible { transition-delay: 0.2s; }
.fade-up:nth-child(3).visible { transition-delay: 0.3s; }
.fade-up:nth-child(4).visible { transition-delay: 0.4s; }
.fade-up:nth-child(5).visible { transition-delay: 0.5s; }
.fade-up:nth-child(6).visible { transition-delay: 0.6s; }
.fade-up:nth-child(7).visible { transition-delay: 0.8s; }
.fade-up:nth-child(8).visible { transition-delay: 1s; }

  /* =============== footer =================== */
  .site-footer {
    background-color: #F2F2F2; /* Light grey background for the footer */
    color: #616161; /* Default text color for the footer */
    font-size: 0.875rem; /* Base font size for footer text */
}

/* Footer Column Titles */
.footer-col-title {
    font-size: 0.95rem; /* Slightly larger for titles */
    color: #333333; /* Darker color for titles */
    margin-bottom: 0.75rem; /* Spacing below title */
}

/* Footer Links */
.footer-links li {
    margin-bottom: 0.5rem; /* Spacing between list items */
}

.footer-links a {
    color: #616161; /* Link color */
    font-size: 0.85rem; /* Link font size */
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #333333; /* Darker on hover */
    text-decoration: underline !important; /* Underline on hover */
}

/* Divider Line */
.footer-divider {
    border-top: 1px solid #e0e0e0; /* Light grey border */
}

/* Bottom Section Links (Legal/Copyright) */
.footer-link-small {
    color: #616161; /* Link color */
    font-size: 0.75rem; /* Smaller font size for legal links */
    transition: color 0.2s ease;
}

.footer-link-small:hover {
    color: #333333; /* Darker on hover */
    text-decoration: underline !important; /* Underline on hover */
}

.footer-bottom-left,
.footer-bottom-right {
    /* gap-3 from Bootstrap adds spacing between items */
}

/* Icons in bottom section */
.footer-bottom-left svg {
    color: #616161; /* Icon color */
}
@media (min-width: 1440px) { 
    .container-na {
        max-width: 1770px;
    }
}
/* Responsive adjustments */
@media (max-width: 991.98px) { /* Medium screens and smaller */
    .site-footer .row-cols-lg-6 > .col {
        flex: 0 0 auto;
        width: 33.333333%; /* 3 columns on medium devices */
    }
}

@media (max-width: 767.98px) { /* Small screens */
    .site-footer .row-cols-md-3 > .col {
        flex: 0 0 auto;
        width: 50%; /* 2 columns on small devices */
    }
    .footer-col-title {
        margin-bottom: 0.5rem;
    }
    .footer-links li {
        margin-bottom: 0.3rem;
    }
    .footer-bottom-left,
    .footer-bottom-right {
        justify-content: center !important; /* Center links on mobile */
        width: 100%; /* Take full width */
    }
    .footer-bottom-left {
        margin-bottom: 1rem !important; /* Add space between top and bottom lines on mobile */
    }
    .site-footer .pb-3 {
        padding-bottom: 1rem !important; /* Reduce bottom padding */
    }
    .site-footer .pt-5 {
        padding-top: 2rem !important; /* Reduce top padding */
    }
}

@media (max-width: 575.98px) { /* Extra small screens */
    .site-footer .row-cols-2 > .col {
        flex: 0 0 auto;
        width: 100%; /* 1 column on extra small devices */
    }
}
#scrollTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    font-size: 20px;
    background-color: #6b4eff;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 12px 16px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
    width: 50px;
    height: 50px;
  }
  #scrollTopBtn:hover {
    background-color: #5740d0;
  }
  .hero-section {
    position: relative;
    height: 100vh;
    background: url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .hero-content-box {
    position: relative;
    max-width: 800px;
    text-align: center;
    padding: 30px 20px;
    z-index: 1;
  }

  .hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
  }

  .hero-text {
    font-size: 1.15em;
    line-height: 1.7;
    color: #dddddd;
    margin-bottom: 35px;
  }

  .button-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .hero-btn {
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 1em;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .btn-primary {
    background-color: #ff6600;
    color: #fff;
  }

  .btn-primary:hover {
    background-color: #e65c00;
  }

  .btn-secondary {
    background-color: transparent;
    color: #ff6600;
    border: 2px solid #ff6600;
  }

  .btn-secondary:hover {
    background-color: #ff6600;
    color: #fff;
  }

  @media (max-width: 600px) {
    .hero-title {
      font-size: 2em;
    }

    .hero-text {
      font-size: 1em;
    }

    .hero-btn {
      width: 100%;
      text-align: center;
    }

    .button-row {
      flex-direction: column;
      gap: 15px;
    }
  }

  .inside-slider-bg {
    background: linear-gradient(46deg, #cbd5f0, transparent);
    height: 340px;
    background-image: url('../images/services2.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40%;
  }
  .breadcrumbs a {color: #585858;
    text-decoration: none;}

  .dark-section .breadcrumbs a {color: #fff;
    text-decoration: none;}
  .dark-section p {color: #fff !important;}
 .dark-section h1 {color: #fff;}
    .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2c3e50;
}

.advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.card {
  background: #fff;
  padding: 1.5rem;
  border-left: 4px solid #3498db;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.card h2 {
  font-size: 1.25rem;
  color: #2d3436;
  margin-bottom: 0.75rem;
}

.results, .differentiators, .call-to-action {
  margin-bottom: 3rem;
}

.results h2, .differentiators h2, .call-to-action h2 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.result {
  background: #ecf0f1;
  padding: 1rem;
  border-left: 5px solid #27ae60;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.result h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.differentiators ul {
  list-style: disc;
  margin-left: 1.5rem;
}

.differentiators li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.call-to-action p {
  font-size: 1.1rem;
  color: #34495e;
}

/* section */

.approach-section .section-title {
  text-align: center;
  font-size: 32px;
  color: #143fd4;
  margin: 50px 0;
}

.approach-section {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.timeline {
  position: relative;
  padding: 40px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: #143fd4;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-content {
  background: white;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.timeline-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #143fd4;
}

.timeline-content i {
  margin-right: 8px;
}

.marker {
  position: absolute;
  top: 30px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 4px solid #143fd4;
  border-radius: 50%;
  z-index: 3;
}

.timeline-item.left .marker {
  right: -9px;
}

.timeline-item.right .marker {
  left: -9px;
}

/* Arrows */
.arrow-left, .arrow-right {
  position: absolute;
  top: 36px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 2;
}

.arrow-left {
  right: -20px;
  border-left-color: white;
}

.arrow-right {
  left: -20px;
  border-right-color: white;
}

/* Responsive layout */
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
    text-align: left;
  }

  .marker {
    left: -1px !important;
    right: auto !important;
  }

  .arrow-left,
  .arrow-right {
    left: 20px !important;
    right: auto !important;
    border: 10px solid transparent;
    border-left-color: white;
  }
}

/* why neo aware */
.neo-aware-section {
  padding: 60px 20px;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.neo-aware-section .main-title {
  font-size: 32px;
  color: #143fd4;
  text-align: center;
  margin-bottom: 50px;
}

.neo-aware-section .section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  background: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.neo-aware-section .section .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #143fd4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.neo-aware-section .section .content {
  flex: 1;
}

.neo-aware-section .section h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #143fd4;
}

.final-message {
  background: #e8f0ff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
}

.final-message p {
  margin: 0 0 20px;
  font-size: 18px;
  color: #143fd4;
}

.cta-btn {
  display: inline-block;
  background: #143fd4;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #102bbd;
}

/* Responsive */
@media (max-width: 768px) {
  .neo-aware-section .section {
    flex-direction: column;
  }

  .neo-aware-section .section .icon {
    margin-bottom: 10px;
  }

  .neo-aware-section .section .content {
    text-align: left;
  }
}

/* contact section */
.contact-section {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.contact-heading {
  font-size: 22px;
  margin-bottom: 30px;
  color: #222;
}

.contact-card {
  background: white;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  border-left: 6px solid #143fd4;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #143fd4;
  box-shadow: 0 0 5px rgba(20, 63, 212, 0.2);
}

.submit-btn {
  display: inline-block;
  background: #143fd4;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background: #0f2da8;
}

@media (max-width:1400px){
  .home-responsive {
    max-width: 75%;
    float: right;
  }
}
.icon-circle {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #143fd4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.white-bg-circle .icon-circle{
  background: #fff !important;
}

/* case study */
.case-study-header {
      background: #004d99;
      color: white;
      padding: 60px 20px;
      text-align: center;
    }

    .case-study-header h1 {
      margin: 0 0 10px;
      font-size: 2.5rem;
    }

    .case-study-header button {
      background: #ffffff;
      color: #004d99;
      border: none;
      padding: 12px 24px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 6px;
      transition: 0.3s ease;
    }

    .case-study-header button:hover {
      background: #cce0ff;
    }

    .case-study-section {
      padding: 60px 20px;
      max-width: 1000px;
      margin: auto;
    }

    .case-study-section h2 {
      color: #004d99;
      margin-bottom: 15px;
      font-size: 1.8rem;
    }

    .case-study-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      margin-bottom: 40px;
      transition: transform 0.3s ease;
    }

    .case-study-card:hover {
      transform: translateY(-5px);
    }

    .case-study-results ul {
      list-style: disc;
      padding-left: 20px;
    }

    .case-study-cta {
      text-align: center;
    }

    .case-study-cta p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }

    .case-study-cta a {
      background: #004d99;
      color: white;
      text-decoration: none;
      padding: 12px 24px;
      border-radius: 6px;
      display: inline-block;
    }

    .case-study-cta a:hover {
      background: #0066cc;
    }

    @media (max-width: 600px) {
      .case-study-header h1 {
        font-size: 2rem;
      }

      .case-study-section h2 {
        font-size: 1.5rem;
      }

      .case-study-card {
        padding: 20px;
      }
    }
    /* client success story */

    .client-story-container {
      max-width: 1100px;
      margin: auto;
      padding: 0px 20px;
    }

    .client-story-header {
      background-color: #004d99;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
    }

    .client-story-header h1 {
      margin: 0;
      font-size: 2.5rem;
    }

    .client-story-section {
      background-color: #fff;
      margin: 40px 0;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      padding: 30px;
    }

    .client-story-section h2 {
      color: #004d99;
      font-size: 1.6rem;
      margin-bottom: 15px;
    }

    .client-story-section ul {
      padding-left: 20px;
    }

    .client-story-highlight {
      background-color: #e6f0ff;
      border-left: 4px solid #004d99;
      padding: 15px 20px;
      margin-top: 20px;
      border-radius: 6px;
    }
    @media (max-width: 768px) {
      .client-story-header h1 {
        font-size: 2rem;
      }

      .client-story-section {
        padding: 20px;
      }
    }
.view-summary {
    border: none;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: 500;
    margin-top: 15px;
}

/* =================== Global Mobile Responsiveness Fixes =================== */
/* Ensure navbar toggler icon is visible on light navbar */
.na-header .navbar-toggler {
  border-color: rgba(0,0,0,0.15);
}
.na-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Remove large left margin on collapsed menu to avoid horizontal scroll */
@media (max-width: 991.98px) {
  .na-header .navbar-collapse.ms-5 {
    margin-left: 0 !important;
  }
  .na-header .navbar-nav .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* Correct visibility for image columns that use d-sm-none */
/* Hide on extra-small screens, show as flex on md and up */
@media (max-width: 575.98px) {
  .image-content.d-sm-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .image-content.d-sm-none {
    display: flex !important;
  }
}

/* Prevent horizontal overflow on small screens */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Make absolutely positioned hero art non-overflowing on mobile */
@media (max-width: 991.98px) {
  .teams-essentials-section > div[style*="position: absolute"] {
    position: static !important;
  }
  .home-responsive {
    max-width: 100% !important;
    height: auto;
  }
}

/* Footer columns stack nicely on small screens */
@media (max-width: 767.98px) {
  .site-footer .row > [class^="col"],
  .site-footer .row > [class*=" col"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Improve dropdown usability on mobile */
@media (max-width: 575.98px) {
  .na-header .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
  }
}