@font-face {
  font-family: 'Archia';
  src: url('/wp-content/themes/easypaisa-child/assets/fonts/Archia-Regular/archia-regular-webfont.woff2') format('woff2'),
       url('/wp-content/themes/easypaisa-child/assets/fonts/Archia-Regular/archia-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



body::-webkit-scrollbar {
  display: none;
}



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff !important;
    font-family: 'Archia' !important;
}

body.loading {
    background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archia' !important;
}

span,
p,
a,
div {
    font-family: 'Archia' !important;
}


.card-slider,
.card-slider *,
.sec5_right,
.sec5_right * {
    user-select: none;
    -webkit-user-drag: none;
}

.snap-wrapper {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.sliding_page_container {
    width: 80%;
    margin: 0 auto;
}

img.qr-code-home.qr_small {
    width: 45%;
}

.section {
    scroll-snap-align: start;
    height: 100vh;
    overflow: hidden;
}

 Section one style  

.section_one video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.section_one .content_main {
    position: relative;
    z-index: 1;
    padding: 0px 20px 20px 20px;
    width: 100%;
    text-align: center;
    top: 0px;
}










.logo {
  position: relative;
  height: 70px;
}
.logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

 Both logos stacked 
.logo .custom-logo-link,
.logo .scroll-logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  transition: opacity 0.35s ease;
}

.logo .custom-logo-link {
  opacity: 1;
}

.logo .scroll-logo {
  opacity: 0;
}

.header-scrolled .logo .custom-logo-link {
  opacity: 0;
  z-index: 50;
}

.header-scrolled .logo .scroll-logo {
  opacity: 1;
}




 section two style 

.only_section_two .content_main h2,
.only_section_two .content_main p {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease;
}

.only_section_two .content_main.active-anim h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.only_section_two .content_main.active-anim p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}





.section_two {
	min-height: 100vh;
	background: #ACCCBE;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.section_two .sliding_page_container {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
}

.section_two .slides_wrapper {
    display: flex;
    padding-bottom: 20px;
    width: 800%; /* 8 slides × 100% 
    transition: transform 1s ease-in-out;
}

.section_two .slides_wrapper .slide {
    width: 12.5%; /* 100 / 8 slides 
    flex-shrink: 0;
}

.section_two .content_main {
	width: 12.5%;
	 100% / 8 slides = 12.5% each 
	flex-shrink: 0;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}

.section_two .content_main h2 {
	font-size: clamp(2.5rem, 8vw, 8rem);
	font-weight: 700;
	color: #2c5c49;
	margin-bottom: 0;
	line-height: 1.1;
	text-transform: lowercase;
	position: relative;
}


.section_two .content_main p {
	font-size: 42px;
	color: #000000;
	font-weight: 800;
	max-width: 55%;
	margin: 0 auto;
	line-height: 1.4;
}

.section_two .dots {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 30px auto 10px auto;
	z-index: 10;
    position: relative;
}

.section_two .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2C5C49;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.section_two .dot.active {
  background: transparent;
  border-color: #2c5c49;   
  transform: scale(1.2);
}

.section_two .dot:hover {
	background: #2c5c49;
	transform: scale(1.1);
}

 Text-to-GIF transitions 
.section_two .gif-container {
	position: relative;
	display: inline-block;
}

.section_two .gif-container .letter {
	display: inline-block;
	opacity: 1;
	transition: opacity 1.0s ease-in-out;
}

.section_two .gif-container .device_gif_element {
    top: 45%;
    left: 60%;
}

.section_two .gif-container .gif-element {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 70px;
	padding-top: 20px;
	opacity: 0;
	transition: opacity 1.0s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.cooling_gif_element {
    width: 140px !important;
}


.msisdn_gif_element {
    margin-left: 40px !important;
}

.section_two .gif-container .fraud_gif_element {
    left: 57% !important;
    top: 65% !important;
    width: 170px !important;
    
}

.only_section_two {
        height: 80vh !important;
    min-height: 50vh !important;
    margin-bottom: -180px;
    padding-bottom: 120px;
}


.section_two .facial-word {
	position: relative;
	display: inline-block;
}

.section_two .gif-container .storage_gif_element {
    width: 85px !important;
    left: 51% !important;
}

.section_two .facial-word .facial-bg-gif {
	position: absolute;
	top: -80%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 120px;
	opacity: 0;
	transition: opacity 1.0s ease-in-out;
	z-index: -1;
	border-radius: 20px;
}

 Active states 
.section_two .slide-1-active .gif-container .letter {
	opacity: 0;
}

.section_two .slide-1-active .gif-container .gif-element {
	opacity: 1;
}

.section_two .slide-2-active .gif-container .letter {
	opacity: 0;
}

.section_two .slide-2-active .gif-container .gif-element {
	opacity: 1;
}

.section_two .slide-3-active .gif-container .letter {
	opacity: 0;
}

.section_two .slide-3-active .gif-container .gif-element {
	opacity: 1;
}

.section_two .slide-4-active .gif-container .letter {
	opacity: 0;
}

.section_two .slide-4-active .gif-container .gif-element {
	opacity: 1;
}

.section_two .slide-5-active .gif-container .letter {
	opacity: 0;
}

.section_two .slide-5-active .gif-container .gif-element {
	opacity: 1;
}

.section_two .slide-6-active .gif-container .letter {
	opacity: 0;
}

.section_two .slide-6-active .gif-container .gif-element {
	opacity: 1;
}

.section_two .slide-7-active .facial-word .facial-bg-gif {
	opacity: 1;
}

.section_two .slide-8-active .gif-container .letter {
	opacity: 0;
}

.section_two .slide-8-active .gif-container .gif-element {
	opacity: 1;
}


.sec3_content {
    padding: 0px;
    width: 100%;
}

#section-3 {
    height: 100vh !important;
}

 Two-column wrapper 
.section_three .sec3_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

 Left 70% 
.section_three .sec3_left {
    flex: 0 0 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}


 Image on top 
.section_three .sec3_img {
    width: 100%;
    height: auto;
    display: block;
    top: 150px;
    position: relative;

}

 Text at bottom 
.section_three .sec3_text {
    top: -153px;
    left: 150px;
    position: relative;
    text-align: center;
    width: 75%;
}

.section_three .sec3_text h2 {
    font-size: clamp(2rem, 10vw, 10rem);
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: -90px;
    color: #FFDB00;
}

.section_three .sec3_text p {
    font-size: 30px;
    margin: 0 auto;
    color: black;
    font-weight: 800;
    text-align: center;
    position: relative;
}

.section_three .sec3_text a {
    display: inline-block;
    padding: 10px 20px;
    background-image: url('../img/order_now.png');
    background: white;
    color: black;
    margin-top: 10px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
    background-position: center;
    background-size: contain;
}

 Right 30% 
.section_three .sec3_right {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 120px;
    position: relative;
    top: 30px;
}

.section_three .sec3_gif {
    width: 65%;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}


 section four style  

.section_four {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.section_four .sliding_page_container {
  max-width: 70%;
  margin: auto;
  width: 100%;
}
.section_four .sec4_inner {
  display: flex;
  gap: 20px;
  height: 80vh;
}
.sec4_left {
  width: 50%;
  background: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/term-deposite-glass.png') no-repeat;
  border-radius: 0px;
  background-size: 100% 100%;
}
 Grid inside box 1 
.sec4_left_grid {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
  align-items: center;
  padding: 40px 20px 0px 0px;
}
 Left image 
.sec4_col_image {
  display: flex;
  align-items: center;
  justify-content: left;
}
.sec4_col_image img {
  width: 85%;
}
 Right content 
.sec4_col_content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.sec4_col_content h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: 
#2C5C49;
}
 Icon 
.deposit_icon {
  width: 80%;
  margin: 0 auto;
}
 Button 
.section_four .explore_btn { 
    background: rgba(0, 0, 0, 0.8); 
    color: white; 
    padding: 12px 25px; 
    text-decoration: none; 
    font-size: 0.9rem; 
    border: none; 
    cursor: pointer; 
    width: fit-content;
    margin-left: auto;
    margin-top: 50px;
}








 section five style  


.section_five .slides_wrapper {
    position: relative;
    width: 100%;
}

.section_five .slides_wrapper .content_main {
    position: relative; /* keep relative so parent keeps height 
    opacity: 0;
}

.section_five .slides_wrapper .content_main img {
    max-width: 80%;
    height: auto;
    object-fit: contain;
}

.section_five .sec5_right {
    position: relative;
}





.sec4_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

 Common box 
.sec4_right .box {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px 30px 30px;

}

 Box 2 
.top-box {
  background: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/saving-pocket-glass.png') no-repeat;
  background-size: 100% 100%;
}

 Box 3 
.bottom-box {
  background: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/daily-rewards-glass.png') no-repeat;
  background-size: 100% 100%;
}

 Content 
.top-box_content h2,
.bottom-box_content h2 {
  font-size: 2.3rem;
  margin-bottom: 15px;
  line-height: 38px;
  color: #00695c;
}

.top-box_content p,
.bottom-box_content p {
  margin-top: 10px;
  font-size: 1.1rem;
}

 Images 
.top-box_img,
.bottom-box_img {
  width: 45%;
}


.section_five .slides_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.section_five .slides_wrapper .content_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.section_five {
    background: radial-gradient(30.29% 46.92% at 50% 53.07%, #51B193 0%, #408675 50%, #3A655E 100%);
    padding: 50px 0;
    background-size: cover;
}

.section_five .sec5_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 80%;
    margin: 0 auto;
    background-image:url('../img/section-five-bg-glass.png');
    background-size: 100% 100%;
    padding: 60px 20px 60px 20px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.60) inset;
    backdrop-filter: blur(2px);
}

 Left Column - Card Slider 
.section_five .sec5_left {
    flex: 0 0 65%;
    padding: 20px;
}

.section_five .sec5_left h2 {
    font-size: 40px;
    color: #01BD5F;
    text-align: center;
}

 Card Slider 
        .section_five .card-slider-container {
            position: relative;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            perspective: 1000px;
            margin-bottom: 0px;
        }

.section_five .card-slider {
            position: relative;
            width: 100%;
            height: 250px;
            display: flex;
            align-items: center;
            justify-content: center;
}

.section_five .card {
            position: absolute;
            width: 320px;
            height: 350px;
            transition: all 0.6s ease;
            cursor: pointer;
            transform-style: preserve-3d;
}

.section_five .card.center {
 z-index: 3;
  transform:translateX(0) scale(1) rotateY(0deg) rotateX(0deg) rotateZ(90deg);
}

   .section_five .card img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        

 ✅ PayPak card center mein ho to seedha ho jaye 
.section_five .card.paypak.center {
    transform: translateX(0) scale(1) rotateY(0deg) rotateX(0deg) rotateZ(-90deg);
}



.section_five .card.left {
  transform: translateX(-160px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(-70deg);
  z-index: 2;
  margin-bottom: 50px;
}

.section_five .slider {
  perspective: 1000px;
}

.section_five .card.right {
  transform: translateX(160px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(70deg);
  z-index: 2;
  margin-bottom: 50px;
}

.section_five .card.hidden {
            z-index: 1;
            opacity: 0;
            transform: scale(0.6);
}

 Card Designs 
.section_five .card.green {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
}

.section_five .card.black {
    background: linear-gradient(135deg, #2C2C2C, #1A1A1A);
    color: white;
}

.section_five .card.blue {
    background: linear-gradient(135deg, #2196F3, #1565C0);
    color: white;
}

.section_five .card.purple {
    background: linear-gradient(135deg, #9C27B0, #6A1B9A);
    color: white;
}

.section_five .card.orange {
    background: linear-gradient(135deg, #FF9800, #E65100);
    color: white;
}

.section_five .card-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_five .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section_five .card-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.section_five .card-logo {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.section_five .card-chip {
    width: 30px;
    height: 25px;
    background: #FFD700;
    border-radius: 4px;
    margin: 10px 0;
}

.section_five .card-number {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin: 10px 0;
}

.section_five .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_five .card-holder {
    font-size: 0.9rem;
    opacity: 0.9;
}

.section_five .card-brand {
    font-size: 0.8rem;
    font-weight: bold;
}

 Right Column - Mobile Slider 
.section_five .sec5_right {
    flex: 0 0 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_five .slides_wrapper {
    position: relative;
    width: 100%;
}

.section_five .slides_wrapper .content_main {
    width: 100%;
    transition: opacity 1s ease-in-out;
}

.section_five .slides_wrapper .content_main.active {
    display: block;         /* sirf active visible 
    opacity: 1;
}



.section_five .slides_wrapper .content_main img {
    max-width: 70%;
    height: auto;
    object-fit: contain;
}

.section_five .dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    display: none;
}

.section_five .dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    display: inline-block;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.section_five .dot.active {
    background-color: #4CAF50;
}

 Auto slide indicators 
.section_five .slide-indicators {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.section_five .slides_wrapper {
    display: flex;
    width: 100%;
    transition: transform 0.6s ease-in-out;
}




 CTA Section 
.section_five .card-cta {
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #fff;
    position: relative;
}

.section_five .card-cta h3 {
    font-size: 44px;
    font-weight: 700;
    width: fit-content;
    color: #fff;
    text-transform: lowercase;
    margin: 0 auto;
    line-height: 60px;
    padding-bottom: 20px;
}

.section_five .card-cta .order-btn {
    display: inline-block;
    background-image: url("../img/order_now.png");
    background-size: contain;
    background: white;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 40px;
    color: #000;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 0px;
}


 ends section five 





 section 6 six styles starts here 


 Initially hidden 
.sec6_left_content,
.sec6_left_bottom,
.sec6_right .box {
    opacity: 0;
    transform: translateY(100px);  /* zyada neeche se 
    transition: all 1s ease;
}

 Animate in 
.animate-bottom {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

 Animate out 
.exit-bottom {
    opacity: 0 !important;
    transform: translateY(100px) !important;
}





.section_six {
    min-height: 100vh;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_six .sliding_page_container {
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}

.section_six .sec6_inner {
    display: flex;
    justify-content: center;
    gap: 20px;
    height: 80vh;
    padding-top: 20px;
}

 Box 1 - Term Deposit (Left) 
.section_six .sec6_left {
        height: 100%;
    transition: height 0.6s ease;
    cursor: pointer;
    width: 50%;
    background-image: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/packages-glass.png');
    background-size: 100% 100%;
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 50px 40px 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

 collapsed state 
.section_six .sec6_left.collapsed {
    height: 48.5%;
}

 smooth hide/show bottom 
.section_six .sec6_left_bottom {
    max-height: 500px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease;
}

.section_six .sec6_left.collapsed .sec6_left_bottom {
    max-height: 0;
    opacity: 0;
}

.section_six .sec6_left_content {
    flex: 1;
}

.section_six .sec6_left h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: left;
    color: rgba(0, 105, 92, 1);
}

.section_six .sec6_left p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
    color: rgba(6, 6, 6, 1);
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
}

.section_six .sec6_left_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

.section_six .explore_btn {
    background: rgba(0, 0, 0, 0.8);
    font-family: Inter;
    color: white;
    padding: 12px 25px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    order: 2;
}
.section_eight .explore_btn {
    background: rgba(0, 0, 0, 0.8);
    font-family: Inter;
    color: white;
    padding: 12px 25px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    order: 2;
}

.section_six .mobile_img {
    width: 55%;
    height: auto;
    margin: 0px auto 0px auto;
}

 Right container 
.section_six .sec6_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

 Box 2 - Top 
.section_six .top-box {
    width: 100%;
    height: 50%;
    background-image: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/transfer.png');
    background-size: 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.section_six .top-box_content {
    flex: 1;
}

.section_six .top-box h2 {
    font-size: 2.5rem;
    color: #00695c;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: left;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 3px;
}

.section_six .top-box p {
    font-size: 1.1rem;
    color: black;
    text-align: left;
    opacity: 0.8;
}

.section_six .top-box_img {
    width: 50%;
    height: auto;
    margin-right: 20px;
}

 Box 3 - Bottom 
.section_six .bottom-box {
    width: 100%;
    height: 50%;
    background-image: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/utility.png');
    background-size: 100% 100%;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.section_six .bottom-box_content {
    flex: 1;
}

.section_six .bottom-box h2 {
    font-size: 2.5rem;
    color: #00695c;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    line-height: 40px;
    font-weight: 700;
}

.section_six .bottom-box p {
    font-size: 1.1rem;
    color: black;
    opacity: 0.8;
    margin-bottom: 1.5em;
    text-align: left;
}

.section_six .bottom-box_img {
    height: auto;
    width: 50%;
    margin-right: 20px;
}














 ========== SHRINK / EXPAND Section 6 ========== 
 Base state 
.section_six .top-box,
.section_six .bottom-box {
    flex: 1;
    transition: all 0.6s ease;
}

 Expanded state 
.section_six .top-box.expanded,
.section_six .bottom-box.expanded {
    flex: 4;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 30px;
    text-align: center;
}

 Shrunk state 
.section_six .top-box.shrunk,
.section_six .bottom-box.shrunk {
    flex: 0.6;
    flex-direction: row;
    background-position: top right;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

.section_six .top-box.shrunk {
    background-position: top left;
}

 Adjust headings and images in expanded/shrunk 
.section_six .top-box.expanded h2,
.section_six .bottom-box.expanded h2 {
    font-size: 2.8rem;
    line-height: 50px;
}

.section_six .top-box.shrunk h2,
.section_six .bottom-box.shrunk h2 {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    font-weight: 800;
    text-align: center;
}

.section_six .top-box.shrunk p, .section_six .bottom-box.shrunk p {
    display:none;
}

.section_six .top-box.expanded img {
    width: 60%;
    margin: 20px auto 0;
}

.section_six .bottom-box.expanded img {
    width: 50%;
    margin: 20px auto 0;
}

.section_six .top-box.shrunk img {
    width: 25%;
    margin: 0 auto;
    display: none;
}

.section_six .bottom-box.shrunk img {
    width: 20%;
    display: none;
    margin: 0 20px 0 auto;
}



 section 6 six styles ends here 




 section 7 six styles starts here 

.sec7_right {
  opacity: 0;
  transform: translateY(100px); /* always bottom → center 
  transition: all 0.6s ease;
  display: none;
}

.sec7_right.active {
  display: flex;
  opacity: 1;
  transform: translateY(0); /* reach center 
}

.sec7_right.exit-top {
  opacity: 0;
  transform: translateY(-100px); /* goes up when hiding 
}











.sec7_content .content_main {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: row;
}


.sec7_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

 Left column 
.sec7_left {
    flex: 0 0 40%;
    text-align: center;
}
.sec7_left img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

 Right column 
.sec7_right {
    flex: 0 0 60%;
    display: flex;
    gap: 0px;
    flex-direction: column;
    justify-content: space-between;
}
 Text section 
.sec7_text {
    margin-bottom: 20px;
}

.sec7_text p {
    font-size: 18px;
}

 Image section 
.sec7_image img {
    max-width: 100%;
    height: auto;
    display: block;
}


 Green Box (same as image) 
.sec7_inner {
  background: url("../img/sec_seven_bg_green.png") no-repeat center center;
  background-size: contain;
  padding: 0px;
  text-align: center;
  color: #fff;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

.sec7_inner h2 {
    font-size: 50px;
    font-weight: 400;
    color: #055E37;
    width: fit-content;
    margin: 0 auto;
    line-height: 50px;
    margin-bottom: 0px;
    background: url("../img/insure-bg-glass.png") no-repeat;
    background-size: 100% 100%;
    padding: 50px 70px 50px 70px;
        box-shadow: 0 0 20px 0 #FFF inset;
    backdrop-filter: blur(2px);

}

 Learn More Button 
.sec7_inner .btn-learn {
  display: inline-block;
  padding: 12px 35px;
  background: url("../img/order_now.png") no-repeat center center;
  background-size: contain;
  background: white;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}


.section7_video {
    width: 100%;
}



 section 7 styles ends here 






 section eight styles start here 


 Initially hidden 
.sec8_left_content,
.sec8_left_bottom,
.sec8_right .box {
    opacity: 0;
    transform: translateY(100px);  /* zyada neeche se 
    transition: all 1s ease;
}

 Animate in 
.animate-bottom {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

 Animate out 
.exit-bottom {
    opacity: 0 !important;
    transform: translateY(100px) !important;
}




.section_eight {
            min-height: 100vh;
            background: linear-gradient(108deg, #408675 0.23%, #006E5B 99.99%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .section_eight .sliding_page_container {
            
            width: 70%;
            margin: 0 auto;
        }

        .section_eight .sec8_inner {
            display: flex;
            gap: 20px;
            height: 80vh;
        }

         Box 1 - Term Deposit (Left) 
        .section_eight .sec8_left {
            max-height: 1000px;   /* ek safe large value 
            transition: max-height 0.6s ease;
            cursor: pointer;
            width: 50%;
            background-image: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/sarmaya-qarza-bg-glass.png');
            background-size: 100% 100%;
            background-position: center top;
            background-repeat: no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 40px;
            color: white;
            position: relative;
            overflow: hidden;
        }
        
         collapsed state 
        .section_eight .sec8_left.collapsed {
            max-height: 48.5%; /* approx 50% ke barabar rakho 
        }
        
         animate bottom content 
        .section_eight .sec8_left_bottom {
            max-height: 500px;
            opacity: 1;
            overflow: hidden;
            transition: all 0.6s ease;
        }
        
        .section_eight .sec8_left.collapsed .sec8_left_bottom {
            max-height: 0;
            opacity: 0;
        }

        .section_eight .sec8_left_content {
            flex: 1;
        }

        .section_eight .sec8_left h2 {
            font-size: 50px;
            font-weight: 400;
            line-height: 55px;
            text-align: left;
            color: #fff;
        }

        .section_eight .sec8_left p {
            font-size: 24px;
            line-height: 35px;
            margin-bottom: 0px;
            color: #fff;
            margin-top: 10px;
            text-align: left;
            font-weight: 400;
        }

        .section_eight .sec8_left_bottom {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            flex-direction: column;
        }

        .section_eight .mobile_img {
            width: 60%;
            height: auto;
            margin: 0px auto 0px auto;
        }

         Right container 
        .section_eight .sec8_right {
            width: 50%;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

         Box 2 - Top 
        .section_eight .top-box {
            width: 100%;
            height: 50%;
            background-image: url('../img/easycash-bg-glass.png');
            background-size: 100% 100%;
            background-position: center left;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 20px 20px 40px;
            cursor: pointer;
            position: relative;
            overflow: hidden;

        }

        .section_eight .top-box_content {
            flex: 1;
        }

        .section_eight .top-box h2 {
            color: #fff;
            font-size: 40px;
            font-style: normal;
            text-align: left;
            font-weight: 400;
            line-height: 40px;
            letter-spacing:3px;
        }

        .section_eight .top-box p {
            font-size: 17.6px;
            font-weight: 400;
            line-height: normal;
            color: #fff;
            text-align: left;
            
        }

        .section_eight .top-box_img {
            width: 50%;
            height: auto;
            margin-left: 20px;
        }

         Box 3 - Bottom 
        .section_eight .bottom-box {
            width: 100%;
            height: 50%;
            background-image: url('../img/bnpl-bg-glass.png');
            background-size: 100% 100%;
            background-position: center right;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 20px 20px 40px;
            position: relative;
            overflow: hidden;
            cursor: pointer;

        }

        .section_eight .bottom-box_content {
            flex: 1;
        }

        .bottom-box_content h2 {
            color: rgba(0, 105, 92, 1);
            line-height: 38px;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 15px;
            text-align: left;
        }

        .bottom-box_content p {
            color: #000000;
            text-align: left;
            line-height: 26px;
            font-size: 18px;
            font-weight: 400;
        }
        
        .sec8_right .bottom-box_content h2 {
            color: #fff;
            line-height: 40px;
            font-size: 40px;
            font-weight: 400;
            margin-bottom: 15px;
            text-align: left;
        }

        .sec8_right .bottom-box_content p {
            color: #fff;
            text-align: left;
            line-height: 26px;
            font-size: 17.6px;
            font-weight: 400;
        }

        .section_eight .bottom-box_img {
            width: 50%;
            height: auto;
            margin-left: 20px;
            margin-top: 96px;
        }











 Base styles for section 8 right side boxes 
.section_eight .sec8_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 80vh;
    transition: all 0.6s ease;
}

 Both boxes initial state 
.section_eight .top-box,
.section_eight .bottom-box {
    flex: 1; /* equal size initially 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 0px 40px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s ease;
    text-align: left;
}

 Expanded state 
.section_eight .top-box.expanded,
.section_eight .bottom-box.expanded {
    flex: 4; /* grow larger 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

 Shrunk state 
.section_eight .top-box.shrunk,
.section_eight .bottom-box.shrunk {
    flex: 0.6; /* shrink smaller 
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-position: top left;
}

 Adjust text/Image in expanded 
.section_eight .top-box.expanded h2,
.section_eight .bottom-box.expanded h2 {
    font-size: 3rem;
    line-height: 50px;
}

.section_eight .top-box.expanded img,
.section_eight .bottom-box.expanded img {
    width: 60%;
    margin: 20px auto 0;
}

 Adjust text/Image in shrunk 
.section_eight .top-box.shrunk h2,
.section_eight .bottom-box.shrunk h2 {
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
    line-height: 30px;
}

.section_eight .top-box.shrunk p,
.section_eight .bottom-box.shrunk p {
    display: none;
    font-size: 16px;
    opacity: 1;
    padding-top: 10px;
    margin: 0;
    padding-left: 50px;
}

.section_eight .top-box.shrunk img {
    width: 25%;
    margin: 0 auto;
    display: none;
}

.section_eight .bottom-box.shrunk img {
    width: 20%;
    margin: 0 auto;
    display: none;
}



 section eight styles ends here 






 section nine styles start here 

 Default hidden state 
.sec9_left, .sec9_right {
    opacity: 0;
    transform: translateX(0);
    transition: all 1s ease;
}

 Entry Animations 
.sec9_left.animate-left {
    animation: slideLeftIn 1s ease forwards;
}
.sec9_right.animate-right {
    animation: slideRightIn 1s ease forwards;
}

 Exit Animations 
.sec9_left.exit-left {
    animation: slideLeftOut 1s ease forwards;
}
.sec9_right.exit-right {
    animation: slideRightOut 1s ease forwards;
}

 Keyframes - Entry 
@keyframes slideLeftIn {
    from { opacity: 0; transform: translateX(-80px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideRightIn {
    from { opacity: 0; transform: translateX(80px); }
    to   { opacity: 1; transform: translateX(0); }
}

 Keyframes - Exit 
@keyframes slideLeftOut {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(-80px); }
}
@keyframes slideRightOut {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(80px); }
}








 Parent Section 
.section_nine {
    padding: 60px 0;
    background: #e6f5ec; /* same bg as design 
}

.sec9_content {
    width: 90%;
    display: flex;
    padding-top: 0px;
    justify-content: center;
}

 Inner wrapper 
.section_nine .sec9_inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

 Left column 
.section_nine .sec9_left {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    top: 150px;
}

 Textbox 
.section_nine .sec9_textbox {
    padding: 20px 20px 160px 120px;
    text-align: left;
    z-index: 50;
}

.section_nine .sec9_textbox h2 {
    font-size: 70px;
    font-weight: 400;
    line-height: 84px;
    margin-bottom: 15px;
    color: #00695C;
}

.section_nine .sec9_textbox p {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #0D0D0D;
    font-weight: 400;
}

 Discover More button 
.section_nine .btn-discover {
    display: inline-block;
    padding: 14px 40px;
    background: url("../img/order_now.png") no-repeat center center;
    background-size: contain;
    background: white;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.sec9_bottom {
    top: -300px;
    position: relative;
    left: 200px;
    width: 100%;
}

 Bottom image inside left 
.section_nine .sec9_bottom img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    top: 0px;
    position: relative;
    left: 25px;
}

 Right column 
.section_nine .sec9_right {
    flex: 0 0 40%;
    text-align: center;
}

.section_nine .sec9_right img {
    max-width: 100%;
    height: 80vh;
    position: relative;
    z-index: 5;
}


.section9_video {
    width: 100%;
}

 section nine styles Ends here 




 section ten styles start here 

.sec10_box {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease;
}

.sec10_box.visible {
  opacity: 1;
  transform: translateX(0);
}

 Thodi si delay har box ke liye 
.sec10_box:nth-child(1) {
  transition-delay: 0.2s;
}
.sec10_box:nth-child(2) {
  transition-delay: 0.5s;
}
.sec10_box:nth-child(3) {
  transition-delay: 0.8s;
}







.sec10_content {
  width: 80%;
  margin: 0 auto;
}

.sec10_inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  text-align: center;
}

.sec10_box {
    flex: 1;
    background-image: url('https://epv2.activ8.digital/wp-content/uploads/2026/01/counter.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top right;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    
}

.sec10_box h2 {
  font-size: 100px;
  font-weight: 900;
  color: #006d4f;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 150px;
  font-family: 'inter', sans-serif !important;
}

.sec10_box .hash {
  font-size: 48px;
  margin-right: 5px;
}

.sec10_box .star {
  font-size: 38px;
  margin-left: 5px;
}

.sec10_box p {
  font-size: 18px;
  margin: 0px 0px 20px 0px;
  color: #333;
}

.sec10_box .icons img {
  width: 50px;
  margin: 0 6px;
}


 section ten styles ends here 





.ast-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px;
}

.sliding_page_main {
    width: 100%;
}


 ----------------- 



.qr-container {
  position: fixed;
  right: 1%;
  bottom: 2%;
  background: url('../img/qr_bg.png') no-repeat center/cover;
  overflow: hidden;
  z-index: 1;
}

.qr-inner {
  display: flex;
  align-items: center;
  height: 130px;
  padding:5px;
}

 Left content hidden by default 
.qr-content {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  padding-left: 0;
  color: white;
  white-space: nowrap; /* prevent text wrapping 
}

.qr-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.qr-icons img {
  width: 28px;
  margin-right: 10px;
  transition: transform 0.3s;
}

.qr-icons img:hover {
  transform: scale(1.2);
}

 QR Code fixed width 
.qr-code {
  width: 120px; /* fixed space for QR code 
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-code img {
  width: 100px;
}

 Hover expand left only 
.qr-container:hover .qr-content {
  width: 180px;   /* expand from left 
  opacity: 1;
  padding-left: 15px;
}


.qr-icons a {
    color: transparent;
}


 ---------------------- 

.qr-container .qr_small,
.qr_container_footer .qr_small {
    opacity: 1;
    transition: opacity 0.3s ease;
    height: auto;
}

.qr-container .qr_large,
.qr_container_footer .qr_large {
    opacity: 0;
    transition: opacity 1s ease;
    height: 0px;
}

.qr-container:hover .qr_small,
.qr_container_footer:hover .qr_small {
    opacity: 0;
    height: 0px;
}

.qr-container:hover .qr_large,
.qr_container_footer:hover .qr_large {
    opacity: 1;
    height: auto;
}

.footer_img {
    text-align: center;
    padding-top: 40px;
    margin: 0 auto 0;
    position: relative;
}

.sec3_p {
    width: 60%;
}

.sec5_p,
.sec6_p,
.sec8_p {
    width: 70%;
}

.sec6_p {
    color: white;
}

.sec7_p {
    width: 75%;
}

.sec9_h1 {
    width: 100%;
}

.sec9_p {
    width: 65%;
}

.section {
    display: flex;
    background-color: #CEE9D8;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    height: 100vh;
    position: relative;
}

#slide-nav {
    visibility: hidden;
    position: fixed;
    bottom: 3%;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    transition: all 0.5s;
}

.slide-bullet {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
}

.active-bullet {
    background-color: transparent;
}

#footer {
    height: auto;
}

 custom header style  



section.Custom_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px 95px;
    background: transparent;
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.4s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}


 Scroll hone ke baad minimized 
section.Custom_header.minimized {
    padding: 5px 40px; /* kam height 
    background: rgba(0, 0, 0, 0.8); /* thoda solid 
}

section.fixed_header {
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.1);
}

section.Custom_header .logo {
    width: 80%;
}

section.Custom_header .content_side {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

 Sign-up Button 
.content_side a {
    background-image: url('../img/green_button.png');
   background-repeat: no-repeat;
   background-size: contain;   /* ya contain try karo 
   background-position: center;
   display: inline-block;
   padding: 12px 32px;
   border-radius: 8px;
   color: white;
   font-size: 16px;
   font-weight: 600;
   text-decoration: none;
   margin-right: 55px;
   transition: all 0.3s ease;
   position: relative;
   cursor: pointer;
   
}

.content_side a:hover {
    transform: scale(1.20); /* Smooth thora sa bara 
}

        
         Popup Parent Class 
        .sign_up_popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
            padding: 20px;
        }
        
        .sign_up_popup.active {
            opacity: 1;
            visibility: visible;
        }
        
         Popup Container 
        .sign_up_popup .popup-container {
            background-image: url('../img/order_now.png');
            background-size: cover;
            background-repeat: no-repeat;
            padding: 50px 40px;
            max-width: 35%;
            width: 100%;
            height: 70%;
            text-align: center;
            transform: scale(0.8) translateY(50px);
            transition: all 0.3s ease;
            position: relative;
        }
        
        .sign_up_popup.active .popup-container {
            transform: scale(1) translateY(0);
        }
        
.sign_up_popup .close-btn {
    position: absolute;
    top: 0px;
    right: -110px;
    background: transparent;
    color: #fff;
    border: 5px solid #fff;
    width: 70px;
    height: 70px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.2s ease;
    font-size: 32px;
    padding-bottom: 20px;
}

.sign_up_popup .close-btn:hover {
    background: rgba(255, 255, 255, 0.1); /* Slight hover effect 
    transform: scale(1.05);
}

        
        
         Content 
        .sign_up_popup .popup-title {
            font-size: 54px;
            font-weight: 400;
            color: black;
            margin: 0;
            line-height: 60px;
        }
        
        .sign_up_popup .popup-subtitle {
             font-size: 20px;
                color: black;
                margin: 0;
                padding-top: 20px;
        }
        
         GIF Container 
        .sign_up_popup .gif-container {
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 180px;
        }
        
        .sign_up_popup .gif-placeholder {
            width: 180px;
            height: 180px;
            border: 4px solid #00d4aa;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #666;
            background: #f9f9f9;
            text-align: center;
            padding: 20px;
        }
        
         Add your GIF here 
        .sign_up_popup .your-gif {
            width: 180px;
            height: 180px;
            border: 4px solid #00d4aa;
            border-radius: 8px;
            object-fit: cover;
        }
        
        .sign_up_popup .sms-text {
                font-size: 20px;
                color: black;
                margin-bottom: 20px;
                margin-top: 0px;
                padding-bottom: 0px;
                line-height: 35px;
        }
        
         Phone Input 
        .sign_up_popup .phone-input-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .sign_up_popup .country-code {
            background-image:url("../img/country-code-bg.png");
            background-size: cover;
            padding: 15px 20px;
            border-radius: 0px;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            font-size: 16px;
            min-width: 120px;
            height: 50px;
        }
        
        .sign_up_popup .flag {
            width: 24px;
            height: 18px;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000000;
            font-size: 14px;
            font-weight: bold;
        }
        
        .sign_up_popup .phone-input {
            background-image: url("../img/Subtract.svg");
            background-repeat: no-repeat;
            background-size: cover;
            padding: 15px 20px;
            border: none;
            border-radius: 0px;
            font-size: 16px;
            outline: none;
            min-width: 250px;
            height: 50px;
        }
        
        .sign_up_popup .phone-input::placeholder {
            color: #999;
        }
        
        .sign_up_popup .send-btn {
            background: #19C45F;
            color: white;
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            font-size: 30px;
            font-weight: 800;
            padding-bottom: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            flex-shrink: 0;
        }
        
        .emoji {
            width: 5em !important;
            height: 5em !important;
        }

.content_side img {
    cursor: pointer;
}

section.custom_header_slide {
    background: rgba(51, 44, 61, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: all 0.5s !important;
    opacity: 1;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 45px 95px 0px 45px;
    height: 100vh;
}

section.custom_header_slide.opening {
    transform: translateY(0);
    opacity: 1;
}

.head_close_btn {
    text-align: right;
}

.head_close_btn img {
    cursor: pointer;
}

.inner_box_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.inner_box_main:after {
    content: "";
    background: #24B15C;
    height: 2px;
    width: 94%;
    margin: 9px 0px 9px;
}

.head_box_item {
    width: 25%;
    padding: 40px;
    text-align: center;
}

.head_box_item img {
    width: 80%;
}

section.custom_header_slide h2 {
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.head_box_item h5 {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    line-height: 35px;
    color: #FFFFFF;
    width: 86%;
    margin: 14px auto 0;
}

.custom_header_slide ul.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

.custom_header_slide ul.main-menu li {
    list-style: none;
}

.custom_header_slide ul.main-menu li a {
    padding: 13px 20px;
    color: #00C252;
    text-decoration: none;
    font-size: 26px;
    font-weight: 400;
    display: block;
}

.custom_header_slide ul.main-menu li a:hover {
    color: #FFFFFF;
}

 custom footer style  
footer {
    z-index: 2;
    position: relative;
    background: #332C3D;
}

#footer {
    height: auto;
    display: block;
    width: 100%;
}
section.footer_sec_one {
    padding: 0px 80px;
}
.qr_container_footer {
    text-align: center;
    margin: 0 auto 40px;
    position: relative;
}

.qr_container_footer .qr_small,
.qr_container_footer .qr_large {
    position: absolute;
    bottom: 0;
    left: 0;
}

ul.foot_menu_two {
    margin: 70px 0px 70px !important;
}

ul.footer_menu {
    margin: 0px !important;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

ul.footer_menu li {
    list-style: none;
}

ul.footer_menu li a {
    padding: 13px 39px;
    font-size: 24px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    position: relative;
}

ul.foot_menu_two li a:after,
ul.foot_menu_three li a:after {
    content: "";
    border-left: 2px solid #7A7A7A;
    height: 35%;
    position: absolute;
    right: 0;
    top: 21px;
}

ul.foot_menu_two li:nth-last-child(1) a:after,
ul.foot_menu_three li:nth-last-child(1) a:after {
    display: none;
}

section.footer_sec_two {
    padding: 30px 95px 30px 95px;
    text-align: right;
}

ul.social_media {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    width: 100%;
}

ul.social_media li {
    list-style: none;
}
ul.social_media li a i {
    color: #fff;
    font-size: 35px;
}
ul.social_media li:nth-child(1) a i {
    font-size: 30px;
}
section.footer_sec_three {
    background-color: #00BC5F;
    padding: 14px 40px 21px;
    text-align: center;
}

section.footer_sec_three p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

@media (max-width: 1348px) {

    section.Custom_header .logo,
    section.Custom_header .content_side {
        width: 50%;
    }
}



 ✅ Desktop only animations (above 1024px) 
@media (min-width: 1025px) {

   Default hidden state 
  .sec3_left, .sec3_right {
      opacity: 0;
      transform: translateX(0);
      transition: all 1s ease;
  }

   Entry Animations 
  .sec3_left.animate-left {
      animation: slideLeftIn 1s ease forwards;
  }
  .sec3_right.animate-right {
      animation: slideRightIn 1s ease forwards;
  }

   Exit Animations 
  .sec3_left.exit-left {
      animation: slideLeftOut 1s ease forwards;
  }
  .sec3_right.exit-right {
      animation: slideRightOut 1s ease forwards;
  }

   Keyframes - Entry 
  @keyframes slideLeftIn {
      from { opacity: 0; transform: translateX(-80px); }
      to   { opacity: 1; transform: translateX(0); }
  }
  @keyframes slideRightIn {
      from { opacity: 0; transform: translateX(80px); }
      to   { opacity: 1; transform: translateX(0); }
  }

   Keyframes - Exit 
  @keyframes slideLeftOut {
      from { opacity: 1; transform: translateX(0); }
      to   { opacity: 0; transform: translateX(-80px); }
  }
  @keyframes slideRightOut {
      from { opacity: 1; transform: translateX(0); }
      to   { opacity: 0; transform: translateX(80px); }
  }
}




 Responsive Devices Styles Ipad Start  by Agha

@media (min-width: 768px) and (max-width: 1024px) {
    
    .sec4_col_image img {
    width: 35%;
}
    
    .sec4_left_grid {
            grid-template-columns: 1fr;
    }
    
    .sign_up_popup .popup-container {
        max-width: 90%;
        height: 70%;
    }
    
    .section_nine .sec9_left {
        top: 130px;
    }
    
    .sign_up_popup .close-btn {
        top: -80px;
        right: 0px;
    }
    
 ===== Section Two ===== 



   .section .content_main .location_based_heading {
       line-height: 5rem !important;
   }
    
    .section_two .gif-container .msisdn_gif_element {
    width: 75px !important;
    left: 0% !important;
    top: 38% !important;
    margin-left: 25px !important;
}

.section_two .gif-container .cooling_gif_element {
    width: 80px !important;
    left: 50% !important;
    top: 46% !important;
    margin-left: 0px !important;
}

.section_two .gif-container .location_based_gif,
.section_two .gif-container .device_gif_element {
    width: 60px !important;
    top: 40% !important;
}

.section_two .gif-container .secure_pin_gif {
    top: 42% !important;
    width: 60px !important;
}

.section_two .gif-container .storage_gif_element {
    width: 50px !important;
    top: 45% !important;
}

.section_two .gif-container .fraud_gif_element {
    top: 55% !important;
    width: 90px !important;
}

.section_two .facial-word .facial-bg-gif {
    top: -15% !important;
    width: 260px !important;
    height: 100px !important;
}

    
    
    

 ===== Section Three ===== 
.section_three .sec3_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.section_three .sec3_left,
.section_three .sec3_right {
    flex: unset;
    max-width: 100%;
    position: relative;
    right: 0;
    top: 0;
}
.section_three .sec3_right {
    width: 30%;
    margin: 0 auto;
}
.section_three .sec3_left {
    display: block;
    top: 30px;
    height: 60vh;
}
.section_three .sec3_img {
    width: 100% !important;
    margin: 0 !important;
    top: 0 !important;
}
.section_three .sec3_text {
    top: -180px !important;
    left: 0px;
    width: 75% !important;
    margin: 0 auto 0 !important;
    text-align: center;
}
.section_three .sec3_text p {
    width: 100%;
}
.section_three .sec3_gif {
    max-width: 100%;
    margin: 0 auto;
    bottom: 0px;
    position: relative;

}
.section.section_three {
    height: 100vh !important;
}





 ===== Section Four ===== 
.section_four {
    min-height: 100vh;
    display: flex !important;
    padding: 20px;
    height: auto !important;
}
.section_four .sliding_page_container {
    max-width: 95%;
    height: 100%;
}
.section_four .sec4_inner {
    display: flex !important;
    height: 80vh !important;
}
.section_four .sec4_left,
.section_four .sec4_right {
    width: 50% !important;
    flex-direction: column !important;
}
.section_four .sec4_left h2 {
    font-size: 36px;
    padding-left: 30px;
}
.sec4_col_content {
    gap:30px;
}
.deposit_icon {
    width: 45%;
}
.section_four .sec4_left p {
    font-size: 18px;
    line-height: 24px;
}
.section_four .mobile_img {
    width: 50%;
    bottom: 20%;
    position: relative;
    margin: 0 auto;
}
 Right Boxes 
.section_four .top-box,
.section_four .bottom-box {
    height: 50%;
    transition: height 0.6s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: column;
    background-size: cover;
}
.section_four .top-box h2,
.section_four .bottom-box h2 {
    font-size: 28px;
    line-height: 32px;
}
section_four .bottom-box.shrunk h2 {
    text-align: center;
    padding: 0;
}
.bottom-box_content {
        text-align: center;
    margin: 0 auto;
}
.section_four .top-box p,
.section_four .bottom-box p {
    font-size: 16px;
}
.section_four .top-box.shrunk p, .section_four .bottom-box.shrunk p {
    display: none;
}

.section_four .bottom-box.shrunk img {
    display: none;
}
.section_four .top-box_img,
.section_four .bottom-box_img {
    width: 80%;
    margin: 0 0 0 auto;
}
.section_four .top-box.shrunk img {
    display:none;
}
.section_four .top-box.shrunk h2, .section_four .bottom-box.shrunk h2 {
    padding: 0;
}
.section_four .sec4_left_content {
    padding: 0;
}
.section_four .sec4_left_bottom {
    height: auto;
    overflow: unset;
}




 ===== Section Five ===== 
.section_five {
    padding: 30px 0;
}
.section_five .sec5_inner {
    flex-direction: column;
    width: 90%;
    height: 100%;
    gap: 0px;
}
.section_five .sec5_left {
    flex: 1;
    text-align: center;
    padding: 0px;
    width: 100%;
}
.section_five .sec5_left h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}
.section_five .card-slider-container {
    height: 250px;
    margin-bottom: 0;
}
.section_five .card {
    width: 250px;
    height: 200px;
}
.section_five .card.left {
    transform: translateX(-120px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(-45deg);
}
.section_five .card.right {
    transform: translateX(120px) scale(0.8) rotateY(-15deg) rotateX(0deg) rotateZ(45deg);
}
.section_five .sec5_right {
    flex: 1;
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}
.section_five .slides_wrapper .content_main img {
    max-width: 40%;
}
.section_five .card-cta h3 {
    font-size: 28px;
    line-height: 40px;
}
.section_five .card-cta .order-btn {
    font-size: 0.9rem;
    padding: 12px 30px;
}






 ===== Section Six ===== 
.section_six .sliding_page_container {
    max-width: 90%;
}
.section_six .sec6_inner {
    gap: 15px;
}
.section_six .sec6_left h2 {
    font-size: 38px;
}
.section_six .sec6_left p {
    font-size: 22px;
    line-height: 28px;
}
.section_six .top-box h2,
.section_six .bottom-box h2 {
    font-size: 2rem;
    line-height: 32px;
}
.section_six .top-box p,
.section_six .bottom-box p {
    font-size: 1rem;
}
.section_six .top-box_img,
.section_six .bottom-box_img {
    width: 50%;
}





 ===== Section Seven ===== 
.sec7_content .content_main {
    gap: 0px;
    flex-direction: column;
}
.sec7_text {
    margin: 0;
}
.sec7_right {
    gap: 40px;
}
.sec7_left img {
    height: auto;
    width: 45%;
}
.sec7_inner h2 {
    font-size: 32px;
    line-height: 40px;
}
.sec7_inner .btn-learn {
    padding: 10px 28px;
    font-size: 15px;
}

.sec7_image img {
    max-width: 80%;
    margin: 0 auto;
}






 ===== Section Eight ===== 

.section_eight .sec8_inner {
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

.section_eight .bottom-box {
    background-size: auto;
    background-position: top right;   
}
.section_eight .top-box {
    background-size: auto;
    background-position: top left;
}
.section_eight .sec8_right {
    flex-direction: column;
}
.section_eight .sec8_left {

    flex-direction: column;
    background-position: top right;
}
.section_eight .mobile_img,
.section_eight .top-box_img,
.section_eight .bottom-box_img {
    width: 40%;
    margin: 0 0 0 auto;
}
.section_eight .sec8_left h2 {
    font-size: 2rem;
}
.section_eight .sec8_left p {
    font-size: 1rem;
}
.section_eight .top-box h2,
.section_eight .bottom-box_content h2 {
    font-size: 1.8rem;
}
.section_eight .top-box p,
.section_eight .bottom-box_content p {
    font-size: 1rem;
}





 ===== Section Nine ===== 


.section_nine .sec9_inner {
    gap: 0px;
    align-items: center;
    flex-direction: column;
}
.section_nine .sec9_textbox {
    padding: 20px 80px 100px 30px;
}
.section_nine .sec9_textbox h2 {
    font-size: 48px;
    line-height: 1.2;
}
.section_nine .sec9_textbox p {
    font-size: 16px;
    line-height: 24px;
}
.section_nine .sec9_bottom img {
    left: 0px;
    top: 0px;
    max-width: 100%;
}
.sec9_bottom {
    top: -150px;
    left: 0px;
}
.section_nine .sec9_right img {
    height: 350px;
    padding-top: 0px;
}
.sec9_content {
    padding-top: 0;
}






 ===== Section Ten ===== 

.sec10_content {
    width: 85%;
    padding-top: 50px;
}
.sec10_inner {
    gap: 20px;
    flex-direction: column;
}
.sec10_box {
    padding: 60px 0px;
        width: 60%;
        min-height: 250px;
        margin: 0 auto;
}
.sec10_box h2 {
    font-size: 48px;
    margin: 0;
}
.sec10_box .hash {
    font-size: 36px;
}
.sec10_box .star {
    font-size: 30px;
}
.sec10_box p {
    font-size: 16px;
}
.sec10_box .icons img {
    width: 30px;
    margin: 0 4px;
}




 ===== General / Header / Footer Fixes ===== 

section.Custom_header {
    justify-content: space-between;
    padding: 15px 20px;
}



.section_one video { object-fit: cover; }
.section_one .sliding_page_container { padding-left: 0px; }

.section.section_two,
.section.section_three,
.section.section_four,
.section.section_five,
.section.sec7_mob,
.section.sec8_mob,
.section.sec9_mob {
    z-index: -1;
}
div#section-6 {
  
    z-index: -1;
}
.qr-container {
    right: 2%;
    bottom: 1%;
    display: none;
}
.section .content_main h2 {
    font-size: 68px !important;
    line-height: 7rem !important;
    font-weight: 800 !important;
}
.section .content_main h2 .mob_br_tag { display: none; }
.section .content_main p {
    font-size: 26px !important;
    line-height: 34px !important;
    max-width: 80% !important;
}

#section-2 { background: #CEE9D8; }
.section_two video {
    top: unset;
    left: unset;
    right: 0;
    width: 100%;
    height: 60%;
    object-fit: cover;
    z-index: -1;
    bottom: 0;
    object-position: right;
}
.section_two .content_main {
   height: 30% !important;
   top: 120px !important;
}
.section.section_one .sliding_page_container { height: unset; }
.section.section_two .sliding_page_container { 
        width: 95%;
        height: 90vh;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
.section.section_three .sliding_page_container { height: 35%; }
.section.section_four .sliding_page_container { height: 45%; }
.section.section_four video {
    height: 54%;
    object-fit: cover;
    bottom: 5%;
}
.section_eight .top-box, .section_eight .bottom-box { padding: 0px 20px 20px 20px; }
.section.section_five .sliding_page_container { 
    height: 100%;
    padding-top: 75px;
}
.section.section_five video {
    height: 60%;
    bottom: 0%;
    top: unset;
    object-position: right;
}


.section.sec8_mob .sliding_page_container,
.section.sec9_mob .sliding_page_container {
    width: 80%;
    height: 57%;
}
.section.sec7_mob .sliding_page_container { 
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
}

.section.section_two.section_six.sec9_mob .content_main { width: 100%; }
.head_box_item h5 {
    font-size: 25px;
    line-height: 32px;
    width: 100%;
    margin: 20px auto 0;
}
.custom_header_slide ul.main-menu li a {
    padding: 13px 22px;
    font-size: 26px;
}
.head_box_item { padding: 10px; height: 297px; }
section.custom_header_slide { padding: 45px 95px 0px 95px; }
.content_side a {
    padding: 5px 30px;
    font-size: 16px;
    margin-right: 40px;
}
ul.footer_menu li a {
    padding: 5px 20px;
    font-size: 16px;
}
ul.foot_menu_two {
    margin: 50px 0px 50px !important;
}
ul.social_media {
    gap: 50px !important;
    justify-content: center;
}
ul.foot_menu_two li a:after,
ul.foot_menu_three li a:after { top: 12px; }
section.footer_sec_two { text-align: center; }
.qr_container_footer {
    width: 100% !important;
    margin-bottom: 20px !important;
    height: auto !important;
}
section.footer_sec_one { padding: 0px 40px !important; }

}









 Responsive Devices Styles mobiles Start  by Agha
@media (max-width: 767px) {

     sign-up-popup 

     .sign_up_popup .popup-container {
                padding: 40px 25px;
                margin: 20px;
                max-width: 400px;
            }
            
            .sign_up_popup .close-btn {
                top: -20px;
                right: -20px;
                width: 40px;
                height: 40px;
                font-size: 24px;
            }
            
            .sign_up_popup .popup-title {
                font-size: 32px;
            }
            
            .sign_up_popup .gif-placeholder,
            .sign_up_popup .your-gif {
                width: 150px;
                height: 150px;
            }
            
            .sign_up_popup .phone-input-container {
                flex-direction: column;
                align-items: stretch;
            }
            
            .sign_up_popup .country-code {
                justify-content: center;
            }
            
            .sign_up_popup .phone-input {
                min-width: auto;
            }
            
            .sign_up_popup .send-btn {
                align-self: center;
            }



    .section_one .content_main h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .section .content_main p {
        font-size: 30px;
        line-height: 30px;
        max-width: 100%;
    }

    .section.section_two .sliding_page_container {
        width: 95%;
        margin: 0 auto;
        height: auto;
    }

    .qr_container_footer {
        height: 135px;
    }

    .content_side a {
        padding: 5px 30px;
        font-size: 16px;
        margin-right: 20px;
    }

    .head_box_item {
        padding: 10px;
        height: 253px;
    }

    section.custom_header_slide h2 {
        font-size: 40px;
    }

    .head_box_item h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .custom_header_slide ul.main-menu li a {
        padding: 13px 22px;
        font-size: 16px;
    }
}

 landscape devices 767 to lower devices 
@media (max-width: 767px) {
    
    .sec4_col_image img {
    width: 50%;
}

    
    .sec4_left_grid {
        padding: 0px 10px 0px 0px    
        
    }
    
    .deposit_icon {
        width: 50%;
    }
    
    .sec4_col_content {
        gap: 20px;
    }
    
    ul.foot_menu_two li a:after,
ul.foot_menu_three li a:after {
    height: 100%;
}

.section_six .explore_btn {
    display: none;
}
.section_eight .explore_btn {
    display: none;
}
.sec8_second_p {
    display: none;
}
    
    .section_four .sec4_left.collapsed .sec_four_second_p,
.section_four .sec4_left.collapsed .sec4_left_bottom {
    max-height: auto;
    opacity: 1;
}
    
    .section_four .top-box.expanded h2, .section_four .bottom-box.expanded h2 {
font-size: 22px;
        line-height: 28px;
        font-weight: 800;
    }
    
    .section_four .top-box.shrunk p, .section_four .bottom-box.shrunk p {
        display:none;
    }
    
    .section_four .bottom-box.shrunk img, .section_four .top-box.shrunk img {
        display: none;
    }
    
    .section_four .top-box.shrunk h2, .section_four .bottom-box.shrunk h2 {
        padding: 0;
        text-align: center;
    }
    
  .section_four .top-box.expanded .top-box_content,
  .section_four .bottom-box.expanded .bottom-box_content {
    width: 100% !important;
    padding-left: 40px !important;
  }
  
      .section_four .top-box.expanded .top-box_content {
    width: 100% !important;
    padding-left: 40px !important;
  }
  
.section_four .top-box_content,
.section_four .bottom-box_content {
  width: 70%;              /* default chhoti width 
  padding-left: 0;
  transition: width 0.4s ease, padding-left 0.4s ease; /* smooth animation 
}

.section_four .top-box.expanded .top-box_content,
.section_four .bottom-box.expanded .bottom-box_content {
  width: 100%;             /* expand hone pe full width 
  padding-left: 40px;
}
  
    
    
    
    
    
    
     Section 6 expanded heading 
.section_six .top-box.expanded h2,
.section_six .bottom-box.expanded h2 {
  font-size: 28px;
  line-height: 32px;
}

 Section 6 shrunk paragraph hide 
.section_six .top-box.shrunk p,
.section_six .bottom-box.shrunk p {
  display: none;
}

 Section 6 shrunk image hide 
.section_six .bottom-box.shrunk img,
.section_six .top-box.shrunk img {
  display: none;
}

 Section 6 shrunk heading center 
.section_six .top-box.shrunk h2,
.section_six .bottom-box.shrunk h2 {
  padding: 0;
  text-align: center;
}

 Section 6 expanded content full width + padding 
.section_six .top-box.expanded .top-box_content,
.section_six .bottom-box.expanded .bottom-box_content {
  width: 100% !important;
  padding-left: 0px !important;
}







 Section 8 expanded heading 
.section_eight .top-box.expanded h2,
.section_eight .bottom-box.expanded h2 {
  font-size: 28px;
  line-height: 32px;
}

 Section 8 shrunk paragraph hide 
.section_eight .top-box.shrunk p,
.section_eight .bottom-box.shrunk p {
  display: none;
}

 Section 8 shrunk image hide 
.section_eight .bottom-box.shrunk img,
.section_eight .top-box.shrunk img {
  display: none;
}

 Section 8 shrunk heading center 
.section_eight .top-box.shrunk h2,
.section_eight .bottom-box.shrunk h2 {
  padding: 0;
  text-align: center;
}

 Section 8 expanded content full width + left padding 
.section_eight .top-box.expanded .top-box_content,
.section_eight .bottom-box.expanded .bottom-box_content {
  width: 100% !important;
  padding-left: 0px !important;
}




    
    
    
    
section.Custom_header {
    padding: 12px 20px;
    justify-content: space-between;
  }

  section.Custom_header .logo img {
    max-height: 50px;
  }

  section.Custom_header.fixed_header {
    padding: 6px 15px;
    justify-content: space-between;
  }

  section.Custom_header.fixed_header .logo img {
    max-height: 50px;
    width: 100%;
    padding-top: 5px;
    align-items: center
  }

    
    .footer_sec_three {

    padding: 10px 20px 10px !important;
    
}
    
    .footer_sec_three p {
        font-size: 12px !important;
    }
    
    .section_two .facial-word .facial-bg-gif {
    width: 190px;
    top: -3% !important;
}
    

    
    .msisdn_gif_element {
        
    margin-left: 20px !important;
    top:25% !important;
}
    
    .section_two .gif-container .gif-element {
        width: 55px !important;
        top: 35% !important;
    }
    .section_two .gif-container .cooling_gif_element {
        width: 70px !important;
        top: 42% !important;
    }
    
    
    QR Code Css Start 
    
    .qr-code img {
    width: 65px;
}

.qr-code {
    width: 70px;
}
  .qr-inner {
      height: 80px;
  }  
  .qr-container {
      display: none;
      bottom: 1%;
  }
  
  .qr-content h3 {
      margin-bottom: 0;
  }
        QR Code Css End 
        
        
        
        
    section two css starts here
    

    
    .section_two .dots {
        position: relative;
        bottom: 150px;
        margin-top: 0;
    }
    
    
    .only_section_two {
    height: 100vh !important;
    min-height: 50vh !important;
    padding-bottom: 0;
}


.section_two .content_main {
    width: 12.5%;
    height: 80vh;
    justify-content: center;
}

    .only_section_two .content_main h2 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 40px;
        margin-top: 0px;
    }


    section two css ends here


     section three css starts 
    
    .section_three {
    align-items: start;
}

.sec3_content{
    height: 100vh;
}
    .section_three .sec3_inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .section_three .sec3_left,
    .section_three .sec3_right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .section_three .sec3_left {
        top: 50px;
    }

.section_three .sec3_right{
    width:100%;
    top: 50px;
    right: 0;
}

.sec3_card {
    margin-bottom: -50px;
}
    .section_three .sec3_img {
        width: 100%;
        top: 0;
    }

    .section_three .sec3_text {
        top: -90px;
        left: 0;
        width: 80%;
        margin: 0 auto;
    }

    .section_three .sec3_text h2 {
        font-size: 2rem;
        margin-top: 0;
    }

    .section_three .sec3_text p {
                font-size: 18px;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .sec3_p {
        width: 70%;
    }

    .section_three .sec3_text a {
        padding: 8px 16px;
        background-size: contain;
        margin-top:0px;
        font-size: 18px;
    }

    .section_three .sec3_gif {
        max-width: 40%;
        margin: 0 auto;
        height:auto;
    }


     section three css ends 



     section four css starts  
    
    
    .section_four .sec4_left_bottom {
        flex-direction:row;
        width: 35%;
        align-items: center;
    }
    
    .sec_four_second_p {
        display: none;
    }
    
    .section_four .sec4_right {
        gap: 10px;
        height: auto;
        margin:0;
        width: 100%;
    }

      .section_four {
        min-height: 100vh;
        display: block;
        padding: 15px;
    }

    .section_four .sec4_inner {
        display: flex;
        height: 80vh;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
    }

    .section_four .sec4_left {
        padding: 0px 0px 0px 0px;
        flex-direction:  row;
        text-align: center;
        margin: 0;
        width: 100%;
        height: auto;
        background-size: cover;
    }
    .section_four .sec4_left h2 {
        font-size: 20px;
        margin: 0;
        letter-spacing: 0px;
        padding: 0px;
        text-align: left;
    }
    .section_four .sec4_left p {
        font-size: 14px;
        margin :0;
        line-height: 20px;
    }
    .section_four .explore_btn {
        display: none;
        font-size: 14px;
        padding: 8px 16px;
        margin: 0px 0px 0px auto;
    }
    .section_four .mobile_img {
                margin: 20px auto 0px 0px;
                width: 100%;
    }
    
    .sec4_left_content {
    width: 60%;
    padding-left: 0px !important;
}

    .section_four .top-box,
    .section_four .bottom-box {
        flex-direction: row;
        text-align: center;
        background-size: cover;
    }
    
    .section_four .top-box {
        flex-direction: row;
            padding: 20px 0px 0px 20px;
    }
    
    
    .section_four .top-box h2,
    .section_four .bottom-box h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .section_four .top-box p,
    .section_four .bottom-box p {
        font-size: 13px;
    }
    .section_four .top-box_img {
        width: 50%;
        margin: 10px auto 0;
    }
    
    .section_four .bottom-box_img {
        width:50%;
    }
    
        .section_four .top-box_content, .section_four .bottom-box_content {
            
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }
    
    
    .section_four .top-box h2, .section_four .bottom-box h2 {
                font-size: 26px;
        line-height: 24px;
        text-align: left;
        margin: 0;
    }
    
        .section_four .top-box p, .section_four .bottom-box p {
        font-size: 14px;
        line-height: 18px;
        margin: 0px;
        text-align: left;
    }
    
        .section.section_four .sliding_page_container {
        height: 100%;
        display: flex;
        justify-content: center;
    }
    
    
    
    
    
    .section_four .sec4_inner {
    flex-direction: column;
    height: 100vh;
  }



     section four css ends  


     section five css starts 

    .section_five {
        padding: 0;
    }
    
    .section.section_five .sliding_page_container {
        height : 80vh;
    }

    .section_five .sec5_inner {
        flex-direction: column;
        width: 100%;
        display:block;
        gap: 20px;
    }

     Left Section 
    .section_five .sec5_left {
        height:35vh;
        padding:0;
    }

    .section_five .sec5_left h2 {
        font-size: 30px;
        margin: 40px 0px 0px 0px;
        font-weight: 800;
        line-height: 30px;
    }

    .section_five .card-slider-container {
        height: 230px;
        margin: 0;
    }

    .section_five .card {
        width: 40%;
        height: auto;
    }


     Right Section 
    .section_five .sec5_right {
        width: 100%;
        margin: 0 auto;
        height: 62vh;
    }
    
    .section_five .card.left {
        transform:translateX(-80px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(-45deg) ;
    }
    
    .section_five .card.right {
    transform: translateX(80px) scale(0.8) rotateY(-15deg) rotateX(0deg) rotateZ(45deg);
    }
    
    .section_five .card-slider {
        width: 70%;
        height: auto;
    }


    .section_five .slides_wrapper .content_main img {
        max-width: 30%;
    }

     CTA 
    .section_five .card-cta {
        padding: 0;
    }

    .section_five .card-cta h3 {
        font-size: 20px;
        line-height: 1.3;
        padding: 15px 20px 5px 20px;
    }

    .section_five .card-cta .order-btn {
        font-size: 0.8rem;
        padding: 10px 20px;
    }


     section five css ends 




     Section six css starts 
    
        .section_six .top-box_img,
    .section_six .bottom-box_img {
        width: 55%;
        margin:0;
    }
    
        .section.section_six .sliding_page_container {
        height: 80%;
        width: 95%;
        margin: 0 auto;
        max-width: 100%;
    }

 .section_six .sec6_left p {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin: 0px;
}
    
      .sec6_right .box p {
        font-size: 16px;
        line-height: 18px;
        margin: 0px;
        text-align: left;
  }
    
      .sec6_right .box h2 {
        font-size: 26px;
        line-height: 24px;
        text-align: left;
        margin: 0;
  }
  
  
 .section_six .sec6_left,
    .section_six .top-box,
    .section_six .bottom-box {
        
        width:100%;
        padding: 20px 0px 20px 20px;
        flex-direction:row;
        height:23vh;
    }
    
    .section_six .top-box {
        padding-right: 20px;
    }
    
    .section_six .sec6_inner {
        justify-content:center;
    height: 80vh;
    flex-direction:column;
    gap: 10px;
}

.section_six .sec6_right {
    width:100%;
    height: 45vh;
    gap: 10px;
}

  .sec6_left p {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
  }
  
      .sec6_left h2 {
        font-size: 18px;
        margin: 0;
        text-align: left;
  }
  
  .section_six .sec6_left_content {
        width: 40%;
        gap: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
  }
  
      .section_six .sec6_left h2 {
        font-size: 26px;
        text-align: left;
        line-height: 24px;
        margin: 0;
    }
    

    
    .section_six .sec6_left_bottom {
    justify-content: center;
    width: 50%;
}

.section_six .sec6_left_bottom img {
    width: 70%;
    margin: 0 auto;
}


.section_six .bottom-box_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.section_six .top-box_content {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}


     Section six css ends 




     section seven css starts 
    
    
    .section.sec7_mob .sliding_page_container {
        height: 100%;
    }
    
    .sec7_text {
        margin: 0;
    }
    
    .section.sec7_mob .sliding_page_container {
        display: flex;
        justify-content: center; 
    }

     .sec7_content .content_main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content:center;
  }

   Left column full width 
  .sec7_left {
    flex: 0 0 30%;
    margin: 0;
  }
  .sec7_left img {
    height: auto;
    max-width: 80%;
    margin: 0 auto;
  }

   Right column full width 
  .sec7_right {
    flex: 0 0 30%;
    gap: 30px;
  }

  .sec7_inner {
    padding: 25px 20px;
    gap: 0px;
    background-size: cover;
  }

  .sec7_inner h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        margin: 0 !important;
  }

  .sec7_inner .btn-learn {
    padding: 10px 25px;
    font-size: 14px;
  }

  .sec7_image img {
    max-width: 100%;
    margin: 0 auto;
  }


     section seven css ends 




     section eight css starts 
    
    
    .section_eight .sec8_left p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin: 0px;
}
    
      .sec8_right .box p {
        font-size: 16px;
        line-height: 18px;
        margin: 0px;
        text-align: left;
  }
    
      .sec8_right .box h2 {
        font-size: 26px;
        line-height: 24px;
        text-align: left;
        margin: 0;
  }
  
  
 .section_eight .sec8_left,
    .section_eight .top-box,
    .section_eight .bottom-box {
        

        padding: 20px 0px 20px 20px;
        flex-direction:row;
        height:23vh;
    }
    
    .section_eight .sec8_inner {
        justify-content:center;
        height: 80vh;
        gap: 10px;
}

.section_eight .sec8_right {
    gap: 10px;
    height: 45vh;
}

  .sec8_left p {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
  }
  
      .sec8_left h2 {
        font-size: 18px;
        margin: 0;
        text-align: left;
  }
  
  .section_eight .sec8_left_content {
        width: 40%;
        gap: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
  }
  
      .section_eight .sec8_left h2 {
        font-size: 26px;
        text-align: left;
        line-height: 24px;
        margin: 0;
    }
    

    
    .section_eight .sec8_left_bottom {
    justify-content: center;
            margin: 0;
        width: 50%;
}

.section_eight .sec8_left_bottom img {
    width: 100%;
    margin: 0 auto;
}


.section_eight .bottom-box_content {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.section_eight .top-box_content {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

     section eight css ends 




     section nine css starts 
    
    .section_five .slides_wrapper {
        height :auto;
    }
    
    .sec9_content {
        height: 90vh;
        padding-top: 0px;
    }

      .section_nine .sec9_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    width: 100%;
  }

   Left column full width 
  .section_nine .sec9_left {
    align-items: center;
    justify-content: flex-end;
    top: 0;
  }

  .section_nine .sec9_textbox {
    padding: 10px 0px 50px 25px;
    background-position: center;
    text-align: center;
    width :90%;
  }

  .section_nine .sec9_textbox h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align :left;
  }

  .section_nine .sec9_textbox p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
        text-align :left;
  }

  .section_nine .btn-discover {
    font-size: 14px;
    padding: 10px 30px;
  }

  .section_nine .sec9_bottom img {
    position: relative;
    top: -60px;
    left: 0;
    max-width: 70%;
    margin: 0 auto;
  }

   Right column full width 

  .section_nine .sec9_right img {
    height: auto;
    width: 80%;
    padding-top: 0;
    margin: 0 auto;
    display: block;
  }


     section nine css ends 



     section ten css starts  

      .sec10_inner {
    flex-direction: column;   /* ✅ boxes ek ke niche ek 
    align-items: center;
    gap: 10px;
    height: 75vh;
    justify-content: center;
  }
  
      .sec10_content {
        width: 95%;
        margin: 0 auto;
        max-width: 100%;
    }

  .sec10_box {
    width: 100%;
    max-width: 350px;
    padding: 40px 20px;
    min-height: auto;
  }

  .sec10_box h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .sec10_box .hash {
    font-size: 28px;
  }


  .sec10_box .star {
    font-size: 24px;
  }

  .sec10_box p {
    font-size: 14px;
  }

  .sec10_box .icons img {
    width: 28px;
  }


     section ten css ends  

    .content_side a {
        display: none;
    }

    section.Custom_header .logo {
        width: 40%;
    }

    section.Custom_header .content_side {
        width: 40%;
    }

    section.custom_header_slide {
        padding: 35px 40px 0px 40px;
    }

    section.custom_header_slide h2 {
        font-size: 20px;
    }
    .head_box_item {
        width: 100%;
        height: auto;
    }
    .head_box_item h5 {
        margin-bottom: 20px;
    }
    .custom_header_slide ul.main-menu li a {
        padding: 5px 7px;
        font-size: 14px;
    }
    .custom_header_slide ul.main-menu {
        justify-content: flex-start;
    }
    .head_close_btn img {
        width: 30px;
    }
    section.footer_sec_one {
        padding: 0px 20px;
    }
    .qr_container_footer {
        width: 100%;
        margin: 0;
    }
    .footer_img {
        padding-top: 30px;
    }

}


@media (max-width: 375px) {
    
}



responsive for mobile iphone se

@media (width: 375px) and (height: 667px) {
    
    .section_nine .sec9_textbox {
        padding: 50px 0px 10px 50px;
    }
    
    .section_nine .sec9_bottom img {
        top: 0;
    }
    
    .sec9_bottom {
        top: -210px;
        left: 165px;
    }
    
    .section_eight .bottom-box_img {
        margin-top: 25px;
    }
    
    .section_nine .sec9_right {
        height: 35%;
        flex: 0 0 35%;
        top: 10px !important;
    }
    
    .section_four .top-box, .section_four .bottom-box {
        height: 50%;
    }
    
        .section_five .card-slider {
        width: 100px !important;
    }
    
    .section_five .card.left {
        transform: translateX(-75px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(-70deg);
        margin-bottom: 20px;
    }
    .section_five .card.right {
        transform: translateX(75px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(70deg);
        margin-bottom: 20px;
    }
    
    .sec7_right {
        gap: 0;
    }
    
    .sec7_left img {
        max-width: 60%;
    }
    
    .sec7_content .content_main {
        gap: 0;
    }
    
    .sec7_inner h2 {
        padding: 30px 40px 30px 40px;
    }
    
    .section_five .sec5_inner {
        height: 100%;
    }
    
    .section_five .card-cta .order-btn {
        padding: 5px 20px;
    }
    
    .section_five .sec5_inner {
        padding: 20px 20px 20px 20px;
    }
    
        .section.section_two .sliding_page_container {
        height: 95% !important;
    }
    
    .section_four .top-box p, .section_four .bottom-box p {
        font-size: 12px;
    }
    
    .section_four .top-box h2, .section_four .bottom-box h2 {
        font-size: 22px;
    }
    
    .section_four .top-box_img {
        width: 40%;
    }
    
        .section_four .bottom-box_img {
        width: 40%;
    }
    
    
    .deposit_icon {
    width: 30%;
    margin: 0 auto 0px auto;
}
    
    .section_four .sec4_left h2 {
        font-size: 20px;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        text-align: left;
    }
    
        .section_four .sec4_left {
        padding: 0px 10px 0px 0px; 
        }
    
    .sec4_col_image {
        display: block;
            height: fit-content;
            text-align: center;
    }
    
    .sec4_col_image img {
    width: 45%;
}
    
    .section_two .dots {
        bottom: 200px;
    }
    
    .sec4_left_grid {
        align-items: unset;
        padding: 20px 0px 0px 0px;
        grid-template-columns: 40% 60%;
    }
    .sec4_col_content {
        gap: 0;
        justify-content: center;
    }
    
    .section_eight .sec8_inner {
        flex-direction: column;
    }
    
    .section_eight .sec8_right, .section_eight .sec8_left {
        width: 100%;
    }
    
    .section_five .sec5_right {
        height: 30vh;
    }
    
    .section_five .slides_wrapper {
        height: auto;
    }
    
    .section_four .sec4_right {
        width: 100%;
        height: 50% !important;
    }
    
    .only_section_two .content_main {
        padding-bottom: 80px;
    }
    
    .section_four .sliding_page_container {
        max-width: 90%;
    }
    
    .section_four .sec4_left {
        width: 100%;
        height: 25% !important;
    }
    
    .section_five .slides_wrapper .content_main img {
        max-width: 40% !important;
        bottom: 30px !important;
    }
    
    
    .section_three .sec3_gif {
        width: 35% !important;
    }
    
    .section_three .sec3_right {
        top: 0px !important;
        right: 0 !important;
    }
    
    .section_two .gif-container .cooling_gif_element {
        width: 70px !important;
        top: 42% !important;
    }
    
    .section_two .gif-container .location_based_gif {
        width: 50px !important;
        top: 42% !important;
    }
    
    .section_two .gif-container .device_gif_element {
        width: 55px !important;
        top: 38% !important;
    }
    .migration_heading_mobile {
        font-size: 50px;   
    }
    
    .section_two .gif-container .fraud_gif_element {
        width: 90px !important;
        top: 55% !important;
    }
    
    .section_two .gif-container .storage_gif_element {
        width: 45px !important;
        top: 40% !important;
    }
    
    
    
    
}


 Responsive Devices Styles Mobile Start by Agha
@media (max-width: 480px) {
    
    .section_six .sec6_left {
        background-size: cover;
    }
    
        .section_two .gif-container .fraud_gif_element {
        width: 90px !important;
        top: 60% !important;
        }
    
        .section_two .gif-container .storage_gif_element {
            width: 45px !important;
            top: 37% !important;
        }
    
        .section_two .facial-word .facial-bg-gif {
        width: 230px;
        top: -30% !important;
    }
    
    .section_five .slides_wrapper .content_main img {
                max-width: 37%;
        bottom: 60px;
        position: relative;
    }
    
        
        .section_two .location_based_heading {
            font-size: 50px;
        }
        
        .location_based_gif {
                    width: 50px !important;
        top: 30% !important;
        }
        
            .section_two .gif-container .gif-element .cooling_gif_element {
        width: 70px !important;
        top: 42% !important;
    }
    
    .section_three .sec3_inner {
        gap: 30px;
    }
    
    .section_five .card {
        width: 100%;
    }
    
    .only_section_two .content_main {
        position: relative;
        padding-bottom: 100px;
        height: 80vh;
    }
    
    .section_four {
        padding:0;
    }
    .section_four .sec4_inner {
        height: 100vh;
    }
    
    .section_four .sec4_left {
        height: 25%;
    }
    
    .sec9_bottom {
    transform: translate(-170px, 200px);
}
    
    .section_four .sec4_right {
        height: 60%;
    }
    
    .section_five .sec5_left {
        height: 60vh;
        position:relative;
        top: 35px;
    }
    
    .section_five .card-slider-container {
        height: 180px;
        top: 20px;
    }
    .section_five .card-slider {
        width: 80px;
    }
    
    .section_five .slides_wrapper .content_main {
        height: auto;
    }
    .section_five .dots {
        bottom: 25%;
        gap: 0px;
    }
    
    .section_five .sec5_right {
        top: 0px;
    }
    
    .section_three .sec3_right {
        top: 5px;
    }
    
    
        .section_three .sec3_gif {
        max-width: 70%;
        width: 55%;
        margin: 0 auto;
        height: auto;
    }
    
    .section_six .sec6_inner {
        height: 100%;
        padding: 0;
    }
    
    .section_six .sec6_left, .section_six .top-box, .section_six .bottom-box {
        height: 25vh;
    }
    
    .section_six .sec6_right {
        height: 50vh;
    }
    .section_eight .sec8_inner {
        height: 95vh;
        padding: 0;
        flex-direction: column;
    }
    
    .section.section_two .sliding_page_container {
        height: 100%;
    }
    
    .section_eight .sec8_right {
        height: 50vh;
        width: 100%;
    }
    
    .section_eight .sec8_left, .section_eight .top-box, .section_eight .bottom-box {
        height: 25vh;
    }
    .section_eight .sec8_left {
        width: 100%;
        background-size: cover;
    }



     section ten css starts 

    .sec10_box {
    max-width: 70%;
    padding: 0px;
    min-height: auto;
  }
  
  .sec10_inner {
      height: 80vh;
  }

  .sec10_box h2 {
    font-size: 28px;
  }

  .sec10_box .hash {
    font-size: 22px;
  }

  .sec10_box .star {
    font-size: 20px;
  }

  .sec10_box p {
    font-size: 13px;
  }

  .sec10_box .icons img {
    width: 24px;
    margin: 0 3px;
  }

  
     section ten css ends 



     section nine css starts 
    
    .section_nine {
    padding: 0;
}

.section_nine .sec9_inner {
    gap: 0px;
    height: 100%;
}

    .section_nine .sec9_right {
        display: flex;
        height: 40%;
        top: -25px;
        position: relative;
    }

.section_nine .sec9_textbox {
        width: 100%;
        padding: 10px 0px 20px 50px;
}

    .section_nine .sec9_left {
   
        height: 30vh;
        gap: 10px;
    }

    .sec9_content {
        height: 95vh;
        padding-top: 0;
    }

     .section_nine .sec9_textbox h2 {
    font-size: 26px;
    line-height: 32px;
    text-align :left;
  }

  .section_nine .sec9_textbox p {
    font-size: 13px;
    line-height: 20px;
        text-align :left;
  }

  .section_nine .btn-discover {
    font-size: 13px;
    padding: 8px 24px;
  }

  .section_nine .sec9_bottom img {
    top: 25px;
    max-width: 90%;
  }

  .section_nine .sec9_right img {
    width: 100%;
  }


     section nine css ends 


     section eight css starts  

    .sec8_left h2 {
    font-size: 22px;
    line-height: 20px;
  }
  .sec8_left p {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
  }

  .sec8_right .box h2 {
        font-size: 26px;
        line-height: 24px;
        text-align: left;
        margin: 0;
        padding-top: 20px;
  }
  .sec8_right .box p {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin:0px;
  }

  .sec8_left_bottom img,
  .sec8_right img {
    width: 75%;
  }


     section eight css ends  


     section seven css starts 

    .sec7_inner {
    padding: 0px 0px 10px 0px;
    gap: 20px;
  }

  .sec7_inner h2 {
        font-size: 20px !important;
        line-height: 30px !important;
        margin: 0 !important;
  }

  .sec7_inner .btn-learn {
    padding: 8px 20px;
    font-size: 13px;
  }

  .sec7_image img {
    max-width: 100%;
  }


     section seven css ends 


     section six css starts 

    .section_six .sec6_left h2 {
        font-size: 26px;
    }

    .section_six .sec6_left p {
        font-size: 16px;
    }

    .section_six .top-box h2,
    .section_six .bottom-box h2 {
        font-size: 22px;
    }

    .section_six .top-box p,
    .section_six .bottom-box p {
        font-size: 14px;
    }

    .section_six .top-box_img,
    .section_six .bottom-box_img {
        width: 50%;
        margin:0;
    }
     section six css ends 

     sign-up-popup 

    .sign_up_popup .popup-container {
                padding: 30px 20px;
                margin: 15px;
                border-radius: 15px;
            }
            
            .sign_up_popup .close-btn {
                top: -15px;
                right: -15px;
                width: 35px;
                height: 35px;
                font-size: 20px;
            }
            
            .sign_up_popup .popup-title {
                font-size: 28px;
            }
            
            .sign_up_popup .popup-subtitle {
                font-size: 14px;
            }
            
            .sign_up_popup .gif-placeholder,
            .sign_up_popup .your-gif {
                width: 120px;
                height: 120px;
            }
        

            


    .section_one .content_main h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .section .content_main p {
        font-size: 16px;
        line-height: 25px;
    }

    .qr-container {
        right: 3%;
        bottom: 1%;
       
    }

    .qr-container .qr_small {
        display: none;
    }

    .qr-container .qr_large {
        display: block;
        opacity: 1;
        height: auto;
    }

    .only_section_two .content_main h2 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .section.section_four .sliding_page_container {
        height: 100%;
        display: flex;
        max-width: 90%;
        margin: 0 auto;
        justify-content: center;
    }

    .section.section_three .sliding_page_container {
        height: 16%;
    }

    .section.section_four .sliding_page_container {
        height: 100%;
    }

    .section.section_six .sliding_page_container {
        height: 95%;
        width: 95%;
        margin: 0 auto;
        max-width: 100%;
    }

    .section_two video {
        width: 80%;
    }

    .section_six video {
        object-position: 95%;
    }

    section.Custom_header {
        padding: 0px 20px 0px 20px;
        justify-content: space-between;
    }
    ul.footer_menu li a {
        padding: 5px 10px;
        font-size: 14px;
    }
    ul.foot_menu_two {
        margin: 0px !important;
    }
    ul.social_media li:nth-child(1) a i {
        font-size: 15px;
    }
    ul.social_media li a i {
        color: #fff;
        font-size: 20px;
    }
}




 iPhone XR 
@media only screen 
  and (device-width: 414px) 
  and (device-height: 896px) 
  and (-webkit-device-pixel-ratio: 2) {
      
      .section_five .card.right {
          transform: translateX(70px) scale(0.8) rotateY(-15deg) rotateX(0deg) rotateZ(70deg);
      }
      
      .section_nine .sec9_textbox {
          padding: 10px 0px 10px 50px;
      }
      
    .sec9_bottom {
        top: -220px;
        left: 170px;
    } 
      
      .section_eight .sec8_left_bottom img {
          width: 100%;
      }
      
      .section_eight .bottom-box_img {
          margin-top: 65px;
      }
      
      .section_eight .sec8_inner {
         height: 100%;
      }
      
      
    .section_five .card-slider {
        width: 100px;
    }
      
    .section_five .card-cta .order-btn {
        font-size: 16px;
        padding: 5px 20px;
    }
      
    .section_five .card-cta h3 {
        font-size: 26px;
        padding: 15px 20px 15px 20px;
    }
      
      .section_five .sec5_inner {
          padding: 0px 0px 60px 0px;
      }
      
          .section.section_two .sliding_page_container {
        height: 90%;
        padding-top: 20px;
    }
      
      .section_four .top-box h2, .section_four .bottom-box h2 {
          font-size: 22px;
      }
      
      .section_four .top-box_img {
          width: 40%;
      }
      
      .deposit_icon {
    width: 40%;
    margin: 0px 0px 0px auto;
}
      
      .section_four .sec4_left h2 {
          padding: 10px 0px 0px 0px;
      }
      
      .sec4_col_content {
          gap: 0;
          text-align: left;
      }
      
      .sec4_left_grid {
        grid-template-columns: 40% 60%;
      }
      
      .sec4_col_image {
          height: 90%;
          display: block;
          width: 80%;
      }
      
      .sec4_left_grid {
          padding: 0px 20px 0px 0px;
      }
      
          .section_four .sec4_left {
        height: 25%;
    }
      
          .section_four .sec4_right {
        height: 50%;
    }
      
          .sec3_card {
        margin-bottom: 0px;
    }
      
    .section_three .sec3_gif {
        max-width: 80%;
        width: 50%;
    }

    .only_section_two .content_main {
        padding-bottom: 50px;
        height: 70vh;
    }
    
    .section_three .sec3_right {
        top: -30;
    }
    
    .section_four .bottom-box_img {
        width: 40%;
    }
    
    .section_five .sec5_right {
        height: 35vh;
    }
    
    .section_five .sec5_left {
        height: 55vh;
    }
    .section_five .slides_wrapper .content_main {
        width: 100%;
    }
    
    .section_five .slides_wrapper .content_main img {
        max-width: 40%;
        bottom: 50px;
    }
    
    .section_five .card-slider-container {
        height: 50%;
    }
}


 iPhone X 
@media only screen 
  and (device-width: 375px) 
  and (device-height: 812px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

    .section_five .sec5_left {
        height: 45vh;
    }
    
    .section.section_two .sliding_page_container {
        height: 90%;
    }
    
    .section_five .sec5_right {
        height: 45vh;
    }
    
    .section_five .sec5_inner {
        padding: 0px 10px 0px 10px;
    }
    .sec7_inner h2 {
        padding: 25px 30px 25px 30px;
    }
    
    .sec9_bottom {
        top: -220px;
        left: 170px;
    }
    .section_four .top-box h2, .section_four .bottom-box h2 {
        font-size: 18px;
    }
    .section_four .top-box p, .section_four .bottom-box p {
        font-size: 17px;
    }
    .only_section_two .content_main {
        height: 70vh;
    }
}




@media (max-width: 360px) {
    
    .section_three .sec3_gif {
        width: 35%;
    }
    
    .section_eight .sec8_left {
        background-size: cover;
    }
    
    .section_nine .sec9_right {
        flex: 0 0 35%;
    }
    
    .section_nine .sec9_textbox {
        padding: 10px 0px 10px 50px;
    }
    
    .sec9_bottom {
        padding-bottom: 10px;
        top: -230px;
        left: 165px;
    }
    
    .section_nine .sec9_inner {
        height: 95%;
    }
    
    .section_five .card.left {
        transform: translateX(-70px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(-70deg);
        margin-top: 20px;
    }
    .section_five .card.right {
        margin-top: 20px;
        transform: translateX(70px) scale(0.8) rotateY(0deg) rotateX(0deg) rotateZ(70deg);
    }
    
    .section_eight .sec8_inner {
        height: 100%;
    }
    
    .section_eight .sec8_left_bottom img {
        width: 100%;
    }
    
    .section_eight .bottom-box_img {
        margin-top: 65px;
    }
    
        .section_five .slides_wrapper .content_main img {
        bottom: 40px !important;
    }
    
    .section_five .sec5_left {
        height: 40vh !important;
    }
    
    .only_section_two .content_main {
        height: 70vh;
    }
    
    .sec7_left img {
        max-width: 60%;
    }
    
    .sec7_content .content_main {
        gap: 0;
    }
    
    .sec7_inner h2 {
            padding: 20px 30px 20px 30px;
    }
    
    .section_five .card-cta .order-btn {
        padding: 5px 20px;
    }
    
        .section_five .card-slider-container {
        height: 150px;
        top: 30px;
    }
    
    .section_five .sec5_right {
        height: 50vh;
        top: 50px;
    }
    
    .section_five .slides_wrapper .content_main img {
        
        max-width: 37%;
    }
    
    
        .section.section_two .sliding_page_container {
        height: 90%;
    }
    
    .section_five .sec5_inner {
        padding: 0;
    }
     
    .section_three .sec3_right {
        top: 0px;
    }
    
    .section_four .top-box, .section_four .bottom-box {
            padding: 0px 0px 0px 20px;
    }
    .section_four .top-box h2, .section_four .bottom-box h2 {
        font-size: 18px;
    }
    
    .section_four .top-box p, .section_four .bottom-box p {
        font-size: 12px;
    }
    
        .section_four .bottom-box_img {
        width: 35%;
    }
    
        .section_four .top-box_img {
        width: 35%;
    }
    .sec4_left_grid {
            grid-template-columns: 40% 60%;
            padding: 0;
    }
    .section_four .sec4_left h2 {
        font-size: 18px;
        padding: 0;
        text-align: left;
    }
    .sec4_col_image {
        width: 50%;
    }
    .sec4_col_image img {
    width: 100%;
    }
    .section_four .sec4_left {
        padding: 0px 0px 0px 10px;
        height: 25%;
    }
    .sec4_col_content {
        gap: 0;
    }
    .deposit_icon {
        width: 35%;
    }
        .section_four .sec4_right {
        height: 50%;
    }
        .section_three .sec3_text p {
        font-size: 16px;
        padding: 20px 0px 20px 0px;
    }
}



 ipad Air portrait
@media only screen 
  and (min-width: 820px) 
  and (max-width: 1180px) 
  and (orientation: portrait) {

    .section_three .sec3_left {
        top: 10px;
        height: 55vh;
    }
    
    .section_six .sec6_left {
        padding:90px 0px 30px 20px;
    }
    
    .section_six .bottom-box {
            padding: 20px 20px 20px 20px;
    }
    .section_six .top-box {
        padding: 20px 20px 20px 20px;
    }
    .section_six .bottom-box_img {
        margin-right: 0;
    }
    
    .sliding_page_container.sec7_content {
       height: 100%;
    }
    .sec7_content .content_main {
        height: 100%;
    }
    .sec7_right {
        justify-content: end;
            flex: 0 0 55%;
    }
    .sec7_left {
        flex: 0 0 35%;
        display: flex;
        position: relative;
        top: 25px;
    }
    .sec7_left {
            flex: 0 0 30%;
    }
    .sec7_right {
        gap: 50px;
    }
    .sec7_left img {
        max-width: 100%;
        width: 100%;
    }
    .sec9_bottom {
        top: 0px;
        left: 40px;
    }
    
    .section_nine .sec9_left {
        top: 80px;
    }
    
    .section_nine .sec9_textbox {
        padding: 20px 110px 110px 50px;
    }
      
  }




@media screen and (min-width: 2560px) {
   2560 aur us se bari screens 
  
  .sec3_card {
      width: 100%;
  }
  
  .section_four .sliding_page_container {
      max-width: 80%;
  }
  
  .sec4_col_image img {
    width: 80%;
}

.sec4_right .box {
    padding: 30px 0px 30px 60px;
}

.top-box_content h2, .bottom-box_content h2 {
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 60px;
}

.section_four .explore_btn {
    font-size: 26px;
}

.top-box_content p, .bottom-box_content p {
    font-size: 26px;
}

.section_five .sliding_page_container {
    height: 85%;
}

.section_six .sliding_page_container {
    max-width: 80%;
}

.section_six .sec6_left_bottom {
    max-height: unset;
}

.section_six .sec6_left_content {
    padding: 20px 0px 0px 20px;
}

.section_six .top-box h2 {
    font-size: 46px;
}

.section_six .top-box p {
    font-size: 30px;
    margin-bottom: 80px;
}

.section_six .explore_btn {
    font-size: 18px;
}

.section_six .bottom-box p {
    font-size: 30px;
    margin-bottom: 80px;
}

.section_five .sec5_inner {
    height: 100%;
}

.section_eight .top-box h2, .sec8_right .bottom-box_content h2 {
    font-size: 50px;
    line-height: 60px;
}

.section_eight .top-box p, .sec8_right .bottom-box_content p {
    font-size: 24px;
}

.top-box_content h2, .bottom-box_content h2 {
    margin-bottom: 20px;
}

.sec10_box {
    min-height: 700px;
}

.content_side a {
    font-size: 24px;
        padding: 10px 50px;
}

.content_side img {
    width: 12%;
}


  
  
}








footer css

 --- FOOTER MENUS STRUCTURE (ALL DEVICES) --- 
.site-footer {
    background-color: #24212a;
    padding: 60px 20px 30px 20px;
    color: #ffffff;
    text-align: center;
}

.footer-navigation {
    margin-bottom: 30px;
    width: 100%;
}

.f-menu {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    display: flex; /* Horizontal structure fix 
    flex-wrap: wrap; /* Agar screen bohat choti ho toh wrap ho, lekin structure na tute 
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between items 
}

.f-menu li {
    display: flex;
    align-items: center;
    white-space: nowrap; /* Text ko ek line mein rakhne ke liye 
}

.f-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px; /* Desktop/iPad size 
    font-weight: 400;
}

 Separator (|) logic - same for all devices 
.f-menu li:not(:last-child):after {
    content: "|";
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

 About Us Green Color - Targeting first item of second menu 
.menu-bottom li:first-child a {
    color: #00ca6d !important;
}

 --- MOBILE SPECIFIC (BASED ON YOUR 80% WIDTH RULE) --- 
@media (max-width: 768px) {
    .footer-container {
        width: 85%; /* Layout ke andar 80-85% width 
        margin: 0 auto;
    }

    .f-menu {
        gap: 6px; /* Mobile par gap thoda kam 
        margin: 8px 0;
    }

    .f-menu li a {
        font-size: 11px; /* Mobile par chota size taake screen mein fit aaye 
    }

    .f-menu li:not(:last-child):after {
        content: "|";
        font-size: 11px; /* Separator size bhi chota 
        margin-left: 6px;
    }
    
    .footer-banner-img {
        max-width: 100%;
        height: auto;
    }

    .footer-copyright-info p {
        font-size: 10px;
        line-height: 1.4;
    }
}

 Extra Small Mobile (iphones) 
@media (max-width: 380px) {
    .f-menu li a, 
    .f-menu li:not(:last-child):after {
        font-size: 10px; /* Mazeed chota taake structure horizontal hi rahe 
    }
}