/********** Template CSS **********/
:root {
    --primary: #FF6F0F;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


@media (max-width: 558px) {

  
#main-img{     
     
        content:url("../img/banner/Vertical.jpg");
        
    } 
    #main-img1{    
       
        content:url("../img/banner/Web3.jpg");
    } 
    #main-img2{    
      
        content:url("../img/banner/Web4.jpg");
    } 
}
@media (min-width: 558px){
     
    
        
   
  
 #main-img{    
   
        content:url("../img/banner/img2.jpg");
    } 
      #main-img1{     
            
          content:url("../img/banner/Web1.jpg");
    } 
    #main-img2{     
         
        content:url("../img/banner/Web2.jpg");
    } 
}
 .personnel-showcase {
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            padding: 30px 10px;
        }

        .showcase-masthead {
            text-align: center;
            margin-bottom: 70px;
        }

        .showcase-masthead h1 {
            font-size: 60px;
            font-weight: 400;
            color: #0a0a0a;
            margin-bottom: 18px;
            letter-spacing: -0.5px;
        }

        .showcase-masthead p {
            font-size: 18px;
            font-weight: 400;
            color: #737373;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .personnel-matrix {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin-bottom: 24px;
        }

        .profile-capsule {
            background: #FFF0E6;
            border-radius: 12px;
            
            display: flex;
            align-items: center;
            gap: 18px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .profile-capsule:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        .avatar-circle {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }

        .credentials-block {
            flex: 1;
        }

        .personnel-identifier {
            font-size: 14px;
            font-weight: 500;
            color: #0a0a0a;
            margin-bottom: 4px;
        }

        .designation-label {
            font-size: 12px;
            font-weight: 400;
            color: #999999;
        }

        @media (max-width: 768px) {
            .showcase-masthead h1 {
                font-size: 42px;
            }

            .personnel-matrix {
                grid-template-columns: 1fr;
            }
        }
        
        .download-metric {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            color: #666666;
        }

        .download-icon {
            width: 16px;
            height: 16px;
            stroke: #666666;
            stroke-width: 2;
            fill: none;
        }
        .rankings-exhibition {
            max-width: 1400px;
            width: 100%;
            margin: 0 auto;
            padding: 80px 20px;
            background: #0a0a0a;
        }

        .exhibition-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .header-label {
            font-size: 16px;
            font-weight: 600;
            color: #00bcd4;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        .header-label::before,
        .header-label::after {
            content: '';
            width: 60px;
            height: 2px;
            
        }

        .exhibition-header h1 {
            font-size: 56px;
            font-weight: 700;
            color: #ffffff;
            margin: 0;
            letter-spacing: -1px;
        }

        .carousel-wrapper {
            position: relative;
            overflow: hidden;
            padding: 40px 0;
        }

        .achievers-carousel {
            display: flex;
            gap: 30px;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 0 20px;
        }

        .achiever-profile {
            flex: 0 0 calc((100% - 60px) / 3);
            background: #1a1a1a;
            border-radius: 20px;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            transition: all 0.4s ease;
            overflow: hidden;
        }

        .achiever-profile:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 188, 212, 0.3);
        }

        .profile-image-container {
            width: 100%;
            padding: 50px 50px 30px;
            display: flex;
            justify-content: center;
        }

        .profile-avatar {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            border: 6px solid #2a2a2a;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
        }

        .profile-content {
            width: 100%;
            text-align: center;
            padding: 20px 30px 30px;
        }

        .achiever-name {
            font-size: 24px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 8px;
        }

        .achiever-school {
            font-size: 16px;
            font-weight: 400;
            color: #888888;
            margin-bottom: 30px;
        }

        .achievement-banner {
            width: 100%;
            background: #00bcd4;
            padding: 25px 30px;
            text-align: center;
            color: #ffffff;
            font-size: 15px;
            line-height: 1.6;
        }

        .achievement-banner strong {
            font-weight: 600;
        }

        .navigation-controls {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 50px;
        }

        .nav-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #333333;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }

        .nav-indicator.active {
            background: #00bcd4;
            width: 40px;
            border-radius: 6px;
        }

        .nav-indicator:hover {
            background: #00bcd4;
            opacity: 0.7;
        }

        @media (max-width: 1024px) {
            .achiever-profile {
                flex: 0 0 calc((100% - 30px) / 2);
            }
        }

        @media (max-width: 768px) {
            .exhibition-header h1 {
                font-size: 38px;
            }

            .achiever-profile {
                flex: 0 0 100%;
            }

            .achievers-carousel {
                gap: 20px;
            }

            .profile-avatar {
                width: 160px;
                height: 160px;
            }

            .achiever-name {
                font-size: 20px;
            }

            .carousel-wrapper {
                padding: 20px 0;
            }
        }


.statistics-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-right:30px;
        }

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




.testimonial-section {
  padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}

.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 16px;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 32px;
    font-size: 18px;
  }
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0;
}

.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}

.testimonial-slider-wrap #testimonial-nav>span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.1);
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.testimonial-slider-wrap #testimonial-nav>span:hover {
  background: #3b5d50;
  color: #ffffff;
}

.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}

.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}

.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #d6d6d6;
}

.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #3b5d50;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 29, 35, .8);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/banner1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
    background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}

 .hero-slider-wrapper-unique {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
            background: #000;
        }

        .hero-slides-container-unique {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .hero-slide-item-unique {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
           
        }

        .hero-slide-item-unique.hero-active-slide-unique {
            opacity: 1;
        }

        .hero-slide-item-unique img {
            width: 100%;
            height: 100%;
           
               background-size: cover;
    background-position: center top;
        }

        /* Desktop images - hidden on mobile */
        .hero-desktop-slide-unique {
            display: block;
        }

        /* Mobile images - hidden on desktop */
        .hero-mobile-slide-unique {
            display: none;
        }

        /* Slider dots navigation */
        .hero-dots-nav-unique {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .hero-dot-unique {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background 0.3s;
        }

        .hero-dot-unique.hero-dot-active-unique {
            background: rgba(255, 255, 255, 1);
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .hero-slider-wrapper-unique {
                height: 400px;
            }

            .hero-desktop-slide-unique {
                display: none;
            }

            .hero-mobile-slide-unique {
                display: block;
            }
        }

        @media (max-width: 480px) {
            .hero-slider-wrapper-unique {
                height: 300px;
            }
        }
    