/* @import url("../fonts/GothamPro/GothamPro.css");
@import url("../fonts/Poppins/Poppins.css"); */
:root {
  --primary:#3477f8;
  --text:#000000;
  --subText:#444;
  --lightBg:#dde9f3;
  --lightPurple:#4D027E;
  --purple:#440071;
  --darkPurple:#3C0164;
  --lightMagenta:#660868;
  --magenta:#720C63;
  --darkMagenta:#5C066B;
  --red:#FF2E44;
  --shades01:#FFFFFF;
  --shades02:#000000;
  --shades03:#ECECEC;
  --shades04:#646464;
  --shades05:#FAFAF8;
  --shades06:#B4B4B4;
  --shades07:#D9D9D9;
  --lightPurple-rgb:77, 2, 126;
  --purple-rgb:68, 0, 113;
  --darkPurple-rgb:60, 1, 100;
  --lightMagenta-rgb:102, 8, 104;
  --magenta-rgb:114, 12, 99;
  --darkMagenta-rgb:92, 6, 107;
  --red-rgb:255, 46, 68;
  --shades01-rgb:255, 255, 255;
  --shades02-rgb:0, 0, 0;
  --shades03-rgb:236, 236, 236;
  --shades04-rgb:100, 100, 100;
  --shades05-rgb:250, 250, 248;
  --shades06-rgb:180, 180, 180;
  --shades07-rgb:217, 217, 217;
  scroll-behavior:unset;
}

/* ********|| INITIALIZATION START ||******** */
body, html { width: 100%; line-height:18px; margin:0 auto !important;padding:0 !important;font-family: "Epilogue", sans-serif; font-weight: 400; -webkit-font-smoothing: subpixel-antialiased;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size: 14px; line-height: 1.2; color: var(--shades02); background:var(--shades01);position: relative; z-index: 0; scroll-behavior: smooth;}
*{transition: all 0s ease;}
*:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
*,::after,::before{box-sizing: border-box;}
a {color:var(--green01); text-decoration: none;transition: all 0.3s ease;}
a:hover{text-decoration: none;-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;}
a:focus{ outline: none;text-decoration: none;}
button{transition: all 0.3s ease;}
p { margin: 0 0 10px; }
hr{margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(var(--shades04-rgb), 0.2);}
section{position:relative;}
input:focus, label:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
.scrollbar::-webkit-scrollbar { width: 0.5rem; height: 0.5rem; border-radius: 100vh; transition:all 0.3s ease; }
.scrollbar::-webkit-scrollbar-track { border-radius: 0; background-color: #d6c8dd; border-radius: 100vh; transition:all 0.3s ease; }
.scrollbar::-webkit-scrollbar-thumb { background-color: rgba(var(--purple-rgb), 1); border-radius: 100vh; transition:all 0.3s ease; }
/* ********|| INITIALIZATION END ||******** */

/* ********|| PSEUDO ELEMENTS START ||******** */
::selection{ background-color:var(--purple); color:var(--shades01)}
::-moz-selection{ background-color:var(--purple); color:var(--shades01)}
::-webkit-selection{ background-color:var(--purple); color:var(--shades01)}
:-webkit-focus { outline: none !important; }
:-moz-focus { outline: none !important; }
:focus { outline: none !important; }
select:-webkit-focusring { color: var(--purple) !important;text-shadow: 0 0 0 var(--shades01);}
select:-moz-focusring {color: var(--purple) !important;text-shadow: 0 0 0 var(--shades01);}
select:focusring {color: var(--purple) !important; text-shadow: 0 0 0 var(--shades01);}
::input-placeholder{ color:var(--shades02) !important;}
::-moz-input-placeholder{ color:var(--shades02) !important;}
::-webkit-input-placeholder{ color:var(--shades02) !important;}
/* ********|| PSEUDO ELEMENTS END ||******** */

/* ********|| BOOTSTRAP FIX START ||******** */
@media (min-width: 576px){
	.container{max-width: none; margin: 0 auto;}
	.modal-dialog{max-width: 700px;}
	.modal-sm{max-width: 400px;}
}
@media (min-width: 768px){
	.container{max-width: 740px; margin: 0 auto;}
}
@media (min-width: 992px){
	.container{max-width: 960px; margin: 0 auto;}
}
@media (min-width: 1200px){
	.container{max-width: 1170px; margin: 0 auto;}
}
@media (min-width: 1400px){
	.container{max-width: 1280px; margin: 0 auto;}
}
@media (min-width: 1600px){
	.container{max-width: 1400px; margin: 0 auto;}
}
@media (min-width: 1900px){
	/* .container{max-width: 1600px;} */
}
/* ********|| BOOTSTRAP FIX END ||******** */

/* ********|| CHECKBOX START ||******** */
.checkbox{position: relative;padding: 4px 0 4px 30px;display: inline-block;}
.checkbox .checkbox-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.checkbox .checkbox-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}
.checkbox .checkbox-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 4px;transition: all 0.3s ease;}
.checkbox .checkbox-label:after{content: "\f00c";position: absolute;font-family: "Font Awesome 6 Pro";width: 20px;height: 20px;top:-1px;left: -30px;font-weight: 500;font-size: 14px; line-height: 1;color: var(--shades01);display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease;}
.checkbox .checkbox-input:checked ~ .checkbox-label:after{opacity: 1; visibility: visible;}
.checkbox .checkbox-input:checked ~ .checkbox-label:before{background-color: var(--red);border: 1px solid var(--red);}
/* ********|| CHECKBOX END ||******** */
/* ********|| RADIO START ||******** */
.radio{position: relative;padding: 4px 0 4px 30px;display: inline-block;}
.radio .radio-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.radio .radio-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}
.radio .radio-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 50%;transition: all 0.3s ease;}
.radio .radio-label:after{content: '';position: absolute;width: 11px;height: 11px;top: 4px;left: -25px;font-weight: 500;font-size: 14px;line-height: 1;background-color: var(--red);display: flex;align-items: center;justify-content: center;border-radius: 50%;opacity: 0;visibility: hidden;transition: all 0.3s ease;}
.radio .radio-input:checked ~ .radio-label:after{opacity: 1; visibility: visible;}
/* ********|| RADIO END ||******** */

/* ********|| SWITCH START ||******** */
.switch{position: relative;padding:0;display: block;}
.switch .switch-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}
.switch .switch-labels{position: relative;margin: 0;line-height: 16px;font-size: 14px;color: var(--shades02);height: 40px;border-radius: 4px;background-color: var(--shades01);display: flex;align-items: center; z-index: 0;}
.switch .switch-labels span{display: flex;justify-content: center;width: 100%;padding: 0 10px;font-size: 14px;font-weight: 500;color:var(--shades02);transition: all 0.3s ease;}
.switch .switch-labels span+span{color:var(--shades01)}
.switch .switch-labels:after{content: "";position: absolute;transition: all 0.3s ease;top: 4px;left: 4px;width: calc(50% - 8px);height: calc(100% - 8px);background-color: var(--red);border-radius: 4px;z-index: -1;transform: translateX(calc(100% + 4px));}
.switch .switch-input:checked ~ .switch-labels:after{transform: translateX(calc(0% + 4px));}
.switch .switch-input:checked ~ .switch-labels span{color:var(--shades01)}
.switch .switch-input:checked ~ .switch-labels span+span{color:var(--shades02)}
/* ********|| SWITCH END ||******** */

/* ********|| MODAL START ||******** */
.modal .btn-close{background-image: none;padding: 0;width: 32px;height: 32px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 20px;opacity: 1;position: absolute;top: -16px;right: -16px;background-color: var(--shades01);box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
.modal .modal-content{border: none;box-shadow: 0 2px 20px rgba(var(--shades02-rgb), 0.5);border-radius: 8px;}
/* ********|| MODAL END ||******** */

/* ********|| HEADER START ||******** */

/* ********|| HEADER END ||******** */

/* Header */
.header { width: 100%; position: absolute; top: 0; padding-top: 60px; z-index: 10;}
.header .header-wrapper{ width: 100%;display: flex; align-items: center; justify-content: space-between;}
.header .header-wrapper .logo-nav-wrap{display: flex; gap: 40px; align-items: center; justify-content: space-between;}
.header .logo { display: flex; align-items: center; gap: 10px; font-weight: bold; font-size: 24px; color: #fff;}
.header .logo img { height: 50px; filter: brightness(0) invert(1);}
.header .nav a { margin: 0 15px; color: #fff; text-decoration: none; font-weight: 400; font-size: 24px;}
.header .download-button { background-color: var(--primary); padding: 10px 18px; border-radius: 8px; color: #fff; font-weight: bold; text-decoration: none; font-size: 24px;}

/* ********|| BANNER START ||******** */

.preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #f4f4f4; z-index: 999999;}

.preloader .status { position: fixed; content: ''; display: block; top: 50%; left: 50%; width: 400px; height: 300px; margin: 0 auto; background: url(../images/loader.gif); background-size: cover; background-position: center; opacity: 1; transform: translate(-50%, -50%); visibility: visible; transition: all ease-in-out 0.5s; z-index: 9999999999;}

.background-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;}
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000; z-index: -1; opacity: .46;}

.hero-content { position: relative; height:calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; z-index: 2; padding: 0 0px; overflow: hidden;}
.hero-content .banner-text-wrap{max-width: 900px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 2; padding-top: 80px;}
.banner-text-wrap .title-wrap{display: flex; gap: 12px; align-items: center; flex-wrap: wrap; justify-content: center;}
.hero-content .banner-text-wrap .title{font-size: 14px;  padding: 5px 15px; border-radius: 50px; color: var(--shades01); width: max-content; margin-bottom: 14px;}
.hero-content .banner-text-wrap .title:nth-child(1){background-color: #3479f8;}
.hero-content .banner-text-wrap .title:nth-child(2){background-color: #ff69b4;}
.hero-content .heading { font-size: 70px; font-weight: 700; color: var(--shades01); margin: 0;}
.hero-content .sub-heading { margin-top: 10px; font-size: 28px; font-weight: 500; color: var(--shades01); font-style: italic; line-height: 1.5; margin-bottom: 42px;}
.hero-content .store-buttons { margin-top: 20px; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;}
.hero-content .store-buttons .store-btn {width:210px; height: 62px; overflow: hidden; border: 1px solid #9e9d9d; border-radius: 8px;}
.hero-content .store-buttons .store-btn img{width:100%; height: 100%; object-fit: cover;}
.banner-animation-wrap{gap: 10px;}

/* Base styles */
.banner-animation-wrap { width: 100%; display: flex; gap: 20px; transform: rotate(-6deg); position: absolute; z-index: -1;}
/* .banner-animation-wrap::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #0000006b; z-index: 1;} */
.banner-animation-wrap .banner-animation-row { width: 25%; overflow: hidden; position: relative;}
.banner-images { padding-left: 0; display: flex; flex-direction: column; gap: 20px; animation-duration: 20s; animation-iteration-count: infinite; animation-timing-function: linear;}
.banner-animation-wrap .banner-images li { list-style: none; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px;}
.banner-animation-wrap .banner-images li img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease;}

.banner-animation-row:nth-child(odd) .banner-images { animation-name:  scroll-down;}
.banner-animation-row:nth-child(even) .banner-images { animation-name: scroll-up;}

@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20%);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}


/* .banner-animation-wrap .banner-images li:hover img {
  transform: scale(1.05);
} */
.video-sec{ padding: 80px 0 0; background: radial-gradient(circle at center right, #eaffed, #f9fbff);}
.video-sec .banner-bottom-video{width: 74%; aspect-ratio: 1.7/1; overflow: hidden; margin: 0 auto; border-radius: 15px;}
.video-sec .banner-bottom-video iframe{width: 100%; height: 100%; object-fit: cover;}

.downloadapp-tag{font-size: 16px; font-weight: 600; color: var(--shades01); background: linear-gradient(135deg, #d62976, #962fbf, #4f5bd5); padding: 8px 18px; border-radius: 50px; margin: 35px 0; border: 1px solid #fffde7;}

.hero-content .banner-text-wrap .wp-button button{background-color: #25d366; color: var(--shades01); padding: 14px 25px; border-radius: 10px; border: 0; font-size: 18px; font-weight: 500; cursor: pointer; text-transform: capitalize;}
.hero-content .banner-text-wrap .wp-button button span{margin-right: 6px; font-size: 20px;} 
/* ********|| BANNER END ||******** */

/* ********|| BAR NIGHT START ||******** */
.travelers-bar-section { background: radial-gradient(circle at center right, #eaffed, #f9fbff); padding: 60px 0px; text-align: center;}
.travelers-bar-section .bar-title {font-size: 48px; font-weight: 700; color: var(--text); margin: 0; margin-bottom: 15px; line-height: 1.3;}

.travelers-bar-section .bar-subtitle {font-size: 24px; color: var(--subText); margin: 0; margin-bottom: 40px; line-height: 1.3;}

.travelers-bar-section .challenge-box {/*background: linear-gradient(to right, #f0f0fb, #f6edf7);*/ border-radius: 16px; padding: 30px; margin-top: 30px; display: flex; justify-content: space-between; gap: 50px; width: 78%; align-items: center; background-image: url(../images/bar-night-bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; color: var(--shades01); position: relative; overflow: hidden;}
.travelers-bar-section .challenge-box:after{content: ''; width: 100%; height: 100%; background-color: #00000075; position: absolute; top: 0; left: 0;}
.travelers-bar-section .challenge-box .challange-left{ text-align: start; max-width: 580px; z-index: 1;}
.travelers-bar-section .challenge-box .challange-right{ z-index: 1;}
.travelers-bar-section .challenge-title {font-size: 32px; font-weight: 700; margin-bottom: 32px; position: relative; margin-top: 0;}
.travelers-bar-section .challenge-title::after {content: ''; width: 56px; height: 5px; background-color: var(--primary); position: absolute; left: 0; bottom: -8px;}
.travelers-bar-section .challenge-subtitle {font-size: 20px; font-weight: 500; line-height: 1.5;}
.travelers-bar-section .stats { display: flex; justify-content: center; gap: 40px;}
.travelers-bar-section .stat {text-align: center; font-size: 16px;}
.travelers-bar-section .circle { width: 60px; height: 60px; border-radius: 50%; font-size: 22px; color: #fff; line-height: 60px; margin: 0 auto 8px;}
.travelers-bar-section .circle.blue { background-color: #2979ff;}
.travelers-bar-section .circle.purple { background-color: #a259ff;}
.travelers-bar-section .challenge-btn { background: var(--primary); color: white; font-weight: 600; padding: 12px 24px; border-radius: 25px; display: inline-block; text-decoration: none; font-size: 16px;}
.travelers-bar-section .features { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 40px 0; gap: 36px;}
.travelers-bar-section .feature {flex: 1; min-width: 200px; box-shadow: 2px 3px 10px -2px #c3c3c3; border-radius: 12px; padding: 30px; background: linear-gradient(to right, #f5f5ff, #fef6ff); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.travelers-bar-section .icon { font-size: 24px; margin-bottom: 10px; background-color: var(--primary); width: 50px; aspect-ratio: 1/1; border-radius: 6px; color: var(--shades01); display: flex; justify-content: center; align-items: center;}
.travelers-bar-section .feature h5 {font-size: 20px; font-weight: 700; margin-bottom: 10px; margin-top: 16px;}
.travelers-bar-section .feature p { font-size: 16px; color: #555;}
.travelers-bar-section .after-event { background: linear-gradient(to right, #6a11cb, #2575fc); padding: 30px; border-radius: 16px; color: white; display: flex; justify-content: space-between; align-items: center; width: 100%;}
.travelers-bar-section .after-event .after-event-left{ text-align: left;}
.travelers-bar-section .after-event .after-event-right{background-color: var(--shades01); padding: 25px; border-radius: 10px; color: var(--subText); max-width: 360px;}
.travelers-bar-section .after-event .after-event-right-text{font-size: 22px;}
.travelers-bar-section .after-event h4 { font-size: 30px; font-weight: 700; margin-bottom: 10px; margin-top: 0;}
.travelers-bar-section .after-event p { margin: 5px 0; font-size: 18px; margin-bottom: 12px; line-height: 1.5;}
.travelers-bar-section .after-buttons { margin-top: 20px; display: flex; gap: 15px; justify-content: center;}
.travelers-bar-section .btn-outline,
.travelers-bar-section .btn-filled { padding: 12px 20px; border-radius: 25px; text-decoration: none; font-weight: 600; font-size: 16px;}
.travelers-bar-section .btn-outline { border: 2px solid #fff; color: #fff;}
.travelers-bar-section .btn-filled { background-color: #ff9f43; color: #fff; text-transform: capitalize;}
.travelers-bar-section .watch-video-btn{padding: 60px 0 20px;}
.travelers-bar-section .watch-video-btn a{height: 66px; padding: 16px 50px; border-radius: 50px; background-color: var(--primary); color: var(--shades01); font-size: 28px; text-transform: capitalize; border: 0; cursor: pointer; font-weight: 600;}

/* .video-modal{min-width: 800px; max-width: 800px; border-radius: 10px;} */
.video-modal {
  min-width: min(90vw, 800px);  /* min between 90% of viewport or 800px */
  max-width: 800px;
  border-radius: 10px;
}
.fancy-modal {
  min-width: min(90vw, 800px);  /* min between 90% of viewport or 800px */
  max-width: 800px;
  border-radius: 10px!important;
}
.video-modal .modalvideo{width: 100%; aspect-ratio: 1.6/1; overflow: hidden; border-radius: 14px;}
.video-modal .modalvideo iframe{width: 100%; height: 100%; object-fit: cover;}

.fancybox__slide .f-button[data-fancybox-close]{background-color: var(--primary)!important; color: var(--shades01)!important; border-radius: 50px!important; top: -30px!important; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-weight: 600; opacity: 1!important; transition: 0.3s all ease;}
.fancybox__slide .f-button:hover{transform: rotate(90deg);}

.travelers-bar-section .bar-wrapper{display: flex; justify-content: center; align-items: center; padding: 50px; gap: 0px; flex-direction: column; background-color: var(--shades01); box-shadow: 2px 2px 12px -1px #dddddd; border-radius: 16px;}

/* ********|| BAR NIGHT END ||******** */

/* ********|| DISCOVER SECTION START ||******** */

.discover-section{background: radial-gradient(circle at center right, #eaffed, #f9fbff); padding: 20px 40px 80px 40px;}
.discover-container { display: flex; justify-content: center; align-items: center; padding: 40px; gap: 50px; flex-direction: column; background-color: var(--shades01); box-shadow: 2px 5px 12px -1px #dddddd; border-radius: 16px;}
.discover-solution{margin-bottom: 65px;}

.discover-container .discover-left{width: 60%; display: flex; gap: 25px; align-items: center; padding: 0px 0;}
.discover-container .discover-right{width: 100%;display: flex; justify-content: center; text-align: center;}
.discover-container .discover-left .image-stack{width: 100%; overflow: hidden; border-radius: 10px; box-shadow: 3px 5px 10px -2px #c1c1c1; position: relative; border-radius: 42px;}
.discover-container .discover-left .image-stack img{width: 100%; height: 100%; object-fit: cover;}
.discover-container .discover-left .image-stack:nth-child(1){transform: translateX(20%);}
.discover-container .discover-left .image-stack:nth-child(2){z-index: 1; width: 115%;}
.discover-container .discover-left .image-stack:nth-child(3){transform: translateX(-20%);}
.discover-container .discover-left .image-stack:nth-child(4){z-index: 1; width: 115%;}
.discover-solution .discover-left{width: 90%!important; padding: 80px 0;}
.discover-solution .discover-left .image-stack:nth-child(1){z-index: 1; width: 115%; transform: translateX(0);}
.discover-solution .discover-left .image-stack:nth-child(2){z-index: 1; width: 115%;  transform: translateY(-10%);}
.discover-solution .discover-left .image-stack:nth-child(3){z-index: 1; width: 115%;  transform: translateY(10%);}
.discover-solution .discover-left .image-stack:nth-child(4){z-index: 1; width: 115%;}

.bg-left { width: 180px; height: 270px; top: 40px; left: -50px; z-index: 1;}
.phone-front { width: 100%; height: auto; top: 0; left: 0; z-index: 3;}
.img-top { width: 160px; height: 220px; top: -40px; left: 180px; z-index: 2;}
.img-bottom { width: 170px; height: 230px; bottom: -50px; left: 160px; z-index: 2;}
.discover-text { z-index: 5;}
.discover-section .discover-title { font-size: 40px; font-weight: 700; margin-bottom: 32px; position: relative; text-align: center; line-height: 1.3;}
.discover-section .discover-title::after {content: ''; width: 56px; height: 5px; background-color: var(--primary); position: absolute; left: 50%; transform: translateX(-50%); bottom: -8px; }
.discover-section .discover-subtitle{    font-size: 24px; font-weight: 600; color: var(--subText); line-height: 1.2; text-align: center;}
.discover-section .discover-heading { font-size: 48px; font-weight: 700; margin-bottom: 32px; position: relative; color: var(--primary); text-align: center; line-height: 1.3;}
.discover-section .discover-des { font-size: 28px; color: #444; line-height: 1.6; margin-bottom: 20px; font-weight: 600; text-align: center;}
.discover-section .discover-description { font-size: 24px; color: #444; line-height: 1.6; font-weight: 600; margin-top: 30px;}
.discover-section .discover-des span{ font-size: 30px; color: var(--primary); font-weight: 700;}
.discover-section .discover-lists { font-size: 22px; color: #444; line-height: 1.6; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; text-align: left;}
.discover-section .discover-lists li{list-style: none; position: relative; display: flex; align-items: center; background: var(--lightBg); padding: 15px; border-radius: 14px;}
.discover-section .discover-lists li span{margin-right: 12px; width: 46px; aspect-ratio: 1 / 1; background: var(--primary); display: flex; border-radius: 50px; color: var(--shades01); justify-content: center; align-items: center; flex-shrink: 0;}
/* .discover-text .discover-lists li::after{content:''; position: absolute; top: 10px; left: -24px; width: 12px; aspect-ratio: 1/1; border-radius: 50px; background-color: var(--red);} */
.discover-solution .discover-lists li::after{ background-color: var(--primary);}
.btn-primary { background-color: #3b82f6; font-size: 24px; color: white; padding: 12px 24px; border-radius: 10px; text-decoration: none; font-weight: 600; box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3); transition: background 0.3s ease;}
.btn-primary:hover { background-color: #2563eb;}
/* .discover-solution .discover-right{margin-bottom: 80px;} */

/* ********|| DISCOVER SECTION END ||******** */

.comparison-section {/* background: linear-gradient(to bottom right, #f2f7ff, #f8f6ff); */padding: 100px 24px; color: #1e1e1e;}

.comparison-section .comparison-header { text-align: center; margin-bottom: 58px; display: flex; flex-direction: column; justify-content: center; align-items: center;}

.comparison-section .comparison-tag {font-size: 16px; background-color: #3477f8b5; padding: 6px 20px; border-radius: 50px; color: var(--shades01); width: max-content; margin-bottom: 20px;}
.comparison-section .comparison-title {font-size: 48px; font-weight: 700; color: var(--text); margin: 0; margin-bottom: 15px; line-height: 1.3;}
.comparison-section .comparison-subtext { font-size: 24px; color: var(--subText); margin: 0; line-height: 1.3;}

.comparison-section .comparison-table {max-width: 1030px; margin: 0 auto; border: 1px solid #e5e5e5; padding: 26px; border-radius: 20px; background: #f5f6ff;}
.comparison-section .comparison-columns {display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; border-bottom: 1px solid #e1e1e1; padding-bottom: 14px;}
.comparison-section .comparison-col-title {font-size: 24px; font-weight: 600; color: #4b5563; flex: 1.5; text-align: left;}
.comparison-section .comparison-pill { padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 16px; color: white; text-align: center;}
.comparison-section .eseek-pill {background: linear-gradient(to right, #60a5fa, #2563eb); margin-right: 14px;}
.comparison-section .competitors-pill { background-color: #9ca3af;}

.comparison-section .comparison-row { background: white; border-radius: 16px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); margin-bottom: 16px; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; position: relative;}
.comparison-section .comparison-feature { display: flex; align-items: center; gap: 16px; flex: 1.5;}
.comparison-section .icon { font-size: 24px; background: #eee; padding: 12px; border-radius: 12px; display: flex; align-items: center; justify-content: center;}

/* .comparison-section .icon-purple { background: linear-gradient(to right, #c084fc, #9333ea); color: white; } */
.comparison-section .icon-blue { background: linear-gradient(to right, #60a5fa, #2563eb); color: white; }
/* .comparison-section .icon-green { background: linear-gradient(to right, #34d399, #059669); color: white; }
.comparison-section .icon-orange { background: linear-gradient(to right, #fb923c, #f97316); color: white; } */

.comparison-section .feature-name { font-weight: 600; font-size: 16px; margin: 0;}
.comparison-section .feature-desc { font-size: 14px; color: #6b7280; margin: 2px 0 0;}
.comparison-table .comparison-wrap{ display: flex; gap: 10px; justify-content: end;}
.comparison-section .comparison-check { padding: 8px 16px; font-size: 1rem; border-radius: 20px; font-weight: bold; color: white; display: flex; align-items: center; justify-content: center;}

.comparison-section .success { background-color: #10b981; margin-right: 156px;}
.comparison-section .fail { background-color: #ef4444;}

/* ********|| FEATURES SECTION END ||******** */

/* ********||TESTIMONIAL SECTION START ||******** */

.testimonial-area {position: relative; background-color: var(--primary); padding: 80px 20px; color: #fff; display: flex; justify-content: center;}
.testimonial-area .container{width: 100%;}
.testimonial-area .testimonial-swiper-wrapper{position: relative; padding: 0 80px;}
.testimonial-wrapper {width: 100%; display: flex; align-items: center; flex-wrap: wrap; gap: 60px;}
.testimonial-photo { width: 45%; display: flex; justify-content: center; aspect-ratio: 1.2/1;}
.testimonial-photo img { width: 100%; border-radius: 20px; object-fit: cover; box-shadow: 0 10px 30px rgba(0,0,0,0.25);}
.testimonial-content { flex: 1 1 500px;}
.testimonial-quote { font-size: 40px; font-weight: 700; line-height: 1.2; margin-bottom: 20px;}
.testimonial-author { font-size: 22px; margin-bottom: 30px; color: #e5e7eb;}
.testimonial-btn { background: #fff; font-size: 24px; color: var(--primary); font-weight: 600; padding: 12px 24px; border-radius: 10px; text-decoration: none; transition: background 0.3s ease; display: inline-block;}
.testimonial-btn:hover { background: #f3f4f6;}
.swiper { width: 100%; height: 100%;}
.swiper-slide { background-position: center; background-size: cover;}
.swiper-slide img { display: block; width: 100%;}

.swiper-button-next, .swiper-button-prev { width: 50px !important; height: 50px !important; border-radius: 100px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; background-color: var(--shades01);}
.swiper-button-next:after { content: '\f178' !important; font-family: "font awesome 6 pro" !important; font-size: 24px!important;}
.swiper-button-prev:after { content: '\f177' !important; font-family: "font awesome 6 pro" !important; font-size: 24px!important;}
.swiper-pagination-bullet{width: 12px!important; height: 12px!important;}
.swiper-pagination-bullet-active{background-color: var(--shades01)!important;}
.testimonial-swiper-wrapper .swiper-wrapper{padding-bottom: 36px!important;}
/* .swiper-button-next{left: 93%!important;}
.swiper-button-prev{right: 93%!important;} */
/* ********|| TESTIMONIAL SECTION END ||******** */


/* ********|| CALL TO ACTION SECTION START ||******** */
.cta-section { background-color: transparent; padding: 100px 20px 50px; text-align: center; margin: 0 auto; margin-bottom: -172px;  position: relative;}
.cta-section:after{content: ''; position: absolute; top: 0; left: 0; background-color: #f7fafc ; width: 100%; height: 100%; z-index: -1;}
.cta-content { display: inline-block; padding: 25px 25px; border-radius: 26px; box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px; background: rgb(232, 234, 253); width: 48%; border: 8px solid rgb(255 255 255);}
.cta-title { font-size: 2.5rem; font-weight: 700; color: #4b5563; margin-bottom: 24px; line-height: 1.2; position: relative;}
.cta-title::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 15%; height: 4px; background-color: var(--primary); }
.cta-text { font-size: 20px; color: #6b7280; margin-bottom: 30px; line-height: 1.5; }
.cta-btn { display: inline-block; padding: 12px 30px; background-color: var(--primary); color: white; text-decoration: none; font-size: 1.2rem; font-weight: 600; border-radius: 50px; transition: background-color 0.3s ease, transform 0.3s ease;}
.cta-btn:hover { background-color: var(--primary); transform: translateY(-2px);}

/* ********|| CALL TO ACTION SECTION END ||******** */

/* ********|| FOOTER SECTION START ||******** */
.footer { background-color: #0b111c; color: #e1e5ea;  padding: 160px 20px 20px;}
.footer .footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; max-width: 1200px; margin: 0 auto;}
.footer .footer-brand { max-width: 300px;}
.footer .logo { display: flex; align-items: center; gap: 10px; margin-bottom: 10px;}
.footer .logo-text { font-size: 24px; font-weight: 600;}
.footer .social-icons { display: flex; gap: 10px; margin: 10px 0;}
.footer .social-icons span { background-color: #1f2937; padding: 10px; border-radius: 6px; font-size: 18px; cursor: pointer;}
.footer .racepush-project { color: #a0aec0; margin-top: 10px;}
.footer .footer-links { display: flex; gap: 40px; flex-wrap: wrap;}
.footer .footer-links h4 { margin-bottom: 20px; color: #ffffff;}
.footer .footer-links a { color: #cbd5e0; text-decoration: none; margin-bottom: 14px; font-size: 15px;}
.footer .footer-links a:hover { color: var(--primary);}
.footer .footer-bottom { border-top: 1px solid #2d3748; text-align: center; margin-top: 40px; padding-top: 20px; color: #cbd5e0;}
.footer .racepush-logo { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 22px; font-weight: bold; margin-top: 5px;}
.footer-brand p{font-size: 16px; margin-bottom: 18px;}
.footer-links div a { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; max-width: 200px;}


/* ********|| FOOTER SECTION END ||******** */

/* ********|| TRIP GRID SECTION START ||******** */

.trip-grid-section { background-color: #f9fbff; position: relative; overflow: hidden; height: 100vh; display: flex; align-items: center; justify-content: start;}
.trip-grid-section .container{width: 100%;}
.trip-grid-wrapper {position: relative; z-index: 1; padding-left: 70px;}
.trip-text-content { max-width: 640px; position: relative; z-index: 2;}
.trip-text-content h2 { font-size: 60px; font-weight: 700; line-height: 1.2; margin-bottom: 25px; color: #111;}
.trip-text-content h2 span {color: #3b82f6;}
.trip-text-content p { font-size: 22px; line-height: 1.5; margin-bottom: 40px; color: #444;}
.trip-cta-button {font-size: 24px; background-color: #3b82f6; color: white; padding: 12px 24px; border-radius: 10px; text-decoration: none; font-weight: 600; box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3); transition: background 0.3s ease;}
.trip-cta-button:hover { background-color: #2563eb;}
.trip-card {position: absolute; width: 240px; border-radius: 20px; overflow: hidden; background: white; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transform: rotate(-12deg); transition: transform 0.3s ease; padding: 20px;}
.trip-card:hover { transform: scale(1.05);}
.trip-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 10px;}
.card-info {padding: 12px;}
.card-info h4 { margin: 0; font-size: 1rem; font-weight: 600;}
.card-info p { margin: 4px 0 0; font-size: 0.85rem; color: #666;}

.card-wrapper .trip-card:nth-of-type(1) { top: -18%; left: 60%;}
.card-wrapper .trip-card:nth-of-type(2) { top: 32%; left: 96%;}
.card-wrapper .trip-card:nth-of-type(3) {top: 100%; left: 36%;}
.card-wrapper .trip-card:nth-of-type(4) {top: 35%; left: -20%;}
.card-wrapper .trip-card:nth-of-type(5) {top: -95%; left: 13%;}
.card-wrapper .trip-card:nth-of-type(6) {top: -107%; right: -12%;}
.card-wrapper .trip-card:nth-of-type(7) {top: 121%; right: 10%;}

/* ********|| TRIP GRID SECTION END ||******** */

/* ********|| DOWNLOAD SECTION START ||******** */
.downloadapp-sec{background-color: var(--primary); padding: 130px 0;}
.downloadapp-sec .download-text{display: flex; justify-content: center; align-items: center; flex-direction: column;}
.downloadapp-sec .download-text h3{font-size: 72px; color: var(--shades01); line-height: 1.2; margin-bottom: 30px; font-weight: 700;}
.downloadapp-sec .download-text .download-btn-wrap{display: flex; gap: 20px;}
.downloadapp-sec .download-text .download-btn-wrap .download-btn{width: 210px; height: 62px; overflow: hidden; border: 1px solid #9e9d9d; border-radius: 8px;}
.downloadapp-sec .download-text .download-btn-wrap .download-btn img{width: 100%; height: 100%; object-fit: cover;}

/* ********|| DOWNLOAD SECTION END ||******** */

/* ********|| VIDEO SECTION START ||******** */

.video-section { background-color: #f8fbff; padding: 100px 20px; text-align: center;}
.video-section h2 { font-size: 60px; font-weight: 800; margin-bottom: 60px; color: #111827; line-height: 1.3;}
.video-wrapper { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-bottom: 110px; margin-top: 130px;}
.video-card { width: 20%; aspect-ratio: 9 / 16; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); background: #000;}
.video-card iframe { width: 100%; height: 100%; border: none; display: block;}
.learn-more-btn {font-size: 24px; display: inline-block; padding: 12px 24px; background-color: #3b82f6; color: white; font-weight: 600; text-decoration: none; border-radius: 10px; box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3); transition: background 0.3s ease;}
.learn-more-btn:hover { background-color: #2563eb;}
.video-card:nth-child(2){transform: translateY(-10%);}
.video-card:nth-child(3){transform: translateY(10%);}

/* ********|| VIDEO SECTION END ||******** */

/* ********|| BLOG SECTION START ||******** */
.blog-section { background-color: var(--primary); padding: 80px 40px; text-align: center; color: white; margin-bottom: 60px;}
.blog-title { font-size: 60px; font-weight: 700; margin-bottom: 50px; line-height: 1.3;}
.blog-cards { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;}
.blog-card { background-color: white; border-radius: 20px; padding: 15px; width: calc(25% - 30px); text-align: left; color: #111; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease;}
.blog-card:hover {transform: scale(1.03);}
.blog-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 15px; margin-bottom: 20px; }
.blog-card p { font-size: 20px; font-weight: 500; margin: 0; line-height: 1.5;}
.blog-footer {     margin-top: 60px; display: flex; align-items: center; gap: 10px; justify-content: space-between; font-size: 18px;}
.blog-subtext { font-size: 18px; color: #cbd5e1;}
.blog-link {color: white;font-weight: 600;text-decoration: none;}
.blog-link:hover { text-decoration: underline;}
/* ********|| BLOG SECTION END ||******** */

/* ********|| ABOUT START ||******** */

.group-chat-problem { background-color: #f2f8ff; padding: 0px 0px 0px; text-align: center; height: 400px; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.group-chat-problem .text-content{display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 20px;}
.group-chat-problem .text-content h2 { font-size: 54px; font-weight: 800; color: #111; margin-bottom: 18px; max-width: 1000px;}
.group-chat-problem .text-content .highlight {color: #2a63f5;}
.group-chat-problem .text-content p { font-size: 22px; color: #444; max-width: 1000px; margin: 0 auto 40px;}
.group-chat-problem .image-card { position: absolute; top: 0; left: 0; /* max-width: 1100px; */ margin: 0 auto; overflow: hidden; box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1); aspect-ratio: 5/1; overflow: hidden; width: 100%; height: 100%;}
.group-chat-problem .image-card::after{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #00000089;}
.group-chat-problem .image-card img { width: 100%; height: 100%; object-fit: cover; display: block;}
.group-chat-problem .overlay-text { position: relative; text-align: center; color: white; text-align: left; z-index: 1; text-align: center;}
.group-chat-problem .overlay-text h3 { font-size: 52px; max-width: 1000px; font-weight: 700; margin-bottom: 24px; z-index: 1; margin-top: 0; line-height: 1.3;}
.group-chat-problem .overlay-text p { font-size: 26px; max-width: 1000px; opacity: 0.9; z-index: 1; line-height: 1.5;}


.about-problems-section { background-color: #f2f8ff; padding: 80px 20px 80px; text-align: center;}
.about-problems-section .section-title { font-size: 54px; font-weight: 800; margin-bottom: 40px; color: #111; margin-top: 0;}
.about-problems-section .problems-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 24px; }
.about-problems-section .problem-card { background-color: #fff; border: 1px solid var(--primary); border-radius: 10px; padding: 24px; text-align: left; box-shadow: 0 0 10px rgba(0, 0, 0, 0.02); transition: 0.3s ease;}
.about-problems-section .problem-card:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);}
.about-problems-section .problem-card .icon { color: var(--primary); font-size: 26px; margin-bottom: 8px;}
.about-problems-section .problem-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 6px; color: #222;}
.about-problems-section .problem-card p { font-size: 16px; color: #444; line-height: 1.5;}


.about-solution-section { background-color: #f9f9ff; padding: 80px 20px; text-align: center;}
.about-solution-section .solution-title { font-size: 54px; font-weight: 800; margin-bottom: 10px; color: #111; margin-top: 0;}
.about-solution-section .solution-subtitle { font-size: 22px; color: #666; margin-bottom: 40px;}
.about-solution-section .solution-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); gap: 24px;}
.about-solution-section .solution-card { display: flex; gap: 16px; padding: 24px; background-color: #fff; border: 1px solid #b2e5c5; border-radius: 10px; text-align: left; align-items: flex-start; transition: box-shadow 0.3s ease;}
.about-solution-section .solution-card:hover { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);}
.about-solution-section .solution-icon { color: #2ecc71; font-size: 24px; margin-top: 4px;}
.about-solution-section .solution-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 6px; color: #111; margin-top: 0; line-height: 1.3;}
.about-solution-section .solution-card p { font-size: 17px; color: #444; line-height: 1.5;}

.about-stats-section { background: #f8f8ff; padding: 40px 20px 100px; text-align: center; }
.about-stats-section .container{}
.about-stats-section .stats-box { background: linear-gradient(to right, #2f65f5, #8c30f5); color: white; border-radius: 16px; padding: 40px 20px; margin-bottom: 80px;display: flex; flex-direction: column; align-items: center; justify-content: center;}
.about-stats-section .stats-box h2 { font-size: 42px; font-weight: bold; margin-bottom: 20px; margin-top: 0; max-width: 1000px;}
.about-stats-section .stats-box p { margin-bottom: 10px; font-size: 22px; max-width: 1000px;}
.about-stats-section .stats { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; width: 100%;}
.about-stats-section .stat-item h3 { font-size: 35px; margin: 0;}
.about-stats-section .stat-item span { font-size: 18px; display: block; margin-top: 5px;}
.about-stats-section .section-heading h2 { font-size: 54px; font-weight: bold; color: #111827; margin-bottom: 12px;}
.about-stats-section .section-heading p {font-size: 22px; color: #555; margin-bottom: 52px;}
.about-stats-section .features { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 60px;}
.about-stats-section .feature-card { background: linear-gradient(to right, #f5f5ff, #fef6ff); padding: 24px; border-radius: 12px; box-shadow: 2px 3px 10px -2px #c3c3c3; width: 23%; text-align: center;}
.about-stats-section .icon { font-size: 32px; margin-bottom: 10px;}
.about-stats-section .feature-card h4 { font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.about-stats-section .feature-card p { font-size: 16px; color: #555; line-height: 1.5;}
.about-stats-section .bottom-text { font-size: 18px; color: #555; line-height: 1.5; margin-bottom: 10px; font-weight: 500;}



.inner-page-header .logo img{filter: brightness(1) invert(0);}
.inner-page-header .nav a{color: var(--subText);}
main{padding: 160px 0px 40px; padding-bottom: 0;}
.about-us{ margin-bottom: 100px;}
.about-us .about-heading{font-size: 70px; font-weight: 700; line-height: 1.3; color: var(--text);}
.about-us .about-sub-heading{font-size: 24px; color: var(--subText); font-weight: 700; line-height: 1.3; margin-bottom: 60px;}
.about-us .abouttext-wrap{display: flex; gap: 50px;}
.about-us .abouttext-wrap .about-text{width: 50%; font-size: 20px; line-height: 1.6; color: var(--subText);}
.about-us .abouttext-wrap .about-text p{margin-bottom: 20px;}
.about-us .abouttext-wrap .about-img{width: 50%; aspect-ratio: 1.6/1; overflow: hidden; border-radius: 20px;}
.about-us .abouttext-wrap .about-img img{width: 100%; height: 100%; object-fit: cover;}


.founding-team { background-color: #3b82f6; padding: 80px 20px; text-align: center; margin-bottom: 50px;}
.founding-team .section-title { font-size: 88px; color: #ffffff; font-weight: 700; margin-bottom: 40px; text-align: left;}
.founding-team .team-container { display: flex; justify-content: center; align-items: center; gap: 30px;}
.founding-team .member { border-radius: 12px; overflow: hidden; width: 280px; text-align: left; padding: 20px; width: 50%; position: relative;}
.founding-team .member:nth-child(1) { transform: translate(2%, 6%); z-index: 2;}
.founding-team .member:nth-child(2) { transform: translate(-15%, -6%); z-index: 1;}
.founding-team .member:nth-child(2) .member-info{padding-left: 50px;}
.founding-team .member-photo { width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px;}
.founding-team .member-info { color: var(--shades01);}
.founding-team .member-name { font-size: 1.4rem; font-weight: 600; margin-bottom: 5px;}
.founding-team .member-role { font-size: 1rem; margin-bottom: 10px;}
.founding-team .member-contact { font-size: 0.9rem; margin-top: 5px;}
.founding-team .member-contact a { text-decoration: none; color: inherit;}
.founding-team .team-container .founding-text{width: 40%;}
.founding-team .team-container .team-members{width: 60%; display: flex;}

/* ********|| FAQ START ||******** */

.faq-section { background-color: #f7fafc; padding: 50px 20px 100px; text-align: center}
.faq-title { font-size: 60px; font-weight: 700; margin-bottom: 20px; line-height: 1.3;}
.faq-subtitle { font-size: 22px; color: #6b7280; margin-bottom: 40px; line-height: 1.3;}
.accordion { max-width: 800px; margin: 0 auto;}
.accordion-item { background-color: #ffffff; margin-bottom: 10px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}

.accordion-btn { width: 100%; padding: 20px; background-color: var(--primary); color: #fff; font-size: 20px; text-align: left; border: none; cursor: pointer; border-radius: 8px; transition: all 0.3s ease; display: flex; align-items: center; justify-content: space-between;}

.accordion-btn:hover { background-color: #2563eb;}
.accordion-icon { font-size: 1.5rem; transition: transform 0.3s ease;}
.accordion-content {background-color: var(--primary); border-radius: 0px 0px 8px 8px;max-height: 0;  color: var(--shades01); text-align: start; font-size: 18px; line-height: 1.6; transition: 0.3s all ease; padding: 0px 15px;}
.accordion-content p { margin: 0; display: none;}
.accordion-item.active .accordion-content {
  max-height: 400px; padding: 15px;
}
.accordion-item.active p{display: block;}
.accordion-item.active .accordion-btn{border-radius: 8px 8px 0px 0px;}

/* ********|| CONTACT START ||******** */

.contact-section { background-color: #3b82f6; padding: 60px 20px; text-align: center; color: white;}
.contact-title { font-size: 60px; font-weight: 700; margin-bottom: 10px;}
.contact-subtitle { font-size: 20px; margin-bottom: 40px; max-width: 900px; margin-left: auto; margin-right: auto; color: #e0e7ff;}
.contact-form { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px;}
.form-row { display: flex; gap: 20px; flex-wrap: wrap;}
.contact-form input,
.contact-form textarea { padding: 20px; border-radius: 8px; border: none; font-size: 16px; flex: 1; background-color: white; color: #000; min-width: 200px;}
.contact-form textarea { resize: vertical; width: 100%;}
.contact-form button { background-color: white; color: #3b82f6; padding: 20px; font-size: 20px; font-weight: 600; border: none; border-radius: 8px; cursor: pointer; transition: background 0.3s ease;}
.contact-form button:hover { background-color: #f1f5f9;}

/* ********|| CONTACT END ||******** */

/* ********|| ABOUT END ||******** */

/* ********|| ABOUT END ||******** */

/* ********|| BLOG PAGE START ||******** */
.blog-list{padding: 70px 0 100px 0; position: relative; overflow-x: hidden; background: radial-gradient(circle at center right, #f6fff8, #f9fbff);}
.blog-list .container{position: relative; z-index: 2;}
.blog-title-container { display: flex; align-items: center; justify-content: space-between; margin-bottom: 96px;}
.blog-page-title { font-size: 60px;  font-weight: 700;  color: #1a2a44;  margin: 0;}
.search-container {position: relative; display: flex;align-items: center;}
/* .search-container input {position: relative; padding: 14px 20px; width: 300px;   border: none; border-radius: 20px;  background-color: #e0e0e0;   color: #333; font-size: 14px; outline: none;}
.search-container input::placeholder {color: #888; opacity: 0.4; } */
.search-icon { background: none; border: none; cursor: pointer; padding: 0 8px; font-size: 14px; color: #929292; position: absolute; inset: auto 10px auto auto; }
.search-icon:hover {color: #2e2e2e; }
.blog-cards .date{font-size: 14px; margin-bottom: 6px; font-weight: 400;}


.search-container { display: flex; align-items: center; background-color: #e0e0e0;  border-radius: 50px; width: 100%; max-width: 400px; height: 56px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);}
.search-container .des { position: absolute; left: 6%; font-size: 14px; color: #fff; flex-grow: 1;}
.search-container .icon { position: absolute;inset: auto 8% auto auto;}
.search-container .icon i {color: #fff;font-size: 20px;}
.search-btn {width: 100%; height: 100%; position: relative; left: 0; top: 0; border-radius: 50px; outline: none; background-color: rgba(0, 0, 0, 0.1); border: navajowhite;}
 

.blog-list .bg-color {
    -webkit-filter: blur(272px);aspect-ratio: 1 / 1;background-color: #49f835;border-radius: 100%;filter: blur(272px);flex: none;height:  900px;left: 1390px;opacity: .2;position: absolute;top: 149px;width: 900px;z-index: 1;}
/* ********|| BLOG PAGE END ||******** */
/* ********|| BLOG DETAILS PAGE START ||******** */
.blog-details-section{position: relative; padding: 70px 0 0px 0; background-color: #f7fafc}
.blog-details-section .blog-wrapper .container{position: relative; display: flex; align-items: flex-start; gap: 40px;}
.blog-details-section .container{position: relative; display: flex; align-items: flex-start; gap: 40px;}
.blog-details-section .blog-details-header{max-width: 40%; width: 100%; position: sticky; top: 20px; left: 0;}
.blog-details-section .blog-details-header a{font-size: 20px; font-weight: 500; display: flex;align-items: center; gap: 10px;}
.blog-details-section .blog-details-header h2{font-size: clamp(30px, 6vw, 60px); font-weight: 600; color: var(--text); line-height: 1.1; margin: 0 0 20px;}
.blog-details-section .blog-details-header .blog-date{font-size: 32px; font-weight: 500; color: var(--subText); margin-bottom: 20px;}
.blog-details-section .blog-details-content{max-width: 60%; width: 100%;  font-size: 18px; font-weight: 400; }
.blog-details-content .featured-image{width: 100%; border-radius: 20px; aspect-ratio: 8 / 6;  object-position: center center; object-fit: cover; margin-bottom: 20px; overflow: hidden;}
.blog-details-content .featured-image img{width: 100%; width: 100%; height: 100%; object-fit: cover;}
.blog-details-content .blog-details h2{font-size: clamp(40px, 6vh, 24px); font-weight: 800; color: var(--text); margin-bottom: 20px; line-height: 1.2;}
.blog-details h3{font-size: clamp(30px, 6vh, 20px); font-weight: 800; color: var(--bs-heading-color); margin-bottom: 20px; line-height: 1.4;}
.blog-details ul{list-style: disc; padding: 0; color: var(--subText); margin: 0 0 0 16px; font-size: 22px; line-height: 1.5;}
.blog-details ul li{margin-bottom: 20px;} 
.blog-details ol{list-style: disc; padding: 0; color: var(--subText); margin: 0 0 0 16px; font-size: 22px; line-height: 1.5; list-style-type: auto;}
.blog-details ol li{margin-bottom: 20px;} 
.blog-details a{position: relative; color: var(--primary); font-size: 20px;   font-weight: 500;} 
.blog-details a::after{content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: var(--primary); transition: width 0.3s ease;} 
.blog-details a:hover::after{content: ''; width: 100%;} 
.blog-details p{font-size: 22px; line-height: 1.6; color: var(--subText); margin-bottom: 20px;} 

.blog-details img{width: 100%; border-radius: 20px; aspect-ratio: 6 / 3;  object-position: center center; object-fit: cover; margin-bottom: 20px; overflow: hidden;} 

.read-btn {
    /* position: absolute;
    top: -11px;
    left: 0; 
    width: 100%;
    height: 220%;*/
    z-index: 1;
    overflow: hidden;
    transform: perspective(1200px);
    opacity: 1;
    transition: opacity 0.8s ease;
}
 
 
.read-btn.hidden {
    opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.blog-wrapper-bg-blue{background-color: var(--primary); color: var(--shades01); padding: 80px 20px; margin-top: 80px;}
.blog-wrapper-bg-blue .blog-details-header h2{color: var(--shades01);}
.blog-wrapper-bg-blue .blog-details p{color: var(--shades01);}
.blog-details-header h3{font-size: 30px; }

/* ********|| BLOG DETAILS PAGE END ||******** */


/* ********|| MODAL START ||******** */
.modal { display: none;   position: fixed; z-index: 3; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.8);}
.modal-content {position: relative; background-color: #fff;border: 1px solid #888; width: 100%; border-radius: 10px; max-width: 500px; margin: 0 auto; margin-top: 12%;}

.modal-content .modal-input-content{position: relative; display: flex; flex-direction: column; width: 100%;  outline: 0; overflow: hidden;}
.modal-input-content input{position: relative; border: 100px; border-radius: 100px; outline: none; padding: 16px 24px; border-radius: 10px;}
.modal-input-content input::placeholder {color: #6B7280 !important;}
.modal-input-content .icons { position: absolute; inset: 0 0px 0 auto; width: 50px; margin: auto; display: flex; align-items: center; justify-content: center; height: 100%; color: #6B7280; background-color: var(--shades01);  border-radius: 0 10px 10px 0;}
.modal-input-content .icons .close-icon {width: 0; opacity: 0;}
.modal-content .modal-search-results{ list-style: none; position: relative; padding: 0; margin: 0; border-radius: 0 0 10px 10px; overflow-x: hidden; }
.modal-content .modal-search-results::after{content: ''; position: absolute; top: 0; left: 0; width: 100%; background-color: var(--shades08); height: 1px;}
.modal-content .modal-search-results li{ padding: 16px 24px 16px 24px;}
.modal-content .modal-search-results li:hover{background-color: var(--shades08);}
.modal-content .modal-search-results li:last-child{margin-bottom: 0px;}
.modal-content .modal-search-results li .search-result-link{}
.modal-search-result-link h3{font-size: 14px; font-weight: 500; color: var(--subText); margin: 0 0 6px;}
.modal-search-result-link .des{font-size: 13px; color: var(--subText);}

.close {color: #aaa;font-size: 28px;font-weight: bold;position: absolute;top: 10px; right: 25px;cursor: pointer;}
.close:hover,
.close:focus {color: black;text-decoration: none;cursor: pointer;}

.modal-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 999; width: 100%; height: 100%; display: none;}

.modal-backdrop.active { opacity: 1; pointer-events: auto; display: block;
}
  
 
/* ********|| MODAL END ||******** */

/* ********|| ABOVE FOOTER START ||******** */
.above-footer{padding: 30px 0 0;}
.above-footer h1 { color: #2c3e50; text-align: center; margin-bottom: 30px; font-size: 2.2em;}
.above-footer h2 { color: #3498db; margin-top: 40px; font-size: 1.8em; border-bottom: 2px solid #3498db; padding-bottom: 5px;}
.above-footer h3 { color: #2c3e50; margin-top: 25px; font-size: 1.4em;}
.above-footer p{font-size: 18px; line-height: 1.8; color: #333;}
.above-footer ul { padding-left: 20px; font-size: 16px;}
.above-footer li { margin-bottom: 10px;}
.above-footer .solution { background-color: #e8f4fc; padding: 15px; border-radius: 5px; margin: 20px 0;}
.above-footer .solution-item { margin-bottom: 10px; position: relative; padding-left: 25px; font-size: 16px;}
.above-footer .solution-item:before { content: "✓"; color: #27ae60; font-weight: bold; position: absolute; left: 0;}
.above-footer .highlight { background-color: #fffde7; padding: 20px; border-radius: 5px; margin: 30px 0; border-left: 4px solid #fbc02d;}
.above-footer .cta { text-align: center; margin-top: 40px; font-size: 1.2em; font-weight: bold; color: #2c3e50;}
.above-footer .conclusion { font-size: 1.3em; text-align: center; margin-top: 50px; font-style: italic; color: #2c3e50; font-weight: bold;}
/* ********|| ABOVE FOOTER END ||******** */

/* ********|| INSTAGRAM START ||******** */

.instagram-rewards { background: linear-gradient(to right, #f5f5ff, #fef6ff); box-shadow: 2px 3px 10px -2px #c3c3c3; color: var(--subText); padding: 40px; border-radius: 10px; margin: 40px 0; font-family: sans-serif;}
.rewards-content { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.rewards-text { flex: 1 1 60%; min-width: 300px; text-align: start;}
.rewards-text h3 { font-size: 24px; font-weight: 700; margin-bottom: 12px;}
.rewards-text p { font-size: 16px; line-height: 1.6; margin-bottom: 20px;}
.reward-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px;}
.reward-tags span { background-color: var(--primary); padding: 8px 14px; border-radius: 20px; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; color: var(--shades01);}
.reward-stats { display: flex; gap: 40px;}
.reward-stats h4 { font-size: 24px; color: #ffeb3b; margin: 0;}
.reward-stats p { font-size: 14px; color: #fff;}
.rewards-icon { position: relative; text-align: center; flex: 1 1 16%; min-width: 200px; margin-top: 20px;}
.coin-badge { position: absolute; right: -10px; top: -10px; background: #ffc107; color: #000; font-size: 12px; padding: 3px 8px; border-radius: 10px; font-weight: bold;}
.insta-circle { background: linear-gradient(135deg, #feda75, #d62976, #962fbf, #4f5bd5); width: 80px; height: 80px; border-radius: 50%; font-size: 40px; color: white; display: flex; justify-content: center; align-items: center; margin: auto;}
.connect-text { margin-top: 10px; font-size: 14px; font-weight: 600;}

/* ********|| INSTAGRAM END ||******** */



  .nav-close-btn{display: none;}
    .mobile-bar-btn{display: none;}
/* ********|| RESPONSIVE START ||******** */
@media screen and (max-width: 1600px) {
  .discover-section .discover-title{margin-bottom: 20px;}
  .discover-text .discover-lists { font-size: 20px;}
  .discover-text .discover-heading{margin-bottom: 25px; font-size: 44px;}
  /* .discover-container{padding: 90px 40px 0px;} */
  .discover-text .discover-des {font-size: 26px;}
  .comparison-section .comparison-title {font-size: 44px;}
  .downloadapp-sec .download-text h3 { font-size: 66px;}
  .video-section h2 {font-size: 50px;}
  .blog-title{margin-bottom: 45px; font-size: 50px;}
  .blog-card p {font-size: 18px;}
  .faq-title { font-size: 50px;}
  .contact-title {font-size: 50px;}
  .about-us .about-heading {font-size: 62px; margin-bottom: 12px;}
  .group-chat-problem .overlay-text h3{font-size: 50px;}
  .group-chat-problem .overlay-text p { font-size: 24px;}
  .about-problems-section .section-title {font-size: 50px;}
  .about-solution-section .solution-title { font-size: 50px;}
  .about-stats-section .section-heading h2 {font-size: 50px;}
  .about-stats-section .bottom-text {font-size: 16px;}
}

@media screen and (max-width: 1540px) {
  
}

@media screen and (max-width: 1440px) {
  
}

@media screen and (max-width: 1400px) {
  
}

@media screen and (max-width: 1366px) {
  .section-title {
    font-size: 72px;}
}

@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width: 1200px) {
  
}

@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 990px) {
  .discover-container .discover-left { width: 100%;}
  /* .discover-container{padding: 90px 16px 0px;} */
  .discover-container .discover-left{gap: 20px;}
  .discover-text .discover-lists li span{flex-shrink: 0;}
  .trip-text-content h2{font-size: 55px;}
  .trip-card{width: 162px;}
  .card-wrapper .trip-card:nth-of-type(1) { top: -60%;}
  .downloadapp-sec .download-text h3 {font-size: 58px;}
  .video-wrapper{gap: 20px;}
  .video-card{width: 30%;}
  .blog-cards{gap: 20px;}
  .blog-card{width: calc(50% - 20px);}
  .cta-title { font-size: 30px;}
  .about-us .about-heading { font-size: 44px;}
  .about-us .abouttext-wrap{gap: 40px;flex-direction: column;}
  .about-us .abouttext-wrap .about-text { width: 100%;}
  .about-us .abouttext-wrap .about-img { width: 100%;}
  .section-title { font-size: 50px;}
  .discover-section .discover-title {font-size: 30px;}
  .discover-section .discover-subtitle {font-size: 22px;}
  .discover-section{padding: 80px 20px 80px 20px;}
  .discover-solution .discover-left { width: 98% !important;}
  .discover-container{gap: 12px; padding: 20px;}
  .discover-text .discover-des { font-size: 20px;}
  .discover-text .discover-lists { font-size: 18px;}
  .discover-section .discover-lists li span{width: 38px;}
  .discover-section .discover-description {font-size: 18px;}
  .discover-section .discover-heading {font-size: 30px;     margin-bottom: 16px;}
  .discover-section .discover-des{font-size: 22px;}
  /* .comparison-section .comparison-title {font-size: 32px;}
  .comparison-section .comparison-subtext {font-size: 20px;} */
  .travelers-bar-section .bar-title {font-size: 42px;}
  .travelers-bar-section .challenge-box{width: 100%;}
  .founding-team .section-title {font-size: 50px;}
  .group-chat-problem .overlay-text h3 {font-size: 34px;}
  .group-chat-problem .overlay-text{padding: 20px;}
  .group-chat-problem .overlay-text p {font-size: 22px;}
  .about-problems-section .section-title { font-size: 34px;}
  .about-solution-section .solution-title { font-size: 34px;}
  .about-solution-section .solution-subtitle {font-size: 20px;}
  .about-stats-section .stats-box h2 {font-size: 36px;}
  .about-stats-section .stats-box p{font-size: 20px;}
  .about-stats-section .section-heading h2 { font-size: 34px;}
  .about-stats-section .section-heading p { font-size: 20px;}
  .about-stats-section .feature-card{width: 48%;}

}

@media screen and (max-width: 990px) and (orientation:landscape){
  
}

@media screen and (max-width: 480px) {

.nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background-color: var(--primary); padding: 20px; z-index: 999;}
.nav.active { display: flex; position: fixed; top: 0; left: 0; height: 32vh;}
.nav.active a{ margin-bottom: 20px;}
.mobile-bar-btn { display: block; font-size: 24px; cursor: pointer; color: var(--shades01);}
.nav-close-btn { display: block; align-self: flex-end; font-size: 24px; color: var(--shades01); margin-bottom: 10px;}
.inner-page-mobile-bar{color: var(--text);}
.inner-page-header .nav a { color: var(--shades01);}
  .hero-content .heading { font-size: 40px;}
  .hero-content .sub-heading{font-size: 20px;}
  .hero-content .store-buttons .store-btn { width: 170px; height: 49px;}
  .hero-content{height: calc(100vh - 50px);}
  .header .download-button{font-size: 15px}
  .header{padding-top: 30px;}
  .discover-container .discover-left .image-stack{border-radius: 20px;}
  .discover-container{gap: 20px;}
  .discover-text .discover-heading{font-size: 28px;}
  .discover-container .discover-right{padding: 0px 10px;}
  .discover-section .discover-title{ font-size: 26px;}
  .discover-section .discover-title::after{height: 3px;}
  .discover-text .discover-des {font-size: 22px; line-height: 1.4;}
  .discover-text .discover-lists{    grid-template-columns: repeat(1, 1fr); gap: 18px; padding-left: 0;}
  .discover-text .discover-lists { font-size: 16px;}
  .discover-text .discover-lists li span{width: 38px;}
  .discover-solution .discover-left{padding: 44px 0; gap: 10px;}
  .discover-text .discover-description { font-size: 17px;}
  .comparison-section{padding: 70px 10px;}
  .comparison-section .comparison-title {font-size: 28px;}
  .comparison-section .comparison-tag { font-size: 14px;}
  .comparison-section .comparison-subtext {font-size: 18px;}
  .comparison-section .comparison-pill{font-size: 14px;}
  .comparison-section .comparison-pill { padding: 5px 10px;}
  .comparison-section .eseek-pill{margin-right: 7px;}
  .comparison-section .comparison-pill span{display: none;}
  .comparison-section .comparison-col-title { font-size: 18px;}
  .comparison-section .comparison-table{padding: 14px;}
  .comparison-section .comparison-row{padding: 24px 14px; flex-wrap: wrap; gap: 10px;}
  .comparison-section .icon {font-size: 16px; display: none;}
  .comparison-section .feature-name{font-size: 15px; margin-bottom: 15px; max-width: 80%;}
  .comparison-section .comparison-feature{width: 100%; flex: 1 1 100%;}
  .comparison-section .comparison-check { padding: 6px 14px;}
  .testimonial-area .testimonial-swiper-wrapper { position: relative; padding: 0 50px;}
  .testimonial-quote {font-size: 24px;}
  .testimonial-author { font-size: 18px;}
  .swiper-button-next, .swiper-button-prev { width: 36px !important; height: 36px !important;}
  .testimonial-area{padding: 80px 0px;}
  .testimonial-wrapper{gap: 36px;}
  .testimonial-photo { width: 100%;}
  .trip-text-content h2 { font-size: 32px;}
  .trip-text-content p {font-size: 20px;}
  .trip-cta-button { font-size: 18px;}
  .card-wrapper .trip-card:nth-of-type(1){display: none;}
  .card-wrapper .trip-card:nth-of-type(7) { top: 121%; right: -10%;}
  .downloadapp-sec .download-text h3 { font-size: 30px;}
  .downloadapp-sec .download-text .download-btn-wrap .download-btn { width: 150px; height: 52px;}
  .downloadapp-sec{padding: 60px 10px;}
  .video-section h2 { font-size: 28px; margin-bottom: 25px;}
  .video-section{padding: 80px 20px;}
  .video-wrapper{margin-top: 70px; margin-bottom: 80px;}
  .video-card {width: 46%;}
  .learn-more-btn { font-size: 18px;}
  .blog-title{font-size: 28px;}
  .blog-section{padding: 50px 16px;}
  .blog-cards {gap: 12px;}
  .blog-card { width: calc(50% - 6px);}
  .blog-card p { font-size: 14px; line-height: 1.4;}
  .blog-footer{    font-size: 15px; text-align: start;}
  .faq-title { font-size: 28px;}
  .faq-section{padding: 40px 20px 80px;}
  .faq-subtitle {font-size: 16px;}
  .contact-title { font-size: 28px;}
  .contact-section{padding: 40px 20px;}
  .contact-subtitle { font-size: 16px;}
  .contact-form input, .contact-form textarea { padding: 16px;}
  .contact-form button{padding: 14px;}
  .above-footer { padding: 70px 16px;}
  .above-footer h1{font-size: 28px;}
  .cta-content{width: 95%; padding: 20px 10px;}
  .cta-title { font-size: 22px;}
  .cta-title::after{height: 3px;}
  .cta-text { font-size: 18px;}
  .founding-team .team-container{    gap: 20px;flex-direction: column;}
  .founding-team .team-container .founding-text {width: 100%;}
  .founding-team .section-title { font-size: 28px; margin-bottom: 20px;}
  .founding-team .team-container .team-members { width: 100%; display: flex;}
  .founding-team .member-name {font-size: 16px;}
  .about-us .about-heading {font-size: 28px;}
  .video-sec { padding: 40px 16px;}
  .discover-section{ padding: 40px 10px 40px 10px;}
  .video-sec .banner-bottom-video { width: 100%;}
  .discover-container{padding: 20px 12px;}
  .discover-section .discover-des span {font-size: 24px;}
  .discover-section .discover-heading { font-size: 26px;}
  .discover-section .discover-des {font-size: 18px;}
  .comparison-section .comparison-feature{align-items: self-start;}
  .cta-section{padding: 20px 20px 50px;}
  .banner-text-wrap .title-wrap{gap: 0;}
  .header .logo img{height: 35px;}
  .header .download-button{padding: 8px 12px;}
  main { padding: 110px 0px 40px;}
  .about-us .about-sub-heading {font-size: 20px; margin-bottom: 36px;}
  .about-us .abouttext-wrap .about-text{font-size: 16px;}
  .about-us{padding: 0 10px;}
  .about-us {margin-bottom: 84px;}
  .founding-team{padding: 40px 20px;}
  .founding-team .member{padding: 0;}
  .founding-team .member:nth-child(2) .member-info { padding-left: 40px;}
  .accordion-btn{font-size: 16px;}
  .blog-page-title {font-size: 36px;}
  .blog-title-container{flex-direction: column; gap: 10px;}
  .header .header-wrapper {padding: 0 12px;}
  .blog-list { padding: 30px 12px 20px 12px;}
  .blog-title-container{margin-bottom: 50px;}
  .blog-details-section .container{flex-direction: column;}
  .blog-details-section .blog-wrapper .container{flex-direction: column;}
  .blog-details-section .blog-details-header{max-width: 100%; position: relative; top: 0;}
  .blog-details-section .blog-details-content {max-width: 100%;}
  .blog-details-section{padding: 30px 20px 20px 20px;}
  .blog-details-section .blog-details-header .blog-date{font-size: 24px;}
  .banner-animation-wrap{gap: 10px;}
  .banner-images{gap: 10px;}
  .travelers-bar-section .bar-title {font-size: 28px;}
  .travelers-bar-section .bar-subtitle { font-size: 20px;}
  .travelers-bar-section .challenge-box{flex-direction: column; width: 100%; gap: 14px ; padding: 20px;}
  .travelers-bar-section .challenge-title {font-size: 22px;}
  .travelers-bar-section .challenge-subtitle {font-size: 17px;}
  .travelers-bar-section .circle{width: 50px; height: 50px; display: flex; justify-content: center; align-items: center;}
  .travelers-bar-section .after-event{flex-direction: column; gap: 14px; padding: 20px;}
  .video-modal{padding: 15px !important}
  .travelers-bar-section .after-event h4 {font-size: 28px;}
  .travelers-bar-section .after-event .after-event-right-text {font-size: 20px;}
  .travelers-bar-section .watch-video-btn a{font-size: 20px;}
  /* .travelers-bar-section .watch-video-btn { padding: 50px 0 0;} */
  .travelers-bar-section .features{gap: 20px  ;}
  .travelers-bar-section{padding: 45px 20px;}
  .fancybox__slide .f-button[data-fancybox-close]{width: 36px; height: 36px;}
  .travelers-bar-section .bar-wrapper{    padding: 40px 20px;}
  .blog-details h3 { font-size: clamp(22px, 6vh, 20px);}
  .instagram-rewards{padding: 12px; width: 100%; margin-bottom: 0;}
  .rewards-text{min-width: 100%;}
  .about-problems-section .problems-grid{grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));}
  .about-problems-section .section-title {font-size: 28px;}
  .about-problems-section .problem-card h3 { font-size: 18px;}
  .about-solution-section .solution-title { font-size: 28px;}
  .about-solution-section .solution-grid{grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}
  .about-stats-section .stats-box h2 {font-size: 26px;}
  .about-stats-section .section-heading h2 { font-size: 28px;}
  .about-stats-section .feature-card { width: 100%;}
  .about-solution-section{padding: 60px 20px;}
  .group-chat-problem .overlay-text h3 {font-size: 28px;}
  .group-chat-problem .overlay-text p {font-size: 20px;}

  .comparison-table .comparison-wrap{position: absolute; top: 18px; right: 15px;}
  .comparison-section .success{margin-right: 0;}

  .modal-content{margin-top: 45%;}
  .blog-details p { font-size: 18px;}
  .blog-details ul{ font-size: 18px;}
  .blog-details ol { font-size: 18px;}

}
/* ********|| RESPONSIVE END ||******** */