@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&display=swap');

*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-3xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 0px !important;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0px 0 !important;
}

h1.h2,h3,h4,h5,h6,li,a,p{
    font-family: Poppins;
}
li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
a.nav-link {
    font-size: 18px;
}
.logo-main img {
    width: 115px;
}
nav.navbar.navbar-expand-lg {
    float: right;
}
section.banner {
    padding-top: 120px;
    padding-bottom: 120px;
}
h2.heading-banner {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 40px;
    text-align: center;
}
h3.sub-heading-banner {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding-top: 15px;
}
span.red-clr {
    color: #cf2824;
    font-weight: 800;
}
h4.date-venue {
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
}
.fixed-header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed !important;
    background-color: #ffffff !important;
    width: 100%;
    box-shadow: 0px 0px 10px 0px grey;
    z-index: 99999;
}
h3.about-us {
    font-family: 'Poppins';
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
h2.sub-heading-about {
    font-weight: 700;
    color: #cf2824;
    font-size: 30px;
    text-transform: uppercase;
}
p.about-content {
    font-size: 18px;
    text-align: justify;
}
.logos img {
    width: 133px;
}
div#logo-1 {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.col-lg-6.border-right {
    border-right: 2px dashed;
}
.images-logos .col-lg-6 {
    border-bottom: 2px dashed;
}
div#logo-2 {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.images-logos {
    padding: 15px;
}
.col-lg-6.no-border {
    border-bottom: 0px;
}
a.register-btn {
    background: #c50a0c00;
    color: #c50a0c;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 6px;
    border: 2px solid;
    transition: .5s ease-in-out;
}
a.register-btn:hover {
    background: #c50a0c;
    color: #fff;
    text-decoration: none;
    transform: translateY(-9px);
}
.btn-register {
    margin-top: 45px !important;
    transition: .5s ease-in-out;
    width: fit-content;
}
.btn-register:hover {
    transform: translateY(-7px);
}
.images-logos .col-lg-6 {
    width: 50%;
}
svg.drops {
    background: #cf2824;
}
svg.drops path {
    fill: #fff;
}
section.mission-vision {
    background: #cf2824;
}
.icon img {
    width: 135px;
}
h2.mission {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
p.text-white {
    margin: 0px;
    font-size: 17px;
    text-align: justify;
    padding-top: 10px;
}
.icon img {
    width: 170px;
    padding-top: 40px;
}
.col-lg-12.b-bottom {
    border-bottom: 2px solid #fff;
    padding: 20px;
}
.icon.vision img {
    width: 120px;
    padding-top: 0px;
}
.icon-content {
    font-family: 'Poppins';
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
}
h4.counter-head {
    color: #fff;
    font-family: 'Poppins';
    font-size: 25px;
}
.icon-counter img {
    width: 120px;
}
.col-lg-6.border-l {
    border-right: 2px dashed #fff;
}
.icon-counter {
    display: flex;
    justify-content: center;
}
.col-lg-6 .bottom-b {
    border-bottom: 2px dashed #fff;
}
h2.highlights {
    font-family: 'Poppins';
    color: #cf2824;
    font-size: 30px;
    font-weight: 600;
}
h3.sub-headings-highlights {
    padding-top: 10px;
    font-size: 23px;
}
.study-country {
    background: #f8f8f8;
    box-shadow: 7px 7px 6px #ececec;
    padding: 25px;
    height: 130px;
    transition: .5s ease-in-out;
}
.study-country:hover {
    transform: translateY(-10px);
}
p.country-description {
    margin: 0px;
    font-size: 18px;
}
img.country-flag {
    width: 115px;
    margin-top: -15px;
}
p.text-center.f-3 {
    font-size: 20px;
}
h2.showcase-heading {
    color: #cf2824;
    font-weight: 600;
    font-size: 35px;
}
h3.showcase-sub {
    padding-top: 9px;
    font-size: 25px;
}
h2.heading-showcase {
    color: #cf2824;
    font-weight: 700;
    font-size: 20px;
}
img.icon-showcase {
    width: 75px;
    height: 75px;
}
img.img-showcase {
    border-radius: 10px;
    animation: slideRight2 2s cubic-bezier(0, 0, 0, 0) infinite;
}
.abs {
    top: -161px;
    margin-left: 26px;
}
h2.heading-icons {
    color: #cf2824;
    font-weight: 600;
    font-size: 30px;
}
/* animation keyframe *-------------------------*********************************************************************************/
/* Animation start ***************************************************************************************/

.animation-slide{
    animation: slideRight 1s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide{
    animation: slideRight1 2s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide2 {
    animation: slideRight2 2s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide3 {
    animation: slideRight3 2s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide3 {
    animation: slideRight6 2s cubic-bezier(0, 0, 0, 0) infinite;
}
.animation-slide1 {
    animation: slideRight4 1s cubic-bezier(0, 0, 0, 0) infinite;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slideRight{

    0% {
        opacity: 1;
        transform: translateX(2px);
    }
    20% {
        opacity: 1;
        transform: translateX(4px);
    }
    40% {
        opacity: 1;
        transform: translateX(6px);
    }
    60% {
        opacity: 1;
        transform: translateX(6px);
    }
    80% {
        opacity: 1;
        transform: translateX(4px);
    }
    100% {
        opacity: 1;
        transform: translateX(2px);
    }
}
@keyframes slideRight1{
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.95, 0.95);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes slideRight2{

    0% {
        opacity: 1;
        transform: translateX(2px);
    }
    20% {
        opacity: 1;
        transform: translateX(4px);
    }
    40% {
        opacity: 1;
        transform: translateX(6px);
    }
    60% {
        opacity: 1;
        transform: translateX(6px);
    }
    80% {
        opacity: 1;
        transform: translateX(4px);
    }
    100% {
        opacity: 1;
        transform: translateX(2px);
    }
}

@keyframes slideRight3{

    0% {
        opacity: 1;
        transform: translateY(2px);
    }
    20% {
        opacity: 1;
        transform: translateY(4px);
    }
    40% {
        opacity: 1;
        transform: translateY(6px);
    }
    60% {
        opacity: 1;
        transform: translateY(6px);
    }
    80% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(2px);
    }
}

@keyframes slideRight6{

    0% {
        opacity: 1;
        transform: translateY(2px);
    }
    20% {
        opacity: 1;
        transform: translateY(4px);
    }
    40% {
        opacity: 1;
        transform: translateY(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(10px);
    }
    80% {
        opacity: 1;
        transform: translateY(4px);
    }
    100% {
        opacity: 1;
        transform: translateY(2px);
    }
}

@keyframes slideRight4{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}
    

/* Animation End */

img.icons-box {
    width: 90px;
}

h2.box-heading {
    font-size: 18px;
    font-weight: 700;
}
.boxes-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 10px #e3e3e3;
    border-radius: 10px;
    padding: 20px;
    transition: .5s ease-in-out;
}
.boxes-icons:hover {
    transform: translateY(-6px);
    box-shadow: 5px 5px 2px #cf2824;
}
section.register-buttons {
    background: #f7f7f7;
    padding: 40px 20px;
}
h2.for-members {
    font-weight: 700;
    color: #cf2824;
    text-align: center;
    font-size: 25px;
}
.btn-registers {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    transition: .5s ease-in-out;
}
.btn-registers:hover {
    transform: translateY(-5px);
}
a.link-register {
    background: #cf2824;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 5px;
}
a.link-register:hover {
    text-decoration: none;
}
.col-lg-6.b-r {
    border-right: 2px dashed #cf2824;
}
section.footer {
    background: #cf2824;
}
h2.about-us-footer {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
p.about-content-footer {
    color: #fff;
    font-size: 17px;
    text-align: justify;
}
.widget {
    padding: 15px;
}
li {
    list-style: none;
}
ol, ul {
    padding-left: 0px;
}
li.contact-name {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
ul.contact-details i.fa-solid {
    margin-right: 10px;
}
li.contact-number a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
li.contact-number i.fa-solid {
    color: #fff;
}
li.contact-number a:hover {
    text-decoration: none;
}
p.copy-right-p {
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 18px;
}
.copyright {
    border-top: 1.5px solid #fff;
    padding-top: 15px;
}
svg.wp {
    width: 38px;
}
.icon-bar {
    position: fixed;
    top: 91%;
    left: 95%;
}
path.wp-clr {
    fill: #25D366;
}
div#exampleModal {
    z-index: 999999;
    margin-top: 75px;
}
div#exampleModal {
    z-index: 999999;
    margin-top: 75px;
}
h1#exampleModalLabel {
    font-family: 'Poppins';
    font-size: 25px !important;
    font-weight: 700;
    color: #cf2824;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px !important;
}
.form-control {
    border: none;
    border-radius: 0px;
    background: #f9f9f9;
    font-family: 'Poppins';
    padding: 9px;
}
button.btn.btn-primary.modal-btn {
    background: #cf2824;
    border: none;
    font-family: 'Poppins';
    border-radius: 0px;
    padding: 8px 20px;
}
a.nav-link {
    color: #000 !important;
}
a.nav-link:hover {
    color: #cf2824 !important;
    text-decoration: none;
}
a.register-header {
    background: #cf2824;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
a.register-header:hover {
    text-decoration: none;
}

.overlay-inner {
    background: #0000006e;
    padding-top: 100px;
    padding-bottom: 100px;
}
h2.text-inner-banner {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 40px;
}
.header-btn:hover {
    transform: translateX(7px);
}
.header-btn {
    transition: .5s ease-in-out;
}
.all-w-5 .col-lg-6 {
    width: 50%;
}

h2.faq-heading {
    font-weight: 600;
    color: #cf2824;
    font-size: 30px;
}
.all-faq {
    padding-top: 25px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #cf2824;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-family: 'Poppins';
}
.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
    fill: #fff !important;
    --bs-accordion-btn-focus-border-color: #ffffff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #ffffff !important;
    --bs-accordion-active-bg: #e7f1ff;
}
button.accordion-button.collapsed {
    font-family: 'Poppins';
    color: #000;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none !important;
}
.accordion-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.accordion-body {
    font-family: 'Poppins';
    color: #4a4a4a;
}

table.table.table-striped {
    border: 1px solid #d1d1d1;
}
tr.top-bar {
    background: #002459;
    color: #fff;
    font-family: 'Poppins';
}

tr.top-bar th {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
tr.even-bg {
    background: #e7e7e7;
}
tr.even-bg th {
    font-family: 'Poppins';
    font-weight: 500;
    text-align: center;
}
tr.top-bar th {
    border-right: 1px solid #fff;
}
td {
    border-right: 1px solid #eee;
    font-family: 'Poppins';
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #dcdbdb;
    padding-left: 10px;
    padding-right: 10px;
}
tr.even {
    background: #f6f6f6;
}
section.booking.py-5 {
    background: #f7f7f7;
}
.slot {
    background: #03b244;
    border-radius: 5px;
}
h2.numbers-slot {
    text-align: center;
    font-size: 25px;
    padding: 10px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
}
h2.status {
    font-family: 'Poppins';
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
    color: #03b244;
}
.c-w .col-1 {
    width: 7.5%;
    padding: 8px;
}
h2.corridor {
    text-align: center;
}
h2.corridor {
    text-align: center;
    font-family: 'Poppins';
    padding-top: 15px;
}
h2.table-registration {
    padding-top: 0px;
    font-size: 16px;
}
h2.online-registration {
    text-align: center;
    font-family: 'Poppins';
    color: #cf2824;
    font-weight: 600;
}
h2.headings-book {
    color: #000;
    font-family: poppins;
    font-weight: 500;
    font-size: 25px;
}
li.list-points::before {
    content: '|';
    color: #cf2824;
    font-weight: 600;
    padding-right: 8px;
}
li.list-points {
    font-size: 17px;
}
.about-stalls {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px #e1e1e1;
    border-radius: 10px;
    height: 180px;
}
h2.heading-book-stall {
    padding-top: 30px;
    text-align: center;
    color: #cf2824;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
}
.btn-click {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: .5s ease-in-out;
}
.btn-click:hover {
    transform: translateY(-6px);
}
a.btn-book-stall {
    background: #cf2824;
    color: #fff;
    padding: 6px 20px;
}
a.btn-book-stall:hover {
    text-decoration: none;
}
.red {
    background: #cf2824;
}
h2.red {
    background: #fbfbfb00;
    color: #cf2824;
}
h2.grenn-status::before {
    content: '.';
    color: #03b244;
    font-weight: 900;
    background: #03b244;
    font-size: 20px;
    padding-right: 22px;
    margin-right: 10px;
    border-radius: 50px;
}
h2.grenn-status {
    font-family: 'Poppins';
    font-size: 19px;
}
.head-table-registration {
    position: absolute;
    top: -20px;
}
h2.red-status::before {
    content: '.';
    color: #cf2824;
    font-weight: 900;
    background: #cf2824;
    font-size: 20px;
    padding-right: 22px;
    margin-right: 10px;
    border-radius: 50px;
}
h2.red-status {
    font-family: 'Poppins';
    font-size: 19px;
}
.w-big {
    width: 72px;
}

/* Sandeep */
:root{
    --red: #cf2824;
    --soft_gray:#f5f5f7;
    --highlight:#ffe04b;
    --blue:#262461;
    --background:#f2f2f2;
    --lightblue:#0070c0;
    --gradient: linear-gradient(45deg, #000000 0%, #cf282400 100%);
}

.font_primary{
    font-family: "Anybody", sans-serif !important;
}

.logo_nav{
    aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 105px;
}

.header_new.navbar-expand-lg{
    float:none !important;
}

.header_new .navbar-nav .nav-item a{
    font-weight: 500 !important;
}

.register_btn{
    background: var(--red);
    padding: 12px 30px;
    border-radius: 10px;
    color: white !important;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    user-select: none;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.hero_section{
    background-image: url('../images/hero_bg.webp');
    background-position: bottom center; 
    background-size: cover;
    min-height: 730px;
}

.hero_content_container{
    position: absolute;
    inset: 0;
    z-index: 5;
    max-width: 1490px;
    margin-right: auto;
    margin-left: auto;
}

.hero_heading{
    text-align: center;
    /* previously 5vw */
    font-size:3.8rem;
    color: white;
    font-weight: 650;
}

.heading_two{
    text-align: center;
    /* previously 3.7vw */
    font-size:2.8rem;
    color: white;
    font-weight: 650;
}

.hero_heading_2{
    text-align: center;
    /* previously4vw */
    font-size:2.6rem;
    color: white;
    font-weight: 650;
}

.hero_secondary_heading{
    margin: 0;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}

.venue_svg svg{
    width:40px;
    height:40px;
    stroke: var(--highlight);
    stroke-width: 1.4px;
}

.secure_spot_btn{
    background: #ffffff24;
    backdrop-filter: blur(10px);
    border-radius: 100%;
    height: 160px;
    width: 160px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
    user-select: none;
    color: white !important;
    text-decoration: none !important;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 30px 15px 30px 15px;
    text-align: center;
    will-change: transform;
    transition: all 0.3s ease-in-out;
}

.secure_spot_btn:hover{
    color:black !important;
}

.secure_spot_btn::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius: 100%;
    background:var(--highlight);
    transform:scale(0);
    transition: all 0.3s ease-in-out;
}

.secure_spot_btn:hover::after{
    transform:scale(1);
}

.secure_spot_btn span{
    position:relative;
    z-index: 2;
}

.secure_spot_btn svg{
    width:35px;
}

.our_sponsers_svg svg{
    width:25px;
    height:25px;
}

.our_sponsers_title{
    position:relative;
    user-select: none;
}

.our_sponsers_title::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--highlight);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    flex: none;
}

.our_sponsers_title::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--highlight);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    flex: none;
}

.sponsers_box{
    background:white;
    padding: 14px 35px 14px 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transform: skewX(18deg);
    flex: none;
}

.sponsers_box img{
    object-fit: contain;
    width: 130px;
    height:50px;
    transform: skewX(-18deg);
}

.side_fades{
    background: linear-gradient(90deg, white, transparent);
    width: 30%;
    height: 100%;
    z-index: 10;
}

.sponser_row_1,
.sponser_row_2 {
  white-space: nowrap;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}

.sponser_row_1::after,
.sponser_row_2::after {
  content: attr(data-duplicate);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

.sponser_row_1 {
  animation: scroll-left 20s linear infinite;
}

.sponser_row_2 {
  animation: scroll-right 20s linear infinite;
}
/* .cta{
    width:100%;
    height:38vh;
} */
.bg_gradient{
    background: var(--red);
}

.stats_text{
    font-size: 2rem;
    font-weight:700;
    color:var(--red);
}

.footer_quick_options{
    color: var(--red) !important;
    font-weight: 550;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer_options{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.footer_options .f_icons{
    background:var(--red);
    width:50px;
    height:50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.footer_options .f_icons svg{
    width: 25px;
    height: 25px;
}

.faq_accordian .accordion-item{
    border: 1.3px solid rgba(0, 0, 0, 0.137) !important;
    contain: layout paint;
    border-radius: 25px !important;
}

.faq_accordian .accordion-button:not(.collapsed)::after, .faq_accordian .accordion-button::after {
    background-image: url('../images/plus.svg');
}

.faq_accordian .accordion-button:not(.collapsed) {
    background-color: white !important;
    color: var(--blue);
    padding-bottom: 5px;
}

.faq_accordian .accordion-collapse{
    padding:20px !important;
    will-change: height;
}

.faq_accordian .accordion-body{
    padding: 25px !important;
    background-color: #f2f2f2 !important;
    border-radius: 12px;
}

.faq_accordian button{
    padding: 30px 30px 30px 30px;
    user-select: none;
    border: none !important;
    font-size: 17px !important;
    font-weight: 550;
    color: var(--blue) !important;
    box-shadow: none !important;
}

.agenda_gradient{
    background:var(--gradient);
}

.shiny-btn {
                position: relative;
                overflow: hidden;
            }

            .shiny-btn::before {
                content: "";
                position: absolute;
                top: 0;
                left: -75%;
                width: 50%;
                height: 100%;
                background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
                transform: skewX(-25deg);
                animation: shine 4s ease-in-out infinite;
            }

            @keyframes shine {
                0% {
                    left: -75%;
                }

                25% {
                    left: 125%;
                }

                100% {
                    left: 125%;
    }
}

.eyebrow{letter-spacing:.18em;text-transform:uppercase;font-weight:700;font-size:.8rem;color:var(--red)}
    .price-chip{
      display:inline-flex;align-items:center;gap:.5rem;
      padding:.5rem .9rem;border-radius:999px;background:#fff;
      border:1px solid rgba(0,0,0,.08);
      box-shadow:0 6px 18px rgba(16,19,22,.06);
      font-weight:800;color:var(--red)
    }
    .s-body{padding:28px}
    .s-img{width:100%;height:100%;object-fit:cover; border-radius:20px;}
    .kicker{color:#394554;opacity:.9}
    .divider{height:1px;background:#e9edf3;margin:40px 0}
    .bg-soft{background:#f7f9fc}
    .addon .card{border:0;border-radius:1.25rem;box-shadow:0 10px 28px rgba(16,19,22,.10)}
    .addon .card img{height:220px;object-fit:cover}

.read_more_btn{
    display: inline-flex;
    align-items: flex-end;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    color: var(--red) !important;
    font-weight: 500;
}
    .read_more_btn svg{
        width:17px;
        height:17px;
        margin-bottom: 3px;
    }

    .read_more_btn{border:0;background:none;font-weight:600;color:var(--red);padding:0}
.read_more_btn[aria-expanded="true"]{color:var(--blue)}

  button.navbar-toggler.collapsed {
      float: right;
  }
  button.navbar-toggler{
      float: right;
  }

  .cta-wrap{
          background: var(--red);
}

/* Subtle dotted pattern overlay */
.cta_dots{
      position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.85;
    background: /* major guides */ linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 110px 100%, linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 100% 110px, /* minor grid */ linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 22px 100%, linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 100% 22px;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

/* Right image treatment */
.cta-figure{
  position: relative;
  min-height: 260px;
}
.cta-img{
  max-height: 420px;
  object-fit: contain;
}


.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 30px;
}
    
.div1 {
    background-image:url('../images/001.webp');
    background-position: center;
    background-size: cover;
    height:500px;
    border-radius: 15px;
    grid-column: span 3 / span 3;
    grid-row: span 6 / span 6;
}

.div2 {
    background-image:url('../images/002.webp');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 4;
}

.div3 {
    background-image:url('../images/003.webp');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 4;
}
        
        
