* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Sora', sans-serif;
}

body {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
    height: auto;
}


#navbar {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
    position: absolute;
    top: 0;
    width: 100%;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;
}

#navbar .nav-link {
    transition: .3s all;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #FFFFFF;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #17BBEE;
}

#background-container {
    transition: background-image 3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner {
    padding-top: 300px;
    padding-bottom: 220px;
}

#nav-list-margin button {
    background-color: #17BBEE;
    color: #000;
    border-radius: 21px;
    outline: none;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
}

#nav-list-margin button:hover {
    background-color: #000;
    color: #17BBEE;
}

#nav-list-margin {
    margin-left: 10px;
    margin-top: -10px;
}

#nav-donate {
    margin-left: 60px;
    margin-top: -10px;
}

#nav-donate button {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 21px;
    outline: none;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
}

#nav-donate button:hover {
    background-color: #17BBEE;
    color: #000000;
}


.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.navbar-light .navbar-toggler-icon {
 background-image: none;
}

.navbar-toggler-icon {
    color: #17BBEE;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}

.home-banner-row-left-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 63px;
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 70%;
}

.home-banner-row-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #FFFFFF;
    margin-bottom: 40px;
    width: 90%;
}

.home-banner-row-left button {
    border: none;
    outline: none;
    background-color: #17BBEE;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #000;
    border-radius: 21px;
}

.mybtn button {
    border: none;
    outline: none;
    background-color: #000;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #17BBEE;
    border-radius: 21px;
    border-color: #000;
}

.home-banner-row-left button:hover {
    background-color: #17BBEE;
}

.home-banner-row {
    position: relative;
}

.home-banner-row-left-right {
    position: absolute;
    bottom: -120px;
}

.home-banner {
    margin-bottom: 100px;
}

.our-story-home-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    color: #17BBEE;
    margin-bottom: 5px;
}

.our-story-line {
    margin-bottom: 10px;
}

.ur-story-home p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 35px;
}

.our-story-home-row-count {
    display: flex;
}

.our-story-home-row-count {
    color: #17BBEE;
    font-size: 40px;
    font-weight: 600;
    line-height: 50.4px;
}

.our-story-home-row-left-row p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
}

.our-story-home-row-left-right p {
    font-size: 14px;
    font-weight: 400;

}

.our-story-home-row-left-right button {
    border: none;
    outline: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 21px;
}

.our-story-home-row-left-right button:hover {
    background-color: #17BBEE;
}

.our-story-home {
    margin-bottom: 100px;
}

.our-project-home {
    background-color: #17BBEE1A;
    padding-top: 70px;
    padding-bottom: 70px;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
  
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
  
.slick-list:focus {
    outline: none
}
  
.slick-list.dragging {
    cursor: hand
}
  
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
  
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
  
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
  
.slick-track:after {
    clear: both
}
  
.slick-loading .slick-track {
    visibility: hidden
}
  
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
  
.slick-slide.dragging img {
    pointer-events: none
}
  
.slick-initialized .slick-slide {
    display: block
}
  
.slick-loading .slick-slide {
    visibility: hidden
}
  
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
  
.project-carousel-right-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}

.pr-line {
    position: absolute;
    bottom: -30px;
}
  
.project-carousel-right-head1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    color: #17BBEE;
}
  
.project-carousel-right {
    padding-top: 50px;
}
 
.project-carousel-right-name {
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    color: #000000;
    margin-bottom: 20px;
}

.project-carousel-right p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
}

.hover-zoomin  {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.project-carousel-right button {
    border: none;
    outline: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 21px;
}

.project-carousel-right button:hover {
    background-color: #17BBEE;
}

.project-carousel {
    padding-left: 20px;
    padding-right: 20px;
}

.values-home {
    background-image: url(./images/unique2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 83px;
    padding-bottom: 83px;
}

.values-home2 {
    background-image: url(./images/footer-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 83px;
    padding-bottom: 83px;
}

.values-homes-left {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    color: #17BBEE;
    margin-bottom: 20px;
    padding-top: 20px;
}

.values-homes-right {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}

.values-home-row {
    position: relative;
    margin-bottom: 60px;
}

.val-line {
    position: absolute;
    top: 70px;
    
}

.home-integrity-row-head {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 30px;
}

.home-integrity-row-head2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30.24px;
    color: #FFFFFF;
}

.home-integrity-row {
    margin-bottom: 30px;
}

.home-integrity-row p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
}

.news-letter {
    padding-top: 50px;
    padding-bottom: 20px;
}

.news-letter-row-1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    color: #17BBEE;
    width: 70%;
    margin-bottom: 20px;
}

.news-letter-row-2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #000000;
    margin-bottom: 20px;
}

.news-letter-row-3 {
    margin-bottom: 20px;
    position: relative;
}

.news-letter-row-3 input {
    width: 100%;
    outline: none;
    border: none;
    background-color: #F2F2F2;
    padding: 12px;
    border-radius: 21px;
}

.news-letter-row-3 input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #A5A5A5;
}

.news-letter-row-3 button {
    border: none;
    outline: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 21px;
    position: absolute;
    right: 0;
}
.news-letter-row-3 button:hover {
    background-color: #17BBEE;
}

.footer-middle-left {
    background-color: #000000E5;
    height: 400px;
}

.footer-middle-right {
    background-color: #000000;
    height: 400px;
}

.footer-middle .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-middle .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}

.footer-middle-left-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-middle-right-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-middle-left-body-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.footer-middle-left-body-head-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-middle-left-body-head-icons a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer-middle-left-body-head-icons a:hover {
    color: #17BBEE;
}

.footer-middle-right-body-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.footer-middle-right-body a button {
    
    border: none;
    outline: none;
    background-color: #FFFFFF;
    padding: 12px 30px;
    color: #17BBEE;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    border-radius: 21px;
}

.footer-middle-right-body a button:hover {
    background-color: #17BBEE;
    color: #FFFFFF;
}

.footer-middle-right-body a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom {
    padding-top: 70px;
}

.footer-bottom-row3-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-bottom-row2-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    margin-bottom: 40px;
}

.footer-bottom-row2 a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-decoration: none;
}

.footer-bottom-row2 a:hover {
    color: #17BBEE;
}

.footer-bottom-row2 p {
    margin-bottom: 10px;
}

.footer-bottom-row3-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: #000000;
    margin-bottom: 40px;
}

.footer-bottom-row4-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: #000000;
    margin-bottom: 40px;
}

.footer-bottom-row3-row1 {
    color: #17BBEE;
}

.footer-bottom-row3-row2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #000000;
}

.footer-bottom-row4 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #000000;
    margin-bottom: 20px;
}

.footer-bottom-row4 a button {
    border: none;
    outline: none;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 21px;
}

.footer-bottom-row4 a button:hover {
    background-color: #17BBEE;
}

.footer-bottom {
    margin-bottom: 40px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
}

.copyright1 {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.inner-banner {
    background-image: url(./images/contact-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 144px;
    margin-bottom: 100px;
}

.inner-banner-row-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: #fff;
    margin-bottom: 10px;
}

.inner-banner-row-head {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 63px;
}

.project-page-row-text-sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.16px;
    color: #fff;
    margin-bottom: 10px;
}

.project-page-row-text-head {
    font-size: 32px;
    font-weight: 600;
    line-height: 40.32px;
    color: #FFFFFF;
}

.project-page-row a {
    text-decoration: none;
}

.project-page-row {
    margin-bottom: 30px;
    position: relative;
}

.project-page-row-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.project-page-rows {
    margin-bottom: 100px;
}

.project-inner-about {
    margin-bottom: 100px;
}

.project-inner-about-right {
    padding-top: 100px;
}

.project-inner-about-right-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    color: #000000;
    margin-bottom: 10px;
}

.piab-line {
    margin-bottom: 20px;
}

.project-inner-about-right p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}

.features-banner {
    background-image: url(./images/features-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 110px;
    padding-left: 150px;
    padding-right: 150px;
    margin-bottom: 80px;
    border-radius: 80px;
}

.features-banner-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.features-banner-row {
    text-align: center;
    margin-bottom: 40px;
}

.features-banner-row-img {
    margin-bottom: 10px;
}

.features-banner-row-img {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.gallery-carousel {
    padding: 10px;
}

.gallery-section {
    margin-bottom: 100px;
    margin-top: 40px;
}

.explore-galary {
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    color: #000000;
    margin-bottom: 15px;
}

.other-projects {
    background-color: #F2F2F2;
    padding-top: 87px;
    padding-bottom: 10px;
}

.other-projects-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.about-story {
    background-color: #17BBEEF2;
    border-radius: 0px 30px 0px 50px;
    width: fit-content;
    padding-top: 34px;
    padding-left: 43px;
    padding-right: 90px;
    padding-bottom: 32px;
}

.about-story-head {
    font-size: 40px;
    font-weight: 600;
    line-height: 63px;
    color: #FFFFFF;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.about-story-sub {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    color: #000000;
}

.project-inner-about-left {
    position: relative;
}

.about-story {
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-props {
    background-image: url(./images/unique.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 87px;
    /* margin-bottom: 100px; */
}

.about-props-row {
    background-color: #FFFFFFF2;
    border-radius: 30px;
    padding: 50px 76px;
}

.about-props-row-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    color: #000000;
}


.about-props-row-head2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 37.8px;
    color: #000000;
}

.about-props-row p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
}

.our-team-rows {
    margin-top: 50px;
    margin-bottom: 100px;
}

.our-team-row-img-text-head {
    font-size: 32px;
    font-weight: 600;
    line-height: 40.32px;
    color: #FFFFFF;
}

.our-team-row-img-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.16px;
    color: #17BBEE;
}

.our-team-row {
    margin-bottom: 30px;
    position: relative;
}

.our-team-row-img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.contact-page-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.16px;
    margin-bottom: 40px;
}

.contact-detailss-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-detailss {
    width: 60%;
}

.contact-page-right {
    background-color: #EEEEEE;
    border-radius: 30px;
    padding: 47px;
}

.contact-page-right-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    color: #000000;
    margin-bottom: 50px;
}

.contact-page-right input {
    outline: none;
    border: none;
    width: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.contact-page-right input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #00000080;
}

.contact-page-right textarea {
    outline: none;
    border: none;
    width: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.contact-page-right textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #00000080;
}

.contact-page-right select {
    outline: none;
    width: 100%;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important;
    -webkit-text-fill-color: #000000;
    background-color: #fff;
    font-family: inherit;
    appearance: auto;
    -webkit-appearance: auto;
}

.contact-page-right select option {
    color: #000000;
    -webkit-text-fill-color: #000000;
    background-color: #ffffff;
}

.contact-page-right select option:disabled {
    color: #00000080;
}

.contact-page-right button {
    border: none;
    outline: none;
    background-color: #000000;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #FFFFFF;
    border-radius: 21px;
}

.contact-page-right button:hover {
    background-color: #17BBEE;
}

.contact-page-right button.btn-inverse {
    background-color: #17BBEE;
    color: #FFFFFF;
}

.contact-page-right button.btn-inverse:hover {
    background-color: #000000;
}

.book-inspection {
    width: 40%;
    margin: auto;
    margin-bottom: 100px;
}

.imp-dd {
    position: relative;
}

.imp-dd i {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #17BBEE;
}

.contact-page-row {
    margin-bottom: 100px;
}





/* MEDIA */


@media (max-width: 736px) {

    .book-inspection {
        width: 100%;
        margin: auto;
        margin-bottom: 70px;
    }

    .contact-detailss {
        width: 100%;
    }

    .about-props-row {
        background-color: #FFFFFFF2;
        border-radius: 30px;
        padding: 20px;
    }

    .features-banner {
        background-image: url(./images/features-banner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
        margin-bottom: 80px;
        border-radius: 80px;
    }

    .project-inner-about-right {
        padding-top: 30px;
    }

    .copyright {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    

    .footer-bottom-row1 {
        margin-bottom: 40px;
    }

    .footer-bottom-row4 {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .news-letter-row-1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 25.2px;
        color: #17BBEE;
        width: 100%;
        margin-bottom: 20px;
    }

    .val-line {
        display: none;
    }

    .home-banner-row-left-right {
        position: relative;
        bottom: 0px;
        margin-top: 30px;
    }

    .home-banner-row-left p {
        font-size: 14px;
        font-weight: 400;
        line-height: 17.64px;
        color: #FFFFFF;
        margin-bottom: 40px;
        width: 100%;
    }

    .home-banner-row-left-head {
        font-size: 40px;
        font-weight: 600;
        line-height: 63px;
        color: #FFFFFF;
        margin-bottom: 20px;
        width: 100%;
    }

    #navbar .nav-link:hover {
        transition: .3s all;
        color: #000000;
    }

    #navbar .nav-link {
        transition: .3s all;
        font-size: 14px;
        font-weight: 600;
        line-height: 17.64px;
        color: #000;
        background-color: #17BBEE;
        padding: 10px 20px;
        border-radius: 5px;
        width: fit-content;
    }
    
    #nav-list-margin {
        margin-left: -20px;
        margin-top: 0px;
    }

    #nav-list-margin .nav-link {
        background-color: transparent;
    }

    #nav-list-margin button {
        background-color: #17BBEE;
        color: #000;
        border-radius: 5px;
        outline: none;
        border: none;
        padding: 12px 30px;
        font-size: 14px;
        font-weight: 600;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}

/* Chapters Page Styles */

.chapter-filter-row .form-control,
.chapter-filter-row .form-select {
    border-radius: 30px;
    height: 48px;
}

.chapter-filter-row .input-group-text {
    background: #17BBEE;
    color: #fff;
    border: none;
}

.chapter-card {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.chapter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.chapter-badge {
    display: inline-block;
    margin-bottom: 18px;
    color: #17BBEE;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.chapter-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.chapter-link {
    display: inline-block;
    margin-top: auto;
    padding-top: 12px;
    color: #17BBEE;
    font-weight: 600;
    text-decoration: none;
}

.chapter-link:hover {
    text-decoration: underline;
}

.chapter-summary-card {
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    background: #f9fbff;
}

.chapter-summary-card button {
    border: none;
    outline: none;
    background-color: #1A1A1A;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #39BBED;
    border-radius: 21px;
    cursor: pointer;
}

.chapter-summary-card button:hover {
    background-color: #17BBEE;
    color: #000;
}

.chapter-step-card {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.chapter-step-card h5 {
    margin-bottom: 12px;
}

.chapter-step-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .chapter-filter-row .form-control,
    .chapter-filter-row .form-select,
    .chapter-filter-row .btn {
        width: 100%;
    }
}

/* Awardees Page Styles */

.awardee-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.awardee-pill {
    border-radius: 35px;
    border: 1px solid #17BBEE;
    color: #17BBEE;
    padding: 10px 18px;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
    transition: all .3s ease;
}

.awardee-pill.active,
.awardee-pill:hover {
    background: #17BBEE;
    color: #fff;
}

.awardee-card {
    padding: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
}

.awardee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.awardee-category {
    display: inline-block;
    margin-bottom: 12px;
    color: #17BBEE;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.awardee-card h5 {
    margin-bottom: 10px;
}

.awardee-meta {
    margin-bottom: 14px;
    font-size: 14px;
    color: #666;
}

.awardees-banner {
    border-radius: 20px;
    background: #f5fbff;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid #eaf4fb;
}

.awardee-nominate-card {
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px;
}

.awardee-nominate-card h4 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .awardee-filter {
        justify-content: flex-start;
    }
}

/* Blog Page Styles */

.blog-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.blog-card,
.blog-feature-card,
.blog-sidebar-card,
.blog-subscribe-card {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.blog-feature-card {
    overflow: hidden;
}

.blog-feature-image,
.blog-image {
    background-size: cover;
    background-position: center;
    min-height: 220px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-feature-body,
.blog-body {
    background: #fff;
}

.blog-category {
    display: inline-block;
    margin-bottom: 12px;
    color: #17BBEE;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.blog-card h5,
.blog-feature-card h3 {
    margin-bottom: 12px;
}

.blog-card p,
.blog-feature-body p,
.blog-sidebar-card p {
    color: #555;
}

.blog-sidebar-card {
    min-height: 100%;
}

.blog-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar-list li {
    margin-bottom: 12px;
}

.blog-sidebar-list a {
    color: #000;
    text-decoration: none;
}

.blog-sidebar-list a:hover {
    color: #17BBEE;
}

.blog-subscribe-card {
    padding: 30px;
}

.blog-subscribe-card h4 {
    margin-bottom: 10px;
}

.blog-filter button,
.awardee-pill {
    border-radius: 35px;
    border: 1px solid #17BBEE;
    color: #17BBEE;
    padding: 10px 18px;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
    transition: all .3s ease;
}

.blog-filter button.active,
.blog-filter button:hover,
.awardee-pill.active,
.awardee-pill:hover {
    background: #17BBEE;
    color: #fff;
}

@media (max-width: 767px) {
    .blog-filter {
        justify-content: flex-start;
    }
}

/* History Page Styles */

.timeline {
    position: relative;
    padding-left: 50px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #17BBEE;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #17BBEE;
}

.timeline-year {
    font-weight: bold;
    color: #17BBEE;
    margin-bottom: 5px;
}

.timeline-year.teal {
    color: #17BBEE;
}

.timeline-year.purple {
    color: #800080;
}

.timeline-year.amber {
    color: #FFA500;
}

.timeline-content h4 {
    margin-bottom: 10px;
}

.founder-card, .president-card, .global-lead-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.founder-card img, .president-card img, .global-lead-card img {
    width: 100px;
    min-height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.founder-card h5, .president-card h5, .global-lead-card h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.founder-card p, .president-card p, .global-lead-card p {
    font-size: 14px;
    color: #666;
}

.president-card.current, .global-lead-card.current {
    border-color: #17BBEE;
    box-shadow: 0 0 10px rgba(23, 187, 238, 0.3);
}

.anthem-excerpt {
    font-style: italic;
    padding: 20px;
    background: #f9f9f9;
    border-left: 5px solid #17BBEE;
}

.left-space{
    padding-left: 40px;
}

