@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*----------  Body CSS  ----------*/
:root {
    --font-size: 16px;
    --color-white: #fff;
    --color-white2: #F6F2ED;
    --color-white3: #FEFAF5;
    --color-white4: #F8F6F3;
    --color-btn: #F6F2ED4D;
    --color-btn1: #F6F2ED1A;
    --text-color: #616161;
    --primary-color: #f0c05a;
    --title-color: #13140E;
    --color-black1: #1E1E1E;
    --color-black2: #030404;
    --color-black3: #000000;
    --color-gray: #696969;
    --color-gray2: #282828;
    --color-border5: rgb(194 243 97 / 5%);
    --color-border15: rgb(194 243 97 / 15%);
    --black-op3: rgb(15 12 25 / 3%);
    --black-op5: rgb(15 12 25 / 5%);
    --black-op10: rgb(15 12 25 / 10%);
    --black-op15: rgb(15 12 25 / 15%);
    --black-op20: rgb(15 12 25 / 20%);
    --black-op60: rgb(15 12 25 / 60%);
    --black-op80: rgb(15 12 25 / 80%);
    --white-op3: rgb(255 255 255 / 3%);
    --white-op5: rgb(255 255 255 / 5%);
    --white-op7: rgb(255 255 255 / 7%);
    --white-op10: rgb(255 255 255 / 10%);
    --white-op15: rgb(255 255 255 / 15%);
    --white-op20: rgb(255 255 255 / 20%);
    --white-op25: rgb(255 255 255 / 25%);
    --white-op50: rgb(255 255 255 / 50%);
    --white-op60: rgb(255 255 255 / 60%);
    --white-op70: rgb(255 255 255 / 70%);
    --white-op90: rgb(255 255 255 / 90%);
    --primary-op30: rgb(194 243 97 / 30%);
    --transition: 500ms ease-in-out;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-medium: 500;
    --title-font: "Inter", sans-serif;
    --container-width: 1400px;

    /* background color */
    --bg-color1: #FCFEF7;
    --bg-color2: #F1F5E6;
    --bg-color3: #F1FFD4;
    --bg-color4: #F8FEE7;


    --color-gradient-1: linear-gradient(180deg, #212121 0%, #171717 100%);
    --border-grdient-1: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 100%);

}


html,
body {
    overflow-x: hidden;
    width: 100%;
    overflow-x: clip;
    background: #080705;
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 15% 10%, rgba(214, 164, 65, .22), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(255, 221, 132, .10), transparent 26%),
        linear-gradient(135deg, #050403 0%, #141108 50%, #050403 100%)
}

body:after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background-image: url('../images/black-felt.png')
}


::-webkit-scrollbar-track {
    background-color: var(--title-color);
    border-left: 1px solid var(--title-color);
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--title-color);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

body {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    font-family: var(--title-font);
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    font-family: var(--title-font);
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 40px;
    line-height: 50px;
    color: var(--title-color);
    font-weight: 700;
    font-family: var(--title-font);
    font-style: normal;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;

}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: var(--text-color);
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

input:focus,
button:focus {
    border-color: none;
    outline-color: none;
    border: 1px solid none;
}

textarea:focus {
    border-color: var(--text-color);
    outline-color: var(--title-color);
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
    list-style: none;
}

.white {
    color: #fff !important;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}


.container{
    max-width: 1200px;
}
















/**/
.header {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    top: 15px;
    z-index: 999;
    padding: 0 15px;
}

.navigation .logo {
    max-width: 200px;
    max-height: 75px;
    padding: 5px;
    aspect-ratio: 29/15;
    border-radius: 50px;
    background: rgba(5, 4, 3, .75);
    backdrop-filter: blur(18px);
    border: 1px solid rgb(255 215 120 / 18%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: max-width .5s cubic-bezier(.4, 0, .2, 1), transform .5s cubic-bezier(.4, 0, .2, 1), padding .5s cubic-bezier(.4, 0, .2, 1), background .5s cubic-bezier(.4, 0, .2, 1);
}

.navigation .logo img {
    height: 100%;
    width: 100%;
    aspect-ratio: 29/15;
    object-fit: contain;
    object-position: center;
}

.navigation .logo.logo2 {
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgb(255 215 120 / 18%);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 175px;
    max-height: 64px;
}

.header.stricky-fixed .logo:first-child {
    transform: translateX(30px);
}

.header.stricky-fixed .logo.logo2 {
    transform: translateX(-30px);
}

.navigation {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.navigation button.toggle_menu {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: none;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation button.toggle_menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation button.toggle_menu span:nth-child(1) {
    top: 8px;
}

.navigation button.toggle_menu span:nth-child(2),
.navigation button.toggle_menu span:nth-child(3) {
    top: 18px;
}

.navigation button.toggle_menu span:nth-child(4) {
    top: 28px;
}

.navigation button.toggle_menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation button.toggle_menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation button.toggle_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation button.toggle_menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(5, 4, 3, .75);
    backdrop-filter: blur(18px);
    border: 1px solid rgb(255 215 120 / 18%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15);
}


.home .header.stricky-fixed .navigation button.toggle_menu {
    display: none;
}

.home .header.stricky-fixed .navigation .cs_show {
    display: block !important;
    right: 0;
}

.navigation .menu ul {
    padding: 0;
    width: 100%;
    margin: 0;
    justify-content: end;
}

.navigation_bar.stricky-fixed .navigation .menu ul {
    float: left;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul li a {
    padding: 8px 15px;
    display: block;
    color: #fff;
    text-transform: inherit;
    font-size: 16px;
    background: none;
    position: relative;
    transition: 0.5s;
    font-weight: normal;
}

.navigation .menu ul li:last-child a {
    border: none;
    /*padding-right:0px;*/
}

.navigation .menu ul li:hover a,
.navigation .menu ul li.active a {
    color: #ead187;
    background: none;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
}

.navigation .menu ul li ul.cs-dropdown.align-right {
    right: 0;
    left: auto;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown.align-right {
    right: 100%;
    left: auto;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block;
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 250px;
    display: none;
    z-index: 99999;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0;
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none;
}

/*.navigation .menu ul li ul.cs-dropdown li:hover a{color:#fff; background:#ead187;}*/
.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 16px;
    padding: 8px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
}

.navigation .menu ul li ul.cs-dropdown li a i {
    float: right;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #222;
    background: #ead187;
}

.navigation ul li.cs-submenu a button {
    /*display:none;*/
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 5px;
    color: #fff;
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #ead187;
}


/**/

.hero-section {
    float: left;
    width: 100%;
    padding: 140px 0 27px;
    background: linear-gradient(360deg, #FFFFFF 0%, #D4F772 100%);
    position: relative;
    z-index: 1;
    margin: 0;
}

.hero-section:before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .90) 0%, rgba(0, 0, 0, .75) 40%, rgba(0, 0, 0, .35) 100%), url(../images/banner-background.webp);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.hero_content {
    position: relative;
    z-index: 3;
}

.hero-top-title {
    position: relative;
    display: inline-block;
}

.hero-top-title::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 5%;
    top: 16px;
    background: #000;
    border-radius: 50%;
    z-index: 99;
}

.hero-top-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 5%;
    top: 17px;
    background: #000;
    border-radius: 50%;
}

.hero-sub {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
    margin-left: 13px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 222, 225, 0.3) 0%, rgba(0, 10, 10, 0.3) 100%);
    background: linear-gradient(135deg, #f8e49d, #c78c22);
    display: inline-block;
    color: #000;
    padding: 4px 38px 5px;
    border-radius: 4px;
    position: relative;
    margin: 0 0 25px;
    line-height: 29px;
}

.hero-sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(0, 10, 10, 0.1) 0%, rgba(0, 222, 225, 0.1) 100%)border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}


.hero-sub-title {
    padding: 0px 20px 0px 5px;
    border-radius: 30px;
    height: 44px;
    width: 270px;
    line-height: 74px;
    border: 1px solid #13140E1A;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
}

.hero_content h1 {
    color: #fff;
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
}

.hero_content h1 span {
    color: #f0c05a;
}

.lead {
    font-size: 18px;
    color: #eadcb8;
    max-width: 850px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid rgb(255 215 120 / 18%);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
}

/**/
/* .btn1 {
    background: linear-gradient(135deg, #f8e49d, #c78c22);
    color: #100c05;
    border: 0;
    font-weight: 600;
    box-shadow: 0 18px 40px rgba(215, 168, 63, .22);
    padding: 10px 25px;
    border-radius: 30px;
}

.btn1:hover {
    transform: translateY(-3px);
    box-shadow:
        0 25px 50px rgba(215, 168, 63, .35),
        0 8px 20px rgba(0, 0, 0, .15);
} */


.btn1 {
    background: linear-gradient(135deg, #f8e49d, #c78c22);
    color: #100c05;
    border: 0;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 30px;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;
    overflow: hidden;
    position: relative;

    box-shadow: 0 18px 40px rgba(215, 168, 63, .22);

    transition:
        transform .4s cubic-bezier(.4, 0, .2, 1),
        box-shadow .4s cubic-bezier(.4, 0, .2, 1);
}

.btn1:hover {
    box-shadow: 0 25px 50px rgba(215, 168, 63, .35);
}

.btn1 .btnTextWrap {
    position: relative;
    height: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.btn1 .btnTextWrap span {
    height: 24px;
    line-height: 24px;
    display: block;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

.btn1:hover .btnTextWrap span {
    transform: translateY(-100%);
}

.btn1 svg {
    width: 18px;
    height: 18px;
}


/* shine effect */

.btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: skewX(-25deg);
    transition: .8s;
}

.btn1:hover::before {
    left: 150%;
}

.btn2 {
    border: 1px solid #f8e49d;
    color: #f8e49d;
    background: transparent;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 30px;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    text-decoration: none;
    overflow: hidden;
    position: relative;

    box-shadow: 0 18px 40px rgba(215, 168, 63, .22);

    transition:
        transform .4s cubic-bezier(.4, 0, .2, 1),
        box-shadow .4s cubic-bezier(.4, 0, .2, 1);
}

.btn2:hover {
    box-shadow: 0 25px 50px rgba(215, 168, 63, .35);
}

.btn2 .btnTextWrap {
    position: relative;
    height: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.btn2 .btnTextWrap span {
    height: 24px;
    line-height: 24px;
    display: block;
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

.btn2:hover .btnTextWrap span {
    transform: translateY(-100%);
}

.btn2 svg {
    width: 20px;
    height: 20px;
}


/* shine effect */

.btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: skewX(-25deg);
    transition: .8s;
}

.btn2:hover::before {
    left: 150%;
}

/**/
.hero-video-box {
    position: relative;
    z-index: 3;
    padding: 14px;
    border-radius: 26px;
    background: rgba(0, 0, 0, .55);
    border: 1px solid rgba(214, 166, 66, .45);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .45);
    backdrop-filter: blur(12px);
    height: 360px;
    margin-bottom: 25px;
}

.hero-video-box .ratio {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-video-box iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.video-badge {
    position: absolute;
    top: -18px;
    left: 28px;
    z-index: 2;
    background: linear-gradient(135deg, #d6a642, #f3d27a);
    color: #111;
    padding: 9px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.video-badge i {
    margin-right: 6px;
}


.countdown {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.countdown .date {
    min-width: 90px;
    text-align: center;
    padding: 10px;
    border-radius: 16px;
    background: rgba(0, 0, 0, .45);
    border: 1px solid rgba(214, 166, 66, .4);
    backdrop-filter: blur(10px);
    position: relative
}

.countdown .date:after {
    content: ":";
    font-size: 48px;
    position: absolute;
    right: -18px;
    top: 10px;
    line-height: 100%;
    width: 15px;
    color: #fff;
    font-weight: normal;
}

.countdown .date:last-child:after {
    content: none
}


.countdown .time {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #d6a642;
    line-height: 1;
    margin-bottom: 0;
}

.countdown .date span:last-child {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/**/
.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .04));
    border: 1px solid rgb(255 215 120 / 18%);
    backdrop-filter: blur(18px);
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.stat {
    padding: 20px;
    border-right: 1px solid rgb(255 215 120 / 18%);
}

.stat b {
    font-size: 34px;
    color: #ffe08a;
    display: block;
}

.stat span {
    color: #fff;
    font-weight: 700;
}

/**/
.section {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
}

.section-title {
    font-size: 36px;
    line-height: 1.04;
    margin: 16px 0;
    color: #fff;
    overflow: hidden;
}

.text-effect.white {
    color: #fff;
}

.section-sub {
    color: #cfc6a8;
    font-size: 18px;
    max-width: 760px;
}

.premium-card>* {
    position: relative;
}

.premium-card {
    height: 100%;
    padding: 30px;
    border-radius: 26px;
    background: linear-gradient(160deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
    border: 1px solid rgb(255 215 120 / 18%);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.premiumTitle {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    font-size: 22px;
}

.premium-card p {
    color: #cfc6a8;
}

.premium-card:hover {
    transform: translateY(-12px);
    border-color: rgba(255, 221, 123, .55);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.premium-card:before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(circle at top right, rgba(215, 168, 63, .22), transparent 34%);
    opacity: 0;
    transition: .35s;
}

.premium-card:hover:before {
    opacity: 1;
}

.icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f8e49d, #b47a1a);
    color: #100c05;
    font-size: 26px;
    margin-bottom: 20px;
}

.icon svg {
    width: 30px;
    height: 30px;
}


/**/
.bihar-bg {
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgba(215, 168, 63, .09), rgba(255, 255, 255, .025)), url('../images/background-2.webp') center/cover fixed;
}

.bihar-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .50) 60%, rgba(0, 0, 0, 0.1) 100%);
}

.bihar-bg .container {
    position: relative;
}

.biharTitle {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;


    background: linear-gradient(135deg, #f8e49d, #b47a1a);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.bihar-bg p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .04));
    border: 1px solid rgb(255 215 120 / 18%);
    backdrop-filter: blur(18px);
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.counter-box {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgb(255 215 120 / 18%);
}

.counter-box h3 {
    color: #ffe08a;
    font-size: 38px;
    font-weight: 600;
}

.counter-box p {
    color: #fff;
}

/**/
.why-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.why-stats>div {
    min-width: 160px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(214, 166, 66, .25);
    backdrop-filter: blur(10px);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.why-stats>div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
            transparent,
            rgba(214, 166, 66, .8),
            transparent);
}

.why-stats>div:hover {
    transform: translateY(-5px);
    border-color: rgba(214, 166, 66, .6);
    box-shadow: 0 15px 40px rgba(214, 166, 66, .15);
}

.why-stats h4 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #d6a642;
}

.why-stats span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}

/**/
.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035));
    border: 1px solid rgb(215 168 63 / 24%);
    border-radius: 28px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
    transition: .35s;
}

.text-gold {
    color: #fff0b1;
}

.glass:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 240, 177, .55);
    box-shadow: 0 26px 80px rgba(215, 168, 63, .13);
}

/**/



.objective-orbit {
    float: left;
    width: 100%;
    padding: 60px 0;
    background:
        radial-gradient(circle at center, rgba(214, 166, 66, .16), transparent 38%),
        linear-gradient(135deg, #050505, #101010);
    overflow: hidden;
}


.objective-orbit h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 12px 0;
}

.objective-orbit p {
    color: rgba(255, 255, 255, .68);
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
}

.orbit-wrap {
    position: relative;
    max-width: 920px;
    min-height: 560px;
    margin: 55px auto 0;
}

.orbit-wrap:before,
.orbit-wrap:after {
    content: "";
    position: absolute;
    inset: 55px 120px;
    border: 1px solid rgba(214, 166, 66, .22);
    border-radius: 50%;
}

.orbit-wrap:after {
    inset: 110px 230px;
    border-color: rgba(255, 255, 255, .08);
}

.orbit-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 200px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(244, 210, 122, .28), rgba(214, 166, 66, .08) 55%, rgba(0, 0, 0, .75));
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(214, 166, 66, .45);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 80px rgba(214, 166, 66, .18);
    z-index: 2;
}

.orbit-center span {
    font-size: 15px;
    color: #d6a642;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.orbit-center strong {
    font-size: 46px;
    line-height: 1;
    color: #fff;
}

.orbit-center small {
    color: rgba(255, 255, 255, .65);
    margin-top: 8px;
}

.orbit-item {
    position: absolute;
    width: 170px;
    min-height: 118px;
    text-align: center;
    color: #fff;
}

.orbit-item .icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 15px 40px rgba(214, 166, 66, .22);
}

.orbit-item h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    line-height: 1.35;
    color: #fff;
}

.item-1 {
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}

.item-2 {
    right: 88px;
    top: 115px;
}

.item-3 {
    right: 65px;
    bottom: 115px;
}

.item-4 {
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.item-5 {
    left: 40px;
    bottom: 115px;
}

.item-6 {
    left: 88px;
    top: 115px;
}






/**/



/**/
.participateSection {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #000 url(../images/background-3.webp) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.participateSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, .92),
            rgba(0, 0, 0, .70),
            rgba(0, 0, 0, .92));
}

.participateSection::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: rgba(214, 166, 66, .08);
    filter: blur(120px);
}

.participateSection .container {
    position: relative;
    z-index: 2;
}

.eyebrow {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 222, 225, 0.3) 0%, rgba(0, 10, 10, 0.3) 100%);
    background: linear-gradient(135deg, #f8e49d, #c78c22);
    display: inline-block;
    color: #000;
    padding: 6px 38px 6px;
    border-radius: 4px;
    position: relative;
    margin: 0 0 10px;
}

.eyebrow:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 10%;
    top: 16px;
    background: #000;
    border-radius: 50%;
    z-index: 99;
}

.eyebrow:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 10%;
    top: 17px;
    background: #000;
    border-radius: 50%;
}



.titleSection {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.participateTitle {
    font-size: 32px;
    line-height: 1.04;
    margin: 0 0 15px;
    color: #fff;
    text-align: center;
}

.titleSection p {
    font-size: 16px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.participation-card {
    padding: 28px;
    border-radius: 30px;
    border: 1px solid rgb(214 164 65 / 26%);
    background: rgba(255, 255, 255, .04);
    height: 100%;
    transition: .28s;
}

.participation-card:hover {
    background: linear-gradient(180deg, rgba(214, 164, 65, .15), rgba(255, 255, 255, .035));
    transform: translateY(-7px);
}

.participation-card .participationTitle {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.icon-gold {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 221, 132, .18), rgba(214, 164, 65, .06));
    border: 1px solid rgb(214 164 65 / 26%);
    color: #ffdd84;
    font-size: 1.55rem;

}

.icon-gold svg {
    width: 30px;
    height: 30px;
}

.participation-card h4 {
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #fff;
}

.participation-card ul {
    padding-left: 18px;
    color: #cfc5b3;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 1rem;
}

.participation-card ul li {
    list-style: disc;
}

.participation-card .btn2 {
    width: 100%;
    background: transparent;
    border: 1px solid rgb(214 164 65 / 26%);
    border-radius: 12px;
    text-align: center;
    justify-content: center;
}




.awardCategoriesSection {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    background:
        radial-gradient(circle at 20% 20%, rgba(214, 166, 66, .13), transparent 35%),
        linear-gradient(135deg, #050505, #111);
}

.award-category-wrap {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 55px;
    /* align-items: center; */
}

.award-visual {
    position: relative;
    border-radius: 32px;
    padding: 14px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(214, 166, 66, .35);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
    overflow: hidden;
}

.award-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    transition: .5s ease;
}


.local-video-box video {
    width: 100%;
    aspect-ratio: 9/14;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    object-position: center;
}



.award-visual:after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, .82), transparent 55%);
}

.visual-tag {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
    padding: 9px 16px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
}

.visual-content {
    position: absolute;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, .95), transparent);
    padding: 10px 20px 10px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    text-align: center;
    line-height: normal;
    border-radius: 0 0 24px 24px;
}

.visual-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}

.visual-content p {
    color: rgba(255, 255, 255, .78);
    margin: 0;
}



.award-content h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 18px;
}

.award-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
    max-width: 680px;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.category-tags ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 25px;
    padding-left: 18px;
    margin: 0;
}

.category-tags ul li {
    list-style: disc;
    color: #fff;
    line-height: 1.6;
}


.category-tags span {
    color: #fff;
    padding: 10px 17px;
    border-radius: 50px;
    border: 1px solid rgba(214, 166, 66, .32);
    background: rgba(255, 255, 255, .055);
    font-size: 14px;
    transition: .3s ease;
}

.category-tags span:hover {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
    transform: translateY(-3px);
}

.award-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.gold-btn,
.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
}

.gold-btn {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
}

.outline-btn {
    color: #f4d27a;
    border: 1px solid rgba(214, 166, 66, .45);
}


/**/
.invest-conclave-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(214, 166, 66, .20), transparent 36%),
        radial-gradient(circle at 10% 90%, rgba(0, 85, 140, .20), transparent 32%),
        linear-gradient(135deg, #050505, #0b0b0b);
}

.invest-conclave-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
    pointer-events: none;
}

.invest-conclave-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 70px;
    align-items: center;
}

.section-kicker {
    display: inline-block;
    color: #d6a642;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.invest-content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.invest-content h2 span {
    color: #d6a642;
}

.invest-content p {
    max-width: 680px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.invest-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 38px;
}

.invest-topics span {
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(214, 166, 66, .26);
    font-size: 14px;
    transition: .3s ease;
}

.invest-topics span:hover {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
    transform: translateY(-3px);
}

.invest-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gold-btn,
.outline-btn {
    min-height: 50px;
    padding: 0 26px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
}

.gold-btn {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
}

.outline-btn {
    color: #f4d27a;
    border: 1px solid rgba(214, 166, 66, .48);
}

.invest-map-card {

    position: relative;
    padding: 24px;
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .035));
    border: 1px solid rgba(214, 166, 66, .38);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
    backdrop-filter: blur(14px);
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.invest-map-card:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(214, 166, 66, .18);
    filter: blur(90px);
}

.invest-map-card img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    border-radius: 26px;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .45));
}

.map-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 3;
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
}

.map-stat {
    position: absolute;
    z-index: 3;
    min-width: 135px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .62);
    border: 1px solid rgba(214, 166, 66, .40);
    backdrop-filter: blur(10px);
}

.map-stat strong {
    display: block;
    color: #f4d27a;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.map-stat span {
    color: #fff;
    font-size: 13px;
}

.stat-one {
    left: 26px;
    bottom: 28px;
}

.stat-two {
    right: 26px;
    bottom: 28px;
}


/**/
.whyParticipateSection {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.titleSection_2 {
    max-width: 800px;
    margin: 0 auto 45px;
    text-align: center;
}

.titleSection_2 span {
    color: #d6a642;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 13px;
}

.titleSection_2 h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0;
    line-height: normal;
}

.titleSection_2 p {
    color: rgba(255, 255, 255, .68);
    font-size: 17px;
    line-height: 1.7;
}

.audienceBox {
    border: 1px solid rgba(214, 166, 66, .28);
    border-radius: 34px;
    background: rgba(255, 255, 255, .045);
    padding: 28px;
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.audienceTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.audienceTabs button {
    border: 1px solid rgba(214, 166, 66, .28);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    border-radius: 50px;
    padding: 12px 22px;
    font-weight: 600;
    transition: .3s;
}

.audienceTabs button.active,
.audienceTabs button:hover {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
}

.audienceContent {
    display: none;
}

.audienceContent.active {
    display: block;
}

.audienceIntro {
    max-width: 100%;
    margin-bottom: 30px;
}

.audienceIntro span {
    color: #d6a642;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
}

.audienceIntro h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
}

.benefitGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.benefitGrid>div {
    padding: 24px;
    border-radius: 24px;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(214, 166, 66, .18);
    transition: .3s;
}

.benefitGrid>div:hover {
    transform: translateY(-6px);
    border-color: rgba(214, 166, 66, .55);
    box-shadow: 0 18px 45px rgba(214, 166, 66, .10);
}

.benefitGrid svg {
    color: #f4d27a;
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    display: block;
}

.benefitGrid .benefitGridTitle {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.benefitGrid p {
    color: rgba(255, 255, 255, .66);
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}


/**/

.speakersSection {
    float: left;
    width: 100%;
    padding: 60px 0;
    /* background:
        radial-gradient(circle at 20% 20%, rgba(214,166,66,.16), transparent 34%),
        linear-gradient(135deg,#050505,#101010); */
}

.speakersWrap {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 30px;
    align-items: stretch;
}

.chiefGuestCard {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
    padding: 24px;
    border-radius: 34px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(214, 166, 66, .35);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

.chiefImg {
    border-radius: 6px;
    overflow: hidden;
    position: relative;

    padding: 10px;
    border: 1px solid rgba(248, 228, 157, .25);
    background:
        linear-gradient(135deg,
            rgba(248, 228, 157, .08),
            transparent);

}

.chiefImg::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(248, 228, 157, .35),
            transparent 70%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.chiefImg img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    position: relative;
}



.chiefContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chiefContent span {
    color: #d6a642;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 13px;
}

.chiefContent h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 12px 0;
    line-height: normal;
}

.chiefContent p {
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    line-height: 1.7;
}

.speakerCategories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.speakerMini {
    padding: 26px;
    border-radius: 26px;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(214, 166, 66, .22);
    transition: .3s;
}

.speakerMini:hover {
    transform: translateY(-6px);
    border-color: rgba(214, 166, 66, .6);
}

.speakerMini svg {
    color: #f4d27a;
    width: 35px;
    height: 35px;
    margin-bottom: 18px;
    display: block;
}

.speakerMini h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
}

.speakerMini p {
    color: rgba(255, 255, 255, .65);
    margin: 0;
}

.comingSoon {
    margin-top: 35px;
    text-align: center;
}


.gold-btn {
    display: inline-flex;
    width: max-content;
    min-height: 48px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
    font-weight: 800;
    text-decoration: none;
    margin-top: 15px;
}

/**/


.eventScheduleSection {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(214, 166, 66, .14), transparent 35%),
        radial-gradient(circle at 85% 85%, rgba(214, 166, 66, .08), transparent 32%),
        linear-gradient(135deg, #050505, #0d0d0d);
    overflow: hidden;
}

.eventScheduleSection:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: .45;
    pointer-events: none;
}

.eventScheduleSection .container {
    position: relative;
    z-index: 2;
}

.eventTimeline {
    position: relative;
    max-width: 980px;
    margin: 60px auto 0;
}

.eventTimeline:before {
    content: "";
    position: absolute;
    left: 170px;
    top: 22px;
    bottom: 22px;
    width: 2px;
    background: linear-gradient(to bottom,
            transparent,
            rgba(214, 166, 66, .95),
            transparent);
}

.timelineItem {
    position: relative;
    display: grid;
    grid-template-columns: 135px 70px 1fr;
    align-items: start;
    margin-bottom: 28px;
}

.timelineTime {
    color: #f4d27a;
    font-size: 18px;
    font-weight: 900;
    text-align: right;
    padding-top: 35px;
    white-space: nowrap;
}

.timelineDot {
    position: relative;
    width: 70px;
    height: 70px;
}

.timelineDot:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 28px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d6a642;
    box-shadow:
        0 0 0 9px rgba(214, 166, 66, .14),
        0 0 35px rgba(214, 166, 66, .85);
    z-index: 2;
}

.timelineDot:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 22px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(214, 166, 66, .55);
    animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
    0% {
        transform: scale(.7);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.timelineContent {
    position: relative;
    min-height: 150px;
    padding: 28px 32px;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
    border: 1px solid rgba(214, 166, 66, .28);
    backdrop-filter: blur(14px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
    overflow: hidden;
    transition: .35s ease;
}

.timelineContent:before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 160px;
    height: 160px;
    background: rgba(214, 166, 66, .13);
    filter: blur(35px);
    border-radius: 50%;
}

.timelineContent:hover {
    transform: translateX(8px);
    border-color: rgba(244, 210, 122, .75);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, .45),
        0 0 40px rgba(214, 166, 66, .10);
}

.timelineContent span {
    position: absolute;
    right: 24px;
    top: 18px;
    color: rgba(255, 255, 255, .055);
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
}

.timelineContent .timelineItemTitle svg {
    color: #f4d27a;
    width: 35px;
    height: 35px;
    display: block;
}

.timelineContent .timelineItemTitle {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.timelineContent p {
    color: rgba(255, 255, 255, .66);
    line-height: 1.65;
    margin: 0;
    max-width: 620px;
}

/* Optional reveal */
/* .timelineItem {
    opacity: 0;
    transform: translateY(40px);
    animation: timelineFade .8s ease forwards;
}

.timelineItem:nth-child(1) {
    animation-delay: .05s;
}

.timelineItem:nth-child(2) {
    animation-delay: .12s;
}

.timelineItem:nth-child(3) {
    animation-delay: .19s;
}

.timelineItem:nth-child(4) {
    animation-delay: .26s;
}

.timelineItem:nth-child(5) {
    animation-delay: .33s;
}

.timelineItem:nth-child(6) {
    animation-delay: .40s;
}

.timelineItem:nth-child(7) {
    animation-delay: .47s;
}

@keyframes timelineFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

@media(max-width:767px) {
    .eventScheduleSection {
        padding: 65px 0;
    }

    .eventTimeline {
        margin-top: 40px;
    }

    .eventTimeline:before {
        left: 25px;
    }

    .timelineItem {
        display: block;
        padding-left: 60px;
        margin-bottom: 24px;
    }

    .timelineTime {
        text-align: left;
        padding-top: 0;
        margin-bottom: 8px;
        font-size: 15px;
    }

    .timelineDot {
        position: absolute;
        left: 0;
        top: 22px;
    }

    .timelineDot:before {
        left: 18px;
    }

    .timelineDot:after {
        left: 12px;
    }

    .timelineContent {
        padding: 24px;
        border-radius: 22px;
    }

    .timelineContent h3 {
        font-size: 23px;
    }

    .timelineContent span {
        font-size: 48px;
    }
}


/**/
.brandEmpowerSection {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.brandEmpowerSection:after {
    content: "BRAND EMPOWER";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, .01);
    pointer-events: none;
}

.achievementGrid {
    padding: 35px 30px;
    border-radius: 30px;
    border: 1px solid rgb(214 164 65 / 26%);
    background: rgba(255, 255, 255, .04);
    height: 100%;
    transition: .28s;
    text-align: center;
}

.achievementGrid:hover {
    background: linear-gradient(180deg, rgba(214, 164, 65, .15), rgba(255, 255, 255, .035));
    transform: translateY(-7px);
}

.achievementGrid .achievementGridTitle {
    font-size: 30px;
    color: #fff0b1;
    font-weight: 700;
    transition: .5s;
    margin: 0 0 10px;
}

.achievementGrid p {
    color: #fff;
    margin: 0;
}

/**/
.mediaPartnerSection {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
    background: #050505;
    overflow: hidden;
}

.mediaPartnerSwiper {
    margin-top: 45px;
    overflow: hidden;
    padding-top: 15px;
}

.mediaPartnerSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.mediaLogoBox {
    height: 120px;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(214, 166, 66, .25);
    transition: .3s ease;
    text-align: center;
    color: #fff;
}

.mediaLogoBox:hover {
    border-color: rgba(214, 166, 66, .65);
    background: rgba(214, 166, 66, .08);
}

.mediaLogoBox img {
    max-width: 160px;
    max-height: 65px;
    object-fit: contain;
    filter: grayscale(100%) brightness(1.5);
    opacity: .8;
    transition: .3s ease;
}

.mediaLogoBox:hover img {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
}

.placeholderLogo {
    color: rgba(255, 255, 255, .65);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

@media(max-width:575px) {
    .mediaLogoBox {
        height: 100px;
        padding: 18px;
    }
}

/**/

.gallerySection {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.galleryGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.galleryItem {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 280px;
    display: block;
    border: 1px solid rgb(214 164 65 / 26%);
}

.galleryItem.large {
    grid-column: span 2;
    grid-row: span 2;
}

.galleryItem.tall {
    grid-row: span 2;
}

.galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .6s ease;
}

.galleryOverlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 25px;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .75),
            rgba(0, 0, 0, 0));
}

.galleryOverlay span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.galleryItem:hover img {
    transform: scale(1.12);
}

.galleryItem:hover .galleryOverlay {
    background:
        linear-gradient(to top,
            rgba(214, 166, 66, .65),
            rgba(0, 0, 0, 0));
}

@media(max-width:991px) {

    .galleryGrid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .galleryGrid {
        grid-template-columns: 1fr;
    }

    .galleryItem.large,
    .galleryItem.tall {
        grid-column: auto;
        grid-row: auto;
    }

    .galleryItem {
        min-height: 260px;
    }

}

/**/
.testimonial-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
    background:
        radial-gradient(circle at top, rgba(214, 166, 66, .14), transparent 35%),
        #050505;
    overflow: hidden;
}

.testi-active {
    padding: 25px 15px 40px;
}

.testimonial-single-box {
    min-height: 360px;
    border-radius: 28px;
    padding: 32px 28px;
    margin: 35px 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
    border: 1px solid rgba(214, 166, 66, .28);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
    transition: .45s ease;
}

.testimonial-single-box:hover {
    transform: rotate(0deg) translateY(-8px) !important;
    border-color: rgba(244, 210, 122, .75);
}

.testimonial-single-box.box-active,
.testimonial-single-box.box-active-3,
.testimonial-single-box.box-active-5 {
    transform: rotate(-4deg);
}

.testimonial-single-box.box-active-2,
.testimonial-single-box.box-active-4,
.testimonial-single-box.box-active-6 {
    transform: rotate(4deg);
}

.testi-quote {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-quote svg {
    width: 42px;
    height: 42px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(60%) saturate(429%) hue-rotate(358deg);
}

span.quote-title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.testi-desc p {
    margin: 24px 0 36px;
    color: rgba(255, 255, 255, .68);
    line-height: 1.5;
    font-size: 15px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(214, 166, 66, .20);
}

.author-pic {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(214, 166, 66, .55);
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.author-name {
    margin: 0 0 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

h3.author-designation {
    margin: 0;
    color: #d6a642;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.testimonialNav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.testimonialNav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(214, 166, 66, .45);
    background: rgba(255, 255, 255, .05);
    color: #f4d27a;
}

.testimonialNav button:hover {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
}

@media(max-width:767px) {
    .testimonial-section {
        padding: 65px 0;
    }

    .testimonial-single-box,
    .testimonial-single-box.box-active,
    .testimonial-single-box.box-active-2,
    .testimonial-single-box.box-active-3,
    .testimonial-single-box.box-active-4,
    .testimonial-single-box.box-active-5,
    .testimonial-single-box.box-active-6 {
        transform: none;
    }
}

/* testimonial Style Three */



/**/
.faqSection {
    float: left;
    width: 100%;
    padding: 60px 0;
    background:
        radial-gradient(circle at top, rgba(214, 166, 66, .12), transparent 35%),
        #050505;
}

.faqTabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 45px 0 35px;
}

.faqTabs button {
    border: 1px solid rgba(214, 166, 66, .35);
    background: rgba(255, 255, 255, .05);
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

.faqTabs button.active,
.faqTabs button:hover {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
}

.faqContent {
    display: none;
    max-width: 900px;
    margin: 0 auto;
}

.faqContent.active {
    display: block;
}

.faqSection .accordion-item {
    margin-bottom: 14px;
    border: 1px solid rgba(214, 166, 66, .25);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .045);
}

.faqSection .accordion-button {
    background: rgba(255, 255, 255, .045);
    color: #fff;
    font-weight: 600;
    padding: 15px 24px;
    box-shadow: none;
    font-size: 20px;
    line-height: normal;
}

.faqSection .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(214, 166, 66, .22), rgba(214, 166, 66, .06));
    color: #f4d27a;
}

.faqSection .accordion-button:focus {
    box-shadow: none;
}

.faqSection .accordion-body {
    color: rgba(255, 255, 255, .68);
    line-height: 1.7;
    padding: 20px 24px;
    background: rgba(0, 0, 0, .25);
}

.faqSection .accordion-button::after {
    filter: invert(1);
}

@media(max-width:575px) {
    .faqSection {
        padding: 65px 0;
    }

    .faqTabs button {
        flex: 1 1 calc(50% - 10px);
        padding: 10px;
        font-size: 14px;
    }
}

/**/
.contactLocationSection {
    float: left;
    width: 100%;
    position: relative;
    padding: 60px 0;
    background:
        radial-gradient(circle at top center,
            rgba(214, 166, 66, .14),
            transparent 35%),
        #050505;
    overflow: hidden;
}

.contactLocationWrapper {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 35px;
}

.contactInfoBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contactItem {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px;

    border-radius: 24px;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, .08),
            rgba(255, 255, 255, .03));

    border: 1px solid rgba(214, 166, 66, .25);

    transition: .4s;
}

.contactItem:hover {
    transform: translateX(8px);
    border-color: #d6a642;
}

.contactItem .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(135deg,
            #d6a642,
            #f4d27a);

    color: #111;
    font-size: 28px;
    margin-bottom: 0;
}

.contactItem .icon.whatsapp {
    background: #25D366;
    color: #fff;
}

.contactItem small {
    display: block;
    color: #d6a642;
    margin-bottom: 6px;
    font-size: 18px;
}

.contactItem a,
.contactItem strong {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.mapBox {
    position: relative;
    min-height: 520px;
    border-radius: 35px;
    overflow: hidden;

    background:
        linear-gradient(rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)),
        url(../images/event-venue.webp);

    background-size: cover;
    background-position: center;

    border: 1px solid rgba(214, 166, 66, .25);

    display: flex;
    align-items: flex-end;
}

.mapContent {
    width: 100%;
    padding: 45px;
    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .95),
            rgba(0, 0, 0, 0));
}

.mapContent span {
    color: #d6a642;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.mapContent h3 {
    color: #fff;
    font-size: 36px;
    margin: 10px 0 15px;
    font-weight: 800;
}

.mapContent p {
    color: rgba(255, 255, 255, .75);
    max-width: 500px;
}

.venueStats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.venueStats span {
    padding: 9px 14px;
    border-radius: 50px;
    background: rgba(0, 0, 0, .55);
    border: 1px solid rgba(214, 166, 66, .35);
    color: #fff;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: inherit;
}


.mapBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 20px;

    padding: 14px 28px;

    border-radius: 50px;

    background:
        linear-gradient(135deg,
            #d6a642,
            #f4d27a);

    color: #111;
    font-weight: 800;
    text-decoration: none;
}

@media(max-width:991px) {

    .contactLocationWrapper {
        grid-template-columns: 1fr;
    }

}

@media(max-width:767px) {

    .contactLocationSection {
        padding: 70px 0;
    }

    .mapBox {
        min-height: 380px;
    }

    .mapContent {
        padding: 30px;
    }

    .mapContent h3 {
        font-size: 30px;
    }

}

/**/
footer.main-footer {
    float: left;
    width: calc(100% - 20px);
    position: relative;
    z-index: 1;
    margin: 0 10px 10px;
    padding: 60px 0 0;
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(214, 166, 66, .16), transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(214, 166, 66, .10), transparent 35%),
        linear-gradient(135deg, #050505, #0d0d0d);
}

footer.main-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: .45;
    z-index: -1;
}

.footer-widget-content .logo img {
    max-width: 190px;
}

.footer-desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding: 28px 0 35px;
    max-width: 360px;
}

.footer-social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.footer-social-icon li a {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f4d27a;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(214, 166, 66, .25);
    transition: .4s ease;
}

.footer-social-icon li a:hover {
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #111;
    transform: translateY(-4px);
}

h2.footer-title {
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    padding: 0 0 25px;
    margin: 0;
}

ul.footer-menu,
ul.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-menu li {
    margin-bottom: 13px;
}

ul.footer-menu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}

ul.footer-menu li a:hover {
    color: #d6a642;
    padding-left: 6px;
}

ul.footer-contact {
    padding: 0;
}

ul.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

ul.footer-contact li svg {
    color: #d6a642;
    margin-top: 5px;
    min-width: 18px;
    width: 18px;
    height: 18px;
}

ul.footer-contact li a {
    color: #fff;
    text-decoration: none;
}

ul.footer-contact li a:hover {
    color: #d6a642;
}

.footer-register-btn {
    margin-top: 18px;
    min-height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    border-radius: 50px;
    color: #111;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    box-shadow: 0 18px 45px rgba(214, 166, 66, .18);
}

.footer-register-btn:hover {
    color: #111;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 22px 0;
}

.footer-bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 15px;
}

.footer-policy {
    display: flex;
    gap: 20px;
}

.footer-policy a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    font-size: 15px;
}

.footer-policy a:hover {
    color: #d6a642;
}

@media(max-width:991px) {
    footer.main-footer {
        padding: 70px 0 0;
    }

    .footer-bottom-wrap {
        flex-direction: column;
        text-align: center;
    }
}

@media(max-width:767px) {
    footer.main-footer {
        border-radius: 20px 20px 0 0;
    }

    .footer-widget-content {
        margin-bottom: 25px;
    }

    .footer-bottom {
        margin-top: 35px;
    }
}






/**/
@media(max-width:991px) {

    .speakersWrap,
    .chiefGuestCard {
        grid-template-columns: 1fr;
    }

    .chiefImg img {
        height: 420px;
    }
}

@media(max-width:575px) {
    .speakersSection {
        padding: 60px 0;
    }

    .speakerCategories {
        grid-template-columns: 1fr;
    }

    .chiefContent h3 {
        font-size: 32px;
    }

    .chiefImg img {
        height: 360px;
    }
}





@media(max-width:991px) {
    .benefitGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sectionTitle h2 {
        font-size: 36px;
    }

    .audienceIntro h3 {
        font-size: 28px;
    }
}

@media(max-width:575px) {
    .whyParticipateSection {
        padding: 60px 0;
    }

    .audienceBox {
        padding: 18px;
        border-radius: 24px;
    }

    .audienceTabs {
        gap: 8px;
    }

    .audienceTabs button {
        flex: 1 1 calc(50% - 8px);
        padding: 10px 12px;
        font-size: 13px;
    }

    .benefitGrid {
        grid-template-columns: 1fr;
    }

    .sectionTitle h2 {
        font-size: 30px;
    }

    .audienceIntro h3 {
        font-size: 24px;
    }
}



@media(max-width:991px) {
    .invest-conclave-wrap {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .invest-content h2 {
        font-size: 44px;
    }

    .invest-map-card {
        min-height: auto;
    }
}

@media(max-width:575px) {
    .invest-conclave-section {
        padding: 65px 0;
    }

    .invest-content h2 {
        font-size: 34px;
    }

    .invest-actions a {
        width: 100%;
    }

    .map-stat {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 8px;
        display: inline-block;
    }

    .invest-map-card {
        display: block;
        text-align: center;
    }

    .invest-map-card img {
        margin-top: 45px;
    }
}




@media(max-width:991px) {
    .award-category-wrap {
        grid-template-columns: 1fr;
    }

    .award-visual img {
        height: 420px;
    }

    .award-content h2 {
        font-size: 36px;
    }
}

@media(max-width:575px) {
    .award-category-section {
        padding: 60px 0;
    }

    .award-visual img {
        height: 330px;
    }

    .award-content h2 {
        font-size: 30px;
    }

    .gold-btn,
    .outline-btn {
        width: 100%;
    }
}



@media(max-width:767px) {
    .objective-orbit {
        padding: 60px 0;
    }

    .objective-orbit h2 {
        font-size: 32px;
    }

    .orbit-wrap {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px;
    }

    .orbit-wrap:before,
    .orbit-wrap:after,
    .orbit-center {
        display: none;
    }

    .orbit-item,
    .item-1,
    .item-2,
    .item-3,
    .item-4,
    .item-5,
    .item-6 {
        position: relative;
        inset: auto;
        transform: none;
        width: 100%;
        min-height: auto;
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
        padding: 16px;
        border-bottom: 1px solid rgba(214, 166, 66, .22);
    }

    .orbit-item i {
        margin: 0;
        min-width: 56px;
    }
}



/* Responsive */

@media(max-width:767px) {

    .why-stats {
        gap: 15px;
    }

    .why-stats>div {
        flex: 1 1 calc(50% - 15px);
        min-width: auto;
        padding: 15px;
    }

    .why-stats h4 {
        font-size: 28px;
    }

}

@media(max-width:575px) {

    .why-stats>div {
        flex: 1 1 100%;
    }

}



@media(max-width:991px) {
    .hero-video-box {
        margin-top: 35px;
    }
}

/**/
.sticky-cta {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    gap: 10px;
    background: rgba(5, 5, 5, .84);
    border: 1px solid rgb(215 168 63 / 24%);
    border-radius: 999px;
    padding: 10px;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
    transition: all .3s ease;
}

.sticky-cta.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 100px);
}

.sticky-cta a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    border: 1px solid rgb(215 168 63 / 24%);
    color: #fff;
    background: rgba(255, 255, 255, .04);
    padding: 8px 15px;
    border-radius: 50rem;
}

.sticky-cta a svg {
    width: 16px;
    height: 16px;
}

.sticky-cta a.btn-gold,
.sticky-cta a:hover {
    background: linear-gradient(135deg, #fff0b1, #d7a83f 42%, #96640f);
    background: linear-gradient(135deg, #f8e49d, #c78c22);
    color: #090806;
    box-shadow: 0 15px 42px rgba(215, 168, 63, .28);
    border-radius: 50rem;
}

.btn-outline-gold {
    border: 1px solid rgb(215 168 63 / 24%);
    color: #fff;
    background: rgba(255, 255, 255, .04);
    border-radius: 40px;
}

.btn-outline-gold:hover,
.btn-outline-gold:focus {
    background: linear-gradient(135deg, #fff0b1, #d7a83f 42%, #96640f);
    color: #090806;
}

#scroll-up {
    position: fixed;
    right: 22px;
    bottom: 90px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d6a642, #f4d27a);
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
}

#scroll-up svg {
    width: 36px;
    height: 36px;
}

#scroll-up.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}