/* NOT TO USER FIXED WIDTH .USE FLEXBOX GRID */

/* li {
  padding-left: 40px;
} */

.phone-mockup {
  /* position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 60vw;
  max-width: 490px;
  min-width: 250px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.bottomimg {
  width: 250% !important;
  height: auto;
  max-height: 150px;
  object-fit: cover;
}

@media screen and (min-width: 1360px) and (max-width: 1370px) {
  .phone-mockup {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1370px) {
  #right1 {
    margin-left: 55%;
    white-space: nowrap;
    width: 500px;
  }
}

/* STAR */
#star {
  width: clamp(30px, 7vw, 80px);
  height: auto;
  margin-top: 10px;
  transform: translateX(250px);
  align-self: flex-start;
}

/* FISRTBOX */
.firstbox {
  background-color: #ffffff;
  border-radius: 18px;
  /* padding: 20px 29px; */
  padding: 30px 24px 30px 40px;
  margin-top: 80px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 25px;
  color: black;
  align-self: flex-start;
}

/* SECBOX */
.secbox {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 35px 80px 35px 40px; /* Top, Right, Bottom, Left */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 25px;
  color: black;
  max-width: 450px;
  margin-top: 350px;
}

.secbox2 {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px 20px 28px 10px; /* Top, Right, Bottom, Left */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 25px;
  color: black;
  max-width: 450px;
  margin-top: 40px;
}

/* BOTTOMIMG */
.bottomimg {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
}

/*  */
.hero-section {
  background: linear-gradient(135deg, #efffef 0%, #d5e8ff 100%);
  padding: 60px 30px 0 30px;
  overflow: hidden;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1140px;
  margin: auto;
}

@media (min-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.hero-title {
  font-weight: 700;
  font-size: clamp(28px, 6vw, 80px);
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
}

.star-img {
  margin: 20px 0;
}

.firstbox,
.secbox,
.secbox2 {
  padding-left: 20px;
}

.firstbox ul,
.secbox ul,
.secbox2 ul {
  padding-left: 0;
  list-style-position: inside;

  margin: 10px 0 0 0;
}

.heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* @media (min-width: 992px) {
  .custom-heading {
    margin-left: -250px;
  }
} */
/* HEADING */
/* Screens up to 1600px */
@media (max-width: 1600px) {
  .custom-heading {
    margin-left: 10px;
    white-space: nowrap;
  }
}

/* Screens up to 1440px */
@media (max-width: 1440px) {
  .custom-heading {
    margin-left: 10px;
    white-space: nowrap;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .custom-heading {
    white-space: nowrap;
  }
}


@media (min-width: 992px) {
  .custom-heading {
    margin-left: -30px;
  }
}

/* ✅ Only apply negative margin for VERY wide screens */
@media (min-width: 1800px) {
  .custom-heading {
    margin-left: -150px;
    white-space: nowrap;
  }
}

@media (min-width: 2000px) {
  .custom-heading {
    margin-left: -250px;
  }
}

/* Screens up to 1366px (standard laptop) */
@media (max-width: 1366px) {
  .custom-heading {
    margin-left: 15px;
    white-space: nowrap;
  }
  #curved4 {
    margin-top: 45px;
  }
}

/* Screens below 992px (tablet & mobile) */
@media (max-width: 991.98px) {
  .custom-heading {
    margin-left: 0;
  }
}

/* SMART BOX */
.smart-box {
  /* max-width: 390px;
  border-radius: 20px !important;
  padding: 120px 30px 120px 30px; top, right, bottom, left */
  max-width: 100%; /* Allow full width of the column */
  width: 100%; /* Make it stretch inside the col */
  margin-left: 100px;
  border-radius: 20px !important;
  padding: 40px 40px 40px 40px !important;
}

/* Screens up to 1600px */
@media (max-width: 1600px) {
  .smart-box {
    margin-left: 10px;
  }
}

/* Screens up to 1440px */
@media (max-width: 1440px) {
  .smart-box {
    margin-left: 10px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .smart-box {
    margin-left: -20px; /* Adjust this as needed */
  }
}

/* Screens up to 1366px */
@media (max-width: 1366px) {
  .smart-box {
    margin-left: 10px;
  }
}

/* Screens up to 1200px */
/* @media (max-width: 1200px) {
  .smart-box {
    margin-left: -40px;
  }
} */

/* Screens below 992px */
@media (max-width: 991.98px) {
  .smart-box {
    margin-left: 0;
  }
}

/* Optional: Apply back margin only for super-wide screens */
@media (min-width: 1800px) {
  .smart-box {
    margin-left: -150px;
  }
}
@media (min-width: 2000px) {
  .smart-box {
    margin-left: -250px;
  }
}

/* PHONE */
/* .phone-image {
  max-height: 500px;
  transform: translateY(270px);
} */
 /* Default (desktop and others): keep the margin */
#op {
  margin-left: 0; /* Make sure there is NO left margin */
}
 .navbar-nav .nav-link.active {
        border: 1px solid black !important;
        border-radius: 50px;
        color: black !important;
        background-color: transparent !important; /* no fill */
    }
    /* Remove border from inactive links */
    .navbar-nav .nav-link:not(.active) {
        border: none !important;
    }

/* Override margin-left for iPad Pro range */
@media (min-width: 1024px) and (max-width: 1366px) {
  #op {
    margin-left: 0 !important;
  }
   .row > * {
    padding-right: 0 !important;
  }
  .right{
    margin-left:-30px !important;
    /* margin-top:-90px !important; */
  }
  .footer-section .row > div:last-child a{
    white-space: nowrap !important;
  }
  .smart-assist-heading{
    white-space: nowrap;
    margin-left:-10px !important;
  }
  #curved4{
    margin-top:30px !important;
  }

}

.phone-image {
  position: absolute;
  left: 10%;
  /* transform: translateX(-50%); */
  transform: translateY(-200px);
  left: -10%;
  height: 780px;
  /* max-width: 100%; */
  z-index: 1;
}

/* ✅ Mobile and tablets: reset styles */
@media (max-width: 991.98px) {
  .phone-image {
    position: static; /* back to default */
    transform: none; /* cancel translate */
    height: auto; /* scale with screen */
    max-width: 100%;
    margin: 0 auto; /* center image */
    display: block;
  }
}

@media (max-width: 768px) {
  .phone-image {
    transform: none !important;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .phone-image {
    transform: none !important;
  }
}
@media (max-width: 1280px) {
  .phone-image {
    left: 1%;
  }
}
@media (min-width: 1281px) and (max-width: 1355px) {
  .phone-image {
    left: 5%;
  }
}
@media (min-width: 1355px) and (max-width: 1799px) {
  .phone-image {
    left: 5%;
  }
}

/* STAR */
#star {
  margin-left: -160px;
}

/* RIGHT SIDE BOX */
.wide-box {
  max-width: 100%;
  width: 100%;
  margin-left: 150px;

  padding: 40px 40px 40px 40px;
}
@media (min-width: 992px) {
  .wide-box {
    max-width: 420px;
  }
}
/* @media (max-width: 1280px) {
  .wide-box {
    margin-left: 58px;
  }
  .at-your-fingertips-text {
    margin-right: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .wide-box {
    margin-left: 80px; 
  }
  .phone-image {
    margin-top: 45px;
  }
  .star-top-right {
    left: 1200px;
  }
  .star-near-hand {
    margin-left: 120px;
  }
} */

/* For wider screens like 1280px */
@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .star-top-right {
    left: 1160px; /* reduce from 1200px */
  }
  .star-near-hand {
    left: 430px;
  }
  .wide-box {
    margin-left: 70px;
  }
}

/* IPAD AIR */
@media screen and (min-width: 820px) {
  .phone-image {
    margin-top: 80px;
    margin-left: -20px;
  }
  /* .wide-box {
    margin-left: 35px !important;
  } */
  /* #finger {
    margin-left: -20px;
  } */
}

@media (max-width: 991.98px) {
  .wide-box {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .wide-box {
    margin-left: 0 !important;
  }
}

@media (min-width: 1281px) and (max-width: 1355px) {
  .wide-box {
    margin-left: 58px; /* Adjust this value as needed */
  }
}
@media (min-width: 1356px) and (max-width: 1399px) {
  .wide-box {
    margin-left: 40px; /* Adjust as needed to align perfectly */
    max-width: 420px;
  }
}

@media (min-width: 1400px) and (max-width: 1800px) {
  .wide-box {
    margin-left: 22px; /* Adjust this value as needed */
  }
}

/*RIGHT SIDE KA TOP STAR  */
.star-top-right {
  position: absolute;
  top: 80px;
  right: 180px;
  width: 80px;
  height: auto;
  z-index: 1;
}
.star-near-hand {
  position: absolute;
  bottom: -500px; /* adjust as needed */
  left: 100%; /* adjust depending on where the hand is */
  transform: translateX(-50%);
  width: 40px; /* or your preferred size */
  z-index: 2;
}

/* Default — Remove margin-left for all screen sizes */
span.remove-margin {
  margin-left: 20px !important;
}

/* Optional — Adjust differently for specific breakpoints if needed */
@media (max-width: 1200px) {
  span.remove-margin {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  li span {
    margin-left: 0 !important;
  }
}
@media (max-width: 335px) and (max-height: 667px) {
  .smart-assist-heading {
  
    white-space: nowrap !important;
  }
}



@media (max-width: 992px) {
  span.remove-margin {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  span.remove-margin {
    margin-left: 20px !important;
  }
}

/* SECOND SCREEN CODE CSS  */
.bg-section {
  background-image: url("assets/Rectangle\ 240662514.png"); /* replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0; /* vertical spacing */
  color: white; /* for visibility if text overlaps image */
  position: relative;
  margin: 20px 20px 20px 20px;
  border-radius: 30px;
}

.powerful-heading {
  font-size: 48px;
  font-weight: 700;
  text-align: left;
}

.at-your-fingertips-text {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .powerful-heading {
    font-size: 36px;
  }

  .at-your-fingertips-text {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .powerful-heading {
    font-size: 28px;
  }

  .at-your-fingertips-text {
    font-size: 22px;
  }
}

/* SECOND SCREEN CURVED CARD */
.curved-card {
  background-color: #d3e8ff;
  border-radius: 80px 0 110px 0;
  padding: 60px;
  margin-top: 40px;
  width: 100%; /* ensures equal size in column */
  max-width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.curved-card h3 {
  color: #0c0c0d; /* Darker text for the heading */
  font-size: 35px; /* Adjust font size as needed */
  margin-bottom: 10px; /* Space between heading and paragraph */
  font-weight: 650;
}

.curved-card p {
  color: #555; /* Slightly lighter text for the paragraph */
  font-size: 19px; /* Adjust font size as needed */
}
/* For screens smaller than 1400px */
@media (max-width: 1399.98px) {
  .curved-card {
    margin-left: -100px;
  }
}
@media (max-width: 1280px) {
  .curved-card {
    margin-left: -18px;
  }
}
/* For screens smaller than 1200px */
@media (max-width: 1199.98px) {
  .curved-card {
    margin-left: -60px;
  }
}

/* For tablets and below */
@media (max-width: 992px) {
  .curved-card {
    margin-left: -30px;
  }
}

/* For mobile screens */
@media (max-width: 768px) {
  .curved-card {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding: 40px; /* Optional: reduce padding for small screens */
  }
}

.card-with-bg {
  position: relative;
  background-image: url("assets/young-woman-testing-car-car-showroom.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;

  overflow: hidden;
  border-radius: 80px 0 100px 0; /* match your card design */
}
.card-with-bg2 {
  position: relative;
  background-image: url("assets/close-up-hands-typing-keyboard.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;
  overflow: hidden;
  border-radius: 0 80px 0 100px;
  /* Top-left | Top-right | Bottom-right | Bottom-left */
}

#curvedcard3 {
  position: relative;
  /* background-image: url("assets/close-up-hands-typing-keyboard.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;
  background-color: #e9faf3;
  overflow: hidden;
  border-radius: 0 80px 0 100px;
  /* Top-left | Top-right | Bottom-right | Bottom-left */
}
#curvedcard3 {
  height: 400px;
  top: 25px;
}
.para3 {
  margin-top: 40px !important;
}
#heading3 {
  font-size: 32px;
}

/* Overlay to reduce brightness (simulate opacity) */
.card-with-bg::before {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  background-color: rgba(
    0,
    0,
    0,
    0.4
  ); /* Adjust the 0.4 for desired darkness */
  z-index: 1;
  border-radius: inherit;
}

/* Ensure text stays on top of overlay */
.card-with-bg h3,
.card-with-bg p {
  position: relative;
  z-index: 1;
}
.lift-up {
  transform: translateY(-80px); /* move it up by 30px */
  margin-bottom: 80px; /* or adjust as needed */
}

.lift-up2 {
  transform: translateY(-10px); /* move it up by 30px */
  margin-bottom: 80px; /* or adjust as needed */
}
/* #curved1 {
  padding: 90px;
} */
#curvedcard1 {
  position: relative;
  /* background-image: url("assets/close-up-hands-typing-keyboard.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;
  padding: 50px;
  background-color: #d3e8ff;
  overflow: hidden;
  border-radius: 80px 0 100px 0;
  /* Top-left | Top-right | Bottom-right | Bottom-left */
}
#heading1 {
  font-size: 32px;
}
#para1 {
  margin-top: 40px !important;
}
#curved4 {
  position: relative;
  background-image: url("assets/close-up-hands-typing-keyboard.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 320px;
  overflow: hidden;
  border-radius: 0 80px 0 100px;
}
#heading4 {
  left: -30px;
}
#para4 {
  left: -30px;
}
#para2 {
  left: -30px;
}
#curved4::before {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
  background-color: rgba(
    0,
    0,
    0,
    0.4
  ); /* Adjust the 0.4 for desired darkness */
  z-index: 1;
  border-radius: inherit;
}

#curved4 h3,
#curved4 p {
  position: relative;
  z-index: 2;
}
#curvedcard1 {
  margin-left: -100px !important;
  height: 400px;
  top: 25px;
}

/* ✅ Must come after the above rule */
@media (max-width: 576px) {
  #curvedcard1 {
    margin-left: 0px !important;
  }
}

#curved2 {
  margin-left: -20px;
  width: 500px;
  height: 320px;
  margin-top: -25px;
}
@media (max-width: 576px) {
  #curved2 {
    margin-left: 0px !important;
    margin-top: 120px;
  }
}

#curvedcard3 {
  margin-left: 20px;
  padding: 50px;
  width: 900px !important;
}
#curved4 {
  margin-left: 85px;
  margin-top: 45px;
}
@media (max-width: 576px) {
  #curvedcard3 {
    margin-left: 0px !important;
    margin-top: -25px;
  }
}
@media (max-width: 576px) {
  #curved4 {
    margin-left: 0px !important;
    margin-top: -10px;
  }
}

@media (max-width: 768px) {
  /* Add your adjustments here */
  #curvedcard1 {
    margin-left: 0px !important;
  }
  #curved2 {
    margin-left: 20px;
  }
  #curvedcard3 {
    margin-left: 5px;
  }
  #curved4 {
    margin-top: -30px;
    margin-left: -9px;
  }
}

@media (min-width: 769px) and (max-width: 1800px) {
  #curvedcard1 {
    margin-left: 0px !important;
  }
  #curved2 {
    margin-left: 20px;
  }
  #curvedcard3 {
    margin-left: 5px;
  }
  #curved4 {
    margin-top: -30px;
    margin-left: 10px;
  }
  /* .at-your-fingertips-text {
    margin-left: 0px;
  } */
}

/* .card-heading {
  white-space: nowrap;
} */
.card-heading {
  font-size: clamp(16px, 2.5vw, 24px); /* Min 16px, max 24px */
  line-height: 1.2;
  /* word-break: break-word; Optional: breaks long words */
}
/* 
@media (max-width: 992px) {
  .card-heading {
    white-space: normal;
    word-wrap: break-word;
  }
} */

@media (min-width: 993px) and (max-width: 1900px) {
  .card-heading {
    /* word-wrap: break-word; */
    /* white-space: unset; */
  }
}

/* THIRD SECTION CODE */
.black-section {
  margin-top: 90px !important;
  margin: 20px 20px 20px 20px;
  background-color: #202020;
  position: relative;
  overflow: hidden;

  border-radius: 30px;
}

.section-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtext {
  font-size: 18px;
  margin-bottom: 40px;
}

/* CALL IMAGE sec section */
/* Make the font size responsive */

.call-image {
  margin-left: 580px;
  margin-top: -320px;
  width: 100%;
  /* margin-top: -210px; */
}
#call {
  margin-left: 60px;
}
/* Tablets and below (≤ 991px) */
/* ✅ Large laptops (≤ 1366px) */
@media (max-width: 1366px) {
  .call-image {
    margin-left: 200px;
  }
}
@media (min-width: 1280px) and (max-width: 3000px) {
  .call-image {
    margin-left: 250px;
  }
}

/* ✅ Medium devices (≤ 1199px) */
@media (max-width: 1199px) {
  .call-image {
    margin-left: 250px !important;
    margin-top: -200px;
  }
}

/* ✅ Tablets (≤ 991px) */
@media (max-width: 991px) {
  .call-image {
    margin-left: 100px !important;
    margin-top: -180px;
  }
}

/* ✅ Small tablets / large phones (≤ 768px) */
@media (max-width: 768px) {
  .call-image {
    margin-left: 80 !important;
    margin-top: -210px;
  }
}

/* ✅ Phones (≤ 576px) */
@media (max-width: 576px) {
  #call {
    position: relative;
    z-index: 2;
  }

  .call-image {
    position: relative;
    z-index: 0;
    margin-left: 150px !important; /* Added 'px' unit */
    margin-top: -180px;
    width: 100%; /* Keeps image responsive */
    height: auto;
  }
}

/* FOURHT SCREEN */
.client-info {
  margin-top: -300px !important;
}

/* ✅ Large Laptops (≤1366px) */
@media (max-width: 1366px) {
  .client-info {
    margin-top: -250px !important;
  }
}

/* ✅ Medium Devices (≤1199px) */
@media (max-width: 1199px) {
  .client-info {
    margin-top: -200px !important;
  }
}

/* ✅ Tablets (≤991px) */
@media (max-width: 991px) {
  .client-info {
    margin-top: -150px !important;
  }
}

/* ✅ Small Tablets / Phones (≤768px) */
@media (max-width: 768px) {
  .client-info {
    margin-top: -80px !important;
  }
}

/* ✅ Phones (≤576px) */
@media (max-width: 576px) {
  .client-info {
    margin-top: 0 !important;
  }
}
.tick-circle {
  background-color: #6ebe8f33; /* semi-transparent green */
  color: #6ebe8f; /* solid green tick */
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 8px;
}
.tick-circle2 {
  background-color: #6ebe8f33; /* semi-transparent green */
  color: #6ebe8f; /* solid green tick */
  border-radius: 50%;
  width: 38px;
  padding: 10px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 8px;
}
.tick-circle1 {
  background-color: #6ebe8f33; /* semi-transparent green */
  color: #6ebe8f; /* solid green tick */
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .tick-circle {
    width: 70px;
  }
}

/* ✅ Phones (≤576px) */
@media (max-width: 576px) {
  .tick-circle {
    width: 70px;
  }
}

/* FLEX */
/* Override Bootstrap's row/col system with Flexbox */
.row.gx-4.gy-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between cards */
  justify-content: space-between;
}

/* Override Bootstrap col classes to behave with flex */
.col-12.col-sm-6.col-lg-3 {
  flex: 1 1 calc(25% - 20px); /* 4 cards per row with spacing */
  max-width: calc(25% - 20px);
  box-sizing: border-box;
}

/* Make it responsive */
@media (max-width: 992px) {
  .col-12.col-sm-6.col-lg-3 {
    flex: 1 1 calc(50% - 20px); /* 2 per row on tablets */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .col-12.col-sm-6.col-lg-3 {
    flex: 1 1 100%; /* full width on mobile */
    max-width: 100%;
  }
}

/* FIFISTH SECTION */
.bg-image-section {
  background-image: url("assets/Rectangle\ 240662514\ \(1\).png"); /* Change path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px; /* You can adjust this */
  width: 100%;
  margin: 20px 20px 20px 20px;
  border-radius: 30px;
}
.dashboard-heading {
  font-size: 81px;
  /* margin-top: -120px; */
  font-weight: 300;
  color: #000;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
  word-break: break-word;
}

.bold-text {
  font-weight: 600;
  color: #000;
}

/* ✅ Tablet (768px – 991.98px) */
@media (max-width: 991.98px) {
  .dashboard-heading {
    font-size: 48px;
    margin-top: -80px;
  }
}

/* ✅ Mobile (less than 768px) */
@media (max-width: 767.98px) {
  .dashboard-heading {
    font-size: 24px;
    margin-top: -40px;
    line-height: 1.3;
  }
}

.icon-img {
  width: 90px; /* Adjust size as needed */
  height: auto;
  margin: 0 10px; /* Horizontal space */
}

@media (max-width: 768px) {
  .icon-img {
    width: 30px; /* Smaller on mobile */
  }
}
@media (max-width: 1500px) {
  section h3 {
    font-size: 18px !important;
  }

  #seamless {
    font-size: 60px !important; /* Or choose a specific size like 22px */
  }
}

@media (max-width: 992px) {
  section h3 {
    font-size: 29px !important;
  }
}

@media (max-width: 768px) {
  section h3 {
    font-size: 23px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 576px) {
  section h3 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 400px) {
  section h3 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}
/* SIXTH SECTION */
.integration-section {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 60px 20px;
  margin: 20px;
  border-radius: 30px;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* ✅ Align content to the top */
  justify-content: space-between;
  gap: 30px;
}

.text-content {
  flex: 1 1 500px;
}
.text-content h3 {
  font-size: clamp(32px, 6vw, 80px);
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

.image-content {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
  .text-content h3 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  .text-content h3 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-content h3 {
    font-size: 40px;
    padding: 10px 0 0 0; /* only top padding if needed */
  }
  .integration-section {
    padding: 20px 20px;
  }

  .image-content {
    width: 100%;
    text-align: center;
  }

  .image-content img {
    width: 100%;
    /* margin-top: -370px; */
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .text-content h3 {
    font-size: 30px;
    padding: 20px 0;
  }
}

.integration-section .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 20px;
}

.integration-section .text-content {
  flex: 1 1 400px;
  padding: 0;
  font-size: 80px !important;
  margin: 0;
}

.integration-section .image-content {
  flex: 1 1 400px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.integration-section .image-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Mobile fix */
@media (max-width: 768px) {
  .integration-section .content-wrapper {
    flex-direction: column;
    gap: 0.5rem; /* tighter gap */
    padding: 16px 12px;
  }

  .integration-section .text-content,
  .integration-section .image-content {
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
  }

  .integration-section .image-content img {
    margin-top: 8px;
  }
}

/* last section */
.last-section {
  background-color: #f9f9f9;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 60px 20px;
  margin: 20px 20px 20px 20px;
  border-radius: 30px;
}

.section-heading {
  font-weight: 600;
  color: #000000;
  font-size: 80px !important;
  font-size: 32px;
  margin: 0;
}
.section-subtext {
  font-size: 64px;
  color: #000000;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 0;
}

/* Default styles for larger screens are already inline */

/* For tablets and below (max-width: 991px) */
@media (max-width: 991px) {
  .powerful-heading {
    font-size: 64px !important;
  }

  .at-your-fingertips-text {
    font-size: 42px !important;
  }

  .black-section .container-fluid .d-flex {
    margin-left: 40px !important;
  }
}


/* For phones (max-width: 575px) */
@media (max-width: 575px) {
  .powerful-heading {
    font-size: 42px !important;
  }

  .at-your-fingertips-text {
    font-size: 28px !important;
  }

  .black-section .container-fluid .d-flex {
    margin-left: 20px !important;
  }
}
/* Base desktop styles already defined inline */

/* Tablet devices (max-width: 991px) */
@media (max-width: 991px) {
  .powerful-heading span:first-child {
    font-size: 56px !important;
  }

  .powerful-heading span:last-child {
    font-size: 40px !important;
  }

  .black-section .d-flex {
    margin-left: 30px !important;
    margin-top: 40px !important;
  }
}

/* Mobile devices (max-width: 575px) */
@media (max-width: 575px) {
  .powerful-heading span:first-child {
    font-size: 42px !important;
  }

  .powerful-heading span:last-child {
    font-size: 24px !important;
  }

  .black-section .d-flex {
    flex-direction: column;
    margin-left: 20px !important;
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  #client h2 {
    margin-left: 0 !important;
    text-align: center;
    font-size: 42px !important;
  }

  #client p {
    margin-left: 0 !important;
    text-align: center;
  }

  #client .tick-circle {
    margin-left: 0 !important;
  }

  #client .d-flex {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .client-info h2 {
    margin-top: 0 !important;
    font-size: 42px !important;
  }
}
.img-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

/* FOOTER */
.footer-divider {
  border: none;
  border-top: 1px solid #52525b;
  margin: 20px 20px;
}

.footer-section {
  background-color: #ffffff;
}

.footer-link {
  color: #191d23;
  padding: 30px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}

.footer-link:hover {
  text-decoration: underline;
}
/* General Styles First */
/* .navbar-nav {
  margin-left: 600px !important;
} */

/* Media Query Last */
@media (max-width: 767px) {
  .navbar-nav {
    margin-left: 0px !important;
  }
}
@media (min-width: 993px) and (max-width: 1117px) {
  .wide-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .wide-box {
    /* Example: remove margin or apply your custom styles */
    margin: 0 !important;
  }
  #wide-box2 {
    margin-top: 30px !important;
  }
}

/* HEADING H3 ADJUSTMENT */
@media screen and (max-width: 1280px) {
  #heading1,
  #heading3,
  #heading4,
  #curved2 h3 {
    font-size: 29px; /* or whatever size looks best */
  }
}

.footer {
  font-size: 14px;
  background-color: #f5f5f5;
}

.footer a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
}

.footer a:hover {
  text-decoration: underline;
}
@media (min-width: 1000px) and (max-width: 1350px) {
  .call-image {
    margin-top: -320px !important;
    margin-left: 150px !important;
  }

  #call {
    position: relative;
    z-index: 2;
  }
}

/* ANIMATIONS */
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.7s ease-out forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.curved-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
  z-index: 1;
  position: relative;
}

.curved-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.smart-box {
  margin-top: 195px !important;
}
html,
body {
  overflow-x: hidden;
}
.icon-box img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon-box img:hover {
  transform: scale(1.15);
  /* filter: brightness(1.1); Optional: adds a soft glow */
}
/* .icon-box:hover .icon-img {
    content: url("assets/Group-289861-colored.png"); 
} */

/* INTRO ANIAMTIONA */
/* Intro screen styles */

/* PHONE SCREEEN */
@media (max-width: 767.98px) {
  .custom-heading {
    text-align: center;
    margin-left: 0;
    white-space: normal;
  }
}
@media (max-width: 767.98px) {
  li {
    text-align: left;
    padding: 0 10px;
    font-size: 14px; /* adjust size if needed */
    line-height: 1.5;
  }

  .remove-margin {
    display: inline;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .powerful-heading {
    font-size: 36px !important;
    text-align: center !important;
    margin-left: 0 !important;
  }

  .at-your-fingertips-text {
    /* font-size: 24px !important; */
    text-align: center !important;
    margin-left: 0 !important;
  }

  .d-flex.flex-column.align-items-start {
    align-items: center !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .tick-circle1,
  .tick-circle2 {
    margin-left: 0 !important;
    margin-top: 0 !important;
    font-size: 18px;
  }

  .tick-text {
    font-size: 16px !important;
    margin-top: 5px !important;
    line-height: 1.5 !important;
  }

  .tick-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 576px) {
  .tick-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }

  .tick-circle {
    font-size: 20px !important;
    margin: 0 auto 10px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* background-color: #2a2a2a; */
    /* color: #8cffc1; */
  }

  .tick-text {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
    margin-top: 5px !important;
  }
}
.phone-img {
  height: 800px;
}

@media (max-width: 768px) {
  .phone-img {
    height: 550px;
  }
}
@media (max-width: 576px) {
  #pd {
    margin-top: 10px !important;
    margin-bottom: 20px !important; /* optional: reduce bottom margin too */
    margin-left: -30px;
    font-size: 30px !important;
  }
}
@media (max-width: 576px) {
  .icon-box {
    margin-top: 20px;
    margin-right: 10px !important; /* Adds right margin */
    text-align: center !important; /* Centers icon & text */
  }

  .row.gx-5 {
    padding-right: 10px !important; /* Right padding for the whole row */
  }

  .row.align-items-center {
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .hide-on-phone {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  #seamless {
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-size: 30px !important;
    margin-left: -60px !important;
  }

  #seamless span {
    display: inline !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767.98px) {
  .last-section .text-content {
    margin-left: 0 !important;
    padding: 0 15px;
    text-align: center;
  }

  .last-section .section-heading {
    font-size: 30px !important; /* smaller heading on mobile */
    line-height: 1.3;
  }

  .last-section .section-subtext {
    font-size: 30px !important; /* smaller paragraph on mobile */
    line-height: 1.5;
  }

  .last-section .img-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #curved4 {
    margin-top: 0 !important; /* Remove the -30px margin for phone screens */
    margin-left: -9px; /* Keep this if needed */
  }
}
@media (max-width: 768px) {
  .nowrap-phone {
    white-space: nowrap;
    margin-left: 12px !important;
  }
  .smart-box {
    border-radius: 20px !important;
  }
  #powerful {
    margin-top: 20px !important;
  }
  #callanal {
    margin-top: 20px !important;
  }
  #effort {
    margin-top: 20px !important;
  }
}

/* bullet */
/* CLEAN SOLUTION - Remove conflicting inline styles first */
@media screen and (max-width: 600px) {
  .smart-box {
    margin-top: -40px !important;
  }
}

/* Reset and base styles for all devices */
#wide-box2 ul {
  /* list-style-type: disc !important;
  list-style-position: outside !important; */
  margin-left: 0 !important;
  padding-left: 25px !important;
  margin-bottom: 0;
}

#wide-box2 li {
  margin-bottom: 8px !important;
  line-height: 1.5;
  padding-left: 5px;
}

#wide-box2 .remove-margin {
  /* display: block; */
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Mobile devices (up to 576px) */
@media (max-width: 576px) {
  #wide-box2 {
    padding: 20px 15px !important;
  }

  #wide-box2 p {
    font-size: 24px !important;
    /* margin-left: 15px !important; */
  }

  #wide-box2 ul {
    padding-left: 20px !important;
    margin-left: 5px !important;
  }

  #wide-box2 li {
    padding-left: 3px;
    font-size: 14px;
  }
}

/* Small tablets (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  #wide-box2 ul {
    padding-left: 22px !important;
    margin-left: 8px !important;
  }
}

/* Medium screens (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  #wide-box2 ul {
    padding-left: 25px !important;
    margin-left: 10px !important;
  }
}

/* Large screens (993px and up) */
@media (min-width: 993px) {
  #wide-box2 ul {
    padding-left: 30px !important;
    margin-left: 15px !important;
  }
} /* Bullet point alignment fix for rightbox1 */

/* Reset and base styles for all devices */
#rightbox1 ul {
  /* list-style-type: disc !important;
  list-style-position: outside !important; */
  margin-left: 0 !important;
  padding-left: 25px !important;
  margin-bottom: 0;
}

#rightbox1 li {
  margin-bottom: 8px !important;
  line-height: 1.5;
  padding-left: 5px;
}

#rightbox1 .remove-margin {
  /* display: block; */
  margin-left: 0 !important;
  padding-left: 0 !important;
}
/* Mobile devices (up to 576px) */
@media (max-width: 576px) {
  #rightbox1 {
    padding: 20px 15px !important;
    margin-top: 60px !important; /* Reduced margin for mobile */
  }

  #rightbox1 p {
    font-size: 24px !important;
    /* margin-left: 15px !important; */
  }

  #rightbox1 ul {
    padding-left: 20px !important;
    margin-left: 5px !important;
  }

  #rightbox1 li {
    padding-left: 3px;
    font-size: 14px;
  }

  /* Handle the nowrap-phone class for mobile */
  #rightbox1 .nowrap-phone {
    white-space: normal !important;
    word-wrap: break-word;
  }
}

/* Small tablets (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  #rightbox1 {
    margin-top: 80px !important;
  }

  #rightbox1 ul {
    padding-left: 22px !important;
    margin-left: 8px !important;
  }

  #rightbox1 p {
    font-size: 26px !important;
  }
}

/* Medium screens (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  #rightbox1 {
    margin-top: 100px !important;
  }

  #rightbox1 ul {
    padding-left: 25px !important;
    margin-left: 10px !important;
  }
}

/* Large screens (993px and up) */
@media (min-width: 993px) {
  #rightbox1 {
    margin-top: 120px;
  }

  #rightbox1 ul {
    padding-left: 30px !important;
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 600px) {
  #call {
    align-items: flex-start !important;
    text-align: left !important;
    margin-top: -10px !important;
  }

  #call h2,
  #call p {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  .nowrap-phone {
    text-align: center !important;
    margin-left: 0 !important;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .center-on-phone {
    text-align: center !important;
    margin-left: 0 !important;
    display: block;
  }
}

/* lead gerneastion */
@media (max-width: 767.98px) {
  .bg-image-section .icon-box {
    text-align: center;
    padding: 10px;
  }

  .bg-image-section .icon-box img {
    display: block;
    margin: 0 auto 10px;
  }

  .bg-image-section .icon-box p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .bg-image-section .dashboard-heading {
    font-size: 20px;
    padding: 0 15px;
  }

  .bg-image-section .col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .bg-image-section .row {
    row-gap: 20px;
  }
}
/* footer */
/* Footer Mobile Alignment Fix */

.footer-section {
  padding: 20px 0;
  /* background-color: #f8f9fa; */
  border-top: 1px solid #e9ecef;
}

.footer-link {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Mobile devices (up to 768px) */
@media (max-width: 768px) {
  .footer-section .container-fluid {
    padding: 15px 20px !important;
  }
  #curved2 {
    margin-top: 15px !important;
  }

  #curvedcard3 {
    margin-top: -99px !important;
  }
  #curved4 {
    margin-top: 15px !important;
  }
  /* Copyright section */
  .footer-section .row > div:first-child {
    margin-bottom: 10px !important;
    font-size: 14px;
  }

  /* About and Features section */
  .footer-section .row > div:nth-child(2) {
    margin-bottom: 10px !important;
  }

  .footer-section .row > div:nth-child(2) .d-flex {
    justify-content: center !important;
    gap: 30px !important;
  }

  .footer-section .row > div:nth-child(2) a {
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  /* Privacy Policy and Terms section - Keep side by side */
  .footer-section .row > div:last-child {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    margin-bottom: 0 !important;
  }

  .footer-section .row > div:last-child a {
    font-size: 14px !important;
    margin: -23px !important;
    white-space: nowrap;
  }
}

/* Small mobile devices (up to 480px) */
@media (max-width: 480px) {
  .footer-section .container-fluid {
    padding: 15px 15px !important;
  }

  /* Keep Privacy Policy and Terms side by side even on small screens */
  .footer-section .row > div:last-child {
    gap: 25px !important;
  }

  .footer-section .row > div:nth-child(2) .d-flex {
    gap: 25px !important;
  }

  .footer-section .row > div:first-child {
    font-size: 13px;
    margin-bottom: 8px !important;
  }

  .footer-section .row > div:nth-child(2) {
    margin-bottom: 8px !important;
  }
}

/* Tablet and larger screens */
@media (min-width: 769px) {
  .footer-section .row > div:last-child {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
  }

  .footer-section .row > div:last-child a {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .mobile-center-heading {
    text-align: center !important;
    margin-top: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 32px !important; /* Optional: Adjust font size for mobile */
  }
}

/* FISRT SEC */
@media screen and (max-width: 767.98px) {
  #aboutapp .col-12.col-lg-4.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; /* optional spacing */
  }

  #aboutapp .col-12.col-lg-4.text-center img {
    max-width: 80%; /* adjust as needed */
    height: auto;
    margin-left: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .smart-assist-heading {
    white-space: nowrap;
    margin-left: -7px !important;
  }
}
@media (max-width: 767.98px) {
  /* Stack layout vertically */
  #aboutapp > .container > .row {
    flex-direction: column;
  }

  /* Apply gradient ONLY to heading and image wrappers */
  .aboutapp-heading-wrap,
  .phone-image-wrap {
    background: linear-gradient(135deg, #efffef 0%, #d5e8ff 100%);
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 20px;
  }

  /* Optional: center image */
  .phone-image {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    height: auto;
  }
}

/* TODAY */

/*  */
@media screen and (max-width: 767px) {
  #aboutapp {
    /* height: 1450px !important; */
  }
}
.responsive-fingertips {
  font-size: 64px;
  font-weight: 200;
  color: black;
}

@media screen and (max-width: 767px) {
  .responsive-fingertips {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #curvedcard1 {
    height: 300px !important;
  }
  #curvedcard3 {
    height: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .img-wrapper {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  #wide-box2 ul {
    text-align: left !important;
    padding-left: 20px !important; /* adds indentation to bullets */
    list-style-position: outside !important;
    margin: 0 !important;
  }

  #wide-box2 ul li {
    text-align: left !important;
  }

  /* Optional: make heading centered on phone, list left-aligned */
  #wide-box2 p.center-on-phone {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  #rightbox1 li {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .smart-assist-heading {
    /* margin-left: 0 !important; */
    text-align: left;
  }

  .smart-list {
    margin-left: 0 !important;
    padding-left: 15px;
  }

  .smart-list li {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .tick-circle1 {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .tick-text {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .client-info p {
    margin-top: -15px !important;
  }

  .client-info .tick-circle {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .client-info {
    text-align: center;
    align-items: center;
  }

  .client-info .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .client-info .tick-circle {
    margin-top: 0 !important;
  }

  .mobile-center-heading {
    margin-top: 100px !important; /* Optional: Reduce spacing for mobile */
  }
  #smart-box {
    border-radius: 20px !important;
    padding: 20px !important;
  }
}
/* Add any styles for the new div only on phone screens */
@media (max-width: 767px) {
  .extra-nav-content {
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 10px;
  }
}

/* sidebar */
/* Remove border and focus outline from hamburger menu button */
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 4px 8px;
}

.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Remove any default Bootstrap focus styles */
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* SIDEBAR */
.offcanvas-body a {
  color: black !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  display: block;
}

.offcanvas-body a:hover {
  color: black !important;
  text-decoration: none !important;
}

.offcanvas-body a:visited {
  color: black !important;
  text-decoration: none !important;
}

.offcanvas-body a:active {
  color: black !important;
  text-decoration: none !important;
}

.offcanvas-body a:focus {
  color: black !important;
  text-decoration: none !important;
  outline: none !important;
}

/* Remove borders and outlines from offcanvas links */
.offcanvas a {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.offcanvas {
  border: none !important;
  box-shadow: none !important;
}

/* Remove any additional borders on mobile */
@media (max-width: 767px) {
  .navbar {
    box-shadow: 0 2px 4px #3b3a3a0d !important;
    border: none !important;
  }

  .navbar-toggler {
    border: none !important;
    background: transparent !important;
  }
}

/* CLAUDE */
/* .phone-image {
            max-width: 100%;
            height: auto;
        } */

.smart-box,
.wide-box {
  transition: transform 0.3s ease;
}

.smart-box:hover,
.wide-box:hover {
  transform: translateY(-5px);
}

.custom-heading {
  font-weight: 700;
  font-size: clamp(32px, 6vw, 80px);
  color: #000000;
  line-height: 1.2;
}

.smart-assist-heading {
  font-size: 28px;
  margin-left: 20px;
  color: #333333;
}

.remove-margin {
  margin-left: 0;
}

/* Mobile specific styles */
@media (max-width: 991.98px) {
  .smart-assist-heading {
    font-size: 24px;
    margin-left: 10px;
  }

  /* #aboutapp {
    height: 423px !important;
  } */

  .wide-box p {
    font-size: 24px !important;
    margin-left: 15px !important;
  }

  #rightbox1 {
    margin-top: 20px !important;
  }

  #wide-box2 {
    margin-top: 20px !important;
  }

  .nowrap-phone,
  .center-on-phone {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  /* for devices <768px (phones) */
  #aboutapp {
    height: 650px !important;
  }
}
/* 0px to 500px — small phones */
@media (max-width: 500px) {
  #aboutapp {
    height: 400px !important;
  }
}

/* 501px to 767.98px — large phones / small tablets */
@media (min-width: 501px) and (max-width: 767.98px) {
  #aboutapp {
    height: 530px !important;
  }
}


/* @media (min-width: 501px) and (max-width: 600px) {
  #aboutapp {
    height: 600px !important;
  }
} */

/* Desktop specific styles */
@media (min-width: 992px) {
  #rightbox1 {
    margin-top: 120px;
  }

  #wide-box2 {
    margin-top: 40px;
  }
}
/* Apply styles only inside .gradient-section */
.gradient-section .wide-box,
.gradient-section .smart-box {
  border-radius: 20px !important;
  margin-top: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Apply styles only inside .mobile-cards-section */
.mobile-cards-section .wide-box,
.mobile-cards-section .smart-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 20px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.heading-title {
  font-weight: 700;
  font-size: clamp(32px, 6vw, 80px);
  color: #000000;
  line-height: 1.2;
}
@media screen and (min-width: 430px) and (max-width: 768px) {
  .phone-image {
    margin-top: -10px !important;
  }
}
/* Remove margin-top at 1366px and above */
@media (min-width: 1366px) {
  .phone-image {
    margin-top: 0px !important; /* or your preferred value */
  }
  .smart-assist-heading {
    white-space: nowrap;
    margin-left: 0px !important;
  }
  li {
    padding-left: 0px !important;
  }
  /* #rightbox1{
    
  } */
}
@media screen and (min-width: 768px) {
  #aboutapp {
    height: 900px !important;
  }
  /* .smart-box{
    margin-top:0px !important;


  } */
  #curvedcard3 {
    margin-top: 0px !important;
  }
  /* .call-image{
    margin-left:250px !important;
    margin-top:-279px !important;
  } */
}
