/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */


:root {
    --primary-dark: #0b2f6b;
    --primary: #243a6b;
    --secondry-dark: #1fa2ff;
    --secondry-light: #2f7de1;
    --highlight-color: #00e6ff;
    --color-white: #fff;
    --bg-main: #f3f6fb;
    --bg-section: #ffffff;
    --bg-soft: #f7f9fd;
    --bg-card: #ffffff;
    --text-dark: #1c2b4a;
    --text-primary: #243a6b;
    --text-light: #4a4e56;
    --dark-bg: #0a0a0a;
    --gradient-primary: linear-gradient(135deg, #0b2f6b, #0f4ba5);
    --gradient-button: linear-gradient(90deg, #2f7de1, #1fa2ff);
    --body-gredient: linear-gradient(to right, #f6f4fd, #f5f4fe82, #f8f6fe);
    --gradient-footer: linear-gradient(180deg, #0a2e6e, #071c3d);
    --gradient-card: linear-gradient(180deg, #ffffff, #f4f7fc);
    --shadow-soft: 0 6px 20px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 10px 25px rgba(0, 0, 0, 0.12);
    --shadow-navbar: 0 5px 15px rgba(0, 0, 0, 0.1);
    --primary-font: "Montserrat", sans-serif;
    --secondry-font: "Roboto", sans-serif;

}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: hidden !important;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--secondry-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--secondry-font);
}

.img-coverr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptb {
    padding: 5rem 0;
}

.sec-pt {
    padding-top: 4rem;
}

.sec-gredient {
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
}

.sec-pb {
    padding-bottom: 4rem;
}

p {
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.02rem;
    color: var(--text-light);
}

/* header-start */

.navbar-toggler .icon-bar {
    display: block;
    width: 3.6rem;
    height: .4rem;
    background-color: var(--secondry-color);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.main-hdr-area {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: var(--color-white);
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem 3rem !important;
    border-radius: 2rem;
}

header.header-sec {
    margin: 0 2.5rem;
}

li.nav-item .active {
    color: var(--secondry-light) !important;
    border-bottom: 1px solid var(--secondry-light);
}

i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}

.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.hdr-logo img {
    height: 8.5rem;
    width: 100%;
    object-fit: cover;
}


.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem 0 !important;
    width: 100%;
    border-radius: 0 !important;
}

.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}

.social-icons a {
    margin-left: 15px;
}

.header-sec .nav-link {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
    color: var(--text-light) !important;
}

ul.navbar-nav {
    display: flex;
    gap: 2.2rem;
}

.btn-appointment {
    background: var(--gradient-button);
    color: var(--color-white) !important;
    padding: 1.2rem 3rem;
    border: none;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 10px;
    outline: none;
    box-shadow: 0 10px 30px rgba(120, 90, 60, 0.25);
    letter-spacing: 0.02rem;
}


.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}


.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.4rem;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.hdr-dropdown .dropdown-menu li {
    position: relative;
    list-style: none;
}


.subdropdown,
.subsubdropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 20rem;
    background: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    z-index: 1000;
}


.hdr-dropdown .dropdown-menu li:hover>.subdropdown,
.hdr-dropdown .subdropdown li:hover>.subsubdropdown {
    display: block;
}


.subdropdown li a,
.subsubdropdown li a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-light);
    text-decoration: none;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    transition: background 0.3s;
}


.subdropdown li a:hover,
.subsubdropdown li a:hover {
    background-color: var(--primary-color)  !important;
    color: var(--color-white) !important;
}


ul.subdropdown li a:hover, ul.subsubdropdown li a:hover, ul.subdropdown li a:active, ul.subdropdown li a:active {
    background: var(--primary) !important;
    color: #fff !important;
}


@media (min-width: 1200px) {
    header.header-sec .navbar .container-fluid {
        padding: 0 7rem;
    }
}

@media (min-width: 1000px) and (max-width: 2200px) {

    .bnr-sec {
        height: 78vh !important;
    }

}


@media (min-width: 992px) {
    .hdr-dropdown:hover .dropdown-menu {
        display: block;
    }

    .hdr-dropdown .dropdown-menu {
        margin-top: 0;
    }

    .hdr-dropdown>.nav-link::after {
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
        content: "";
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
    }

}

@media (max-width: 1199px) {
    .main-hdr-area {
        padding: 1rem 2rem !important;
    }

    .header-sec .nav-link {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    ul.navbar-nav {
        display: flex;
        gap: .5rem;
        /* margin-left: 1rem !important; */
    }

    .btn-appointment {
        padding: 1.2rem 2.6rem;
        font-size: 1.5rem;
    }
}


@media (max-width: 991px) {
    .navbar-toggler {
        display: block !important;
    }
    
        .bnr-main {
          height: auto !important;
       }

    button.navbar-toggler span {
        background: var(--primary-dark) !important;
    }

    header.header-sec {
        margin: 0;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 255px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .header-sec .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 3rem 0 1rem !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
    }

    .contact-box {
        display: none !important;
    }

    .mobile-arrow {
        font-size: 14px;
        margin-left: 10px;
        cursor: pointer;
    }

    .hdr-dropdown .dropdown-menu.show+.mobile-arrow i {
        transform: rotate(180deg);
        transition: 0.3s;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .main-hdr-area {
        border-radius: 0;
        top: 0;
    }

    li.nav-item .active {
        border-bottom: 1px dotted #666666b3;
    }

    .main-hdr-area {
        position: fixed;
        transform: none;
        width: 100% !important;
        left: 0;
        padding: 0 3rem !important;
    }
    
    
    .subdropdown, 
    .subsubdropdown {
        position: static;
        display: block; /* Or hide and toggle with JS for mobile */
        box-shadow: none;
        padding-left: 2rem;
        border-left: 2px solid var(--primary-color);
    }

    ul.subdropdown li a {
        margin-left: 2rem;
        color: #0a57caaf;
    }

}


@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }
}

/* header-end */

/* bnr-start */

.bnr-sec {
    position: relative;
    height: 65vh;
}

.bnr-main {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    padding: 4rem;
    height: 100%;
}

.bnr-lt-text {
    color: var(--color-white);
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    /* left: 15rem; */
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    /* background: linear-gradient(45deg, #07163a6b, #04081b4a); */
    padding: 1rem;
}

.bnr-lt-text .bnr-sub-txt {
    display: block;
    font-size: 2rem;
    font-weight: 500;
}

.bnr-txt {
    font-size: 6.1rem;
    font-weight: 700;
}

.bnr-txt span {
    color: var(--highlight-color);
}

.bnr-text-2 {
    display: flex;
    font-size: 2.2rem;
    /*margin-bottom: 20px;*/
    font-weight: 500;
    gap: .8rem;
}


.regs-btn a {
    background: #243a6b !important;
    box-shadow: 0 10px 30px #4b4b4b7d !important;
}

span.bnr-text-2 em {
    padding-left: 1.2rem;
    display: inline-block;
    border-left: 1px solid var(--highlight-color);
    color: var(--highlight-color);
}

.btn-grid {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    margin-top: 1rem;
}

.submit-btn a,
.regs-btn a {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    background: var(--gradient-button);
    color: var(--color-white);
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1.7rem;
}

.submit-btn a:hover,
.regs-btn a:hover {
    background-color: var(--highlight-color);
}

.bnr-lt-text>p {
    color: var(--bg-soft);
    font-size: 2.2rem !important;
    font-weight: 500;
    margin-top: .5rem;
    /*margin-bottom: 2rem;*/
}

.bnr-main {
    position: relative;
}

.bnr-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    display: block;
}

.bnr-float-crd-cont {
    padding: 1rem;
    background: var(--gradient-card);
    box-shadow: 0 10px 25px rgb(0 0 0 / 16%);
    display: flex;
    border-radius: 1rem;
    position: relative;
    margin-top: -111px;
    z-index: 23;
}

.bnr-float-crd-cont .row {
    align-items: center;
    width: 100%;
}

.float-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /*height: 100%;*/
    padding: 1.8rem 2rem;
    flex-direction: column;
}

.float-card i {
    font-size: 3.7rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.float-card span {
    font-size: 2rem;
    font-weight: 500;
    color: var(--text-dark);
}


.float-crd-right-img img {
    width: 14rem;
    height: auto;
    object-fit: cover;
    margin-bottom: .5rem;
}

.flt-crd-rt-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flt-crd-rt-img img {
    max-height: 6rem;
}

.ftr-countdown  div .time-box {
    padding: 0;
}

/* coundown */

.countdown-wrapper {
    text-align: center;
    padding: 20px;
}

.count-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.time-box {
    background: var(--gradient-button);
    border-radius: .5rem;
    width: 8rem;
    box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, #051b5d, #2d567e) !important;
    box-shadow: 0 10px 30px #1423447d !important;
}

.time-box span {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    color: var(--color-white);
    font-family: var(--secondry-font);
}

.time-box p {
    margin: 0;
    opacity: .7;
    color: var(--color-white);
    font-family: var(--secondry-font);
    font-size: 1.5rem;
}

/* coundown */


.bnr-float-crd-cont .y-bdr {
    position: relative;
}


.bnr-float-crd-cont .row>div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .2rem;
    height: 5rem;
    background: #9ca4b596;
}

.bnr-float-crd-cont .row .y-bdr :last-child::after {
    display: none;
}

.bnr-sec-2 .bnr-wave {
    display: none !important;
}

/* bnr-end */

/* about-start */


.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--dark-bg);
    border-radius: 2rem;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: none;
}

.video-poster {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    background: var(--secondry-light);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
}

.play-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 1.8rem solid var(--color-white);
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 115, 162, 0.7);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 115, 162, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 115, 162, 0);
    }
}

.abt-lt .sec-tle {
    font-size: 4rem;
    font-weight: 600;
    background: linear-gradient(to left, #07224c 60%, #0d0d7a 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

ul.track-list li , .sub-guide-list li  {
    font-size: 1.7rem;
    font-family: var(--secondry-font);
    margin-bottom: 1.95rem;
    list-style-type: auto;
}

.track-list, .sub-guide-list {
    padding-left: 3rem !important;
}

ul.sub-guide-list li {
    list-style-type: disc;
}

/*.bnr-sec-2 div div .bnr-lt-text {*/
/*    left: 11rem !important;*/
/*}*/

.bnr-sec.bnr-sec-2 {
    height: 70vh;
    margin-bottom: 0 !important;
    margin-top: 13.4rem;
}

section.submission-sec {
    background: #ecf0f1;
}

section.bnr-sec.bnr-sec-2 {
    height: 65vh;
    margin-bottom: 0 !important;
    margin-top: 11rem;
}

section.about-sec {
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
}

.about-2-sec {
    background: var(--body-gredient);
    padding-bottom: 4rem;
}

.abt-lt p {
    text-wrap: balance;
    margin-bottom: 2rem;
}

.sec-tle {
    font-size: 3.6rem;
    letter-spacing: 0.02rem;
    color: var(--text-primary);
    font-weight: 500;
}

/*.abt-date-rt {*/
/*    box-shadow: 0 10px 30px #dbe2f7;*/
/*    padding: 3rem 2rem;*/
/*    border-radius: 2rem;*/
/*}*/

.date-crd-item {
    box-shadow: 0 10px 30px #dbe2f7;
    padding: 2rem;
    border-radius: 2rem;
    /*min-height: 25rem;*/
    display: flex;
    gap: .5rem;
    position: relative;
    align-items: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    padding-top: 4rem;
}

span.abt-date-txt {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #243a6b;
    width: 100%;
    border-radius: .2rem;
    text-align: center;
    color: #fff4f4 !important;
    padding: .4rem 0;
    font-size: 1.8rem;
    padding: 1rem;
    font-family: var(--secondry-font);
    color: var(--text-dark);
    margin-top: 1.2rem;
}


.date-crd-icn img {
    width: 4.6rem;
    height: 4.6rem;
    object-fit: cover;
}

.date-crd-txt p {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: .5;
}

.date-crd-txt {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}


.date-crd-txt .dedline {
    font-size: 1.7rem;
    color: var(--text-dark);
    font-weight: 500;
    margin-top: 1.4rem;
}



.confr-lt-left-ara .img-area img {
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}

img.confr-lt-icon {
    width: 4rem;
    height: 4rem;
}

.confr-lt {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.confr-lt-left-ara .img-area {
    isolation: isolate;
}

.confr-lt-left-ara .img-area:after {
    content: "";
    position: absolute;
    top: 44%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 20rem;
    height: 20rem;
    background: #bec7e0;
    z-index: -1;
    border-radius: 50%;
}

.abt-confr-sec {
    box-shadow: 0 10px 30px #dbe2f7;
    margin-top: 5rem;
    padding: 3rem;
    background: var(--color-white);
    border-radius: 2rem;
}

.confr-lt-rt-ara-txts {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.confr-lt-rt-ara-txts p {
    text-wrap: balance;
}

.confr-lt-left-ara {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confr-lt-left-ara .confr-lt-athr {
    font-size: 2.2rem;
    font-family: var(--secondry-font);
    color: var(--primary);
    font-weight: 500;
}

.confr-lt-left-ara .confr-lt-pst {
    font-size: 1.6rem;
    color: var(--text-light);
}

.confr-rt-athr-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 1rem;
}

.confr-rt-athr-txt {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1.2rem;
}

.confr-rt-athr-txt b {
    font-size: 1.6rem;
    color: var(--text-primary);
}

.confr-rt-athr-txt span {
    font-size: 1.5rem;
}

.confr-lt-rt-ara-txts .confr-sub-tle {
    font-size: 1.7rem;
    color: var(--secondry-dark);
}

.confr-lt-rt-ara-txts h3 {
    font-size: 2.5rem;
    color: var(--text-primary);
}


.imp-date-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.imp-date-listing .date-crd-item {
    flex: 1 0 18%;
}


/* about-end */

/* glry-start */
section.glry-sec {
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
}

.main-wrp {
    margin-top: 3.6rem;
}

.glry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    object-position: center;
}

.glry-content {
    box-shadow: 0 10px 30px #dbe2f7;
    padding: 3rem;
    border-radius: 1rem;
    background: var(--color-white);
}

.glry-img {
    position: relative;
    overflow: hidden;
}

.glry-img img {
    width: 100%;
    display: block;
    transition: 0.4s;
}

.glry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
    text-decoration: none;
}

.glry-overlay i {
    color: var(--color-white);
    font-size: 32px;
}

.glry-img:hover img {
    transform: scale(1.1);
}

.glry-img:hover .glry-overlay {
    opacity: 1;
}

/* glry-end */

/* cta-start */

.cta-sec {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 10rem 0;
}

.cta-sec-txts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-align: center;
}

.cta-sec-txts h3 {
    font-size: 4rem;
    color: var(--color-white);
    letter-spacing: 0.02rem;
}

.cta-sec-txts p {
    font-size: 2.2rem;
    color: var(--color-white);
    margin-top: .5rem;
    margin-bottom: 1.9rem;
}

/* cta-end */

/* keynotes-start */
section.keynotes-sec {
    background: var(--body-gredient);
}

.key-note-img {
    padding: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30rem;
    border-radius: 2rem;
    background: #e3e5f973;
}

.key-note-img img {
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    object-fit: cover;
    background: #d0d4e8;
}

.keynote-txt {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.keynote-txt h3 {
    font-size: 2.6rem;
    color: var(--secondry-light);
    letter-spacing: 0.02rem;
}

.keynote-txt p {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 1rem;
    text-wrap: balance;
}

.x-brdr:before,
.x-brdr:after {
    content: "";
    flex: 1;
    border-bottom: 3px solid #209efc24;
}

.x-brdr {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.view-btn-2 a {
    padding: 1.3rem 2.8rem;
    background: linear-gradient(to top, #f9f7fe, #0426690a, #ffffff);
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1.7rem;
    box-shadow: 0 10px 30px #adb4ca96;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: .7rem;
    text-align: center;
}

p.keynote-athr-txt-1 {
    display: none;
}

.view-btn-2 {
    margin-top: 3rem;
}

/* keynotes-end */

/* cta-2-start */

section.cta-2-sec {
    background: var(--body-gredient);
}

.cta-2-cont {
    box-shadow: 0 10px 30px #dbe2f7;
    padding: 5rem;
    border-radius: 2rem;
}

.cta-2-btm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-tle-2 {
    font-size: 2.8rem;
    color: var(--text-dark);
    letter-spacing: 0.02rem;
    text-transform: capitalize;
}

.cta-2-btm p {
    font-size: 2rem;
    font-family: var(--secondry-font);
}

/* cta-2-end */

/* footer-start */

.wintech-footer {
    background: url('../images/footer-bg.png') center top/cover no-repeat;
    padding-top: 8rem;
    color: var(--color-white);
    position: relative;
}


.wintech-footer::before,
.footer-supported:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 25 60 / 52%);
    z-index: 0;
}

.wintech-footer .container {
    position: relative;
    z-index: 2;
}


.footer-top {
    margin-bottom: 50px;
}


.footer-main-logo {
    max-width: 100%;
    margin-bottom: 20px;
    background: var(--color-white);
}


.footer-desc {
    line-height: 1.7;
    margin-bottom: 25px;
    color: var(--bg-soft);
    text-wrap: balance !important;
}


.ftr-items .footer-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}


ul.footer-menu li a {
    color: var(--color-white);
    font-size: 1.7rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.footer-menu a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.footer-supported {
    text-align: center;
    background-size: cover !important;
    background-position: top center !important;
    padding: 4rem;
    background-repeat: no-repeat !important;
    position: relative;
}

.ftr-brnd-wrp .supported-title {
    margin-bottom: 3.4rem;
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin-top: 1rem;
}


.support-logo {
    max-height: 6rem;
    opacity: 0.9;
}

.flw-ftr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 99;
}

.flw-ftr p {
    font-size: 2.2rem;
    color: var(--color-white);
    font-family: var(--secondry-font);
    letter-spacing: 0.02rem;
    opacity: 0.8;
}


.copy-txt-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: .5rem;
    position: relative;
    z-index: 90;
    flex-direction: column;
    text-align: center;
}

.copyright-text p {
    color: var(--color-white);
}


.copyright-text p a {
    color: var(--highlight-color);
}

.ft-social a {
    font-size: 3rem;
    color: var(--color-white);
    margin-top: 1rem;
    display: inline-block;
}

/* footer-end */

/* speakers-pg */

section.speaker-section {
    margin-top: 12rem;
}

.speaker-item {
    margin-top: 4rem;
}

.speaker-main-con {
    margin-top: 3.2rem;
}

.spkr-img img {
    width: 390px;
    height: 340px;
    object-fit: cover;
    margin-bottom: 2rem;
    border-radius: 2rem;
}

.spkr-text-cont {
    display: flex;
    flex-direction: column;
}

.spkr-text-cont .spk-athr-nm {
    font-size: 2rem;
    color: var(--text-primary);
    font-weight: 600;
    margin-bottom: .5rem;
}

.spkr-text-cont .spk-athr-pst {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    color: var(--text-light);
    font-weight: 600;
}

/* speakers-pg */

/*sponser-pg*/

/* ===== Sponsors Section ===== */
.sponsors-section {
     /*background: linear-gradient(135deg, #d2dcfc, #2c82e53d 10%, #f8f5fc 50%, #d2dcfc 100%); */
    padding: 5rem 0;
}

.container-lg {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ===== Category ===== */
.sponsors-category {
    margin-bottom: 4rem;
}

.category-title {
    font-size: 3.6rem;
    font-weight: 600;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 4rem;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    position: relative;
}


.category-title:after {
    position: absolute;
    content: "";
    width: 10rem;
    height: .5rem;
    bottom: -11px;
    transform: translate(-50%);
    background: #2c86e7dc;
    left: 50%;
    border-radius: 50%;
}

/* ===== Sponsor Grid ===== */
.sponsors-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Platinum Grid */
.sponsors-grid.platinum {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Gold Grid */
.sponsors-grid.gold {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Silver Grid */
.sponsors-grid.silver {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

/* Bronze Grid */
.sponsors-grid.bronze {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


/* Student Grid */
.sponsors-grid.student,
.sponsors-grid.survey {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}


.sponsor-card {
    background: #fff;
    border: 2px solid rgba(100, 120, 200, 0.15);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/*.sponsor-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 8px 25px rgba(100, 120, 200, 0.15);*/
/*    border-color: rgba(100, 120, 200, 0.3);*/
/*}*/

.sponsor-card img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    width: 206px;
}

 Platinum Card 
.sponsors-grid.platinum .sponsor-card {
    min-height: 150px;
    border: 2px solid rgba(100, 120, 200, 0.25);
}

section.spons-bnr {
    margin-top: 13rem;
    padding: 7rem 0;
    background: var(--gradient-button);
}

.sub-bnr-txt h1 {
    font-size: 3.7rem;
    color: var(--color-white);
    text-transform: capitalize;
}

section.spons-text-con {
    padding: 5.5rem 0;
    background: linear-gradient(135deg, #d2dcfc, #2c82e53d 10%, #f8f5fc 50%, #d2dcfc 100%);
}

.spons-txt-wrp {
    margin-bottom: 3.8rem;
}

.spons-txt-wrp p {
    font-size: 1.8rem;
    line-height: 2.9rem;
    color: #000000;
}

.spons-txt-wrp p a {
    color: #2e81e4;
}



/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .container-lg {
        padding: 0 1.5rem;
    }

    .sponsors-section {
        padding: 3rem 0;
    }

    .sponsors-category {
        margin-bottom: 3rem;
    }

    .category-title {
        font-size: 3rem;
        /* margin-bottom: 2rem; */
    }

    .sponsors-grid {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .container-lg {
        padding: 0 1rem;
    }

    .sponsors-section {
        padding: 2.5rem 0;
    }


    .sponsors-grid {
        gap: 1.2rem;
    }

    .sponsor-card {
        padding: 1.2rem;
        min-height: 100px;
        border-radius: 10px;
    }

    .sponsor-card img {
        max-height: 60px;
    }

    /* Adjust grids for mobile */
    .sponsors-grid.platinum {
        grid-template-columns: 1fr;
    }

    .sponsors-grid.gold {
        grid-template-columns: repeat(2, 1fr);
    }

    .sponsors-grid.silver {
        grid-template-columns: repeat(2, 1fr);
    }

    .sponsors-grid.bronze {
        grid-template-columns: repeat(2, 1fr);
    }

    .sponsors-grid.survey {
        grid-template-columns: repeat(2, 1fr);
    }

    .sponsors-grid.student,
    .sponsors-grid.survey {
        grid-template-columns: repeat(1, 1fr);
    }

    section.spons-text-con {
        padding-top: 2rem;
    }

    section.spons-bnr {
        margin-top: 10rem;
    }
}

@media (max-width: 576px) {
    .container-lg {
        padding: 0 1rem;
    }

    .spons-txt-wrp p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #000000;
    }

    .sponsors-section {
        padding: 2rem 0;
    }

    .sponsors-category {
        margin-bottom: 2rem;
    }

    .category-title {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .sponsors-grid {
        gap: 1rem;
    }

    .sponsor-card {
        padding: 1rem;
        min-height: 90px;
        border-radius: 8px;
    }

    .sponsor-card img {
        max-height: 70px;
    }

    /* All grids single column on mobile */
    .sponsors-grid.platinum,
    .sponsors-grid.gold,
    .sponsors-grid.silver,
    .sponsors-grid.bronze,
    .sponsors-grid.survey,
    .sponsors-grid.student {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .sub-bnr-txt h1 {
        font-size: 3rem;
        padding: 0 2rem;
        line-height: 3.8rem;
    }
}


section.sponser-cont {
    padding: 6rem 0;
    margin-top: 10rem;
}

.sponser-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    color: #df8832;
    text-align: center;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #df8832;
}

span.sponser-txt {
    font-size: 2.4rem;
    font-family: var(--secondry-font);
    
}

.sponser-btn {
    padding-bottom: 4.5rem;
    padding-top: 4rem;
    border-bottom: 2px dashed #ccc;
}

.sponser-txt b {
    font-size: 1.9rem;
    font-family: var(--secondry-font);
    
    margin-top: 1rem;
    display: inline-block;
}

a.spons-link {
    /*color: #df8832 !important;*/
    font-weight: 500;
}

.sponser-main-wrp p em, a.spons-link {
    color: #243a6b !important;
}

.sponsor-title h3 {
    font-size: 2.6rem;
    /*margin-bottom: 1.8rem;*/
    color: var(--text-dark);
    position: relative;
    display: inline-block;
}

.sponser-main-wrp p em {
    font-weight: 500;
}

.sponsor-title h3::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background: var(--primary);
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.sponnser-brnd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.sponnser-brnd .sponsor-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sponnser-brnd .sponsor-section .sponsor-grid .sponsor-card img {
    width: 200px !important;
    object-fit: cover;
    height: auto;
}

/*sponser-pg*/


/* -------------achive-sec-------- */

.achive-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.achive-slider .owl-nav button {
    position: absolute;
    background: var(--dark-bg);
    color:  var(--color-white);
    border: none;
    padding: 12px 16px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
}


.achive-slider .owl-nav .owl-prev {
    left: -60px;
}


.achive-slider .owl-nav .owl-next {
    right: -60px;
}

.achive-slider .owl-nav button i {
    font-size: 20px;
    background: var(--primary-dark);
    color: var(--color-white);
    width: 5rem;
    border-radius: 50%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achive-img img {
    border-radius: 1.5rem;
}


/* -------------achive-sec-------- */



/*cta-sec*/

.cta-1-img img {
    width: 250px;
    height: auto;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(9%) hue-rotate(30deg) brightness(103%) contrast(103%);
}

.cta-sec-1 {
    background: linear-gradient(45deg, #06133c, #1a6898, #051033);
    padding: 5rem 0;
}

.cta-main-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.4rem;
}

.host-btn a {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    background: #243a6b;
    color: var(--color-white);
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1.7rem;
    box-shadow: 0 4px 10px rgb(249 248 254 / 12%);
}

/*cta-sec*/

/* resposnive-start */

@media(min-width:2000px){
    
   section.bnr-sec.bnr-sec-2 {
    height: 50vh;
    margin-bottom: 0 !important;
    margin-top: 5rem;
}

.bnr-sec-2 div div .bnr-lt-text {
    gap: 2rem;
}

}

@media (max-width: 1199.98px) {

    .bnr-lt-text {
        color: var(--color-white);
        width: auto;
        /*left: 4.5rem;*/
        /*background: linear-gradient(45deg, #013486cc, transparent);*/
        padding: 1rem;
    }

     .bnr-sec-2 div div .bnr-lt-text {
      /*left: 6rem !important;*/
      background: transparent;
      }
      

    .bnr-txt {
        font-size: 5.5rem;
    }

    .float-card i {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .float-card span {
        font-size: 1.8rem;
    }

 .bnr-sec {
    height: 100% !important;
    /*margin-top: 5rem !important;*/
}

    .date-crd-txt p {
        font-size: 1.99rem;
    }

    .date-crd-txt .dedline {
        font-size: 1.5rem;
    }

    .date-crd-txt .abt-date-txt {
        font-size: 1.6rem;
        margin-top: .8rem;
    }

    .confr-lt-left-ara .img-area img,
    .confr-lt-left-ara .img-area:after {
        width: 15rem;
        height: 15rem;
    }

    .main-wrp {
        margin-top: 2.5rem;
    }

    .key-note-img {
        width: 100%;
    }

    .cta-sec {
        padding: 7rem 0;
    }

    .cta-2-cont {
        padding: 3rem;
    }

    .flt-crd-rt-img img {
        max-height: 5rem;
    }

    .keynote-txt h3 {
        font-size: 2.1rem;
        color: var(--secondry-light);
        letter-spacing: 0;
        margin-bottom: 0 !important;
    }
    
    .bnr-lt-text{
        top: 50%;
    }
}

@media (max-width: 991.98px) {

    .bnr-lt-text {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        /*background: linear-gradient(45deg, #01348647, transparent);*/
        margin-top: 9rem;
    }

    .bnr-sec-2 div div .bnr-lt-text {
      left: 0rem !important;
      background: transparent;
    }

   .achive-slider .owl-nav button i {
      font-size: 17px;
       width: 4rem;
       height: 4rem;
    }
    
    .achive-slider .owl-nav .owl-prev {
      left: -18px;
     }
     
     .achive-slider .owl-nav .owl-next {
         right: -18px;
      }
     
    .bnr-sec {
        height: auto;
        margin-bottom: 0;
    }

    .bnr-float-crd-cont {
        margin-top: -9rem;
    }

    .ptb {
        padding: 3rem 0;
    }

    .video-wrapper {
        margin-top: 2.5rem;
    }

    .submit-btn a,
    .regs-btn a {
        padding: 1rem 2.2rem;
        font-size: 1.5rem;
    }

    .sec-tle {
        font-size: 3.4rem;
        letter-spacing: 0;
    }

    .abt-date-lt p {
        margin-top: 0 !important;
        margin-bottom: 1.5rem;
    }

    .abt-date-rt {
        box-shadow: 0 10px 30px #47495052;
        padding: 2rem;
    }

    .date-crd-txt p {
        font-size: 1.8rem;
        line-height: 2.3rem;
        margin-bottom: .7rem;
    }

    .date-crd-txt .dedline,
    .date-crd-txt .abt-date-txt {
        font-size: 1.5rem !important;
        /*padding: 0 !important;*/
        margin: 0 !important;
        top: 0;
    }

    .date-crd-icn img {
        width: 3rem;
        height: 3rem;
    }

    .date-crd-item {
        gap: 1.5rem;
        flex-direction: column;
    }

    .abt-lt .sec-tle {
        font-size: 3.6rem;
    }

    .confr-rt-ara {
        margin-top: 2.5rem;
    }

    .confr-rt-athr-txt {
        margin-top: 1rem;
        text-align: center;
    }

    .keynote-txt {
        margin-top: 1rem;
        margin-left: 0;
        align-items: center;
        text-align: center;
    }

    .keynote-crd {
        margin-bottom: 2.5rem;
    }

    .cta-sec-txts h3 {
        font-size: 3.5rem;
        letter-spacing: 0;
    }

    .ftr-items {
        margin-top: 2.4rem;
    }

    .support-logo {
        margin-top: 0;
        max-height: 5rem;
    }

    .x-brdr:before,
    .x-brdr:after {
        display: none;
    }

    .cta-2-logo img {
        width: 17.4rem;
        margin: 1rem 0;
    }

    .glry-content {
        box-shadow: 0 10px 30px #9daee1;
    }

    .bnr-text-2 {
        margin-bottom: .5rem;
        gap: .8rem;
    }

    .bnr-lt-text p {
        margin-bottom: 1.5rem;
    }

    .about-sec {
        padding-top: 2rem !important;
    }
    
    .bnr-sec {
       height: auto !important;
    }

    .float-card span {
        font-size: 1.6rem !important;
        text-align: center;
    }

    .bnr-float-crd-cont .row>div:not(:last-child)::after {
        right: 1.4rem;
    }
    
    .imp-date-listing {
       justify-content: center;
      gap: 2rem;
    }
    
    .imp-date-listing .date-crd-item {
      flex: 0 0 40%;
     }
     
     .cfp-date-con {
        flex-direction: column;
     }

}

@media (max-width: 575.98px) {

    .hdr-logo img {
        height: 6rem;
    }

    .main-hdr-area {
        padding: 0 1rem !important;
    }

    .bnr-float-card-wrp {
        display: none;
    }

    .bnr-wave {
        display: none;
    }

    .bnr-lt-text {
        margin-top: 7rem;
        width: 100%;
        padding: 0 !important;
    }

    .bnr-lt-text .bnr-sub-txt {
        font-size: 1.7rem;
    }
    
    .btn-grid p {
      font-size: 1.8rem;
      font-weight: 500;
      margin-top: .5rem;
    }
    
  

    .bnr-txt {
        font-size: 3.6rem;
        display: flex;
        gap: .5rem;
    }

    .bnr-main {
        padding: 1rem;
         height:100% !important;
    }

    .bnr-text-2 {
        font-size: 2rem;
        margin-bottom: .5rem;
    }

    .bnr-lt-text>p {
        font-size: 2rem !important;
    }

    .bnr-lt-text {
        margin-top: 0;
        width: 100%;
        position: absolute;
        top: 11rem;
        left: 1.4rem;
        gap: 1.5rem;
        /*background: linear-gradient(45deg, #0b5bb4, transparent);*/
        padding: 1rem !important;
    }

    .bnr-sec {
        height: 82vh;
        margin-bottom: 2rem !important;
    }

    .abt-lt .sec-tle {
        font-size: 2.8rem;
        margin-bottom: .5rem;
    }

    p {
        font-size: 1.5rem;
    }

    .sec-tle {
        font-size: 3rem;
    }

    .date-crd-item {
        gap: 1.4rem;
        flex-direction: row;
        margin-bottom: 2.5rem;
    }

    .abt-date-rt {
        box-shadow: 0 10px 30px #4749502e;
    }

    .abt-confr-sec {
        box-shadow: 0 10px 30px #dbe2f7;
        margin-top: 0;
        padding: 3rem 0;
    }

    .confr-lt {
        display: flex;
        gap: 1rem;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-top: 2.5rem;
    }

    img.confr-lt-icon {
        display: none;
    }

    .confr-lt-left-ara .confr-lt-athr {
        font-size: 2rem;
    }

    .confr-lt-rt-ara-txts h3 {
        font-size: 2.3rem;
    }

    .abt-confr-sec {
        box-shadow: none !important;
        margin-top: 0;
        padding: 0;
        background: transparent !important;
    }

    .confr-lt-left-ara .img-area img,
    .confr-lt-left-ara .img-area:after {
        width: 10rem;
        height: 10rem;
    }


    .date-crd-item {
        gap: 1.4rem;
        flex-direction: column;
        margin-bottom: 2.5rem;
        align-items: center;
        text-align: center;
    }

    .abt-date-lt {
        text-align: center;
    }

    .glry-content {
        box-shadow: 0 10px 30px #9daee16b;
        background: transparent !important;
    }

    .main-wrp {
        margin-top: 2rem;
    }

    .cta-sec-txts h3 {
        font-size: 2.7rem;
    }
    
    .achive-slider .owl-nav {
       display: none;
     }

    .cta-sec-txts p {
        font-size: 1.7rem;
        color: var(--color-white);
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

    .view-btn-2 {
        margin-top: 0;
    }

    .view-btn-2 a {
        padding: 1.2rem 2.6rem;
        font-size: 1.5rem;
    }

    .sec-tle-2 {
        font-size: 2.4rem;
        letter-spacing: 0;
    }

    .cta-2-logo img {
        width: 13rem;
        margin: 1rem 0;
    }

    .cta-2-btm p {
        font-size: 1.6rem;
        text-align: center;
    }

    .footer-top {
        margin-bottom: 3rem;
        margin-left: 1.5rem;
    }

    .footer-supported {
        display: none;
    }

    ul.footer-menu li a {
        font-size: 1.5rem;
    }
    
    .imp-date-listing .date-crd-item {
      flex: 0 0 100%;
     }

}

/* resposnive-end */


/* cfp-pg */

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}


.custom-accordion>.accordion-item {
    border: none;
    margin-bottom: 1rem;
}

.custom-accordion>.accordion-item>.accordion-header>.accordion-button {
    background-color: var(--primary);
    color: #fff;
    font-size: 1.7rem;
}


.sub-accordion {
    margin-top: 1rem;
}

.sub-accordion .accordion-button {
    font-size: 1.4rem;
    opacity: 0.9;
}

.sub-sub-accordion {
    margin-top: .5rem;
    padding-left: .5rem;
}

.sub-sub-accordion .accordion-button {
    background-color: var(--primary-dark) !important;
    font-size: 1.3rem;
    opacity: 0.8;
    color: var(--color-white);
}


.accordion-body {
    background: var(--color-white);
    border: 0.1rem solid #eee;
    font-size: 1.4rem;
    color: #444;
}

section.cfp-sec {
    margin-top: 13rem;
}



.sub-accordion .accordion-button::after,
.sub-sub-accordion .accordion-button::after {
    filter: unset !important;
}


.custom-accordion>.accordion-item {
    border: 0.1rem solid #eee;
    border-radius: 0.8rem !important;
    overflow: hidden;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.custom-accordion>.accordion-item:hover {
    box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
}


.custom-accordion>.accordion-item>.accordion-header>.accordion-button {
    /* font-weight: 600; */
    letter-spacing: 0.05rem;
    padding: 1.5rem 2rem;
    transition: background-color 0.3s ease;
}

.custom-accordion>.accordion-item>.accordion-header>.accordion-button:not(.collapsed) {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}


.sub-accordion .accordion-item {
    border: 0.1rem solid #f0f0f0;
    border-radius: 0.6rem !important;
    margin-bottom: 0.8rem;
    overflow: hidden;
}

.sub-accordion .accordion-button {
    background-color: #f8f9fa !important;
    color: var(--primary) !important;
    font-weight: 500;
    padding: 1.2rem 1.5rem;
    font-size: 1.6rem;
}

.sub-accordion .accordion-button:not(.collapsed) {
    background-color: #e9ecef !important;
}


.sub-sub-accordion .accordion-item {
    border-left: 0.3rem solid var(--primary-dark);
    margin-bottom: 0.5rem;
}

.sub-sub-accordion .accordion-button {
    padding: 1rem 1.2rem;
    font-weight: 500;
}


.accordion-body {
    line-height: 1.6;
    padding: 2rem;
}

.accordion-body ul {
    padding-left: 1.5rem;
}

.accordion-body li {
    margin-bottom: 0.8rem;
}




.submis-link a:hover {
    opacity: 0.85;
}

.cfp-date-con h3 {
    font-size: 2.2rem;
    color: var(--dark-bg);
    margin-bottom: 1rem;
}

.cfp-date-con {
    padding-top: 5rem;
    padding-bottom: 3rem;
    display: flex;
}

.cfp-dte-box {
    font-size: 1.8rem;
    display: flex;
    gap: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
    color: var(--primary);
}

.cfp-dte-box em {
    color: var(--text-primary);
}

.accordion-body p {
    font-size: 1.7rem;
    margin-bottom: 1.4rem;
}

.sub-sub-accordion .accordion-item {
    margin-bottom: 1.8rem;
    /* padding: 1rem 0; */
    box-shadow: 0 0.4rem 2rem rgb(0 0 0 / 18%);
}

.accordion-body ul li {
    list-style-type: disc;
    margin-left: 3.2rem;
    font-size: 1.6rem;
}

.download-btn a,
.submis-link a {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    background: var(--primary);
    color: var(--color-white);
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 1.7rem;
}

.cfp-btn-wrp {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}


/* responsive */

@media(max-width:991px) {

    .accordion-body p,
    .accordion-body ul li {
        font-size: 1.5rem !important;
    }

    section.cfp-sec {
        margin-top: 10rem;
    }
}

@media(max-width: 575px) {

    section.cfp-sec {
        margin-top: 8.5rem;
    }

    .cfp-dte-box {
        font-size: 1.6rem;
        gap: 0rem;
        font-weight: 500;
        margin-bottom: 1.4rem;
        flex-direction: column;
    }

    .custom-accordion>.accordion-item>.accordion-header>.accordion-button {
        font-size: 1.6rem;
    }

    .download-btn a,
    .submis-link a {
        padding: 1.2rem 2.3rem;
        font-size: 1.5rem;
    }
}

/* cfp-pg */



/* venue-pg */

section.venu-contct-sec {
    margin-top: 15rem;
}

.vnu-lt div h2 {
    font-weight: 600;
    margin-bottom: 1.3rem;
}

.vnu-lt div h2 u {
    text-decoration-color: #2791f2;
    text-underline-offset: 1rem;
}

.vnu-lt div em {
    font-size: 1.8rem;
    font-weight: 500;
}

.venu-lt-main-wrp {
    margin-top: 2rem;
}

.venu-lt-item {
    margin-bottom: 1.8rem;
    display: flex;
    flex-direction: column;
}

.venu-lt-item span {
    font-size: 2rem;
    display: inline-block;
    font-weight: 500;
    color: var(--text-dark);
}

.venu-lt-item p {
    font-size: 1.9rem;
    line-height: 3rem;
}

.venu-lt-item a {
    font-size: 1.9rem;
    margin-top: .5rem;
    display: inline-block;
    color: var(--secondry-light);
    font-weight: 500;
}

/* responsive */

@media(max-width:1199px) {
    section.venu-contct-sec {
        margin-top: 10rem;
    }
}

@media(max-width:991px) {
    .venu-lt-main-wrp {
        margin-top: 3rem;
    }
}

@media(max-width:575px) {
    section.venu-contct-sec {
        margin-top: 8rem;
    }

    .vnu-lt div em {
        font-size: 1.6rem;
    }

    .venu-lt-item span {
        font-size: 1.8rem;
        display: inline-block;
        font-weight: 500;
        color: var(--text-dark);
    }

    .venu-lt-main-wrp {
        margin-top: 2rem;
    }

    .venu-lt-item a,
    .venu-lt-item p {
        font-size: 1.6rem;
    }

    .venu-lt-item {
        margin-bottom: 1.3rem;
    }
}

/* responsive */

/* venue-pg */


