
    /* ===== COMMON ===== */
    .CloudForge-bg {
        background: #061e5b;
        color: #fff;
      }
  
      .CloudForge-logo {
        font-size: 22px;
        font-weight: bold;
        color: #ff4b2b;
        text-decoration: none;
      }
  
      /* ===== DESKTOP SECOND ROW LINKS ===== */
      .nav-secondary a {
        color: #fff;
        text-decoration: none;
        margin-right: 20px;
        font-size: 16px;
      }
  
      .nav-secondary a:hover {
        text-decoration: underline;
      }
  
    .nav_width {
        width: 90%;
        margin: 0 auto;
      }
      .view_account{
   color: #fbf9f8;
      min-height: 44px;
      min-width: 44px;
      border: none;
      padding: 12px 20px;
      background-color: #161513;
      border-radius: 4px;
      font-weight: bold;
      }
      .contact_sales{
        color: #fbf9f8;
      min-height: 44px;
      min-width: 44px;
      border: 2px solid #fff;
      padding: 12px 20px;
      background-color: none;
      border-radius: 4px;
      font-weight: bold;
      }
      .contact_sales:hover, .contact_sales:focus{
        color: #fbf9f8;
      min-height: 44px;
      min-width: 44px;
      border: 2px solid #fff;
      padding: 12px 20px;
      background-color: #061e5b!important;
      border-radius: 4px;
      font-weight: bold;
      }
      .view_account:hover, .view_account:focus{
   color: #fbf9f8;
      min-height: 44px;
      min-width: 44px;
      border: none;
      padding: 12px 20px;
      background-color: #161513;
      border-radius: 4px;
      font-weight: bold;
      }
  
      /* ===== MOBILE DRAWER (UNCHANGED) ===== */
      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
        z-index: 1040;
      }
  
      .mobile-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        height: 100%;
        background: #3a3633;
        color: #fff;
        padding: 20px;
        transition: right 0.3s ease;
        z-index: 1050;
      }
  
      .mobile-menu.active {
        right: 0;
      }
  
      .overlay.active {
        display: block;
      }
  
      .mobile-links li{
        padding: 14px 0;
        border-bottom: 1px solid #555;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
      }
      .mobile-links a, .mobile-links a:hover, .mobile-links a:focus {
        padding:  0;
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
      }
  
      /* ===== RESPONSIVE ===== */
      @media (max-width: 991px) {
        .desktop-only {
          display: none !important;
        }
      }
  
      @media (min-width: 992px) {
        .mobile-only {
          display: none !important;
        }
      }
  
      /* ================Health Section ================ */
  
      .Health_Section{
      mix-blend-mode: initial;
      }
  
      .card{
        border-radius: 5px 5px 0 0;
        border: none;
        border-bottom: 4px solid #5F7D4F;
        height: 500px;
      }
  
      /* ===== CloudForge HERO SECTION (MATCHING IMAGE) ===== */
  .CloudForge-hero {
    display: flex;
    width: 100%;
    min-height: 420px;
  }
  
  .hero-panel {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px;
    color: #fff;
    overflow: hidden;
  }
  
  /* LEFT PANEL */
  .hero-apps {
    background: #2f5f3e;
  }
  
  .hero-apps::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(120,180,120,0.35), transparent 60%),
      repeating-linear-gradient(0deg, rgba(0,0,0,0.15) 0 1px, transparent 1px 12px);
  }
  
  /* RIGHT PANEL */
  .hero-infra {
    background: #0f4f5c;
  }
  
  .hero-infra::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 80% 40%, rgba(90,190,200,0.35), transparent 55%),
      repeating-linear-gradient(90deg, rgba(255,255,255,0.15) 0 1px, transparent 1px 14px);
  }
  
  .hero-content {
    position: relative;
    max-width: 520px;
  }
  
  .hero-eyebrow {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
  }
  
  .hero-panel h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  
  .hero-panel p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  
  .hero-panel .btn {
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 6px;
    width: 180px;
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 991px) {
    .CloudForge-hero {
      flex-direction: column;
    }
  
    .hero-panel {
      padding: 40px 24px;
    }
  
    .hero-panel h2 {
      font-size: 32px;
    }
  }
  
  
  
  /* ========footer===================== */
  
  .CloudForge-footer {
    background: #061e5b;
    color: #fff;
  }
  
  .footer-top {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    padding: 60px 80px 10px;
  }
  .footer-bottom {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0px 80px;
  }
  
  .footer-toggle {
    all: unset;
    color: #b6b6b6;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .footer-content a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 10px 0;
  }
  .footer-bottom a {
    /* display: block; */
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin: 5px 0;
  padding-right: 10px;
  }
  .footer-bottom-2 a{
      font-size: 22px!important;
    }
    .footer-bottom-3{
      display: none;
    }
  .footer-content a:hover, .footer-bottom a:hover { text-decoration: underline; }
  
  /* MOBILE */
  @media (max-width: 991px) {
    .footer-bottom {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0px 24px;
  }
    .footer-bottom-2{
      display: none;
    }
    .footer-bottom-3{
      display: block;
      margin: 0 auto;
    padding: 0px 24px;
    }
    .footer-bottom-3 a{
      color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin: 10px 0;
    padding-right: 10px;
    }
    .footer-top {
      grid-template-columns: 1fr;
      padding: 40px 24px;
    }
  
    .footer-content { display: none; }
  
    .footer-col.open .footer-content { display: block; }
  
    .footer-toggle::after {
      content: '›';
      transform: rotate(90deg);
      font-size: 22px;
    }
  
    .footer-col.open .footer-toggle::after {
      transform: rotate(-90deg);
    }
  }
  
  
  
  /* ========================================= */
  .carousel-prev,
  .carousel-next {
    color: #000;
  }
  
  .carousel-prev svg,
  .carousel-next svg {
    fill: #000;
  }
  .carousel-image img{
    margin-left: 7%;
  }
  .carousel-text{
    margin-top: 3%;
  }
  .CloudForge-carousel-section{
    background-image: url(./image/rh08-top-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .read_more_btn{
    max-width: 150px;
  }
  
  
  .carousel-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    min-height: 420px;
  }
  
  .carousel-image {
    background-size: cover;
    background-position: center;
  }
  
  .carousel-text {
    background: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .carousel-text h2 {
    font-size: 28px;
    font-weight: 600;
  }
  
  .carousel-text .divider {
    width: 40px;
    height: 3px;
    background: #c74634;
    margin: 16px 0;
  }
  
  .carousel-text p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  
  .caroselIndicatorExtraSpace{
    border: 1px solid #000!important;
    border-radius: 5px;
  }
  .carousel-indicators .active{
    background-color: #000!important;
  }
  .carousel-indicators{
    bottom: -45px;
  }
  
  /* MOBILE */
  @media (max-width: 991px) {
    .carousel-image img{
    margin-left: 0%;
  }
  .carousel-text{
    margin-top: 0%;
  }
    .carousel-grid {
      grid-template-columns: 1fr;
    }
  
    .carousel-image {
      max-height: 180px;
    }
  
    .carousel-text {
      padding: 32px 24px;
    }
  
    .carousel-text h2 {
      font-size: 22px;
    }
  }
  
  
  /* ===== FLOATING CHAT STYLES ===== */
  .CloudForge-chat-widget {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 2000;
  }
  
  .chat-fab {
    width: 50px;
    height: 90px;
    border-radius: 5px;
    border: none;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    font-size: 22px;
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  
  /* Hide FAB when chat is open */
  .CloudForge-chat-widget.open .chat-fab {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
  }
  
  .chat-panel {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  
    /* SLIDE FROM RIGHT */
    transform: translateX(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.25s ease;
  }
  
  .chat-panel.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
        /* text-align: center; */
  }
  
  .chat-panel.active {
    display: block;
    padding: 10px;
  }
  
  .chat-header {
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
  }
  
  .chat-close {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
  }
  
  .chat-body {
    padding: 16px;
  }
  
  .chat-option {
    margin-bottom: 12px;
    font-size: 14px;
  }
  
  .chat-phone {
    font-size: 18px;
    font-weight: 600;
  }
  .togglechatclose{
    text-align: right;
  }
  .text-muted{
    font-size: 12px;
  }
  
  
  /* ========Service page styles ======== */
  
  * {
    
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
  }
  
  .who-we-are {
    position: relative;
    min-height: 100vh;
    background: url("./image/110525.News_.AI-Safety-G.webp") no-repeat center/cover;
    display: flex;
    align-items: center;
    padding: 60px;
    color: #fff;
  }
  /* 🔥 Thin black film */
  .who-we-are::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35); /* thin black layer */
    z-index: 1;
  }
  
  .content {
    position: relative;
    z-index: 2; /* text above overlay */
  }
  .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  
  .content {
    position: relative;
    max-width: 650px;
    z-index: 2;
  }
  
  .subtitle {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
  }
  
  .title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  .description {
    font-size: 20px;
      font-weight: 500;
      line-height: 30px;
    color: #fff;
  }
  /* .description {
    font-size: 20px;
      font-weight: 500;
      line-height: 30px;
    color: #000;
  } */
  .small-heading{
    color: #282A73;
    font-size: 20px;
    font-weight: 700;
  }
  .cta-btn {
    background: #00c6ff;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s ease;
  }
  
  .cta-btn:hover {
    background: #009fd1;
  }
  
  /* 🔹 Responsive Design */
  @media (max-width: 768px) {
    .who-we-are {
      padding: 40px 20px;
    }
  
    .title {
      font-size: 42px;
    }
  
    .description {
      font-size: 16px;
    }
  }
  
  @media (max-width: 480px) {
    .title {
      font-size: 34px;
    }
  
    .subtitle {
      font-size: 18px;
    }
    
  }
  
  /* 🔥 Cards */
  /* INFO SECTION */
  .info-section {
    position: relative;
    background: #fff;
    /* padding-bottom: 70px; */
        margin-top: 50px;
  }
  
  /* OVERLAP EFFECT (DESKTOP) */
  .cards-wrapper {
    position: relative;
    top: -120px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 3;
  }
  
  /* CARD */
  .info-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  }
  
  .info-card h3 {
    margin: 20px 0 15px;
    color: #2b2b6f;
  }
  
  .info-card p {
    color: #555;
    line-height: 1.6;
  }
  
  .icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: #e9f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
  }
  
  /* 📱 MOBILE: NORMAL SECTION (NO OVERLAP) */
  @media (max-width: 768px) {
  
    .cards-wrapper {
      top: 0;                      /* remove overlap */
      grid-template-columns: 1fr;
      margin-top: 40px;
    }
  
    .who-we-are {
      padding-bottom: 60px;
      min-height: auto;
    }
  
    .info-section {
      padding-top: 40px;
    }
  }
  
  
  .about-section {
    padding: 0px 20px 100px;
    background: #fff;
  }
  
  .about-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding-top: 100px;
  }
  
  /* IMAGE BLOCK */
  .about-image-wrapper {
    position: relative;
  }
  
  .image-bg {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 90%;
    height: 90%;
    background: #00c6ff;
    border-radius: 31px 0px 31px 0px;;
    z-index: 1;
  }
  
  .about-image {
    position: relative;
    width: 100%;
    border-radius: 31px 0px 31px 0px;;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }
  
  /* CONTENT */
  .about-content .small-title {
    font-size: 18px;
    font-weight: 600;
    color: #2b2b6f;
  }
  
  .about-content h2 {
    font-size: 35px;
    margin: 15px 0 25px;
    color: #2b2b6f;
  }
  
  .about-content h2 span {
    color: #00c6ff;
  }
  
  .about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
  }
  
  .about-btn {
    margin-top: 20px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #0066cc, #00c6ff);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
  }
  
  /* 📱 RESPONSIVE */
  @media (max-width: 900px) {
    .about-container {
      grid-template-columns: 1fr;
    }
  .about-container {
    max-width: 1200px;
    margin: auto;
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
    gap: 60px;
    align-items: center;
    padding-top: 55px;
  }
    
  
    .about-content h2 {
      font-size: 34px;
    }
  }
  
  .clients-section {
    padding: 80px 20px;
    text-align: center;
    background: white
  }
  
  .clients-section h2 span {
    color: #00c6ff;
  }
  
  /* Carousel container */
  .carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
  }
  
  /* Viewport */
  .carousel-viewport {
    overflow: hidden;
    width: 90%;
  }
  
  /* Track */
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  /* Slides */
  .slidee {
    flex: 0 0 calc(100% / 6); /* 🔥 6 visible on desktop */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .slidee img {
    max-width: 160px;
    height: auto;
    object-fit: contain;
  }
  
  /* Arrows */
  .nav-btn {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #00c6ff;
    padding: 10px;
    z-index: 10;
  }
  
  .nav-btn.left {
    margin-right: 10px;
  }
  
  .nav-btn.right {
    margin-left: 10px;
  }
  
  /* 📱 MOBILE */
  @media (max-width: 768px) {
    .slidee {
      flex: 0 0 100%; /* 🔥 1 visible */
    }
  
    .slidee img {
      max-width: 210px;
      margin: auto;
    }
  }
  
  
  .itsv-section {
    background: #00cfff;
    color: #fff;
    padding: 80px 20px 100px;
  }
  
  .itsv-container {
    max-width: 1200px;
    margin: auto;
  }
  
  .itsv-header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 60px;
  }
  
  .itsv-title h2 {
    font-size: 40px;
      font-weight: bold;
      line-height: 55px;
      color: #282A73;
  }
  
  .itsv-desc p {
    max-width: 650px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 500;
  }
  
  .itsv-btn {
    display: inline-block;
    padding: 10px 18px;
    background-image: radial-gradient(at bottom left, #282A73 0%, #00B4D8 100%);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  
  /* Grid */
  .itsv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
  
  .itsv-card {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }
  
  .itsv-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    color: #000000ab;
  }
  
  .itsv-card h3 {
    font-size: 23px;
      font-weight: 600;
      color: #282A73;
    margin-bottom: 10px;
  }
  
  .itsv-card p {
    font-size: 15px;
      font-weight: 600;
      line-height: 22px;
      color: #FFFFFF;
  }
  
  .itsv-card a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
  
  /* 📱 Mobile */
  @media (max-width: 768px) {
    .itsv-header {
      grid-template-columns: 1fr;
    }
  
    .itsv-title h2 {
      font-size: 32px;
    }
  
    .itsv-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .indserve-wrap {
    /* background-image: url(./image/ezgif-7-e92da0bb3c-scaled-1.webp) no-repeat center/cover!important; */
    background: linear-gradient(135deg, #1e4b5c, #2e6b78);
    padding: 80px 20px;
    color: #ffffff;
  }
  
  .indserve-container {
    max-width: 1200px;
    margin: auto;
  }
  
  .indserve-title {
    font-size: 34px;
    color: #00d0ff;
    margin-bottom: 8px;
  }
  
  .indserve-underline {
    width: 80px;
    height: 4px;
    background: #00d0ff;
    margin-bottom: 20px;
  }
  
  .indserve-desc {
    max-width: 900px;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 24px;
  }
  
  .indserve-btn {
    display: inline-block;
    background: linear-gradient(135deg, #0a2e73, #00b6e6);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 50px;
    font-weight: 500;
  }
  
  /* Cards */
  .indserve-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  
  .indserve-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    color: #333;
    display: flex;
    flex-direction: column;
  }
  
  .indserve-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }
  
  .indserve-card-body {
    padding: 22px;
    text-align: center;
  }
  
  .indserve-card-body h3 {
    color: #1f3c88;
    margin-bottom: 10px;
  }
  
  .indserve-card-body p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  
  .indserve-card-body button {
    background: #00d0ff;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
  }
  
  /* Hover */
  .indserve-card:hover {
    transform: translateY(-6px);
    transition: 0.3s ease;
  }
  
  /* Responsive */
  @media (max-width: 900px) {
    .indserve-card-grid {
      grid-template-columns: 1fr;
    }
  
    .indserve-title {
      font-size: 28px;
    }
  }
  
  .svc-hero-wrap {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    background-image: url("./image/services.jpeg");
    color: #ffffff;
    padding: 40px 20px;
  }
  
  /* .svc-hero-overlay {
    position: absolute;
    inset: 0;
    background-image: url("./image/services.jpeg") no-repeat /cover;
  } */
  
  .svc-hero-content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    z-index: 1;
  }
  
  .svc-hero-title {
    font-size: 42px;
    font-weight: 600;
    color: #00e0ff;
    margin-bottom: 8px;
  }
  
  .svc-hero-breadcrumb {
    font-size: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  .svc-hero-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .svc-hero-breadcrumb span {
    opacity: 0.85;
     color: #00e0ff;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .svc-hero-wrap {
      min-height: 180px;
      background-position: center;
    }
  
    .svc-hero-title {
      font-size: 30px;
    }
  
    .svc-hero-breadcrumb {
      font-size: 13px;
    }
  }
  .AI-and-ML-hero {
    background-image: url("./image/aI.jfif");
    background-repeat: no-repeat;
      background-size: cover;
  }
  .DevOps-hero {
    background-image: url("./image/cea250fb-2974-4f97-a753-4f61e1387e64.jfif");
    background-repeat: no-repeat;
      background-size: cover;
  }
  .Applica-hero{
    background-image: url("./image/AI\ &\ ML.jfif");
    background-repeat: no-repeat;
      background-size: cover;
  }
  .Modern-hero{
    background-image: url("./image/WhatsApp\ Image\ 2025-12-21\ at\ 7.28.45\ PM.jpeg");
    background-repeat: no-repeat;
      background-size: cover;
  }
  .ai-services-wrap {
    padding: 0 20px 80px;
    background: #ffffff;
    text-align: center;
  }
  
  /* Quote strip */
  .ai-quote-strip {
    background: #06b6d4;
    padding: 30px;
  }
  
  .ai-quote-strip p {
    color: #ffffff;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
  }
  
  /* Header */
  .ai-services-header {
    margin: 50px auto;
    max-width: 900px;
  }
  
  .ai-services-header h2 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
  }
  
  /* Grid */
  .ai-services-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  
  /* Card */
  .ai-service-card {
    background: #f9f9f9;
    padding: 40px 25px;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .ai-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }
  
  /* Icon */
  .ai-icon {
    font-size: 40px;
    color: #06b6d4;
    margin-bottom: 15px;
  }
  
  /* Title */
  .ai-service-card h3 {
    font-size: 18px;
    color: #1e3a8a;
    margin-bottom: 10px;
  }
  
  /* Text */
  .ai-service-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
  }
  
  /* Tablet */
  @media (max-width: 992px) {
    .ai-services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* Mobile */
  @media (max-width: 576px) {
    .ai-services-grid {
      grid-template-columns: 1fr;
    }
  
    .ai-quote-strip p {
      font-size: 16px;
    }
  
    .ai-services-header h2 {
      font-size: 18px;
    }
  }
  .cta-connect-wrap {
    background: #2b2f73;
    padding: 70px 20px;
    text-align: center;
  }
  
  .cta-connect-inner {
    max-width: 900px;
    margin: auto;
  }
  
  .cta-connect-inner h2 {
    color: #18e0ff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .cta-connect-inner p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  
  .cta-connect-btn {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .cta-connect-btn:hover {
    background: #18e0ff;
    color: #000;
  }
  
  /* Tablet */
  @media (max-width: 768px) {
    .cta-connect-inner h2 {
      font-size: 26px;
    }
  }
  
  /* Mobile */
  @media (max-width: 480px) {
    .cta-connect-wrap {
      padding: 50px 15px;
    }
  
    .cta-connect-inner h2 {
      font-size: 22px;
    }
  
    .cta-connect-inner p {
      font-size: 13px;
    }
  
    .cta-connect-btn {
      padding: 10px 24px;
      font-size: 13px;
    }
  }
  .faq-block-wrap {
    padding: 70px 20px;
    background: #ffffff;
  }
  
  .faq-block-inner {
    max-width: 900px;
    margin: auto;
  }
  
  .faq-block-title {
    font-size: 26px;
    color: #12c7f2;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
  }
  
  .faq-block-title span {
    display: block;
    width: 220px;
    height: 3px;
    background: #2c2fa5;
    margin-top: 10px;
  }
  
  .faq-item {
    border-bottom: 1px solid #dcdcdc;
  }
  
  .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }
  
  .faq-question strong {
    font-size: 20px;
  }
  
  .faq-answer {
    display: none;
    padding: 0 0 18px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
  }
  
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .faq-item.active .faq-question strong {
    content: "−";
  }
  
  /* Mobile */
  @media (max-width: 600px) {
    .faq-block-title {
      font-size: 22px;
    }
  
    .faq-question {
      font-size: 15px;
    }
  
    .faq-answer {
      font-size: 13px;
    }
  }
  
  /* Match dropdown background to navbar */
.CloudForge-bg .dropdown-menu {
  background-color: #23272b; /* Replace with your navbar color */
  color: #fff;
  border: none;
}

/* Optional: Style dropdown items for better visibility */
.CloudForge-bg .dropdown-menu .dropdown-item {
  color: #fff;
}

.CloudForge-bg .dropdown-menu .dropdown-item:hover,
.CloudForge-bg .dropdown-menu .dropdown-item:focus {
  background-color: #343a40; /* Slightly lighter/darker for hover */
  color: #fff;
}


/* ================= DESKTOP HOVER DROPDOWN ================= */
@media (min-width: 992px) {

  .nav-secondary .dropdown-menu {
    display: block;          /* override bootstrap */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    pointer-events: none;
  }

  .nav-secondary .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.nav-secondary .dropdown {
    position: relative;
  }

  .nav-secondary .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    top: 100%;
    margin-top: 6px; /* small gap below Services */
    min-width: max-content;
    height: 50vh;
    
    background: #061e5b;
  }

  .service_dropdown:hover {
  
    background: none!important;
  }

 /* ===== Mobile submenu FIX ===== */

.mobile-links .submenu {
  display: none;
  margin-top: 10px;
  padding-left: 20px;
}

.mobile-links .has-submenu.open .submenu {
  display: block;
}

/* Header layout */
.mobile-links .submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Arrow rotation */
.mobile-links .arrow {
  transition: transform 0.25s ease;
}

.mobile-links .has-submenu.open .arrow {
  transform: rotate(180deg);
}
/* ===== FORCE MOBILE SUBMENU TO OPEN BELOW (NOT RIGHT) ===== */

.mobile-menu .has-submenu {
  display: block;
}

.mobile-menu .has-submenu > .submenu {
  position: static !important;   /* 🔥 key fix */
  width: 100%;
  margin-top: 10px;
  padding-left: 0px;
  float: none !important;
}

.mobile-menu .submenu li {
  width: 100%;
}
.submenu-header a, .submenu a {
  color: #fff;
  text-decoration: none;
}