@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/google-sans/GoogleSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/google-sans/GoogleSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/google-sans/GoogleSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/google-sans/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Google Sans';
}

h1, h2, h3, h4, h5, h6, a , p{
    font-family: 'Google Sans';
}

.container-fluid {
    max-width: 1600px;
}

header.site-header nav {
    background-color: #01030B;
}

header.site-header .navbar-brand:hover {
    opacity:0.7;
}

header.site-header nav.navbar ul.navbar-nav {
    gap: 15px;
}

header.site-header nav.navbar ul li.nav-item a {
    color: white;
    opacity: 0.6;
}

header.site-header nav.navbar ul li.nav-item a.active {
    opacity: 1;
    font-weight: 600;
}

header.site-header nav.navbar ul li.nav-item a:hover {
    opacity: 1;
}


header.site-header nav.navbar ul li.nav-item ul.dropdown-menu {
    background-color: black;
    border: 1px solid gray;
    padding: 7px 0px;
    max-width: fit-content;
}

header.site-header nav.navbar ul li.dropdown,
header.site-header nav.navbar ul li.menu-item-has-children {
    position: relative;
}

header.site-header nav.navbar ul li.dropdown > ul.dropdown-menu,
header.site-header nav.navbar ul li.menu-item-has-children > ul.dropdown-menu,
header.site-header nav.navbar ul li.menu-item-has-children > ul.sub-menu {
    top: 100%;
    left: 0;
    margin-top: 0;
}

header.site-header nav.navbar ul li.nav-item ul.dropdown-menu li a {
    color: white;
    background-color: #01030B;
    padding: 15px 15px;
    font-size: 14px;
}

header.site-header nav.navbar ul li.nav-item ul.dropdown-menu li a.active,
header.site-header nav.navbar ul li.nav-item ul.dropdown-menu li a:hover {
    background-color: #AFD13B;
}

header.site-header nav.navbar ul li.nav-item ul.dropdown-menu li a:focus {
    outline: none;
}

header.site-header nav.navbar ul li.nav-item .dropdown-toggle-btn {
    display: none;
}

header.site-header nav.navbar ul li.the-button a {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

header.site-header nav.navbar ul li.the-button a:hover {
    transform: scale(1.05);
    background-color: #1766a9;
}

header.site-header .navbar .dropdown:hover > .dropdown-menu,
header.site-header .navbar .dropdown:focus-within > .dropdown-menu {
    border-radius: unset;
}

header.site-header .navbar .dropdown:hover > .dropdown-menu li {
    border-bottom: 1px solid;
}

footer.site-footer {
    background-image: url('assets/images/footer-bg-1.png');
    background-size: 100%;
    padding: 80px 0px 250px;
    background-position: bottom;
    background-color: #01030B;
    background-repeat: no-repeat;
}

footer.site-footer .logo-area {
    margin-bottom: auto;
}

footer.site-footer .the-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

footer.site-footer .the-logo a {
    text-decoration: none;
    display: inline-block;
}

footer.site-footer .the-logo a:hover {
    opacity: 0.7;
}

footer.site-footer .the-logo img {
    margin-bottom: 35px;
    width: 175px;
    display: block;
}

footer.site-footer .the-logo p {
    color: white;
    margin-bottom: 35px;
    border-bottom: 1px solid #FFFFFF29;
    display: inline-block;
    padding-bottom: 35px;
    opacity: 0.8;
    width: fit-content;
}

footer.site-footer .social {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

footer.site-footer .social a:hover {
    opacity: 0.8;
}

footer.site-footer .quick-links h5 {
    color: white;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}

footer.site-footer .quick-links ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0px;
}

footer.site-footer .quick-links ul li a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

footer.site-footer .quick-links ul li a:hover {
    opacity: 1;
}

footer.site-footer .in-touch {
    margin-bottom: auto;
}

footer.site-footer .in-touch h5 {
    color: white;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500p;
}

footer.site-footer .in-touch a {
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 15px;
}

footer.site-footer .in-touch a.info{
    background-image: url("./assets/images/info-icon.png"); /* your icon path */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 25px;
    opacity: 0.8;
}

footer.site-footer .in-touch a.info:hover {
    opacity: 1;
}

footer.site-footer .in-touch a.phone{
    background-image: url("./assets/images/phone-icon.png"); /* your icon path */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 25px;
    opacity: 0.8;
}

footer.site-footer .in-touch a.phone:hover {
    opacity: 1;
}

footer.site-footer .copyright {
    text-align: center;
    color: white;
    margin-top: 50px;
    opacity: 0.8;
    border-top: 1px solid #FFFFFF29;
    padding-top: 30px;
}

footer.site-footer .copyright p {
    margin-bottom: 0px;;
}

section.hero-slider {
    margin-bottom: 80px;
}

section.hero-slider .carousel {
    position: relative;
}

section.hero-slider .the-content {
    position: absolute;
    bottom: 100px;
}

section.hero-slider .the-content h1 {
    color: white;
    font-size: 62px;
}

section.hero-slider .the-content a.the-button {
    background-color: #AFD13B;
    color: white;
    padding: 12px 30px;
    border-radius: 12px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

section.hero-slider .the-content a.the-button:hover {
    transform: scale(1.05);
    background-color: #1766A9;
}

/* Home page Section whar we do start*/
section.what-we-do {
    margin: 80px 0px;
}

section.what-we-do .the-content-row .heading-part {
    margin-bottom: auto;
}

section.what-we-do .the-content-row .heading-part h2 { 
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    background-image: url(./assets/images/bg-head.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 25px;
    margin-top: 20px;
}


/* home page section what we do style start*/
section.what-we-do .the-content-row .service-item {
    height: 350px;
    display: flex;
    border-radius: 34px;
    padding: 25px;
    background-size: cover;
}

section.what-we-do .the-content-row .service-item h3 {
    font-size: 24px;
    color: white;
    margin-top: auto;
    margin-bottom: 0px;
}

section.what-we-do .the-content-row .service-item.bg-1 {
    background-image: url(assets/images/global-community.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.what-we-do .the-content-row .service-item.bg-2 {
    background-image: url(assets/images/education.png);
    background-repeat: no-repeat;
    background-position: center;
}

section.what-we-do .the-content-row .service-item.bg-3 {
    background-image: url(assets/images/connect&action.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* home section about style start */
section.about {
    margin: 80px 0px;
    padding: 80px 0px;
    background-image: url(./assets/images/learn-more-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    clip-path: ellipse(200% 100% at 50% 0%);
}

section.about .the-content h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 25px;
}

section.about .the-content p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
}

section.about .the-content a.the-button {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease-in-out;
}

section.about .the-content a.the-button:hover {
    transform: scale(1.05);
    background-color: #1766A9;
}

section.about .the-image img {
    width: 100%;
}

section.our-services {
    margin: 80px 0px;
}

section.our-services .the-head {
    justify-content: center;
}

section.our-services .the-head .the-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
}

section.our-services .the-head .the-heading span {
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: linear-gradient(90deg, #AFD13B, #1766A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.our-services .the-head .the-heading h2 {
    font-size: 60px;
    font-weight: 500;
}

section.our-services .the-services-area {
    margin-top: 50px;
    justify-content: center;
}

section.our-services .the-services-area a {
    text-decoration: none;
    display: block;
}

section.our-services .the-services-area a .service-item {
    height: 250px;
    display: flex;
    border-radius: 34px;
    padding: 25px;
    background-size: cover;
    background-color: #FAFAFA;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 5px;
}

section.our-services .the-services-area a .service-item:hover {
    transform: scale(1.03);

}

section.our-services .the-services-area a .service-item:hover h3 {
    text-shadow: 1px 2px 6px black;
}

section.our-services .the-services-area a .service-item.bg-1:hover {
    background-image: url(assets/images/personal-development-women.jpeg);
    background-repeat: no-repeat;
    background-position: center;
}

section.our-services .the-services-area a .service-item.bg-2:hover {
    background-image: url(assets/images/free-coaching.jpg);
    background-repeat: no-repeat;
    background-position: center;
} 

section.our-services .the-services-area a .service-item.bg-3:hover {
    background-image: url(assets/images/youth-mentorship.jpeg);
    background-repeat: no-repeat;
    background-position: center;
}

section.our-services .the-services-area a .service-item.bg-4:hover {
    background-image: url(assets/images/wellness-camp.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

section.our-services .the-services-area a .service-item.bg-5:hover {
    background-image: url(assets/images/brilliance-literacy-chapter.png);
    background-repeat: no-repeat;
    background-position: center;
}

section.our-services .the-services-area a .service-item.bg-6:hover {
    background-image: url(assets/images/ongoing-research.jpeg);
    background-repeat: no-repeat;
    background-position: center;
}

section.our-services .the-services-area a .service-item.bg-7:hover {
    background-image: url(assets/images/highlighting.jpeg);
    background-repeat: no-repeat;
    background-position: center;
}

section.our-services .the-services-area a .service-item h3 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin-top: auto;
    margin-bottom: 0px;
}

section.our-services .the-services-area a .service-item:hover h3 {
    color: white;
}

section.our-services .the-services-area a .service-item img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
}

section.our-services .the-services-area a.the-button {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    transition: all 0.3s ease-in-out;
}

section.our-services .the-services-area a.the-button:hover {
    transform: scale(1.05);
    background-color: #1766a9;
}

/* home section upcoming events */
section.upcoming-events {
    margin: 80px 0;
}

section.upcoming-events .the-content {
    margin-bottom: 50px;
}

section.upcoming-events .the-content h2 {
    font-size: 60px;
    text-transform: capitalize;
    color: #111111;
}

section.upcoming-events .the-content span {
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: linear-gradient(90deg, #AFD13B, #1766A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.upcoming-events .event-card {
    padding: 40px;
    background-color: #F7F7F7;
    border-radius: 34px;
    height: 100%;
}

section.upcoming-events .event-image {
    text-align: center;
    margin-bottom: 35px;
}

section.upcoming-events .event-image img {
    height: 350px;
    object-fit: contain;
}

section.upcoming-events .event-image a {
    text-decoration: none;
}

section.upcoming-events .event-image a:hover {
    opacity: 0.8;
    cursor: pointer;
}

section.upcoming-events .event-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.upcoming-events .event-content h3 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #111111;
}

section.upcoming-events .event-content p {
    color: rgba(17, 17, 17, 0.8);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}

section.upcoming-events .event-location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0px;
}

section.upcoming-events .event-location img,
section.upcoming-events .event-datetime img, 
section.upcoming-events .event-time img {
    width: 16px;
    height: 16px;
}

section.upcoming-events .event-location p,
section.upcoming-events .event-date p, 
section.upcoming-events .event-time p {
    margin-bottom: 0;
}

section.upcoming-events .event-datetime {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.upcoming-events .event-date, 
section.upcoming-events .event-time {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.upcoming-events a.the-button {
    display: block;
    border: 1px solid black;
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

section.upcoming-events a.the-button:hover {
    transform: scale(1.05);
    background-color: #1766a9;
    color: white;
    border: 1px solid white;
}

section.upcoming-events a.all-events {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    transition: all 0.3s ease-in-out;
}

section.upcoming-events a.all-events:hover {
    transform: scale(1.05);
    background-color: #1766a9;
}
/* home section connect with us style start */
section.connect-us {
    margin: 80px 0px;
}

section.connect-us .the-image img {
    width: 100%;
    border-radius: 35px;
}

section.connect-us .the-form {
    margin: auto;
}

section.connect-us .the-form h2 {
    font-size: 56px;
    margin-bottom: 30px;
}

section.connect-us .the-form p {
    margin-bottom: 10px;
}

section.connect-us .the-form .form-message {
    padding: 12px 16px;
    border-radius: 10px;
    margin: 20px 0px;
    font-weight: 600;
    border: 1px solid transparent;
}

section.connect-us .the-form .form-message--success {
    background-color: #EAF6D3;
    color: #2F5F0A;
    border-color: #C8E3A1;
}

section.connect-us .the-form .form-message--error {
    background-color: #FFE3E3;
    color: #7A0B0B;
    border-color: #F3B4B4;
}

section.connect-us .the-form form input,
section.connect-us .the-form form select,
section.connect-us .the-form form textarea {
    width: 100%;
    padding: 20px 1px 12px;
    margin-bottom: 20px;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
}

section.connect-us .the-form form textarea::placeholder,
section.connect-us .the-form form input::placeholder,
section.connect-us .the-form form select {
    color: #111111CC;
    font-weight: 600;
}

section.connect-us .the-form form input:focus,
section.connect-us .the-form form select,
section.connect-us .the-form form textarea {
    outline: none;
}

section.connect-us .the-form form textarea {
    height: 60px;
    margin-top: 15px;
}

section.connect-us .the-form form select option:hover {
    background-color: #AFD13B;
}

section.connect-us .the-form form button {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    border: unset;
    transition: all 0.3s ease-in-out;
    margin-top: 30px; 
}

section.connect-us .the-form form button:hover {
    transform: scale(1.05);
    background-color: #1766a9;
}

/* home section volunteer */
section.volunteer {
    margin: 80px 0px 0px;
    padding: 100px 0px 140px;
    background-image: url(./assets/images/volunteer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

section.volunteer .the-content {
    text-align: center;
}

section.volunteer .the-content span {
    color: white;
    opacity: 0.8;
}

section.volunteer .the-content h2 {
    color: white;
    font-size: 60px;
    margin: 30px 0px 0px;
}

section.volunteer .the-content a.the-button {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    border: unset;
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
    border: 1px solid #AFD13B;
}

section.volunteer .the-content a.the-button:hover {
    transform: scale(1.05);
    background-color: #1766a9;
    border: 1px solid white;
}
/* Home page style end */

/* Page About us styling start */
section.about-hero {
    padding: 175px 0px;
    background-image: url(./assets/images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

section.about-hero h1 {
    color: white;
    font-size: 64px;
}

section.about-more {
    background-image: unset;
    padding: 0px;
    clip-path: unset;
    background-size: unset;
}

section.about-more span {
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: linear-gradient(90deg, #AFD13B, #1766A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 25px;
}

section.about-more .the-content h2 {
    margin-bottom: 0px;
}

section.about-more .the-content h3 {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 20px;
}

section.youth .the-content h3 {
    margin-bottom: 15px;
}

section.about-more .the-content ul {
    padding: 0px 15px;
    margin: 20px 0px;
}

section.about-more .the-content p {
    margin-top: 20px;
    color: rgba(17, 17, 17, 0.8);
}

section.youth .the-content p {
    margin-top: 5px;
}

section.about .the-image img {
    border-radius: 35px;
}

section.motivate {
    background-size: cover;
}

section.motivate span {
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: linear-gradient(90deg, #AFD13B, #1766A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.motivate .the-content h2 {
    font-size: 58px;
    margin: 25px 0px;
}


/* Page committee stylieng start */
section.executive .the-content-row .service-item,
section.fundraising .the-content-row .service-item,
section.volunteer-committee .the-content-row .service-item,
section.youth-committee .the-content-row .service-item {
    height: 400px;
}

section.youth-committee .heading,
section.volunteer-committee .heading,
section.fundraising .heading,
section.executive .heading {
    margin-bottom: 30px;
}

section.youth-committee .heading h2,
section.volunteer-committee .heading h2,
section.fundraising .heading h2,
section.executive .heading h2 {
    font-size: 60px;
    text-align: center;
}

section.executive .the-content-row .profile,
section.youth-committee .the-content-row .profile,
section.fundraising .the-content-row .profile,
section.volunteer-committee .the-content-row .profile {
    padding: 5px;
}


section.executive .the-content-row {
    justify-content: center;
    row-gap: 20px;
}

section.executive .the-content-row .service-item {
    background-repeat: no-repeat;
    background-size: cover;
}

section.executive .the-content-row .service-item.bg-1 {
    background-image: url(assets/images/kalassoom-kazmi.png);
    background-position: top center;
}

section.executive .the-content-row .service-item.bg-2 {
    background-image: url(assets/images/dr-kashif.png);
    background-position: top center;
}

section.executive .the-content-row .service-item.bg-3 {
    background-image: url(assets/images/andleeb-naqvi.png);
    background-position: top center;
}

section.youth-committee .the-content-row .service-item,
section.volunteer-committee .the-content-row .service-item,
section.fundraising .the-content-row .service-item,
section.executive .the-content-row .service-item {
    padding: 10px;
    border-radius: 34px;
}

section.youth-committee .the-content-row .service-item .detail,
section.volunteer-committee .the-content-row .service-item .detail,
section.fundraising .the-content-row .service-item .detail,
section.executive .the-content-row .service-item .detail {
    background-color: white;
    color: black;
    height: fit-content;
    width: 100%;
    padding: 15px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

section.youth-committee .the-content-row .service-item h3,
section.volunteer-committee .the-content-row .service-item h3,
section.fundraising .the-content-row .service-item h3,
section.executive .the-content-row .service-item h3 {
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    color: rgba(17, 17, 17, 1);
}

section.youth-committee .detail p,
section.volunteer-committee .detail p,
section.fundraising .detail p,
section.executive .detail p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
    font-size: 15px;
}

section.fundraising .the-content-row .service-item {
    background-repeat: no-repeat;
    background-size: cover;
}

section.fundraising .the-content-row .service-item.bg-1 {
    background-image: url(assets/images/kalassoom-kazmi.png);
    background-position: top center;
    
}

section.fundraising .the-content-row .service-item.bg-2 {
    background-image: url(assets/images/Nasima-Ahmad.png);
    background-position: top center;
}

section.fundraising .the-content-row .service-item.bg-3 {
    background-image: url(assets/images/azam-khan.png);
    background-position: top center;
}

section.fundraising .the-content-row .service-item.bg-4 {
    background-image: url(assets/images/iqra-shabbir.png);
    background-position: top center;
}

section.volunteer-committee {
    margin: 80px 0px;
    padding: 80px 0px;
    background-image: url(./assets/images/volunteer-1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

section.youth-committee .the-content-row,
section.fundraising .the-content-row,
section.volunteer-committee .the-content-row {
    padding: 0px 15px;
    justify-content: center;
    row-gap: 30px;
}

section.volunteer-committee .the-content-row .service-item {
    display: flex;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.volunteer-committee .the-content-row .service-item.bg-1 {
    background-image: url(assets/images/saira.png);
}

section.volunteer-committee .the-content-row .service-item.bg-2 {
    background-image: url(assets/images/aliya.png);
}

section.volunteer-committee .the-content-row .service-item.bg-3 {
    background-image: url(assets/images/nighat.png);
}

section.volunteer-committee .the-content-row .service-item.bg-4 {
    background-image: url(assets/images/Diane.png);
    
}

section.volunteer-committee .the-content-row .service-item.bg-5 {
    background-image: url(assets/images/Jiya.png);
    background-repeat: no-repeat;
}

section.volunteer-committee .the-content-row .service-item.bg-6 {
    background-image: url(assets/images/Basika.png);
    background-repeat: no-repeat;
}

section.volunteer-committee .the-content-row .service-item.bg-7 {
    background-image: url(assets/images/syed.png);
    background-repeat: no-repeat;
}

section.volunteer-committee .the-content-row .service-item.bg-8 {
    background-image: url(assets/images/rabiya.png);
    background-repeat: no-repeat;
}

section.volunteer-committee .the-content-row .service-item.bg-9 {
    background-image: url(assets/images/sana.png);
    background-repeat: no-repeat;
}

section.youth-committee .the-content-row .service-item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

section.youth-committee .the-content-row .service-item.bg-1 {
    background-image: url(assets/images/iqra-shabbir.png);
}

section.youth-committee .the-content-row .service-item.bg-2 {
    background-image: url(assets/images/momina.png);
}

section.youth-committee .the-content-row .service-item.bg-3 {
    background-image: url(assets/images/farheen.png);
}

section.youth-committee .the-content-row .service-item.bg-4 {
    background-image: url(assets/images/yusra.png);
}

section.youth-committee .the-content-row .service-item {
    background-image: url(assets/images/profile.png);
}
/* Page committee styling end */

/* Page Leadership style start */
section.executive-committee .heading {
    margin-bottom: 20px;
}

section.executive-committee .heading h2 {
    font-size: 60px;
    text-align: center;
}

section.executive-committee .the-content-row .profile{
    padding: 5px;
}

section.executive-committee .the-content-row .service-item {
    padding: 10px;
    border-radius: 34px;
    height: 400px;
}

section.executive-committee .the-content-row .service-item .detail {
    background-color: white;
    color: black;
    height: fit-content;
    width: 100%;
    padding: 15px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

section.executive-committee .the-content-row .service-item h3 {
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    color: rgba(17, 17, 17, 1);
}

section.executive-committee .detail p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
    font-size: 15px;
}

section.executive-committee .the-content-row {
    padding: 0px 15px;
    justify-content: center;
    row-gap: 30px;
}

section.executive-committee .the-content-row .service-item.bg-1 {
    background-image: url('assets/images/kalassoom-kazmi.png');
    background-position: top center;
}

section.executive-committee .the-content-row .service-item.bg-2 {
    background-image: url('assets/images/Nasima-Ahmad.png');
    background-position: top center;
}

section.executive-committee .the-content-row .service-item.bg-3 {
    background-image: url('assets/images/zarqa-khan.png');
    background-position: top center;
}

section.executive-committee .the-content-row .service-item.bg-4 {
    background-image: url('assets/images/anser-batool.png');
    background-position: top center;
}

section.executive-committee .the-content-row .service-item.bg-5 {
    background-image: url('assets/images/iqra-shabbir.png');
    background-position: top center;
}

section.executive-committee .the-content-row .service-item.bg-6 {
    background-image: url('assets/images/momina.png');
    background-position: top center;
}

section.executive-committee .the-content-row .service-item.bg-7 {
    background-image: url('assets/images/farheen.png');
    background-position: top center;
}

section.executive-committee .the-content-row .service-item.bg-8 {
    background-image: url('assets/images/andleeb-naqvi.png');
    background-position: top center;
}
/* Page Leadership style end */

/* Page Partner style start */
section.become-our-partner {
    padding: 100px 0px 80px;
    margin: -20px 0px 80px;
    background-image: url('assets/images/partner-bg.png');
    clip-path: ellipse(200% 100% at 50% 0%);
}

section.become-our-partner .the-content h2 {
    font-size: 60px;
    margin:0px;
    color: rgba(17, 17, 17, 1);
}

section.become-our-partner .the-content p {
    margin: 30px 0px;
    color: rgba(17, 17, 17, 0.8);
}

section.become-our-partner .the-content a.the-button {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

section.become-our-partner .the-content a.the-button:hover {
    transform: scale(1.05);
    background-color: #1766a9;
}

section.become-our-partner .the-image img {
    width: 100%;
    border-radius: 35px;
}

section.impact-contribute {
    margin: 80px 0px;
}

section.impact-contribute .the-heading {
    text-align: center;
    margin-bottom: 60px;
}

section.impact-contribute .the-heading span {
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: linear-gradient(90deg, #AFD13B, #1766A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.impact-contribute .the-heading h2 {
    font-size: 60px;
    margin: 20px 0px 0px;
}

section.impact-contribute .the-content-area {
    justify-content: center;
}

section.impact-contribute .the-content-area .the-impact-detail {
    padding: 30px;
    background-color: rgba(250, 250, 250, 1);
    border-radius: 35px;
    margin: 0px 5px;
    height: 100%;
}

section.impact-contribute .the-content-area .the-image {
    margin-bottom: 50px;
}

section.impact-contribute .the-content-area .the-image img {
    width: 60px;
}

section.impact-contribute .the-content-area .the-impact-detail h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: rgba(17, 17, 17, 1);
}

section.impact-contribute .the-content-area .the-impact-detail p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
}
/* Page Partner style end */

/* page be-an-ambassador sty;e start */
section.be-ambassador {
    margin: 80px 0px;
}

section.be-ambassador .the-heading {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

section.be-ambassador .the-heading span {
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: linear-gradient(90deg, #AFD13B, #1766A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.be-ambassador .the-heading h2 {
    font-size: 60px;
    margin: 15px 0px;
}

section.be-ambassador .the-heading p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
    width: 75%;
}

section.be-ambassador .the-image img {
    width: 100%;
    border-radius: 35px;
}



section.be-ambassador .the-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

section.be-ambassador .the-content p {
    font-weight: 500;
    font-size: 24px;
}

section.be-ambassador .the-content ul li {
    padding: 30px 0px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-size: 20px;
    font-weight: 600;
    color: rgba(17, 17, 17, 1);
}

section.be-ambassador .the-content ul li:first-child {
    padding-top: unset;
}

section.be-ambassador .the-content ul li:last-child {
    border: unset;
    padding-bottom: unset;
}
/* page be-an-ambassador sty;e end */

/* Page Contact us style start */
section.contact-us {
    margin: 80px 0px;
}

section.contact-us .the-content-area {
    justify-content: center;
}

section.contact-us .in-touch {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

section.contact-us .in-touch a.info {
    background-image: url(./assets/images/mail-us.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 25px;
    color: rgba(17, 17, 17, 1);
    text-decoration: none;
}

section.contact-us .in-touch a.phone {
    background-image: url(./assets/images/call.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 25px;
    color: rgba(17, 17, 17, 1);
    text-decoration: none;
}

section.contact-us .in-touch a.info:hover,
section.contact-us .in-touch a.phone:hover {
    opacity: 0.7;
}

section.contact-us .the-image {
    margin-top: 80px;
}

section.contact-us .the-image iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

section.contact-us .the-image img {
    width: 100%;
    border-radius: 20px;
}

section.contact-us .the-form {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.contact-us .the-form h2 {
    font-size: 56px;
    margin: 0px;
}

section.contact-us .the-form p {
    margin: 30px 0px;
    text-align: center;
}

section.contact-us .the-form .form-message {
    padding: 12px 16px;
    border-radius: 10px;
    margin: 20px 0px;
    font-weight: 600;
    border: 1px solid transparent;
}

section.contact-us .the-form .form-message--success {
    background-color: #EAF6D3;
    color: #2F5F0A;
    border-color: #C8E3A1;
}

section.contact-us .the-form .form-message--error {
    background-color: #FFE3E3;
    color: #7A0B0B;
    border-color: #F3B4B4;
}

section.contact-us .the-form form input,
section.contact-us .the-form form select,
section.contact-us .the-form form textarea {
    width: 100%;
    padding: 30px 1px 25px;
    margin-bottom: 20px;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
}

section.contact-us .the-form form textarea::placeholder,
section.contact-us .the-form form input::placeholder,
section.contact-us .the-form form select {
    color: #111111CC;
    font-weight: 600;
}

section.contact-us .the-form form input:focus,
section.contact-us .the-form form select,
section.contact-us .the-form form textarea {
    outline: none;
}

section.contact-us .the-form form textarea {
    height: 85px;
    margin-top: 15px;
}

section.contact-us .the-form form select option:hover {
    background-color: #AFD13B;
}

section.contact-us .the-form form button {
    background-color: #AFD13B;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    border: unset;
    transition: all 0.3s ease-in-out;
    margin-top: 30px; 
}

section.contact-us .the-form form button:hover {
    transform: scale(1.05);
    background-color: #1766a9;
}
/* Page Contact us style end */

/* page gallery style start */
section.gallery {
    margin: 80px 0;
}

section.gallery .gallery-row {
    padding: 0 20px;
    row-gap: 30px;
}

section.gallery .gallery-row img {
    width: 100%;
    height: 350px;
    border-radius: 35px;
    padding: 0 5px;
    object-fit: cover;
    cursor: pointer;
}

/* Lightbox */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    touch-action: pan-y;
    user-select: none;
}

.gallery-lightbox.is-open {
    display: flex;
    cursor: grab;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    text-align: center;
}

.gallery-lightbox img {
    max-width: min(95vw, 1200px);
    max-height: 85vh;
    border-radius: 25px;
    user-select: none;
    -webkit-user-drag: none;
    object-fit: contain;
}

.lightbox-caption {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 0px;
}

.gallery-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
/* page gallery style end */

/* pages of evnet style start */
section.event-hero {
    background-color: #01030B;
    padding: 80px 0px 180px;
    display: flex;
    align-items: center;
}

section.event-hero h1 {
    color: #FFFFFF;
    font-size: 60px;
}

section.network-image {
    margin: -100px 0px 80px;
}

section.network-image .the-image {
    padding: 0px 20px;
}

section.network-image .the-image img {
    width: 100%;
    border-radius: 35px;
}

section.online-conference {
    margin: 80px 0px;
}

section.online-conference .the-content-area {
    padding: 0px 20px;
}

section.online-conference .the-content-area .date-time {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

section.online-conference .the-content-area .date-time .date {
    color: #01030B;
    background-image: url(assets/images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    display: flex;
    align-items: center;
    background-size: 16px;
    background-position: left center;
}

section.online-conference .the-content-area .date-time .time {
    color: #01030B;
    background-image: url(assets/images/clock-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    display: flex;
    align-items: center;
    background-size: 16px;
    background-position: left center;
}

section.online-conference .the-content-area .the-content h2 {
    color: #111111;
    font-size: 56px;
    margin-bottom: 20px;
}

section.online-conference .the-content-area .image-area h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: rgba(17, 17, 17, 0.8);
}

section.online-conference .the-content-area .the-content p {
    color: rgba(17, 17, 17, 0.8);
    font-size: 18px;
    margin: 20px 0px 0px;
    line-height: 24px;
}

section.online-conference .the-content-area .the-list {
    margin: 50px 0px;
}                        

section.online-conference .the-content-area .the-content ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.online-conference .the-content-area .the-content ul li {
    background-image: url(assets/images/list-icon.png);
    padding: 15px 15px 15px 50px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    color: rgba(17, 17, 17, 0.8);
    background-color: #F7F7F7;
    border-radius: 14px;
}

section.online-conference .the-content-area .image-area {
    margin: 50px 0px 80px;
    row-gap: 30px;
}

section.online-conference .the-content-area .image-area .the-image img {
    width: 100%;
    border-radius: 20px;
}

section.online-conference .the-content-area .image-area p {
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 5px;
}

section.online-conference .the-content-area .image-area p:last-child {
    margin-bottom: 0px;
}

section.online-conference .speaker-area {
    padding: 0px 20px;
}                        

section.online-conference .the-content-area h2 {
    color: #111111;
    font-size: 56px;
    margin-bottom: 40px;
}

section.online-conference .the-content-area .speaker-area .the-speaker .detail {
    background-color: white;
    color: black;
    height: fit-content;
    width: 100%;
    padding: 15px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

section.online-conference .the-content-area .speaker-area .the-speaker .detail h3{
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px;
    color: rgba(17, 17, 17, 1);
}

section.online-conference .the-content-area .speaker-area .the-speaker .detail p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
    font-size: 15px;
}

section.online-conference .the-content-area .speaker-area .the-speaker.bg-1 {
    background-image: url(assets/images/kevin.png);
    background-position: top center;
    padding: 10px;
    border-radius: 35px;
    height: 330px;
    object-fit: cover;
    display: flex;
    background-color: #1766A9;
}

section.online-conference .the-content-area .speaker-area .the-speaker.bg-2 {
    background-image: url(assets/images/albert.png);
    background-position: top center;
    padding: 10px;
    border-radius: 35px;
    height: 330px;
    object-fit: cover;
    display: flex;
    background-color: #1766A9;
}

section.online-conference .the-content-area .speaker-area .the-speaker.bg-3 {
    background-image: url(assets/images/james.png);
    background-position: top center;
    padding: 10px;
    border-radius: 35px;
    height: 330px;
    object-fit: cover;
    display: flex;
    background-color: #1766A9;
}

section.online-conference .the-content-area .side-bar .widget-info {
    background-color: #1766A9;
    border-radius: 18px;
    padding: 25px;
}

section.online-conference .the-content-area .side-bar .event-info h2 {
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}

section.online-conference .the-content-area .side-bar .event-info ul {
    list-style: none;
    padding: 0px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
}

section.online-conference .the-content-area .side-bar .event-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

section.online-conference .the-content-area .side-bar .event-info ul li:first-child {
    padding-top: 0px;
}

section.online-conference .the-content-area .side-bar .event-info ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

section.online-conference .the-content-area .side-bar .event-info ul li .list-info {
    display: flex;
    align-items: center;
}

section.online-conference .the-content-area .side-bar .event-info ul li .list-info span {
    filter: invert(1);
    display: flex;
    align-items: center;
    margin-right: 7px;
}

section.online-conference .the-content-area .side-bar .widget-event {
    margin-top: 15px;
    background-color: rgba(247, 247, 247, 1);
    padding: 25px;
    border-radius: 20px;
}

section.online-conference .the-content-area .side-bar .widget-event h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

section.online-conference .the-content-area .side-bar .widget-event ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

section.online-conference .the-content-area .side-bar .widget-event ul li {
    color: rgba(17, 17, 17, 0.8);
    padding: 20px 0px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16);
    cursor: pointer;
}
section.online-conference .the-content-area .side-bar .widget-event ul li:hover {
    opacity: 0.7;
}

section.online-conference .the-content-area .side-bar .widget-event ul li:first-child {
    padding-top: 0px;
}

section.online-conference .the-content-area .side-bar .widget-event ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

section.online-conference .the-content-area .side-bar .widget-event ul li a {
    text-decoration: none;
    color: rgba(17, 17, 17, 0.8);
    background-image: url(assets/images/link-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    padding-right: 15px;
}

section.event-schedule {
    margin: 80px 0px;
    padding: 120px 0px;
    background-image: url(assets/images/event-schedule-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

section.event-schedule .the-content-row {
    padding: 0px 20px;
}

section.event-schedule .the-content-row .the-content-area {
    text-align: center;
    margin-bottom: 50px;
}

section.event-schedule .the-content-row .the-content-area span {
    font-size: 24px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    background: linear-gradient(90deg, #AFD13B, #1766A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.event-schedule .the-content-area h2 {
    color: #111111;
    font-size: 56px;
    margin: 15px 0px 0px;
}

section.event-schedule .the-content-row .event {
    background-color: white;
    padding: 15px;
    border-radius: 25px;
    height: 100%;
}

section.event-schedule .the-content-row .event a {
    text-decoration: none;
}

section.event-schedule .the-content-row .event a:hover {
    opacity: 0.8;
}

section.event-schedule .the-content-row .event img {
    width: 100%;
    border-radius: 25px;
}

section.event-schedule .the-content-row .event h3 {
    margin: 20px 0px;
    font-size: 36px;
    color: rgba(17, 17, 17, 1);
}

section.event-schedule .the-content-row .event h4 {
    margin: 20px 0px;
    font-size: 24px;
    color: rgba(17, 17, 17, 1);
}

section.event-schedule .the-content-row .event .event-detail .location {
    display: flex;
    gap: 10px;
    align-items: center;
}

section.event-schedule .the-content-row .event .date-time {
    display: flex;
    gap: 20px;
    margin: 20px 0px;
}

section.event-schedule .the-content-row .event .date-time p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
}

section.event-schedule .the-content-row .event .date-time span {
    display: flex;
    align-items: center;
}

section.event-schedule .the-content-row .event .date-time .time {
    display: flex;
    gap: 10px;
    align-items: center;
}

section.event-schedule .the-content-row .event .date-time .date {
    display: flex;
    gap: 10px;
    align-items: center;
}

section.event-schedule .the-content-row .event .event-detail span {
    display: flex;
    align-items: center;
}

section.event-schedule .the-content-row .event .event-detail p {
    margin: 0px;
    color: rgba(17, 17, 17, 0.8);
}

section.event-schedule .the-content-row .event .event-detail .location img {
    border-radius: unset;
}

section.event-schedule .the-content-row .event  .date-time img {
    width: 16px;
    height: 16px;
    border-radius: unset;
}

section.event-schedule .the-content-row .event .the-cta a {
    text-decoration: none;
    background-color: rgba(175, 209, 59, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

section.event-schedule .the-content-row .event .the-cta a:hover {
    transform: scale(1.05);
    background-color: #1766a9;
}

section.event-locations {
    margin: 80px 0px;
}

section.event-locations .the-content-row {
    padding: 0px 20px;
}

section.event-locations .the-content h2 {
    color: #111111;
    font-size: 36px;
    margin-bottom: 20px;
}

section.event-locations .the-content .date-time p {
    margin-bottom: 0px;
    color: rgba(17, 17, 17, 0.8);
}

section.event-locations .the-content .date-time span {
    display: flex;
    align-items: center;
}

section.event-locations .the-content .date-time .location {
    margin-bottom: 15px;
}

section.event-locations .the-content .date-time .location,
section.event-locations .the-content .date-time .time {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(17, 17, 17, 0.8);
}

section.event-locations .the-map iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
}
/* pages of evnet style end */

/* Media Screens */

@media (min-width: 1399.99px) {
    section.about .the-content {
        padding-right: 50px;
    }

    section.become-our-partner .the-content {
        padding-right: 50px;
    }
}

@media (min-width: 1199.99px) {
    section.be-ambassador .the-content {
        padding-left: 50px;
    }

    section.online-conference .the-content-area .the-content .the-list {
        width: 90%;
    }
}

@media (min-width: 1155.99px) {
    section.online-conference .the-content-area .side-bar {
        padding-left: 10px;
    }
}

@media (min-width: 991.99px) {
    header.site-header .navbar .dropdown:hover > .dropdown-menu,
    header.site-header .navbar .dropdown:focus-within > .dropdown-menu {
        display: block;
        margin-top: 0;
        padding: 0px;
        border-radius: unset;
        min-width: 250px;
    }

    section.about .the-image {
        padding-left: 50px;
    }

    section.connect-us .the-form {
        padding-left: 30px;
    }

    section.motivate .the-image {
        padding-left: unset;
    }

    section.motivate .the-content {
        padding-left: 30px;
    }
}

@media(max-width: 1199.98px) {
    header.site-header nav.navbar ul li.the-button a {
        padding: 10px 15px;
        margin-left: 5px;
    }

    section.hero-slider .the-content h1 {
        font-size: 48px;
    }

    section.about .the-content h2 {
        font-size: 46px;
    }

    section.our-services .the-head .the-heading h2 {
        font-size: 46px;
    }

    section.upcoming-events .the-content h2 {
        font-size: 46px;
    }

    section.upcoming-events .event-content h3 {
        font-size: 30px;
    }

    section.connect-us .the-form h2 {
        font-size: 42px;
    }

    section.volunteer {
        background-size: cover;
        background-position: top;
    }

    section.volunteer .the-content h2 {
        font-size: 48px;
        margin: 20px 0px 0px;
    }

    section.volunteer .the-content a.the-button {
        margin-top: 20px;
    }

    /* Page Aboout us styling starts */
    section.about-hero {
        padding: 150px 0px;
    }

    section.about-hero h1 {
        font-size: 48px;
    }

    /* Page Committee style start */
    section.youth-committee .heading h2,
    section.volunteer-committee .heading h2,
    section.fundraising .heading h2,
    section.executive .heading h2 {
        font-size: 46px;
    }

    section.executive-committee .heading h2 {
        font-size: 46px;
    }

    /* page partner style */
    section.become-our-partner .the-content h2 {
        font-size: 46px;
    }

    section.impact-contribute .the-heading h2 {
        font-size: 46px;
    }

    section.be-ambassador .the-heading h2 {
        font-size: 46px;
    }

    section.be-ambassador .the-heading p {
        width: 100%;
    }

    section.contact-us .the-form h2 {
        font-size: 42px;
    }

    /* event pages style start */
    section.event-hero h1 {
        font-size: 48px;
    }

    section.online-conference .the-content-area .the-content h2 {
        font-size: 42px;
    }
    
    section.online-conference .the-content-area .image-area h3 {
        font-size: 26px;
    }

    section.online-conference .the-content-area h2 {
        font-size: 42px;
    }
    section.event-schedule {
        padding: 80px 0px;
    }
    section.event-schedule .the-content-area h2 {
        font-size: 42px;
    }

    section.event-schedule .the-content-row .event h3 {
        font-size: 32px;
    }

    section.event-schedule .the-content-row .event h4 {
        font-size: 22px;
    }

    section.event-schedule .the-content-row .event .date-time {
        flex-direction: column;
    }

    section.online-conference .the-content-area .side-bar .event-info ul li {
        font-size: 14px;
    }
    /* event pages style end */
}

@media (max-width: 1150.98px) {
    section.volunteer {
        background-position: bottom;
    }

    /* page about us style */
    section.about-hero {
        padding: 130px 0px;
    }
}

@media (max-width: 1023.98px) {
    section.online-conference .the-content-area .side-bar .widget-info {
        padding: 15px;
    }

    section.online-conference .the-content-area .side-bar .widget-event {
        padding: 15px;
    }
}

@media(max-width: 991.98px) {
    header.site-header nav.navbar ul.navbar-nav {
        gap: 0px;
    }

    header.site-header nav.navbar ul li.nav-item {
        position: relative;
    }

    header.site-header nav.navbar ul li.nav-item > a {
        flex: 1 1 auto;
        padding-right: 48px;
    }

    header.site-header nav.navbar ul li.nav-item .dropdown-toggle-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        margin-left: auto;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: transparent;
        color: #ffffff;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 2px;
        border-radius: 12px;
        opacity: 0.6;
    }
    
    header.site-header nav.navbar ul li.nav-item .dropdown-toggle-btn::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #ffffff;
        transition: transform 0.2s ease;
    }

    header.site-header nav.navbar ul li.nav-item.is-open .dropdown-toggle-btn::before {
        transform: rotate(180deg);
    }

    header.site-header nav.navbar ul li.nav-item ul.dropdown-menu,
    header.site-header nav.navbar ul li.nav-item ul.sub-menu {
        position: static;
        width: 100%;
        margin-top: 8px;
        padding-left: 12px;
        display: none;
        border-radius: 8px;
    }

    header.site-header .navbar .dropdown:hover > .dropdown-menu,
    header.site-header .navbar .dropdown:focus-within > .dropdown-menu {
        border: unset;
        border: unset;
        padding: 0px;
        margin: 0px;
    }
    
    header.site-header .navbar .dropdown:hover > .dropdown-menu li {
        border: unset;
    }

    header.site-header nav.navbar ul li.nav-item.is-open > ul.dropdown-menu {
        display: inline;
    }

    header.site-header nav.navbar ul li.nav-item.is-open > ul.sub-menu {
        display: inline;
    }

    header.site-header nav.navbar ul li.nav-item ul.dropdown-menu li a.active {
        background-color: unset;
    }

    header.site-header nav.navbar ul li.the-button a {
        text-align: center;
    }

    header.site-header nav.navbar ul li.nav-item ul.dropdown-menu li a,
    header.site-header nav.navbar ul li.nav-item ul.sub-menu li a {
        padding: 10px 12px;
    }

    header.site-header nav.navbar ul li.the-button a {
        margin: 10px 0px 10px;
    }

    header.site-header nav.navbar ul li.the-button a {
        display: block;
    }

    .dropdown-toggle::after {
        display: none;
    }

    footer.site-footer {
        padding: 50px 0px 150px;
    }

    footer.site-footer .social {
        margin-bottom: 35px;
    }

    section.hero-slider .the-content h1 {
        font-size: 36px;
    }

    section.what-we-do .the-content-row .heading-part {
        margin-bottom: 50px;
    }

    section.what-we-do .the-content-row .heading-part h2 {
        margin: 0px;
    }

    section.about .the-content h2 {
        font-size: 32px;
    }

    section.about .the-content h2 {
        margin-bottom: 20px;
    }

    section.about .the-content a.the-button {
        margin-top: 20px;
    }

    section.our-services {
        margin: 50px 0px;
    }

    section.our-services .the-services-area a .service-item.bg-1 {
        background-image: url(assets/images/personal-development-women.jpeg);
        background-repeat: no-repeat;
        background-position: center;
    }

    section.our-services .the-services-area a .service-item.bg-2 {
        background-image: url(assets/images/free-coaching.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

    section.our-services .the-services-area a .service-item.bg-3 {
        background-image: url(assets/images/youth-mentorship.jpeg);
        background-repeat: no-repeat;
        background-position: center;
    }

    section.our-services .the-services-area a .service-item.bg-4 {
        background-image: url(assets/images/wellness-camp.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

    section.our-services .the-services-area a .service-item.bg-5 {
        background-image: url(assets/images/brilliance-literacy-chapter.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    section.our-services .the-services-area a .service-item.bg-6 {
        background-image: url(assets/images/ongoing-research.jpeg);
        background-repeat: no-repeat;
        background-position: center;
    }

    section.our-services .the-services-area a .service-item.bg-7 {
        background-image: url(assets/images/highlighting.jpeg);
        background-repeat: no-repeat;
        background-position: center;
    }

    section.our-services .the-services-area a .service-item h3 {
        color: white;
        text-shadow: 1px 2px 6px black;
    }

    section.upcoming-events .event-card {
        padding: 20px;
    }

    section.upcoming-events .event-datetime {
        align-items: flex-start;
        gap: 15px;
        flex-direction: column;
    }

    section.upcoming-events .event-content h3 {
        font-size: 24px;
    }

    section.connect-us .the-image {
        margin-bottom: 40px;
    }

    section.connect-us .the-content-area .top-order {
        order: 2;
    }

    section.connect-us .the-form h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    section.volunteer {
        padding: 60px 0px 80px;
    }

    /* page about style */
    section.about-hero {
        padding: 100px 0px;
    }

    section.about-more span {
        margin-bottom: 15px;
    }

    /* Page Committee style start */
    section.executive .the-content-row {
        column-gap: unset;
        row-gap: 25px;
    }

    section.youth-committee .heading h2,
    section.volunteer-committee .heading h2,
    section.fundraising .heading h2,
    section.executive .heading h2 {
        font-size: 36px;
    }

    section.volunteer-committee {
        background-image: unset;
        background-color: rgb(23 102 169 / 9%);
    }

    section.executive-committee .the-content-row .service-item {
        height: 400px;
    }

    /* page partner style */
    section.impact-contribute .the-content-area .the-impact-detail {
        padding: 15px;
        border-radius: 30px;
    }

    section.impact-contribute .the-content-area .the-image {
        margin-bottom: 30px;
    }

    section.impact-contribute .the-content-area .the-impact-detail h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    section.be-ambassador .the-content ul li {
        padding: 15px 0px 15px;
        font-size: 16px;
    }

    /* page Conatct us style start */
    section.contact-us .the-content-area .top-order {
        order: 2;
    }

    section.contact-us .the-form h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    /* page Conatct us style end */

    /* event pages style start */
    section.online-conference .the-content-area .side-bar {
        margin-top: 80px;
    }

    section.online-conference .the-content-area .side-bar .widget-info {
        padding: 30px;
    }

    section.online-conference .the-content-area .side-bar .widget-event {
        padding: 30px;
    }

    section.online-conference .the-content-area .side-bar .event-info ul li {
        font-size: 16px;
    }

    section.event-schedule .the-content-row {
        padding: unset;
    }

    section.event-schedule .the-content-row .event {
        padding: 12px;
    }

    section.event-schedule .the-content-row .event h4 {
        font-size: 18px;
    }

    section.event-schedule .the-content-row .event .event-detail p {
        font-size: 14px;
    }

    section.event-schedule .the-content-row .event .date-time p {
        font-size: 14px;
    }
    /* event pages style end */
}

@media (max-width: 767.98px) {
    footer.site-footer { 
        padding: 50px 0px 100px;
    }
    footer.site-footer .quick-links {
        margin-top: 0px;
    }

    section.hero-slider {
        margin-bottom: 50px;
    }

    section.hero-slider .the-content {
        bottom: 30px;
    }

    section.hero-slider .the-content h1 {
        font-size: 28px;
    }

    section.what-we-do {
        margin: 50px 0px;
    }

    section.what-we-do .the-content-row .heading-part {
        margin-bottom: 30px;
    }

    section.what-we-do .the-content-row .service-item {
        margin-bottom: 30px;
    }

    section.what-we-do .the-content-row .service-item.bg-3 {
        margin-bottom: 0px;
    }

    section.about {
        padding: 50px 0px;
        margin: 50px 0px;
        background-size: cover;
        clip-path: unset;
        background-color: #F1F6FA;
        background-image: unset;
    }

    section.about .order-position {
        order: 2;
    }

    section.about .the-content {
        margin-top: 30px;
    }

    section.about-more .the-image {
        margin-top: 30px;
    }

    section.about-more .the-content {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    section.volunteer-section .the-content {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    section.our-services .the-head .the-heading h2 {
        font-size: 32px;
    }

    section.our-services .the-services-area a.the-button {
        margin-top: 20px;
    }

    section.our-services .the-services-area {
        margin-top: 30px;
        justify-content: center;
    }

    section.upcoming-events {
        margin: 50px 0px;
    }

    section.upcoming-events .event-card {
        height: unset;
    }

    section.upcoming-events .the-content {
        margin-bottom: 0px;
    }

    section.upcoming-events .the-content h2 {
        font-size: 32px;
    }

    section.upcoming-events .event-card {
        margin-top: 30px;
    }

    section.upcoming-events .event-content h3 {
        font-size: 26px;
    }

    section.connect-us {
        margin: 50px 0px;
    }

    section.connect-us .the-form h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    section.volunteer {
        padding: 50px 0px 80px;
        margin: 50px 0px 0px;
    }

    section.volunteer .the-content h2 {
        font-size: 30px;
    }

    section.our-services .the-head .the-heading {
        gap: 5px;
    }

    /* Page abut style */
    section.about-hero {
        padding: 50px 0px;
        background-size: cover;
    }

    section.about-hero h1 {
        font-size: 32px;
    }

    section.about-more {
        padding: 0px;
        background-color: unset;
    }

    section.about-more .the-content h2 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    section.about-more .the-content p {
        margin-top: 20px;
    }

    section.youth .the-content p {
        margin-top: 5px;
    }

    section.motivate .order-top {
        order: 1;
    }

    section.motivate .order-bottom {
        order: 2;
    }

    section.motivate .the-content {
        margin-bottom: 30px;
        margin-top: 0px;
    }

    section.motivate .the-content h2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    section.about-more span {
        margin-bottom: 15px;
    }

    /* Page Committee style start */
    section.executive .the-content-row,
    section.youth-committee .the-content-row, 
    section.fundraising .the-content-row, 
    section.volunteer-committee .the-content-row {
        row-gap: 15px;
        padding: 0px 15px;
    }

    
    section.youth-committee .heading h2,
    section.volunteer-committee .heading h2,
    section.fundraising .heading h2,
    section.executive .heading h2 {
        font-size: 28px;
    }

    section.volunteer-committee {
        margin: 50px 0px;
        padding: 50px 0px;
    }

    section.youth-committee .heading, 
    section.volunteer-committee .heading, 
    section.fundraising .heading, 
    section.executive .heading {
        margin-bottom: 0px;
    }

    section.youth-committee .the-content-row .service-item,
    section.volunteer-committee .the-content-row .service-item,
    section.fundraising .the-content-row .service-item,
    section.executive .the-content-row .service-item {
        margin-bottom: 0px;
    }

    section.executive-committee {
        margin: 50px 0px;
    }

    section.executive-committee .the-content-row {
        row-gap: 15px;
    }

    section.executive-committee .heading h2 {
        font-size: 28px;
    }

    section.executive-committee .heading {
        margin-bottom: 0px;
    }

    section.executive-committee .the-content-row .service-item {
        margin-bottom: 0px;
    }

    /* page partner style */
    section.become-our-partner {
        padding: 70px 0px 50px;
        margin: -20px 0px 50px;
        clip-path: unset;
    }

    section.become-our-partner .order-position {
        order: 2;
    }

    section.become-our-partner .the-content h2 {
        font-size: 32px;
    }

    section.become-our-partner .the-content {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    section.become-our-partner .the-content p {
        margin: 15px 0px 20px;
    }

    section.impact-contribute {
        margin: 50px 0px;
    }

    section.impact-contribute .the-heading {
        margin-bottom: 30px;
    }

    section.impact-contribute .the-heading h2 {
        font-size: 32px;
        margin-top: 10px;
    }

    section.impact-contribute .the-content-area {
        row-gap: 30px;
    }

    section.impact-contribute .the-content-area .the-impact-detail {
        margin: 0px 15px;
    }

    /* page be an ambassador */
    section.be-ambassador {
        margin: 50px 0px;
    }

    section.be-ambassador .the-heading {
        margin-bottom: 30px;
    }

    section.be-ambassador .the-heading h2 {
        font-size: 32px;
        margin: 10px 0px;
    }

    section.be-ambassador .the-image {
        margin-bottom: 30px;
    }

    /* Page contact us style start */
    section.contact-us {
        margin: 50px 0px;
    }

    section.contact-us .the-form h2 {
        font-size: 32px;
    }
    
    section.contact-us .the-form p {
        margin: 15px 0px;
    }

    section.contact-us .in-touch {
        justify-content: center;
        margin-bottom: 15px;
        gap: 15px;
    }
    
    section.contact-us .the-form form input, 
    section.contact-us .the-form form select, 
    section.contact-us .the-form form textarea {
        padding: 20px 1px 12px;
    }
    
    section.contact-us .the-form form textarea {
        height: 60px;
    }
    
    section.contact-us .the-form form button {
        margin-top: 15px;
    }

    section.contact-us .the-image {
        margin-top: 50px;
    }

    /* page gallery style start */
    section.gallery {
        margin: 50px 0;
    }

    section.gallery .gallery-row {
        padding: 0px 10px;
    }

    .gallery-lightbox img {
        height: 70vh;
    }

    .gallery-lightbox-close {
        top: 0px;
        right: 15px;
    }

    /* event pages style start */
    section.event-hero {
        padding: 50px 0px;
    }

    section.event-hero h1 {
        font-size: 28px;
    }

    section.network-image {
        margin: 50px 0px;
    }

    section.network-image .the-image {
        padding: unset;
    }

    section.online-conference {
        margin: 50px 0px;
    }

    section.online-conference .the-content-area .the-content h2 {
        font-size: 28px;
    }

    section.online-conference .the-content-area {
        padding: unset;
    }

    section.online-conference .the-content-area .the-list {
        padding: unset;
        margin: 30px 0px;
    }

    section.online-conference .the-content-area .image-area {
        margin: 30px 0px;
    }

    section.online-conference .the-content-area .image-area {
        margin: 30px 0px 50px;
        row-gap: 30px;
    }

    section.online-conference .speaker-area {
        padding: 0px 15px;
        row-gap: 30px;
    }

    section.online-conference .the-content-area h2 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    section.online-conference .the-content-area .side-bar {
        margin-top: 50px;
    }

    section.online-conference .the-content-area .side-bar .event-info h2 {
        font-size: 28px;
    }

    section.online-conference .the-content-area .side-bar .widget-event h2 {
        font-size: 26px;
    }
    
    section.event-schedule {
        margin: 50px 0px;
        padding: 50px 0px;
        background-color: #F1F6FA;
        background-image: unset;
    }

    section.event-schedule .the-content-row {
        gap: 30px;
    }

    section.event-schedule .the-content-row .the-content-area {
        margin-bottom: 0px;
    }
    
    section.event-schedule .the-content-row .the-content-area span {
        font-size: 20px;
    }

    section.event-schedule .the-content-area h2 {
        margin-top: 5px;
        font-size: 28px;
    }

    section.event-schedule .the-content-row .event h3 {
        font-size: 26px;
    }

    section.event-schedule .the-content-row .event .event-detail p {
        font-size: 16px;
    }

    section.event-schedule .the-content-row .event .date-time p {
        font-size: 16px;
    }

    section.event-locations {
        margin: 50px 0px;
    }

    section.event-locations .the-content h2 {
        font-size: 28px;
    }

    section.event-locations .the-content-row {
        padding: 0px;
        row-gap: 30px;
    }
    
}


@media(max-width: 575.98px) {
    section.our-services .the-services-area.detail {
        padding: 0px 5px;   
    }
}

@media (max-width: 413.98px) {
    section.online-conference .the-content-area .date-time {
        font-size: 14px;
    }

    section.online-conference .the-content-area .side-bar .event-info ul li {
        font-size: 14px;
    }
}