/* @import url("animate.css"); */
html {
    overflow-y: scroll;
}

body {
    font-family: 'Mukta', sans-serif;
    overflow-x: clip;
    /*font-weight: 300;*/
    background-color: transparent !important;
}

.top-bar-cc {
    background-color: #E3A14C;
    min-height: 32px;
    height: auto;
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.top-bar-cc a {
    text-transform: uppercase;
    color: #fff;
    margin: 0 clamp(2px, 0.5vw, 10px);
    text-decoration: none;
    font-size: clamp(10px, 1.1vw, 13px);
    letter-spacing: .5px;
    font-weight: 500;
    white-space: nowrap;
}

.top-bar-cc .lang-trigger {
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(10px, 1.1vw, 13px);
    letter-spacing: .5px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

header {
    box-shadow: 0px 4px 21px -6px rgba(0, 0, 0, 0.12);
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 10px 0;
    transition: top 0.3s ease;
}

/* WP Admin Bar adjustments for sticky header */
.admin-bar header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar header {
        top: 46px;
    }
}

header .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* Navigation Spacing */
.navbar-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.navbar-nav li {
    list-style: none;
}

.navbar-nav .nav-link {
    padding: 8px 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #3D5561 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item .nav-link {
    color: #fff !important;
    background: #E3A14C !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 161, 76, 0.3);
}

.donate-bt {
    background: #E3A14C !important;
    color: #fff !important;
}

.donate-bt:hover {
    background: #d89640 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(227, 161, 76, 0.4) !important;
}

.banner-data-c {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.top-logo-bg {
    margin-top: -145px;
    position: absolute;
    left: 30%;
    width: 270px;
}

.upcoming-cc {
    overflow: hidden;
}

.upcoming-cc .container {
    position: relative;
    z-index: 2;
}

/* .banner-cc .swiper-pagination {
    text-align:left!important;
} */
.right-pattern {
    top: -230px;
    position: absolute;
    right: -100px;
    width: 400px;
    z-index: 0;
}

.bottom-logo-bg {
    bottom: -35%;
    position: absolute;
    left: 5%;
    width: 400px;
}

.inside-banner-cc {
    position: relative;
    overflow: hidden;
}

.inside-top-logo-bg {
    top: -130px;
    position: absolute;
    left: 30%;
    width: 200px;
}

.inside-bottom-logo-bg {
    bottom: -250px;
    position: absolute;
    right: 15%;
    width: 400px;
}

.data-box {
    padding: 25px;
    background-color: #F8E3B6;
    border-radius: 22px;
    min-height: 155px;
}

.data-box span {
    display: block;
    font-size: 23px;
    text-transform: uppercase;
}

.data-box {
    margin-bottom: 22px;
}

.data-box p {
    line-height: 22px;
}

.data-box h6 {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

.info-wrapp {
    margin-top: 40px;
}

.banner-image-c {
    display: flex;
    align-items: flex-center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /*  overflow:hidden;
    padding:7px; */
}

.banner-img {
    height: 450px;
}

.container {
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
}

header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.logo {
    height: 70px;
}

.navbar-brand {
    margin-right: 30px !important;
    padding: 0 !important;
}

.account-dropdown,
.nav-dropdown {
    position: relative;
}

.account-submenu,
.nav-submenu {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    background: #fff;
    border: 1px solid #E3A14C;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    padding: 0 !important;
    margin-top: 5px;
    list-style: none;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.account-dropdown:hover .account-submenu,
.nav-dropdown:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.account-submenu li,
.nav-submenu li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
}

.account-submenu a,
.nav-submenu a {
    display: block !important;
    width: 100% !important;
    padding: 12px 25px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    color: #3D5561 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-decoration: none !important;
    background: none !important;
    border-radius: 0 !important;
    transition: all 0.2s ease !important;
    text-align: left !important;
}

.account-submenu a:hover,
.nav-submenu a:hover {
    background: #E3A14C !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
    padding-left: 30px !important;
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }
}

/* =====================================================
 * TABLET / SMALL DESKTOP OVERRIDES (992–1399px)
 * Nav is expanded but space is tight — compact everything
 * ===================================================== */
@media (min-width: 992px) and (max-width: 1399px) {

    /* ── Utility bar: use full width, center items ── */
    .top-bar-cc .container {
        max-width: 100% !important;
    }

    .top-bar-cc .row {
        justify-content: center !important;
    }

    .top-bar-cc .row>.col-md-6:first-child:empty {
        display: none !important;
        width: 0 !important;
        flex: 0 !important;
        padding: 0 !important;
    }

    .top-bar-cc .row>.col-md-6.top-bar-links-c {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .top-bar-cc {
        height: auto !important;
        min-height: 32px !important;
        padding: 4px 10px !important;
        line-height: 1.4 !important;
    }

    .top-bar-cc a {
        font-size: 11px !important;
        padding: 3px 8px !important;
        margin: 0 5px !important;
    }

    .top-bar-cc .lang-trigger {
        font-size: 11px !important;
    }

    .top-bar-cc #google_translate_element {
        display: none !important;
    }

    /* ── Compact nav items to fit in available space ── */
    .navbar-nav {
        gap: 2px !important;
    }

    .navbar-nav .nav-link {
        padding: 6px 6px !important;
        font-size: 11px !important;
        letter-spacing: 0.2px !important;
    }

    /* Smaller logo to free up nav space */
    .navbar-brand img.logo {
        max-height: 55px !important;
    }

    /* Compact donate button */
    .donate-bt {
        padding: 5px 10px !important;
        font-size: 11px !important;
    }

    /* Ensure search icon doesn't take too much room */
    .search-item .nav-link {
        padding: 6px 8px !important;
    }
}

/* Extra tight at 992–1099px — everything must fit */
@media (min-width: 992px) and (max-width: 1099px) {
    .navbar-nav {
        gap: 0 !important;
    }

    .navbar-nav .nav-link {
        padding: 5px 4px !important;
        font-size: 10px !important;
        letter-spacing: 0 !important;
    }

    .navbar-brand img.logo {
        max-height: 45px !important;
    }

    .navbar-brand {
        margin-right: 8px !important;
    }

    .donate-bt {
        padding: 4px 8px !important;
        font-size: 10px !important;
    }

    .search-item .nav-link svg {
        width: 16px !important;
        height: 16px !important;
    }

    header .container {
        max-width: 100% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: block !important;
        order: 3;
    }

    .navbar-brand {
        order: 1;
    }

    .navbar-collapse {
        order: 4;
        width: 100%;
    }
}

.nav-link {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;

}

.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10000;
    background: #FDF3D0;
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    z-index: 1000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.data-box a {
    color: #505050;
}

.brdcrmb .ongoing {
    padding: 12px 16px;
    background-color: #8aee8d;
    display: inline-block;
    border-radius: 6px;
    color: #1d1d1d;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.brdcrmb .completed {
    padding: 12px 16px;
    background-color: #C54949;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 33px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
}

.brdcrmb .upcoming {
    padding: 12px 16px;
    background-color: #ffc107;
    text-transform: uppercase;
    border-radius: 6px;
    color: #1d1d1d;
    font-size: 13px;
    letter-spacing: .5px;
    display: inline-block;
}

.brdcrmb .ended {
    padding: 12px 16px;
    background-color: #C54949;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
}

.oral-row {
    border-radius: 11px;
    display: flex;
    padding: 30px;
    background: #F8E3B6;
    margin-bottom: 3px;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-align: center;
    min-height: 350px;
    margin-bottom: 22px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.oral-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.oral-row:hover {
    background-color: #E8E1A1;
}

.brdcrmb br {
    display: none;
}

.oral-logo img {
    max-height: 100%;
    /*     max-width: 100%; */
    max-width: 250px;
}

.oral-title-content {}

.oral-title-content p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.oral-title-content h3 {
    font-size: 22px;
    color: #3d5561;
    margin-bottom: 0;
    margin-top: 16px;
}

.oral-arrow {
    width: 50px;
    float: left;
}

.oral-item-img {}

.oral-item-content {}

.dwd-pdf {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #F4D6A1;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    justify-content: center;
    border: solid thin #F4D6A1;
}

.dwd-pdf:hover {
    border: solid thin #d47700;
}

.dwd-audio {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #F4D6A1;
    float: left;
    margin-right: 15px;
    border: solid thin #F4D6A1;
    border-radius: 10px;
    justify-content: center;
}

.dwd-audio:hover {
    border: solid thin #d47700;
}

.histo {
    background-color: #F8E3B6;
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.calander-cc {
    margin: 50px 0 !important;
    position: relative;
}

#calendar {
    height: 100% !important;
    font-size: 14px;
}

#calendar table {
    /*background-color: #FFF9E4;*/
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0 !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #3D5561;
    text-decoration: none;
}

.fc-event,
.fc-event-dot {
    background-color: #C6C455 !important;
    padding: 5px !important;
    border: none !important;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px;
}

.fc-toolbar button,
.fc-state-default {
    background: #EFD7AA;
    color: #fff;
    font-size: 14px;
    border-radius: 33px !important;
    padding: 10px 18px 10px 18px !important;
    border: solid thin #EFD7AA;
    font-weight: 300;
    letter-spacing: 1px;
    box-shadow: none;
    height: auto !important;
    color: #3D5561;
    text-transform: uppercase;
    font-weight: 400;
}

.fc-toolbar button:hover,
.fc-state-default:hover {
    background: #C6C455;
}

.fc-event:hover {
    background-color: #E3A14C !important;
}

.fc button .fc-icon {
    height: 20px;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #9e9e9e !important;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 8px 12px !important;
}

.fc-day-grid-event .fc-content {
    white-space: inherit !important;
    overflow: hidden;
}

.fc .fc-button-group>:first-child {
    margin-right: 9px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 2em !important;
}

.modal {
    z-index: 10055;
}

.modal-content {
    background-color: #fdf3d0;
    border-radius: 22px;
}

.pop-team-img {
    max-width: 300px;
    margin: auto;
}

.modal-content .zoom-grid-imgc {
    max-width: 300px;
    margin: auto;
}

.modal-body {
    padding: 2rem;
}

.modal-content .position {
    text-align: center;
    margin-bottom: 10px;
}

.modal-content h4 {
    text-align: center;
    margin-top: 20px;
}

.fc-toolbar h2 {
    margin-left: 0px !important;
}

.event-big-box .ongoing,
.news-inside-grid .ongoing {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #8aee8d;
    display: inline-block;
    position: relative;
    z-index: 10;
    border-radius: 33px;
    color: #1d1d1d;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.event-big-box .completed,
.news-inside-grid .completed {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #C54949;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 10;
    border-radius: 33px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
}

.event-big-box .upcoming,
.news-inside-grid .upcoming {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #ffc107;
    text-transform: uppercase;
    border-radius: 33px;
    color: #1d1d1d;
    font-size: 13px;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.event-big-box .ended,
.news-inside-grid .ended {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #C54949;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 10;
    border-radius: 33px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
}



.news-inside-grid .ongoing {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #8aee8d;
    display: inline-block;
    position: absolute;
    z-index: 100;
    left: 29px;
    top: 18px;
    border-radius: 33px;
    color: #1d1d1d;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.news-inside-grid .completed {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #C54949;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    z-index: 100;
    left: 29px;
    top: 18px;
    border-radius: 33px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
}

.news-inside-grid .upcoming {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #ffc107;
    text-transform: uppercase;
    border-radius: 33px;
    color: #1d1d1d;
    font-size: 13px;
    letter-spacing: .5px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    left: 29px;
    top: 18px;
}

.news-inside-grid .ended {
    padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #C54949;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    z-index: 100;
    left: 29px;
    top: 18px;
    border-radius: 33px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FDF3D0 !important;
    box-shadow: none !important;
}

.accordion-button {
    background-color: #FDF3D0 !important;
    font-size: 18px;
}

.accordion-button::after {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.accordion-item {
    background-color: #FDF3D0;
    border: none;
    margin-top: 10px;
}

nav {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

header .container-fluid,
{
align-items: center;
justify-content: flex-end;
flex-direction: row;
}

.navbar-brand {
    flex: auto;
}

/*#navbarScroll {
    margin-right: 20px;
}*/
.navbar-light .navbar-nav .nav-link {
    color: #3D5360;
    font-size: 14px;
    letter-spacing: .5px;
    border-radius: 33px;
    letter-spacing: .5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.navbar-light .navbar-nav .nav-link:hover {
    background-color: #E8E1A1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    padding: 10px 13px 10px 13px !important;
    margin: 0 2px;
}

.donate-bt {
    background-color: #3D5561;
    color: #fff !important;
    margin-left: 15px !important;
}

.donate-bt:hover {
    background-color: #E3A14C !important;
    color: #fff !important;
}

.user-bt {
    outline: none;
    border: none;
    background: none;
    margin-left: 13px;
}

.dropdown-toggle::after {
    display: none;
}

.cart-bt {
    margin-left: 30px;
}

.user-bt {
    margin-left: 30px;
    border: none;
    background: none;
    padding: 0px;
}

header nav ul li {
    display: inline-block;
}

.banner-cc {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.banner-cc h1 {
    color: #3D5561;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-slider {
    position: relative;
    overflow: hidden;
    height: 572px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: none;
}

.btn-primary {
    background-color: #C6C455;
    color: #fff;
    font-size: 14px;
    border-radius: 33px;
    padding: 10px 18px 10px 18px !important;
    border: solid thin #C6C455;
    font-weight: 300;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background-color: #E3A14C !important;
    border: solid thin #E3A14C !important;
}

.event-box-content p {

    color: #fff;
}

.btn-secondary {
    background-color: #E3A14C;
    color: #fff;
    font-size: 14px;
    border-radius: 33px;
    padding: 10px 18px 10px 18px !important;
    border: solid thin #E3A14C;
    font-weight: 300;
    letter-spacing: 1px;
}

.btn-secondary:hover {
    background-color: #C6C455 !important;
    border: solid thin #C6C455 !important;
}

.banner-cc .swiper-slide button {
    margin-top: 20px;
}

.banner-cc .swiper-slide span {
    margin-bottom: 20px;
}

:root {
    --swiper-navigation-size: 30px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;

}

.swiper-slide .container {
    position: relative;
    z-index: 1;
}

.light h1,
.light span {
    color: #fff;
}

.line-animation {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.active.line-animation:after {
    width: 100%;
}

.current-menu-item a:after {
    width: 100%;
}

.line-animation:after {
    content: "";
    height: 2px;
    width: 0px;
    bottom: -1px;
    left: 0;
    position: absolute;
    margin-left: -0px;
    line-height: 45px;
    display: inline-block;
    background-color: #3D5561;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.line-animation:hover:after {
    width: 100%;
    margin-left: -0px;
}

.qlits-cc {
    margin-top: -38px;
    position: relative;
    z-index: 20;
}

.box-qlty {
    background-color: #FFFFFF;
    box-shadow: 0px 21px 28px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: block;
    overflow: auto;
    padding: 20px;
}

.qlt-img-c {
    width: 80px;
    float: left;
}

.qlt-cont-c {
    width: calc(100% - 80px);
    float: left;
}

.qlt-cont-c {
    color: #525252;
    font-size: 28px;
    font-weight: bold;
}

.qlt-cont-c .simbol {
    color: #44AD49;
    font-size: 20px;
    margin-top: -25px;
    position: relative;
}

.qlt-title-c {
    color: #949494;
    font-size: 18px;
    font-weight: normal;
}

section {
    clear: both;
}

.abt-home-cc {
    padding: 60px 0;
    background-color: #F8E3B6;
}

.abt-inside-cc {
    padding: 60px 0;
    background-color: #FDF3D0;
}

p {
    line-height: 28px;
    color: #3D5561;
}

h2 {
    color: #3D5360;
    font-weight: 400;
    text-transform: uppercase;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinleft {
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spinleft {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spinleft {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(-360deg);
    }
}

.spin {
    -webkit-animation: spin 50s linear infinite;
    -moz-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
}

.spin-left {
    -webkit-animation: spinleft 50s linear infinite;
    -moz-animation: spinleft 50s linear infinite;
    animation: spinleft 50s linear infinite;
}

.abt-home-cc span {
    text-transform: uppercase;
    color: #3B3B3B;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    display: block;
}

.btn {
    text-transform: uppercase;
}

.sectio-title-cc {
    margin-bottom: 15px;
}

.service-cc {
    padding: 50px 0 70px 0;
    position: relative;
    overflow: hidden;
}

.service-cc .left-pattern {
    top: 0px;
    position: absolute;
    left: -276px;
    width: 500px;
    z-index: 0;
    height: 100%;
}

.service-cc .right-pattern {
    top: 0px;
    position: absolute;
    right: -276px;
    width: 500px;
    z-index: 0;
    height: 100%;
}

.membership-cc {
    padding: 70px 0;
}

.membership-box {
    text-align: center;
    border: solid thin #C5BEA2;
    padding: 35px 35px;
    border-radius: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.membership-box:hover {
    background-color: #F8E3B6;
}

.membership-box h6 {
    text-align: center;
    color: #D47700;
    margin-bottom: 7px;
}

.membership-box .prize {
    font-size: 36px;
    color: #3D5561;
}

.membership-box .duration {
    color: #D47700;
    font-size: 16px;
}

.membership-description {
    margin: 25px 0;
    text-align: left;
    border-top: solid thin #C5BEA2;
    border-bottom: solid thin #C5BEA2;
    padding: 20px 0;
}

.membership-description ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.membership-description li {
    position: relative;
    margin-bottom: 8px;
}

.membership-description li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('../img/bullet.svg');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
    background-size: 100%;
}

.count {
    display: block;
    float: left;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 15px;
    font-weight: 200;
}

.count span {
    display: block;
    font-size: 13px;
}

.counter {
    display: block;
    width: 100%;
    float: left;
}

.custome-bullet ul {
    list-style: none;
    /* Remove default bullets */
}

.page-cc {
    padding: 60px 0;
}

.custome-bullet ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #E3A14C;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.partners-cc {
    padding: 60px 0;
    padding-top: 80px;
}

.sponsers-inside-cc {
    padding: 60px 0;
    padding-top: 80px;
}

.service-cc .container {
    max-width: 1200px;
    margin: auto;
}

.title-desc {
    color: #949494;
}

.service-cc h2 {
    margin-top: 0px;
    margin-bottom: 35px;
}

.serv-box a {
    text-decoration: none;
}

.serv-box img {
    width: 100%;
    border-radius: 100%;
    max-width: 300px;
    margin: auto;
}

.serv-box h3 {
    width: 100%;
    padding-top: 18px;
    font-size: 18px;
    color: #3D5360;
    text-decoration: none;
    margin-bottom: 40px;
}

.newsltter-ccc {
    padding: 60px 0;
}

.sponsors-cc {
    padding: 90px 0;
    padding-top: 50px;
    position: relative;
    background-color: #E8E1A1;
    padding-bottom: 70px;

}

.sponso-cc:hover {
    border: solid thin #E3A14C;
}

.sponso-cc {
    border: solid thin #FDF3D0;
    height: 144px;
}

.sponso-cc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    justify-content: center;
    height: 100%;
}

.news-letter-cc {
    padding: 80px 0;
}

.newsletter-list {
    border-bottom: solid thin #F8E3B6 !important;
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
    padding-top: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.newsletter-list:hover {
    background-color: #F4EDB5;
}

.newsltter-ccc .newsletter-list:last-child {
    border: none !important;
}

.newsletter-list img {
    width: 80px;
    margin: 20px;
}

.newsletter-list h4 {
    text-align: left;
    font-size: 20px;
}

.sponso-cc img {
    max-width: 90%;
    max-height: 90%;

}

.sponsors-cc h2 {
    margin-bottom: 40px;
}

.gallery-section {
    padding: 80px 0;
}

.gallery-item {
    margin-bottom: 26px;
}

.gallery-item a {
    text-decoration: none;
}

.gallery-item a:hover h4 {
    color: #D47700;
}

.gallery-card h4 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center;
    color: #3D5360;
    margin-top: 18px;
}

.gallery-card img {
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.zoom-grid {
    overflow: hidden;
}

.zoom-grid-imgc {
    overflow: hidden;
    border-radius: 25px;
}

.zoom-grid:hover img {
    transform: scale(1.1);
}

.zoom-grid img {
    transform: scale(1);
    z-index: -10;
    will-change: transform;
}

.gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-over {
    background-image: url(../img/play.svg);
    background-position: center;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 80px;
}

.history-cc {
    background-color: #E8E1A1;
    padding: 80px 0;
    padding-bottom: 184px;
    position: relative;
    overflow: hidden;
}

.history-slider .banner-img {
    height: auto !important;
    width: 100%;
}

.history-slider p {
    width: 100%;
    display: block;
}

.history-slider .banner-data-c {
    width: 100%;
}

.btn-more {
    text-transform: none;
    color: #E3A14C;
    border-bottom: solid thin #E3A14C;
    padding: 0;
    border-radius: 0;
}

.btn-more:hover {
    color: #adab4a;
    border-bottom: solid thin #adab4a;
}

.team-cc {
    padding: 80px 0;
}

.team-cc h2 {
    margin-bottom: 15px;
}

.team-cc h3 {
    border-bottom: solid thin #D47700;
    margin-bottom: 45px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
    color: #D47700;
    margin-top: 50px;

}

.team-cc .gallery-card img,
.zoom-grid-imgc {
    /*  border-radius: 100%; */
}

.mission-vision-cc {
    background-color: #F8E3B6;
    padding: 80px 0;
}

.policy-cc {
    padding: 70px 0;
}

.newsletter-cc {
    margin-bottom: 20px;
}

.newsletter-wrapper h4 {
    color: #3D5360;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: .5px;
}

.newsletter-cc .cust-input {
    background-color: #E8E1A1;
}

.policy-cc h2 {
    margin-bottom: 30px;
    text-align: center;
}

.two-para {
    column-count: 2;
    column-gap: 20px;
}

.current_page_item a {
    background-color: #E8E1A1;
}

.position {
    color: #D47700;
    text-align: center;
}

.history-cc h2 {
    margin-bottom: 25px;
}

.sub-title-b {
    color: #D47700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.history-slider {
    background-color: #F8E3B6;
    padding: 50px;
    overflow: hidden;
    margin-top: 50px;
    margin-top: -150px;
}

.history-slider-cc {
    position: relative;
}

.history-slider-cc .container {
    position: relative;
}

.history-slider-cc .swiper-pagination {
    left: 73px !important;
    width: auto !important;
}

.history-slider-cc .swiper-pagination-bullet {
    background-color: #D08C29;
}

.history-slider-cc .swiper-pagination-bullet-active {
    background-color: #D08C29 !important;
}

.yearnew {
    margin-top: 20px;
    font-size: 102px;
    font-weight: 300;
    padding-bottom: 10px;
    line-height: 100px;
}

.history-slider .banner-data-c {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.history-slider .swiper-slide {
    position: relative;
}

*,
::after,
::before {
    box-sizing: border-box;
}

#video-wrap:not(.active) {
    opacity: 0;
    visibility: hidden;
}

#video-wrap .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#video-wrap .video-container {
    width: 95%;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
}

#video-wrap .close-video {
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: solid 2px #000;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 100000;
}

#video-wrap .close-video:before,
#video-wrap .close-video:after {
    content: "";
    width: 60%;
    height: 3px;
    background-color: #000;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

#video-wrap .close-video:before {
    transform: rotate(42deg);
}

#video-wrap .close-video:after {
    transform: rotate(-42deg);
}

#video-wrap .close-video:focus {
    outline: none;
}

#video-wrap .close-video:hover {
    background-color: #000;
}

#video-wrap .close-video:hover:before,
#video-wrap .close-video:hover:after {
    background-color: #fff;
}

#video-wrap video,
#video-wrap iframe {
    position: relative;
    z-index: 1000;
    border-radius: 12px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
    width: 100%;
    /*  height: 100vh;*/
    max-height: 85vh;
    background-color: #000;
}

#video-wrap video {
    object-fit: cover;
}

#video-wrap.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px;
    height: 100vh;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 9991;
    align-items: center;
    justify-content: center;
}

#video-wrap.active .video-container {
    transform: scale(1);
}

@media (max-width: 1659px) and (min-width: 1330px) {
    #video-wrap .video-container {
        max-width: 978px;
    }
}

@media (min-width: 1660px) {
    #video-wrap .video-container {
        max-width: 1431px;
    }
}

.sponso-cc {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    height: 144px;
}

.contact-cc {
    padding: 90px 0;
    background-color: #F8E3B6;
    padding-bottom: 60px;
}

.bottom-lising li {
    display: block;
    float: left;
    margin-bottom: 26px;
    width: 50%;
}


.offer-box {
    background-color: #F1F2F4;
    display: block;
    overflow: auto;
    height: 221px;
    padding: 4%;
    border-radius: 10px;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.offer-box:hover {
    background-color: #44AD49;
}

.offer-box h3 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.offer-box:hover h3 {
    color: #fff;
}

.offer-left {
    width: 35%;
    float: left;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.offer-left img {
    width: 70%;
}

.offer-right {
    width: calc(65% - 22px);
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 22px;
}

.offer-cc {
    background-color: #fff;
    padding: 50px 0;
}

.offer-cc h3 {
    width: 100%;
    padding-top: 18px;
    font-size: 18px;
    text-align: left;
}

.prize {
    color: #44AD49;
    font-family: arial;
    font-weight: bold;
}

/*.featured-cc span {
    color: #B6B6B6;
    text-decoration: line-through;
    padding-left: 8px;
}*/
.featured-cc {
    background-color: #F1F2F4;
    padding: 50px 0 70px 0;
}

/*.featured-cc h2 {
    margin-top: 0px;
}*/
.featured-cc .serv-box {
    margin-bottom: 25px;
}

.extra-cc {
    padding: 90px 0;
    background-size: cover;
    background-position: center;

}

.extra-box {
    background: rgba(61, 83, 96, 0.75);
    padding: 50px;
    max-width: 500px;
}

.extra-box h3,
.extra-box p {
    color: #fff;
}

.extra-box p {
    line-height: 25px;
}

.extra-box h3 {
    text-transform: uppercase;
    font-weight: 400;
}

.technology-cc {
    background-color: #fff;
    padding: 50px 0;
    overflow: hidden;
}

.cliets-cc .swiper-slide {
    width: 20%;
    /* height: 200px; */
    margin-right: 25px;
    margin-bottom: 20px;
}

.technology-cc .swiper-slide {
    width: 20%;
    /* height: 200px; */
    margin-right: 25px;
}

.tech-logo-c {
    border: solid thin #d9dfd8;
    min-height: 150px;
    width: 100%;
    margin-bottom: 28px;
    border-radius: 10px;
    position: relative;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.technology-cc .swiper-container,
.cliets-cc .swiper-container {
    position: relative;
    overflow: hidden;
}

.cliets-cc .tech-logo-c {
    margin-bottom: 0px;
}

.technology-cc .swiper-container:before,
.cliets-cc .swiper-container:before {
    content: "";
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #ffffff 0%, rgb(255 255 255 / 0%) 100%);
}

.technology-cc .swiper-container:after,
.cliets-cc .swiper-container:after {
    content: "";
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, #FFFFFF 100%);
}

.woocommerce-loop-category__title .count {
    display: none !important;
}

.tech-logo-c img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    max-width: 180px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cliets-cc .tech-logo-c img {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tech-logo-c:hover {
    border: solid thin #44AD49;
}

.tesi-cc {
    padding: 60px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.tesi-cc h2,
.tesi-cc .title-desc {
    color: #fff;
}

.tesi-cc:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(68, 173, 73, 0.88);
}

.test-person {
    display: block;
    margin: auto;
    width: 80px;
    margin-top: 10px;
    height: 80px;
    margin-bottom: 20px;
}

.test-person img {
    width: 100%;
}

.sectio-title-cc {
    position: relative;
    z-index: 10;
}

.test-message,
.test-message p {
    color: #fff;
    font-size: 18px;
}

.tesi-cc .container {
    position: relative;
    overflow: hidden;
}

.testi-data-cc {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: center;
    flex-direction: column;
    max-width: 800px;
    margin: auto;
}

.nae-dtld-cc {
    margin-top: 10px;
    position: relative;
    padding-top: 25px;
}

.nae-dtld-cc:before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -25px;
    background-color: #fff;
}

.nae-dtld-cc h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.nae-dtld-cc .position {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: none;
    opacity: .8;
}

.sidebar-ini h2 {
    margin-bottom: 20px;
}

.cliets-cc {
    padding: 50px 0;
    overflow: hidden;
}

.upcoming-cc {
    padding: 80px 0;
    padding-top: 50px;
    position: relative;
}

.upcoming-cc h2 {
    margin-bottom: 40px;
}

.event-big-box {
    padding: 55px;
    width: 100%;
    background-size: cover;
}

.event-big-box {
    min-height: 580px;
    position: relative;
}

.event-big-box:before {
    content: "";
    background: linear-gradient(294deg, rgba(61, 85, 97, 0.00) 13.86%, #1D2A31 99.14%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
}

.event-big-box h3 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
    max-width: 412px;
    font-size: 38px;
}

.event-big-box .btn {
    margin-top: 30px;
}

.evnt-date {
    color: #FDF3D0;
}

.event-box-content {
    position: relative;
    z-index: 2;
}

.hire-data-c {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    align-content: center;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 100000;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#e3a14cc9, rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(#e3a14cd4, rgb(255 255 255 / 80%));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

footer {
    background-color: #E8E1A1;
    padding: 50px 0;
    clear: both;
}

footer h3 {
    color: #232323;
    position: relative;
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

footer ul {
    list-style: none;
}

.footer-link {
    text-align: center;
}

.footer-link li {
    display: inline-block;
}

.footer-link li a {
    display: inline-block;
    text-decoration: none;
    color: #3D5360;
    text-transform: uppercase;
    font-size: 13px;
}

footer .navbar {
    border-top: solid thin #8F9880;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .navbar-light .navbar-nav .nav-link:hover {
    background-color: #E3A14C !important;
}

.footer-bottom-box {
    max-width: 307px;
    margin: auto;
    font-size: 14px;
    height: 161px;
    display: flex;
    align-items: center;
    color: #878787;
}

.footer-bottom-box p {
    color: #3d5561;
}

.foot_logo {
    margin-bottom: 25px;
}

.footr-boxes li {
    display: block;
}

.footr-boxes a {
    display: inline-block;
    color: #3E3E3E;
    line-height: 30px;
    text-decoration: none;
    font-size: 15px;
}

/*.line-animation:hover {
    color: #44AD49!important;
}*/
.copy-cc {
    background-color: #f2f2f2;
    padding: 0px 0 30px 0;
    color: #959595;
    font-size: 15px;
}

.membership-form-cc .cust-input {
    background-color: #F8E3B6;
    border: 1px solid #F8E3B6;
}

.inside-banner-cc {
    min-height: 260px;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    background-color: #F8E3B6;
    background-position: center;
}

.inside-banner-cc:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    position: absolute;
}

.search-bt:hover {
    cursor: pointer;
}

.inside-banner-cc .row {
    z-index: 2;
    position: relative;
}

.inside-banner-cc h1 {
    text-transform: uppercase;
    font-weight: 400;
    color: #3D5561;
    margin-bottom: 0px;
    font-size: 48px;
    letter-spacing: .6px;
}

.inside-contact-cc {
    background-color: #FDF3D0 !important;
}

.inside-contact-cc .cust-input {
    border-color: #F8E3B6 !important;
}


.brdcrmb {
    text-transform: uppercase;
    color: #3D5561;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 12px;
    justify-content: flex-end;
}

.brdcrmb span {
    margin: 0 10px;
}

.brdcrmb a {
    color: #3D5561;
    text-decoration: none;
}

.brdcrmb a:hover {
    color: #3D5561;
    text-decoration: underline;
}

.about-setion-a {
    padding: 80px 0;
}

.small-title {
    color: #009BF4;
}

.single-page-banner .brdcrmb {
    justify-content: center;
}

.single-page-banner h1 {
    text-transform: none;
    color: #3D5561;
    font-weight: 400;
}

.border-radius-22 {
    border-radius: 22px;
}

.qlits-cc-inside:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(68, 173, 73, 0.88);
}

.qlits-cc-inside {
    background-color: #EBF9FF;
    padding: 80px 0;
    padding-bottom: 100px;
    clear: both;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
    position: relative;
}

.qlits-cc-inside .nmbr {
    font-size: 46px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}

.qlits-cc-inside .qlt-box {
    position: relative;
    z-index: 20;
}

.qlits-cc-inside .qlt-box:nth-child(even) h6:after {
    background-color: #fff;
}

.qlits-cc-inside h6 {
    font-size: 14px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.b_fixed {
    padding-top: 88px;
}

.qlits-cc-inside h6:after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    background-color: #fff;
    height: 3px;
}

.woocommerce .page-title {
    display: none !important;
}

.why-cc {
    background-color: #F1F2F4;
    padding: 50px 0 70px 0;
}

.why-box {
    box-shadow: 0px 2px 35px 14px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    border: solid thin #ffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.why-box h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px;
}

.why-box:hover {
    margin-top: -10px;
    margin-bottom: 10px;
    border: solid thin #44AD49;
}

.why-row {
    margin-top: 25px;
}

.social-c a {
    margin-right: 20px;
}

footer {
    position: relative;
    overflow: hidden;
}

.footer-logo {
    position: absolute;
    bottom: 0;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    margin-bottom: -200px;
}

.service-iside-cc {
    padding: 80px 0;
    background-color: #fff;
}

.service-iside-cc .serv-box {
    margin-bottom: 45px;
    display: block;
}

.serv-box,
.iside-servbox-cc a {
    color: #212529;
    text-decoration: none;
}

.service-sigle-iside-cc img {
    max-width: 100%;
}

.service-sigle-iside-cc {
    padding: 80px 0;
    /*max-width: 950px;*/
    margin: auto;
}

.iside-servbox-cc .serv-box {
    float: right;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.offer-cc h3 {
    color: #000;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 10px;
}

.tz-gallery {
    padding: 0 10px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.cust-input::focus-visible {
    border: 1px solid #E3A14C !important;
    outline: 0px;
}

.cust-input {
    display: block;
    width: 100%;
    padding: .7rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F8E3B6;
    background-clip: padding-box;
    border: 1px solid #3D5561;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
    border-radius: 33px;
}

.news-cc {
    padding: 90px 0;
    padding-top: 50px;
}

.contact-address-c ul {
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 30px !important;
}

.contact-address-c a {
    color: #3D5561;
}

.contact-address-c li {
    margin-bottom: 18px;
}

.contact-address-c p {
    display: inline-block;
}

.contact-address-c li img {
    width: 28px;
    margin-right: 10px;
    float: left;
}

.news-cc h2 {
    margin-bottom: 40px;
}

.featured_box {
    margin-bottom: 25px;
    overflow: hidden;
}

.news-box {
    margin-bottom: 45px;
}

.news-box .zoom-grid {
    border-radius: 28px;
    overflow: hidden;
}

.news-box img {
    border-radius: 28px;
    overflow: hidden;
}

.news-box h4 {
    font-family: 'El Messiri', sans-serif;
    margin: 20px 0;
    margin-bottom: 5px;
}

.cat-img-c {
    overflow: hidden;
    z-index: 10;
}

.cat-grid-content-c {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.66) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 300px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    justify-content: flex-end;
}

.cat-img-c img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cat-grid-content-c h3 {
    color: #fff;
    display: block;
    font-size: 28px;
    margin-top: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-bottom: 10px;
}

.pos-relatve {
    position: relative;
}

.rd-more_white {
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
    background-image: url(../img/arrow_white.svg);
    background-size: 16px;
    padding-right: 19px;
    background-repeat: no-repeat;
    background-position: right;
    text-decoration: none;
}

.news-cc .ico-cc {
    width: 47% !important;
    float: left;
    margin-right: 16px;
}

hr:not([size]) {
    height: 1px;
    margin-bottom: 50px;
}

.wp-block-button__link {
    color: #fff;
    background-color: #E3A14C !important;
}

.wp-block-button__link:hover {
    color: #fff;
    background-color: #C6C455 !important;
}

.multiple-input-c {
    margin-bottom: 18px;
}

.multiple-input-c p {
    margin-bottom: 0px;
}

.multiple-input-c input {
    margin-bottom: 0px;
}

.multiple-input-c br {
    display: none;
}

.news-cc .list-content {
    width: calc(53% - 16px) !important;
    float: left;
}

.news-cc .list-content p {
    margin-bottom: 6px;
}

.news-cc li {
    display: block;
    float: left;
    margin-bottom: 26px;
}

.news-imgg {
    overflow: hidden;

}

.news-cc .featured_box img {
    width: 100%;
}

.zoom-grid:hover .cat-img-c img {
    transform: scale(1.1);
}

.zoom-grid .cat-img-c img {
    transform: scale(1);
    z-index: -10;
    will-change: transform;
}

.ico-cc img {
    width: 100%;
}

.rd-more_black {
    color: #D08C29;
    margin-bottom: 10px;
    font-size: 13px;
    background-image: url(../img/arrow_black.svg);
    background-size: 16px;
    padding-right: 19px;
    background-repeat: no-repeat;
    background-position: right;
    text-decoration: none;
}

.contact-bt {
    width: 100%;
    padding-top: 13px !important;
    padding-bottom: 12px !important;
}

.item-counter {
    background-color: #44AD49;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    min-width: 20px;
    text-align: center;
    margin-left: -6px;
}

.hdr-drp {
    max-width: 350px !important;
    padding: 11px 23px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px !important;
}

textarea {
    height: 150px;
}

.contact-form-title {
    font-size: 18px !important;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #44AD49;
}

.google-map-cc {
    margin-bottom: 60px;
}

address {
    line-height: 27px;
}

address a {
    display: block;
    color: #44AD49;
    text-decoration: none;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.contact-form-cc {
    padding: 20px 0 20px 0;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;

    content: '+';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 70px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(68, 173, 73, 0.7);

    content: '';
    transition: 0.4s;
}

.why-img {
    position: relative;
}

video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    background-color: #000;
    background-size: cover;
}

.lightbox {
    position: relative;
    display: block;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.green-bt {
    background-color: #44AD49;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.green-bt:hover {
    background-color: #38983D;
    color: #fff;
}

.why-cc-inside {
    clear: both;
    margin: 90px 0;
}

.news-more {
    padding-top: 0px;
}

.news-more .news-imgg {
    margin-bottom: 25px;
}

.news-inside-grid {
    margin-bottom: 35px;
    position: relative;
}

.news-inside-grid .evnt-date {
    color: #3D5561;
    margin-bottom: 6px;
}

.news-inside-grid a {
    text-decoration: none;
    color: #3D5561;
}

.tab-cc {
    /*border-bottom: solid thin #BDA46F;*/
}

.nav-tabs {
    border-bottom: 1px solid #BDA46F !important;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
    border: none;
    padding-top: 19px;
    padding-bottom: 14px;
}

.nav-link {
    color: #3D5561;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #E3A14C;
    background-color: #FDF3D0;
    border: none;
    border-bottom: solid 3px #E3A14C;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #E3A14C;
    background-color: #FDF3D0;
    /*border: none;
    border-bottom:solid 3px #E3A14C;*/
}

.news-inside-top-cc {
    padding: 80px 0;
    padding-top: 50px;
    position: relative;
    padding-bottom: 40px;
}

.wyh-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
}

.wyh-data .content {
    padding: 0 50px;
    text-align: left;
}

.why-img {
    padding: 0px;
    background-position: center;
    background-size: cover;
    min-height: 450px;
}

.why-cc-inside .container .row {
    border-bottom: solid thin #EFC687;
    padding-bottom: 50px;
    padding-top: 50px;
}

.why-cc-inside .container .row:first-child {
    padding-top: 0;
}

.why-cc-inside .container .row:last-child {
    border: none;
    padding-bottom: 0;
}

.why-cc-inside .container .row:nth-child(odd) .wyh-data {
    order: 2;
}

.why-cc-inside .container .row:nth-child(odd) .wyh-img {
    order: 2;
}

.why-cc-inside .container .row:nth-child(even) .wyh-data .content {
    padding-left: 0px;
}

.calclate-cc {
    padding: 80px;
    margin: 0px 0 40px 0;
    background-color: #F9F9F9;
}

.calclate-cc .container {
    max-width: 600px;
}

.why-cc-inside .test-message,
.why-cc-inside .test-message p {
    color: #7B7B7B;
    font-size: 16px;
}

.why-cc-inside .nae-dtld-cc {
    padding-top: 0px;
}

.why-cc-inside .nae-dtld-cc h6 {
    color: #7B7B7B;
}

.why-cc-inside .nae-dtld-cc .position {
    color: #44AD49;
}

.why-cc-inside .test-person {
    display: block;
    margin: auto;
    width: 40px;
    margin-top: -10px;
    height: 40px;
    margin-bottom: 20px;
}

.row-testi {
    background-color: #F1F2F4;
    margin-bottom: 45px;
}

.menu-bg {
    display: none;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}









@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .navbar-collapse {
        flex-grow: unset;
    }
}

@media (min-width: 1490px) {
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 992px) {

    /* ── Utility top bar: full-width, centered on tablet ── */
    .top-bar-cc .row {
        display: flex !important;
        justify-content: center !important;
    }

    /* Hide the empty left column */
    .top-bar-cc .row>.col-md-6:first-child:empty {
        display: none !important;
        width: 0 !important;
        flex: 0 !important;
        padding: 0 !important;
    }

    /* Make the links column full width and centered */
    .top-bar-cc .row>.col-md-6.top-bar-links-c {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 6px !important;
        flex-wrap: wrap !important;
    }

    .top-bar-cc {
        height: auto !important;
        min-height: 38px !important;
        padding: 6px 15px !important;
        line-height: 1.5 !important;
    }

    .top-bar-cc a {
        font-size: 12px !important;
        padding: 5px 10px !important;
        margin: 0 4px !important;
        letter-spacing: 0.5px !important;
        white-space: nowrap !important;
    }

    .top-bar-cc .lang-dropdown-c {
        margin-left: 4px !important;
    }

    .top-bar-cc .lang-trigger {
        font-size: 12px !important;
        padding: 5px 10px !important;
        color: #fff !important;
        cursor: pointer !important;
    }

    /* Hide Google Translate widget on tablet (language dropdown suffices) */
    .top-bar-cc #google_translate_element {
        display: none !important;
    }

    .navbar-nav {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-link {
        width: 100%;
        text-align: left;
        padding: 10px 15px !important;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px;
        margin-top: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .cart-bt {
        margin-left: 25px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .menu-bg {
        background-color: rgb(2 2 2 / 50%);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
    }

    header nav ul li {
        display: block;
    }

    .history-slider {
        padding: 29px;
    }

    .yearnew {
        margin-top: 15px;
        font-size: 68px;
        font-weight: 300;
        padding-bottom: 10px;
        line-height: 68px;
    }

    header {
        background-color: #FDF3D0 !important;
    }

    .history-slider .swiper-pagination {
        position: static;
        margin-top: 15px;
    }

    .history-slider-cc .swiper-pagination {
        left: 49px !important;
        width: auto !important;
        bottom: 21px !important;
    }

    #menu-header-menu {
        padding-left: 0;
    }

    .tech-logo-c img {
        max-height: 90%;
        max-width: 90% !important;
        width: auto;
        max-width: 90%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .cliets-cc .swiper-slide {
        margin-bottom: 0px;
    }

    .cliets-cc .hire-data-c {
        text-align: center;
    }

    .cliets-cc h2 {
        width: 100%;
    }

    /*.right-menu-c {
    top: 30px;
    position: relative;
}*/
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
        border-top: solid thin #c8c8c8;
        width: 100%;
        padding: 12px 0 !important;
    }

    #navbarScroll {
        margin-right: 0px;
        padding-bottom: 20px;
    }

    .hdr-right {
        position: fixed;
        right: 90px;
        top: 31px;
    }

    .footr-boxes {
        margin-bottom: 30px;
    }

    .box-qlty {
        margin-bottom: 27px;
    }

    .offer-box {
        height: 153px;
    }

    .hire-data-c p {
        width: 100%;
    }

    .tech-logos-ccc {
        margin-top: 20px;
    }

    .tech-logo-c {
        min-height: 120px;
        border: none;
    }

    .inside-banner-cc h1 {
        font-size: 38px;
    }

    .abt-home-cc span {
        margin-bottom: 20px;
        display: block;
    }

    .qlits-cc-inside .qlt-box {
        position: relative;
        z-index: 20;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .why-box {
        margin-bottom: 30px;
        min-height: 280px;
        height: unset;
    }

    .extr-serv-list {
        display: none;
    }

    .why-cc-inside {
        clear: both;
        margin: 56px 0;
    }

    .bottom-lising li {
        display: block;
        float: left;
        margin-bottom: 26px;
        width: 100%;
    }

    .footer-bottom-box {
        max-width: 300px;
        margin: auto;
        font-size: 14px;
        height: auto;
        display: flex;
        align-items: center;
        color: #878787;
    }

    .footer-last {
        margin-bottom: 41px;
    }

    footer .navbar ul {
        padding-left: 0px !important;
    }

    .footer-bottom-box {
        max-width: 100%;
        text-align: center;
        margin: auto;
        font-size: 14px;
        height: auto;
        display: flex;
        align-items: center;
        color: #878787;
        justify-content: center;
    }

    footer {
        position: relative;
        overflow: hidden;
        padding-bottom: 200px;
    }

    .banner-slider {
        height: auto;
        padding: 30px 0;
    }

    .extra-box {
        padding: 33px;
    }

    .banner-cc .swiper-pagination {
        text-align: center !important;
        position: static;
        margin-top: 20px;
    }

    .footer-link li {
        margin-right: 20px;
        margin-left: 20px;
    }

    footer .nav-link {
        border: none !important;
    }

    .donate-bt {
        margin-left: 0px !important;
    }
}





@media (max-width: 768px) {
    .oral-item-img {
        margin-bottom: 20px;
    }

    .histo {
        padding: 24px;
    }

    .sidebar-ini {
        margin-top: 40px;
    }

    .event-big-box:before {
        width: 100%;
    }

    .top-logo-bg {
        display: none;
    }

    .banner-slider .swiper-slide {
        justify-content: center;
    }

    .banner-data-c {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .banner-image-c {
        margin-bottom: 50px;
    }

    .donate-bt {
        margin-top: 20px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
    }

    .news-cc .text-end,
    .upcoming-cc .text-end {
        text-align: left !important;
    }

    .news-cc .text-end a,
    .upcoming-cc .text-end a {
        margin-bottom: 25px;
    }

    .news-cc h2,
    .upcoming-cc h2 {
        margin-bottom: 13px;
    }

    .fc-left {
        margin-bottom: 25px;
    }

    .fc-toolbar .fc-right {
        float: left !important;
    }

    .top-bar-links-c {
        display: flex;
        justify-content: center;
        flex-direction: row;
        text-align: center !important;
    }

    .top-bar-cc a {
        margin-left: 6px;
        margin-right: 6px;
    }

    .newsletter-list {
        border-bottom: solid thin #F8E3B6 !important;
        padding-bottom: 0px !important;
        display: flex;
        align-items: center;
        padding-top: 0px !important;
        text-align: left;
        padding-bottom: 25px !important;
        margin-bottom: 25px !important;
    }

    .newsletter-list img {
        margin: 0px;
        margin-bottom: 10px;

    }

    .two-para {
        column-count: 1;
        column-gap: 20px;
    }

    .brdcrmb {

        justify-content: flex-start;
    }

    .wyy-solar-ccc .content {
        padding-left: 0px;
    }

    .why-cc-inside .container .row:nth-child(even) .wyh-data {
        order: 2;
        padding-bottom: 40px;
    }

    .why-cc-inside .container .row:nth-child(even) .wyh-img {
        order: 1;
    }

    .why-cc-inside .container .row:nth-child(odd) .wyh-data {
        order: 2;
        padding-bottom: 40px;
    }

    .why-cc-inside .container .row:nth-child(odd) .wyh-img {
        order: 1;
    }

    .wyy-solar-ccc .content {
        padding-top: 30px;
    }

    .contact-form-cc {
        margin-top: 10px;
    }

    .footer-logo {
        position: absolute;
        bottom: 0;
        width: 350px;
        left: 50%;
        margin-left: -175px;
        margin-bottom: -175px;
    }

    .social-c a {
        margin-right: 10px;
        margin-left: 10px;
    }

    .history-slider-cc .sub-title-b {
        text-align: center;
        width: 100%;
    }

    .history-slider-cc .yearnew {
        text-align: center;
        width: 100%;
    }

    .event-big-box {
        padding: 32px;
    }


    .cat-grid-content-c {
        background: none;
        position: static;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: auto;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        justify-content: flex-end;
        padding: 0;
    }

    .cat-grid-content-c h3 {
        color: #000;
        display: block;
        font-size: calc(1.275rem + .3vw);
        margin-top: 25px;
        font-weight: 500;
        letter-spacing: .5px;
        padding-bottom: 10px;
    }

    .rd-more_white {
        color: #d47700;
        margin-bottom: 10px;
        font-size: 13px;
        background-image: url(../img/arrow_black.svg);
        background-size: 16px;
        padding-right: 19px;
        background-repeat: no-repeat;
        background-position: right;
        text-decoration: none;
    }

}


@media (max-width: 570px) {
    .news-cc .ico-cc {
        width: 100% !important;
        margin-right: 0px;
    }

    .news-cc .list-content {
        width: 100% !important;
    }

    .cat-img-c {
        margin-bottom: 15px;
    }

    footer .nav-link {
        border: none !important;
    }

    .footer-link li {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

}

/* ============================================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   ============================================================ */

/* ---- Mobile Navigation (< 992px) ---- */
@media (max-width: 991px) {

    /* Fix: Make nav submenus inline but hidden, toggle via JS .open class */
    .nav-dropdown .nav-submenu {
        position: static !important;
        display: block !important;
        opacity: 0 !important;
        visibility: hidden !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        border-width: 0 !important;
        background: transparent !important;
        background-color: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 100% !important;
        border-radius: 0 !important;
        height: 0 !important;
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
    }

    /* When toggled open via JS */
    .nav-dropdown.open .nav-submenu {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 500px !important;
        height: auto !important;
        background: #f8f9fa !important;
        background-color: #f8f9fa !important;
        padding: 5px 0 !important;
    }

    .nav-dropdown .nav-submenu li {
        padding: 0 !important;
    }

    .nav-dropdown .nav-submenu a {
        padding: 10px 20px 10px 35px !important;
        font-size: 12px !important;
        color: #6b7280 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }

    .nav-dropdown .nav-submenu a:hover {
        padding-left: 40px !important;
    }

    /* Add a toggle arrow indicator to parent items */
    .nav-dropdown>.nav-link::after {
        content: ' ▼';
        font-size: 10px;
        opacity: 0.6;
    }

    .nav-dropdown.open>.nav-link::after {
        content: ' ▲';
    }

    /* Add a toggle arrow indicator to account-dropdown too */
    .account-dropdown>.nav-link::after {
        content: ' ▼';
        font-size: 10px;
        opacity: 0.6;
    }

    .account-dropdown.open>.nav-link::after {
        content: ' ▲';
    }

    /* Account submenu also fix for mobile */
    .account-dropdown .account-submenu {
        position: static !important;
        display: block !important;
        opacity: 0 !important;
        visibility: hidden !important;
        max-height: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        border-width: 0 !important;
        background: transparent !important;
        background-color: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 100% !important;
        border-radius: 0 !important;
        transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
    }

    .account-dropdown.open .account-submenu {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 500px !important;
        height: auto !important;
        background: #f8f9fa !important;
        background-color: #f8f9fa !important;
        padding: 5px 0 !important;
    }

    /* Reduce nav link spacing on mobile */
    .navbar-nav .nav-link {
        padding: 8px 15px !important;
        font-size: 13px !important;
        text-align: left !important;
    }

    /* Compact the logo */
    .logo {
        height: 50px !important;
    }
}

/* ---- Mobile Small Screens (< 768px) ---- */
@media (max-width: 767px) {

    /* -- Utility top bar: compact on small mobile -- */
    .top-bar-cc {
        padding: 5px 10px !important;
    }

    .top-bar-cc a {
        font-size: 12px !important;
        padding: 4px 8px !important;
        margin: 2px 3px !important;
    }

    .top-bar-cc .lang-dropdown-c {
        margin-left: 4px !important;
    }

    .top-bar-cc .lang-trigger {
        font-size: 12px !important;
    }

    /* -- Inside page banners -- */
    .inside-banner-cc {
        padding: 60px 0 20px !important;
        min-height: auto !important;
    }

    .inside-banner-cc h1 {
        font-size: clamp(22px, 6vw, 32px) !important;
        margin-bottom: 5px !important;
        position: relative;
        z-index: 2;
    }

    .inside-top-logo-bg {
        width: 150px !important;
        top: -70px !important;
        left: -30px !important;
        opacity: 0.1 !important;
    }

    .inside-bottom-logo-bg {
        width: 150px !important;
        bottom: -70px !important;
        right: -30px !important;
        opacity: 0.1 !important;
    }

    /* Hide breadcrumbs on very small screens to save space */
    .brdcrmb {
        font-size: 11px !important;
    }

    /* -- Typography scaling -- */
    h1 {
        font-size: clamp(24px, 7vw, 36px) !important;
        line-height: 1.2 !important;
    }

    h2 {
        font-size: clamp(22px, 6vw, 32px) !important;
        line-height: 1.2 !important;
    }

    h3 {
        font-size: clamp(18px, 5vw, 24px) !important;
    }

    /* -- Section padding reduction -- */
    section {
        padding: 40px 0 !important;
    }

    .about-section {
        padding: 40px 0 !important;
    }

    .about-section .container,
    .about-section .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .about-section p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    /* -- Responsive padding override (front-page) -- */
    .responsive-padding {
        padding: 0 15px !important;
    }

    /* -- Stats cards (Celebrating section) -- */
    .stat-card {
        padding: 20px 15px !important;
        margin-bottom: 10px;
    }

    /* -- Event cards -- */
    .event-card {
        padding: 20px !important;
        min-height: auto !important;
        margin-bottom: 15px !important;
    }

    .countdown-timer .days,
    .countdown-timer .hours,
    .countdown-timer .minutes,
    .countdown-timer .seconds {
        font-size: 20px !important;
    }

    /* -- Initiative cards -- */
    .initiative-card {
        padding: 25px 15px !important;
        min-height: auto !important;
        height: auto !important;
    }

    /* -- News cards -- */
    .news-card-large,
    .news-card-small {
        margin-bottom: 15px !important;
    }

    .news-card-small {
        flex-direction: column !important;
    }

    .news-card-small>div:first-child {
        width: 100% !important;
        min-width: 100% !important;
        height: 150px !important;
    }

    /* -- Contact section -- */
    .contact-info-card,
    .newsletter-card,
    .contact-form-card {
        padding: 25px !important;
        margin-bottom: 15px !important;
    }

    /* -- Footer -- */
    .site-footer .container-fluid {
        padding: 0 20px !important;
    }

    /* -- Support / Donate section -- */
    .support-mission-section {
        background-attachment: scroll !important;
    }

    .support-mission-section .container-fluid>.row>.col-lg-8>div {
        padding: 30px 20px !important;
    }

    /* -- Sponsors slider fix -- */
    .sponsors-slider-final .swiper-slide {
        width: 180px !important;
        height: 120px !important;
    }

    /* -- Language slider -- */
    .language-slider-bg {
        height: 100px !important;
    }

    .flag-left,
    .flag-right {
        width: 35px !important;
        height: 35px !important;
        border-width: 2px !important;
    }

    .flag-left {
        left: 8px !important;
        right: auto !important;
    }

    .flag-right {
        right: 8px !important;
        left: auto !important;
    }

    .lang-slide {
        font-size: clamp(12px, 4vw, 18px) !important;
        width: 65% !important;
        left: 17.5% !important;
    }

    /* -- Page hero (generic page.php / single.php) -- */
    .page-hero,
    .post-hero {
        min-height: 200px !important;
        padding: 70px 0 30px !important;
    }

    /* -- Search page hero -- */
    .iamn-hero {
        min-height: 180px !important;
        padding: 20px 0 !important;
    }

    /* -- Single initiative -- */
    .initiative-single {
        padding: 40px 0 !important;
    }

    /* -- Single event -- */
    .single-event-hero {
        min-height: 200px !important;
    }

    /* -- Row gaps for stacked columns -- */
    .row {
        --bs-gutter-y: 1rem;
    }

    /* -- Oral history cards -- */
    .oral-row {
        min-height: auto !important;
        padding: 20px !important;
    }

    /* -- Modern button size -- */
    .modern-btn,
    .modern-btn-outline {
        padding: 10px 25px !important;
        font-size: 13px !important;
    }

    /* -- Section badge -- */
    .section-badge {
        font-size: 12px !important;
    }

    /* -- Container fluid mobile padding -- */
    .container-fluid.px-4 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .container-fluid.px-lg-5 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* -- Swiper navigation arrows reduce on mobile -- */
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 14px !important;
    }

    /* -- Events archive filter form -- */
    .event-filter-form {
        padding: 15px !important;
    }

    /* -- Holiday cards -- */
    .holiday-card .card-body {
        padding: 12px !important;
    }

    /* -- Sidebar widgets -- */
    .sidebar-widget {
        margin-bottom: 15px !important;
    }
}

@keyframes iamn-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* Footer Links List Mobile Layout */
.footer-links-list {
    list-style: none;
    gap: 30px;
}
@media (max-width: 768px) {
    .footer-links-list {
        gap: 15px 20px !important;
    }
    .footer-links-list li {
        width: 40%; /* Approx 2 items per row */
        text-align: center;
    }
}

.site-footer-cc {
    background: #FDF3D0;
    color: #3D5561;
    padding: 20px 0 20px;
}

/* Force Gold Bar Mobile Visibility */
@media (max-width: 991px) {
    .top-bar-cc {
        display: flex !important;
        visibility: visible !important;
        background-color: #E3A14C !important;
        position: relative !important;
        z-index: 1050 !important;
        width: 100% !important;
        min-height: 35px !important;
        padding: 8px 10px !important;
    }
    .top-bar-links-c {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        width: 100% !important;
    }
    .top-bar-cc a, .top-bar-cc .lang-trigger {
        display: inline-block !important;
        color: #fff !important;
    }
}
