@import url('https://fonts.googleapis.com/css2?family=Amaranth&family=EB+Garamond:ital,wght@1,400;1,600&family=Josefin+Slab:ital,wght@1,500;1,700&display=swap');
body{
    font-family: "poppins",Sans-serif/*'Amaranth',*/;
}
.page-scroll {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    background-color: #fff;
  }
/* top menu start here */
.topmenu {
    background-color: #1cb1ec/*#678ca1*/;
    padding: 0px 0;
    color: #fff;
  }
  .left-top{
    margin-top: 2px;
  }
  .left-top p{
   margin: 0;
   font-size: 15px;
  }
  .left-top span{
      color: #fff;
  }
  .right-top {
    text-align: right;
    margin-right: 20px;
  }
  .right-top span {
    padding: 7px 6px;
    font-size: 15px;
}
  .right-top a{
     color: #fff;
    transition: color .5s;
  }
  .right-top a:hover {
      color: #727679;
  }
  .mvw{
      color: #fff;
  }
  .left-top a{
      text-decoration: none;
  }
  /* top menu end here */
.header_area{
    padding: 10px 0px;
}
.nav-header img {
    width: 120px;
}
.carousel .carousel-indicators {
    bottom: 5px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
}

.carousel .carousel-indicators .active {
    margin: 11px 10px;
}

.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100% !important;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active {
    display: block;
}

.carousel .carousel-caption {
    padding-bottom: 12%;
}

.carousel-caption h3 {
    font-size: 40px;
    color: #7bb331;
}

.carousel-caption p {
    font-size: 30px;
    color: #3da44f;
}

.carousel .carousel-caption .material-icons {
    position: relative;
    top: 5px;
}

.carousel .carousel-control-next .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

.carousel .carousel-control-prev .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 28px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .prev {
    margin-left: -15px;
    left: 50% !important;
}

/* Prev */
.carousel-control .next {
    margin-right: -15px;
    right: 50%;
}

/* Next */
/* Removing BS background */
.carousel .control-box {
    opacity: 0;
}

a.carousel-control.left {
    left: 0;
    background: none;
    border: 0;
}

a.carousel-control.right {
    right: 0;
    background: none;
    border: 0;
}

/* Animation */
.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}

.carousel:hover a.carousel-control.left {
    left: 15px;
}

.carousel:hover a.carousel-control.right {
    right: 15px;
}

/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}

/*end here*/
/*section end here*/

.home-page-icon-boxes {
    padding: 50px 0;
}
.icon-box:hover, .icon-box.active {
    border: 0;
    background: -moz-linear-gradient(180deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,90,0,1)),color-stop(100%,rgba(1255,54,0,1)));
    background: -webkit-linear-gradient(180deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    background: -o-linear-gradient(180deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    background: -ms-linear-gradient(180deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    background: linear-gradient(270deg,rgba(255,90,0,1) 0%,rgba(255,54,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 );
    color: #fff;
}
.icon-box {
    padding: 40px;
    border-radius: 24px;
    background: #ecf2f5;
    text-align: center;
    transition: all .35s;
}
.icon-box:hover figure img:nth-of-type(1), .icon-box.active figure img:nth-of-type(1) {
    display: none;
}
.icon-box:hover figure img:nth-of-type(2), .icon-box.active figure img:nth-of-type(2) {
    display: block;
}
.icon-box:hover .entry-title, .icon-box.active .entry-title {
    color: #fff;
}
.icon-box .entry-title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.icon-box .entry-content {
    margin-top: 24px;
}
.icon-box:hover .entry-content p, .icon-box.active .entry-content p {
    color: #fff;
}
.icon-box .entry-content p {
    margin: 0;
    font-size: 14px;
    color: #595858;
}
.icon-box figure img:nth-of-type(1) {
    display: block;
}
.icon-box figure img:nth-of-type(2) {
    display: none;
}


/* about section starts */
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.welcome-section {
    position: relative;
    padding: 45px 0px;
}
.sec-title.centered {
    text-align: center;
}
.sec-title {
    position: relative;
    margin-bottom: 48px;
}
.sec-title.centered .separator {
    margin: 0 auto;
}
.sec-title .separator {
    position: relative;
    width: 120px;
    text-align: center;
    margin-bottom: 14px !important;
}
.sec-title .separator:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}
.sec-title .separator .icon{
    color: #e7470c;
}
.flaticon-pawprint-1:before {
    content: "\f119";
}
.sec-title .separator:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}
.sec-title .title {
    position: relative;
    color: #666666;
    font-size: 18px;
    font-style: italic;
    /* font-family: 'Merriweather', serif; */
}
.sec-title h1 {
    position: relative;
    font-size: 36px;
    color: #1cb1ec;
    font-weight: 800;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 4px;
}
.welcome-section .image-column {
    position: relative;
    margin-bottom: 40px;
}
.welcome-section .image-column .image {
    position: relative;
}
.welcome-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 50px;
}
.welcome-section .content-column {
    position: relative;
}
.welcome-section .content-column .inner-column {
    position: relative;
    padding-left: 10px;
}
.welcome-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 35px;
}
.welcome-section .content-column .inner-column .text p {
    position: relative;
    color: #444444;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
}
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 6px;
    list-style-type: none;
}
.list-style-one li:before {
  content: '➜'; 
  position: absolute !important;
  left: 0;
  top: 0;
  color: #1cb1ec; 
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
/*.list-style-one li:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 3px;*/
/*    top: 8px;*/
/*    right: 2px;*/
/*    bottom: 2px;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    border-radius: 50%;*/
/*    border: 1px solid #1cb1ec;*/
/*}*/
.welcome-section .content-column .inner-column .theme-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 40px;
    /*margin-top: 40px;*/
    text-decoration: none;
    position: relative;
    top: 40px;
    left: 67px;
}
.btn-style-two:hover {
    background: none;
    color: #1cb1ec;
}
.btn-style-two {
    position: relative;
    padding: 11px 32px;
    line-height: 29px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    background-color: #1cb1ec;
    border: 2px solid #1cb1ec;
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* about section ends */

/* service section starts 
.services h1{
    text-align: center;
    font-size: 40px;
    color: #ec5c1c;
}
.post-slide {
    margin: 0 10px;
    border: 2px solid #ec5c1c;
}
.post-slide .post-info{
    padding: 5px 0;
    margin: 0;
    list-style: none;
}
.post-slide .post-info li{
    display: inline-block;
    margin: 0 5px;
}
.post-slide .post-info li i{
    margin-right: 8px;
}
.post-slide .post-info li a{
    font-size: 11px;
    font-weight: bold;
    color: #7e828a;
    text-transform: uppercase;
}
.post-slide .post-info li a:hover{
    color: #1dcfd1;
    text-decoration: none;
}
.post-slide .post-img{
    position: relative;
}
.post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0,0,0.6);
    transition: opacity 0.40s linear 0s;
}
.post-slide:hover .post-img:before{
    opacity: 1;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .read{
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.40s linear 0s;
}
.post-slide:hover .read{
    opacity:1;
}
.post-slide .read:hover{
    text-decoration: none;
    color: #ec5c1c;
}
.post-slide .post-content{
    padding: 20px;
    position: relative;
}
.post-slide .post-author{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border:4px solid #fff;
}
.post-slide .post-author img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    font-size: 20px;
    font-weight: bold;
    color: #ec5c1c;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transition: all 0.30s linear 0s;
}
.post-slide .post-title:after{
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}
.post-slide .post-description{
    font-size: 16px;
    color: #555;
    margin-bottom:20px;
}


/* service section ends */



  .parallax-section {
    position: relative;
    padding: 80px 0px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.fact-counter-wrapper {
    position: relative;
    background: url(../images/bg-1.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 40px 0px;
}
.parallax-section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.fact-counter-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #1cb1ec52;
    opacity: .95;
}
.fact-counter-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    margin: 0;
    margin-bottom: 27px;
}
.thm-btn:hover, .thm-btn.inverse {
    background-color: #fff;
    border-color: #1cb1ec;
    color: #1cb1ec;
    text-decoration: none;
}
.thm-btn {
    background: #f14b05;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    /* font-family: 'Raleway', sans-serif; */
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 35px;
    border: 2px solid transparent;
    transition: all .3s ease;
}
.single-fact {
    text-align: center;
    display: inline-block;
    padding: 0 35px;
}
.single-fact .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #787070;
    color: #fff;
    text-align: center;
    line-height: 98px;
    margin-bottom: 14px;
}
.single-fact .icon img {
    width: 69px;
    position: relative;
    bottom: 8px;
    right: 1px;
}
.single-fact span {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}
.single-fact p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.fact-counter-wrapper .thm-btn.inverse:hover {
    border-color: #fff;
    color: #fff;
}
.thm-btn.inverse:hover {
    background: #1cb1ec;
    border-color: #1cb1ec;
    color: #fff;
}
.ft-logo a{
        font-size: 30px;
    color: #fff;
    text-decoration: none;
}
/*media queries starts*/
@media (max-width: 1024px) {
.fact-counter-wrapper {
    text-align: center;
}
.thm-btn:hover, .thm-btn.inverse {
    margin-bottom: 10px;
}
.mt-lg-0 {
    margin-bottom: 15px;
}
}

@media (max-width: 768px) {
.fact-counter-wrapper {
    text-align: center;
}
.parallax-section {
    position: relative;
    padding: 20px 0px;
}
.fact-counter-wrapper h2 {
    font-size: 26px;
}
.thm-btn:hover, .thm-btn.inverse {
    margin-bottom: 10px;
}
.welcome-section {
    position: relative;
    padding: 20px 0px;
}
.mt-lg-0{
    margin-bottom: 15px;
}
.home-page-icon-boxes {
    padding: 30px 0;
}
.mvw{
    display: none;
}
.testimonial-cnt {
    padding: 10px 0px;
}
/*.testimonial .description {*/
/*    padding: 20px 28px 20px 45px;*/
/*}*/
}
@media (max-width: 425px) {
    .welcome-section .content-column .inner-column .theme-btn {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        padding: 3px 16px;
        margin: 0 0 28px 58px;
        text-decoration: none;
        position: relative;
        top: 4px;
        left: 0;
    }
    .copyright {
       text-align: center;
    }
    .design p {
        color: white;
        float: none;
        font-size: 16px;
        text-align: center;
    }
    .bm-w{
        color: transparent;
    }
}
@media (max-width: 320px) {
.navigation-portrait .nav-menus-wrapper {
    width: 225px;
}
}
/*media queries ends*/

.blog {
    padding: 45px 0 0;
}
.sub_title {
    max-width: 800px;
    margin: 0px auto 30px;
    text-align: center;
}
.sub_title h2 {
    font-size: 50px;
    margin: 0;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600;
    letter-spacing: 2px;
    color: #1cb1ec;
}
.sub_title p {
    padding: 25px 10% 0;
    margin: 0;
}
.blog .single_item {
    box-shadow: 0px 0px 90px 0px rgb(47 47 47 / 5%);
    text-align: center;
    position: relative;
}
.blog .single_item:before {
    position: absolute;
    content: "";
    transition: all 0.3s ease-in-out;
}
.blog .single_item .blog-img {
    overflow: hidden;
}
.blog .single_item .blog-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 360px;
    object-fit: cover;
    border-top-left-radius: 73px;
}
.blog .single_item .blog_title {
    padding: 25px;
    background: #ffffff;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    transition: all 0.3s cubic-bezier(0, 0, 1, 0.77);
}
.blog .single_item .blog_title span {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    /* font-family: "Rubik", sans-serif; */
}
.blog .single_item .blog_title h3 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    line-height: 34px;
}
.blog .single_item .blog_title h3 a {
    color: #333146;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.blog .single_item .blog_title .post_bloger {
    padding: 15px 0 10px;
}
.blog .single_item .blog_title .post_bloger span {
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
    margin: 0;
    color: #6a7a83;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}
.blog .single_item .blog_title .post_bloger .bloger_name {
    color: #1cb1ec;
    font-weight: 700;
    font-size: 14px;
}
.blog-img a{
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}
.blog .single_item:hover .blog_title {
    margin-top: -32px;
    background: #61bee2;
    border-bottom-right-radius: 73px;
}
.blog .single_item .blog_title h3 a:hover {
    color: #f0ebeb !important
}
.blog .single_item:hover .blog_title .post_bloger span {
    color: #ffffff !important;
}
.blog .single_item:hover .blog_title span {
    color: #ffffff;
}







  /* contact us starts */
  #contact-us-innerpage .btn-success {
    background-color: #008dd5;
    }
    #contact-us-innerpage button {
        outline: none;
    }
    .btn-success {
        color: #fff;
        background-color: #5cb85c;
        /* border-color: #4cae4c; */
    }
    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        /* border-color: #398439; */
    }
    #contact-us-innerpage .contct-right {
        text-align: center;
        padding: 20px;
        color: #000000;
        background-color: #008dd5;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 1px 8px 0px #008dd5;
        box-shadow: 0px 1px 8px 0px #008dd5;
    }
    #contact-us-innerpage .contct-right i {
        font-size: 34px;
    }
    .fa-phone:before {
        content: "\f095";
    }
    #contact-us-innerpage .contct-right h5 {
        font-size: 22px;
    }
    #contact-us-innerpage .contct-right h6 {
        font-size: 18px;
    }
    .contat-head h2{
        color: #008dd5;
    }
  /* contact us ends */








  .area-padding {
    padding: 50px 0px;
}

.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}

.main-system {
    display: block;
    width: 40%;
    float: left;
}

.system-content {
    padding: 22px;
    position: relative;
    left: 0px;
    z-index: 1;
    background: #075286;
    max-height: 430px;
    height: 100%;
    overflow: hidden;
    width: 560px;
    border-radius: 5px;
}

.system-content h3 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
}

.system-content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.top-content {
    float: left;
    width: 60%;
}

.system-images {
    position: relative;
}

.system-images img {
    width: 100%;
}
.deparments h2{
    color: #fff;
}
.deparments ul{
    padding-left: 0px;
}
.deparments li{
    list-style-type: none;
    color: #fff;
}



  /* footer starts */

  footer {
    background:#003d89;
    color: #ffffff;
    padding: 60px 20px 30px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }
  
  @media (max-width: 768px){
    .footer-container {
        gap: 0;
    }
  }

  .footer-col {
    flex: 1 1 210px;
    min-width: 200px;
  }

  .footer-logo img {
    width: 100px;
    margin-bottom: 10px;
    background: #fff;
    margin-top: 23px;
  }

  .footer-col h3 {
    color: #1cb1ec;
    font-size: 2.2rem;
    margin-bottom: 15px;
    position: relative;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
  }

  .footer-col ul li {
    margin: 10px 0;
    font-size: 0.95rem;
  }

  .footer-col ul li::before {
    content: "›";
    color: #1cb1ec;
    margin-right: 8px;
    font-size: 20px;
  }

  .footer-col ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
  }

  .footer-col ul li a:hover {
    color: #1cb1ec;
  }

  .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 72%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
    color: #1cb1ec;
    transition: 0.3s;
    font-weight: 600;
  }

  .social-icons a:hover {
    background: #1cb1ec;
    color: #fff;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-top: 40px;
    padding-top: 15px;
    font-size: 15px;
    color: #ffffff;
  }

  .footer-bottom a {
    color: #0d47ef;
    text-decoration: none;
  }
  
  @media (max-width: 768px) {
      .footer-opacity {
          /*color: #6b7376;*/
          opacity: 0;
      }
  }
  
  @media (max-width: 768px) {
      .mobile {
          position: relative;
          
      }
  }

  /*@media (max-width: 768px){*/
  /*    .footer-span {*/
  /*        position: relative;*/
  /*        top: 25px;*/
  /*        right: 24px;*/
  /*    }*/
  /*}*/
  @media (max-width: 768px){
    .footer-bottom {
        margin-top: 0;
        font-size: 12px;
        display: flex;
        flex-direction: column;
    }
  }

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      text-align: center;
    }
    .social-icons {
      justify-content: center;
    }
  }

  /* Footer ends */



  /* service */

   section.services {
    max-width: 1200px;
    margin: -50px auto;
    padding: 40px 20px;
    text-align: center;
  }

  section.services h2 {
    font-size: 40px;
    color: #1cb1ec;
    margin-bottom: 8px;
    font-weight: 600;
  }

  section.services p.subtitle {
    color: #666666;
    font-size: 18px;
    margin-bottom: 50px;
  }

  
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;      
    margin: 25px auto 0;   
    }
    
    @media (max-width: 700px) {
    .grid-2, .grid-3 {
    grid-template-columns: 1fr;
    max-width: 100%;
            }
        }
        
  @media (max-width: 768px) {
    .service-grid {
      grid-template-columns: 1fr;
    }
  }

  .service-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(249, 115, 22, 0.25);
  }

  
  .service-image {
    position: relative;
    overflow: hidden;
  }

  .service-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .service-card:hover .service-image img {
    transform: scale(1.1);
  }

  .service-content {
    padding: 20px 22px 28px;
    text-align: left;
  }

  .service-content h3 {
    color: #1cb1ec;
    margin: 0 0 8px;
    font-size: 25px;
  }

  .service-content p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
  }

  .service-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 18px;
    background: #1cb1ec;
    color: #fff;
    font-weight: 500;
    border: 1px solid #1cb1ec;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
  }

  .service-btn:hover {
    background: #f3f1ef;
    color: #1cb1ec;
    text-decoration: none;
  }

  /* service end */

  

  /* New testimonials */
    .testimonial-header {
        text-align: center;
        margin: 110px 0 47px 0;
    }
    .testimonial-header h2 {
        color: #1cb1ec;
        font-weight: 600;
    }
.testimonial {
    padding: 20px 20px 20px 54px;
    margin: 0px 20px 30px 53px;
    border-left: 2px solid #1cb1ec;
    position: relative;
}
.testimonial:after{
    content: "";
    border-bottom: 25px solid #1cb1ec;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -24px;
    left: -26px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #1cb1ec;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -50px;
}
.testimonial .pic img{
    width: 120px;
    height: 107px;
    margin-left: -13px;
    margin-top: -6px;
}
.testimonial .title {
    font-size: 22px;
    font-weight: 600;
    color: #1cb1ec;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0px 7px 30px;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #ae483a;
    text-transform: capitalize;
    margin: 0 0px 7px 30px;
}
.testimonial .description {
    padding: 30px 45px 30px 30px;
    margin-left: 34px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 26px;
    position: relative;
}

@media (max-width:768px) {
.testimonial .description {
    padding: 30px 15px 50px 11px;
    margin-left: 16px;
    border: 1px solid #d6d6d6;
    font-size: 12px;
    color: #6d6d6d;
    line-height: 25px;
    position: relative;
}
    }

.owl-theme .owl-controls{ margin-top: 10px; }
.owl-theme .owl-controls .owl-page span{
    width: 35px;
    height: 15px;
    border-radius: 0;
    background: #71334a;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ae483a;
}
@media only screen and (max-width: 479px){
    .testimonial{
        padding: 20px 0 20px 60px;
        margin: 10px 20px 50px 50px;
        height: 373px;
    }
    .testimonial .title{ font-size: 20px; }
}

  /* new testimonials end */

   /* Our-work-impact-section */
.foundation-section { background:#ffffff; padding:56px 0; color:#333; }
.foundation-section .fs-inner { width:1100px; max-width:calc(100% - 40px); margin:0 auto; }
.foundation-section .fs-top { text-align:center; margin-bottom:28px; }
.foundation-section h2 { color:#00aeda; font-size:28px; margin:0 0 8px; font-weight:700; }
.foundation-section .fs-intro { max-width:760px; margin:0 auto; color:#4b4b4b; font-size:15px; }

.fs-grid { display:flex; gap:22px; justify-content:space-between; margin:18px 0 28px; flex-wrap:wrap; }
.fs-card { flex:1 1 32%; min-width:220px; background:#fff; padding:18px; border-radius:4px; box-shadow: -20px 9px 24px rgba(0, 0, 0, 0.12); text-align:left; }
.fs-icon { margin-bottom:8px; }
.fs-card h3 { margin:0 0 8px; color:#14328b; font-size:16px; font-weight:700; }
.fs-card p { margin:0; color:#555; font-size:14px; line-height:1.6; }
.fs-card {
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

/*.fs-card:hover {*/
  /*transform: translateY(-8px);*/
  /*box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);*/
  /*border-top-color: #14A6C8;} */



.fs-card:hover .fs-icon svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.fs-card:hover h3 {
  color: #14A6C8;
  transition: color 0.3s ease;
}
.fs-card:active {
  transform: scale(0.98);
}



.fs-bottom { display:flex; gap:24px; align-items:center; justify-content:space-between; margin-top:30px; flex-wrap:wrap; }
.fs-stats { display:flex; gap:18px; align-items:center; flex-wrap:wrap; }
.stat { text-align:left; margin-right:10px; min-width:110px; }
.stat strong { display:block; color:#1cb1ec; font-size:20px; }
.stat span { display:block; color:#666; font-size:13px; }

.fs-cta { max-width:520px; text-align:left; }
.fs-cta p { margin:0 0 30px; color:#444; }
.fs-cta strong {position: relative;top: 17px;}
.btn { display:inline-block; padding:10px 16px; border-radius:3px; text-decoration:none; font-weight:700; margin-right:8px;transition: color 1s, background 1s; }
.btn-primary { background:#1cb1ec; color:#fff; }
.btn-primary:hover {
    color: #1cb1ec;
    background-color: #fff;
    border: 2px solid #1cb1ec;
}
.btn-outline { border:2px solid #1cb1ec; color:#1cb1ec !important; background:transparent; }
.btn-outline:hover {
    color: #fff !important;
    background-color: #1cb1ec;
}


@media (max-width:980px){
  .fs-grid { gap:14px; }
  .fs-card { flex:1 1 48%; }
  .fs-bottom { flex-direction:column; align-items:flex-start; gap:18px; }
}
@media (max-width:560px){
  .fs-top h2 { font-size:22px; }
  .fs-card { flex:1 1 100%; }
  .fs-cta { max-width:100%; }
  .fs-stats { gap:12px; }
}

.fs-card {
  position: relative;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.fs-card::before,
.fs-card::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  border-radius: 6px;
}

.fs-card::before {
  top: 0;
  left: 0;
  border-top-color: #14A6C8;
  border-right-color: #14A6C8;
  transition:
    width 0.25s ease-out,
    height 0.25s ease-out 0.25s;
}

.fs-card::after {
  bottom: 0;
  right: 0;
  border-bottom-color: #14A6C8;
  border-left-color: #14A6C8;
  transition:
    width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}

.fs-card:hover::before {
  width: 100%;
  height: 100%;
}

.fs-card:hover::after {
  width: 100%;
  height: 100%;
}

.fs-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-color: #14A6C8;
}

.fs-card:hover .fs-icon svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.fs-card:hover h3 {
  color: #14A6C8;
  transition: color 0.3s ease;
}

  
    /* ===========================Service============================ */

    header.topbar {
      background: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      padding: 10px 6vw;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      position: sticky;
      top: 0;
      z-index: 30;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .brand-logo {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      border: 2px solid #00a4ff;
      display: grid;
      place-items: center;
      font-weight: 700;
      color: #0075c2;
      font-size: 20px;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
    }

    .brand-text span:first-child {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .brand-text span:last-child {
      font-size: 11px;
      color: #6d7c90;
    }

    .top-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .chip-pill {
      font-size: 11px;
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(0, 164, 255, 0.07);
      color: #0075c2;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .btn-primary {
      border-radius: 999px;
      padding: 8px 18px;
      border: none;
      background: linear-gradient(120deg, #00a4ff, #0075c2);
      color: #ffffff;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 12px 28px rgba(0, 164, 255, 0.35);
      position: relative;
      overflow: hidden;
      transition: transform 160ms ease-out, box-shadow 160ms ease-out;
    }

    .btn-primary::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.65), transparent 55%);
      transform: translate(-120%, -120%);
      transition: transform 280ms ease-out;
    }

    .btn-primary span {
      position: relative;
      z-index: 1;
    }

    .btn-primary:hover {
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 16px 34px rgba(0, 164, 255, 0.45);
      color: #f3eeee;
    }

    .btn-primary:hover::before {
      transform: translate(0, 0);
    }

    /* HERO */
    section.hero {
      padding: 40px 6vw 60px;
      background: radial-gradient(circle at top left, #e2f2ff 0, #f8fcff 45%, #ffffff 100%);
      position: relative;
      overflow: hidden;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
      gap: 40px;
      align-items: center;
      max-width: 1120px;
      margin: 0 auto;
    }

    .hero-copy-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 11px;
      border-radius: 999px;
      background: rgba(0, 164, 255, 0.08);
      color: #0075c2;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.16em;
    }

    .hero-copy-eyebrow span.dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: #ffb545;
    }

    .hero-title {
      font-size: clamp(26px, 4vw, 34px);
      line-height: 1.1;
      margin: 12px 0 12px;
      color: #0075c2;
      position: relative;
      padding-bottom: 10px;
    }

    .hero-title span.highlight {
      background: linear-gradient(120deg, rgba(0, 164, 255, 0.18), rgba(255, 181, 69, 0.22));
      border-radius: 12px;
      padding: 0 6px;
    }

    .hero-subtitle {
      font-size: 14px;
      color: #6d7c90;
      max-width: 520px;
      margin-bottom: 20px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 22px;
    }

    .btn-ghost {
      border-radius: 999px;
      padding: 8px 18px;
      border: 1px solid rgba(0, 164, 255, 0.3);
      font-size: 12px;
      font-weight: 500;
      color: #0075c2;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(4px);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: background 200ms ease-out, transform 200ms ease-out, box-shadow 200ms ease-out, border-color 200ms ease-out;
    }

    .btn-ghost:hover {
      background: #ffffff;
      border-color: #00a4ff;
      box-shadow: 0 10px 24px rgba(20, 53, 102, 0.18);
      transform: translateY(-2px);
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      font-size: 11px;
      color: #6d7c90;
    }

    .hero-meta span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 8px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0 6px 18px rgba(12, 48, 90, 0.12);
    }

    .hero-meta span b {
      color: #0075c2;
    }

    .hero-visual {
      position: relative;
    }

    .hero-img-main {
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 14px 40px rgba(12, 48, 90, 0.18);
      transform: translateY(8px);
      transition: transform 260ms ease-out, box-shadow 260ms ease-out;
    }

    .hero-img-main img {
      transition: transform 260ms ease-out;
      width: 100%;
    }

    .hero-img-main:hover {
      transform: translateY(0) scale(1.02);
      box-shadow: 0 18px 46px rgba(12, 48, 90, 0.25);
    }

    .hero-img-main:hover img {
      transform: scale(1.03);
    }

    .hero-badge {
      position: absolute;
      right: -8px;
      top: 20px;
      background: #ffffff;
      border-radius: 999px;
      padding: 10px 16px;
      font-size: 11px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 8px 22px rgba(20, 53, 102, 0.18);
    }

    .hero-badge span.icon {
      width: 24px;
      height: 24px;
      border-radius: 999px;
      background: rgba(0, 164, 255, 0.09);
      display: grid;
      place-items: center;
      font-size: 15px;
      color: #0075c2;
    }

    .blob {
      position: absolute;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 20%, rgba(0, 164, 255, 0.25), transparent 60%);
      right: -60px;
      bottom: -60px;
      opacity: 0.7;
      filter: blur(2px);
      pointer-events: none;
    }

    /*.section-shell {*/
    /*  max-width: 1120px;*/
    /*  margin: 0 auto;*/
    /*  padding: 0 6vw 60px;*/
    /*}*/

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 11px;
      border-radius: 999px;
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      background: rgba(11, 72, 107, 0.06);
      color: #0b4871;
      margin-bottom: 10px;
    }

    .section-label span.dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #ffb545;
    }

    .split {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
      gap: 40px;
      align-items: center;
      margin-bottom: 50px;
    }

    .split.reverse {
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    }

    .split-text h2 {
      font-size: 22px;
      margin-bottom: 12px;
      color: #0075c2;
      position: relative;
      padding-bottom: 10px; 
    }

    .split-text p {
      font-size: 14px;
      color: #1b2734;
      margin-bottom: 10px;
    }

    .split-img-outer {
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 14px 40px rgba(12, 48, 90, 0.16);
      position: relative;
      background: #d7ecff;
      transition: transform 240ms ease-out, box-shadow 240ms ease-out;
    }

    .split-img-outer img {
      transition: transform 260ms ease-out;
    }

    .split-img-outer::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.05), transparent 55%);
      pointer-events: none;
    }

    .split-img-outer:hover {
      transform: translateY(-4px) scale(1.02);
      box-shadow: 0 18px 48px rgba(12, 48, 90, 0.24);
    }

    .split-img-outer:hover img {
      transform: scale(1.05);
    }

    .split-tag {
      position: absolute;
      left: 16px;
      bottom: 14px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 999px;
      padding: 5px 11px;
      font-size: 11px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #6d7c90;
      backdrop-filter: blur(4px);
    }

    .split-tag b {
      color: #0075c2;
    }

    .programs-header {
      text-align: center;
      margin-bottom: 28px;
    }

    .programs-header h2 {
      font-size: 22px;
      color: #0075c2;
      margin-bottom: 8px;
      position: relative;
      padding-bottom: 10px; 
    }

    .programs-header p {
      font-size: 14px;
      color: #6d7c90;
      max-width: 620px;
      margin: 0 auto;
    }

    .programs-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      margin-bottom: 40px;
    }

    .program-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 18px 18px 20px;
      box-shadow: 0 8px 22px rgba(20, 53, 102, 0.18);
      position: relative;
      overflow: hidden;
      transform: translateY(0);
      transition: transform 200ms ease-out, box-shadow 200ms ease-out, background 200ms ease-out;
      cursor: pointer;
    }

    .program-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(0, 164, 255, 0.06), transparent 55%);
      opacity: 0;
      transition: opacity 220ms ease-out;
      pointer-events: none;
    }

    .program-card:hover {
      transform: translateY(-8px) scale(1.01);
      box-shadow: 0 18px 44px rgba(12, 48, 90, 0.24);
      background: #fafdff;
    }

    .program-card:hover::after {
      opacity: 1;
    }

    .program-icon {
      width: 40px;
      height: 40px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      margin-bottom: 12px;
      background: rgba(0, 164, 255, 0.08);
      font-size: 18px;
      color: #0075c2;
      transition: transform 200ms ease-out, background 200ms ease-out;
    }

    .program-card:hover .program-icon {
      transform: translateY(-2px) scale(1.08);
      background: rgba(0, 164, 255, 0.16);
    }

    .program-card h3 {
      font-size: 15px;
      margin-bottom: 6px;
      color: #0075c2;
    }

    .program-card p {
      font-size: 13px;
      color: #1b2734;
      margin-bottom: 10px;
    }

    .program-pill {
      font-size: 11px;
      color: #6d7c90;
    }

    .support-section {
      background: #ffffff;
      border-radius: 18px;
      padding: 26px 22px 24px;
      box-shadow: 0 14px 40px rgba(12, 48, 90, 0.16);
      margin-bottom: 50px;
    }

    .support-section h2 {
      font-size: 20px;
      color: #0075c2;
      margin-bottom: 10px;
      position: relative;
      padding-bottom: 10px; 
    }

    .support-section p {
      font-size: 14px;
      color: #1b2734;
      margin-bottom: 18px;
    }

    .support-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .support-card {
      padding: 14px 14px 16px;
      background: #f6fbff;
      border-radius: 14px;
      border: 1px solid rgba(0, 164, 255, 0.12);
      display: flex;
      flex-direction: column;
      gap: 6px;
      transition: background 200ms ease-out, transform 200ms ease-out, box-shadow 200ms ease-out, border-color 200ms ease-out;
      cursor: pointer;
    }

    .support-card:hover {
      background: #ffffff;
      border-color: rgba(0, 164, 255, 0.4);
      box-shadow: 0 12px 30px rgba(20, 53, 102, 0.18);
      transform: translateY(-4px) scale(1.01);
    }

    .support-title {
      font-size: 14px;
      font-weight: 600;
      color: #0075c2;
    }

    .support-desc {
      font-size: 12px;
      color: #6d7c90;
    }

    .story-band {
      background: linear-gradient(135deg, #0b4871, #0099ff);
      border-radius: 18px;
      padding: 30px 24px;
      color: #ffffff;
      margin-bottom: 50px;
      display: grid;
      grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
      gap: 26px;
      align-items: center;
      box-shadow: 0 14px 40px rgba(12, 48, 90, 0.26);
    }

    .story-band h2 {
      font-size: 20px;
      margin-bottom: 8px;
      position: relative;
      padding-bottom: 10px; 
    }

    .story-band p {
      font-size: 14px;
      margin-bottom: 10px;
    }

    .story-badge-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 6px;
      font-size: 11px;
    }

    .story-badge {
      padding: 5px 9px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.15);
    }

    .story-side {
      background: rgba(255, 255, 255, 0.12);
      border-radius: 18px;
      padding: 16px 16px 18px;
      font-size: 13px;
      backdrop-filter: blur(4px);
    }

    .text-block-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 24px 22px 22px;
      box-shadow: 0 10px 30px rgba(20, 53, 102, 0.18);
      margin-bottom: 40px;
    }

    .text-block-card h2 {
      font-size: 20px;
      color: #0075c2;
      margin-bottom: 8px;
      position: relative;
      padding-bottom: 10px; 
    }

    .text-block-card p {
      font-size: 14px;
      color: #1b2734;
      margin-bottom: 8px;
    }

    .final-cta {
      margin-bottom: 70px;
      text-align: center;
    }

    .final-cta-inner {
      background: linear-gradient(135deg, #00a4ff, #0b4871);
      border-radius: 26px;
      padding: 34px 22px 30px;
      color: #ffffff;
      box-shadow: 0 16px 44px rgba(12, 48, 90, 0.32);
      max-width: 880px;
      margin: 0 auto;
    }

    .final-cta-inner h2 {
      font-size: 22px;
      margin-bottom: 10px;
      position: relative;
      padding-bottom: 10px;
    }

    .final-cta-inner p {
      font-size: 14px;
      max-width: 620px;
      margin: 0 auto 20px;
    }

    @keyframes headingLineMove {
      0%   { background-position: 0 0; }
      100% { background-position: 120px 0; }
    }

    .hero-title::after,
    .split-text h2::after,
    .programs-header h2::after,
    .story-band h2::after,
    .support-section h2::after,
    .text-block-card h2::after,
    .final-cta-inner h2::after,
    .values-band h2::after
    
     {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 80px;
      border-radius: 999px;
      background-image: linear-gradient(90deg, #00a4ff, #f5f2ee, #00a4ff);
      background-size: 120px 3px;
      animation: headingLineMove 2.2s linear infinite;
      box-shadow: 0 0 8px rgba(0, 164, 255, 0.5);
    }

    .programs-header h2::after,
    .final-cta-inner h2::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 700ms ease-out, transform 700ms ease-out;
    }

    .reveal-left {
      opacity: 0;
      transform: translateX(-40px);
      transition: opacity 700ms ease-out, transform 700ms ease-out;
    }

    .reveal-right {
      opacity: 0;
      transform: translateX(40px);
      transition: opacity 700ms ease-out, transform 700ms ease-out;
    }

    .reveal.visible,
    .reveal-left.visible,
    .reveal-right.visible {
      opacity: 1;
      transform: translateX(0) translateY(0);
    }

    /* RESPONSIVE */
    @media (max-width: 960px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .hero-visual {
        order: -1;
      }

      .split,
      .split.reverse,
      .story-band {
        grid-template-columns: minmax(0, 1fr);
      }

      .blob {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .programs-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .support-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .section-shell {
        padding-inline: 5vw;
      }

      .hero {
        padding-inline: 5vw;
      }

      .topbar {
        padding-inline: 5vw;
      }
    }

    @media (max-width: 480px) {
      .brand-text span:first-child {
        font-size: 12px;
      }

      .top-actions {
        gap: 6px;
      }

      .hero-meta {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    /* =========================Home page stats========================= */


    .af-stats {
      padding: 90px 0;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at top left, #e3f2ff 0, #f8fbff 40%, #ffffff 100%);
    }

    /* background animated blobs */
    .af-stats::before,
    .af-stats::after {
      content: "";
      position: absolute;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background: rgba(0, 123, 255, 0.12);
      filter: blur(8px);
      pointer-events: none;
      animation: afFloat 16s ease-in-out infinite alternate;
    }

    .af-stats::before {
      top: -80px;
      right: -40px;
    }

    .af-stats::after {
      bottom: -120px;
      left: -80px;
      animation-delay: 3s;
    }

    .af-container {
      width: 90%;
      max-width: 1140px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    /* HEADER */

    .af-stats-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .af-stats-header h2 {
      font-size: 34px;
      font-weight: 800;
      color: #1cb1ec;
      margin-bottom: 12px;
      letter-spacing: 0.03em;
    }

    .af-stats-header p {
      max-width: 640px;
      margin: 18px auto 0;
      color: #5c6f82;
      font-size: 15px;
      line-height: 1.7;
    }

    /* GRID */

    .af-stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
    }

    /* CARD */

    .af-stat-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 26px 20px 24px;
      text-align: center;
      box-shadow: 0 16px 35px rgba(15, 61, 115, 0.08);
      transform: translateY(26px) scale(0.96);
      opacity: 0;
      transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease;
      border: 1px solid rgba(13, 78, 163, 0.06);
      overflow: hidden;
    }

    .af-stat-card.af-visible {
      animation: afFadeUpScale 0.75s ease forwards;
    }

    .af-stat-card:nth-child(2).af-visible { animation-delay: 0.12s; }
    .af-stat-card:nth-child(3).af-visible { animation-delay: 0.24s; }
    .af-stat-card:nth-child(4).af-visible { animation-delay: 0.36s; }

    .af-stat-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 26px 55px rgba(15, 61, 115, 0.22);
      background: linear-gradient(145deg, #ffffff 0%, #f4f9ff 50%, #eaf5ff 100%);
      border-color: rgba(13, 78, 163, 0.25);
    }

    /* ICON */

    .af-stat-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: 0 auto 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(13, 78, 163, 0.08);
      box-shadow: 0 10px 20px rgba(13, 78, 163, 0.18);
      backdrop-filter: blur(5px);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .af-stat-card:hover .af-stat-icon {
      transform: translateY(-3px) scale(1.08) rotate(-3deg);
      box-shadow: 0 16px 30px rgba(13, 78, 163, 0.25);
    }

    .af-stat-icon i {
      font-size: 24px;
      color: #0d4ea3;
      animation: afPulse 2.1s ease-in-out infinite;
    }

    /* NUMBERS */

    .af-stat-number {
      font-size: 34px;
      font-weight: 900;
      margin-bottom: 8px;
      letter-spacing: 0.04em;
      background: linear-gradient(120deg, #0d4ea3, #00bcd4);
      -webkit-background-clip: text;
      color: transparent;
    }

    .af-stat-number span {
      font-size: 22px;
      vertical-align: top;
      margin-left: 1px;
    }

    .af-stat-number.af-done {
      animation: afNumberPop 0.4s ease;
    }

    .af-stat-label {
      font-size: 14px;
      font-weight: 700;
      color: #0d4ea3;
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
    }

    .af-stat-text {
      font-size: 13px;
      color: #6c7b8a;
      line-height: 1.7;
    }

    /* KEYFRAMES */

    @keyframes afFadeUpScale {
      0% { opacity: 0; transform: translateY(26px) scale(0.96); }
      100% { opacity: 1; transform: translateY(0) scale(1); }
    }

    @keyframes afFloat {
      0% { transform: translate3d(0, 0, 0); }
      100% { transform: translate3d(40px, -30px, 0); }
    }

    @keyframes afPulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.06); }
    }

    @keyframes afNumberPop {
      0% { transform: translateY(0) scale(1); }
      40% { transform: translateY(-4px) scale(1.07); }
      100% { transform: translateY(0) scale(1); }
    }

    /* RESPONSIVE */

    @media (max-width: 992px) {
      .af-stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 576px) {
      .af-stats {
        padding: 65px 0;
      }
      .af-stats-grid {
        grid-template-columns: 1fr;
      }
      .af-stat-card {
        padding: 22px 18px 20px;
      }
      .af-stats-header h2 {
        font-size: 28px;
      }
    }


    /* ============================join volunteer================ */

    /* MAIN SHELL */
    .section-shell {
      max-width: 1350px;
      margin: 0 auto;
      padding: 70px 6vw 60px;
    }

    /* SECTION LABEL */
    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 11px;
      border-radius: 999px;
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      background: rgba(11, 72, 107, 0.06);
      color: #0b4871;
      margin-bottom: 10px;
    }

    .section-label span.dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #ffb545;
    }

    /* GRID: CONTACT INFO + FORM */
    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.3fr);
      gap: 30px;
      align-items: flex-start;
      margin-bottom: 50px;
    }

    .contact-info-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 20px 18px;
      box-shadow: 0 12px 32px rgba(20, 53, 102, 0.18);
      font-size: 13px;
    }

    .contact-info-card h2 {
      font-size: 20px;
      color: #0075c2;
      margin-bottom: 6px;
      position: relative;
      padding-bottom: 10px;
    }

    .contact-info-card p {
      font-size: 13px;
      color: #6d7c90;
      margin-bottom: 10px;
    }

    .info-list {
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .info-item {
      display: flex;
      gap: 10px;
      margin-bottom: 10px;
      align-items: flex-start;
    }

    .info-icon {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: rgba(0, 164, 255, 0.1);
      font-size: 15px;
      color: #0075c2;
      flex-shrink: 0;
    }

    .info-text-title {
      font-size: 13px;
      font-weight: 600;
      color: #0b4871;
      margin-bottom: 2px;
    }

    .info-text-body {
      font-size: 13px;
      color: #1b2734;
    }

    .chips-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
      margin-bottom: 8px;
    }

    .chip-soft {
      font-size: 11px;
      padding: 4px 9px;
      border-radius: 999px;
      background: rgba(0, 164, 255, 0.08);
      color: #0075c2;
    }

    .small-note {
      font-size: 11px;
      color: #6d7c90;
      margin-top: 6px;
    }

    /* FORM */
    .form-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 22px 20px 20px;
      box-shadow: 0 12px 32px rgba(20, 53, 102, 0.2);
    }

    .form-card h2 {
      font-size: 20px;
      margin-bottom: 6px;
      color: #0075c2;
      position: relative;
      padding-bottom: 10px;
    }

    .form-card p {
      font-size: 13px;
      color: #6d7c90;
      margin-bottom: 14px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 16px;
      margin-bottom: 12px;
    }

    .form-grid .full {
      grid-column: 1 / -1;
    }

    label {
      display: block;
      font-size: 12px;
      margin-bottom: 4px;
      color: #0b4871;
    }

    input,
    select,
    textarea {
      width: 100%;
      border-radius: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 8px 10px;
      font-family: inherit;
      font-size: 13px;
      outline: none;
      transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 120ms ease-out;
      background: #f9fcff;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: #00a4ff;
      box-shadow: 0 0 0 1px rgba(0, 164, 255, 0.2);
      transform: translateY(-1px);
      background: #ffffff;
    }

    textarea {
      min-height: 90px;
      resize: vertical;
    }

    .helper-text {
      font-size: 11px;
      color: #6d7c90;
      margin-top: 4px;
    }

    /* MAP / EXTRA BLOCK */
    .map-card {
      background: #ffffff;
      border-radius: 20px;
      padding: 18px 18px 16px;
      box-shadow: 0 10px 28px rgba(12, 48, 90, 0.18);
      margin-bottom: 40px;
    }

    .map-card h2 {
      font-size: 18px;
      color: #0075c2;
      margin-bottom: 6px;
      position: relative;
      padding-bottom: 10px;
    }

    .map-frame {
      border-radius: 16px;
      overflow: hidden;
      margin-top: 10px;
      border: 0;
      width: 100%;
      min-height: 260px;
      background: #d7ecff;
    }

    /* QUICK CONTACT GRID */
    .quick-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-bottom: 50px;
    }

    .quick-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 14px 14px 16px;
      box-shadow: 0 10px 26px rgba(20, 53, 102, 0.16);
      font-size: 13px;
      position: relative;
      overflow: hidden;
    }

    .quick-chip {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 3px 8px;
      border-radius: 999px;
      background: rgba(0, 164, 255, 0.1);
      color: #0075c2;
      font-size: 11px;
      margin-bottom: 4px;
    }

    .quick-card h3 {
      font-size: 14px;
      margin-bottom: 4px;
      color: #0b4871;
    }

    /* FINAL CTA */
    .final-cta {
      margin-bottom: 70px;
      text-align: center;
    }

    .final-cta-inner {
      background: linear-gradient(135deg, #00a4ff, #0b4871);
      border-radius: 26px;
      padding: 34px 22px 30px;
      color: #ffffff;
      box-shadow: 0 16px 44px rgba(12, 48, 90, 0.32);
      max-width: 880px;
      margin: 0 auto;
    }

    .final-cta-inner h2 {
      font-size: 22px;
      margin-bottom: 10px;
      position: relative;
      padding-bottom: 10px;
    }

    .final-cta-inner p {
      font-size: 14px;
      max-width: 620px;
      margin: 0 auto 20px;
    }

    /* Animated underline under headings */
    @keyframes headingLineMove {
      0%   { background-position: 0 0; }
      100% { background-position: 120px 0; }
    }

    .hero-title::after,
    .contact-info-card h2::after,
    .form-card h2::after,
    .map-card h2::after,
    .final-cta-inner h2::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 80px;
      border-radius: 999px;
      background-image: linear-gradient(90deg, #00a4ff, #f0efee, #00a4ff);
      background-size: 120px 3px;
      animation: headingLineMove 2.2s linear infinite;
      box-shadow: 0 0 8px rgba(0, 164, 255, 0.5);
    }

    .final-cta-inner h2::after {
      left: 50%;
      transform: translateX(-50%);
    }

    /* REVEAL ANIMATIONS */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 700ms ease-out, transform 700ms ease-out;
    }

    .reveal-left {
      opacity: 0;
      transform: translateX(-40px);
      transition: opacity 700ms ease-out, transform 700ms ease-out;
    }

    .reveal-right {
      opacity: 0;
      transform: translateX(40px);
      transition: opacity 700ms ease-out, transform 700ms ease-out;
    }

    .reveal.visible,
    .reveal-left.visible,
    .reveal-right.visible {
      opacity: 1;
      transform: translateX(0) translateY(0);
    }

    /* RESPONSIVE */
    @media (max-width: 960px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .hero-visual {
        order: -1;
      }

      .contact-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .blob {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .section-shell {
        padding-inline: 5vw;
      }

      .topbar {
        padding-inline: 5vw;
      }
    }

    @media (max-width: 560px) {
      .quick-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    @media (max-width: 480px) {
      .brand-text span:first-child {
        font-size: 12px;
      }

      .top-actions {
        gap: 6px;
      }

      .hero-meta {
        flex-direction: column;
        align-items: flex-start;
      }
    }
  