/********** Template CSS **********/
:root {
    /* --primary: #1d79be; */
    --primary: #1d79be;
    --light: #ffffff;
    --dark: #181d38;
}

body {
    overflow-x: hidden !important;
}


.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

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


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

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


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.text-head-primary {
    color: #17458F;
}

/* .containerf{
    margin-left: 0.rem;
    margin-right: 0.5rem;
}  */
.btn.btn-primary {
    background-color: #17458F;
    color: #FFFFFF;
}

.btn.btn-secondary {
    background-color: #17458F;
    color: #ffffff;
}

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

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

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

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


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

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    /* text-transform: uppercase; */
    outline: none;
    font-size: 16px;
    /* color: #0f1266 !important; */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color:#17458F;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

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


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(/fronten/Npa/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


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

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

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

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

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

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer {
    background-color: #17458F !important;
}
.footer .btn.btn-social:hover {
    color: #FFAF46;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

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

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

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

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.nav_head {
    padding-left: 0.5em;
}

/* .nav_head h5{
    font-size: 5pt;
} */
.nav_head h6 {
    color: #1d79be;
}


/* cood with kishor */
.carousel {
    position: relative;
    height: 90vh;
    /* overflow: hidden; */
    object-fit: cover;
}

.owl-carousel img {
    height: 100vh !important;
    object-fit: cover;
}

.sliderr {
    height: 90vh !important;
    object-fit: cover;
}

label {
    margin: 0px 10px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    margin-left: 10px;
}

.line-hightt {
    line-height: 25px !important;
}

.members-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    min-height: 370px;
    height: 410px;
    text-align: center;
    transition: 0.2s;
}

.members-box img {
    vertical-align: middle;
    max-width: 100%;
    border-radius: 50%;
    height: 100%;
    border: 0;
    padding: 10px;
}

.members-box p {
    margin: 0 0 10px !important;
}

.members-box:focus,
.members-box:hover {
    color: #17458F;
    background-color: #0000000d;
    /* text-decoration: underline; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16) !important;
    /* padding: 1px; */
}

.members-main-box {
    padding: 10px;
    padding-top: 18px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 400px;
}

/* Animation footer111 */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }
}

/*Other*/

.unique-color-dark {
    background-color: #1d78be1f !important;
}

.executive-commitee {
    background-color: #1d78be10;
}

.fontt {
    font-size: 53px !important;
}

/* about us page cornor desgine  */
.box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
    /* border: 1px solid #134c649e; */
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

/* .box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 80%;
    border:  solid #fff;
    border-width: 0px 5px;



    opacity: 100;

}
.box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 102%;
    border:  solid #fff;
    border-width: 5px 0px;
    opacity: 100;
} */


.introduction {
    position: relative;
}

.introduction-img {
    background-color: #fff !important;
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.355);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.introduction-img::after {
    width: 150px;
    height: 150px;
    content: '';
    position: absolute;
    border: 2px dotted #191A5A;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
    animation: pulse 20s infinite linear;
}

@keyframes pulse {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.introduction-img img {
    width: 100%;
    border-radius: 50%;
}

.breadcrumb-item a {
    color: #fff !important;
}

.download-membership {
    text-decoration: none !important;
    transition: 0.4s;
}

.download-membership:hover {
    text-decoration: underline !important;
}

.membership-apply-button button {
    width: 25%;
    border-radius: 8px;
}

.membership-apply-button button:hover {
    background-color:#17458F !important;
    outline: #17458F;
    color: #fff;
}

.nav-membership-apply {
    margin-right: 9px !important;
}

.nav-membership-apply:hover .btn-primary {
    background-color: #17458F !important;
}

.contact .php-email-form button[type=submit] {
    background: #17458F;
    border: 0;
    padding: 10px 24px;
    color: #fff;
}

.contact .info-box {
    color: #444444;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.bx {
    font-family: boxicons !important;
    font-weight: 400 !important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    /* speak: none; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.g-recaptcha {
    background: #2E3192;
    border: 0;
    padding: 10px 24px !important;
    color: #fff;
}


.executive-committee-title {
    display: inline-block;
    font-size: 25px !important;
    position: relative;
    text-align: center;
    color: #17458F;
    font-size: 30px;
    margin-bottom: 18px;
}
@media (max-width: 576px) {
    .executive-committee-title{
        font-size: 20px !important;
    }

}
    

.executive-committee-title::before,
.executive-committee-title::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #165d94;
    position: absolute;
    border-radius: 0px 0px 4px 0px;
}

.executive-committee-title::before {
    top: 110%;
    width: 90%;
    left: 0;
    transform: translateY(-50%);
}

.executive-committee-title::after {
    top: 130%;
    width: 80%;
    left: 0;
    transform: translateY(-50%);
}




/* Member Details page css*/
.details_conatiner {
    background: #f0f0f0;
    display: flex;
    height: fit-content;
    padding: 30px 44px 40px 44px !important;
    display: grid;
    grid: 1fr;
    align-items: center;
}

.member {
    display: none;
    padding: 20px 15px;
    min-width: 300px;
    max-width: 510px;
    max-height: fit-content;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.247);
    transition: 0.8;
}

.member:hover {
    transition: 0.6s;
    background: rgb(245, 245, 245);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.445);
}

.member img {
    border: 5px solid #ebebeb;
}

.member p {
    margin: 0;
}

/* Animation */
.details {
    padding: 1.5px;
    --border-size: 2px;
    --border-angle: 0turn;
    height: fit-content;
    background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff),
        conic-gradient(from var(--border-angle), transparent 20%, rgb(73, 162, 240), #134C64);
    background-size: calc(100% - (var(--border-size) * 1)) calc(100% - (var(--border-size) * 1)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: bg-spin 5s linear infinite;
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.member strong {
    padding-right: 3px;
    /* color: #103552; */
}

.circleBox {
    height: 100px;
    background-color: #2e3192;
    background-image: linear-gradient(deg, #083142 100%, #9c9ffa 0%);
    width: 100%;
    border-radius: 100px;
    align-items: center;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}

.circleBox img {
    border-radius: 50%;
    border: 4px solid #fff;
    outline-width: 15px 15px 0px 15px;
    outline-color: #2e3192;
    outline-style: solid;
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.name {
    font-size: 24px;
    font-weight: 800 !important;
}

.content-right p {
    margin: 0;
    font-size: 17px;
}

.content-left p {
    margin: 0;
    font-size: 17px;

}

.main-content {
    margin-top: 70px;
}

.member-info .d-flex strong {
    min-width: 180px;
    text-align: left;
}

.member-info-right strong {
    text-align: center;
    min-width: fit-content !important;

}

.member-info-left .d-flex strong,
.content-right .d-flex strong {
    min-width: 180px;
    text-align: left;
}

.member-info-left,
.member-info-right {
    font-size: 20px;
}

.circleBox2 {
    background-color: #2e3192;
    /* background-image: linear-gradient(deg, #083142 100%, #9c9ffa 0%); */
    border-radius: 100px;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.circleBox2 h1,
p {
    margin: 0;
    padding: 0;
}

.circleBox2-img img {
    border-radius: 50%;
    border: 4px solid #fff;
    outline-width: 15px 15px 0px 15px;
    outline-color: #2E3192;
    outline-style: solid;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.member-profile-name {
    margin-bottom: 50px;
}

.download-qr-btn a:hover {
    text-decoration: none !important;
}

/* Responsive */
@media (max-width: 767.98px) {
    .name {
        font-size: 18px !important;
    }

    .circleBox2 {
        padding: 10px 8px;
        margin-top: 16px;
    }

    .member-profile-name {
        margin-bottom: 18px !important;
    }

    .main-content {
        margin-top: 18px;
    }

    .content-left p {
        margin: 0;
        font-size: 16px !important;
    }

    .member-info-left,
    .member-info-right {
        font-size: 16px;
    }

    .member-info-left .d-flex strong,
    .content-right .d-flex strong {
        min-width: 145px;
        text-align: left;
    }

    .skill_experiences {
        font-size: 15.5px !important;
    }

    .skill_experiences span {
        font-size: 16px !important;
    }

    .content-right h3 {
        font-size: 18px;
        margin-top: 14px;
    }

    .qr img {
        width: 80px !important;
    }

    .qr {
        padding: 30px 30px 0px 30px !important;
        display: flex;
        justify-content: center;
    }

    .qr-box {
        /* display: inline !important; */
        width: fit-content;
    }
}

@media (max-width: 992px) {
    .qr img {
        width: 80px !important;
    }

    .qr {
        padding: 30px 30px 0px 30px !important;
        display: flex;
        justify-content: center;
    }

    .qr-box {
        /* display: inline !important; */
        width: fit-content;
    }
}

@media (min-width: 992px) {

    .member-info-left,
    .skill_experiences {
        padding-left: 15px;
    }
}

/* member table css  */
table.custom-datatable {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    padding-top: 31px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

table.custom-datatable td {
    color: #222222 !important;
}

table.custom-datatable th,
table.custom-datatable td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

table.custom-datatable th {
    background-color: #d1d1d1;
    color: #000;
    font-weight: bold;
}

table.custom-datatable tr:nth-child(even) {
    background-color: #f3f3f3;
}

table.custom-datatable tr:hover {
    background-color: #f5f5f5;
    transition: 0.4s;
}

table.custom-datatable_wrapper .dataTables_paginate {
    margin-top: 10px;
}


.custom-datatable_wrapper .dataTables_paginate .paginate_button {
    background-color: #d1d1d1;
    color: white;
    border: none;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px;
}

.custom-datatable_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #d3d3d3;
}

.custom-datatable_wrapper .dataTables_length select,
.custom-datatable_wrapper .dataTables_filter input {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px;
    border-radius: 4px;
}

.myTable_filter {
    margin-bottom: 102px !important;
}

.view-details {
    background-color: #728BDD;
}

.view-details:hover {
    background: #17458F;
    transition: 0.4s;
}

.view-card-table {
    background: #17458F;
}

.view-card-table:hover {
    background: #192b66;
    transition: 0.4s;
}

.view-container {
    transition: opacity 0.5s ease;
}

.hidden {
    display: none;
}

.highlight {
    font-weight: bold;
}

.btn {
    cursor: pointer;
}

.show-news-right img {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.notice-table img {
    width: 50px !important;
    border-radius: 4px;
}
.news-card img{
    object-fit: cover !important;
}

.logo figure {
    height: 78px;
    padding: 7px 0px;
    margin: 0;
}
.logo span {
    padding-left: 8px;
    font-size: 16px;
    color: #17458F;
}
.logo span.color-change {
    color: #ffaf46;
    padding-left: 0;
}
.about-text{
    color: #ffaf46;
}
.read-more-button{
    background-color: #ffaf46;
}
.btn-arrow{
    color:#fff;
    background-color:#ffaf46 ;
}
.chairman-msg{
    text-align: justify;   
    word-spacing: -1px !important;
    hyphens: auto;
}


/* new css */

@media (min-width: 768px) and (max-width: 991.98px) {
  .logo img{
    width:40%;
    padding:0  !important;
  }
  .logo figure {
    height: 63px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo img{
        width:47%;
      }
}
@media (max-width: 576px){
    .logo img{
        width:60%;
      }
      .logo figure {
        height: 70px;
        margin-left: 20px;
    }
}

/* navbar responsive in ipad view */
@media (min-width: 991px) and (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        padding:0  !important;
        margin-right: 20px !important;
        font-size: 12px;
    }
    .logo figure {
         height: 63px;
    }
  }


/*  css for home highlight section */
.highlight-container{
    margin-left: 20px !important;
    margin-right: 0 !important;
    border-radius: 8px;
    border: 0 px solid #ddd;
    border-bottom: 4px solid transparent;
    padding: 30px;
    height:100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.highlight-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.highlight-container img{
    width: 100%;
}

.highlight-img {
    width: 60%;
    max-width: 150px;
    margin-bottom: 15px;
}

.highlight-text {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

/* css for home hero section */
.hero-section {
    margin-top:20px;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('/frontend/img/donate.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Add slight overlay for text readability */
}

.hero-button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    color: #fff;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#fff;
}

.hero-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 300;
}

.hero-button {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #ffaf46;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-button:hover {
    background-color: #17458F;
    color:#fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hero-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px){
    .hero-button {
        padding: 10px 10px !important;
    }
    .hero-section {
        height: 63vh;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-content p {
        line-height: 1.2;
        font-size: 1rem;
    }
}

/* css for membership  why join section */
.membership-join-container {
    background: linear-gradient(135deg, #fff, #ffaf46);
    padding: 2rem;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
}

.reasons-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.reason-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background 0.3s ease;
}

.reason-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.3);
}

.icon-circle {
    background: #fff;
    color: #17458F;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}
.reason-item p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    color: black;
}

/* css for membership process section */
.membership-container {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 10px;
    margin: auto;
}

.members-title h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #17458F;
    /* margin-bottom: 2rem; */
}

.process-steps {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    position: relative;
}

.step {
    width: 200px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.step-circle {
    background-color:#ffaf46;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -3rem auto 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.step-content h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0.5rem 0;
    color: #333;
}

.step-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

.arrow {
    width: 100px;
    height: 2px;
    background-color: #ffaf46;
    position: relative;
    margin: 0 -25px;
}

.arrow::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffaf46;
    border-right: 2px solid #ffaf46;
    transform: rotate(45deg);
}
@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        gap: 3rem;
    }

    .arrow {
        display: none;
    }
}


/* homepage styling  */
.about-rotary p{
    text-align: justify;
    word-spacing: -1px !important;
    hyphens: auto;
}

.president-details {
    background: #E9EAEC;
    color: #17458F;
    padding: 8px 8px;
    border-radius: 8px;
    text-align: left;
    max-width: 400px;
}

.president-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #17458F;
}
.president-title {
    font-size: 1rem;
    /* margin: 5px 0 0; */
    font-style: italic;
    color: #17458F;
}

.styled-image {
    position: relative;
    overflow: hidden;
    height: 400px; 
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


@media (min-width:991px){
    .president-image2{
        display: none;
    }
    .styled-image:hover {
    transform: scale(1.05); 
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); 
}
}
@media (max-width:991px){
    .president-image1{
        display: none;
    }
}
@media (min-width: 776px) and (max-width: 991px) {
    .highlight-container{
        padding: 8px !important;
    }
}

/* highlight styling */

.highlight {
    position: relative;
    padding: 20px 0;
}

.highlight-event {
    position: relative;
    padding: 20px 20px 20px 50px;
    margin-bottom: 50px;
}

.highlight-event:last-child {
    margin-bottom: 0;
}

.highlight-icon {
    position: absolute;
    top: -12px;
    left: 0px;
    width: 160px;
    height: 160px;
    background: #fff;
    border: 2px solid rgba(23, 69, 143, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.highlight-icon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.highlight-content {
    margin-left: 150px;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px 20px;
    border: 3px solid rgba(255, 175, 70, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.highlight-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #17458F;
    margin-bottom: 10px;
}

.highlight-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #333;
}

/* Responsive Design for highlights*/
@media (min-width: 991px) {
    .highlight-content:hover {
    transform: scale(1.05); 
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); 
}
}
@media (max-width:767px){
    .highlight-event{
        padding: 20px 20px 20px 20px !important;
        margin-bottom:0px !important;
        display: flex; 
        flex-direction: column;
        align-items: center;
        text-align: center; 
    }
        .highlight-icon {
            position: relative;
            margin-bottom: 10px;
        }

    .highlight-content {
        margin-left:0px;
    }
}

/* contact persons */
@media(min-width:576px){
    .contact-person{
        display: flex;
    }
}
    @media(max-width:575px){
        .contact-person{
            display: flex; 
            flex-direction: column;
            align-items: center;
    }
    .person2 {
        margin-top:20px;
    }
    }