/* RESET */
body {
margin: 0;
font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}









.main-heading{font-family: "Playfair Display", serif;
font-size: 52px;
font-weight: 600;
margin-bottom: 16px;}

.main-header {
position: absolute;
top: 0;
width: 100%;
z-index: 10;
padding: 25px 0;
background:-webkit-gradient(linear, left top, left bottom, from(#023564ad), color-stop(55%, rgb(3 61 114 / 59%)), to(rgba(255, 255, 255, 0)));
/* background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(60%, rgb(58 60 62 / 45%)), to(rgba(255, 255, 255, 0)));
*/
}
.logo {
line-height: 1.1;
}
.carousel-control-next, .carousel-control-prev {
top: -26%!important;
width: 9%!important;
}
.mck-testimonial h2,.home-about h1{
font-family: "Playfair Display", serif;
font-size: 52px;
font-weight: 600;
margin-bottom: 16px;
}
.how-we-work .fa-check{
color: #ffffff;
margin-right: 10px;
background: #000;
width: 25px;
height: 25px;
padding-top: 7px;
border-radius: 50%;
font-size: 12px;
}
.mck-testimonial h2{
text-align: center;
margin-bottom: 50px;
}
.content-wrap h2 {
font-family: Georgia, "Times New Roman", serif;
font-size: 42px;
font-weight: 500;
margin-bottom: 20px;
}
.main-nav ul {
gap: 1.5rem !important;
justify-content: center;
}
.main-nav ul li {
color: #fff;
font-size: 15px;
cursor: pointer;
position: relative;
gap: .25rem !important;
padding: 0 .75rem var(--mdc-size-spacing-24);
position: relative;
align-items: flex-end !important;
padding-bottom: 15px;
}
.main-nav ul li.active {
color: #4fc3ff;
border-bottom: 4px solid #4fc3ff;
padding-bottom: 15px;
}
.main-nav ul li span {
font-size: 15px;
color: #4fc3ff;
}
.header-right {
font-size: 14px;
opacity: 0.9;
}
/* HERO */
.hero-section {
position: relative;
height: 100vh;
background:
/* soft light glow on right */ radial-gradient(circle at 75% 30%, rgba(160, 210, 255, 0.45) 0%, rgba(70, 140, 210, 0.35) 30%, rgba(15, 70, 140, 0.25) 55%, rgba(5, 30, 80, 0.15) 70%, rgba(0, 0, 0, 0.05) 100%), /* main dark-to-blue overlay */ linear-gradient(100deg, rgba(3, 16, 38, 0.92) 0%, rgb(8 40 92 / 35%) 25%, rgb(18 82 155 / 0%) 50%, rgb(35 120 195 / 0%) 70%, rgba(80, 170, 230, 0.45) 100%), /* background image */ url(../img/bridge.jpg) center / cover no-repeat;
/* background image */
}
/* DARK + BLUE GRADIENT */
.gradient-overlay {
position: absolute;
inset: 0;
background: linear-gradient(120deg, rgb(11 42 91 / 0%) 0%, rgb(18 63 154 / 0%) 35%, rgb(31 99 216 / 0%) 65%, rgb(10 162 227 / 0%) 100%);
z-index: 1;
}
/* HERO CONTENT */
.hero-content {
position: relative;
z-index: 3;
color: #fff;
}
.welcome-text {
font-size: 14px;
letter-spacing: 1px;
opacity: 0.85;
}
.hero-title {
font-size: 56px;
font-weight: 500;
margin-bottom: 20px;
}
.hero-desc {
font-size: 16px;
line-height: 1.6;
max-width: 520px;
opacity: 0.9;
}
.serivce-projects{    display: flex;}
.serivce-projects span{    width: 11.11%;
position: relative;
text-align: center;}
.serivce-projects span::after{    content: "";
border-right: 1px solid #fff;
position: absolute;
background: #fff;
width: 1px;
height: 28px;
right: 0;}
.serivce-projects span:last-child::after {    content: "";
width: 0px;
height: 0px;}
.home-about{max-width: 880px;
margin: 0 auto;
padding-top: 47px;}
.home-about p{font-weight: lighter;font-size: large;}    
/* RESPONSIVE */
@media (max-width: 991px) {
.hero-title {
font-size: 42px;
}
.main-nav {
display: none;
}
}
@media (max-width: 576px) {
.hero-title {
font-size: 32px;
}
.hero-desc {
font-size: 14px;
}
}
.dw-editorial {
max-width: 1200px;
margin: 0 auto;
padding: 0px 24px;
padding-top: 90px;
font-family: "Inter", sans-serif;
color: #111;
}
/* Header */
.dw-editorial-header {
max-width: 700px;
margin-bottom: 60px;
}
.dw-editorial-header h1 {
font-family: "Playfair Display", serif;
font-size: 52px;
font-weight: 600;
margin-bottom: 16px;
}
.dw-editorial-header p {
font-size: 18px;
line-height: 1.6;
color: #444;
}
/* Image Grid */
.dw-image-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 28px;
margin-bottom: 50px;
}
.dw-image-grid div, .dw-image-grid div h1, .how-we-work img, .service-card  {
transition: all 0.3s ease;
}

.service-card:hover {
  
background: #fff;
cursor: pointer;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
transform: translateY(-8px); /* moves box up */
}
.service-card {
    border: 1px solid #cccccc85;
}

.service-card p, .service-card h3{padding: 0px 20px!Important;}
.service-card:hover p, .service-card:hover h3{padding: 0px 20px;}

.dw-image-grid div:hover {
background: #fff;
cursor: pointer;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
transform: translateY(-8px); /* moves box up */
}
.how-we-work img:hover {
background: #fff;
cursor: pointer;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
transform: translateY(-8px); /* moves box up */
}
.dw-image-grid div:hover span {
padding-left: 5px;   /* or any padding you want */
}
.dw-image-grid div  p{
text-align: left;
border-top: 1px solid;
padding: 10px;
}
.dw-image-grid img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
margin-bottom: 10px;
height: 362px;
}
.dw-image-grid span {
font-size: 14px;
font-weight: 500;
display: block;
margin-bottom: 10px;
}
/* Description */
.dw-description {
max-width: 700px;
margin: 50px 0;
}
.dw-description p {
font-size: 17px;
line-height: 1.65;
color: #333;
}
/* Case Studies */
.dw-cases {
border-top: 1px solid #e5e5e5;
padding-top: 50px;
}
.dw-cases h2 {
font-family: "Playfair Display", serif;
font-size: 32px;
margin-bottom: 24px;
}
.dw-case-list p {
font-size: 16px;
line-height: 1.7;
margin-bottom: 12px;
}
.dw-link {
display: inline-block;
margin-top: 16px;
font-weight: 500;
color: #0057ff;
text-decoration: none;
}
.dw-link:hover {
text-decoration: underline;
}
/* Responsive */
@media (max-width: 900px) {
.dw-image-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 600px) {
.dw-image-grid {
grid-template-columns: repeat(2, 1fr);
}
.dw-editorial-header h1 {
font-size: 38px;
}
}
.how-we-work {
padding: 80px 0;
background-color:#f1f1f1;
}
.how-we-work h2 {
font-family: "Playfair Display", serif;
font-size: 52px;
font-weight: 600;
margin-bottom: 16px;
}
.how-we-work p {
font-size:16px;
line-height:1.7;
color:#333;
}
.case-studies {
margin-top:50px;
}
.case-studies li {
margin-bottom:15px;
font-weight:500;
}
.case-studies a {
text-decoration:none;
color:#000;
}
.button {
border: 1px solid #000;
padding: 10px 15px;
margin-top: 20px;
display: inline-block;
color: #000;
}
.button:hover{
background: #fff;
color: #000;
box-shadow: #ccc 2px 2px 5px 2px;
}
@media(max-width:767px){
.row > div { margin-bottom:30px; }
}
/* testimonal css */
#testimonialSlider{width: 90%;
margin: auto;}
.mck-testimonial {
position: relative;
padding: 50px 0;
}
.slider-image {
height: 380px;
background-size: cover;
background-position: center;
}
.content-wrap {
background: #fff;
max-width: 89%;
padding: 60px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
position: relative;
z-index: 2;
margin: auto;
margin-top: -120px;
}
.content-wrap p {
font-size: 16px;
color: #333;
line-height: 1.7;
margin-bottom: 25px;
}
.learn-more {
font-weight: 600;
color: #0057ff;
text-decoration: none;
}
.learn-more:hover {
text-decoration: underline;
}
/* Hide arrows on mobile if needed */
@media (max-width: 768px) {
.content-wrap {
margin: -80px 20px 0;
padding: 40px;
}
}




/* footer */

.mck-footer {
  background: #fff;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
}

.footer-title {
  font-size: 44px;
  font-weight: 500;
  margin: 13px 0px !important;
}

.contact-btn {
  padding: 10px 22px;
  font-size: 15px;
}

.social-links{
  margin: 50px 0px !important;
}

.social-links li {
    margin-right:30px!important;
    font-size: 16px;
    color: #000;
    font-family: 'Inter';
    font-weight: lighter;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 13px;
  margin-right: 6px;
}

.brand-name {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
    padding: 20px 0;
    padding-bottom: 0px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}

.footer-links li {
  margin-bottom: 10px;
  font-size: 15px;
      font-family: 'Inter';
    font-size: 20px;
}

.subscribe-title {
  font-weight: 600;
  font-size: 16px;
      font-family: 'Inter';
    font-size: 20px;
}

.subscribe-text {
    font-size: 15px;
    margin-bottom: 12px;
    font-family: 'Inter';
    font-weight: lighter;
}

.bottom-social .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 8px;
}

.footer-legal a {
 color: #000;
    font-size: 13px;
    margin-left: 16px;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 500;
    letter-spacing: 0.1px;
}

.footer-legal a:hover {
  text-decoration: underline;
}


.custom-btn{
  width: 212px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.fa-brands{font-size: medium;}
.footer-btn{    background: #007aff;
    border: 0px;padding: 10px 15px;    font-weight: lighter;
    color: #fff;}

    
.emailinput{
      border-radius: 0px;
    border: 1px solid #000;
    font-family: 'Inter';
    font-weight: lighter;
    font-size: 14px;
    color: #757575;
    }

    .footer-links li:hover{cursor: pointer;}




    /* services */


    .services {
  background: #ffffff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.services-eyebrow {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.services hr {
  border: none;
  border-top: 1px solid #000;
  margin-bottom: 40px;
}

.service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
 padding: 20px 0px;
}

.service-card h3 span {
  font-size: 22px;
  color: #1a5cff;
  transition: transform 0.3s ease;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  padding-right: 20px;
}

.service-card {
  cursor: pointer;
  height: 554px;
}

.service-card:hover h3 span {
  transform: translateX(6px);
}



/* banner 50 -50 */

.governance-banner {
  display: flex;
  width: 100%;
  /*min-height: 49vh;*/
  font-family: "Georgia", "Times New Roman", serif;
}

/* LEFT IMAGE */
.banner-image {
  width: 55%;
   /* replace */
  background-size: cover;
  background-position: center;
}

/* RIGHT CONTENT */
.banner-content {
  width: 45%;
  background-color: #061a2d; /* deep navy like McKinsey */
  color: #ffffff;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-content h1 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-content p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 520px;
  opacity: 0.95;
  font-family: 'Inter';
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .governance-banner {
    flex-direction: column;
  }

  .banner-image,
  .banner-content {
    width: 100%;
  }

  .banner-content {
    padding: 60px 40px;
  }

  .banner-content h1 {
    font-size: 42px;
  }
}
.governance-text {
  background: #ffffff;
      z-index: 2;
    position: relative;
}

.governance-desc {
  font-size: 25px;
  line-height: 1.7;
  color: #000;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}


.leadership-section {
  width: 100%;
  background: #061a2d; /* McKinsey deep navy */
  color: #ffffff;
  padding: 120px 0;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

/* COLUMNS */
.leadership-col {
  padding: 0 80px;
  display: flex;
  align-items: center;
}

/* BLOCKQUOTE STYLE */
.leadership-col blockquote {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}

.leadership-col h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 6px;
}

.leadership-col .role {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9fb6d1;
  margin-bottom: 20px;
}

.leadership-col p {
  font-size: 20px;
  line-height: 1.7;
  opacity: 0.95;
  max-width: 520px;
}

/* CENTER DIVIDER */
.leadership-divider {
  width: 1px;
  height: 220px;
  background: rgba(255, 255, 255, 0.25);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .leadership-section {
    padding: 80px 0;
  }

  .leadership-col {
    padding: 40px 40px;
  }

  .leadership-divider {
    display: none;
  }
}











@media (max-width: 991px) {
    
  .governance-banner{
      width: 100%;
    background: url("../img/about-us.jpg");
    background-position: center;
    background-size: cover;
  }
  .banner-content{background-color: transparent; z-index: 2;}
  .governance-banner::before {
    /* 3. Make it cover the parent element completely */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    /* 4. Define the overlay color */
    /* #061a2d is a dark blue, and 42 is the alpha (transparency) value */
    background-color: #061a2d42; 
    
    /* 5. Ensure it's under any actual content (text, etc.) */
    z-index: 1; 
}
}


@media (max-width: 767px) {
 
footer .row>*{width: auto;}
footer .container .d-flex:first-child{display: block!important;}
.footer-btn {
    display: block;
    margin-top: 25px;
}
footer .emailinput{height: 48px;        border: 2px solid;}
.footer-submit{        margin: 0;
        padding: 0px 30px;
        width: auto;
        font-size: 12px;
        border: 1px solid #4ba1ff;}
.footer-logo-section{
  margin: 0;
        padding-bottom: 0px !important;
        padding-top: 13px !important;
}
.footer-contact{margin-top: 15px;}
.footer-links li{    font-size: 16px;}
.subscribe-title{    font-size: 16px; }
.subscribe-text {
    font-size: 13px;}
    .footer-legal,.footer-legal a{margin: 0;padding: 0;}
    .social-footer{margin-top: 6px!important;}
    .social-links{margin: 0px!important;}
    .social-links li{font-size: 14px}
    .social-icon{margin-right: 3px;}
    .governance-desc{font-size: 17px}
}
  

@media (max-width: 991px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #051c2c;
    display: none;
  }

  .main-nav ul {
    flex-direction: column;
    padding: 20px 40px;
    gap: 20px;
  }

  .main-nav.show {
    display: block;
  }




  .menu-toggle {
  display: block;
}

.menu-toggle span {
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  display: none;
}



.main-header .container-fluid{padding:10px 11px!important;}



.main-header-two .main-nav ul li {
    color: #fff!important;
    padding: 16px!important;
}



}

.main-header {
  background: #050b1f;
  padding: 10px 0;
}

.container {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo img {
  height: 60px;
}

/* NAV */
.main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.main-nav li {
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.main-nav li.active {
  color: #4da3ff;
}

/* HAMBURGER */
.menu-toggle {
  display: block;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span {
  width: 28px;
  height: 3px;
  background: #000000;
  border-radius: 2px;
  margin-bottom: 5px;
}

/* HEADER */



         .hero-banner {
  position: relative;
  width: 100%;
  min-height: 90vh;
  background: url("../img/services.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Blue–Black Gradient Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(6, 23, 55, 0.8) 35%,
    rgba(8, 55, 110, 0.65) 60%,
    rgba(10, 75, 145, 0.4) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

/* Small top label */
.hero-eyebrow {
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 16px;
}

/* Heading */
.hero-content h1 {
  font-family:'Playfair Display';
  font-size: 56px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Description */
.hero-content p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 600px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 16px;
  }
}

.main-header-two{
   position: relative;
    background: #fff;
}

.main-header-two .main-nav ul li {
   color:#000
}
.main-header-two .main-nav ul li {
    color: #000;
    padding: 25px 0px;
}


.main-header-two .main-nav ul li a {color: #000;text-decoration: none;}

/* header two close  */


@media (max-width: 420px) {
  .dw-image-grid{display: block;}
.main-header-two .main-nav ul li a {color: #fff;text-decoration: none;}

.how-we-work .fa-check {
    color: #ffffff;
    margin-right: 10px;
    background: #000;
    width: 45px;
    height: 26px;
    padding-top: 7px;
    border-radius: 100%;
    font-size: 12px;
}

.case-studies li {
    display: flex;
}

.carousel-control-next, .carousel-control-prev {
    top: -44% !important;
}

.hero-banner {
    position: relative;
    width: 100%;
   min-height: auto; 
    padding: 54px 10px;
}
.service-card{height: auto;}


.menu-toggle span{display: block;}

.main-nav{        padding: 10px 34px;}
.main-nav ul li{padding: 15px 0px!important;font-size: large;    position: relative;}
.main-nav ul li::after {
       content: "\f054"; /* fa-chevron-right */
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ffffff;

}

.main-nav ul li.active::after{color: #4fc3ff;}

.main-nav ul li.active {border-bottom: 0px;}
.main-nav ul{gap:0px!important}

.mobile-hidden{display:none;}
}

.case-studies li {
    display: flex;
}

.main-nav ul li a{text-decoration: none; color: #fff;}
.main-nav ul li {
    padding: 25px 0px;
}
.main-nav ul li.active a{text-decoration: none; color: #4fc3ff;}

.index-header .menu-toggle span{background:#fff ;}