* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

:root {
    --purple: #6e3174;
    --red: #ed3237;
    --green: #a2ff00;
    --header-h: 80px;
    --accent: #1a56ff;
    --dark: #111827;
    --transition: 220ms cubic-bezier(.4, 0, .2, 1);
}


}
.nav-link:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.editor-panel {
    background: #c81631;
    padding: 20px;
    text-align: center;
}
.editor-panel button {
    background: #fff;
    border: none;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
}
section {
    padding: 100px 0;
}
h2 {
    font-size: 53px;
    line-height: 1.2;
    font-family: "Georgia";
}
h2 span {
    font-weight: 400;
}
p {
    color: #000000;
}
p,
li {
    font-size: 25px;
    line-height: 1.3;
}
html,
body {
    font-family: "Helvetica Neue";
}
.container {
    max-width: 100%;
    padding: 0 200px;
}
:focus-visible {
    outline: 0;
}
:root {
    --red: #991a36;
}




/* tab animation css end */


/* menu css start */
.header {
    position: absolute;
    top: 0;
    background: #000000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
    z-index: 1000;
    width: 100%;
}
.nav-link:hover {
    color: #fff;
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
    color: #fff;
}
.nav-link:focus {
    color: #fff;
    box-shadow: none;
}
.navbar {
    height: var(--header-h);
}
.logo img {
    width: 210px;
}
.menu-link,
.nav-link {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 14px !important;
    border-radius: 6px;
    transition: color var(--transition), background var(--transition);
}
.nav-link.solo {
    background: #f4f6ff;
    color: #000;
}
.menu-link:hover,
.nav-link:hover {
    background: #f4f6ff;
    color: #000;
}

/* remove bootstrap's default caret, use our own animated one */
.dropdown-toggle::after {
    display: none;
}
.caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    display: inline-block;
    transform: rotate(45deg);
    transition: transform var(--transition);
    margin-left: 6px;
    margin-bottom: 2px;
}
.dropdown.show>.dropdown-toggle .caret {
    transform: rotate(-135deg);
    margin-bottom: -2px;
}

/* ---------- DROPDOWN MENU + ANIMATION ---------- */

/* Bootstrap toggles 'show' via JS; keep the element in the DOM/measurable
     so we can animate opacity/transform instead of the instant display swap */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
    border: none;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .14);
    padding: 8px;
}
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(4px);
    pointer-events: auto;
}
.dropdown-item {
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    transition: background var(--transition), color var(--transition), transform var(--transition);
}
.dropdown-item:hover,
.dropdown-item:focus {
    background: #f4f6ff;
    color: var(--accent);
    transform: translateX(2px);
}
.btn-darken {
    background: var(--dark);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: background var(--transition), transform var(--transition);
}
.btn-darken:hover {
    background: #000;
    color: #fff;
    transform: translateY(-1px);
}

/* ---------- ANIMATED BURGER (replaces navbar-toggler-icon) ---------- */
.navbar-toggler {
    border: none;
    padding: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: transparent;
    box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
    display: none;
}

/* kill bootstrap's default SVG icon */
.burger-line {
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition);
}
.navbar-toggler[aria-expanded="true"] .burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .burger-line:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ---------- MOBILE COLLAPSE: smooth slide + fade (replaces Bootstrap's plain height snap) ---------- */
@media (max-width:992px) {
    .navbar-collapse {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height 320ms cubic-bezier(.4, 0, .2, 1), opacity 240ms ease;
    }
    /* Bootstrap adds .collapsing while it's animating its own height ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â we neutralize
       that and drive height/opacity ourselves via .show for a smoother combined effect */
    
    .navbar-collapse.collapsing {
        transition: none;
        height: auto !important;
    }
    
    .navbar-collapse.show {
        max-height: 600px;
        opacity: 1;
        position: absolute;
        top: 80px;
        background: #991a36;
        right: 0;
        padding: 20px;
    }
    
    .navbar-nav .nav-item {
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity 260ms ease, transform 260ms ease;
    }
    
    .navbar-collapse.show .navbar-nav .nav-item {
        opacity: 1;
        transform: none;
    }
    /* stagger each item slightly */
    
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
        transition-delay: 40ms;
    }
    
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
        transition-delay: 80ms;
    }
    
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
        transition-delay: 120ms;
    }
    
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
        transition-delay: 160ms;
    }
    
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
        transition-delay: 200ms;
    }
    
    .navbar-collapse.show .navbar-nav .nav-item:nth-child(6) {
        transition-delay: 240ms;
    }
    
    .dropdown-menu {
        position: static;
        box-shadow: none;
        transform: none;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        transition: max-height var(--transition), padding var(--transition), opacity var(--transition);
    }
    
    .dropdown-menu.show {
        max-height: 300px;
        padding: 0;
        background: #fafbff;
        border-radius: 3px;
    }
    
    .menu-link,
    .nav-link {
        border-radius: 2px;
    }
}

/* menu css end */

/* button effect css end */

/* banner section css start */
.banner:hover figure {
    scale: 1.1;
}
.banner figure {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner {
    min-height: 100vh;
    color: #ffffff;
    padding: 0;
    position: relative;
    place-content: center;
    overflow: hidden;
    background: #3b0d18;
}
.banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banCon h1 {
    font-family: "Georgia";
    font-size: 125px;
    line-height: 1.1;
    font-weight: 300;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.banCon h1 span {
    font-weight: 900;
}
.banCon {
    position: relative;
    z-index: 1;
    place-content: end;
    padding-top: 80px;
}
.banner .row .col-lg-6:last-child figure {
    position: absolute;
    top: 0;
}

/* logos section css start */
.link a {
    border: 2px solid #f0cb80;
    padding: 10px 30px;
    display: block;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.link a:last-child {
    background: #f0cb80;
    color: var(--red);
}
.lgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lgs figure img {
    aspect-ratio: 2/1;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px;
}
.lgs figure {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.lgs figure:hover {
    scale: 1.1;
}
.logos {
    padding-top: 40px;
}
.counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 100px 0 0;
}
.counts h3 {
    font-size: 100px;
    color: var(--red);
    font-weight: 900;
    line-height: 0.8;
    padding-bottom: 20px;
}
.counts h3 span {
    font-size: 60px;
    color: #58595a;
}
.counts p {
    font-size: 30px;
}
.counts .count {
    border-bottom: 2px solid #58595a;
    padding-bottom: 20px;
}
.counts .count {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.counts .count:hover {
    scale: 1.1;
}
.counts .count:nth-child(2) h3 {
    color: #58595a;
    font-size: 50px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.counts .count:nth-child(2) h3 span {
    color: var(--red);
    font-size: 100px;
    display: block;
}
.count:nth-child(2) h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.count:nth-child(2) h3 {
    position: relative;
}
.count:nth-child(2) h3::before {
    content: "TOP";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 0px;
}

/* logos section css end */

/* multiple section css start */
.multiple .heading {
    padding-bottom: 70px;
}
.multiple .heading h2 {
    padding-bottom: 30px;
}
.multiple .row {
    gap: 20px;
    flex-wrap: nowrap;
}

/* .multiple .row .col-lg-3:hover {
    scale: 1.1;
} */
.multiple .row .col-lg-3 {
    border: 2px solid var(--red);
    padding: 20px;
    color: #4f4f4f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 10px;
}
.multiple .row .col-lg-3.active {
    background: var(--red);
    color: #fff;
}
.multiple .row .col-lg-3 h3 {
    font-size: 40px;
    text-align: center;
}
.multiple .row .col-lg-3 small {
    font-size: 20px;
}

/* .multiple .row .col-lg-3:nth-child(2) {
    background: #62182a;
}

.multiple .row .col-lg-3:nth-child(3) {
    background: #40101d;
}

.multiple .row .col-lg-3:nth-child(4) {
    background: #300916;
} */

/* multiple section css end */

/* built section css start */
.built {
    padding-top: 0;
}
.built .heading figure {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.built .heading:hover figure {
    scale: 1.02;
}
.built .heading h2 {
    padding-bottom: 40px;
}
.built .bui {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.built .bui h3 {
    font-size: 35px;
    color: var(--red);
    font-weight: 300;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--red);
    margin-bottom: 20px;
}
.built .bui h3 span {
    font-weight: 900;
}
.built .bui p {
    font-size: 20px;
}
.built .col-lg-8 .row {
    --bs-gutter-x: 100px;
    padding-left: 70px;
}

/* built section css end */

/* measure section css start */
.measure {
    padding-top: 0;
}
.measure .col-lg-8 p {
    padding-bottom: 20px;
}
.measure .rec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
.measure .rec h3 {
    font-size: 70px;
    color: var(--red);
    line-height: 1;
    font-weight: 900;
}
.measure .rec h3 span {
    font-size: 45px;
}
.measure .rec small {
    font-size: 20px;
    display: block;
}
.measure .rec .item:nth-child(2) {
    border-right: 2px solid #828284;
    border-left: 2px solid #828284;
    padding: 0 100px;
    margin: 0 100px;
}
.chTab {
    margin-top: 70px;
}
.chTab .nav-item {
    width: 25%;
}
.chTab .nav-item .nav-link {
    width: 100%;
    border: none;
    color: #59595b;
    font-size: 25px;
    font-family: "Georgia";
    background: transparent;
    border-radius: 0;
}
.chTab .nav {
    border: none;
    border-bottom: 2px solid var(--red);
    margin-bottom: 50px;
}
.chTab .nav-item .nav-link.active {
    background: var(--red);
    color: #fff;
}
.chAll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
.chAll .chC:nth-child(2) {
    border-right: 2px solid #828284;
    border-left: 2px solid #828284;
    padding: 0 150px;
    margin: 0px 150px;
}
.chAll .chC h4 {
    color: #383838;
    font-size: 30px;
    padding-bottom: 5px;
}
.chAll .chC h5 {
    font-size: 70px;
    color: var(--red);
    font-weight: 900;
}
.chAll .chC h5 span {
    color: #383838;
    font-size: 35px;
    margin: 0 0 0 -13px;
}

/* measure section css end */

/* new */
.camSlider .item h3 {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.camSlider .swiper-slide-active .item h3 {
    -webkit-animation: campusTextReveal 0.8s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation: campusTextReveal 0.8s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@-webkit-keyframes campusTextReveal {
    from {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes campusTextReveal {
    from {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* trusted section css start */
.trusted {
    position: relative;
}
.trusted .head>figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.trusted .head {
    position: relative;
    padding: 70px 0;
}
.trusted .heading {
    text-align: center;
    padding-bottom: 70px;
}
.trusted .heading h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #939498;
    padding-top: 40px;
    font-size: 35px;
}
.trusted figure img {
    aspect-ratio: 2/1;
    -o-object-fit: contain;
    object-fit: contain;
    width: 190px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.trusted figure img:hover {
    scale: 1.1;
}
.trusted figure {
    text-align: center;
}
.truSlider {
    padding-bottom: 60px;
}
.trusted .head>figure img {
    width: 100%;
}
.swiper-pagination-bullet-active {
    background: var(--red);
}

/* trusted section css end */

/* network section css start */
.network {
    margin-top: 60px;
}
.stats-grid {
    width: 100%;
    /* max-width: 650px; */
    
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

/* Vertical line */
.stats-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47%;
    width: 2px;
    background: #c4123f;
}

/* Horizontal line */
.stats-grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #c4123f;
}
.stat-item {
    padding: 0 60px 60px;
}
.stat-item:nth-child(3),
.stat-item:nth-child(4) {
    padding-top: 45px;
    padding-bottom: 0;
}
.stat-item h3 {
    margin: 0;
    color: #bd123d;
    font-size: 80px;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -3px;
}
.stat-item h3 span {
    color: #333;
    font-size: 60px;
    font-weight: 500;
    margin-left: 5px;
}
.stat-item p {
    margin: 16px 0 0;
    color: #333;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.2;
}
.network h2 {
    padding-bottom: 20px;
}
.network .col-lg-8 {
    padding-left: 100px;
}

/* network section css end */

/* globally section css start */
.globally {
    padding: 40px 0 50px;
    background: #fff;
}
.global-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 65px;
}
.global-heading {
    width: 30%;
}
.global-heading h2 {
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: 1.15;
}
.global-description {
    width: 70%;
    padding-left: 25px;
}
.custom-accordion .accordion-item:last-child {
    border: none;
}

/* Features */
.global-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.global-feature {
    position: relative;
    min-height: 120px;
    padding: 0 28px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.global-feature:hover {
    scale: 1.1;
}
.global-feature:first-child {
    padding-left: 0;
}
.global-feature:last-child {
    padding-right: 0;
}

/* Vertical separator */
.global-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 58px;
    right: 70px;
    width: 1px;
    height: 55px;
    background: #ccc;
}

/* Icons */
.global-feature img {
    display: block;
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

/* Text */
.global-feature h3 {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

/* ==========================
   TABLET
========================== */
@media (max-width: 991px) {
    .global-top {
        display: block;
        margin-bottom: 45px;
    }
    
    .global-heading {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .global-description {
        width: 100%;
        padding-left: 0;
    }
    
    .global-features {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
    
    .global-feature {
        padding: 0 20px;
    }
    
    .global-feature:nth-child(2)::after {
        display: none;
    }
    
    .global-feature:nth-child(3)::after {
        display: none;
    }
    
    .global-feature:nth-child(1)::after {
        display: block;
    }
}

/* ==========================
   MOBILE
========================== */
@media (max-width: 575px) {
    .globally {
        padding: 30px 0 40px;
    }
    
    .global-feature:hover {
        scale: 1;
    }
    
    .global-features {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .global-feature {
        padding: 0 !important;
    }
    
    .global-feature::after {
        display: none !important;
    }
    
    .global-feature img {
        width: 42px;
        height: 42px;
    }
    
    .global-feature h3 {
        font-size: 20px;
    }
}
.gloSlider .acr img {
    width: 100%;
}
.gloSlider {
    margin-top: 90px;
    padding-bottom: 70px;
}
.gloSlider .acr figure:last-child img {
    width: auto;
}
figure.map {
    margin-top: -250px;
}
.gloSlider .acr figure:last-child {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 50%;
    width: 70%;
    text-align: center;
    transform: translate(-50%, 0);
}
.gloSlider .acr {
    position: relative;
}
.gloSlider .acr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-gradient( linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(70%, rgba(0, 0, 0, 0.24)));
    background: linear-gradient( 0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.24) 70%);
}
.gloSlider .acr::before {
    content: "";
    left: 50%;
    bottom: -40px;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: var(--red);
    z-index: 9999;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.gloSlider .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-top: 100px;
}
.gloSlider .swiper-wrapper .swiper-slide .acr {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gloSlider .swiper-wrapper .swiper-slide .acr:hover {
    scale: 1.1;
}
.catArrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.catArrow svg {
    width: 40px;
    height: 40px;
    padding: 2px;
    background: #ada9a3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    fill: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.catArrow svg:hover {
    background: var(--red);
}

/* globally section css end */

/* merit section css start */
.merit {
    padding-top: 0;
}
.merit .row {
    --bs-gutter-x: 0;
}
.merit .row .col-lg-5 {
    background: var(--red);
    padding: 70px 100px;
    color: #fff;
}
.merit .row .col-lg-5 p {
    color: #fff;
    font-size: 20px;
}
.merit .sch {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0cb80;
}
.merit .sch h4 {
    font-size: 30px;
    font-family: "Georgia";
    padding-bottom: 10px;
}
.merit .sch:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.merit .heading {
    padding-bottom: 50px;
}
.merit figure img {
    height: 100%;
}
.merit .row .col-lg-7 {
    overflow: hidden;
}
.merit .row figure {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.merit .row:hover figure {
    scale: 1.1;
}
.merit figure {
    height: 100%;
}

/* merit section css end */

/* eligibility section css start */
.eligibility-section {
    background-image: url("../images/eli.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.custom-accordion .accordion-item:first-child .accordion-button::before {
    position: absolute;
content: "\2022";
    left: -25px;
    font-size: 30px;
}
.eligibility-section:hover {
    background-position: 100%;
}
.eligibility-section figure {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.eligibility-section:hover figure {
    scale: 1.1;
}
.eligibility-section .acc {
    background: #ffd27d;
    padding: 50px 90px;
    margin-left: -60px;
}
.custom-accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c44550;
    border-radius: 0;
}
.eligibility-section figure {
    position: relative;
}

/* Header */
.custom-accordion .accordion-button {
    padding: 28px 0;
    background: transparent !important;
    color: #000;
    border: 0;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: "Georgia";
    font-size: 38px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Remove Bootstrap default arrow */
.custom-accordion .accordion-button::after {
    display: none;
}

/* Icon */
.accordion-icon {
    position: relative;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* Horizontal */
.accordion-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Vertical */
.accordion-icon::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 2px;
    height: 16px;
    background: #fff;
}

/* Open = minus */
.accordion-button:not(.collapsed) .accordion-icon::after {
    display: none;
}
.custom-accordion .accordion-body {
    padding: 0 30px 30px;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.custom-accordion .accordion-body::-webkit-scrollbar {
    width: 10px;
}
.custom-accordion .accordion-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.custom-accordion .accordion-body::-webkit-scrollbar-thumb {
    background: var(--red);
}
.custom-accordion .accordion-body::-webkit-scrollbar-thumb:hover {
    background: var(--red);
}
.custom-accordion .accordion-body ul {
    margin: 0;
    padding-left: 18px;
}
.custom-accordion .accordion-body li {
    margin-bottom: 20px;
}
.custom-accordion .accordion-body li:last-child {
    margin-bottom: 0;
}

/* Right vertical active line */
.custom-accordion .accordion-collapse.show {
    position: relative;
}

/* Mobile */
@media (max-width: 767px) {
    .eligibility-section {
        padding: 30px 0 40px;
    }
    
    .custom-accordion .accordion-button {
        font-size: 28px;
        padding: 22px 0;
    }
    
    .custom-accordion .accordion-body {
        padding: 0 30px 30px 0;
    }
    
    .custom-accordion .accordion-collapse.show::after {
        right: 5px;
        height: 70px;
    }
}

/* eligibility section css end */

/* fee structure section css start */
.fees-title {
    text-align: center;
    padding-bottom: 50px;
}
.fees-table-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.stages-panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
    width: 272px;
    background: #a31539;
    color: #fff;
    padding: 30px 34px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stages-title {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px solid rgb(52 7 19);
}
.stage-item {
    height: 89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.25;
    border-bottom: 2px solid rgb(52 7 19);
}
.fees-table-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 50px;
    overflow-x: auto;
}
.fees-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #555;
}
.fees-table thead {
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}
.fees-table thead th {
    height: 118px;
    padding: 10px 35px;
    color: #981738;
    font-size: 23px;
    line-height: 1.2;
    border-right: 1px solid #d0d0d0;
}
.fees-table thead th:last-child {
    border-right: 0;
}
.fees-table thead th:nth-child(1) {
    width: 23%;
}
.fees-table thead th:nth-child(2),
.fees-table thead th:nth-child(3),
.fees-table thead th:nth-child(4),
.fees-table thead th:nth-child(5) {
    width: 19.25%;
}
.fees-table tbody tr {
    height: 88px;
}
.fees-table {
    border: 1px solid #ccc;
}
.fees-table th,
.fees-table td {
    border: 1px solid #ccc;
    text-align: center;
}
.fees-table tbody td {
    padding: 12px 35px;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d4d4d4;
}
.fees-table tbody td:last-child {
    border-right: 0;
}
.fees-table tbody td:first-child {
    white-space: nowrap;
}
.fees-table sup {
    position: relative;
    top: -1em;
    font-size: 12px;
    line-height: 0;
}
.fees-table th,
.fees-table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1199px) {
    .stages-panel {
        -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
        width: 240px;
        padding-left: 28px;
        padding-right: 28px;
    }
    
    .fees-table-wrapper {
        margin-left: 35px;
    }
    
    .stages-title {
        font-size: 21px;
    }
    
    .stage-item {
        font-size: 20px;
    }
    
    .fees-table thead th {
        font-size: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .fees-table tbody td {
        font-size: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .fees-section {
        padding: 35px 0;
    }
    
    .stages-title {
        height: 70px;
        grid-column: 1 / -1;
    }
    
    .stage-item {
        height: 70px;
        font-size: 18px;
    }
    /* Table below */
    
    .fees-table-wrapper {
        margin-left: 0;
        margin-top: 25px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .fees-table thead th:nth-child(2),
    .fees-table thead th:nth-child(3),
    .fees-table thead th:nth-child(4),
    .fees-table thead th:nth-child(5) {
        padding: 0 10px;
    }
    
    .fees-table {
        min-width: auto;
    }
    
    .fees-table thead th {
        height: 90px;
        font-size: 18px;
        padding: 10px 20px;
    }
    
    .fees-table tbody tr {
        height: 70px;
    }
    
    .fees-table tbody td {
        font-size: 18px;
        padding: 10px 20px;
    }
}

/* fee structure section css end */

/* admission section css start */
.application-process {
    padding-top: 0;
}
.process-title {
    text-align: center;
}
.process-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto 45px;
    color: #444;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.process-subtitle::before,
.process-subtitle::after {
    content: "";
    height: 1px;
    background: #ccc;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.process-subtitle span {
    padding: 0 14px;
}
.process-steps {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.process-step::after {
  content: "\2192";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
    font-size: 35px;
}
.process-steps .col-lg:last-child .process-step::after {
    display: none;
}
.process-step {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.process-step:hover {
    scale: 1.1;
}
.process-icon {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
}
.process-icon img {
    display: block;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}
.process-step h3 {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
}
@media (max-width: 991px) {
    .process-subtitle {
        width: 90%;
        margin-bottom: 40px;
    }
    
    .process-step {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .application-process {
        padding: 30px 0 40px;
    }
    
    .process-subtitle {
        width: 100%;
        font-size: 18px;
        margin-bottom: 35px;
    }
    
    .process-subtitle span {
        padding: 0 10px;
    }
    
    .process-icon {
        height: 65px;
        margin-bottom: 6px;
    }
    
    .process-icon img {
        width: 58px;
        height: 58px;
    }
    
    .process-step h3 {
        font-size: 17px;
    }
    
    .process-step {
        margin-bottom: 30px;
    }
}

/* admission section css end */

/* campus section css start */
.campus-tour {
    padding-top: 0;
}
.campus-tour .heading {
    text-align: center;
}
.campus-tour .heading h2 {
    padding-bottom: 10px;
}
.campus .heading {
    padding-bottom: 70px;
    text-align: center;
}
.campus .heading h2 {
    padding-bottom: 20px;
}
.sliderC {
    position: relative;
}
.campusBgSlider .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.campusBgSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.campus .sliderC .sli {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 30%;
    padding: 50px;
    background: var(--red);
    z-index: 5;
}
.camSlider {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.camSlider .swiper-wrapper {
    height: 100%;
}
.camSlider .swiper-slide {
    height: 100%;
}
.camSlider .item {
    color: #fff;
}
.camSlider .item p {
    color: #fff;
    line-height: 1.5;
}
.camSlider figure {
    margin: 0 0 15px;
}
.camSlider figure img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.camSlider .item h3 {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 3px solid #f0cb80;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.camSlider .item h3 span {
    font-weight: 900;
}
.camSlider .swiper-pagination {
    bottom: 0;
}
.camSlider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    background: transparent;
    opacity: 0.5;
}
.camSlider .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.campusBgSlider .swiper-slide img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 2.5s ease;
    transition: -webkit-transform 2.5s ease;
    transition: transform 2.5s ease;
    transition: transform 2.5s ease, -webkit-transform 2.5s ease;
}
.campusBgSlider .swiper-slide-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 1199px) {
    .campus .sliderC .sli {
        width: 38%;
        right: 3%;
    }
}
@media (max-width: 991px) {
    .campus .sliderC {
        height: auto;
        min-height: 700px;
    }
    
    .campus .sliderC .sli {
        width: 45%;
        padding: 35px;
    }
    
    .camSlider .item h3 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .campus .sliderC {
        height: auto;
        min-height: 0;
        padding: 0;
    }
    /* Background image */
    
    .campusBgSlider {
        position: relative;
        height: 300px;
    }
    /* Red box */
    
    .campus .sliderC .sli {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        padding: 30px;
    }
    
    .camSlider {
        height: auto;
    }
    
    .camSlider .item {
        padding-bottom: 20px;
    }
    
    .camSlider figure img {
        height: 130px;
    }
    
    .camSlider .item h3 {
        font-size: 28px;
    }
}

/* campus section css end */

/* faqs section css start */
.faq-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

/* LEFT SQUARE */
.faq-marker {
    width: 11px;
    height: 11px;
    min-width: 11px;
    border: 1px solid #b01235;
    background: #fff;
    margin-top: 16px;
    z-index: 2;
}
.faq-item:has(.accordion-button:not(.collapsed)) .faq-marker {
    background: #b01235;
}
.faq-item:has(.accordion-button:not(.collapsed)) .faq-marker::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 5px;
    top: 26px;
    background: #df9eab;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.faq-item .faq-marker::after {
    height: 0;
}
.faq-item .accordion {
    width: 100%;
}
.faq-item .accordion-item {
    border: 0;
    background: transparent;
    width: 100%;
}
.faq-item .accordion-button {
    padding: 7px 14px;
    min-height: 42px;
    border: 1px solid #dfa0ad;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Georgia;
    font-size: 30px;
    font-weight: 400;
    color: #171717;
}
.faq-item .accordion-body a {
    color: #ffd27d;
}
.faqs .heading {
    padding-bottom: 60px;
}
.faq-item .accordion-button::after {
    display: none;
}
.faq-item .accordion-button:not(.collapsed) {
    background: #a91033;
    border-color: #a91033 !important;
    color: #fff;
    font-weight: 600;
}
.faq-icon {
    margin-left: auto;
    font-size: 30px;
    color: #a91033;
    line-height: 1;
}
.faq-item .accordion-button:not(.collapsed) .faq-icon {
    color: #fff;
}
.faq-item .accordion-button:not(.collapsed) .faq-icon {
    font-size: 0;
}
.faq-item .accordion-button:not(.collapsed) .faq-icon::after {
   content: "\2192";
    font-size: 17px;
}
.faq-item .accordion-body {
    padding: 15px 14px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}
.faq-item .accordion-collapse {
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
@media (max-width: 767px) {
    .faq-section {
        padding: 20px 15px 40px;
    }
    
    .faq-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .faq-item {
        gap: 12px;
        margin-bottom: 18px;
    }
    
    .faq-marker {
        width: 9px;
        height: 9px;
        min-width: 9px;
        margin-top: 16px;
    }
    
    .faq-item:has(.accordion-button:not(.collapsed)) .faq-marker::after {
        left: 3.5px;
    }
    
    .faq-item .accordion-button {
        padding: 8px 10px;
        min-height: 48px;
        font-size: 17px;
        line-height: 1.3;
    }
    
    .faq-item .accordion-body {
        padding: 12px 10px;
        font-size: 12px;
    }
}
.faqs {
    padding-top: 0;
}

/* faqs section css end */

/* footer */
footer p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 10px;
    border-bottom: 10px solid var(--red);
    margin: auto;
}

/* footer */
.eligibility-section .row .col-lg-4 {
    place-content: end;
}

/* form css */
.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: #f0cb80;
    padding: 20px;
    z-index: 9;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 9999;
    border-radius: 0;
}
.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.slide-righta.form-sec {
    -webkit-transform: translatex(120%);
    -ms-transform: translatex(120%);
    transform: translatex(120%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.hides.form-sec {
    -webkit-transform: translatex(120%);
    -ms-transform: translatex(120%);
    transform: translatex(120%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.adm-txt h3 {
    font-size: 27px;
    color: var(--red);
}
.adm-txt h4 {
    font-size: 23px;
    color: #fff;
}
.adm-txt {
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
}

.form-sec.show.slide {
    right: 40px;
}
.form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
}
.topenq1.mobile {
    display: none;
}
.topenq {
    right: 0px;
    -webkit-transform: rotate(90deg) translatey(-39px);
    -ms-transform: rotate(90deg) translatey(-39px);
    transform: rotate(90deg) translatey(-39px);
}
.topenq {
    position: fixed;
    top: 49%;
    right: -55px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    background-color: var(--enquiry-button-background-color);
    color: #fff;
    outline: none;
    z-index: 999;
}
.topenq a:hover {
    outline: none;
    color: #fff;
    border: none;
    background: var(--red);
}
.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--red);
    text-decoration: none;
}
.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
}
@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .form-sec .close {
        display: none;
    }
    
    .slide-righta .form-sec {
        right: 0;
        display: none;
    }
    
    .topenq {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
    }
    
    .topenq1.mobile {
        display: block;
    }
    
    .topenq.desktop {
        display: none;
    }
    
    .topenq1 {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
        z-index: 9999;
        background: transparent;
    }
    
    .special_item:focus-visible {
        outline: none;
    }
    
    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: #000000;
        padding: 15px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #ffffff;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 0;
    }
    
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    
    .admission {
        margin-top: 0rem;
    }
}

/* virtual tour sectoin css start */
.tour {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 700px; */
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.tour-text h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-size: clamp(30px, 6vw, 100px);
    font-weight: 700;
    color: #ff879f;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s ease, color 0.5s ease, visibility 0.5s ease, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.5s ease, color 0.5s ease, visibility 0.5s ease, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, color 0.5s ease, visibility 0.5s ease;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, color 0.5s ease, visibility 0.5s ease, -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tour-text h3:nth-child(3) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ff879f;
}
.virtul:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.tour:has(.virtul:hover) .tour-text h3:nth-child(1) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, calc(-50% - clamp(215px, 9vw, 122px)));
    -ms-transform: translate(-50%, calc(-50% - clamp(215px, 9vw, 122px)));
    transform: translate(-50%, calc(-50% - clamp(215px, 9vw, 122px)));
    color: #fed1da;
}
.tour:has(.virtul:hover) .tour-text h3:nth-child(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, calc(-50% - clamp(100px, 4.5vw, 65px)));
    -ms-transform: translate(-50%, calc(-50% - clamp(100px, 4.5vw, 65px)));
    transform: translate(-50%, calc(-50% - clamp(100px, 4.5vw, 65px)));
    color: #fed1da;
}
.tour:has(.virtul:hover) .tour-text h3:nth-child(4) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, calc(-50% + clamp(100px, 4.5vw, 65px)));
    -ms-transform: translate(-50%, calc(-50% + clamp(100px, 4.5vw, 65px)));
    transform: translate(-50%, calc(-50% + clamp(100px, 4.5vw, 65px)));
    color: #fed1da;
}
.tour:has(.virtul:hover) .tour-text h3:nth-child(5) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, calc(-50% + clamp(215px, 9vw, 122px)));
    -ms-transform: translate(-50%, calc(-50% + clamp(215px, 9vw, 122px)));
    transform: translate(-50%, calc(-50% + clamp(215px, 9vw, 122px)));
    color: #fed1da;
}
.virtul {
    z-index: 5;
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
}

/* .virtul img {
    position: relative;
    width: 450px;
    height: 450px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-box-shadow: -2px 20px 35px 0px rgb(0 0 0 / 62%);
    box-shadow: -2px 20px 35px 0px rgb(0 0 0 / 62%);
    -webkit-transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, -webkit-transform 0.5s ease, -webkit-box-shadow 0.5s ease;
} */
.virtul:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}
.virtul:-ms-fullscreen {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}
.virtul:fullscreen {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}
.virtual-btn {
    background: transparent;
    border: 0;
}
.virtual-btn figure {
    margin: 0;
}
.custom-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}
.custom-modal-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 900px;
    background: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateY(40px) scale(0.85);
    -ms-transform: translateY(40px) scale(0.85);
    transform: translateY(40px) scale(0.85);
}

/* Header */
.custom-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 15px 20px;
    border: none;
}

/* Close Button */
.custom-close {
    border: 0;
    background: transparent;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    color: #ffffff;
}

/* Body */
.custom-modal-body {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.custom-modal-body iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    opacity: 0;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/* Animate iframe when modal opens */
.custom-modal.active .custom-modal-body iframe {
    -webkit-animation: iframeOpen 1s ease 0.2s forwards;
    animation: iframeOpen 1s ease 0.2s forwards;
}
@-webkit-keyframes iframeOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75) translateY(30px);
        transform: scale(0.75) translateY(30px);
    }
    
    70% {
        opacity: 1;
        -webkit-transform: scale(1.03) translateY(-5px);
        transform: scale(1.03) translateY(-5px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}
@keyframes iframeOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75) translateY(30px);
        transform: scale(0.75) translateY(30px);
    }
    
    70% {
        opacity: 1;
        -webkit-transform: scale(1.03) translateY(-5px);
        transform: scale(1.03) translateY(-5px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}
@media (max-width: 1600px) {
    .virtul img {
        width: 400px;
        height: 400px;
    }
    
    .tour {
        height: 550px;
    }
}
@media (max-width: 1400px) {
    .virtul img {
        width: 350px;
        height: 350px;
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(1) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(170px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(170px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% - clamp(170px, 9vw, 122px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(2) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 87px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 87px)));
        transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 87px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(4) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 87px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 87px)));
        transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 87px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(5) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(170px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(170px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% + clamp(170px, 9vw, 122px)));
    }
}
@media (max-width: 1300px) {
    .tour {
        height: 450px;
    }
    
    .container {
        padding: 0 150px;
    }
}
@media (max-width: 1100px) {
    .tour {
        height: 400px;
    }
    
    .virtul img {
        width: 300px;
        height: 300px;
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(1) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(140px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(140px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% - clamp(140px, 9vw, 122px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(2) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 65px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 65px)));
        transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 65px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(4) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 65px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 65px)));
        transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 65px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(5) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(140px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(140px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% + clamp(140px, 9vw, 122px)));
    }
}
@media (max-width: 1024px) {
    .tour:has(.virtul: hover) .tour-text h3:nth-child(1) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(150px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(150px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% - clamp(150px, 9vw, 122px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(2) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 75px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 75px)));
        transform: translate(-50%, calc(-50% - clamp(45px, 9vw, 75px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(4) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 75px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 75px)));
        transform: translate(-50%, calc(-50% + clamp(45px, 9vw, 75px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(5) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(150px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(150px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% + clamp(150px, 9vw, 122px)));
    }
}
@media (max-width: 992px) {
    .container {
        padding: 0px 100px;
    }
}
@media (max-width: 768px) {
    .virtul img {
        width: 250px;
        height: 250px;
    }
    
    .container {
        padding: 0 50px;
    }
    
    .tour {
        height: 270px;
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(1) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(120px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(120px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% - clamp(120px, 9vw, 122px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(2) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(45px, 10vw, 75px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(45px, 10vw, 75px)));
        transform: translate(-50%, calc(-50% - clamp(45px, 10vw, 75px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(4) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(45px, 10vw, 75px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(45px, 10vw, 75px)));
        transform: translate(-50%, calc(-50% + clamp(45px, 10vw, 75px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(5) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(120px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(120px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% + clamp(120px, 9vw, 122px)));
    }
}
@media (max-width: 576px) {
    .virtul img {
        width: 200px;
        height: 200px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(1) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(95px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(95px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% - clamp(95px, 9vw, 122px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(2) {
        -webkit-transform: translate(-50%, calc(-50% - clamp(45px, 10vw, 75px)));
        -ms-transform: translate(-50%, calc(-50% - clamp(45px, 10vw, 75px)));
        transform: translate(-50%, calc(-50% - clamp(45px, 10vw, 75px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(4) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(45px, 10vw, 75px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(45px, 10vw, 75px)));
        transform: translate(-50%, calc(-50% + clamp(45px, 10vw, 75px)));
    }
    
    .tour:has(.virtul:hover) .tour-text h3:nth-child(5) {
        -webkit-transform: translate(-50%, calc(-50% + clamp(95px, 9vw, 122px)));
        -ms-transform: translate(-50%, calc(-50% + clamp(95px, 9vw, 122px)));
        transform: translate(-50%, calc(-50% + clamp(95px, 9vw, 122px)));
    }
}

/* virtual tour sectoin css end */