/* Remove default margin from body */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

›
.fa-solid { font-size: 54px;
    color:#4287f5;
}

* {
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    
}

p {
    line-height: 1.6;
    color: #606879;

}

.center {
    text-align: center;
    max-width: 80%;
    margin: auto;
}

.content.center {
    margin-bottom: 3%;

}


/* Hero Section */
.hero {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: white;
    padding: 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero p {
    color: white!important;

}

.myswiper {
max-height: 160px;

}

/* Base header */
.site-header { position: relative; z-index: 50; }
.main-nav {
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:16px 20px;
}

.nav-links li {
    display: flex;
    align-items: center;
}

/* Desktop: keep your existing inline layout */
.nav-links { display:flex; gap:20px; list-style:none; margin:0; padding:0; }
.nav-button { margin-left:auto; }

/* Hamburger */
.menu-toggle {
  display:none; border:0; background:transparent; font-size:28px; line-height:1;
  cursor:pointer; color:#fff; /* adjust if your header is light */
}

/* --- Overlay mechanics for mobile --- */
.menu-panel {
  position: fixed; inset: 0; background:#1b3193; color:#e9eefb;
  display:flex; flex-direction:column; gap:24px; padding:24px;
  transform: translateY(-8px);
  opacity:0; visibility:hidden; pointer-events:none;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}
.menu-panel .nav-links { flex-direction:column; gap:16px; }
.menu-panel a { color:#e9eefb; text-decoration:none; font-weight:600; font-size:18px; }
.menu-panel .btn-outline { border:1px solid #e9eefb; padding:10px 16px; border-radius:10px; display:inline-block; }

.close-btn {
  margin-left:auto; width:40px; height:40px; font-size:28px; line-height:1;
  background:transparent; color:#e9eefb; border:1px solid rgba(255,255,255,.35);
  border-radius:8px; cursor:pointer;
}

.nav-backdrop {
  position: fixed; inset:0; background: rgba(7,24,84,.75);
  backdrop-filter: blur(2px);
  opacity:0; visibility:hidden; pointer-events:none;
  transition: opacity .25s ease, visibility .25s ease;
}

/* Open state toggled on <html> */
html.menu-open #mobileMenu {
  opacity:1; visibility:visible; pointer-events:auto; transform: translateY(0);
}
html.menu-open #navBackdrop {
  opacity:1; visibility:visible; pointer-events:auto;
}
html.menu-open, html.menu-open body { overflow:hidden; }

/* Responsive: switch to overlay on small screens */
@media (max-width: 991px) {
  .menu-toggle { display:inline-block; }
  .nav-links, .nav-button { display:none; } /* hide desktop inline items */
}

.subheading {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: .48px;
    color: #606879;
    margin: 0 auto 48px;
    max-width: 1100px;
    width: 100%;
    text-align: center;
}

.hero-content {
    max-width: 600px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero {
    margin-bottom: 30px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}


.headingH2 {
    font-size: 52px;
    margin-top:0;

}

.sevenfive {
max-width: 1100px;

}

/* Overlapping Wrapper */
.split-section {
    position: relative;
    display: flex;
    justify-content: flex-end;
    /* Aligns text box to the right */
    max-width: 1100px;
    width: 100%;
    margin: auto;
    margin-bottom:5%;
    align-items: stretch;
    overflow: hidden;
    /* Ensures no content overflows */

}

/* Image Container */
.split-section .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    /* Ensures no content overflows */

}

.split-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Content Box */
.split-section .text-container {
    position: relative;
    background-color: #0033a0;
    color: white;
    padding: 50px;
    width: 50%;
    margin-top: 150px;
    /* Moves it down to create the overlap */
    z-index: 2;
    overflow: hidden;
    /* Ensures no content overflows */

}

/* Service Section */
.services {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Service Item */
.service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.service .reverse {
flex-direction: column-reverse;

}

/* Text Content */
.service-text {
    width: 50%;
}

.service-text h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.blue-line {
    display: inline-block;
    width: 5px;
    height: 100px;
    background-color: #48c3ff;
    margin-right: 10px;
}

.service-text p {
    font-size: 1rem;
    line-height: 1.6;
}

.service-text li {
    color: #606879;
    line-height: 1.6;

}

/* Image */
.service-image {
    width: 50%;
    overflow: hidden;
    border-radius: 8px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


/* Industry Section */
.industries {
    text-align: center;
    background-color: #f7f8fc;
    padding: 80px 20px;
}

.industries h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top:0;
}

/* Grid Layout */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Individual Card */
.industry-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
}

/* Icon */
.industry-icon img {
    width: 50px;
    /* Adjust size */
    height: auto;
    margin-bottom: 15px;
}

/* Card Title */
.industry-card h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Card Text */
.industry-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.industry-card i {
font-size: 5rem;
color:#007aff;

}

/* Testimonials Section */
.testimonials {
    background-color: #0033a0;

    padding: 80px 20px;
    text-align: center;
}

/* Header Text */
.testimonials-header {
    max-width: 800px;
    margin: 0 auto 40px;
}

.testimonials-header h2 {
    font-size: 2rem;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.testimonials-header p {
    font-size: 1.1rem;
    color: white;
    line-height: 1.6;
    opacity: 0.9;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Testimonial Card */
.testimonial-card {
    background: white;
    color: #071d49;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Stars */
.stars {
    font-size: 1.2rem;
    color: #ffcc00;
    margin-bottom: 10px;
}

/* Author Name */
.testimonial-card h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Position */
.testimonial-card span {
    font-size: 0.9rem;
    color: #666;
    display: block;
    margin-bottom: 15px;
}

/* Quote */
.testimonial-card p {
    font-size: 1rem;
    line-height: 1.6;
}

/* CTA Button */
.testimonials-footer {
    margin-top: 40px;
}

.cta-button {
    display: inline-block;
    margin-top: 5%;
    background: white;
    color: #0033a0;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.2s;
}

.cta-button:hover {
    background: #ddd;
    transform: translateY(-2px);
}



/* Partnerships Section */
.partnerships {
    padding: 80px 20px;
    text-align: center;
}

/* Header */
.partnerships-header {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0033a0;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Divider */
.divider {
    width: 80%;
    margin: 30px auto;
    border: 0;
    border-top: 1px solid #ddd;
}

/* Location Section */
.location-section {
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Flex Wrapper */
.location-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 80%;
    max-width: 1200px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Google Map Container */
.map-container {
    flex: 1;
    height: 350px;
}

/* Right Side CTA Box */
.cta-container2 {
    flex: 1;
    background: #0033a0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.cta-container2 h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Button */
.cta-button2 {
    display: inline-block;
    background: white;
    color: #0033a0;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease, transform 0.2s;
margin-bottom: 5px;
}

.cta-button2:hover {
    background: #ddd;
    transform: translateY(-2px);
}

.testimonials2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;
}

.testimonial-intro {
    font-size: 1.1rem;
    text-align: center;
    color: #333;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Testimonials Grid */
.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr; /* Default to one column */
    gap: 20px;
}

/* Testimonial Card */
.testimonial-card2 {
    display: flex;
    align-items: center;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-3px);
}

/* Logo */
.testimonial-logo {
    flex: 0 0 100px; /* Fixed width for logo */
    margin-right: 20px;
}

.testimonial-logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Testimonial Content */
.testimonial-content {
    flex: 1;
}

.testimonial-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-content h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial-content span {
    font-size: 0.9rem;
    color: #666;
}

/* Hero Section */
.lower-hero-section {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    align-items: stretch;
    max-width: 80%;
    align-items: center;
    margin-bottom:8%;


}

.lower-hero-image {
    flex: 1;
}

.lower-hero-image img {
    width: 80%;
    height: auto;
    object-fit: cover;
    display: block;
}

.lower-hero-content {
    background-color: #0033a0;
    color: white;
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    width: 40%;
    height: auto;

}

.lower-hero-content h2 {
    font-size: 2rem;
    color: white;
    margin-bottom: 15px;
}

.lower-hero-content p {
    font-size: 1rem;
    color: white;
    line-height: 1.6;
}

/* Grid Section */
.grid-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.grid-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.grid-card:hover {
    transform: translateY(-5px);
}

.grid-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.grid-card h3 {
    font-size: 1.2rem;
    margin: 15px;
}

.grid-card a {
    display: block;
    margin: 0 15px 15px;
    color: #0033a0;
    font-weight: bold;
    text-decoration: none;
}

.grid-card a:hover {
    text-decoration: underline;
}


.intro-text {
    max-width: 80%;
    margin: 0 auto 50px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin-top: 5%;

}

.digital-era {
    background-color: #0033a0; /* Dark blue background */
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.digital-era2 {
    background-color: #0033a0; /* Dark blue background */
    color: white;
    padding: 60px 20px;
    text-align: center;
    padding-top: 0%;
}

iframe {
overflow: hidden;

}

.home {

padding-bottom: 1%;

}

.swiper {
display: inline-block;

}


.digital-era2 .digital-era-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width:700px;
    align-items: center; /* Align items vertically */
    justify-items: center; /* Align items horizontally */
}

.digital-era-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
   
}

.digital-era-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center; /* Align items vertically */
    justify-items: center; /* Align items horizontally */
}

.card-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Adjust size */
    height: 40px;
    border-radius: 50%;
    background-color: #0033a0; /* Dark blue to match your theme */
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 10px; /* Centers number above text */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.digital-era-card {
    background: white;
    color: black;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 90%;
}

/* This will ensure the last two cards are centered */
.digital-era-card:nth-child(4) {
    grid-column: 1 / 2;
}

.digital-era-card:nth-child(5) {
    grid-column: 3 / 4;
}

/* Create an empty middle column to center the cards */
.digital-era-card:nth-child(4)::after {
    content: "";
    grid-column: 2 / 3;
}

/* CTA Button */
.digital-era-footer {
    margin-top: 40px;
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1100px;
    width: 100%;
}

.stat-card {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stat-card h2 {
    font-size: 2rem;
    color: #0033a0;
    font-weight: bold;
}

.stat-card p {
    font-size: 1rem;
    color: #555;
}
.team-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f7f8fc;
}

.team-grid {
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.team-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
}

.space {
    margin: 3%;
}

.team-card img {
    width: 100%;
    height: auto;
    max-height: 353px;
}

.team-content {
    padding: 20px;
}

.team-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.team-role {
    color: #0033a0!important;
    font-weight: bold;
    text-decoration: none;
}

.team-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}



.role-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.role-card:hover {
    transform: translateY(-5px);
}

.role-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.role-text {
    padding: 20px;
    text-align: left;
}

.role-text h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.role-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.role-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.role-text ul li {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 5px;
}

.open-positions {
    max-width: 800px;
    margin: 40px auto;
}

.position {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.position-header h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

.toggle-button {
    background: none;
    border: 2px solid #0033a0;
    color: #0033a0;
    font-size: 1.2rem;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.toggle-button:hover {
    background: #0033a0;
    color: white;
}

.position-details {
    margin-top: 10px;
    font-size: 1rem;
    color: #555;
    display: none;
    /* Initially hidden */
}

.position-details a {
    color: #0033a0;
    font-weight: bold;
    text-decoration: none;
}

.position-details a:hover {
    text-decoration: underline;
}

.policy-section {
    max-width: 900px;
    margin: 40px auto;
    line-height: 1.6;
    color: #333;
}

.policy-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.policy-section p, .policy-section ul {
    font-size: 1rem;
    margin-bottom: 15px;
}

.policy-section ul {
    padding-left: 20px;
}

.policy-section ul li {
    margin-bottom: 10px;
}

.blue {
background:#0033a0;
padding-bottom:5%;
margin-bottom:5%;
}

/* Location Section */
.location-container {
    width: 100%;
    height: 500px;
    position: relative;

}

.quoted {
    font-weight: bold;
}

.map-container {
    width: 100%;
    height: 100%;
}

/* FAQ Section */
.faq-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}

.faq-container h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

.faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0033a0!important;
    cursor: pointer;
}

.faq-answer {
    margin-top: 10px;
    font-size: 1rem;
    color: #555;
}

.faq-answer.hidden {
    display: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .faq-container {
        padding: 10px;
    }

    .faq-question h3 {
        font-size: 1rem;
    }
}


/* Ensure the slider container has proper padding */
.swiper {
    width: 100%;
    padding-top:2%;
    padding-bottom: 5%;
    
    /* Adds space above and below */
}

/* Ensure each slide is centered */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    /* Adjust to fit logos */
    height: 150px;
}

/* Adjust circle container */
.swiper-slide div {
    width: 120px;
    /* Ensure proper circle size */
    height: 120px;
    border-radius: 50%;
    border: 2px solid #ddd;
    /* Add a subtle border */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Resize images inside circles */
.swiper-slide img {
    max-width: 151px;
    max-height: auto;
    object-fit: contain;
}

/* Move Navigation Arrows Outside */
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

/* CTA Button */
.btn {
    background-color: #0070F3;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display:inline-block;
   
}

.btn:hover {
    background-color: #0056C7;
}

/* Header Styles */
.site-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    color: white;
}

/* Top Bar (LinkedIn) */
.top-bar {
    text-align: right;
    padding: 10px 40px;
    font-size: 14px;
    background: transparent;
    color: white;
}

.top-bar a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}


/* ========== Partners page ========== */

/* Hero */
.partners-hero {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 64px;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* room for background shape at left */
  gap: 24px;
  align-items: start;
}
.partners-hero__bg {
  grid-column: 1 / 2;
  min-height: 280px;
  background:
    radial-gradient(180px 180px at 30% 40%, rgba(0,51,160,.08), rgba(0,51,160,0) 70%),
    radial-gradient(120px 120px at 55% 60%, rgba(72,195,255,.10), rgba(72,195,255,0) 70%);
  border-radius: 24px;
  opacity: 0.9;
}
.partners-hero__content {
  grid-column: 2 / 3;
  background: #1b3193; /* Cloudloop deep blue */
  color: #e9eefb;
  padding: 28px 28px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(7,24,84,.18);
}
.eyebrow {
  font-size: 14px;
  letter-spacing: .4px;
  color: #7fb9ff;
  margin: 0 0 6px;
}
.partners-hero__title {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 12px;
}
.partners-hero__title .accent { background: #fff; color: #1b3193; padding: 0 .25em; border-radius: 6px; }
.partners-hero__lead {
  margin: 0 0 12px;
  opacity: .95;
  color: #fff;
}
.partners-hero__body {
  margin: 0;
  opacity: .9;
   color: #fff;
}

/* Ecosystem / grid */
.partners-ecosystem {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 20px;
  text-align: center;
}
.partners-ecosystem .center { text-align: center; }
.partners-ecosystem__title {
  font-size: 32px;
  margin: 6px 0 28px;
  color: #071d49;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-card {
  background: #fff;
  border: 1px solid #e6e9f2;
  border-radius: 12px;
  padding: 22px 18px;
  height: 120px;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-rows: 1fr auto;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(7,24,84,.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.partner-card:hover {
  transform: translateY(-2px);
  border-color: #d6dbf0;
  box-shadow: 0 6px 18px rgba(7,24,84,.10);
}


.partner-card img {
  max-height: 70px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  opacity: .9;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.magic img {
max-height: 60px;

}
.partner-card:hover img { filter: grayscale(0%); opacity: 1; transform: scale(1.03); }
.partner-name {
  font-size: 18px;
  color: #6c7390;
}

/* Placeholder when a logo is missing */
.partner-card.placeholder {
  background: repeating-linear-gradient(135deg, #f4f6fd, #f4f6fd 10px, #eef1fb 10px, #eef1fb 20px);
}
.partner-card.placeholder::before {
  content: "Logo";
  display: inline-block;
  font-size: 12px;
  color: #6c7390;
  background: #fff;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #dfe3f3;
}

/* Responsive */
@media (max-width: 1024px) {
  .partner-grid { grid-template-columns: repeat(3, 1fr); }
  .partners-hero { grid-template-columns: 1fr; }
  .partners-hero__bg { display: none; }
  .partners-hero__content { grid-column: auto; }
}
@media (max-width: 640px) {
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 420px) {
  .partner-grid { grid-template-columns: 1fr; }
}


.partners-hero {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 64px;
  padding: 40px 20px;
  display: grid;
 
  gap: 24px;
  align-items: center;
  overflow: visible;
}

/* Infinity logo background style (replacing mountains) */
.partners-hero__symbol {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%) scale(1.8);
  opacity: 0.8;
  width: 450px;
  height: auto;
  z-index: 0;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
  pointer-events: none;
}

.partners-hero__content {
  position: relative;
  z-index: 1;
  background: #1b3193;
  color: #e9eefb;
  padding: 28px 28px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(7,24,84,.18);
}



/* Logo */

.logo img {
max-width: 100%;
height: auto;}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}



.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s;
}

.nav-links a:hover {
    opacity: 0.8;
}

/* Contact Us Button */
.nav-button .btn-outline {
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
}

.nav-button .btn-outline:hover {
    background: white;
    color: black;
}



/* Footer Styles */
.site-footer {
    background: #002F9A;
    color: white;
    padding: 40px;
    font-size: 14px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
   
}

.footer-container a {
font-size: 15px;
font-weight: 300;

}

.footer-links h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 30px;
}

.footer-links li {
    display: inline;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}



.footer-links a:hover {
    opacity: 0.8;
}

/* Footer Logo */
.footer-logo img {
   max-width: 100%;
    height: auto;
}

/* Footer Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
}

.footer-policies {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.footer-policies a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-policies a:hover {
    opacity: 0.8;
}

.digital-era-footer .btn {
margin-bottom: 5%;

}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .team-role {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }

    .digital-era-grid {
        grid-template-columns: repeat(1, 1fr);
        display: block;
    }

    .digital-era-footer .btn {
        margin-bottom: 5%;
        
        }

    .digital-era {padding-bottom:0px;}
   

    .digital-era-card{        margin-top:20px;
    }
    
    .digital-era2 .digital-era-grid {
        grid-template-columns: repeat(1, 1fr);
        min-width: 100%;

    }

    .lower-hero-content h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .lower-hero-content p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-role {
        grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
    }

    .digital-era-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .digital-era2 .digital-era-grid {
        grid-template-columns: repeat(1, 1fr);

    }

  

    .hero-section {
        flex-direction: column;
    }

    .grid-section {
        grid-template-columns: 1fr; /* Stacks cards on smaller screens */
    }

    .location-container {
        flex-direction: column;
    }

    .map-container {
        height: 250px;
    }

    .cta-container {
        text-align: center;
        padding: 30px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .testimonial-card {
        padding: 20px;
    }

    .industries-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .split-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .split-section .image-container {
        width: 100%;
        max-height: 400px;
    }

    .split-section .text-container {
        width: 100%;
        padding: 40px;
    }

    .service {
        flex-direction: column-reverse;
    }

    .reverse {
        flex-direction: column;
    }

    .service-text,
    .service-image {
        width: 90%;
    }


    .split-section .image-container {
        position: relative;
        width: 100%;
        height: auto;
    }

    .split-section .text-container {
        width: 100%;
        margin-top: -50px; /* Keeps slight overlap */
        padding: 40px;
        text-align: center;
    }



    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
        margin-bottom: 10px;
        font-size: 50px;
    }

    .hero {
        padding-top: 80px;
    }
}

@media (max-width: 600px) {
    .industries-grid {
        grid-template-columns: repeat(1, 1fr);
    }
     .location-container {
    height: 600px;
    position: relative;

}
}
@media (max-width: 1250px) {
    .lower-hero-section {
        flex-direction: column;
        max-width: 90%;
        margin-bottom: 40px;
    }
    
    .location-container {
        width: 90%;

    }

    .location-container h2 {
font-size: 1.8rem;

    }
    .lower-hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
    
    .lower-hero-image img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: bottom;
    }

   
    
    .lower-hero-content {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0; /* Increased side padding from 40px to 60px */
       padding-bottom:10px;
       padding-top:10px;
        top: auto;
        right: auto;
    }
    .lower-hero-content ul {margin: 20px;}
.cta-button {
width:80%;
margin: auto;

}
    
    /* Add better spacing for the text content inside */
    .lower-hero-content h2 {
       margin: auto;
        margin-bottom: 20px; /* Increased space below the heading */
    }
    
    .lower-hero-content p {
        max-width: 90%; /* Limit text width for better readability */
        margin: 0 auto; /* Center the paragraph if it's narrower */
        line-height: 1.8; /* Slightly increased line height */
    }
}




@media (min-width: 768px) {
    .testimonial-grid,
    .split-section {
        flex-direction: row;
        align-items: stretch;
    }

    .split-section .image-container,
    .split-section .text-container {
        width: 50%;
    }

    .split-section .text-container {
        padding: 60px;
    }
}

@media (min-width: 1024px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media (min-width: 1440px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ===== Make .menu-panel act like normal inline nav on desktop ===== */
@media (min-width: 992px) {
  /* Hide hamburger & close button on desktop */
  .menu-toggle { display: none !important; }
  .menu-panel .close-btn { display: none !important; }

  /* Turn the overlay panel into an inline container */
  .menu-panel {
    position: static !important;
    inset: auto !important;
    background: transparent !important;
    color: inherit !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 20px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
    z-index: auto !important;
  }

  /* Horizontal links + show the contact button */
  .menu-panel .nav-links {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
    margin: 0; padding: 0; list-style: none;
  }
  .menu-panel .nav-button { display: block !important; }
}

/* ===== Keep overlay behavior on mobile (< 992px) ===== */
@media (max-width: 991px) {
  .menu-toggle { display: inline-block; 
  font-size: 50px;}

  /* Overlay defaults (hidden until html.menu-open) */
  .menu-panel {
    position: fixed; inset: 0;
    background: #1b3193; color: #e9eefb;
    display: flex; flex-direction: column; gap: 24px; padding: 24px;
    opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    z-index: 1100;
  }
  html.menu-open .menu-panel {
    opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
  }
}

@media (max-width: 646px) {
.footer-logo{
    text-align: center;
}

.footer-links ul {grid-template-columns: 1fr;}



.footer-policies {
flex-direction: column;

}}

@media (max-width: 530px)

{
.footer-logo {
padding-top: 5%;
width: 100%;
}

}



/* Blog basics */
.blog-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.blog-card { border:1px solid #e6e8ee; border-radius:16px; overflow:hidden; background:#fff; }
.blog-card .card-media img { width:100%; height:auto; display:block; }
.blog-card .card-body { padding:16px 18px; }
.card-title { margin:0 0 6px; font-size:1.25rem; }
.card-title a {text-decoration: none; color:#404756; }
.card-meta { color:#7b8499; font-size:.9rem; margin-bottom:10px; }
.card-excerpt { color:#404756; }
.blogbtn { display:inline-block; padding:.6rem 1rem; border-radius:999px; border:1px solid #d0d7e2; text-decoration:none; }

.post-container { max-width: 760px; }
.post-title { font-size:2.2rem; margin: 0 0 .25rem; }
.post-meta { color:#7b8499; margin: 0 0 1rem; }
.post-hero img { width:100%; height:auto; border-radius:18px; margin-bottom: 1rem; }
.post-content p, .post-content li { line-height:1.7; }
.post-content pre, .post-content code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.tag { text-decoration:none; border:1px solid #d0d7e2; padding:.15rem .5rem; border-radius:999px; }

.pagination { display:flex; gap:16px; align-items:center; justify-content:center; margin: 2rem 0; }
.pagination a { text-decoration:none; border:1px solid #d0d7e2; padding:.5rem .9rem; border-radius:10px; }


.post-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}


/* Blog Post Layout */
.post-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  color: #2a2a2a;
  line-height: 1.7;
}

.post-header {
  text-align: center;
  margin-bottom: 3rem;
}

.post-hero img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.post-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #031434;
  margin-bottom: 0.5rem;
}

.post-meta {
  font-size: 0.9rem;
  color: #606879;
}

.post-meta .post-author {
  font-weight: 600;
  color: #0026A3;
}

.post-tags {
  display: inline-block;
  margin-left: 0.5rem;
}

.post-tags .tag {
  background: #E6F3FF;
  color: #0026A3;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-right: 0.4rem;
  text-decoration: none;
  font-size: 0.85rem;
}

.post-tags .tag:hover {
  background: #0026A3;
  color: #fff;
}

.post-excerpt {
  color: #606879;
  font-style: italic;
  margin-top: 0.8rem;
}

/* Main Content */
.post-content {
  font-size: 1.05rem;
}

.post-content p {
  margin-bottom: 1.6rem;
}

.post-content h2, .post-content h3 {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  color: #031434;
}

.post-content li {
    line-height: 1.6;
    color: #606879;

}

.post-content a {
  color: #0026A3;
  text-decoration: underline;
}

.post-content a:hover {
  color: #48C3FF;
}

.post-content ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.post-content li {
  margin-bottom: 0.6rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .post-title {
    font-size: 2rem;
  }
  .post-container {
    padding: 2rem 1rem;
  }
}


@media (min-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}


/* Blog post tables */
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
  display: block;               /* allow horizontal scroll on small screens */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.post-content thead th {
  text-align: left;
  font-weight: 600;
  color: #031434;
  background: #f8fafc;
  border-bottom: 1px solid #e6e8ee;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}

.post-content tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #eef1f6;
}

.post-content tbody tr:hover {
  background: #fafcff;
}

/* Right-align numeric columns (2nd and 3rd) */
.post-content table td:nth-child(2),
.post-content table th:nth-child(2),
.post-content table td:nth-child(3),
.post-content table th:nth-child(3) {
  text-align: right;
  font-variant-numeric: tabular-nums; /* even digit widths */
  white-space: nowrap;
}

/* Optional: small caption/note style under table */
.post-content .table-note {
  color: #606879;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}


.author-hero { display:flex; gap:1rem; align-items:flex-start; margin:1rem 0 1.5rem; }
.author-hero .author-photo { width:96px; height:96px; border-radius:50%; object-fit:cover; }
.author-name { margin:0 0 .25rem; }
.author-role { color:#606879; margin:.1rem 0 .5rem; }
.muted { color:#606879; }

.author-grid {
  display:grid; gap:1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  list-style:none; padding:0; margin:1rem 0 2rem;
}
.author-card .card { display:flex; gap:.75rem; padding:1rem; border:1px solid #e6e8ee; border-radius:16px; background:#fff; text-decoration:none; color:inherit; }
.author-card img { width:56px; height:56px; border-radius:50%; object-fit:cover; }
.author-card .role { color:#606879; font-size:.9rem; }
.author-card .count { color:#606879; font-size:.9rem; }

.author-box { display:flex; gap:.9rem; padding:1rem; border:1px solid #e6e8ee; border-radius:16px; background:#fafbff; margin-top:2rem; }
.author-box img { width:64px; height:64px; border-radius:50%; object-fit:cover; }
.author-box .name { font-weight:600; margin:0; }
.author-box .role, .author-box .bio { margin:.2rem 0; color:#495064; }


/* ========================
   Author Index Grid
   ======================== */
.author-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 1rem 0 2rem;
  margin: 0;
}

.author-card .card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #e6e8ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(3, 20, 52, 0.04);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in-out;
}

.author-card .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(3, 20, 52, 0.08);
}

.author-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #f6f8fc;
  flex-shrink: 0;
}

.author-card .meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.author-card .meta strong {
  font-size: 1.05rem;
  font-weight: 600;
  color: #031434;
}

.author-card .role {
  color: #606879;
  font-size: 0.9rem;
}

.author-card .count {
  font-size: 0.9rem;
  color: #6a5cff;
  font-weight: 500;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .author-card .card {
    flex-direction: column;
    text-align: center;
  }

  .author-card img {
    margin-bottom: 0.5rem;
  }
}

