@font-face {
    font-family: Plus;
    src: url(../fonts/PlusJakartaSans-VariableFont_wght.ttf);

}


*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;

}

ul,
ol {
    margin: 0;
    padding: 0;
}


body {

    /* background-blend-mode: luminosity; */
    font-size: 100%;
    font-weight: 400;
    font-family: Plus;
    background-color: #FFFFFF;

    overflow-x: hidden;
}



/* custom scroll */

::-webkit-scrollbar {
    width: 0.625rem;
}

::-webkit-scrollbar-track {
    background: var(--white-color);
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;

}

/* custom css design */

.navbar-toggler-icon {
    width: 45px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.color-set {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    background: -webkit-linear-gradient(left, #1e2326 0%, #263d2d 100%);
    background: linear-gradient(to right, #1e2326 0%, #263d2d 100%);
    background: #030303 !important;

}



.navigation-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    /* height: 100px; */
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.navigation-wrap .nav-item {
    padding: 0 0.625rem;
    transition: all 200ms linear;

}

.navbar-toggler:focus {
    outline: unset;
    border: unset;
    box-shadow: none;
}

.nav-link {
    /* font-family: 'Plus'; */
    font-family: 'Plus';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;

    color: #FFFFFF !important;
}

/* .nav-link:hover {
    color: #FF6100 !important;

} */

.navigation-wrap .main-btn {
    padding: 0.5125rem 0.2rem;
    box-shadow: none;
    margin-left: -0.375rem;

}

.navigation-wrap.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    background: white;
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.9);
    transition: all .15s ease-in-out 0s;
}


.card {
    border-radius: 30px;
    height: 95%;

}

.card1 {
    border-radius: 10px;

}



button {
    background-color: transparent !important;
    border: none !important;
}

.navbar-brand {
    height: auto;
    width: 15%;
}

/* SHIFT */
nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    /* color: black !important; */
    font-weight: 800;
    /* text-transform: uppercase; */
    margin: 0 10px;
}

nav.shift ul li a {
    position: relative;
    z-index: 1;
}

/* nav.shift ul li a:hover {
    color: #91640F;
  } */
nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: black;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: white !important;
}



.btn-2 {
    color: black;
    font-family: 'Plus';
    border-radius: 50px;
    border: 1px solid white !important;
    transition: ease-out 0.3s;
    font-size: 14px;
    font-weight: 600;
    box-shadow: inset 0 0 0 0 #fff;
    transition: ease-out 0.3s;
    background-color: white !important;
}



.btn-2:hover {
    box-shadow: inset 300px 0 0 0 rgb(0, 0, 0);
    border-color: rgb(54, 54, 54);
    color: #FFFFFF;
    cursor: pointer;

}



.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #ffffffc4;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    border-radius: 10px;
    border: none;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(255, 246, 246, 0.6);
    border-radius: 10px;
    border: none;
}

@keyframes floater {
    0% {
        transform: translateY(-10%);
        transition: ease 8s;
    }

    50% {
        transform: translateY(3%);
        transition: ease 8s;
    }
}


@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.footer {
    background: url(../imgs/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}

/* Footer Logo */
.footer-brand {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
    position: relative;
}

.footer-brand::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* Footer Social Icons */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    /* border: 2px solid #FFFFFF; */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #FFFFFF;
    color: #1a1a1a;
}

.social-icon i {
    font-size: 18px;
}

/* Footer Title */
.footer-title {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 20px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #cccccc;
    padding-left: 5px;
}

/* Footer Contact */
.footer-contact {
    font-family: 'Plus';
}

.contact-label {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.contact-link {
    margin-bottom: 8px;
}

.contact-link a {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    word-break: break-all;
    transition: all 0.3s ease;
}

.contact-link a:hover {
    color: #cccccc;
    text-decoration: underline;
}



a {
    text-decoration: none !important;
}


.home-section {
    background: url(../imgs/bg.png) no-repeat;
    background-size: cover;
}


.main-btn {
    background-color: white !important;
    color: #000000;
    padding: 15px 25px !important;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    line-height: 1.5625rem;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    border-radius: 10px;
    cursor: pointer;
}

.story-btn {
    background-color: #1A1C1E !important;
    color: #fff;
    padding: 15px 25px !important;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    line-height: 1.5625rem;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    border-radius: 10px;
    cursor: pointer;
}

.top-img {
    margin-top: 55px;
    width: 80%;
    height: auto;

}

.about-para {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 136.5%;
    color: #FFFFFF;
}

.about-para1 {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 136.5%;
    color: #fff;
    width: 80%;
}



.about-head {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 72px;
    letter-spacing: -0.04em;
    color: #62BEFF;
}


.story-head {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 72px;
    letter-spacing: -0.04em;
    color: #1F78B8;
}

.leadership-img {
    border-radius: 30px;
}

.lead-box {
    background-color: white;
    border-radius: 30px;
    padding: 50px;
}

.lead-section {
    background: url(../imgs/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 0 50px;
}

.story-subtitle {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 136.5%;
    color: #1F78B8;
}

.story-para {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 136.5%;
    color: #000000;
    ;
}

.story-para-style {
    color: #1F78B8;
    font-weight: 600;
}

.phil-icon {
    width: 10%;
    height: auto;
}

.card-title {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.card-text {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}


.bg1 {
    background: url(../imgs/card-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/* Abdul Rehman Story Section */
.abdul-story-section {
    padding: 80px 0;
    position: relative;
}

.ar-bg {
    background: url(../imgs/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.abdul-story-content {
    color: #FFFFFF;
}

.abdul-story-head {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #62BEFF;
    margin-bottom: 25px;
}

.abdul-story-text {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #FFFFFF;
    margin-bottom: 30px;
}

/* Feature List Box */
.feature-list-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px 35px;
    margin: 30px 0;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    font-family: 'Plus';
    font-size: 16px;
    line-height: 1.6;
    color: #23242A;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.checkmark {
    color: #28a745;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-text {
    flex: 1;
}

/* Call-to-Action Buttons */
.abdul-story-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.abdul-story-btn {
    background-color: #012640;
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 8px;
    font-family: 'Plus';
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
}

.abdul-story-btn:hover {
    background-color: #FFFFFF;
    color: #012640;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* Portrait Wrapper */
.abdul-portrait-wrapper {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;

}

.programs-row {
    justify-content: space-between;
}


.abdul-portrait {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


.impact-row {
    justify-content: space-between;
}

/* Impact Section Styles */
.testimonial-box {
    background: url(../imgs/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 40px 35px;
    margin: 30px 0;
}

.testimonial-label {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #62BEFF;
    margin-bottom: 10px;
}

.testimonial-text {
    font-family: 'Plus';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #FFFFFF;
}

.impact-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Community Section Styles */
.benefits-box {
    background-color: #000000;
    border-radius: 10px;
    padding: 30px 35px;
    margin: 30px 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    font-family: 'Plus';
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
}

.benefit-number {
    font-family: 'Plus';
    font-weight: 600;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
    color: #FFFFFF;
}

.benefit-text {
    flex: 1;
    color: #FFFFFF;
}

.community-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.story-img {
    width: 60%;
    border-radius: 20px;
}







@media (min-width: 1200px) and (max-width: 1399.98px) {

    .about-head {
        font-size: 60px;
    }

    .home-section {
        padding: 45px 0 0 0;
    }

    .about-para1 {
        width: 100%;
    }

    .story-img {
        width: 100%;
    }

    .abdul-story-head {
        font-size: 41px;
        line-height: 50px;
    }

    .story-head {
        font-size: 50px;
        line-height: 55px;
    }

    .story-para {
        width: 80%;
    }

    .lead-box {
        padding: 20px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {

    .about-head {
        font-size: 58px;
    }

    .card-title {
        font-size: 22px !important;
        line-height: 30px;
    }

    .card-text {
        font-size: 16px;
    }

    .top-img {
        width: 100%;
    }

    .navbar-brand {
        width: 20%;
    }

    .footer-logo {
        width: 85%;
    }

    .top-logo {
        width: 100%;
    }

    .testimonial-box,
    .benefits-box {
        padding: 25px 30px;
    }

    .impact-img,
    .community-img {
        margin-top: 30px;
    }

    .about-head {
        font-size: 60px;
    }

    .home-section {
        padding: 45px 0 0 0;
    }

    .about-para1 {
        width: 100%;
    }

    .story-img {
        width: 100%;
    }

    .abdul-story-head {
        font-size: 41px;
        line-height: 50px;
    }

    .story-head {
        font-size: 50px;
        line-height: 55px;
    }

    .story-para {
        width: 80%;
    }

    .lead-box {
        padding: 20px;
    }

    .abdul-story-content {
        padding: 40px 30px !important;
    }

    .abdul-story-head {
        font-size: 40px;
    }

    .abdul-portrait-wrapper {
        padding: 40px 20px;
    }
}


@media (max-width: 768px) {



    .testimonial-box,
    .benefits-box {
        padding: 20px 25px;
    }

    .testimonial-label,
    .benefit-number {
        font-size: 18px;
    }

    .testimonial-text,
    .benefit-text {
        font-size: 16px;
    }

    .footer-brand {
        font-size: 28px;
    }

    .footer-title {
        font-size: 18px;
        margin-top: 30px;
    }

    .footer-social {
        margin-top: 15px;
    }



    .abdul-story-section {
        padding: 60px 0;
    }

    .abdul-story-content {
        padding: 30px 20px !important;
    }

    .abdul-story-head {
        font-size: 36px;
    }

    .abdul-story-text {
        font-size: 16px;
    }

    .feature-list-box {
        padding: 25px 20px;
    }

    .feature-item {
        font-size: 14px;
    }

    .abdul-story-buttons {
        flex-direction: column;
    }

    .abdul-story-btn {
        width: 100%;
    }

    .abdul-portrait-wrapper {
        padding: 20px;
    }
}


@media (min-width: 0px) and (max-width: 767.98px) {

    .btn-2{
        margin: auto;
        display: flex;
    }

    .story-btn{
        /* padding: 15px 21px !important; */
        padding: 15px 17px !important;
    }

    .lead-section{
        padding: 0 25px;
    }

    .navbar-brand {
        width: 70%;
    }

    .navbar-brand img {
        width: 100%;
    }


    .about-head {
        font-size: 58px;
    }

    .card-title {
        font-size: 22px !important;
        line-height: 30px;
    }

    .card-text {
        font-size: 16px;
    }

    .top-img {
        width: 100%;
    }

    .hvr-glow {
        margin: 10px 0;
    }

    .footer-logo {
        width: 85%;
    }

    .testimonial-box,
    .benefits-box {
        padding: 25px 30px;
    }

    .impact-img,
    .community-img {
        margin-top: 30px;
    }

    .about-head {
        font-size: 60px;
    }

    .home-section {
        padding: 65px 0 0 0;
    }

    .about-para1 {
        width: 100%;
    }

    .story-img {
        width: 100%;
    }

    .abdul-story-head {
        font-size: 35px;
        line-height: 45px;
    }

    .story-head {
        font-size: 46px;
        line-height: 55px;
    }

    .phil-icon{
        width: 20%;
    }

    .story-para {
        width: 100%;
    }

    .lead-box {
        padding: 20px;
    }

    .abdul-story-content {
        padding: 20px !important;
    }


    .abdul-portrait-wrapper {
        padding: 40px 20px;
    }
}