@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    padding: 0; margin: 0;
    box-sizing: border-box; text-transform: capitalize;
    transition: .4s linear;
    outline: none; border: none; text-decoration: none;
    text-transform: unset!important;
    font-family: 'inter', sans-serif;
}

:root{
    --black-color: #1268FB;
    --dark-black-color: #010F1C;
    --heading-color: #0f172a;
    --paragraph-color: #475569;
    --white-color: #fff;
    --gray-color: #737887;
    --light-gray: #e5e5e5;
    --box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    --lighBlue-color: #d9f1ff;
    --paragrapg-color: #4D4D4D;
    --main-color2: #3b5cff;
    --primary-blue: #3a86ff;
    --secondary-blue: #8338ec;
    --light-blue: #bde0fe;
    --dark-blue: #1a1a2e;
    --font-heading:  "Inter", sans-serif;

}


html{
    font-size: 65.5%;
    scroll-behavior: smooth;
    transition: .10s all;
}

body{
    overflow-x: hidden;
    background: var(--white-color);
}

a{
    text-decoration: none!important;
}

::-webkit-scrollbar{
    width: .6rem;
}

::-webkit-scrollbar-track{
    background: var(--white-color);
}

::-webkit-scrollbar-thumb{
    background: #F4F5F6;
}

/* ================= FIXED WRAPPER ================= */
.download-fix{
  position:fixed;
  left:50%;
  display: flex;align-items: center; justify-content: center;
  width: 100%;
  bottom:-120px;
  transform:translateX(-50%);
  z-index:999;
  transition:bottom 0.8s ease;
}

.download-fix.show{
  bottom:30px;
}

/* ================= BUTTON ================= */
.download-fix-btn{
  position:relative;
  padding:16px 38px;
  border-radius:60px;
  background:#1e90ff;
  color:#fff;
  font-size:17px;
  font-weight:600;
  cursor:pointer;
  border:none;
  display:flex;
  align-items:center;
  gap:12px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(30,144,255,0.35);
}

/* ================= ROTATING BORDER ================= */
.download-fix-btn::before{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:60px;
  background:conic-gradient(
    #1e90ff,
    #ffffff,
    #1e90ff,
    #ffffff,
    #1e90ff
  );
  animation:download-fix-spin 3s linear infinite;
}

.download-fix-btn::after{
  content:"";
  position:absolute;
  inset:3px;
  background: var(--main-color2);
  border-radius:60px;
  z-index:1;
}

/* ================= CONTENT ================= */
.download-fix-btn span{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:10px;
}

/* ================= ANIMATION ================= */
@keyframes download-fix-spin{
  0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

/* ================= HOVER ================= */
.download-fix-btn:hover{
  transform:scale(1.05);
}

.section-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem; margin-bottom: 5rem;
}

.section-header__left {

}

.section-header__badge {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a73e8;
  border: 1px solid #1a73e8;
  padding: 0.5rem 1.4rem;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  background-color: #eaf3ff;
}

.section-header__title {
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--font-heading);
  color: #111;
  margin: 0;
}

.section-header__btn {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to right, #1e68f1, #001f75);
  border: none;
  padding: 1.2rem 2.6rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-header2{
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.section-header2 h2{
    color: var(--white-color);
}

.section-header2 .discover-badge{
    background: #010e37;
    color: var(--white-color);
    border-color: rgb(18 104 251);
}

.section-header2 p{
    font-size: 1.8rem;
    color: rgb(255 255 255 / 70%); margin: 0;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

/*Start home section*/
.home-section-bg-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 50%, #f0f7ff 100%);
    z-index: -1;
    overflow: hidden;
}

.home-section-bg-animation::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background-image: 
        repeating-linear-gradient(90deg, transparent, transparent 4.9rem, rgba(135, 206, 250, 0.08) 5rem, rgba(135, 206, 250, 0.08) 5.1rem),
        repeating-linear-gradient(0deg, transparent, transparent 4.9rem, rgba(135, 206, 250, 0.08) 5rem, rgba(135, 206, 250, 0.08) 5.1rem);
    animation: home-section-wireframe-move 5s linear infinite;
    top: -25%;
    left: -25%;
}

@keyframes home-section-wireframe-move {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(5rem, 5rem) rotate(1deg);
    }
}

/* ==================== MAIN HOME SECTION ==================== */
/* =========================
   BASE SECTION HEADING
========================= */
.section-heading {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 2rem;
}

/* Subheading Row */
.section-heading-sub {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem; font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

/* Polygon Shape */
.section-heading-polygon {
  width: 1.6rem;
  height: 1.6rem;
  background: #3b5cff;
  clip-path: polygon(100% 0px, 0% 100%, 100% 100%);
  animation: polygonAngleRotate 8s ease-in-out infinite;
}

/* Main Heading */
.section-heading-title {
  font-size: 5rem;
    font-weight: 700;
    font-family: var(--font-heading);
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

/* Paragraph */
.section-heading-text {
  font-size: 1.7rem;
  line-height: 1.8;
  max-width: 52rem;
  margin: 0 auto;
  opacity: 0.9;
  letter-spacing: .3px;
}

/* =========================
   LIGHT VERSION
========================= */
.section-heading--light .section-heading-sub {
  color: #6b7280;
}

.section-heading--light .section-heading-title {
  color: #0f172a;
}

.section-heading--light .section-heading-text {
  color: #475569;
}

/* =========================
   DARK VERSION
========================= */
.section-heading--dark .section-heading-sub {
  color: #c7d2fe;
}

.section-heading--dark .section-heading-title {
  color: #ffffff;
}

.section-heading--dark .section-heading-text {
  color: #cbd5f5;
}

/* =========================
   POLYGON 4-ANGLE ANIMATION
========================= */
@keyframes polygonAngleRotate {
  /* Top Left */
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }

  /* Top Right */
  25% {
    transform: rotate(90deg);
  }
  45% {
    transform: rotate(90deg);
  }

  /* Bottom Left */
  50% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(180deg);
  }

  /* Bottom Right */
  75% {
    transform: rotate(270deg);
  }
  95% {
    transform: rotate(270deg);
  }

  /* Smooth Reset */
  100% {
    transform: rotate(360deg);
  }
}

section{
    padding: 4rem 7%;
}
.home-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/home-background.png);
    background-size: cover; background-position: center;
}

.home-section-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.home-buttons{
    display: inline-flex!important;
    align-items: center;
    gap: 1.5rem; 
}

.home-buttons .btn {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 1rem;height: 60px;
  border-radius: 1.2rem;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-left: 2rem;
  border: none; letter-spacing: .3px;
  gap: 0.6rem;
  transition: all 0.3s ease;

  &:hover{
    color: var(--white-color)!important;
    box-shadow: none;
  }
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #172133;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: left center;
  transition: transform 0.7s ease;
  border-radius: inherit; border-radius: 1.2rem!important;
}

/* Hover effect */
.btn:hover::before {
  border-radius: 33px;
  transform: scaleY(1);
}

.btn:hover {
 color: #fff;
}

.btn:hover::before {
 width: 100%;
}


.btn .btn-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff26;
    height: 43px;
    width: 43px;
    border-radius: 1rem;
    color: #ffffff;
    margin-left: 1.2rem;
}

.btn .btn-icon2{
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 43px; width: 43px;
    border-radius: 50%;
    margin-left: 1.2rem;
    background: var(--main-color);
}

.btn-quote {
  background: var(--main-color2);
  color: #fff;
}

.btn-quote:hover {
  transform: translateY(-0.2rem);
  color: var(--white-color)!important;
  background: var(--main-color);
}

.btn-explore {
    background: var(--main-color2);
    color: #FB3F52;
    border: 1.4px solid #FA7D3C !important;
}

.btn-explore:hover {
  transform: translateY(-0.2rem);
  background: #fff;
  color: #0a215c!important;
}

/* ==================== LEFT CONTENT ==================== */
.home-section-content {
    padding-right: 3rem;
}

.home-section-notice {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem; border: 1px solid #3b5cff;
    background: var(--white-color);
    padding: 0.8rem 1.8rem;
    border-radius: 5rem;
    margin-bottom: 2.5rem;
    animation: home-section-notice-pulse 2s ease-in-out infinite;
}

.home-section-notice img{
    width: 30px;
}

@keyframes home-section-notice-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
    }
    50% {
        box-shadow: 0 0 0 1rem rgba(33, 150, 243, 0);
    }
}

.home-section-notice-icon {
    font-size: 1.4rem;
    color: #2196f3;
}

.home-section-notice-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--main-color2);
    letter-spacing: 0.05rem;
}

.home-section-heading {
    font-size: 5.5rem;
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: var(--font-heading);
}

.home-section-heading-highlight {
    color: var(--main-color2);
    position: relative;
    display: inline-block;
    font-family: var(--font-heading);
    transition: all 0.5s ease;
}

.home-section-description {
    font-size: 1.7rem;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 3.5rem;
    font-weight: 400;
}

/* ==================== TRUSTED USERS ==================== */
.home-section-trusted {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.home-section-trusted-avatars {
    display: flex;
    align-items: center;
}

.home-section-avatar {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border: 0.3rem solid #ffffff;
    margin-left: -1.2rem;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.home-section-avatar:first-child {
    margin-left: 0;
}

.home-section-avatar:hover {
    transform: translateY(-0.5rem) scale(1.1);
    z-index: 10;
}

.home-section-trusted-text {
    font-size: 1.6rem;
    color: #0d1b2a;
    font-weight: 400;
    font-family: var(--font-heading);
}

.home-section-trusted-count {
    font-weight: 700;
    color: var(--main-color2);
}

.home-section-form {
    margin-top: 3rem;
}

.home-section-input-wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 0.8rem 1rem;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    max-width: 55rem;
}

.home-section-phone-input {
    display: flex;
    align-items: center;
    flex: 1;
    background: #f8fafc;
    border-radius: 0.8rem;
    padding: 0 1.5rem;
    gap: 1rem; margin-right: 1rem;
}

.home-section-country-code {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0d1b2a;
    border-right: 0.2rem solid #e2e8f0;
    padding-right: 1rem;
}

.home-section-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.5rem;
    color: #0d1b2a;
    padding: 1.5rem 0;
    font-weight: 500;
}

.home-section-input::placeholder {
    color: #94a3b8;
}

.home-section-btn {
    background: var(--main-color2);
    color: #ffffff;
    border: none;
    padding: 1rem 1.2rem;
    padding-left: 2rem;
    border-radius: 12px;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    font-family: var(--font-heading);
    white-space: nowrap;
}

.home-section-btn-icon{
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 8px; color: white; padding: 10px; background: #ffffff26;
}

.home-section-btn:hover {
    transform: translateY(-0.2rem);
    box-shadow: 0 0.8rem 2rem rgba(33, 150, 243, 0.4);
}

.home-section-btn-icon {
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.home-section-btn:hover .home-section-btn-icon {
    transform: translateX(0.5rem);
}

/* ==================== RIGHT IMAGE SECTION ==================== */
.home-section-image-container {
    position: relative;
    height: 60rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section-main-image {
    position: absolute;
    width: 100%;
    height: auto;
    border-radius: 2rem;
    opacity: 0;
    transform: scale(0.9) translateY(2rem);
    transition: all 1s ease-in-out;
    object-fit: cover;
}

.home-section-main-image.active {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* ==================== FLOATING ELEMENTS ==================== */
.home-section-float-element {
    position: absolute;
    width: 6rem;
    height: 6rem;
    background: radial-gradient(circle at center, #ffffff 40%, #e6edff 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b5cff;
    font-size: 2.5rem;
    box-shadow: 0 0 0 0.6rem rgba(70, 120, 255, 0.12), 0 1.2rem 2.6rem rgb(186 200 228 / 54%);
    animation: home-section-float 3s ease-in-out infinite;
}

.home-section-float-element img{
        width: 3rem;
    }

.home-section-float-1 {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.home-section-float-2 {
    bottom: 20%;
    right: 5%;
    animation-delay: 1s;
}

.home-section-float-3 {
    top: 10%;
    right: 15%;
    animation-delay: 2s;
}

@keyframes home-section-float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-2rem) rotate(180deg);
    }
}

/* ==================== NOTIFICATION ANIMATIONS ==================== */
@keyframes home-section-notification-slide {
    from {
        transform: translateX(40rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes home-section-notification-slideout {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(40rem);
        opacity: 0;
    }
}
/*End home section*/

.hero-customer-section-line{
    width: 100%;
    background: linear-gradient(45deg, transparent, #d1d1ef, transparent);
    height: 1px;
}

/*Start hero customer section*/
.hero-customer-section{
    background: var(--white-color);
    padding: 4rem 7%;
}

.hero-customer-section-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.hero-customer-section-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #f4f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #3b5cff;
  flex-shrink: 0;
}

.hero-customer-section-icon img{
    width: 4.5rem; margin: auto; display: block;
}

.hero-customer-section-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #0f172a;
  font-family: var(--font-heading);
}

.hero-customer-section-content p {
  font-size: 1.6rem;
  margin: 0;
  color: #64748b;
}

.hero-customer-section-badge {
     display: inline-block;
    margin-left: 0.6rem;
    padding: 0.2rem 0.8rem;
    font-size: 1.4rem;
    border-radius: 2rem;
    background-color: #dceefd;
    font-family: var(--fa-font-brands);
    color: #000000;
    font-weight: 600;
}
/*End hero customer section*/

/*Start benefit section*/
.benefit-section {
  background-color: hsl(0deg 0% 95.69%);
  background: url(../img/benefit-section-bg.png);
  background-size: cover!important; background-position: center;
  width: 100%; background-attachment: fixed;
}

.benefit-section-card {
  height: 100%;
  padding: 3.6rem 3rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  border: 0.1rem solid #e4e4fa;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.benefit-section-card.dark {
  background-color: hsl(0deg 0% 0%);
  border-color: #000000;
}

.benefit-section-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: hsl(0deg 0% 0%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
  z-index: 0;
}

.benefit-section-card:hover::before {
  transform: scaleY(1);
}

.benefit-section-card-content {
  position: relative;
  z-index: 2;
}

.benefit-section-icon-wrap {
  position: relative;
  width: 6.2rem;
  height: 6.2rem;
  margin-bottom: 2.4rem;
}

.benefit-section-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: hsl(0deg 0% 99.22%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.benefit-section-icon img {
  width: 3rem;
  height: 3rem;
}

/* Gradient Shadow */
.benefit-section-icon-shadow {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 6.2rem;
    height: 6.2rem;
    background: linear-gradient(90deg, #8b8dfc, #48d2ec);
    /* filter: blur(1.2rem); */
    border-radius: 50%;
    z-index: 1;
}

.benefit-section-card h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #0f172a;
  transition: color 0.4s ease;
}

.benefit-section-card p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
    transition: color 0.4s ease;
}

/* Dark Card Text */
.benefit-section-card.dark h3 {
  color: #ffffff;
}

.benefit-section-card.dark p {
  color: #cbd5e1;
}

/* Hover Text Change */
.benefit-section-card:hover h3,
.benefit-section-card:hover p {
  color: #ffffff;
}
/*End benefit section*/

/*Start app screen section*/
.app-screen-feature {
    background: #fff;
    min-height: 100vh;
}

.app-screen-feature-row {
    margin-bottom: 10rem;
}

.app-screen-feature-row:last-child {
    margin-bottom: 0;
}

/* Content Styles */
.app-screen-feature-content {
    padding: 2rem 0;
}

.app-screen-feature-title {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: var(--font-heading);
    line-height: 1.3;
    margin-bottom: 1.2rem;
    color: var(--heading-color);
}

.app-screen-feature-description {
    font-size: 1.8rem;
    color: #64748b;
    margin-bottom: 4rem;
    line-height: 1.8;
    letter-spacing: .3px;
}

/* Feature List */
.app-screen-feature-list {
    margin-bottom: 4rem;
}

.app-screen-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3.5rem;
    gap: 2rem;
}

.app-screen-feature-item:last-child {
    margin-bottom: 0;
}

.app-screen-feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 1.5rem;
    overflow: hidden;
/*    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);*/
}

.app-screen-feature-icon img {
    width: 100%;
    height: 100%; border-radius: 12px;
    object-fit: cover;
}

.app-screen-feature-text {
    flex: 1;
}

.app-screen-feature-subtitle {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--heading-color);
    margin-bottom: .5rem; 
}

.app-screen-feature-subtext {
    font-size: 1.6rem;
    color: #64748b; letter-spacing: .2px;
    line-height: 1.8;
}

/* Button Styles */
.app-screen-feature-btn {
    background: var(--main-color2);
    color: #fff;
    border: none;
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
/*    box-shadow: 0 0.5rem 1.5rem rgba(102, 126, 234, 0.25);*/
}

.app-screen-feature-btn:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.8rem 2rem rgba(102, 126, 234, 0.3);
}

.app-screen-feature-btn i {
    font-size: 1.6rem;
    transition: transform 0.3s ease;
}

.app-screen-feature-btn:hover i {
    transform: translateX(0.5rem);
}

/* Image Wrapper */
.app-screen-feature-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Phone Image */
.app-screen-feature-phone {
    position: relative;
    z-index: 111;
}

.app-screen-feature-phone-img {
    max-width: 100%; width: 100%;
}

/* Credit Card */
.app-screen-feature-card {
    position: absolute;
    top: 15%;
    left: -5%;
    width: 28rem;
    height: 18rem;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.12);
    z-index: 4;
    transform: rotate(-15deg);
    transition: transform 0.3s ease;
}

.app-screen-feature-row-reverse .app-screen-feature-card {
    left: auto;
    right: -5%;
    transform: rotate(15deg);
}

.app-screen-feature-card:hover {
    transform: rotate(-15deg) scale(1.05);
}

.app-screen-feature-row-reverse .app-screen-feature-card:hover {
    transform: rotate(15deg) scale(1.05);
}

.app-screen-feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Animated Blur Shapes */
.app-screen-feature-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(8rem);
    opacity: 0.6;
    z-index: 1;
}

.app-screen-feature-blur-1 {
    width: 40rem;
    height: 40rem;
    background: linear-gradient(135deg, #a8b7f5 0%, #c4a5d8 100%);
    top: 10%;
    right: 5%;
    animation: app-screen-feature-float-1 8s ease-in-out infinite;
}

.app-screen-feature-blur-2 {
    width: 35rem;
    height: 35rem;
    background: linear-gradient(135deg, #fbc2eb 0%, #fda5c2 100%);
    bottom: 15%;
    left: 10%;
    animation: app-screen-feature-float-2 10s ease-in-out infinite;
}

.app-screen-feature-blur-3 {
    width: 38rem;
    height: 38rem;
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
    top: 15%;
    left: 5%;
    animation: app-screen-feature-float-3 9s ease-in-out infinite;
}

.app-screen-feature-blur-4 {
    width: 42rem;
    height: 42rem;
    background: linear-gradient(135deg, #a8edea 0%, #d4f1f4 100%);
    bottom: 10%;
    right: 8%;
    animation: app-screen-feature-float-4 11s ease-in-out infinite;
}

/* Animations */
@keyframes app-screen-feature-float-1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(3rem, -3rem) scale(1.1);
    }
    66% {
        transform: translate(-2rem, 2rem) scale(0.9);
    }
}

@keyframes app-screen-feature-float-2 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(-3rem, 3rem) scale(1.1);
    }
    66% {
        transform: translate(2rem, -2rem) scale(0.9);
    }
}

@keyframes app-screen-feature-float-3 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(2rem, 3rem) scale(1.05);
    }
    66% {
        transform: translate(-3rem, -2rem) scale(0.95);
    }
}

@keyframes app-screen-feature-float-4 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(-2rem, -3rem) scale(1.1);
    }
    66% {
        transform: translate(3rem, 2rem) scale(0.9);
    }
}

.svg-line{
    background: white;
}

.svg-line img{
    width: 100%;
}
/*End app screen section*/

/*Start power feature section*/
.power-feature-section{
  background: #f4f4f4;
}

.power-feature-section .row{
  align-items:stretch;
}

.power-feature-section-card{
  background: #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  border-radius:1.8rem;
  padding: 2rem;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.power-feature-section-icon{
  width: 8rem;
  height: 8rem;
  border-radius:1.6rem;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:2rem;
  margin-bottom:2rem;
}

.power-feature-section-icon img{
    width: 4rem;
}

.power-feature-section-icon.orange{background:#ffd2ad;}
.power-feature-section-icon.blue{background:#aee7ff;}
.power-feature-section-icon.pink{background:#ffb9f1;}

.power-feature-section-title{
  font-size: 3rem;
    font-family: var(--font-heading);
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.power-feature-section-subtitle{
  font-size: 1.6rem;
    line-height: 1.8;
    color: #5a6b7d;
    margin-bottom: 1rem;
}

.power-feature-section-features{
  background:#ffffff;
  border-radius:1.4rem;
  padding:2.4rem;
  flex-grow:1;
}

.power-feature-section-features ul{
  padding:0;
  margin:0;
  list-style:none;
}

.power-feature-section-features li{
  font-size:1.6rem;
  display:flex; letter-spacing: .4px;
  align-items:flex-start;
  margin-bottom:1.8rem;
}

.power-feature-section-features li i{
   margin-right: 1.2rem;
    font-size: 1.6rem;
    margin-top: .4rem;
}
/*End power feature section*/

/*Start khata feature section*/
.khata_feature_section{
  padding:6rem 5%;
/*  background:linear-gradient(180deg,#ecfbff,#dff6ff);*/
}

.khata_feature_section-feature{
  display:flex;
  align-items:flex-start;
  gap:1.8rem;
  margin-bottom:5rem;
}

.khata_feature_section-feature.left{
  flex-direction:row-reverse;
  text-align:right;
}

.khata_feature_section-feature.right{
  text-align:left;
}

.khata_feature_section-icon{
  width:5.6rem;
  height:5.6rem;
  border-radius:50%;
  background:radial-gradient(circle at center,#ffffff 40%,#e6edff 70%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 0 0 0.6rem rgba(70,120,255,0.12),
    0 1.2rem 2.6rem rgba(0,0,0,0.12);
  flex-shrink:0;
}

.khata_feature_section-icon img{
  width: 30px;
}

.khata_feature_section-title{
  font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    font-family: var(--font-heading);
}

.khata_feature_section-text{
  font-size:1.6rem;
  line-height:1.8;
  color:#5a6b7d;
  max-width:32rem;
}

.khata_feature_section-mockup{
  text-align:center;
}

.khata_feature_section-mockup img{
  width:95%; border-radius: 22px;
  transform:translateY(-1.5rem);
  display: block; margin: auto;
}
/*End khata feature section*/

/*Start khata business profit section*/
.business__profile__section {
    min-height: 100vh;
    background: white;
}


/* Step Card */
.business__profile__step__card {
    background: #ffffff;
    border-radius: 50px;
    padding: 3.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
}

.business__profile__step__card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.business__profile__step__icon {
   
    position: absolute;
    right: 32px;
    bottom: 10px;
}

.business__profile__row {
    display: flex;
    gap: 2rem;
}

/* Image Box */
.business__profile__image__box {
    /*background: #3b82f6;
    border-radius: 22px;
    padding: 2.5rem;
    overflow: hidden;*/
}

.business__profile__image__wrapper {
    /*border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);*/
}

.business__profile__image {
    width: 100%;
    height: auto;
    border-radius: 22px;
    display: block;
    transition: transform 0.4s ease;
}

.business__profile__image__box:hover .business__profile__image {
    transform: scale(1.05);
}

/* Content Box */
.business__profile__content__box {
    flex: 1;
}

.business__profile__title {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-family: var(--font-heading);
}

.business__profile__description {
    font-size: 1.6rem;
    color: #64748b;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

/* Feature List */
.business__profile__feature__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.business__profile__feature__item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.7rem;
    color: #475569;
    transition: all 0.2s ease;
}

ol, ul{
    padding-left: 0;
}

.business__profile__feature__item:hover {
    color: #1e293b;
}

.business__profile__check__icon img{
    width: 22px;
}

.business__profile__feature__text {
    font-weight: 500;
}
/*End khata business profit section*/

/*Start use section*/
.use-section {
    background: linear-gradient(180deg, #f8fafc 0%, #e0e7ff 100%);
    position: relative;
    overflow: hidden;
}

.use-section-card {
    background: #ffffff;
    border-radius: 2.4rem;
    padding: 4rem 3.5rem;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e5e7eb;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid #8063f5; border-top: none;
    box-shadow: inset 0px 4px 0px 0px #C8C4DD;
}

.use-section-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: #8063f5;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.use-section-card:hover {
    transform: translateY(-1.5rem);
    box-shadow: 0 2rem 4rem rgba(99, 102, 241, 0.15);
    border-color: #c7d2fe;
}

.use-section-card:hover::before {
    transform: scaleX(1);
}

.use-section-icon-wrapper {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    position: relative;
    transition: all 0.4s ease;
}

.use-section-icon-wrapper img{
    width: 5rem;
}

.use-section-card:nth-child(1) .use-section-icon-wrapper {
    background: radial-gradient(118.77% 118.77% at 50% 0%, #FFFFFF 0%, #ECE9FE 100%);
    border: 1px solid #C8C4DD;
}

.use-section-card:nth-child(2) .use-section-icon-wrapper {
    background: linear-gradient(135deg, #e0e7ff 0%, #a5b4fc 100%);
}

.use-section-card:nth-child(3) .use-section-icon-wrapper {
    background: linear-gradient(135deg, #fae8ff 0%, #d8b4fe 100%);
}

.use-section-card:hover .use-section-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.use-section-icon {
    font-size: 4rem;
    transition: all 0.3s ease;
}

.use-section-card:nth-child(1) .use-section-icon {
    color: #1e40af;
}

.use-section-card:nth-child(2) .use-section-icon {
    color: #4338ca;
}

.use-section-card:nth-child(3) .use-section-icon {
    color: #7c3aed;
}

.use-section-card-title {
    font-size: 2.6rem;
    font-weight: 600;
    color: #08012C;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.use-section-card-description {
    font-size: 1.6rem;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 3rem;
    flex-grow: 1;
}

.use-section-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.use-section-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    color: #374151;
    transition: all 0.3s ease;
}

.use-section-feature-item:hover {
    transform: translateX(0.5rem);
}

.use-section-check-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.use-section-card:nth-child(1) .use-section-check-icon {
    background: #dbe0fe69;
    color: #1e28af;
}

.use-section-card:nth-child(2) .use-section-check-icon {
    background: #e0e7ff;
    color: #4338ca;
}

.use-section-card:nth-child(3) .use-section-check-icon {
    background: #fae8ff;
    color: #7c3aed;
}

.use-section-feature-text {
    flex: 1;
    line-height: 1.6;
}
/*End use section*/

/*Start question section*/
.faq-section{
  background:#b7cddb;
  background: url(../img/question-bg.jpg);
  background-size: cover; background-position: center;
  width: 100%;
}

.faq-section-card{
  max-width:110rem;
  margin:auto;
  background:#ffffff;
  border-radius:1.8rem;
  padding:4.5rem 4rem;
}

/* Small top label */
.faq-section-label{
  font-size:1.2rem;
  font-weight:600;
  text-align:center;
  color:#ff5a5f;
  margin-bottom:0.8rem;
}

/* Title */
.faq-section-title{
  font-size:2.6rem;
  font-weight:700;
  text-align:center;
  margin-bottom:0.6rem;
}

.faq-section-subtitle{
  font-size:1.45rem;
  text-align:center;
  color:#6b7a88;
  margin-bottom:4rem;
}

/* Accordion */
.faq-section-accordion .accordion-item{
  border:none;
  border-radius:1.2rem;
  margin-bottom:1.8rem;
  background:#f9fbfc;
}

.faq-section-accordion .accordion-button{
  background:#f9fbfc;
  font-size:1.6rem;
  font-weight:600;
  padding:1.8rem 2rem;
  box-shadow:none;
}

.faq-section-accordion .accordion-button::after{
  background-image:none;
  content:"+";
  width:3.2rem;
  height:3.2rem;
  border-radius:50%;
  background: #0608310f;
    color: #060831;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.8rem;
}

.faq-section-accordion .accordion-button:not(.collapsed)::after{
  content:"–";
}

.faq-section-accordion .accordion-body{
  font-size:1.6rem;
  line-height:1.7;
  color:#5a6b7d;
  padding:0 2rem 2rem;
}
/*End question section*/

/*Start review section*/
.testimonial-section {
  padding: 6rem 5%;
  background-color: #ffffff;
}

.testimonial-section__label {
  font-size: 1.3rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.testimonial-section__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 1rem;
  color: #08012C;
}

.testimonial-section__slider {
  position: relative;
}

.testimonial-section__card {
  background: #f9fafb;
  border-radius: 1.6rem;
  padding: 3rem;
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.testimonial-section__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.testimonial-section__icon {
  font-size: 3.5rem;
  color: #d1d5db;
  margin-bottom: 1.5rem;
}

.testimonial-section__text {
  font-size: 1.6rem;
  color: #374151;
  line-height: 1.7;
}

.testimonial-section__user {
  display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2.5rem;
    background: white;
    padding: 20px;
    border-radius: 100px;
}

.testimonial-section__avatar {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2563eb;
  flex-shrink: 0;
}

.testimonial-section__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section__name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #08012C;
}

.testimonial-section__username {
  font-size: 1.2rem;
  color: #6b7280;
}

/* Owl dots scoped */
.testimonial-section .owl-dots {
  margin-top: 3rem;
}

.testimonial-section .owl-dot span {
  width: 1rem;
  height: 1rem;
  background: #d1d5db;
}

.testimonial-section .owl-dot.active span {
  background: #2563eb;
}
/*End review section*/

/*START OTHER PAGE HERO SECTION*/
.pay-in-section{
    background: url(../img/about-hero-background.jpg);
    background-size: cover!important; background-position: center;
    width: 100%; min-height: auto!important;
    padding: 6rem 5%; 
}

.pay-in-section .row{ text-align: center;
    display: flex; align-items: center; justify-content: center;
}

.pay-in-section .content{
    text-align: center;
    margin: auto; max-width: 800px;
    margin-top: 8rem;
}

.back-home-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #9cd3fe;
  border-radius: 5rem;
  padding: 1.4rem 2.2rem;
  background-color: #fff;
  margin-bottom: 1.6rem;
}

.back-home-wrapper a {
  color: var(--main-color);
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.3s ease;
  font-family: var(--heading);
}

.back-home-wrapper a:hover {
  color: #1749db;
}

.divider {
  height: 2rem;
  width: 1px;
  background-color: #c5cce2;
  margin: 0 1.5rem;
}

.back-home-wrapper h4 {
  color: #7f8aa5;
  font-size: 1.6rem;
  font-family: var(--heading);
  font-weight: 500;
  margin: 0;
}

.pay-in-section-home-button{
    background: var(--white-color);
}

.collection-feature-section {
    padding: 6rem 3%;
    position: relative;
}

.collection-feature-section-container {
    background: #f6fcff;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 22px;
}

.collection-feature-section-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.collection-feature-section-main-image {
    width: 100%;
    height: auto;
    border-radius: 22px;
    object-fit: contain;
}

.collection-feature-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.collection-feature-section-heading {
    font-size: 3.5rem;
    font-weight: 800;
    font-family: var(--heading);
    color: #1a1a1a;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.collection-feature-section-description {
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
    letter-spacing: .3px;
}

.collection-feature-section-features {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.collection-feature-section-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.collection-feature-section-check-icon {
    min-width: 3rem;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.collection-feature-section-check-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.collection-feature-section-feature-content {
    flex: 1;
}

.collection-feature-section-feature-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: .3px;
    margin-bottom: 0.8rem;
}

.collection-feature-section-feature-description {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.7;
    letter-spacing: .3px;
}

.service-assest1 {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 60px;
}

.pay-in-section-content h1{
    font-size: 6rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: .3px;
    color: #2B3674;
}

.pay-in-section-content p{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.8;
    color: #5C6369;
}
/*END OTHER PAGE HERO SECTION*/

 /* Footer Section Styles */
.footer-section {
    background: url(../img/question-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 6rem 5%;
    position: relative;
    overflow: hidden;
}

.footer-section-container {
    position: relative;
    z-index: 2;
    max-width: 140rem;
    margin: 0 auto;
}

/* Brand Section */
.footer-section-brand {
    margin-bottom: 3rem;
}

.footer-section-logo img{
    width: 150px; margin-bottom: 2rem;
}

.footer-section-about {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #94a3b8;
    margin-bottom: 2.8rem;
    max-width: 32rem;
    animation: footer-section-fade-in 0.8s ease-out 0.2s backwards;
}

/* Social Links */
.footer-section-social {
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;
    animation: footer-section-fade-in 0.8s ease-out 0.4s backwards;
}

.footer-section-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 1.6rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 0.1rem solid rgba(255, 255, 255, 0.08);
    will-change: transform;
}

.footer-section-social-link:hover {
    background: var(--main-color2);
    color: #ffffff;
    transform: translateY(-0.4rem);
    box-shadow: 0 0.8rem 2rem rgba(99, 102, 241, 0.4);
    border-color: transparent;
}

/* Footer Columns */
.footer-section-col {
    margin-bottom: 3.6rem;
    animation: footer-section-slide-up 0.8s ease-out backwards;
}

.footer-section-col:nth-child(1) { animation-delay: 0s; }
.footer-section-col:nth-child(2) { animation-delay: 0.1s; }
.footer-section-col:nth-child(3) { animation-delay: 0.2s; }
.footer-section-col:nth-child(4) { animation-delay: 0.3s; }
.footer-section-col:nth-child(5) { animation-delay: 0.4s; }

/* Links Section */
.footer-section-links {
    height: 100%;
}

.footer-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 2.4rem;
    letter-spacing: 0.05rem;
    position: relative;
    display: inline-block;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: -0.8rem;
    left: 0;
    width: 3.2rem;
    height: 0.3rem;
    background: var(--main-color2);
    border-radius: 0.2rem;
    transition: width 0.3s ease;
}

.footer-section-links:hover .footer-section-title::after {
    width: 100%;
}

/* List Styles */
.footer-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section-list-item {
    margin-bottom: 1.4rem;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.footer-section-list-item:hover {
    transform: translateX(0.6rem);
}

.footer-section-link {
    font-size: 1.45rem;
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding: 0.4rem 0;
    will-change: transform;
}

.footer-section-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.2rem;
    background: linear-gradient(90deg, #6366f1 0%, #a855f7 100%);
    transition: width 0.3s ease;
}

.footer-section-link:hover {
    color: #f1f5f9;
}

.footer-section-link:hover::before {
    width: 100%;
}

/* Copyright Section */
.footer-section-copyright {
    margin-top: 5.6rem;
    padding-top: 3.2rem;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
    text-align: center;
    animation: footer-section-fade-in 1s ease-out 0.6s backwards;
}

.footer-section-copyright-text {
    font-size: 1.4rem;
    color: #64748b;
    margin: 0;
    letter-spacing: 0.05rem;
}

/* Animations */
@keyframes footer-section-fade-in {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes footer-section-slide-up {
    from {
        opacity: 0;
        transform: translateY(3rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus Styles for Accessibility */
.footer-section-link:focus,
.footer-section-social-link:focus {
    outline: 0.2rem solid #6366f1;
    outline-offset: 0.4rem;
    border-radius: 0.4rem;
}
/*End footer*/



















/*Media quaries*/
@media screen and (max-width: 992px){
html{
    font-size: 55%;
}

.home-section-image-container {
    height: 50rem;
    margin-top: 14rem;
}

.home-section-content {
    padding-right: 0;
}

.app-screen-feature-row {
    margin-bottom: 8rem;
}

.business__profile__step__card {
        padding: 3rem;
    }
    
    .business__profile__row {
        flex-direction: column;
        gap: 2.5rem;
    }
    
    .business__profile__title {
        font-size: 3.6rem;
    }

    .use-section-row {
        gap: 2.5rem;
    }

    .use-section-card {
        padding: 3.5rem 3rem;
    }

    .use-section-icon {
        font-size: 3.5rem;
    }

    .home-section-main-image {
        position: absolute;
        width: 100%;
        height: auto;
        border-radius: 2rem;
        opacity: 0;
        transform: scale(1) translateY(0);
        transition: all 1s ease-in-out;
        object-fit: cover;
    }

    .home-section-main-image.active {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

    .hero-customer-section{
        margin-top: 8rem;
    }

    .home-section-btn-icon{display: none;}


    .home-section-btn {
        padding: 1.6rem 2rem!important;
        border-radius: 12px;
        font-size: 2rem;
        font-weight: 600;
        cursor: pointer;
    }

    .home-section-phone-input{
        padding: 1.6rem 2rem!important;
    }

    .home-section-input{padding: 0; font-size: 2rem}
    .home-section-country-code{font-size: 2rem}
}

@media screen and (max-width: 1200px){ 
    .app-screen-feature-title {
        font-size: 4rem;
    }
    
    .app-screen-feature-description {
        font-size: 1.7rem;
    }
    
}

@media screen and (max-width: 991px){
   

}

@media screen and (max-width: 768px){
    .app-screen-feature-icon {
        width: 7rem;
        height: 7rem;
    }
    
    .app-screen-feature-item {
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .app-screen-feature-btn {
        padding: 1.6rem 3.5rem;
        font-size: 1.6rem;
    }
    
    .app-screen-feature-blur {
        filter: blur(6rem);
    }
    
    .app-screen-feature-blur-1,
    .app-screen-feature-blur-3 {
        width: 32rem;
        height: 32rem;
    }
    
    .app-screen-feature-blur-2,
    .app-screen-feature-blur-4 {
        width: 30rem;
        height: 30rem;
    }
    
    .business__profile__step__icon {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .business__profile__image__box {
        padding: 2rem;
    }

    .use-section-row {
        gap: 2rem;
    }

    .use-section-card {
        padding: 3rem 2.5rem;
    }

    .head-btn{
        display: none!important;
    }

    .khataHeader-social{
        display: none;
    }
}

@media screen and (max-width: 650px){ 
    .job-away-nav__mobile-actions {
        gap: 1.5rem;
    }

    .job-away-nav__search-input {
        width: 80%;
    }

    .play-btn {
        width: 6rem;
        height: 6rem;
      }

      .video-popup {
        aspect-ratio: auto;
        height: 60vh;
      }

      .client-slider-item {
        width: 140px;
      }

      .pasion-section__image{
        width: 80px;
        height: 80px;
      }

      .video-section{
        min-height: 50vh;
      }

      .smile {
        right: 22px;
        top: 0;
        width: 50px;
    }

    .smile2 {
        left: 0;
        top: 0;
        width: 48px;
    }
    
    .home-section-input-wrapper {
        flex-direction: column;
        padding: 1.5rem;
        gap: 10px;
    }

    .khata_feature_section-feature.left {
        flex-direction: row;
        text-align: inherit;
    }
    
    .home-section-phone-input {
        width: 100%;
    }
    
    .home-section-btn {
        width: 100%;
        justify-content: center;
    }
    
    .home-section-image-container {
        height: 45rem;
        margin-top: 4rem;
    }
    
    .home-section-float-element {
        width: 5rem;
        height: 5rem;
        font-size: 2rem;
    }

    .home-section-float-element img{
        width: 3rem;
    }

    .hero-customer-section-item {
        justify-content: center;
        text-align: center;
        flex-direction: column;
      }

  .app-screen-feature-row {
        margin-bottom: 6rem;
    }

    .app-screen-feature-list {
        margin-bottom: 3rem;
    }
    
    .app-screen-feature-icon {
        width: 6rem;
        height: 6rem;
    }

    .app-screen-feature-item {
        gap: 1.2rem;
        margin-bottom: 2.5rem;
    }
    
    .app-screen-feature-btn {
        padding: 1.4rem 3rem;
        font-size: 1.5rem;
        width: 100%;
        justify-content: center;
    }
    
    .app-screen-feature-card {
        width: 19rem;
        height: 12rem;
        top: 10%;
        left: -8%;
    }
    
    .app-screen-feature-row-reverse .app-screen-feature-card {
        right: -8%;
    }
    
    .app-screen-feature-blur {
        filter: blur(5rem);
        opacity: 0.5;
    }
    
    .app-screen-feature-blur-1,
    .app-screen-feature-blur-3 {
        width: 28rem;
        height: 28rem;
    }
    
    .app-screen-feature-blur-2,
    .app-screen-feature-blur-4 {
        width: 26rem;
        height: 26rem;
    }
    
    .business__profile__row {
        gap: 2rem;
    }

    .use-section-card {
        padding: 2.5rem 2rem;
    }

    .use-section-icon {
        font-size: 3rem;
    }

    .use-section-check-icon {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1.1rem;
    }

    .section-heading-title{
        font-size: 4rem;
    }

    .home-section{
        min-height: auto;
    }

}

@media screen and (max-width: 450px){
html{
    font-size: 50%;
}
 
    .home-section-trusted {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .home-section-avatar {
        width: 4rem;
        height: 4rem;
        margin-left: -1rem;
    }
    
    .home-section-avatar:first-child {
        margin-left: 0;
    }
    
    .home-section-trusted-text {
        font-size: 1.4rem;
    }
    
    .home-section-input-wrapper {
        max-width: 100%;
    }
    
    .home-section-image-container {
        height: 40rem;
    }
    
    .home-section-main-image {
        max-width: 100%;
    }
    
    .home-section-float-element {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 1.8rem;
    }
    
    .app-screen-feature-icon {
        width: 5.5rem;
        height: 5.5rem;
    }
    
    .app-screen-feature-phone {
        width: auto;
        height: 100%;
    }
    
    .app-screen-feature-card {
        width: 17rem;
        height: 11rem;
    }
    
    .app-screen-feature-image-wrapper {
        height: auto;
    }

}
