:root{



 --primary-color: #E95835;
 --bs-primary: #E95835;

--font-color-blue: #4D65F9;
--sec-font-color: #393d72;
 --footer-color: #393d72;
--border-radius: 0.375rem;
  --border-radius-lg: 0.5rem;
  --border-radius-xl: 1rem;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.3rem;
  --spacing-md: 0.75rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 1.4rem;
   --font-color: #262626;
 --header-font-color: #151515;
 --black-background: #333333;
 --white-font: #ffffff;
 --grey-color: #494949;
}

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Montserrat', system-ui, sans-serif;
        }

        body {
            background-color: #f8fafc;
            color: #334155;
            line-height: 1.6;
            box-sizing: border-box;
        }

        h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: Poppins,'Montserrat', sans-serif, Arial ;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: Poppins,'Montserrat', sans-serif;
}
.text-secondary{
  color: var(--font-color-blue);
}
/*Buttons*/

.bttn{
padding: 13px 30px;
background-color: var(--primary-color);
border-radius: 6px;
color: #ffffff;
font-weight: 500;;
font-size: 14px;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;

}

.bttn-border-radius {
    border-radius: 25% 10%;
}
.title-border-radius {
    border-radius: 10% 30%;
}

a{
text-decoration: none;

}
.butn{
padding: 13px 30px;
background-color: var(--primary-color);
border-radius: 6px;
color: var(--white-font);
font-weight: 500;;
font-size: 14px;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 8px;
}
.butn span{
font-weight: 400;
}
.butn:hover{
transform: scale(1.06);
 }


/*Button end*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section{
  scroll-margin-top: 90px;
}





      

   

      

      /* Header Styles */
      header {
        background-color: white;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        position: sticky;
        top: 0;
        z-index: 1000;
      }
   .top-container{

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 0 10px;


   }
      .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 0 18px 2px;
      }

      /* Logo */
      .logo {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: #0f172a;
        font-weight: 700;
        font-size: 1.8rem;
      }
.logo-img{
  width: 140px;
  height: 60px;
}

      .logo-icon {
        width: 38px;
        height: 38px;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
      }

      /* Desktop Navigation */
      .desktop-nav {
        display: flex;
        align-items: center;
        gap: 40px;
      }

      .nav-links {
        display: flex;
        gap: 32px;
        list-style: none;
      }

      .nav-links a {
        text-decoration: none;
        color: #475569;
        font-weight: 500;
        font-size: 1rem;
        transition: all 0.3s ease;
        position: relative;
        padding: 8px 0;
      }

      .nav-links a:hover {
        color: #6366f1;
      }

      .nav-links a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #6366f1, #8b5cf6);
        transition: width 0.3s ease;
      }

      .nav-links a:hover::after {
        width: 100%;
      }

      /* Desktop Contact Button */
      .contact-btn {
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        background: var(--primary-color);
        background: --;
        color: white;
        border: none;
        padding: 12px 28px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
      }

      .contact-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(99, 102, 241, 0.3);
      }

      /* Mobile Menu Button */
      .mobile-menu-btn {
        display: none;
        background: none;
        border: none;
        font-size: 1.8rem;
        color: #475569;
        cursor: pointer;
        width: 48px;
        height: 48px;
        border-radius: 8px;
        transition: all 0.3s ease;
        z-index: 1002;
      }

      .mobile-menu-btn:hover {
        background-color: #f1f5f9;
        color: #6366f1;
        color: var(--footer-color);
      }

      /* Mobile Menu Overlay - Clickable area for closing */
      .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        transition: opacity 0.3s ease;
        cursor: pointer;
      }

      .mobile-menu-overlay.active {
        display: block;
        opacity: 1;
      }

      /* Mobile Menu Sidebar */
      .mobile-menu {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        height: 100%;
        background-color: white;
        z-index: 1001;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
        transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
      }

      .mobile-menu.active {
        left: 0;
      }

      .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 20px 24px 5px;
        border-bottom: 1px solid #e2e8f0;
      }

      .mobile-menu-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: #0f172a;
        font-weight: 700;
        font-size: 1.4rem;
      }

      .mobile-menu-close {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #475569;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
      }

      .mobile-menu-close:hover {
        background-color: #f1f5f9;
        color: #6366f1;
        color: var(--bs-primary);
      }

      .mobile-nav-links {
        list-style: none;
        padding: 20px 0;
      }

      .mobile-nav-links li {
        border-bottom: 1px solid #f1f5f9;
      }

      .mobile-nav-links a {
        display: block;
        padding: 18px 24px;
        text-decoration: none;
        color: #334155;
        font-weight: 500;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        position: relative;
      }

      .mobile-nav-links a i {
        margin-right: 12px;
        width: 20px;
        text-align: center;
      }

      .mobile-nav-links a:hover {
        background-color: #f8fafc;
        color: #6366f1;
        padding-left: 30px;
      }

      .mobile-contact-btn {
        margin: 20px 24px;
        background: var(--bs-primary);
        background: var(--footer-color);
        color: white;
        border: none;
        padding: 16px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 1.1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
      }

      .mobile-contact-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(99, 102, 241, 0.3);
      }




       /* PRELOADER STYLES */
        .sitePreloaderContainer {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            z-index: 99999;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .circleLoaderWrapper {
            position: relative;
            width: 85px;
            height: 85px;
        }

        .pulsatingCircleCore {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: var(--primary-color);
            animation: circleExpandPulse 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
            box-shadow: 0 0 25px rgba(66, 133, 244, 0.25);
        }

        .rotatingCircleRing {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: 2.5px solid transparent;
            border: #350715;;
            animation: rotateCircleSpinner 0.9s linear infinite;
        }

        @keyframes circleExpandPulse {
            0% {
                width: 45px;
                height: 45px;
                opacity: 1;
                box-shadow: 0 0 25px rgba(66, 133, 244, 0.25);
            }
            50% {
                width: 75px;
                height: 75px;
                opacity: 0.75;
                box-shadow: 0 0 45px rgba(66, 133, 244, 0.45);
            }
            100% {
                width: 45px;
                height: 45px;
                opacity: 1;
                box-shadow: 0 0 25px rgba(66, 133, 244, 0.25);
            }
        }

        @keyframes rotateCircleSpinner {
            0% { 
                transform: translate(-50%, -50%) rotate(0deg); 
                border-top-color: #4285f4;
                border-right-color: #ea4335;
            }
            50% {
                border-top-color: #fbbc05;
                border-right-color: #34a853;
            }
            100% { 
                transform: translate(-50%, -50%) rotate(360deg); 
                border-top-color: #4285f4;
                border-right-color: #ea4335;
            }

          }

      /* Main Content */
      .main-content {
        padding: 60px 20px;
        max-width: 900px;
        margin: 0 auto;
      }

      .main-content h1 {
        font-size: 2.8rem;
        margin-bottom: 24px;
        color: #0f172a;
        line-height: 1.2;
      }

      .main-content p {
        font-size: 1.2rem;
        margin-bottom: 24px;
        color: #475569;
      }

      .demo-note {
        background-color: #e0f2fe;
        border-left: 4px solid #0ea5e9;
        padding: 20px;
        border-radius: 8px;
        margin: 30px 0;
      }

      .demo-note h3 {
        color: #0369a1;
        margin-bottom: 10px;
      }

      .feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 60px;
      }

      .feature-card {
        background: white;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
        transition:
          transform 0.3s ease,
          box-shadow 0.3s ease;
      }

      .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
      }

      .feature-card i {
        font-size: 2.5rem;
        margin-bottom: 20px;
        background: linear-gradient(135deg, #6366f1, #8b5cf6);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }

      .feature-card h3 {
        font-size: 1.4rem;
        margin-bottom: 12px;
        color: #0f172a;
      }

      

      /* Responsive Styles */
      @media (max-width: 1024px) {
        .desktop-nav {
          gap: 30px;
        }

        .nav-links {
          gap: 24px;
        }
      }

      @media (max-width: 768px) {
        .mobile-menu-btn {
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .desktop-nav {
          display: none;
        }

        .main-content h1 {
          font-size: 2.2rem;
        }

        .main-content p {
          font-size: 1.1rem;
        }
      }

      @media (max-width: 480px) {
        .header-container {
          padding: 16px 0;
        }

        .logo {
          font-size: 1.5rem;
        }

        .logo-icon {
          width: 32px;
          height: 32px;
          font-size: 1rem;
        }

        .main-content h1 {
          font-size: 1.8rem;
        }

        .mobile-menu {
          width: 280px;
        }
      }


























/* Hero Section */



.hero-section {
        position: relative;
        height: 80vh;
        width: 100%;
        overflow: hidden;
      }

      .hero-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: scale(1);
      transition: opacity 2s ease-in-out;
               animation: zoomIn 15s linear infinite;
      }

      @keyframes zoomIn {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(1.1);
        }
      }

      .hero-background.active {
        opacity: 1;
      }

      .hero-content {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
        padding: 0 20px;
        background-color: rgba(0, 0, 0, 0.3);
        color: #ffffff;
      }

      .hero-content h1 {
        font-size: 2.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: var(--white-font);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      }

      .hero-content p {
        font-size: 1.7rem;
        max-width: 700px;
        margin-bottom: 2rem;
                color: var(--white-font);

        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      }

      .cta-button {
        display: inline-block;
        padding: 12px 30px;
        background-color: #e74c3c;
        color: white;
        text-decoration: none;
        font-size: 1.2rem;
        border-radius: 30px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      }

      .cta-button:hover {
        background-color: #c0392b;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      }

      /* Placeholder backgrounds */
      .bg-1 {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
          ),
          url("/images/christina-wocintechchat-com-m-faEfWCdOKIg-unsplash\ \(1\).jpg") ;
      }

      .bg-2 {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
          ),
          url("/images/campaign-creators-gMsnXqILjp4-unsplash.jpg") ;
      }

      .bg-3 {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
          ),
          url("/images/the-jopwell-collection-Y4uoL2SIGUQ-unsplash\ \(1\).jpg") ;
}

      /*.btn-body{
padding: 15px 30px;


      }

*/
.btn-learn{
  border: 1px white solid;
  background: none;
 font-weight: 300;
}

      /* Responsive adjustments */
      @media (max-width: 768px) {
.hero-section {
height: 68vh;
}

        .hero-content h1 {
          font-size: 1.6rem;
        }

        .hero-content p {
          font-size: 1rem;
          font-weight: 300;
        }
      }













 








.group-list{
  padding-top: 0;
  margin-top: 0;
}







































      /*Abt-Section*/
.abt-section{
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(./images/about-wallpaper.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.abt2-section{
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/wallpaper4\ \(3\).jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.abt-content{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.abt-title{
    border-bottom: 1px red solid;
    font-size: 1.3rem;
    color: var(--font-color-red);
    padding-bottom: 20px;
                font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      border-color: var(--font-color-red);
}
.abt-content h1{
color: var(--sec-font-color);
font-weight: 800;
font-family: 'Fredoka', sans-serif;
text-align: start;
font-size: 2.2rem;
    padding-bottom: 16px;

}

.abt-content h3{

  color: var(--sec-font-color);
font-weight: 500;
font-family: Poppins,'Fredoka', sans-serif;
text-align: start;
font-size: 1.1rem;
    padding-bottom: 4px;
}
.abt-content p{
color: var(--sec-font-color);
font-weight: 400;
text-align: start;
font-size: 1rem;
font-family: montserrat, Helvetica, sans-serif;
}
.abt-grid{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 9px;
        margin-bottom: 9px;

}

 @media (max-width: 768px) {
      .abt-grid{
    display: grid;
    grid-template-columns: 1fr;
  
} 
.abt-content h1{
font-size: 1.6rem;

}

    }





















.group-list {
  padding-top: 0;
  margin-top: 0;
}






/*About Us*/
.about-section{
  padding-top: 40px;
    padding-bottom: 40px;

}
  .abt-header{
 color: var(--grey-color);
 font-size: 20px;
 padding: 8px 8px;
 background-color: #B3B3B324;
 font-family: Poppins, Arial, Helvetica, sans-serif;
         box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
         border-radius: 5px;
display: inline-flex;
align-items: center;
gap: 7px;
border: none;
  }   
.content-grid{
  display: grid;
grid-template-columns: 1fr 1fr; 
 align-items: center;
  gap: 10px;
  margin-top: 30px;
}

  .button-icon{
    width: 16px;
    height: 14px;
  }
.content-header{
color: var(--header-font-color);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
padding-bottom: 10px;
font-weight: 600;
}
.content-texts{
color: var(--grey-color);
font-weight: 400;
padding-bottom: 10px;
font-size: 1.1rem;

}
 .commitment-box{
 background-color: #EFFFC3;
 height: 340px;
 display: grid;
 grid-template-columns: 1fr 1fr;
 border-radius: 13px;
 }
 




.left-box{
  background-color: #333333;
  margin: 20px;
  padding: 10px;
  text-align: start;
  align-items: start;
   border-radius: 13px;

}
.bulb-image{
  padding-top: 10px;
  width: 60px;
}
.left-box > figure{
 font-size: 27px;
 font-weight: 500;
 color: #ffffff;
}
.left-box > p{
 font-size: 13px;
 font-weight: 400;
 color: #ffffff;
 line-height: 1.6;
 padding-top: 10px;
}
.right-box{
display: grid;
grid-template-columns: 1fr;
margin: 20px;
gap: 20px;
}
.mstats{
background-color: #ffffff;
text-align: center;
align-content: center;
justify-items: center;
 border-radius: 13px;

}
.mstats > figure{
font-size: 38px;
font-weight: 700;
}
.mstats > p{
font-size: 16px;
font-weight: 300;

 }

@media (max-width: 950px) {
 .abt-header{font-size: 14px;
 padding: 6px 11px;
 }
.content-texts{
font-size: 15px;
}
.content-grid{
grid-template-columns: 1fr; 
}
.commitment-box{
  height: 420px;
padding-top: 10px;
padding-bottom: 10px;
align-items: center;
 grid-template-columns: 1fr;
 }
.bulb-image{
  padding-top: 0;
  width: 40px;
}
.left-box{
margin: 5px 15px;
}
.left-box > figure{
 font-size: 20px;
padding-top: 6px;
}
.left-box > p{
 font-size: 13px;
 font-weight: 300;
 color: #ffffff;
 line-height: 1.5;
 padding-top: 10px;

}

.right-box{
display: grid;
grid-template-columns: 1fr 1fr;
margin: 15px 15px;
gap: 5px;
}
.mstats{
padding: 20px;

}

.mstats > figure{
font-size: 35px;
font-weight: 600;
}
.mstats > p{
font-size: 12px;
}
   }


 /*Our Values*/
.abt-section{
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(/images/wallpaper4\ \(3\).jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.abt2-section{
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/wallpaper4\ \(3\).jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



.abt-content{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.abt-title{
    border-bottom: 1px red solid;
    font-size: 1.3rem;
    color: var(--font-color-red);
    padding-bottom: 20px;
                font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      border-color: var(--font-color-red);
}
.abt-content h1{
color: var(--sec-font-color);
font-weight: 800;
font-family: 'Fredoka', sans-serif;
text-align: start;
font-size: 2.2rem;
    padding-bottom: 16px;

}
.abt-content h3{

  color: var(--sec-font-color);
font-weight: 500;
font-family: Poppins,'Fredoka', sans-serif;
text-align: start;
font-size: 1.1rem;
    padding-bottom: 4px;
}
.abt-content p{
color: var(--sec-font-color);
font-weight: 400;
text-align: start;
font-size: 1rem;
font-family: montserrat, Helvetica, sans-serif;
}
.abt-grid{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 9px;
        margin-bottom: 9px;

}

 @media (max-width: 768px) {
      .abt-grid{
    display: grid;
    grid-template-columns: 1fr;
  
} 
.abt-content h1{
font-size: 1.6rem;

}

    }


    /*Expertise*/

    /*service-section*/
.service-section{
margin-top: 20px;
margin-bottom: 50px;
}
.service-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 30px;
  column-gap: 40px;
  align-items: center;
margin-top: 20px;
}

.service-header{
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 70px;
}

.service-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;

 background: 
          url("/images/micheile-henderson-ZVprbBmT8QA-unsplash.jpg") center/cover no-repeat;
          overflow: hidden;
padding: 130px 10px 10px;
position: relative;
border-radius: 10px;
min-height: 300px;
}
.box-2{

 background: 
          url("/images/ledc-DNdWAzM7wPA-unsplash.jpg") center/cover no-repeat;
          overflow: hidden;

}
.box-3{

 background: 
          url("/images/scott-graham-OQMZwNd3ThU-unsplash.jpg") center/cover no-repeat;
          overflow: hidden;

}

.box-4{

 background: 
          url("/images/health-promotion.jpg") center/cover no-repeat;
          overflow: hidden;

}

.box-5{

 background: 
          url("/images/health-promotion.jpg") center/cover no-repeat;
          overflow: hidden;

}


.service-box h3, .service-box p{
color: white;
position: relative;
z-index: 1;
}

.service-box p{
font-size: 14px;
padding-top: 20px;
font-weight: 400;
}

.service-box::before{
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.7);

}







 @media (max-width: 50rem) {
.service-grid{
  grid-template-columns: 1fr;
}


 }


 /*OUR TEAM*/

     

      .leadership-container {
        padding: 40px 20px;
      }

      .section-header {
        text-align: center;
        margin-bottom: 60px;
      }

      .section-header h1 {
        font-size: 2.8rem;
        color: #1e293b;
        margin-bottom: 15px;
        font-weight: 700;
        letter-spacing: -0.5px;
      }

      .section-header p {
        font-size: 1.1rem;
        color: #64748b;
        max-width: 700px;
        margin: 0 auto;
      }

      .accent-line {
        height: 4px;
        width: 80px;
        background: linear-gradient(90deg, #3b82f6, #8b5cf6);
        margin: 20px auto 0;
        border-radius: 2px;
      }

      /* Leadership Tabs */
      .leadership-tabs {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 10px;
      }

      .tab-btn {
        padding: 12px 28px;
        background: #e2e8f0;
        border: none;
        border-radius: 50px;
        font-size: 1rem;
        font-weight: 600;
        color: #475569;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .tab-btn:hover {
        background: #cbd5e1;
        transform: translateY(-2px);
      }

      .tab-btn.active {
        background: linear-gradient(135deg, #3b82f6, #8b5cf6);
        color: white;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
      }

      /* Leadership Cards */
      .leadership-content {
        display: none;
        opacity: 0;
        transition: opacity 0.5s ease;
      }

      .leadership-content.active {
        display: block;
        opacity: 1;
      }

      .leadership-grid {
        display: grid;
        gap: 30px;
      }

      .leader-card {
        background: white;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
      }

      .leader-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
      }

      .leader-img-container {
        height: 180px;
        overflow: hidden;
      }
      .leader-img-container-2 {
        height: 180px;
        overflow: hidden;
      }

      .leader-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
      }

      .leader-card:hover .leader-img {
        transform: scale(1.05);
      }

      .leader-info {
        padding: 28px;
      }

      .leader-name {
        font-size: 1.5rem;
        color: #1e293b;
        margin-bottom: 5px;
        font-weight: 700;
      }

      .leader-title {
        color: #3b82f6;
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 1.05rem;
      }

      .leader-bio {
        color: #64748b;
        margin-bottom: 20px;
        font-size: 0.95rem;
      }

      .leader-contact {
        display: flex;
        gap: 15px;
        margin-top: 20px;
      }

      .contact-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #f1f5f9;
        border-radius: 50%;
        color: #475569;
        text-decoration: none;
        transition: all 0.3s ease;
      }

      .contact-link:hover {
        background: #3b82f6;
        color: white;
        transform: scale(1.1);
      }

      /* Responsive adjustments */
      @media (max-width: 768px) {
        .section-header h1 {
          font-size: 2.2rem;
        }

        .leadership-grid {
          grid-template-columns: 1fr;
        }

        .leader-img-container {
          height: 240px;
        }

        .tab-btn {
          padding: 10px 20px;
          font-size: 0.95rem;
        }
      }

      @media (max-width: 480px) {
        .section-header h1 {
          font-size: 1.9rem;
        }

        .leadership-container {
          padding: 20px 0;
        }

        .leader-info {
          padding: 20px;
        }
      }

      /* Animation for tab switching */
      @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }

      .fade-in {
        animation: fadeIn 0.5s ease forwards;
      }

      /* Owner badge styling */
      .owner-badge {
        display: inline-block;
        background: linear-gradient(135deg, #f59e0b, #d97706);
        color: white;
        font-size: 0.75rem;
        padding: 4px 12px;
        border-radius: 20px;
        margin-left: 10px;
        font-weight: 600;
        letter-spacing: 0.5px;
      }



      /* OUR CLIENTS */

.Our-clients{
  padding: 50px auto;
}
.Our-clients h3{
font-weight: 800;
font-size: 1rem;
}






      
      .faq-general-heading {
        text-align: center;
        margin-bottom: 40px;
      margin-top: 40px;
      }

      .faq-heading {
        color: #1e293b;
        font-size: 2.2rem;
        margin-bottom: 10px;
      }

      .intro {
        color: #64748b;
        font-size: 1.1rem;
        max-width: 700px;
        margin: 0 auto 20px;
      }

      .search-box {
        max-width: 500px;
        margin: 20px auto;
        position: relative;
      }

      .search-box input {
        width: 100%;
        padding: 15px 20px;
        border: 2px solid #e2e8f0;
        border-radius: 50px;
        font-size: 1rem;
        transition: all 0.3s;
      }

      .search-box input:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
      }

      .search-box i {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
      }

      .faq-container {
        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        margin-bottom: 40px;
      }

      .faq-item {
        border-bottom: 1px solid #e2e8f0;
        transition: all 0.3s;
      }

      .faq-item:last-child {
        border-bottom: none;
      }

      .faq-question {
        padding: 22px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.2s;
        text-align: start;
      }

      .faq-question:hover {
        background-color: #f8fafc;
      }

      .faq-question h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #1e293b;
        margin-right: 15px;
      }

      .faq-toggle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #f1f5f9;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3b82f6;
        font-size: 0.9rem;
        flex-shrink: 0;
        transition: all 0.3s;
      }

      .faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        transition: all 0.4s ease;
        background-color: #f8fafc;
        text-align: start;
      }

      .faq-answer.active {
        padding: 25px;
        max-height: 1000px;
      }

      .faq-answer p {
        margin-bottom: 15px;
        color: #475569;
        text-align: start;
      }

      /* Numbered List Style for Section 3 */
      .numbered-list {
        padding-left: 0;
        margin-bottom: 15px;
      }

      .numbered-list li {
        margin-bottom: 15px;
        padding-left: 35px;
        position: relative;
        list-style-type: none;
        counter-increment: item;
      }

      .numbered-list li:before {
        content: counter(item);
        position: absolute;
        left: 0;
        top: 0;
        background: #3b82f6;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 600;
      }

      /* Checkmark List Style for Section 6 */
      .checkmark-list {
        padding-left: 0;
        margin-bottom: 15px;
      }

      .checkmark-list li {
        margin-bottom: 15px;
        padding-left: 35px;
        position: relative;
        list-style-type: none;
      }

      .checkmark-list li:before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        background: #10b981;
        color: white;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 600;
      }

      /* Regular bullet list for other sections if needed */
      .regular-list {
        padding-left: 20px;
        margin-bottom: 15px;
      }

      .regular-list li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 10px;
      }

      .regular-list li:before {
        content: "•";
        color: #3b82f6;
        font-weight: bold;
        position: absolute;
        left: -10px;
      }

      .highlight {
        background-color: rgba(255, 255, 0, 0.3);
        padding: 2px 4px;
        border-radius: 3px;
      }

      .statss {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 30px;
        flex-wrap: wrap;
      }

      .stats-item {
        text-align: center;
        background: white;
        padding: 15px 25px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        min-width: 150px;
      }

      .stats-number {
        font-size: 2rem;
        font-weight: 700;
        color: #3b82f6;
        margin-bottom: 5px;
      }

      .stats-label {
        font-size: 0.9rem;
        color: #64748b;
      }

      .no-results {
        text-align: center;
        padding: 40px;
        color: #64748b;
        display: none;
      }

      .no-results i {
        font-size: 3rem;
        margin-bottom: 15px;
        color: #cbd5e1;
      }

      .faq-footer {
        text-align: center;
        margin-top: 40px;
        color: #94a3b8;
        font-size: 0.9rem;
        border-top: 1px solid #e2e8f0;
      }

      .actions {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
        flex-wrap: wrap;
      }

      .btn {
        padding: 12px 25px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        border: none;
        font-size: 1rem;
      }

      .btn-expand {
        background-color: #3b82f6;
        color: white;
      }

      .btn-collapse {
        background-color: #f1f5f9;
        color: #475569;
      }

      .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
      }

      @media (max-width: 768px) {
        .faq-heading {
          font-size: 1.7rem;
        }
        .faq-question {
          padding: 18px 10px;
        }

        .faq-question h3 {
          font-size: 1.1rem;
        }

        .faq-answer.active {
          padding-top: 20px;
                    padding-bottom: 20px;

        }

        .stats-item {
          min-width: 120px;
          padding: 12px 15px;
        }
      }



















/*CTA*/
.CTA{
  margin-top: 10px;
 background: linear-gradient(
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.7)
          ),
          url("/images/campaign-creators-gMsnXqILjp4-unsplash.jpg") center/cover no-repeat;

}

.cta-cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 30px; 
  color: white;
}

.CTA h3{
text-align: center;
font-size: 1rem;
font-family: Montserrat, Arial, Helvetica, sans-serif;
font-weight: 400;
}


/*CONTACT*/

.contact-container{
--max-width: 1110px;
  --padding: 1rem;

  width: min(var(--max-width), 100% - (var(--padding) * 2      )   );
margin-inline: auto;

}
.contact-container{
  margin-top: 70px;

}
.row{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-details h2{
  font-size: 1.7rem;
}
.contact-details > div{

  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: grey solid 1px;
  padding: 10px;
}
.contact-details > div > span{
  font-size: 1.2rem;
  font-weight: 500;
  color: rgb(37, 15, 15);
  padding-left: 2px;
  display: block;
}


.subscribe{
  padding-top: 10px;
}
.sub-heading{
  text-align: center;
  color: #6495ED;
    margin-bottom: 0;

}
.main-heading{
    font-size: 1.4rem;
  margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}
.subscribe p{
  margin-top: 18px;
  text-align: center;
}
form{
position: relative;
  z-index: 1;

}
.email{
  height: 40px;
  width: 290px;
  border-radius: 8px;
  border: grey 1px solid;
  font-family: Kodchasan;
}



.submit-btn{
  position: absolute;
  color: white;
  background-color: orangered;
  border: none;
  font-size: 12px;
  top: 3px;
  right: 3px;
    border-radius: 8px;
  font-family: Kodchasan;

}



 /* Subscription form with embedded button */
        .subscriptionForm {
            width: 100%;
            margin-bottom: 25px;
        }
        
        .subscriptionForm__label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: #444;
        }
        
        .subscriptionForm__container {
            position: relative;
            width: 100%;
            height: 60px;
            display: flex;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border: 2px solid #e0e0e0;
            transition: all 0.3s ease;
        }
        
        .subscriptionForm__container:focus-within {
            border-color: #4a6cf7;
            box-shadow: 0 5px 20px rgba(74, 108, 247, 0.2);
        }
        
        .subscriptionForm__input {
            border: none;
            padding: 0 20px;
            font-size: 1rem;
            outline: none;
            background: #f9f9f9;
            width: 100%;
            min-width: 0;
        }
        
        .subscriptionForm__button {
            background-color: #ff4500;
            color: white;
            border: none;
            padding: 0 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            white-space: nowrap;
        }
        
        .subscriptionForm__button:hover {
            background: linear-gradient(to right, #3a5ce5, #5a0bbb);
            padding-right: 35px;
        }
        
        .subscriptionForm__button:active {
            transform: scale(0.98);
        }
        
        .subscriptionForm__message {
            margin-top: 10px;
            font-size: 0.9rem;
            padding-left: 5px;
            color: #666;
        }
        
        .subscriptionForm__message--success {
            color: #2ecc71;
        }
        
        .subscriptionForm__message--error {
            color: #e74c3c;
        }
        
        .subscriptionFeatures {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            margin-top: 30px;
        }
        
        .subscriptionFeatures__item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #555;
            font-size: 0.95rem;
        }
        
        .subscriptionFeatures__icon {
            color: #4a6cf7;
            font-size: 1.1rem;
        }
      
        
 @media (max-width: 50rem) {
 .subscriptionForm__button span{
display: none;
        }

          }
/*FOOTER*/

footer{
  background-color: var(--footer-color);
  color: white;
  margin-top: 0;
font-family: Poppins, Helvetica, sans-serif;
font-family: 'Montserrat',sans-serif;


}
.footer-grid{
  padding: 30px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr ;
  justify-items: center;
  align-items: center;
}
.footer-logo{
  width: 60px;
  height: 30px;
}
footer h3{
padding-bottom: 10px;
}
.footer-text{
  font-size: 14px;
  font-family: Poppins, Helvetica, sans-serif;
  margin-top: 13px;

}
footer p{
line-height: 1.6;
padding-top: 10px;
font-size: 0.85rem;
color: white;
font-family: Poppins, Helvetica, sans-serif;


}

.footer-link{
  font-family: Poppins, Helvetica, sans-serif;
  color: #EFFFC3;
  font-size: 1.3rem;
  font-weight: 600;
}
.footer-nav-list{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;

}
.footer-nav-list li a{
text-decoration: none;
color: white;
font-size: 0.85rem;
  font-family: Poppins, Helvetica, sans-serif;

}
.footer-cont-container{
display: flex;
gap: 9px;
padding-bottom: 10px;
}
.icons{
width: 40px;

}
.footer-office{
  padding-bottom: 1px;
}
.footer-address{
  padding: 0;
  font-weight: 300;
}
.divider{
  height: 0.3px;
  width: 100%;
  background-color: #ffffff;
  margin: 15px;
  margin: 0 auto;
}
.terms-grid{
  display: flex;
  justify-content: space-between;

}

 @media (max-width: 50rem) {
.footer-grid{
  gap: 10px;
  grid-template-columns: 1fr;
  justify-items: start;
}
.terms-grid{
flex-direction: column-reverse;
  align-items: center;

}
.copyright-text{
font-size: 12px;
text-align: center;
}


 }





/*Hide Texts*/

.text-container {
  width: 300px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}

.truncated-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.truncated-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.toggle-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  padding: 5px 0;
  margin-top: 10px;
  font-size: 14px;
}

/*Maps*/

.map-container {
  position: relative;
  overflow: hidden;
  width: 100%; /* Container takes full width */
  padding-top: 56.25%; /* This creates the aspect ratio (16:9 = 9/16*100%) */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}




/*  Stylish Image*/

      
     

    
      .image-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-bottom: 50px;
      }

      .image-container {
        width: 100%;
        max-width: 500px;
        position: relative;
        transition: transform 0.5s ease;
      }

      .image-container:hover {
        transform: translateY(-10px);
      }

      .image-wrapper {
        position: relative;
        width: 100%;
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        transition: all 0.5s ease;
      }

      .image-wrapper:hover {
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
      }

      .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
      }

      .image-wrapper:hover img {
        transform: scale(1.05);
      }

      .image-1 {
        z-index: 2;
        transform: rotate(-5deg);
      }

      .image-2 {
        z-index: 1;
        transform: rotate(5deg);
        margin-top: 80px;
      }

      .image-overlap {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 450px;
        margin: 50px auto 0px auto;
        max-width: 900px;
      }

      .overlap-image {
        position: absolute;
        width: 65%;
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        transition: all 0.5s ease;
      }
      .gallery-image{
        margin-top: 50px;
width: 100%;
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
      }
      .gallery-image img{
 width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;

      }

      .overlap-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
      }

      .overlap-image:hover img {
        transform: scale(1.08);
      }

      .overlap-1 {
        top: 0;
        left: 5%;
        z-index: 2;
        transform: rotate(-4deg);
      }

      .overlap-2 {
        top: 50px;
        right: 5%;
        z-index: 1;
        transform: rotate(6deg);
      }

      .overlap-image:hover {
        z-index: 3;
      }

      .image-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
        padding: 25px 20px 15px;
        transform: translateY(5px);
        opacity: 0;
        transition: all 0.4s ease;
      }

      .overlap-image:hover .image-caption {
        transform: translateY(0);
        opacity: 1;
      }

      .caption-title {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 5px;
        color: white;
      }

      .caption-text {
        font-size: 0.95rem;
        color: #cbd5e1;
      }

      .controls {
        background: rgba(30, 41, 59, 0.8);
        border-radius: 15px;
        padding: 25px;
        max-width: 800px;
        margin: 40px auto;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
      }

      .controls h2 {
        margin-bottom: 20px;
        color: #60a5fa;
        text-align: center;
      }

      .control-group {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
      }

      .control-btn {
        background: #475569;
        border: none;
        color: white;
        padding: 12px 24px;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
      }

      .control-btn:hover {
        background: #60a5fa;
        transform: translateY(-3px);
      }

      .control-btn.active {
        background: #3b82f6;
      }

     

      @media (max-width: 768px) {
        .image-overlap {
          height: 450px;
        }

        .overlap-image {
          height: 300px;
        }

        .overlap-2 {
          top: 30px;
        }

        

        .image-wrapper {
          height: 320px;
        }
      }

      @media (max-width: 576px) {
        .image-overlap {
          height: 400px;
        }

        .overlap-image {
          height: 250px;
          width: 80%;
        }

        .overlap-1 {
          left: 0;
        }

        .overlap-2 {
          right: 0;
        }
      }














































































