body{
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	font-family: var(--font-lexend-deca);
	font-weight:300;
}
/* Removed body padding to allow video to show through header */
html, body{
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; font-family: var(--font-fh-total-fine-regular);}
p{ margin:0px; padding:0px;}
a{ text-decoration:none; -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;}
.btn{ -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear; }
a:hover, a:focus, a:active{ outline:none; text-decoration:underline; }
input:hover, input:focus, input:active{ outline:none;}
ul{ margin:0px; padding:0px;}
ul li{ list-style-type:none;}
img{ border:0px; -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;}
:before, :after{ -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.pull-left{ float:left;}
.pull-right{ float:right;}
.clearfix{ clear:both; overflow:hidden;}
.wrapper{ margin:0px auto; overflow:hidden; position:relative; padding-top: 0;}
.container{ max-width:860px;}
.btn:focus, .btn.focus{ }

/*--------------- COMMON_START ---------------*/
.default-btn-hp{ min-width:116px; vertical-align:top; border:solid 1px #919191; background:center; border-radius:0px; font-size:9px; line-height:28px; color:#fff; font-weight:300; margin:0px; padding:0px 8px 0px; text-transform:uppercase; letter-spacing:0.45px; position:relative;}
.default-btn-hp:hover{ color:#1D1D1B; background:#fff; border-color:#fff;}

.default-block-title-hp{ margin:0px; padding:0px 0px 45px; text-align:center;}
.default-block-title-hp h2{ font-size:100px; line-height:120px; color:#484848; font-family: 'newyorkregular'; letter-spacing:25px; text-transform:uppercase; margin:0px; padding:0px;}
.default-block-title-white-hp h2{ color: #fff;}

.common-block-title-main-abp{ margin: 0px; padding:0px; border-bottom: solid 1px #FFFFFF;}
.common-block-title-text-abp{ margin: 0px; padding: 31px 0px 32px; text-align: center;}
.common-block-title-text-abp h2{ font-size: 32px; line-height: 36px; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 12.8px; margin: 0px; padding: 0xp;}
.common-block-title-text-black-abp h2{ color: #000;}
.common-block-title-text-gray-abp h2{ color: #484848;}
/*--------------- COMMON_END ---------------*/

/*--------------- HEADER_START --------------*/
#header{ margin:0px; padding:22px 0px 22px; height:69px; z-index:9999; position:absolute; left:0px; top:0px; width:100%; background:transparent; pointer-events: none;}
#header * { pointer-events: auto; }
.header-in-hp{ margin:0px; position:relative; }
.logo-hp{ float: left; margin:10px 0px 0px 27px; padding:0px; position: relative; z-index: 9;}
.logo-hp a{ display: inline-block; vertical-align: top;}
.logo-hp a img{ height:140px; display:flex;}
.header-right-main-hp{ float: right; margin: 0px; padding: 0px;}
.navigation-hp{ margin:0px; padding:200px 0px 200px; position: fixed; top: 0px; left: 0px; background: #231621; width: 100%; height: 100%; display: none; z-index: 999999; }
.navigation-hp .navigation-in-hp{ padding:0px; margin: 0px auto; max-width: 1160px; width: 100%;}

.navigation-list-hp{ 
    display: flex; 
    flex-wrap: wrap; 
    align-items: flex-start; 
    justify-content: space-between; 
    margin: 0px; 
    padding: 0px 30px 0px; 
    position: relative;
}

.navigation-list-hp::before {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
}

.navigation-menu-hp{ 
    width: 50%; 
    margin: 0px; 
    padding: 0px 20px;
    text-align: center;
    position: relative;
}

.navigation-menu-hp:nth-child(even) {
    margin-top: 30px;
}
.navigation-menu-hp:nth-child(1) {
    text-align: right;
    padding-right: 40px;
    top: 60px;
}

.navigation-menu-hp:nth-child(2) {
    text-align: left;
    padding-left: 40px;
    top: 60px;
}

.navigation-menu-hp:nth-child(3) {
    text-align: right;
    padding-right: 40px;
    top: 90px;
}

.navigation-menu-hp:nth-child(4) {
    text-align: left;
    padding-left: 40px;
    top: 90px;
}

.navigation-menu-hp:nth-child(5) {
    text-align: right;
    padding-right: 40px;
    top: 120px;
}

.navigation-menu-hp:nth-child(6) {
    text-align: left;
    padding-left: 40px;
    top: 120px;
}

.navigation-menu-hp:nth-child(7) {
    text-align: right;
    padding-right: 40px;
    top: 150px;
}

.navigation-menu-hp:nth-child(8) {
    text-align: left;
    padding-left: 40px;
    top: 150px;
}

.navigation-menu-hp h2{ 
    font-size: 35px; 
    /* line-height: 30px;  */
    color: #FFFFFF; 
    font-weight: 200; 
    margin: 0px; 
    padding: 0px;
}
.navigation-menu-hp h2 a{ color: #FFFFFF; text-decoration: none; opacity: 0.6;}
.navigation-menu-hp h2 a:hover{ text-decoration: underline;}
.navigation-menu-hp ul{ margin: 0px; padding: 0px; display: none;}
.navigation-menu-hp ul li{ margin: 0px; padding: 0px;}
.navigation-menu-hp ul li a{ display: flex; font-size: 9px; line-height: 15px; color: #FFFFFF; font-weight: 100; margin: 0px; padding: 0px;}

.menu-icon-main-hp{ margin: 0px; padding: 0px; position: relative; z-index: 999999999;}
/*----- MOBILE_MENU_START -----*/
.mobile-menu-icon-hp{ margin:0px 19px 0px 0px; padding:10px; display:block; position: relative; z-index: 999999999; cursor: pointer; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.menu-toggle-btn-hp{ margin:0px; padding:2px 0px 2px; width:25px; height:25px; cursor:pointer; position: relative; z-index: 999999999; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;}
.menu-toggle-btn-hp span{ background:#fff; display:block; width:25px; height:1px; border-radius:0px; margin:0px 0px 9px 0px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.menu-toggle-btn-hp span:last-child{ margin-bottom: 0px;}

/* Burger menu animation when open */
.menu-toggle-btn-hp.open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-toggle-btn-hp.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle-btn-hp.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.hide-scroll{ overflow:hidden !important;}
/*----- MOBILE_MENU_END -----*/

/*--------------- HEADER_END --------------*/

/*--------------- CONTAIN_START --------------*/
#contain{ margin:0px; padding:0px 0px 0px;}

.hero-section-main-hp{ margin:0px; padding:0px; position: relative; top: 0;}
.hero-block-main-hp{ margin:0px 0px 0px; padding:0px; position:relative; z-index: 9;}
.hero-block-main-hp video.fullscreen { position: absolute; z-index: 0; object-fit: contain; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.hero-block-main-hp video.fullscreen::-webkit-media-controls { display: none !important; }
.hero-block-in-hp{ margin:0px; height:100dvh; position:relative; z-index:9; display: flex; align-items: center; justify-content: center;}

.about-section-main-hp{ margin: 0px; padding: 0px;}
.about-block-main-hp{ margin: 0px; padding: 0px; background: #5b1225;}
.about-block-in-hp{ margin: 0px; height: 100dvh; display: flex; align-items: center; justify-content: center;}
.about-info-main-hp{ width: 560px; margin: 0px auto; padding: 0px;}
.about-info-main-hp p{ font-size: 19px; line-height: 31px; color: #fff; font-family: var(--font-fh-total-fine-regular); text-align: justify; margin: 0px; padding: 0px;}

.page-block-links-main-hp{ margin: 0px; padding: 0px;}
.page-block-links-top-hp{ width: 100%; position: absolute; left: 0px; top: 26px; margin: 0px; padding: 0px 34px 0px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.page-block-link-hp{ margin-top: 0px; padding: 0px;}
.page-block-link-hp a{ display: flex; font-size: 8px; line-height: 10px; color: #FFFFFF; text-transform: uppercase; letter-spacing: 2px; margin-top: 0px; padding: 0px;}
.page-block-links-bottom-hp{  width: 100%; position: absolute; left: 0px; bottom: 26px; margin: 0px; padding: 0px 34px 0px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}

.future-fraud-section-main-hp{ margin: 0px; padding: 0px;}
.future-fraud-block-main-hp{ margin: 0px; padding: 0px;}
.future-fraud-block-in-hp{ margin: 0px; height: 100dvh; display: flex; align-items: center; justify-content: center;}
.future-fraud-box-main-hp{ width: 100%; background: rgba(0, 0, 0, 0.75); height: 446px; margin: 0px; padding: 0px; display: flex; align-items: center; justify-content: center;}
.future-fraud-box-text-hp{ margin: 0px; padding: 15px 15px 15px;}
.future-fraud-box-text-hp h2{ font-size: 28px; line-height: 34px; color: #FFFFFF; text-transform: uppercase; letter-spacing: 7.252px; margin: 0px; padding: 0px 0px 4px; margin-right: -7.252px;}
.future-fraud-box-text-hp h3{ font-size: 78px; line-height: 94px; color: #FFFFFF; text-transform: uppercase; letter-spacing: 19.5px; margin: 0px; padding: 0px 0px 9px; margin-right: -19.5px;}
.future-fraud-box-text-hp p{ font-size: 13px; line-height: 16px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); text-align: justify; margin: 0px; padding: 0px;}
.future-fraud-box-text-hp p span{ padding: 0px 2px 0px 10px;}
.future-fraud-block-main-hp .page-block-link-hp a{ opacity: 0.40;}

.insights-section-main-hp{ margin: 0px; padding: 0px;}
.insights-block-main-hp{ margin: 0px; padding: 0px;}
.insights-block-in-hp{ margin: 0px; position: relative; z-index: 9; padding-top: 56px;}
.insights-block-in-hp::after{ content: ""; position: absolute; top: 0px; left: 0px; right: 0px; width: 1px; height: 100%; background: #000000; margin: 0px auto; z-index: 1;}
.insights-block-main-hp .page-block-link-hp a{ color: #d4d4d4;}
.insights-block-main-hp .container{ max-width: 886px;}
.insights-title-main-hp{ margin: 0px; padding: 0px 0px 75px; display: flex; justify-content: flex-end; position: relative; z-index: 9;}
.insights-title-text-hp{ margin: 0px; padding: 27px 29px 22px; position: relative;}
.insights-title-text-hp h2{ font-size: 49px; line-height: 59px; color: #000000; letter-spacing: 12.25px; margin: 0px; padding: 0px 5px;}
.insights-title-text-hp::after{ content: ""; position: absolute; bottom: 0px; left: 0px; width: 1000%; height: 1px; background: #000000;}
.insights-card-main-hp{ margin: 0px -29px; padding: 0px 0px 40px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.insights-card-reverse-hp{ flex-direction: row-reverse;}
.thinking-card-main-hp{ padding-bottom: 114px;}
.insights-card-img-main-hp{ margin: 0px; padding: 0px 29px 0px; position: relative; display: flex; justify-content: flex-end;}
.insights-card-img-hp{ margin: 0px; padding: 0px; position: relative;}
.insights-card-img-hp img{ border: solid 3px #000000; width: 100%; display: flex; margin: 0px; padding: 0px;}
.thinking-insights-img-hp{ width: 242px;}
.insights-card-links-hp{ margin: 0px; padding: 0px; position: absolute; top: 50%; left: -19px; transform: translateY(-50%);}
.insights-card-links-hp ul{ margin: 0px; padding: 0px 0px 6px; display: flex; align-items: center; writing-mode: sideways-lr;}
.insights-card-links-hp ul li{ margin: 0px; padding: 15px 0px 15px; border-top: solid 1px #000000;}
.insights-card-links-hp ul li a{ display: flex; font-size: 6px; line-height: 7px; color: #000000; text-transform: uppercase; letter-spacing: 6px; margin: 0px; padding: 0px;}
.insights-card-links-hp ul li:first-child{ padding-bottom: 0px; }
.insights-card-links-hp ul li:last-child{ border-top: 0px; padding-top: 0px; }
.insights-card-info-hp{ margin: 0px; padding: 0px 29px 0px; display: flex; align-items: flex-start;}
.insights-card-info-text-hp{ margin: 0px; padding: 4px 10px 0px 5px;}
.insights-card-info-text-hp h2{ font-size: 16px; line-height: 19px; color: #000000; font-family: var(--font-fh-total-fine-regular); font-weight: 700; text-transform: uppercase; letter-spacing: 4px; margin: 0px; padding: 0px 0px 9px;}
.insights-card-info-text-hp h3{ font-size: 12px; line-height: 15px; color: #000000; font-family: var(--font-fh-total-fine-regular); font-weight: 300; text-transform: uppercase; letter-spacing: 1.788px; margin: 0px; padding: 0px 0px 9px;}
.insights-card-info-text-hp p{ font-size: 10px; line-height: 14px; color: #000000; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px 0px 16px;}
@media (min-width: 768px) {
    .insights-card-info-text-hp p{ font-size: 11px; }
}
.insights-card-info-text-hp h4{ font-size: 10px; line-height: 14px; color: #000000; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px;}
.insights-card-reverse-hp .insights-card-img-main-hp{ justify-content: flex-start;}
.insights-card-reverse-hp .insights-card-links-hp{ left: auto; right: -19px;}
.insights-card-reverse-hp .insights-card-info-text-hp{ padding: 4px 5px 0px 10px; text-align: right;}
.media-insights-video-hp{ width: 388px; height: 246px;}
.insights-card-video-hp{ width: 100%; height: 100%; margin: 0px; padding: 0px; position: relative; overflow: hidden; border: solid 3px #000000;}
.insights-card-video-hp video{ margin:0px; padding:0px; height:100%; width:100%; object-fit: fill; display: flex;}
.video-back-hp{ width:100%; height:100%; position:absolute; z-index:9; left:0px; right:0px; top:0px; bottom:0px; margin:auto;}
.playpause{ background:url(../images/video_play_icon.svg) no-repeat center center; background-size:100%; width:100px; height:100px; position:absolute; z-index:99; left:0px; right: 0px; top:50%; transform: translateY(-50%); margin:0px auto;}
.event-card-main-hp{ justify-content: flex-end; padding-bottom: 66px;}
.event-insights-img-hp{ width: 164px;}
.event-card-main-hp .insights-card-info-text-hp{ width: calc(100% - 164px); padding-left: 28px; padding-right: 0px;}
.event-card-main-hp .insights-card-links-hp{ position: relative; left: auto; top: auto; transform: none; margin-top: 14px;}
.event-card-main-hp .insights-card-links-hp ul{ writing-mode: inherit; justify-content: center; padding-bottom: 0px;}
.event-card-main-hp .insights-card-links-hp ul li{ padding: 0px 15px 0px 21px; border-right: solid 1px #000000; border-top: 0px;}
.event-card-main-hp .insights-card-links-hp ul li:first-child{ padding-left: 6px;}
.event-card-main-hp .insights-card-links-hp ul li:last-child{ border-right: 0px; padding-right: 0px;}
.media-Ftense-card-main-hp{ padding-bottom: 75px;}
.media-Ftense-card-main-hp .media-insights-video-hp{ margin-top: -194px; height: 274px;}
.insights-title-reverse-hp{ justify-content: flex-start; text-align: right;}
.insights-title-reverse-hp .insights-title-text-hp h2{ color: #d4d4d4;}
.insights-title-reverse-hp .insights-title-text-hp::after{ right: 0px; left: auto; top: 0px; bottom: auto;}

.our-people-section-main-hp{ margin: 0px; padding: 0px;}
.our-people-block-main-hp{ margin: 0px; padding: 0px;}
.our-people-block-in-hp{ margin: 0px; height: 100dvh; display: flex; align-items: center; justify-content: flex-start;}
.our-people-info-main-hp{ margin: 0px; padding: 0px 40px 0px 40px; display: flex; align-items: center;}
.our-people-info-text-hp{ width: 234px; margin: 0px; padding: 0px;}
.our-people-info-text-hp p{ font-size: 14px; line-height: 23px; color: #FFFFFF; text-align: right; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px; }
.our-people-info-title-hp{ margin: 0px; padding: 0px 0px 0px 27px;}
.our-people-info-title-hp h2{ font-size: 28px; line-height: 34px; color: #FFFFFF; text-transform: uppercase; letter-spacing: 26.88px; margin: 0px; padding: 0px; writing-mode: sideways-lr;}
/*--------------- CONTAIN_END --------------*/

/*--------------- FOOTER_START --------------*/
#footer{ 
    background:#000000; 
    margin:0px; 
    padding:56px 0px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-logo-hp{ position: absolute; left: 38px; top: 0px; margin: 0px; padding: 0px;}
.footer-logo-hp img{ display: flex; height: 140px;}
.footer-top-hp{ position: relative; z-index: 9; margin: 0px; padding: 0px 0px 20px; border-bottom: solid 1px rgb(255, 255, 255, 0.49);}
.footer-top-in-hp{ margin:0px;}
.footer-contact-hp{ margin: 0px; padding: 0px 30px; display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start; justify-content: space-between;}
.footer-contact-info-hp{ margin: 0px; padding: 2px 0px 0px;}
.footer-contact-address-hp{ margin: 0px; padding: 0px 0px 1px;}
.footer-contact-address-hp p{ font-size: 11px; line-height: 17px; color: #FFFFFF; text-transform: uppercase; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 1.65px; margin: 0px; padding: 0px;}
.footer-contact-number-hp{ margin: 0px; padding: 0px 0px 1px;}
.footer-contact-number-hp p{ font-size: 11px; line-height: 17px; color: #FFFFFF; text-transform: uppercase; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 1.65px; margin: 0px; padding: 0px;}
.footer-contact-number-hp p a{ color: #FFFFFF;}
.footer-social-hp{ margin: 0px; padding: 24px 0px 0px;}
.footer-social-hp ul{ display: flex; gap: 14px; align-items: center; margin: 0px; padding: 0px;}
.footer-social-hp ul li{ margin: 0px; padding: 0px;}
.footer-social-hp ul li a{ display: flex; align-items: center; justify-content: center; margin: 0px; padding: 0px;}
.footer-social-hp ul li a img{ height: 26px; display: flex;}
.footer-contact-map-hp{ border: solid 3px #919191; width: 286px; height: 146px; margin: 0px; padding: 0px;}
.footer-contact-map-hp iframe{ width: 100%; height: 100%; display: flex;}
.footer-top-bot-hp{ margin: 0px; padding: 14px 30px 18px; display: flex; align-items: flex-start; justify-content: space-between;}
.footer-top-Bleft-hp{ width: calc(100% - 108px); margin: 0px; padding: 0px;}
.footer-copyright-hp{ margin: 0px; padding: 8px 0px 7px;}
.footer-copyright-hp p{ font-size: 9px; line-height: 18px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px;}
.footer-sub-nav-hp{ margin: 0px; padding: 0px;}
.footer-sub-nav-hp ul{ margin: 0px; padding: 0px; display: flex; align-items: center;}
.footer-sub-nav-hp ul li{ margin: 0px; padding: 0px 7px 0px; border-right: solid 1px #FFFFFF;}
.footer-sub-nav-hp ul li a{ display: block; font-size: 8px; line-height: 6px; color: #FFFFFF; margin: 0px; padding: 0px;}
.footer-sub-nav-hp ul li:first-child{ padding-left: 0px; }
.footer-sub-nav-hp ul li:last-child{ border-right: 0px;}
.footer-top-Bright-hp{ width: 108px; margin: 0px; padding: 0px;}
.footer-SAR-logo-hp{ margin: 0px; padding: 0px;}
.footer-SAR-logo-hp img{ display: flex; width: 100%;}
.footer-navigation-main-hp{ margin: 0px; padding: 35px 0px 35px; border-bottom: solid 1px rgb(255, 255, 255, 0.49);}
.footer-navigation-in-hp{ margin: 0px;}
.footer-navigation-list-hp{ 
    display: flex; 
    flex-wrap: wrap; 
    align-items: flex-start; 
    justify-content: space-between; 
    margin: 0px; 
    padding: 0px 30px 0px; 
    position: relative;
}

.footer-navigation-list-hp::before {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
}

.footer-navigation-menu-hp{ 
    width: 50%; 
    margin: 0px; 
    padding: 0px 20px;
    text-align: center;
    position: relative;
}

.footer-navigation-menu-hp:nth-child(1) {
    text-align: right;
    padding-right: 40px;
    top: 0px;
}

.footer-navigation-menu-hp:nth-child(2) {
    text-align: left;
    padding-left: 40px;
    top: 80px;
}

.footer-navigation-menu-hp:nth-child(3) {
    text-align: right;
    padding-right: 40px;
    top: 160px;
}

.footer-navigation-menu-hp:nth-child(4) {
    text-align: left;
    padding-left: 40px;
    top: 240px;
}

.footer-navigation-menu-hp:nth-child(5) {
    text-align: right;
    padding-right: 40px;
    top: 320px;
}

.footer-navigation-menu-hp:nth-child(6) {
    text-align: left;
    padding-left: 40px;
    top: 400px;
}

.footer-navigation-menu-hp:nth-child(7) {
    text-align: right;
    padding-right: 40px;
    top: 480px;
}

.footer-navigation-menu-hp:nth-child(8) {
    text-align: left;
    padding-left: 40px;
    top: 560px;
}

.footer-navigation-menu-hp h2{
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

/* Sponsorship Packages Layout */
.sponsorship-packages-container {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}

.sponsorship-packages-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0px;
    padding: 0px 30px 0px;
    position: relative;
}
.sponsorship-packages-list p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

/* .sponsorship-packages-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100%;
    background-color: #333;
    z-index: 1;
} */

.sponsorship-package-item {
    width: 50%;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.sponsorship-package-item:nth-child(1) {
    text-align: right;
    padding-right: 40px;
    top: 0px;
}

.sponsorship-package-item:nth-child(1) .sponsorship-package-card {
    /* Right border removed */
}

.sponsorship-package-item:nth-child(odd) .sponsorship-package-card h3 {
    text-align: right;
}
.page-template-page-sponsorship .first-section .sponsorship-package-item:nth-child(odd) h3::after{
    right: 0;
    left: unset;
}
.sponsorship-package-item:nth-child(1) .sponsorship-package-card, .sponsorship-package-item:nth-child(3) .sponsorship-package-card {
    padding: 25px 0 0 25px;
}

.sponsorship-package-item:nth-child(2) {
    text-align: left;
    padding-left: 40px;
    top: 100px;
}

.sponsorship-package-item:nth-child(2) .sponsorship-package-card {
    border-right: 2px solid #555;
    border-left: none;
    padding-top: 25px;

}

.sponsorship-package-item:nth-child(3) {
    text-align: right;
    padding-right: 40px;
    top: 50px;
}


.sponsorship-package-item:nth-child(4) {
    text-align: left;
    padding-left: 40px;
    padding-top: 25px;
    top: 180px;
}

.sponsorship-package-item:nth-child(4) .sponsorship-package-card {
    border-right: 2px solid #555;
    border-left: none;
    padding-top: 0;
}
.footer-navigation-menu-hp h2 a{ color: #FFFFFF; text-decoration: none;}
.footer-navigation-menu-hp ul{ margin: 0px; padding: 0px; display: none;}
.footer-navigation-menu-hp ul li{ margin: 0px; padding: 0px;}
.footer-navigation-menu-hp ul li a{ display: flex; font-size: 7px; line-height: 15px; color: #FFFFFF; font-weight: 100; margin: 0px; padding: 0px;}
/*--------------- FOOTER_END --------------*/

/*--------------- COOKIE_POPUP_START --------------*/
.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    z-index: 999999999;
    max-width: 500px;
    margin: 0 auto;
    display: none;
}

.cookie-popup-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cookie-popup-text h3 {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cookie-popup-text p {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    margin: 0;
}

.cookie-popup-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 8px 16px;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    min-width: 100px;
}

.cookie-btn:hover {
    background: #FFFFFF;
    color: #000000;
}

.cookie-btn-accept {
    background: #FFFFFF;
    color: #000000;
}

.cookie-btn-accept:hover {
    background: #000000;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .cookie-popup {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 15px;
    }
    
    .cookie-popup-buttons {
        flex-direction: column;
    }
    
    .cookie-btn {
        width: 100%;
        text-align: center;
    }
}
/*--------------- COOKIE_POPUP_END --------------*/

/*--------------- ABOUT_PAGE_START --------------*/
/* Banner Image Section */
.banner-image-section-main-hp{ margin: 0px; padding: 0px;}
.banner-image-block-main-hp{ margin: 0px; padding: 0px; width: 100%; position: relative;}
.banner-image-block-main-hp img{ width: 100%; height: 100vh; display: block; object-fit: cover;}
.banner-overlay-content{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; display: flex; align-items: center; background: rgba(0, 0, 0, 0.4);}
.banner-text-content{ color: #ffffff; text-align: center; padding: 40px 20px;}
.banner-text-content h2{ font-size: 48px; line-height: 58px; color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: 12px; margin: 0px; padding: 0px 0px 30px;}
.banner-text-content p{ font-size: 18px; line-height: 28px; color: #ffffff; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px; max-width: 800px; margin: 0 auto;}

.about-content-section-main-hp{ margin: 0px; padding: 60px 0px;}
.about-content-block-in-hp{ margin: 0px; padding: 0px;}
.about-content-info-main-hp{ margin: 0px; padding: 0px;}
.about-content-info-main-hp h2{ font-size: 48px; line-height: 58px; color: #000000; font-weight: 700; text-transform: uppercase; letter-spacing: 12px; margin: 0px; padding: 0px 0px 30px;}
.about-content-info-main-hp p{ font-size: 18px; line-height: 28px; color: #000000; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px 0px 20px;}
.about-content-cta-hp{ margin: 30px 0px; padding: 0px;}
.about-content-cta-hp .btn{ display: inline-block; padding: 12px 30px; background: #000000; color: #ffffff; border: solid 2px #000000; font-size: 14px; line-height: 16px; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin: 0px; text-decoration: none;}
.about-content-cta-hp .btn:hover{ background: #ffffff; color: #000000;}

.important-note-section-main-hp{ 
    margin: 0px; 
    padding: 0px; 
    background: #f8f9fa;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.important-note-block-main-hp{ 
    margin: 0px; 
    padding: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.important-note-block-in-hp{ 
    margin: 0px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 100dvh;
}
.important-note-info-main-hp{ 
    margin: 0px; 
    padding: 0px 34px 0px;
    position: relative;
}
.important-note-info-main-hp:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 0.5px;
    height: 500px;
    background-color: #333;
    z-index: 1;
}
.important-note-info-main-hp:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 0.5px;
    height: 500px;
    background-color: #333;
    z-index: 1;
}
.important-note-info-main-hp h3 {
    font-size: 28px;
    font-family: var(--font-lexend-deca);
    line-height: 1.3;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
}
.important-note-info-main-hp p{ 
    font-size: 15px; 
    line-height: 25px; 
    color: #333; 
    font-family: var(--font-fh-total-fine-regular); 
    text-align: justify; 
    margin: 0px; 
    padding: 0px 0px;
}

.important-note-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://mariflaw.com/wp-content/uploads/2025/06/iStock-2155533465.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.important-note-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    display: flex;
    align-items: center;
}

.important-note-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}
.important-note-block-in-hp{ margin: 0px; padding: 0px;}
.important-note-info-main-hp{ margin: 0px; padding: 0px;}
.important-note-info-main-hp h3{ 
    font-size: 48px; 
    line-height: 1.1; 
    color: #ffffff; 
    font-weight: 200; 
    text-transform: none; 
    letter-spacing: -0.5px; 
    margin: 0px 0px 30px 0px; 
    padding: 0px 0px 25px 0px;
    position: relative;
}

.important-note-info-main-hp h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #ffffff;
}

.important-note-info-main-hp p{ 
    font-size: 18px; 
    line-height: 1.7; 
    color: #ffffff; 
    font-family: var(--font-fh-total-fine-regular); 
    margin: 0px; 
    padding: 0px 0px 20px 0px;
    font-weight: 300;
}

.important-note-info-main-hp .btn{ 
    display: inline-block; 
    padding: 12px 30px; 
    background: transparent; 
    color: #ffffff; 
    border: solid 2px #ffffff; 
    font-size: 14px; 
    line-height: 16px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-weight: 600; 
    margin: 20px 0px; 
    text-decoration: none;
    transition: all 0.3s ease;
}

.important-note-info-main-hp .btn:hover{ 
    background: #ffffff; 
    color: #000000;
}

/* Section Title Styles */
.section-title-main-hp{ margin: 0px; padding: 60px 0px 40px;}
/* .section-title-in-hp{ margin: 0px; padding: 0px;} */
.section-title-in-hp h2{ font-size: 48px; line-height: 58px; color: #000000; font-weight: 700; text-transform: uppercase; letter-spacing: 12px; margin: 0px; padding: 0px; text-align: center;}

/* Sponsors Section Styles */
.sponsors-section{ margin: 0px; padding: 0px 0px 60px;}
.single-sponsors{ margin: 0px; padding: 0px;}
.sponsor-row{ margin: 0px 0px 40px; padding: 0px;}
.sponsor-row h5{ font-size: 18px; line-height: 22px; color: #000000; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; margin: 0px; padding: 0px 0px 20px;}
.sponsors{ margin: 0px; padding: 0px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px;}
.sponsors li{ margin: 0px; padding: 0px;}
.sponsors li img{ max-height: 60px; width: auto; display: block;}

/* Hero Section for About Page */
.hero-section-main-hp .hero-text-main-hp h1{ font-size: 64px; line-height: 74px; color: #000000; font-weight: 700; text-transform: uppercase; letter-spacing: 16px; margin: 0px; padding: 0px 0px 20px;}
.hero-section-main-hp .hero-text-main-hp h2{ font-size: 36px; line-height: 42px; color: #000000; font-weight: 600; margin: 0px; padding: 0px 0px 10px;}
.hero-section-main-hp .hero-text-main-hp h3{ font-size: 24px; line-height: 30px; color: #666666; font-weight: 400; margin: 0px; padding: 0px;}
.hero-block-in-hp .hero-text-main-hp h4 {
  font-family: var(--font-fh-total-fine-thin);
  line-height: 1.3;
  color: #ffffff4d;
}
/*--------------- ORGANIZING_COMMITTEE_START --------------*/
.organizing-committee-section-main-hp{ margin: 0px; padding: 80px 0px;}
.organizing-team-section-main-hp{ margin: 0px; padding: 60px 0px; background-color: #f8f9fa;}

.committee-member-card{ margin: 0px; padding: 0px 0px 40px; text-align: center;}
.committee-member-card .member-image{ margin: 0px; padding: 0px 0px 20px;}
.committee-member-card .member-image img{ width: 200px; height: 200px; border-radius: 50%; object-fit: cover; margin: 0 auto; display: block;}
.committee-member-card .member-info h4{ font-size: 20px; line-height: 28px; color: #000000; font-weight: 600; margin: 0px; padding: 0px 0px 10px;}
.committee-member-card .member-info p{ font-size: 14px; line-height: 20px; color: #666666; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px;}

.team-member-card{ margin: 0px; padding: 0px 0px 40px; text-align: center; background: #ffffff; border-radius: 10px; padding: 30px 20px;}
.team-member-card .member-image{ margin: 0px; padding: 0px 0px 20px;}
.team-member-card .member-image img{ width: 150px; height: 150px; border-radius: 50%; object-fit: cover; margin: 0 auto; display: block;}
.team-member-card .member-info h4{ font-size: 18px; line-height: 26px; color: #000000; font-weight: 600; margin: 0px; padding: 0px 0px 10px;}
.team-member-card .member-info p{ font-size: 14px; line-height: 20px; color: #666666; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px 0px 10px;}
.team-member-card .role-badge{ display: inline-block; background: #007bff; color: #ffffff; padding: 5px 15px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}

/*--------------- TEAM_SECTION_START --------------*/
.team-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

/*--------------- OUR_TEAM_SECTION_START --------------*/
.our-team-section-main-hp {
    background-color: var(--primary-bg);
    position: relative;
    padding: 50px 0;
}

.our-team-section-main-hp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 30%;
    background-color: #fff;
}

.our-team-block-main-hp {
    margin: 0px;
    padding: 0px 0px 40px;
}

.our-team-block-in-hp {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    padding: 30px 20px;
    transition: transform 0.3s ease;
}

.our-team-block-in-hp:hover {
    transform: translateY(-5px);
}

.our-team-img-hp {
    margin: 0px;
    padding: 0px 0px 20px;
    text-align: center;
}


.our-team-info-hp h2 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 10px;
    text-align: center;
}

.our-team-info-hp h3 {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-family: var(--font-fh-total-fine-regular);
    margin: 0px;
    padding: 0px 0px 20px;
    text-align: center;
}

.our-team-info-hp .social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.our-team-info-hp .social-icons li {
    margin: 0px;
    padding: 0px;
}

.our-team-info-hp .social-icons li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.our-team-info-hp .social-icons li a:hover {
    background-color: #007bff;
    transform: translateY(-2px);
}

.our-team-info-hp .social-icons li a svg {
    width: 18px;
    height: 18px;
    fill: #666666;
    transition: fill 0.3s ease;
}

.our-team-info-hp .social-icons li a:hover svg {
    fill: #ffffff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    background: white;
    padding: 30px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.team-member .member-image {
    margin: 0 0 20px 0;
    text-align: center;
}

.team-member .member-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.team-member h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-align: center;
}

.team-member .position {
    font-size: 16px;
    color: #666;
    margin: 0 0 20px 0;
    font-weight: 500;
}

.contact-info {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.contact-info p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
    font-family: 'Courier New', monospace;
}

.contact-info p:first-child {
    font-weight: 600;
    color: #333;
}

/*--------------- TEAM_SECTION_END --------------*/

/*--------------- PAGE_BANNER_START --------------*/
.page-banner {
    margin: 0px;
    padding: 0px;
}

.banner-image-block-main-hp {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url('https://mariflaw.com/wp-content/uploads/2025/06/iStock-2155533465.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.banner-image-block-main-hp img {
    display: none;
}

.banner-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
}

.banner-text {
    text-align: left;
    max-width: 800px;
    margin: 0;
}

.banner-text h1 {
    font-size: 56px;
    font-weight: 200;
    color: #ffffff;
    margin: 0 0 40px 0;
    letter-spacing: -0.5px;
    line-height: 1.1;
    position: relative;
    padding-bottom: 25px;
}

.banner-text h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #ffffff;
}

.banner-divider {
    width: 80px;
    height: 3px;
    background: #ffffff;
    margin: 0 0 30px 0;
}

.banner-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    max-width: 600px;
}

/*--------------- PAGE_BANNER_END --------------*/

/*--------------- QUILLON_FIRST_SECTION_START --------------*/
.first-section {
    padding: 120px 0 100px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.first-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.first-section h1 {
    font-size: 56px;
    font-weight: 200;
    color: #1a1a1a;
    margin: 0 0 40px 0;
    text-align: left;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.first-section h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #1a1a1a;
}

.first-section h2 {
    font-size: 42px;
    font-weight: 200;
    color: #1a1a1a;
    margin: 80px 0 30px 0;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.first-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #1a1a1a;
}

.first-section h3 {
    font-size: 32px;
    font-weight: 200;
    color: #1a1a1a;
    margin: 60px 0 20px 0;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.first-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1a1a1a;
}

.first-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 25px 0;
    text-align: left;
    font-weight: 300;
    max-width: 800px;
}

.first-section .section-divider {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin: 80px 0;
    max-width: 800px;
}

/* Vertical line for about page first-section */
.first-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5px;
    height: 100%;
    background-color: #e8e8e8;
    z-index: -1;
}

/*--------------- QUILLON_FIRST_SECTION_END --------------*/

/*--------------- SPONSORSHIP_FIRST_SECTION_START --------------*/
.page-template-page-sponsorship .first-section {
    background: #393931;
    color: #ffffff;

}

.page-template-page-sponsorship .first-section h1 {
    color: #ffffff;
}

.page-template-page-sponsorship .first-section h1::after {
    background: #ffffff;
}

body.spage-template-page-sponsorship .first-section h2 {
    color: #ffffff;
}

.page-template-page-sponsorship .first-section h2::after {
    background: #ffffff;
}

.page-template-page-sponsorship .first-section h3 {
    color: #ffffff;
}

.page-template-page-sponsorship .first-section h3::after {
    background: #ffffff;
}

.page-template-page-sponsorship .first-section p {
    color: #ffffff;
}

.page-template-page-sponsorship .first-section .section-divider {
    background: #ffffff;
}
/*--------------- SPONSORSHIP_FIRST_SECTION_END --------------*/

/*--------------- ORGANIZING_COMMITTEE_END --------------*/

/*--------------- SPONSORSHIP_PACKAGES_START --------------*/
.sponsorship-packages-section-main-hp{ margin: 0px; padding: 80px 0px;}
.sponsorship-packages-info-main-hp{ margin: 0px; padding: 0px 0px 40px; text-align: center;}
.sponsorship-packages-info-main-hp p{ font-size: 16px; line-height: 24px; color: #666666; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px;}

.sponsorship-package-card{ margin: 0px; padding: 10px; background: #393931; border-radius: 10px; margin-bottom: 30px; border-left: 2px solid #555; min-height: 400px;}

/* Make sponsorship package cards wider */
.sponsorship-packages-section-main-hp .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

@media (max-width: 991px) {
    .sponsorship-packages-section-main-hp .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .sponsorship-packages-section-main-hp .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.sponsorship-package-card.diamond{ border-left-color: #555;}
.sponsorship-package-card.platinum{ border-left-color: #555;}
.sponsorship-package-card.silver{ border-left-color: #555;}
.first-section .sponsorship-package-card h3::after{
    background: #ffffff;
}
.first-section .sponsorship-package-card.diamond h3::after{
    left: unset;
    right: 0;
}
.first-section .sponsorship-package-card.gold h3::after{
    left: unset;
    right: 0;
}
.sponsorship-package-card h3{ font-size: 26px; line-height: 32px; color: #ffffff; font-weight: 700; margin: 0px; padding: 0px 0px 15px;}
.package-price{ font-size: 13px; line-height: 26px; color: #ffffff; font-weight: 600; margin: 0px; padding: 0px 0px 20px;}
.package-benefits{ margin: 0px; padding: 0px; list-style: none;}
.package-benefits li {
    font-size: 12px;
    line-height: 19px;
    color: #ffffff;
    font-family: var(--font-lexend-deca);
    margin: 0 0 0 -15px;
    padding: 0px 0px 12px;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
}
.package-benefits li:before{ content: ""; color: #007bff; font-weight: bold; position: absolute; left: 0;}

.sponsorship-cta-hp{ margin: 80px 0px; padding: 0px; text-align: center;}

.sponsorship-cta-hp .btn {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sponsorship-cta-hp .btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
/*--------------- SPONSORSHIP_PACKAGES_END --------------*/

/*--------------- ABOUT_PAGE_END --------------*/

/*--------------- ABOUT_PAGE_START --------------*/
.about-hero-section-main-ap{ margin: 0px; padding: 0px;}
.about-hero-block-main-ap{ margin: 0px; padding: 0px;}
.about-hero-block-in-ap{ margin: 0px; height: 100dvh; display: flex; align-items: center; justify-content: center;}
.about-hero-info-main-ap{ margin: 0px; padding: 0px 30px; text-align: center;}
.about-hero-info-main-ap h2{ font-size: 17px; line-height: 21px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 100; text-align: center; text-transform: uppercase; letter-spacing: 2.55px; margin: 0px; padding: 0px 0px 3px;}
.about-hero-info-main-ap h3{ font-size: 17px; line-height: 21px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; text-align: center; text-transform: uppercase; letter-spacing: 2.55px; margin: 0px; padding: 0px 0px 42px;}
.about-hero-info-main-ap p{ font-size: 15px; line-height: 24px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); text-align: justify; letter-spacing: -0.135px; margin: 0px; padding: 0px 4px;}
.about-hero-info-link-ap{ margin: 0px; padding: 37px 0px 0px;}
.about-hero-info-link-ap a{ display: flex; align-items: flex-start; justify-content: center; font-size: 10px; line-height: 12px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; text-transform: uppercase; letter-spacing: 2.49px; margin: 0px; padding: 0px;}

.OFirm-numbers-section-main-ap{ margin: 0px; padding: 0px;}
.OFirm-numbers-block-main-ap{ margin: 0px; padding: 0px; background: #5b1225;}
.OFirm-numbers-block-in-ap{ margin: 0px; height: calc(100dvh - 70px); display: flex; align-items: center; justify-content: center;}
.OFirm-numbers-block-title-main-ap{ margin: 0px; padding: 0px; border-bottom: solid 1px #FFFFFF;}
.OFirm-numbers-block-title-text-ap{ margin: 0px; padding: 28px 0px 29px; text-align: center;}
.OFirm-numbers-block-title-text-ap h2{ font-size: 10px; line-height: 12px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; text-transform: uppercase; letter-spacing: 2.50px; margin: 0px; padding: 0px;}
.OFirm-numbers-info-main-hp{ margin: 0px; padding: 15px 0px 15px;}
.OFirm-numbers-info-text-hp{ margin: 0px; padding: 0px 34px 36px;}
.OFirm-numbers-info-text-hp p{ font-size: 16px; line-height: 22px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); text-align: justify; margin: 0px; padding: 0px;}
.OFirm-numbers-list-main-hp{ margin: 0px; padding: 0px; display: flex; gap: 46px; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.OFirm-numbers-card-hp{ margin: 0px; padding: 0px 24px 0px; text-align: center;}
.OFirm-numbers-card-number-hp{ margin: 0px; padding: 0px;}
.OFirm-numbers-card-number-hp h2{ font-size: 89px; line-height: 107px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; text-transform: uppercase; letter-spacing: -0.801px; margin: 0px; padding: 0px 0px 24px;}
.OFirm-numbers-card-hp p{ font-size: 10px; line-height: 12px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 600; text-transform: uppercase; letter-spacing: 2.50px; margin: 0px; padding: 0px;}

.Our-history-block-main-ap{ margin: 0px; padding: 0px 0px 12px;}
.Our-history-block-main-ap .OFirm-numbers-block-in-ap{ align-items: flex-start;}
.Our-history-list-main-ap{ width: 100%; margin: 0px; padding: 93px 36px 98px; position: relative; z-index: 9;}
.Our-history-list-main-ap::after{ content: ""; position: absolute; top: 0px; left: 0px; right: 0px; background: #FFFFFF; width: 1px; height: 100%; margin: 0px auto 0px; z-index: -1;}
.Our-history-list-main-ap::before{ content: ""; position: absolute; bottom: -2px; left: 0px; right: 0px; background: #FFFFFF; border-radius: 3px; width: 3px; height: 3px; margin: 0px auto; z-index: 1;}
.Our-history-list-link-ap{  background: #5b1225; width: 23px; height: 64px; position: absolute; bottom: 28px; left: 0px; right: 0px; margin: 0px auto; display: flex; align-items: center; justify-content: center; z-index: 2;}
.Our-history-list-link-ap a{ display: block; font-size: 12px; line-height: 14px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); writing-mode: sideways-lr; margin: 0px; padding: 0px;}
.Our-history-card-main-ap{ margin: 0px -36px -8px; padding: 0px 0px; display: flex; align-items: flex-start; justify-content: flex-start;}
.Our-history-card-info-ap{ margin: 0px; padding: 0px 32px; text-align: right;}
.Our-history-card-info-ap h2{ font-size: 39px; line-height: 49px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 9.75px; margin: 0px; padding: 0px 0px 22px;}
.Our-history-card-info-ap p{ font-size: 14px; line-height: 17px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px 0px 28px;}
.Our-history-card-info-ap p:last-child{ padding-bottom: 0px;}
.Our-history-card-reverse-ap{ justify-content: flex-end;}
.Our-history-card-reverse-ap .Our-history-card-info-ap{ text-align: left;}

.awards-accolades-block-main-ap{ margin: 0px; padding: 0px;}
.awards-accolades-content-main-ap{ margin: 0px; padding: 0px 34px 0px;}
.awards-accolades-info-title-ap{ margin: 0px; padding: 0px 0px 17px;}
.awards-accolades-info-title-ap p{ font-size: 27px; line-height: 35px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); text-align: justify; margin: 0px; padding: 0px;}
.awards-accolades-info-title-ap p span{ padding: 0px 5px 0px 10px;}
.awards-accolades-info-title-ap p span.awards-accolades-border-ap{ padding: 0px;}
.awards-accolades-info-ap{ margin: 0px; padding: 0px; text-align: center;}
.awards-accolades-info-ap h3{ font-size: 9px; line-height: 11px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); text-transform: uppercase; letter-spacing: 2.25px; margin: 0px; padding: 0px 0px 17px;}
.awards-accolades-info-ap p{ font-size: 14px; line-height: 25px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); text-align: justify; margin: 0px; padding: 0px 0px 28px;}
.awards-accolades-info-ap h4{ font-size: 15px; line-height: 25px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); text-align: justify; margin: 0px; padding: 0px;}
.awards-accolades-list-ap{ margin: 0px; padding: 0px 0px 29px; display: flex; justify-content: space-between;}
.awards-accolades-img-ap{ margin: 0px; padding: 0px;}
.awards-accolades-img-ap img{ display: flex; height: 64px;}

.company-about-section-main-ap{ margin: 0px; padding: 0px;}
.company-about-block-main-ap{ 
    margin: 0px; 
    padding: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.company-about-block-in-ap{ margin: 0px; display: flex; align-items: center; justify-content: center; height: 100dvh;}
.company-about-info-main-ap{ margin: 0px; padding: 0px 34px 0px;}
.company-about-info-main-ap p {
    margin-bottom: 24px;
}

.company-about-info-main-ap p {
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: justify;
    margin: 0px;
    padding: 0px 0px;
    font-weight: 300;
}

.working-us-section-main-ap{ margin: 0px; padding: 0px;}
.working-us-block-main-ap{ margin: 0px; padding: 0px; position: relative; z-index: 9;}
.working-us-block-in-ap{ margin: 0px; height: 100dvh; display: flex; align-items: center; justify-content: center; z-index: 99;}
.working-us-block-main-ap .page-block-links-top-hp, .working-us-block-main-ap .page-block-links-bottom-hp{ z-index: 99;}
.working-us-video-info-ap{ margin: 0px; padding: 0px; text-align: center;}
.working-us-video-info-ap h2{ font-size: 17px; line-height: 21px; color: #FFFFFF; text-transform: uppercase; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 2.55px; margin: 0px; padding: 0px 0px 6px;}
.working-us-video-info-ap p{ font-size: 10px; line-height: 12px; color: #FFFFFF; text-transform: uppercase; font-family: var(--font-fh-total-fine-regular); letter-spacing: 2.50px; margin: 0px; padding: 0px 0px 39px;}
.working-us-video-info-ap .playpause_ap{ width: 78px; height: 78px; position: relative; margin: 0px auto;}
.working-us-video-info-ap .playpause_ap img{ height: 100%; display: flex;}
.working-us-block-main-ap .video_ap{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; z-index: 9;}
.video-back-ap{ width:100%; height:100%; position:absolute; z-index:9; left:0px; right:0px; top:0px; bottom:0px; margin:auto;}
/*---------------- ABOUT_PAGE_END ---------------*/

/*--------------- SERVICES_PAGE_START --------------*/
.services-hero-section-main-sp{ margin: 0px; padding: 0px;}
.services-hero-block-main-sp{ margin: 0px; padding: 0px; background: #5b1225; position: relative;}
.services-hero-block-in-sp{ margin: 0px; height: 100dvh; display: flex; align-items: center; justify-content: center; padding-bottom: 63px;}
.services-hero-info-main-sp h2{ letter-spacing: 2.363px; font-family: var(--font-fh-total-fine-regular); font-weight: 500; padding: 0px 0px 43px;}
.services-hero-nav-main-sp{ margin: 0px; padding: 0px; border-top: solid 1px #FFFFFF; position: absolute; bottom: 0px; left: 0px; width: 100%; background: #5b1225;}
.services-hero-nav-links-sp{ margin: 0px; padding: 0px;}
.services-hero-nav-links-sp ul{ margin: 0px; padding: 26px 0px 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.services-hero-nav-links-sp ul li{ margin: 0px; padding: 0px 29px 0px 32px; border-right: solid 1px #FFFFFF;}
.services-hero-nav-links-sp ul li:last-child{ border-right: 0px;}
.services-hero-nav-links-sp ul li a{ display: flex; font-size: 10px; line-height: 10px; color: #FFFFFF; text-transform: uppercase; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 2.50px; margin: 0px; padding: 0px;}

.dispute-resolution-section-main-sp{ margin: 0px; padding: 0px;}
.dispute-resolution-block-main-sp{ margin: 0px; padding: 0px; background: #d8dbdc;}
.dispute-resolution-block-in-sp{ margin: 0px;}
.dispute-resolution-block-title-main-sp{ margin: 0px; padding: 0px; border-bottom: solid 1px #FFFFFF;}
.dispute-resolution-block-title-text-sp{ margin: 0px; padding: 40px 0px 28px; text-align: center;}
.dispute-resolution-block-title-text-sp h2{ font-size: 21px; line-height: 25px; color: #000000; letter-spacing: 3.15px; font-family: var(--font-fh-total-fine-regular); font-weight: 500; margin: 0px; padding: 0px;}
.dispute-resolution-info-main-sp{ margin: 0px; padding: 41px 35px 41px;}
.dispute-resolution-info-main-sp h3{ font-size: 21px; line-height: 27px; color: #FFFFFF; letter-spacing: -0.294px; text-align: justify; font-family: var(--font-fh-total-fine-regular); font-weight: 500; margin: 0px; padding: 0px 0px 24px;}
.dispute-resolution-info-main-sp p{ font-size: 12px; line-height: 17px; color: #414142; text-align: justify; font-family: var(--font-fh-total-fine-regular); font-weight: 500; margin: 0px; padding: 0px 0px 8px;}

.thought-text-block-main-sp{ margin: 0px; padding: 0px; border-top: solid 1px #000000; border-bottom: solid 1px #000000; background: #d8dbdc;}
.thought-text-block-in-sp{ margin: 0px;}
.thought-info-text-sp{ margin: 0px; padding: 21px 35px 25px; text-align: center;}
.thought-info-text-sp h2{ font-size: 18px; line-height: 22px; color: #FFFFFF; font-family: 'sabon_lt_proregular'; margin: 0px; padding: 0px 0px 17px;}
.thought-info-text-sp p{ font-size: 10px; line-height: 12px; color: #FFFFFF; letter-spacing: 2.50px; margin: 0px; padding: 0px;}

.services-matter-section-main-sp{ margin: 0px; padding: 0px;}
.services-matter-block-main-sp{ margin: 0px; padding: 0px; background: #d8dbdc;}
.recent-matter-block-main-sp{ margin: 0px 0px 15px; padding: 0px; border-bottom: solid 1px #FFFFFF;}
.recent-matter-block-main-sp:last-child{ margin-bottom: 0px; border-bottom: 0px;}
.recent-matter-block-title-main-sp{ margin: 0px; padding: 0px; border-bottom: solid 1px #FFFFFF;}
.recent-matter-title-text-sp{ margin: 0px; padding: 20px 0px 21px; text-align: center;}
.recent-matter-title-text-sp h2{ font-size: 10px; line-height: 12px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 2.50px; text-transform: uppercase; margin: 0px; padding: 0px;}
.recent-matter-info-main-sp{ margin: 0px; padding: 33px 35px 27px;}
.recent-matter-info-text-sp{ margin: 0px; padding: 0px 0px 15px;}
.recent-matter-info-text-sp p{ font-size: 12px; line-height: 16px; color: #414142; font-family: var(--font-fh-total-fine-regular); font-weight: 300; margin: 0px; padding: 0px;}
.recent-matter-info-text-sp p strong{ font-weight: 500;}

.key-contact-info-main-sp{ margin: 0px; padding: 37px 30px 37px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.key-contact-img-sp{ width: 166px; margin: 0px; padding: 0px;}
.key-contact-img-sp img{ display: flex; width: 100%; border: solid 1px #FFFFFF;}
.key-contact-info-right-sp{ width: calc(100% - 166px); margin: 0px; padding: 0px 0px 0px 14px; display: flex; flex-wrap: wrap; align-items: flex-start;}
.key-contact-info-text-sp{ width: 156px; margin: 0px; padding: 0px 15px 0px 0px;}
.key-contact-info-text-sp h3{ font-size: 12px; line-height: 14px; color: #5e5e5e; font-weight: 700; letter-spacing: 0.24px; margin: 0px; padding: 0px 0px 4px;}
.key-contact-info-text-sp h4{ font-size: 12px; line-height: 14px; color: #5e5e5e; font-weight: 300; letter-spacing: 0.24px; margin: 0px; padding: 0px 0px 4px;}
.key-contact-info-text-sp p{ font-size: 12px; line-height: 14px; color: #5e5e5e; font-weight: 300; letter-spacing: 0.24px; margin: 0px; padding: 0px 0px 4px;}
.key-contact-info-text-sp p a{ color: #5e5e5e;}
.key-contact-info-text-sp p:last-child{ padding-bottom: 0px;}
.key-contact-info-sub-text-sp{ width: calc(100% - 156px); margin: 0px; padding: 0px;}
.key-contact-info-sub-text-sp p{ font-size: 10px; line-height: 14px; color: #5e5e5e; font-weight: 300; letter-spacing: 0.20px; margin: 0px; padding: 0px 0px 3px;}
.no-bottom-border-sp{ border-bottom: 0px;}
/*--------------- SERVICES_PAGE_END --------------*/

/*--------------- INSIGHT_DETAIL_PAGE_START --------------*/
.insight-detail-hero-section-main-idp{ margin: 0px; padding: 0px;}
.insight-detail-hero-block-main-idp{ margin: 0px; padding: 0px;}
.insight-detail-hero-block-in-idp{ margin: 0px; height: 100dvh; display: flex; align-items: center; justify-content: center; position: relative;}
.insight-detail-title-main-idp{ margin: 0px; padding: 0px;}
.insight-detail-title-main-idp h2{ font-size: 34px; line-height: 40px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 8.5px; text-transform: uppercase; margin: -8.5px 0px 0px 0px; padding: 0px; writing-mode: sideways-rl;}
.insight-hero-info-idp{ margin: 0px; padding: 0px 0px 43px; position: absolute; bottom: 0px; width: 100%; left: 0px; text-align: center;}
.insight-hero-info-idp h3{ font-size: 16px; line-height: 19px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); font-weight: 500; letter-spacing: 4px; text-transform: uppercase; margin: 0px; padding: 0px 0px 7px;}
.insight-hero-info-idp p{ font-size: 14px; line-height: 17px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px;}

.insight-detail-section-main-idp{ margin: 0px; padding: 0px;}
.insight-detail-block-main-idp{ margin: 0px; padding: 0px 0px 56px; border-bottom: solid 1px #000000;}
.insight-detail-block-in-idp{ margin: 0px;}
.insight-detail-text-main-idp{ margin: 0px; padding: 52px 34px 0px; position: relative;}
.insight-detail-number-idp{ position: absolute; left: -163px; top: 58px; font-size: 33px; line-height: 40px; color: #000000; margin: 0px; padding: 0px; writing-mode: sideways-lr;}
.insight-detail-text-main-idp h2{ font-size: 13px; line-height: 19px; color: #000000; font-family: var(--font-fh-total-fine-regular); font-weight: 300; text-align: justify; text-transform: uppercase; letter-spacing: 1.95px; margin: 0px; padding: 0px 0px 35px;}
.insight-detail-text-main-idp p{ font-size: 15px; line-height: 21px; color: #000000; font-family: var(--font-fh-total-fine-regular); text-align: justify; letter-spacing: -0.15px; margin: 0px; padding: 0px 0px 21px;}
.insight-detail-text-main-idp h3{ font-size: 11px; line-height: 16px; color: #5e5e5e; font-family: var(--font-fh-total-fine-regular); font-weight: 500; text-align: center; text-transform: uppercase; letter-spacing: 1.485px; margin: 0px; padding: 0px 0px 16px;}

.thought-text-block-main-idp{ margin: 22px 0px 0px; padding: 0px; background: #5b1225;}
.thought-text-block-in-idp{ margin: 0px;}
.thought-info-text-idp{ margin: 0px; padding: 37px 58px 41px; text-align: center;}
.thought-info-text-idp h2{ font-size: 28px; line-height: 37px; color: #FFFFFF; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px;}

.insight-detail-pagination-idp{ margin: 0px; padding: 18px 0px 0px;}
.insight-detail-pagination-link-idp{ margin: 0px; padding: 0px;}
.insight-detail-pagination-link-idp ul{ margin: 0px; padding: 0px; display: flex; align-items: center; justify-content: center;}
.insight-detail-pagination-link-idp ul li{ margin: 0px; padding: 0px 8px 0px; display: flex; position: relative;}
.insight-detail-pagination-link-idp ul li a{ display: flex; display: flex; font-size: 14px; line-height: 17px; color: #000000; font-family: var(--font-fh-total-fine-regular); margin: 0px; padding: 0px;}
.insight-detail-pagination-link-idp ul li::after{ content: "//"; position: absolute; right: -5px; top: 0px; font-size: 14px; line-height: 17px; color: #000000; font-family: var(--font-fh-total-fine-regular);}
.insight-detail-pagination-link-idp ul li:last-child::after{ display: none;}

.insight-social-block-main-idp{ background: #FFFFFF;}
.insight-social-block-main-idp .recent-matter-block-title-main-sp{ border-color: #000000;}
.insight-social-block-main-idp .recent-matter-title-text-sp h2{ color: #5e5e5e;}
/*--------------- INSIGHT_DETAIL_PAGE_END --------------*/

/*--------------- PEOPLE_BANNER_START --------------*/
.people-banner-section {
    position: relative;
    height: 100vh;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    overflow: hidden;
}

.people-banner-main {
    position: relative;
    height: 100%;
    background-image: url('../images/business-people-meeting.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.people-banner-content {
    position: relative;
    height: 100%;
    z-index: 2;
}

.people-banner-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
}

.people-contact-info {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 40px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.people-name h2 {
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.people-name h3 {
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.people-contact-details {
    margin: 20px 0;
}

.contact-line {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 0 0 15px 0;
}

.people-contact-details p {
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 8px 0;
    text-align: left;
}

.people-social {
    margin-top: 20px;
}

.social-line {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 0 0 15px 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
}

.social-icon.facebook {
    font-size: 16px;
}

.social-icon.whatsapp {
    font-size: 18px;
}

.social-icon.twitter {
    font-size: 16px;
}

.social-icon.tiktok {
    font-size: 18px;
}

.social-icon.youtube {
    font-size: 14px;
}

.social-icon.linkedin {
    font-size: 16px;
}

/* Responsive Design for People Banner */
@media (max-width: 768px) {
    .people-banner-overlay {
        bottom: 30px;
        left: 30px;
        right: 30px;
        transform: none;
    }
    
    .people-contact-info {
        padding: 20px 25px;
    }
    
    .people-name h2 {
        font-size: 22px;
        line-height: 26px;
    }
    
    .people-name h3 {
        font-size: 14px;
        line-height: 18px;
    }
    
    .people-contact-details p {
        font-size: 12px;
        line-height: 16px;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}
/*--------------- PEOPLE_BANNER_END --------------*/


/*--------------- PEOPLE_LISTING_START --------------*/
.people-listing-hero-section {
    background: #5b1225;
    padding: 80px 0;
    text-align: center;
}

.people-listing-hero-content h1 {
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin: 0 0 20px 0;
}

.people-listing-hero-content p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    margin: 0;
}

.people-listing-section {
    padding: 80px 0;
    background: #5b1225;
}



.people-listing-grid {
    display: block;
    margin-top: 40px;
    width: 100%;
}

/* People Category Section Styles */
.people-category-section {
    margin-bottom: 60px;
}

.people-category-heading {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
}

.people-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    justify-items: center;
    width: 100%;
}

.people-card {
    border: none;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 160px;
}

.people-card:hover {
    transform: none;
}

.people-card:hover .people-card-img {
    filter: brightness(1.2) contrast(1.1);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.people-card-img {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
    display: inline-block;
}

.people-card-img img {
    width: 120px;
    height: 120px;
    border-radius: 0;
    object-fit: cover;
    border: none;
    transition: filter 0.3s ease;
    cursor: pointer;
}

.people-card-info h3 {
    font-size: 11px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.people-card-info h4 {
    font-size: 9px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.people-card-info p {
    font-size: 9px;
    line-height: 12px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    margin: 0 0 5px 0;
}

.people-card-info p:last-child {
    margin-bottom: 0;
}


/* Responsive Design for People Listing */
@media (max-width: 1200px) {
    .people-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .people-card {
        max-width: 200px;
        padding: 18px;
    }
}

@media (max-width: 992px) {
    .people-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .people-card {
        max-width: 250px;
        padding: 18px;
    }
}

@media (max-width: 768px) {
    .people-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .people-category-section {
        margin-bottom: 40px;
    }
    
    .people-category-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .people-card {
        padding: 15px;
        max-width: 220px;
    }
    
    .people-card-img img {
        width: 80px;
        height: 80px;
    }
    
.people-card-info h3 {
    font-size: 11px;
        line-height: 20px;
    }
    
    .people-card-info h4 {
        font-size: 11px;
        line-height: 14px;
    }
    
    .people-card-info p {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (max-width: 480px) {
    .people-listing-section {
        padding: 60px 0;
    }
    
    .people-category-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .people-category-section {
        margin-bottom: 30px;
    }
    
    .people-category-heading {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .people-card {
        padding: 15px;
        max-width: 250px;
    }
    
    .people-card-img img {
        width: 80px;
        height: 80px;
    }
}
/*--------------- PEOPLE_LISTING_END --------------*/

/*--------------- INSIGHTS_LISTING_START --------------*/

/* Insights Listing Section */
.insights-listing-section {
    margin: 0px;
    padding: 80px 0px;
    background-color: #000000;
}

.insights-listing-content {
    margin: 0px;
    padding: 0px;
}

.insights-listing-grid {
    margin: 0px;
    padding: 0px;
}

/* Insights Category Section */
.insights-category-section {
    margin-bottom: 60px;
    display: block;
    text-decoration: none;
    color: inherit;
}

.insights-category-heading {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
}

.insights-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    justify-items: center;
    width: 100%;
}

/* Insights Card Styles */
.insights-card {
    border: none;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 160px;
    display: block;
    text-decoration: none;
    color: inherit;
}

.insights-card:hover {
    transform: none;
}

.insights-card:hover .insights-card-img {
    filter: brightness(1.2) contrast(1.1);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.insights-card-img {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
    display: inline-block;
}

.insights-card-img img {
    width: 120px;
    height: 120px;
    border-radius: 0;
    object-fit: cover;
    border: none;
    transition: filter 0.3s ease;
    cursor: pointer;
}

.insights-card-info h3 {
    font-size: 11px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.insights-card-info h4 {
    font-size: 9px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.insights-card-info p {
    font-size: 9px;
    line-height: 12px;
    color: #FFFFFF;
    font-family: var(--font-fh-total-fine-regular);
    margin: 0 0 5px 0;
}

.insights-card-info p:last-child {
    margin-bottom: 0;
}

/* Responsive Design for Insights Listing */
@media (max-width: 1200px) {
    .insights-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .insights-card {
        max-width: 200px;
        padding: 18px;
    }
}

@media (max-width: 992px) {
    .insights-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .insights-card {
        max-width: 250px;
        padding: 18px;
    }
}

@media (max-width: 768px) {
    .insights-listing-section {
        padding: 60px 0;
    }
    
    .insights-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .insights-card {
        padding: 15px;
        max-width: 220px;
    }
    
    .insights-card-img img {
        width: 80px;
        height: 80px;
    }
    
    .insights-card-info h3 {
        font-size: 12px;
        line-height: 20px;
    }
    
    .insights-card-info h4 {
        font-size: 11px;
        line-height: 14px;
    }
    
    .insights-card-info p {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (max-width: 480px) {
    .insights-listing-section {
        padding: 60px 0;
    }
    
    .insights-category-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .insights-card {
        padding: 15px;
        max-width: 250px;
    }
    
    .insights-card-img img {
        width: 80px;
        height: 80px;
    }
}
/*--------------- INSIGHTS_LISTING_END --------------*/

/*--------------- GALLERY_START ---------------*/
.gallery-tree-section {
    margin: 0px;
    padding: 0px;
    background-color: #181f2b;
    position: relative;
    display: block;
    min-height: 100vh;
    overflow: visible;
}

.gallery-tree-in-hp{ 
    padding:0px; 
    margin: 0px auto; 
    max-width: 1160px; 
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallery-tree-list-hp{ 
    display: flex; 
    flex-wrap: wrap; 
    align-items: flex-start; 
    justify-content: space-between; 
    margin: 0px; 
    padding: 0px;
    position: relative;
    width: 100%;
}

.gallery-tree-list-hp::before {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
}

.gallery-tree-menu-hp{ 
    width: 50%; 
    margin: 0px; 
    padding: 0px 20px;
    text-align: center;
    position: relative;
}

.gallery-tree-menu-hp:nth-child(1) {
    text-align: right;
    padding-right: 40px;
    top: -100px;
}

.gallery-tree-menu-hp:nth-child(2) {
    text-align: left;
    padding-left: 40px;
    top: -20px;
}

.gallery-tree-menu-hp:nth-child(3) {
    text-align: right;
    padding-right: 40px;
    top: 60px;
}

.gallery-tree-menu-hp:nth-child(4) {
    text-align: left;
    padding-left: 40px;
    top: 140px;
}

.gallery-tree-menu-hp h2{ 
    font-size: 44px; 
    line-height: 30px; 
    color: #FFFFFF; 
    font-weight: 700; 
    margin: 0px; 
    padding: 0px;
}

.gallery-tree-menu-hp h2 a{ 
    color: #FFFFFF; 
    text-decoration: none;
}

.gallery-tree-menu-hp h2 a:hover{ 
    text-decoration: underline;
}

.year-galleryee {
    margin-top: 20px;
    padding: 20px 0;
    background-color: #181f2b;
    border-radius: 8px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    position: relative;
    z-index: 10;
}

.year-galleryee.show {
    opacity: 1;
    transform: translateY(0);
}

.year-galleryee .lightgallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    padding: 20px;
}

.year-galleryee .gallery-itemee {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: block;
    margin-bottom: 20px;
    aspect-ratio: 1;
    background: #f0f0f0;
}

.year-galleryee .gallery-itemee img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.filter-btn {
    background: #fff;
    border: 2px solid #e9ecef;
    color: #6c757d;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-btn:hover,
.filter-btn.active {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.gallery-grid-section-main-hp {
    padding: 40px 0 80px;
    background: #fff;
}

.gallery-itemee {
    margin-bottom: 30px;
    opacity: 1;
    transition: all 0.3s ease;
}

.gallery-itemee.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 300px;
}

.gallery-card:hover {
    transform: translateY(-5px);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.gallery-overlay p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.gallery-cta-section-main-hp {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
}

.gallery-cta-info-main-hp h3 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.gallery-cta-info-main-hp p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-cta-info-main-hp .btn {
    background: #007bff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.3s ease;
}

.gallery-cta-info-main-hp .btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
}
/*--------------- GALLERY_CAROUSEL_START ---------------*/
.gallery-carousel-section-main-hp {
    padding: 80px 0;
    background: #f8f9fa;
}

.gallery-carousel-title {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-carousel-title h3 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.gallery-carousel-title p {
    font-size: 18px;
    color: #6c757d;
    margin: 0;
}

.gallery-carousel-wrapper {
    position: relative;
}

.gallery-carousel {
    position: relative;
}



/* Glide.js Custom Styles */
.gallery-carousel .glide__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.gallery-carousel .glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-carousel .glide__arrow:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.gallery-carousel .glide__arrow--left {
    left: -25px;
}

.gallery-carousel .glide__arrow--right {
    right: -25px;
}

.gallery-carousel .glide__bullets {
    text-align: center;
    margin-top: 30px;
}

.gallery-carousel .glide__bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.gallery-carousel .glide__bullet.glide__bullet--active {
    background: #007bff;
    transform: scale(1.2);
}

.gallery-carousel .glide__bullet:hover {
    background: #007bff;
}

/* Glide.js slide styling */
.gallery-carousel .glide__slide {
    height: 500px;
}

.gallery-carousel .glide__slides {
    align-items: stretch;
}
/*--------------- LIGHTGALLERY_START ---------------*/
.lightgallery-section-main-hp {
    padding: 80px 0;
    background: #f8f9fa;
}


.lightgallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

/* Gallery Year Sections */
.gallery-year-sectionee {
    padding: 60px 0;
    background-color: #f8f9fa;
    position: relative;
    z-index: 1;
}
.gallery-year-sectionee::after{
     content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}



.gallery-year-titleee {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    background-color: #090d0a !important;
}


.gallery-year-sectionee {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.gallery-year-sectionee::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.gallery-year-sectionee .year-galleryee {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 1;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.gallery-year-sectionee:nth-child(even) .year-galleryee {
    background: #ffffff;
}

.gallery-year-sectionee:first-child .year-galleryee {
    background: #070D08;
}

.gallery-year-sectionee.active .year-galleryee {
    left: 0;
    opacity: 1;
    visibility: visible;
    display: block;
}

.gallery-year-titleee {
    position: relative;
    z-index: 2;
    background: transparent;
    transition: left 0.5s ease-in-out;
    margin: 0;
    padding: 0;
    left: 0;
}


.gallery-year-sectionee:nth-child(even) .gallery-year-titleee {
    background: transparent;
}

.gallery-year-sectionee.active .gallery-year-titleee {
    left: calc(-50% - 100px);
}

.lightgallery-grid a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.lightgallery-grid a:hover {
    transform: translateY(-5px);
}

.lightgallery-grid a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.lightgallery-grid a:hover img {
    transform: scale(1.05);
}

.lightgallery-grid a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.lightgallery-grid a:hover::before {
    opacity: 1;
}

.lightgallery-grid a::after {
    content: '🔍';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.lightgallery-grid a:hover::after {
    opacity: 1;
}

/* LightGallery Custom Styles */
.lg-toolbar {
    background: rgba(0, 0, 0, 0.8) !important;
}

.lg-toolbar .lg-icon {
    color: #fff !important;
}

.lg-sub-html {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
}

.lg-sub-html h4 {
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 8px !important;
}

.lg-sub-html p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.lg-thumb-outer {
    background: rgba(0, 0, 0, 0.8) !important;
}

.lg-thumb {
    border-radius: 8px !important;
    overflow: hidden !important;
}

.lg-thumb.active {
    border: 2px solid #007bff !important;
}

/*--------------- LIGHTGALLERY_END ---------------*/

/*--------------- GLOBAL_BORDER_RADIUS_START ---------------*/
/* Set 3px border-radius for all buttons and images */
button, .btn, input[type="button"], input[type="submit"], input[type="reset"] {
    border-radius: 3px !important;
}

img, .img-fluid, .img-thumbnail {
    border-radius: 3px !important;
}

/* Gallery specific images */
.lightgallery-grid a img {
    border-radius: 3px !important;
}

/* LightGallery thumbnails */
.lg-thumb {
    border-radius: 3px !important;
}

/* Card images */
.card img, .gallery-card img {
    border-radius: 3px !important;
}

/* Any other image containers */
.image-container, .img-container {
    border-radius: 3px !important;
}
/*--------------- GLOBAL_BORDER_RADIUS_END ---------------*/

/*--------------- GALLERY_END ---------------*/

/*--------------- PAGINATION_CUSTOM_STYLES_START --------------*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-link {
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #007bff;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    color: #007bff;
    background-color: #e9ecef;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(35, 18, 97, 0.25);
}
/*--------------- PAGINATION_CUSTOM_STYLES_END --------------*/

/* Guidelines Content Section */
.guidelines-content-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    background-image: url('../images/diac/logo-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Gallery Timeline Section */
.gallery-timeline-section {
    padding: 80px 0;
    background-color: #421118;
}

.timeline-navigation {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.timeline-line {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.2;
}

.timeline-years {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    opacity: 0.5;
    margin-top: 20px;
}

.timeline-year {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px 10px;
}

.timeline-year:hover {
    transform: translateY(-5px);
}

.timeline-year.active {
    transform: translateY(-5px);
}

.year-label {
    font-size: 32px;
    font-weight: 200;
    color: #fff;
    font-family: var(--font-lexend-deca);
    transition: all 0.3s ease;
    text-decoration: none;
}

.timeline-year.active .year-label {
    color: #fff;
    font-weight: 200;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.gallery-content {
    position: relative;
    min-height: 500px;
}

.year-galleryee {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #421118;
}

.year-galleryee.active {
    display: block;
    opacity: 1;
    position: relative;
}

.year-galleryee .lightgallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 20px;
    margin-top: 0px;
    height: 100%;
    overflow-y: auto;
    min-height: 300px;
}

.year-galleryee .gallery-itemee {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.year-galleryee .gallery-itemee:hover {
    transform: scale(1.05);
}

.year-galleryee .gallery-itemee img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.year-galleryee .gallery-itemee:hover img {
    transform: scale(1.1);
}

.guidelines-content-section h3 {
    font-size: 28px;
    font-family: var(--font-lexend-deca);
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.guidelines-content-section h4 {
    font-size: 22px;
    font-family: var(--font-lexend-deca);
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}

.guidelines-content-section p {
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    margin-bottom: 20px;
    font-family: var(--font-fh-total-fine-regular);
}

.guidelines-content-section ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.guidelines-content-section ul li {
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-family: var(--font-fh-total-fine-regular);
}

.guidelines-content-section strong {
    font-weight: 600;
    color: #1a1a1a;
}

.guidelines-content-section table {
    margin: 30px 0;
    width: 100%;
    border-collapse: collapse;
}

.guidelines-content-section table td {
    border: 1px solid #ddd;
    text-align: center;
    font-family: var(--font-lexend-deca);
    font-size: 14px;
}

.guidelines-content-section table td:first-child {
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

/* Contact Form Styles - Bootstrap Color Overrides */
.contact-form-section {
    padding: 80px 0;
    background-color: #212818;
}

/* Override Bootstrap default colors */
.contact-form .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.contact-form .form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.contact-form .invalid-feedback {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.contact-form .valid-feedback {
    color: #28a745;
    font-size: 14px;
    margin-top: 5px;
}

/* Override Bootstrap button colors */
.contact-form .btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #4a2c8a 100%);
    border-color: var(--primary-color);
    color: #fff;
}

.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus {
    background: linear-gradient(135deg, #2a0f5c 0%, #3d1f6b 100%);
    border-color: #2a0f5c;
    color: #fff;
}

.contact-form .btn-primary:active {
    background: linear-gradient(135deg, #1f0a42 0%, #2d1550 100%);
    border-color: #1f0a42;
    color: #fff;
}

/* Override Bootstrap form check colors */
.contact-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-form .form-check-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(35, 18, 97, 0.1);
}

/* .contact-form-wrapper {
    background: #070D08;
    padding: 60px 50px;
    border-radius: 0;
    box-shadow: none;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    border: 1px solid #333;
} */

.contact-form-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-form-header h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form-header p {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 200;
    margin: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #333;
    border-radius: 0;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #000000;
    box-shadow: none;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    background-color: #212818;
    color: #ffffff;
}

.contact-form .form-control::placeholder {
    color: #ffffff4d;
    font-style: italic;
}

.contact-form select.form-control {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form .form-check {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-form .form-check-input {
    margin-top: 1px;
    margin-right: 12px;
    width: 18px;
    height: 18px;
    border: 2px solid #e1e5e9;
    border-radius: 4px;
    position: relative;
}

.contact-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-form .form-check-label {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}

.contact-form .form-check-label a {
    color: #fff;
}

.contact-form .form-check-label a:hover {
    text-decoration: underline;
}

.form-submit {
    text-align: center;
    margin-top: 40px;
}

.contact-submit-btn {
    background: #ffffff;
    color: #212818;
    border: 2px solid #ffffff;
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-width: 200px;
}

.contact-submit-btn:hover {
    background: #212818;
    color: #ffffff;
    border-color: #ffffff;
}

.contact-submit-btn:active {
    transform: translateY(0);
}

.contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-loading i {
    margin-right: 8px;
}

/* Contact Info Section */
.contact-info-section {
    padding: 80px 0;
    background-color: #fff;
}

.contact-info-item {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #4a2c8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.contact-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(35, 18, 97, 0.2);
}

.contact-icon i {
    font-size: 28px;
    color: #fff;
}

.contact-info-item h4 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-info-item p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 40px 30px;
        margin-top: -30px;
    }
    
    .contact-form-header h2 {
        font-size: 2rem;
    }
    
    .contact-form .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .contact-submit-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
    
    .contact-info-item {
        padding: 30px 15px;
    }
    
    .contact-icon {
        width: 60px;
        height: 60px;
    }
    
    .contact-icon i {
        font-size: 22px;
    }
}