﻿ @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

 html {
     scroll-behavior: smooth;
     scroll-padding-top: 100px;
 }

 :root {
     --brand-red: #ea202e;
     --brand-dark: #121212;
     --bg-dark-red: linear-gradient(135deg, #810813, #540004);
     --text-secondary: #000000;
 }

 html,
 body {
     font-family: "Sora", sans-serif;
     background-color: #fcfcfc;
     overflow-x: hidden;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     width: 100%;
     position: relative;
 }

 .unique-btn {
     background-color: #E7000B !important;
     color: #ffffff !important;
     border: none !important;
     padding: 10px 28px;
     border-radius: 50px;
     font-weight: 600;
     transition: all 0.3s ease;
     box-shadow: 0 6px 15px rgba(231, 0, 11, 0.35);
 }

 .unique-btn:hover {
     background-color: #b80009 !important;
     transform: translateY(-4px);
     box-shadow: 0 12px 25px rgba(231, 0, 11, 0.5);
 }

 .unique-btn:active {
     transform: translateY(0px);
     box-shadow: 0 4px 10px rgba(231, 0, 11, 0.4);
 }

 .hero-section {
     position: relative;
     min-height: 100vh;
     display: flex;
     flex-direction: column;
     overflow: hidden;
     z-index: 1;
     background: #ffffff;
     width: 100%;
 }

 .hero-header-area {
     padding-top: 150px;
     padding-bottom: 30px;
     min-height: 45vh;
     position: relative;
     z-index: 10;
 }

 .hero-bg-swishes {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: url('../images/Background_waves.png');
     background-repeat: no-repeat;
     background-position: top center;
     background-size: cover;
     /* opacity: 0.15; */
     /* z-index: -2; */
     pointer-events: none;
 }

 .navbar-brand img {
     height: 70px;
     width: auto;
 }

 .main-nav {
     font-weight: 600 !important;
     font-size: 14px !important;
     color: #364153 !important;
 }

 .phone-item {
     position: absolute;
     width: 260px;
     height: auto;
     border-radius: 25px;
     transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease, z-index 0.8s ease;
     /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);  */
     object-fit: contain;
     /* Added for iPad/Safari blurring fix */
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     will-change: transform;
 }

 .hero-main-area {
     background: linear-gradient(to right, #4D0C0F, #BD060F);
     border-radius: 72px 72px 0 0;
     padding: 60px 0 60px;
     margin-top: 0;
     width: 100%;
     min-height: 55vh;
     z-index: 5;
     position: relative;
 }

 .hero-content-wrapper {
     position: relative;
     z-index: 10;
 }

 p.hero-desc {
     color: white;
 }

 .hero-heading {
     font-size: 72px;
     font-weight: 600;
     line-height: 100%;
     letter-spacing: 0px;
     margin-bottom: 20px;
     margin-top: 0;
 }

 .hero-heading .text-dark {
     color: var(--brand-dark) !important;
 }

 .hero-heading .text-danger {
     color: var(--brand-red) !important;
 }

 .future_event {
     font-size: 20px;
 }

 .hero-desc-wrapper {
     position: relative;
     color: #ffffff;
     z-index: 10;
     max-width: 550px;
 }

 .hero-desc {
     font-size: 20px;
     font-weight: 400;
     line-height: 150%;
     letter-spacing: 0px;
     margin-bottom: 30px;
 }

 .hero-section-hub {
     min-height: 100vh;
     background: linear-gradient(135deg, #4C0C0F, #BB484E, #4C0C0F);
     padding: 80px 0;
 }

 .hero-title {
     font-size: 48px;
     font-weight: 700;
 }

 .hero-subtitle {
     font-size: 20px;
     font-weight: 400;
     line-height: 1.6;
     opacity: 0.9;
 }

 .navbar .nav-link:hover {
     color: red !important;
 }

 .navbar .nav-link {
     transition: color 0.3s ease;
 }

 .feature-box {
     background: rgba(255, 255, 255, 0.08);
     padding: 20px;
     border-radius: 10px;
     transition: 0.3s ease;
     cursor: pointer;
 }

 .feature-box h5 {
     font-size: 24px;
     font-weight: 600;
     margin: 0;
 }

 .feature-box p {
     opacity: 0.8;
     margin-top: 6px;
     font-size: 20px;
     font-weight: 400;
 }

 .active-feature {
     background: rgba(255, 255, 255, 0.15);
 }

 .feature-box:hover {
     background: rgba(255, 255, 255, 0.2);
     transform: translateX(5px);
 }

 .dashboard-img {
     border-radius: 15px;
 }

 .para_text {
     font-size: 20px;
     font-weight: 400;
     line-height: 1.5;
 }

 .store-buttons a {
     display: inline-block;
 }

 .store-btn {
     height: 60px;
     border-radius: 8px;
     transition: transform 0.3s ease;
 }

 .store-btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
 }

 .carousel-container {
     position: relative;
     width: 100%;
     height: 500px;
     display: flex;
     justify-content: center;
     cursor: pointer;
     z-index: 30;
     -webkit-perspective: 2000px;
     perspective: 2000px;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     margin-top: -320px;
 }

 .phone-mockup {
     position: absolute;
     width: 280px;
     aspect-ratio: 9 / 19;
     transition: all 0.6s ease;
 }

 .condition-term {
     font-size: 45px;
     font-weight: 500;
 }

 .term-para {
     font-size: 15px;
     font-weight: 500;
     color: #333;
 }

 .google {
     padding: 0px !important;
 }

 .future_event {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .insight-card p {
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .term-privacy-para {
     font-size: 24px;
 }

 /* .phone-notch {
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 100px;
     height: 25px;
     background-color: #1a1a1a;
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
     z-index: 20;
 } */

 .phone-mockup img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     border-radius: 20px;
 }

 .pos-center {
     transform: translateX(0) translateZ(0) scale(1.0);
     z-index: 15;
     opacity: 1;
     /* box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6); */
 }

 .pos-right {
     transform: translateX(180px) translateZ(-150px) scale(0.85);
     z-index: 10;
     opacity: 1;
     filter: none;
 }

 .pos-left {
     transform: translateX(-180px) translateZ(-150px) scale(0.85);
     z-index: 10;
     opacity: 1;
     filter: none;
 }

 .iti {
     width: 100%;
 }

 .iti input {
     width: 100%;
     height: 40px;
 }

 .brings-events {
     padding: 100px 0;
     background-color: #fff;
 }

 .vertical-tabs {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .v-tab-item {
     padding: 24px;
     border-radius: 12px;
     cursor: pointer;
     transition: all 0.3s ease;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     border: 1px solid #DCDCDC;
 }

 .v-tab-item.active {
     background-color: #fcebeb;
     border-color: #fcebeb;
 }

 .v-tab-content {
     display: none;
     margin-top: 10px;
     font-size: 18px;
     font-weight: 400;
     line-height: 1.5;
 }

 .v-tab-item.active .v-tab-content {
     display: block;
 }

 .v-tab-number {
     width: 32px;
     height: 32px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 600;
     font-size: 1rem;
     color: #666;
     flex-shrink: 0;
     margin-left: 15px;
 }

 .v-tab-item.active .v-tab-number {
     background-color: var(--brand-red);
     color: #fff;
 }

 h3.Insight {
     text-align: center;
     font-size: 46px;
 }

 p.Insight_expert {
     font-size: 16px;
     text-align: center;
 }

 .section-title {
     font-size: 44px;
     font-weight: 600;
     letter-spacing: 0px;
     color: var(--brand-dark);
     margin-bottom: 24px;
 }

 .btn-outline-custom {
     border: 1px solid #ddd;
     background-color: #fff;
     color: var(--brand-dark);
     font-weight: 600;
     padding: 12px 24px;
     border-radius: 30px;
     transition: all 0.3s ease;
     font-size: 0.9rem;
 }

 .btn-outline-custom:hover {
     background-color: #f9f9f9;
     border-color: #ccc;
 }

 .feature-card {
     background: #fff;
     border-radius: 20px;
     border: 1px solid #f0f0f0;
     overflow: hidden;
     height: 100%;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     display: flex;
     flex-direction: column;
 }

 .feature-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
 }

 .feature-img-wrapper {
     background-color: #f9f9f9;
     padding-top: 26px;
     height: 240px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-bottom: 1px solid #f0f0f0;
 }

 .feature-img-wrapper img {
     max-height: 100%;
 }

 .feature-content {
     padding: 24px;
     flex-grow: 1;
 }

 .feature-title {
     font-weight: 700;
     font-size: 18px;
     color: var(--brand-dark);
     margin-bottom: 12px;
 }

 .feature-desc {
     color: #000000;
     font-size: 16px;
     line-height: 1.6;
     margin-bottom: 0;
 }

 .footer-size {
     font-size: 16px;
 }

 .Tell-content {
     font-size: 16px;
 }

 .why-choose-us .section-desc {
     max-width: 800px;
     margin: 0 auto 50px auto;
     color: #000000;
     font-size: 20px;
     font-weight: 400;
     line-height: 1.6;
 }

 .why-card {
     background: #fff;
     border: 1px solid #f0f0f0;
     border-radius: 16px;
     padding: 30px 24px;
     height: 100%;
     text-align: left;
     transition: all 0.3s ease;

     display: flex;
     flex-direction: column;
 }

 .why-card:hover {
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     transform: translateY(-5px);
 }

 .why-card-title {
     font-size: 18px;
     font-weight: 600;
     color: var(--brand-dark);
     margin-bottom: 12px;
 }

 .why-card-desc {
     font-size: 16px;
     font-weight: 400;
     color: #000000;
     line-height: 1.5;
     margin-bottom: 0;
 }

 .experience-demo {
     background-color: #fcfcfc;
     text-align: center;
 }

 .experience-demo .section-desc {
     max-width: 700px;
     margin: 0 auto 50px auto;
     color: #000000;
     font-size: 16px;
     line-height: 1.6;
 }

 .demo-video-wrapper {
     position: relative;
     border-radius: 20px;
     overflow: hidden;
     /* height: 400px;
     background-color: #000; */
     display: flex;
     border: none;
     align-items: center;
     justify-content: center;
 }

 .icon-box {
     height: 70px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
 }

 .icon-box img {
     max-height: 60px;
     width: auto;
 }

 .demo-video-wrapper img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     opacity: 0.8;
     transition: opacity 0.3s ease;
 }

 .video-mute-btn {
     position: absolute;
     bottom: 20px;
     right: 20px;
     background: rgba(0, 0, 0, 0.5);
     color: white;
     border: none;
     border-radius: 50%;
     width: 45px;
     height: 45px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     z-index: 100;
     transition: all 0.3s ease;
     backdrop-filter: blur(5px);
 }

 .video-mute-btn:hover {
     background: rgba(231, 0, 11, 0.8);
     transform: scale(1.1);
 }

 .video-mute-btn i {
     font-size: 20px;
 }

 .play-btn svg {
     width: 24px;
     height: 24px;
     fill: #fff;
     margin-left: 4px;
 }


 .stats-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-template-rows: 1fr 1fr;
     height: 100%;
     background-color: #fff;
 }

 .stat-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 40px 20px;
 }

 .stat-item:nth-child(1) {
     border-right: 1px solid #ebebeb;
     border-bottom: 1px solid #ebebeb;
 }

 .stat-item:nth-child(2) {
     border-bottom: 1px solid #ebebeb;
 }

 .stat-item:nth-child(3) {
     border-right: 1px solid #ebebeb;
 }

 .stat-item:nth-child(4) {
     /* no borders */
 }

 /* .stat-number {
     font-size: 64px;
     font-weight: 700;
     color: var(--brand-red);
     line-height: 1;
     margin-bottom: 10px;
 }

 .stat-label {
     font-size: 16px;
     color: #10182880;
     font-weight: 500;
     text-align: center;
 } */

 .stat-item:nth-child(1) {
     border-right: 1px solid #ebebeb;
     border-bottom: 1px solid #ebebeb;
 }

 .stat-item:nth-child(2) {
     border-bottom: 1px solid #ebebeb;
 }

 .stat-item:nth-child(3) {
     border-right: 1px solid #ebebeb;
 }

 .stat-item:nth-child(4) {
     /* no borders */
 }

 .stat-number {
     font-size: 3.5rem;
     font-weight: 700;
     color: var(--brand-red);
     line-height: 1;
     margin-bottom: 10px;
 }

 .stat-label {
     font-size: 0.95rem;
     color: #888;
     font-weight: 500;
     text-align: center;
 }

 .insights-section {
     background-color: #F8F8F8;
 }

 .insight-card {
     border-radius: 20px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .insight-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
 }

 #contactFormPage .form-label,
 #contactFormModal .form-label {
     color: #00000080;
     font-weight: 600;
     font-size: 16px;
     margin-bottom: 8px;
 }

 #contactFormPage .form-control,
 #contactFormPage .form-select,
 #contactFormModal .form-control,
 #contactFormModal .form-select {
     border: 1px solid #EAEAEA;
     border-radius: 8px;
     padding: 12px 16px;
     font-size: 15px;
     color: black;
     box-shadow: none;
     background-color: #ffffff;
 }

 #contactFormPage .form-control:focus,
 #contactFormPage .form-select:focus,
 #contactFormModal .form-control:focus,
 #contactFormModal .form-select:focus {
     border-color: #ccc;
     box-shadow: none;
 }

 #contactFormPage .form-control::placeholder,
 #contactFormModal .form-control::placeholder {
     color: #CFCFCF;
     font-weight: 400;
     opacity: 1;
 }

 #contactFormPage button[type="submit"],
 #contactFormModal button[type="submit"] {
     background-color: #DBD9D9 !important;
     color: #FFFFFF !important;
     font-weight: 600;
     border: none;
     box-shadow: none !important;
     border-radius: 50px;
     padding: 10px 30px;
     transition: background-color 0.3s ease;
 }

 #contactFormPage button[type="submit"].btn-valid,
 #contactFormModal button[type="submit"].btn-valid {
     background-color: #E7000B !important;
     box-shadow: 0 6px 15px rgba(231, 0, 11, 0.35) !important;
     cursor: pointer;
 }

 .iti--separate-dial-code .iti__selected-flag {
     background-color: transparent !important;
 }

 /* #contactFormPage button[type="submit"]:hover,
 #contactFormModal button[type="submit"]:hover {
     background-color: #ff3b3b !important;
     box-shadow: 0 0 20px rgba(255, 59, 59, 0.4) !important;
     transform: none !important;
     cursor: pointer;
 } */

 .footer-section {
     background: linear-gradient(90deg, #0f1c2e, #0b1624);
 }

 .footer-text {
     color: #cfd8dc;
     font-size: 14px;
     line-height: 1.7;
 }

 .brand-name {
     color: #ff3b3b;
     font-weight: 600;
 }

 .custom-faq .accordion-button {
     background: #fff;
     padding: 22px 24px;
     font-size: 18px;
     box-shadow: none !important;
 }

 .custom-faq .accordion-button:not(.collapsed) {
     background: #E7000B;
     color: #fff;
 }

 .custom-faq .accordion-button:focus {
     box-shadow: none;
 }

 .custom-faq .accordion-body {
     padding: 20px 24px;
     font-size: 16px;
     line-height: 1.8;
     background: #fff;
 }

 .custom-faq .accordion-button::after {
     filter: brightness(0);
 }

 .custom-faq .accordion-button:not(.collapsed)::after {
     filter: brightness(0) invert(1);
 }

 .social-icons a {
     display: inline-block;
     width: 38px;
     height: 38px;
     background-color: #1f2a3a;
     color: #fff;
     text-align: center;
     line-height: 38px;
     border-radius: 6px;
     transition: 0.3s;
 }

 .social-icons a:hover {
     background-color: #ff3b3b;
     color: #fff;
 }

 .footer-links li {
     margin-bottom: 8px;
 }

 .footer-links a {
     color: #cfd8dc;
     text-decoration: none;
     transition: 0.3s;
     font-size: 14px;
 }

 .footer-links a:hover {
     color: #ff3b3b;
 }

 .footer-bottom {
     font-size: 14px;
     color: #b0bec5;
 }

 @media (min-width: 992px) and (max-width: 1199px) {
     .hero-heading {
         font-size: 54px;
     }

     .hero-header-area {
         min-height: 40vh;
         padding-top: 130px;
     }

     .carousel-container {
         margin-top: -240px;
         height: 440px;
     }

     .phone-item {
         width: 215px;
     }

     .pos-right {
         transform: translateX(140px) translateZ(-80px) scale(0.85);
     }

     .pos-left {
         transform: translateX(-140px) translateZ(-80px) scale(0.85);
     }
 }

 /* /////media query/// */
 @media (max-width: 991px) {
     .hero-header-area {
         padding-top: 140px;
         padding-bottom: 20px;
         min-height: auto;
         text-align: center;
     }

     .hero-heading {
         font-size: 60px;
         margin-bottom: 20px;
     }

     .hero-main-area {
         padding: 60px 0 40px;
         border-radius: 40px 40px 0 0;
         margin-top: 20px;
         min-height: auto;
     }

     .hero-desc-wrapper {
         margin: 0 auto;
         margin-top: 40px;
     }

     img.Location {
         width: 100%;
         height: 48px;
     }

     .carousel-container {
         height: 380px;
         margin-top: 40px;
         margin-bottom: 40px;
     }

     .phone-item {
         width: 180px;
     }

     .pos-right,
     .pos-left {
         opacity: 0.6;
         transform: scale(0.8) translateX(100px);
     }

     .pos-left {
         transform: scale(0.8) translateX(-100px);
     }
 }

 @media (max-width: 576px) {
     /* .hero-header-area {
         padding-top: 220px;
         padding-bottom: 10px;
     } */

     .hero-heading {
         font-size: 40px;
         margin-bottom: 20px;
         line-height: 1.3;
     }

     img.img-fluid.blog-img.w-100.mb-4 {
         padding: 74px 0px 0px 0px;
     }

     h1.text-center.condition-term {
         padding: 30px;
         margin-bottom: 0px !important;
     }

     .blog-title {
         font-size: 20px !important;
     }

     .section-title {
         font-size: 34px;
         text-align: center;
     }

     .demo-video-wrapper {
         height: auto;
     }


     /* .hero-main-area {
         padding: 100px 0 40px;
         border-radius: 32px 32px 0 0;
     } */

     .carousel-container {
         height: 320px;
         margin-top: 20px;
     }

     .pos-right {
         opacity: 1;
         transform: translateX(80px) translateZ(0) scale(0.7) rotateY(-10deg);
         z-index: 15;
     }

     .pos-left {
         opacity: 1;
         transform: translateX(-80px) translateZ(0) scale(0.7) rotateY(10deg);
         z-index: 15;
     }

     .pos-center {
         z-index: 25;
         transform: scale(1) translateZ(50px);
     }

     section#features {
         padding: 0px !important;
     }

     .hero-desc {
         font-size: 1.05rem;
         line-height: 1.5;
     }

     .store-btn {
         height: 50px;
     }
 }

 /* button.Get_free {
     display: block;
     margin: 0 auto;
 } */

 .phone {
     width: 150px;
     transition: 0.6s ease;
 }

 .brings-events.phone_part {
     padding-bottom: 6rem !important;
 }

 .phone_part {
     padding-top: 5rem !important;
 }

 img.store-btn {
     margin-bottom: 20px;
 }



 h5.card-title {
     font-size: 18px !important;
 }

 .feature-img-wrapper img {
     max-width: 100%;
     max-height: 100%;
 }

 @media (max-width: 991px) {
     .hero-section-hub {
         padding: 40px 20px !important;
         margin-top: 25px;
     }

     section#experience-demo {
         padding: 0px 20px !important;
     }

     /* .brings-events {
         padding: 50px 20px !important;
     } */

     /* section.contact-section {
         padding: 50px 20px !important;
     } */

     .container.hero-content-wrapper {
         padding: 0px 20px !important;
     }

     footer.footer-section {
         padding: 40px 20px !important;
     }

     .tell-us {
         font-size: 16px;
     }

     .plan-mute {
         font-size: 15px;
     }

     .location-exxelsior {
         font-size: 14px;
     }


     .store-buttons {
         flex-wrap: wrap;
         padding: 0 10px;
     }

     .store-btn {
         height: 44px !important;
         max-width: 100%;
     }

     img.store-btn {
         margin-bottom: 10px !important;
     }

     /* Feature card font sizes on mobile */
     .feature-title {
         font-size: 18px !important;
     }

     .feature-desc {
         font-size: 16px !important;
         line-height: 1.5;
     }

     .multimode-wrapper {
         overflow: hidden !important;
         display: flex;
         align-items: center;
         justify-content: flex-start;
     }

     .multimode-img {
         width: 290%;
         max-width: none !important;
         margin-left: -17%;
         margin-top: -17px;
     }

     .feature-img-wrapper {
         padding-top: 0px !important;
     }

     .feature-box h5 {
         font-size: 18px;
     }

     .hero-title {
         font-size: 35px;
     }

     .feature-box.active-feature {
         border-radius: 12px 12px 0 0 !important;
         border-left: 4px solid #ffffff;
         background-color: rgba(255, 255, 255, 0.15);
         margin-bottom: 0 !important;
         padding: 12px;
     }

     .feature-box p {
         color: white !important;
     }

     .feature-box:hover {
         background: rgba(255, 255, 255, 0.2);
         transform: translateX(0px);
     }

     button.navbar-toggler {
         border: none !important;
     }

     .navbar-toggler-icon {
         width: 30px !important;
         height: 30px !important;
     }

     .mobile-accordion-image {
         max-height: 0;
         opacity: 0;
         overflow: hidden;
         transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, margin-bottom 0.6s cubic-bezier(0.4, 0, 0.2, 1);
         margin-top: 0 !important;
         margin-bottom: 0px !important;
         /* No gap when closed */
     }

     .feature-box.active-feature+.mobile-accordion-image {
         max-height: 500px;
         /* Reveal natural size smoothly */
         opacity: 1;
         margin-bottom: 24px !important;
         /* Original gap restored only when open */
     }

     .mobile-accordion-image img {
         background-color: rgba(255, 255, 255, 0.15);
         padding: 16px 14px 16px 14px;
         border-radius: 0 0 12px 12px !important;
         width: 100%;
     }

     .mobile-chevron {
         transition: transform 0.3s ease;
     }

     .feature-box.active-feature .mobile-chevron {
         transform: rotate(-180deg);
     }

     #admin-portal .col-lg-7 {
         display: none !important;
     }

     .ms-auto.d-flex.flex-column.flex-lg-row.align-items-lg-center.gap-3.fw-bold {
         text-align: center;
     }

     #demoBtn {
         margin-bottom: 20px !important;
     }

     #contactFormModal .form-select,
     #contactFormPage .form-select {
         width: 100% !important;
         max-width: 100% !important;
     }

 }

 /* Optimization for Large Desktop Screens (1920x1080 etc) */
 @media (min-width: 1600px) {
     .hero-main-area {
         min-height: 35vh !important;
         padding-top: 60px !important;
         padding-bottom: 5px !important;
     }

     .carousel-container {
         margin-top: -380px !important;
     }

     .hero-section {
         min-height: 0px !important;
     }
 }

 /* Aggressive Mobile Overflow Fix */
 @media (max-width: 991px) {

     .contact-section,
     .modal-content {
         overflow-x: hidden !important;
     }

     .contact-section .row,
     .modal-body .row {
         margin-left: 0 !important;
         margin-right: 0 !important;
         width: 100% !important;
     }

     .contact-section [class*='col-'],
     .modal-body [class*='col-'] {
         padding-left: 10px !important;
         padding-right: 10px !important;
         min-width: 0 !important;
     }

     .form-select,
     .form-control {
         max-width: 100% !important;
         width: 100% !important;
         display: block !important;
         box-sizing: border-box !important;
     }

     #eventPage {
         width: 100% !important;
         max-width: 100% !important;
     }
 }

 /* Events Carousel Section */
 .events-carousel-area {
     background-color: #171923 !important;
 }

.events-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll-left-continuous 45s linear infinite;
    will-change: transform;
}

.events-track:hover {
    animation-play-state: paused;
}

@keyframes scroll-left-continuous {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 10px));
    }
}

 .events-card {
     flex: 0 0 340px;
     width: 340px;
     max-width: 340px;
     background-color: #242735;
     border-radius: 12px;
     padding: 0;
     display: flex;
     flex-direction: column;
     overflow: hidden;
     height: 100%;
     transition: transform 0.3s ease;
     border: 1px solid #323647;
 }

 .events-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
 }

 .events-card-img {
     height: 210px;
     flex: 0 0 210px;
     min-height: 210px;
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #1f2231;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     border-radius: 12px 12px 0 0;
 }

 .events-card-img::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     /* background: rgba(0, 0, 0, 0.65); */
     transition: background 0.3s ease;
 }

 .events-card:hover .events-card-img::before {
     background: rgba(0, 0, 0, 0.2);
 }

 .events-card-img i {
     font-size: 2.2rem;
     color: white;
     z-index: 1;
 }

 .events-card-body {
     padding: 20px 22px 25px;
     display: flex;
     flex-direction: column;
     flex-grow: 1;
 }

 .events-card-title {
     font-size: 1.15rem;
     font-weight: 600;
     color: #e5e7eb;
     margin-bottom: 12px;
     line-height: 1.4;
 }

 .events-badge {
     display: inline-block;
     padding: 6px 14px;
     border-radius: 6px;
     font-size: 0.75rem;
     font-weight: 500;
     margin-bottom: 20px;
     width: fit-content;
 }

 .badge-corporate {
     background: #322842;
     color: #a27ae0;
 }

 .badge-festival {
     background: #442a3f;
     color: #d64d9f;
 }

 .badge-conference {
     background: #423525;
     color: #ef9a2c;
 }

 .badge-exhibition {
     background: #442e27;
     color: #e96b42;
 }

 .badge-tech {
     background: #233a46;
     color: #43afe4;
 }

 .badge-health {
     background: #263c32;
     color: #4dbf83;
 }

 .events-attendees {
     margin-top: auto;
     color: #9499a9;
     font-size: 0.9rem;
     display: flex;
     align-items: center;
     font-weight: 500;
 }

 .events-attendees i {
     margin-right: 8px;
     font-size: 1rem;
 }

 .events-carousel-controls i {
     transition: color 0.2s ease;
 }

 .events-carousel-controls i:hover {
     color: #e7000b;
 }