*{
    box-sizing: border-box;
}
body{
    background: #fff;
    font-family: "Roboto", sans-serif;   /* first, index.html link google 3 lines*/
    font-weight: 400; /* normal*/
    font-size: 16px;
    line-height: 1.6;
    color:#000;/* font color black, rgb */
   
}
a{
    color:#313030;
    text-decoration: underline;
}

a:hover, a:focus, a:active, a:visited{
    color:#FF0000
}

p{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0 0 20px; /* top right-left and bottom, this case we use bottom. */
}
h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px; /* top right-left and bottom, this case we use bottom. */
    letter-spacing: 1px;

}
h2{
    font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 20px; /* top right-left and bottom, this case we use bottom. */
        letter-spacing: 1px;
        text-transform: uppercase;
}
h3{
    font-size: 34px;
    font-weight: 700; 
    line-height: 1.2; 
    margin: 0 0 20px; /* top right-left and bottom, this case we use bottom. */
}
h4{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px; /* top right-left and bottom, this case we use bottom. */
    
}
h5{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px; /* top right-left and bottom, this case we use bottom. */
}
h6{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px; /* top right-left and bottom, this case we use bottom. */

}

ol, ul{
    padding: 0 0 0 25px;
    margin:  0 0  20px 0;
}
ul{
    list-style: disc; /* bullet*/
}
ol{
    list-style: decimal;
}
.flex{
    display: flex;
    flex-wrap:warp;
    

}
.h-center{ /*horizental center  flex h-center */
    justify-content: center;

}
.v-center{  /* verticle align center  class: flex h-center*/
    align-items: center;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"]{
    background-color: #fafafa;
    padding:10px;
    border:1px solid #313030;
    font-size: 18px;
    color: #313030;

}
.formitem{
    margin-bottom: 15px;;
}
.formitem label{
    display:block;
    font-weight: 600;
    margin-bottom: 5px;
}
.button{
    background-color: #000;
    color:#fff;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    transition: all 0.3s ease; /* animation- smooth display */
    cursor: pointer;
    text-decoration: none;

}
.button:hover, .button:focus{
    background-color: transparent;
    color:#000;

}

/* global css end*/
.container{
    max-width: 1380px;
    margin: 0 auto; /* center */
    padding:0 20px;
}
.top-main__header{
    width: 100%;
    background-color: rgba(255,255,255,.7);
}
.top-header__inner{
    display: flex;
    flex-wrap: wrap;
}
.logo{
    width: 10%;
}
.logo img{
    width: 112px;
    padding-top: 10px;
    margin-left: 8px;
}
.header-content{
    width: 40%;
}
.header-content h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
    padding-top: 18px;
    margin: 0 10px;
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-content h3 {
    margin-bottom: 0;
    text-align: center;
    font-size: 30px;
    padding-top: 5px;
}
.header-contact{
    padding-left: 40px;
    width: 20%;
    padding-top: 20px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
}
.header-contact a{
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.header-contact a:hover{
    color:#FF0000;
}
.header-contact i {
    font-size: 31px;
    padding-right: 10px;
    padding-bottom: 16px;
    /* color: #e53001; */
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-social{
    width: 30%;
    padding-top: 18px;
    text-align: center;
}
.header-social i{
    padding: 5px 7px;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 20px;
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-social h2{
    font-size: 20px;
    margin:10px 0 0 0;
    border:2px solid #540a0a;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
}
.navigation{
    border-bottom: 2px solid #000;
}
.main-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 14px;
}
.main-menu a{
    padding:15px 49px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.0;
    color: #000;
    text-decoration: none;
}
.main-menu a:hover{
        background-image:linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #000 !important;
    /* color: #a30608; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main-menu .has-child{
    position: relative;

}
.main-menu .has-child i{
    position: absolute;
    color: #000;
    top: 19px;
    right: 0;
}
.submenu{
    display: none;
    position: absolute;
    width: 200px;
    left: 0;
    top:100%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.6);
    z-index: 5;

}
.main-menu .submenu a{
    color: #000;
    padding:10px 10px;
}
.main-menu .submenu a:hover{
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #a30608;
}

.main-menu .has-child:hover > .submenu{
    display: block;

}
.main-menu li{
    list-style: none;
    padding: 0;
}
.main-menu ol,ul{
    margin: 0 0 5px 0;
}
.submenu li{
    list-style: none;
    padding: 0;
}
.main-menu ul{
    padding: 0;
}
.submenu ul{
    padding: 0;
}
.slider-item{
    height: 85vh;/*view port height*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;/*top bottom, left right, all side center*/
    position: relative;/* absolute: slider content  - postion relative: parent relative, child : absolute*/
}
/* .slider-content{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
} */
.slick-prev{
    left: 30px;

}
.slick-next{
    right:30px;

}
.slick-arrow{
    font-size: 20px;
    color:#fff;
    z-index: 2;
}
.slick-arrow:before{
    display: none;
}
.slider .slick-dots {
    bottom:25px;
}
.slider .slick-dots li button:before{
    display: none;

}
.slider .slick-dots li button{
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
}
.slider .slick-dots li.slick-active button{

    background: rgba(255,255,255,1);
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
/* form */
.slider-form{
    position: relative;
}
.form-overlay{
    position: absolute;
    top: 250px;
    right: 0;
    width: 100%;
    z-index: 5;

}
.form-overlay .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.form-overlay .form-item label{
    display: none;
}
.form-item{
    margin-bottom: 10px;
}
.form-item input, .form-item textarea{
    width: 100%;
    padding: 10px 15px;
    display: block;
}
.form-overlay form{
    padding: 30px;
    background: rgba(255, 255, 255, .5);
}
.form-overlay .submit-button{
    border:1px solid #000;
    background-image: linear-gradient(45deg, #f75002, #ffaa6b);
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-align: center;
}
.form-overlay .submit-button:hover{
    background-image: linear-gradient(45deg,#ffaa6b , #f75002);

}
.captcha input{
    padding: 2px;
}

.learn-more-btn {
    position: relative; /* Enable positioning for pseudo-elements */
    background-image: linear-gradient(to right, #FFEA00, #FF0000); /* Button color */
    color: #000; /* Button text color */
    border: none;
    border-radius: 5px;
    padding: 12px 24px; /* Increased padding for better appearance */
    font-size: 1.1em; /* Slightly larger text size */
    font-weight: bold; /* Make text bold */
    text-transform: uppercase; /* Uppercase text for emphasis */
    letter-spacing: 1px; /* Space between letters */
    cursor: pointer;
    overflow: hidden; /* Prevent overflow of pseudo-element */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
}

.learn-more-btn::before {
    content: ""; /* Empty content for the pseudo-element */
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    width: 300%; /* Wider than button */
    height: 300%; /* Taller than button */
    background-color: rgba(255, 255, 255, 0.3); /* Light overlay */
    border-radius: 50%; /* Make it circular */
    transition: transform 0.4s ease; /* Smooth transition */
    transform: translate(-50%, -50%) scale(0); /* Start small */
}

.learn-more-btn:hover::before {
    transform: translate(-50%, -50%) scale(1); /* Scale up on hover */
}

.learn-more-btn:hover {
    background-color: #FF0000; /* Lighter shade on hover */
    color: #fff; /* Keep text white */
}
.button-container {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
/* slider-content */
.slider-content strong {
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 64px;
    display: block;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    text-align: center;
}
.slider-content small {
    color: hsl(0, 100%, 50%);
    font-size: 28px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.slider-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: left;
    transform: translate(-50%, -50%);
    padding: 50px;
    max-width: 700px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.slider .learn-more-btn {
    background: #f75002;
    background: radial-gradient(circle, #f75002 22%, rgba(162, 89, 0, 1) 95%);
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Black with 50% opacity */
    z-index: 1;
  }
/* our activities */
.activities {
    padding: 80px 20px;
    background: #fff;
    text-align: center;
  }
  
  .section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FF0000;
  }
  
  .section-subtitle {
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }
  
  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    padding: 50px 25px 30px;
    transition: transform 0.3s ease;
    position: relative;
  }
  
  .card:hover {
    transform: translateY(-8px);
  }
  
  .icon-box {
    width: 70px;
    height: 70px;
    background-color: #FF0000;

    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .card:hover .icon-box {
    background-color: #FFEA00;
        color: #fff;
  }
  
  .card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }
  
  /* 🌐 Better Responsive Design */
  @media (max-width: 600px) {
    .section-title {
      font-size: 26px;
    }
  
    .icon-box {
      width: 60px;
      height: 60px;
      font-size: 22px;
    }
  
    .card {
      padding: 40px 20px 25px;
    }
  }

  /* about us */
  .about-modern {
    background-color: #fff;
    padding: 0px 20px 20px;
  }
  
  .about-modern-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
  }
  
  .about-modern-text {
    flex: 1 1 45%;
  }
  
  .about-modern-text h2 {
    font-size: 36px;
    background-image: linear-gradient(to right, #FF0000, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .about-modern-text p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  
  .about-modern-btn {
    display: inline-block;
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    color: #000;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .about-modern-btn:hover {
    background-color: #fff !important; 
    color: #fff;
  }
  
  .about-modern-image {
    flex: 1 1 45%;
    position: relative;
    display: flex;
    justify-content: center;
  }
  
  .about-modern-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 0 0 100% 100% / 0 0 100% 100%; /* Semicircle bottom */
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  /* 🌐 Responsive */
  @media (max-width: 768px) {
    .about-modern-container {
      flex-direction: column-reverse;
      text-align: center;
    }
  
    .about-modern-text h2 {
      font-size: 28px;
    }
  
    .about-modern-image img {
      border-radius: 100% 100% 0 0 / 100% 100% 0 0; /* Top semicircle if needed */
    }
  }

  /* our programmes */
  .services-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.services-section h2{
    z-index: 999;
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    margin-top: 30px;
    font-size: 55px;
    text-align: center;
}
.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px;
    justify-content: center;
}
.service-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    padding: 20px;
    z-index:999;
}
.service-card:hover {
    transform: scale(1.05);
}
.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}
.service-content {
    padding: 20px;
    text-align: center;
}
.service-content h3 {
    margin: 15px 0;
    background-image: linear-gradient(to right, #FF0000, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}
.read-more {
    display: inline-block;
    padding: 10px 15px;
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.read-more:hover {
    background-image: linear-gradient(to right,#FF0000 , #FFEA00);
    color: #fff;
}
@media (max-width: 768px) {
    .services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 480px) {
    .services-container {
        grid-template-columns: 1fr;
    }
}
/* count down */
/* .countdown-section {
    background: url('background-image.jpg') no-repeat center center/cover;
    padding: 60px 20px;
    text-align: center;
} */
.countdown-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(to right,#FF0000 , #FFEA00);
}
.countdown-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    z-index: 999;
}
.countdown-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 200px;
    
}
.countdown-card h3 {
    margin-top: 10px;
    font-size: 22px;
    background-image: linear-gradient(to right,#FF0000 , #FFEA00);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.count-number {
    font-size: 28px;
    font-weight: bold;
    color: #FF0000;
}
/* .service-block{
    margin-bottom: 10px;
} */
 /* gallery */
.image-slider img {
    width: 500px;
    height:400px;
}
.gallery {
text-align: center;
margin-bottom: 60px;
}
.gallery h2 {
    margin: 45px 0;
    color: #FF0000 ;
}
.gallery .learn-more-btn {
    margin-top: 30px;
}

.section-arrow{
    position: absolute;
    bottom: -40px;
    left: 0;
    border-style: solid;
    /* background-image: linear-gradient(to right, #FFEA00, #FF0000); */
    border-color: #ffaa6b #fff transparent;
    border-width: 115px 50vw 40px;
}

.site-footer{
    padding: 0px 0px 0px;
    list-style: none;
    background-color: #fff;
    color: #000;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #000;

}
.site-footer .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.site-footer iframe{
    display: block;
    max-width: 100%;
}
.footer-items{
    width:25%;
    padding: 10px 20px;
}
.footer-items h3{
    background-image: linear-gradient(to right,#FF0000 , #FFEA00);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-items h4{
    background-image: linear-gradient(to right,#FF0000 , #FFEA00);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-items ul{
    margin:0;
    padding: 0;
}
.footer-items ul li{
    list-style: none;
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;


}
.footer-items img{
    width: 100px;
}
.footer-items a{
    text-decoration: none;
    color: #000;


}
.footer-items a:hover{
    color: #FF0000;
}
.footer-items .social a{
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #000;
    text-align: center;

}
.footer-items .social a:hover{
    background-color: #000;
    color:#fff;

}

.copyright{
    background-image: linear-gradient(to right,#FF0000 , #FFEA00);
    text-align: center;
    border-top: 2px solid #000;
    
}
.copyright p{
    margin: 0;
}
/* testimonials starts */
.testimonials {
    position: relative;
    background: url("../images/testimonial-background.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials .testimonials-shape {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.testimonials .testimonials-shape > img {
    width: 100%;
    max-height: 160px;
}
/* testimonial starts  */
.testimonials-section {
    padding: 60px 0;
    background-color: #fafafa;
}
.testimonials-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #f4ac00;
}
/* .testimonial-item{
     border: 2px solid #ccc; 
} */

.testimonial-item__inner {
    padding: 20px;
    height: 100%;
}

.testimonial-item__inner blockquote {
    font-size: 20px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 500;
    color: #fff;
}
.testimonial-item__authorinfo {
    margin-top: 25px;
}
.testimonial-item__authorinfo p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #FFEA00;
    text-align: center;
}
.testimonials .container {
    max-width: 1380px;
    padding: 0 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
/* .testimonials .testimonials-inner {
    background: rgba(0, 0, 0, 0.82);
} */
.testimonials-inner h2 {
    z-index: 999;
    position: relative;
    color: #FF0000;
    text-align: center;
}
.testimonials .slick-arrow {
    font-size: 20px;
    color: #fff;
    z-index: 2;
    visibility: hidden;
}
.testimonials-inner {
    z-index: 999;
    position: relative;
}
.testimonials .overlay{
    background-color: rgba(0, 0, 0, 0.4);

}
/* testimonial ends  */
/* map */
.inquiry-section {
    background: linear-gradient(to bottom right, #ff5e14, #ff8133);
    padding: 60px 30px;
    color: black;
  }
  
  .inquiry-wrapper {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
    flex-wrap: wrap;
    z-index: 999;
    position: relative;
  }
  
  .inquiry-form {
    flex: 1;
    min-width: 320px;
    color: #FF0000;
  }
  
  .inquiry-form h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
  }
  
  textarea {
    height: 120px;
    resize: none;
  }
  
  .submit-btn {
    width: 100%;
    background-image: linear-gradient(to right,#FF0000 , #FFEA00);
    color: white;
    padding: 12px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .thank-you {
    font-size: 14px;
    margin-top: 15px;
  }
  
  .inquiry-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
  }
  
  .circle-image {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: url('../images/contact-us.jpg'); /* Update path as needed */
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }
  
  @media (max-width: 768px) {
    .inquiry-wrapper {
      flex-direction: column;
      align-items: center;
    }
  
    .inquiry-form,
    .inquiry-image {
      width: 100%;
      max-width: 600px;
    }
  }
  .inquiry-section {
    position: relative;
    background: url("../images/contact-us-background.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.leadership-section {
    text-align: center;
    padding: 60px 30px;
    background-color: #fff;
  }
  
  .leadership-section h2 {
    font-size: 40px;
    color: #FF0000 ;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .tabs {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  .tabs span {
    margin: 0 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #000;
  }

  .leaders {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .leader-card {
    text-align: center;
    max-width: 200px;
  }
  
  .leader-image {
    width: 150px;
    height: 150px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .leader-card h3 {
    font-size: 30px;
    margin-top: 15px;
    background-image: linear-gradient(to right, #FFEA00, #FF0000);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
  }
  
  .leader-card p {
    font-size: 20px;

  }
  .banner{background-image: linear-gradient(to right,#FF0000 , #FFEA00);
    isolation: isolate;
    padding: 0 0 30px 0;
    height: 40vh;
    position: relative;
  }
  .banner h1{
    color: #fff;
    text-align: center;
    font-size: 75px;
  }
  .banner-inner{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 999;
    color: #fff;
  }
  .banner .container{
    max-width: 1452px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    height: 100%;
  }
  .nonprofit-section {
    padding: 60px 30px;
    background-color: #f5fdfb;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .nonprofit-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .nonprofit-content {
    flex: 1 1 55%;
  }
  
  .nonprofit-content h2 {
    font-size: 32px;
    color: #FF0000;
    border-bottom: 3px solid #FF0000;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  
  .nonprofit-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
  }
  
  .nonprofit-services {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .nonprofit-services li {
    background: #fff;
    padding: 12px 18px;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 500;
    color: #00695c;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  
  .nonprofit-services li span {
    color: #FF0000;
    font-weight: bold;
  }
  
  .nonprofit-image {
    flex: 1 1 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .nonprofit-image img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* Ensures square shape */
    object-fit: cover;
    border-radius: 12px; /* Slight rounding */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 768px) {
    .nonprofit-container {
      flex-direction: column;
      align-items: center;
    }
  
    .nonprofit-content,
    .nonprofit-image {
      flex: 1 1 100%;
      text-align: center;
    }
  
    .nonprofit-services li {
      justify-content: center;
    }
  }
  /* Add this to the bottom of your existing CSS */

@media (max-width: 1024px) {
    .footer-items {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .site-footer .container {
        flex-direction: column;
        align-items: center;
    }

    .footer-items {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .footer-items ul li {
        border-bottom: none;
    }

    .footer-items iframe {
        width: 100%;
        height: 200px;
    }

    .footer-items img {
        margin: 0 auto;
    }

    .footer-items .social a {
        display: inline-block;
        margin: 5px;
    }
}
/* Add this to the bottom of your CSS */

@media (max-width: 1024px) {
    .slider-content {
        max-width: 90%;
        padding: 40px;
    }

    .slider-content strong {
        font-size: 48px;
        line-height: 52px;
    }

    .slider-content small {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .slider-content {
        padding: 30px;
        max-width: 95%;
    }

    .slider-content strong {
        font-size: 36px;
        line-height: 42px;
        padding: 0 0 15px 0;
    }

    .slider-content small {
        font-size: 18px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .slider-content {
        padding: 20px;
    }

    .slider-content strong {
        font-size: 28px;
        line-height: 32px;
    }

    .slider-content small {
        font-size: 16px;
        padding: 6px;
    }

    .slider .learn-more-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
/* Add this at the bottom of your current CSS */

@media (max-width: 1024px) {
    .countdown-section {
        height: auto;
        padding: 40px 20px;
        background-attachment: scroll;
    }

    .countdown-card {
        min-width: 180px;
        padding: 25px;
    }

    .count-number {
        font-size: 24px;
    }

    .countdown-card h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .countdown-container {
        gap: 20px;
    }

    .countdown-card {
        min-width: 150px;
        padding: 20px;
    }

    .count-number {
        font-size: 20px;
    }

    .countdown-card h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .countdown-container {
        flex-direction: column;
        align-items: center;
    }

    .countdown-card {
        width: 100%;
        max-width: 300px;
        padding: 20px;
    }

    .count-number {
        font-size: 18px;
    }

    .countdown-card h3 {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .circle-image {
      width: 400px;
      height: 400px;
    }
  
    .inquiry-form h2 {
      font-size: 24px;
    }
  }
  
  @media (max-width: 768px) {
    .circle-image {
      width: 320px;
      height: 320px;
    }
  
    .inquiry-wrapper {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
  
    .inquiry-section {
      background-attachment: scroll;
      padding: 40px 20px;
    }
  
    .inquiry-form,
    .inquiry-image {
      width: 100%;
      padding: 0 15px;
    }
  
    .form-group input,
    .form-group select,
    .form-group textarea {
      font-size: 16px;
    }
  
    .submit-btn {
      font-size: 16px;
    }
  
    .leadership-section h2 {
      font-size: 32px;
    }
  }
  
  @media (max-width: 480px) {
    .circle-image {
      width: 250px;
      height: 250px;
    }
  
    .inquiry-section {
      padding: 30px 15px;
    }
  
    .inquiry-form h2 {
      font-size: 20px;
    }
  
    .leadership-section h2 {
      font-size: 26px;
    }
  }
  @media (max-width: 1024px) {
    .banner h1 {
      font-size: 56px;
    }
  
    .banner {
      height: 35vh;
      padding-bottom: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .banner h1 {
      font-size: 42px;
    }
  
    .banner {
      height: 30vh;
    }
  }
  
  @media (max-width: 480px) {
    .banner h1 {
      font-size: 32px;
      padding: 0 10px;
    }
  
    .banner {
      height: 25vh;
    }
  
    .banner-inner {
      padding: 10px;
    }
  }
  @media (max-width: 991px) {
    .top-header__inner {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .logo, .header-content, .header-contact, .header-social {
      width: 100%;
      padding: 10px 0;
    }
  
    .header-content h2, .header-content h3 {
      font-size: 24px;
    }
  
    .header-contact a {
      font-size: 18px;
    }
  
    .main-menu a {
      padding: 10px 20px;
      font-size: 16px;
    }
  }
  

  
@media screen and (max-width: 1460px) {
  .navigation{
      display: none;
  }
  .main-header_inner {
      align-items: center;
      justify-content: space-between;
  }

  #mobile-menu-open-button,
  #mobile-menu-close-button {
      display: block;
      font-size: 3rem;
  }
}
@media screen and (min-width: 1460px) {
  .mobile-header-title {
      display: none;
  }
  #mobile-menu-open-button,
  #mobile-menu-close-button {
      display: none;
  }
}

.hidden {
  display: none !important;
}

#mobile-menu {
  list-style: none;
  position: absolute;
  inset-inline: 0;
  z-index: 999;
  top: 150px;
  background-color: white;
  color: black;
  display: none;
  padding: 1rem;
  max-height: 30rem;
  overflow-y: auto;
}
#mobile-menu.open {
  display: block;
}
#mobile-menu li {
  padding: 0.8rem;
  border-radius: 5px;
  background: #ebebeb;
  margin-top: 0.5rem;
}


#mobile-menu-close-button {
  z-index: 9999;
  position: fixed;
  top: 1rem;
  right: 1rem
}
