html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Prevent horizontal scrollbar if content overflows */
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
}
.input_contactus {
  width: 100%; /* Make the input field fill its container */
  padding: 5%; /* Add padding for better appearance */
  border: 0.5px solid #ccc; /* Add border */
  border-radius: 15%; /* Add border radius for rounded corners */
  box-sizing: border-box; /* Ensure padding and border are included in the width */
}
.fadedown {
  opacity: 0;
  animation: fadedown 0.5s ease forwards; /* Animation after 4 seconds */
}
a {
  text-decoration: none;
}
.display {
  height: 9%;
  display: flex;
}

.no-display {
  width: 0;
  display: none;
}

label {
  font-size: 15px;
  font-weight: 500;
}

.loading-container {
  display: flex;
  flex-direction: row;
  width: auto;
}
textarea {
  width: 100%; /* Make the textarea fill its container */
  padding: 10px; /* Add padding for better appearance */
  border: 1px solid #ccc; /* Add border */
  border-radius: 4px; /* Add border radius for rounded corners */
  box-sizing: border-box;
  height: 150px; /* Ensure padding and border are included in the width */
}

.dot1,
.dot2,
.dot3 {
  width: 5px;
  height: 5px;
  background-color: #00356b;
  border-radius: 50%;
  margin: 0 3px;
  animation-delay: 2.5s;
  animation: dot-animation 1s infinite ease-in-out; /* Adjust duration and animation type */
}

.dot2 {
  animation-delay: 0.3s; /* Delay the animation for dot2 */
}

.dot3 {
  animation-delay: 0.6s; /* Delay the animation for dot3 */
}

@keyframes dot-animation {
  0%,
  100% {
    transform: translateY(0); /* Initial and final position */
  }
  50% {
    transform: translateY(-5px); /* Peak position */
  }
}

.typing-animation {
  overflow: hidden;
  /* border-right: .1em solid black; Adjust the color and thickness as needed */
  white-space: nowrap;
  margin: 0 auto; /* Center the element */
  animation: typing 1.6s steps(10, end); /* Adjust the duration and timing function as needed */
}
.contentfade {
  opacity: 0;
}

.contentfadeanimation {
  opacity: 0;
  animation: fadeup 1s ease forwards;
  animation-delay: 4s;

  /* transform: translateY(70px);
  transition: opacity 1s, transform 1s; */
}

.sentenceanimation {
  /* font-size: 16px; Initial font size */
  color: black; /* Color of the text */
  /* position: relative; */
  animation: scaleSentence 1s forwards;
  animation-delay: 5s; /* Animation duration and repetition */
}

@keyframes fadeup {
  0% {
    opacity: 0; /* Initial opacity */
    transform: translateY(40px); /* Initial position */
  }
  100% {
    opacity: 1; /* Final opacity */
    transform: translateY(0); /* Final position */
  }
}

@keyframes fadedown {
  0% {
    opacity: 1; /* Initial opacity */
    /* transform: translateY(-40px); Initial position */
  }
  100% {
    opacity: 0;
    transform: translateY(30px); /* Final opacity */
  }
}

@keyframes scaleSentence {
  0% {
    transform: scale(1); /* Initial scale of the sentence */
  }
  100% {
    transform: scale(1.155); /* Final scale of the sentence */
  }
}

/* .line {
  width: 100%;
  height: 2px;
  background-color: blue;
  transform: scaleX(0);
  transition: transform 0.5s, background-color 0.5s;
} */

.contentfade.active {
  opacity: 1;
  transform: translateY(0px);
}

body {
  /* font-family: "Inter", sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 80px; /* Add padding to account for fixed header */
}
.fs-18 {
  font-size: 18px;
}
.bg-light {
  background-color: #d9d9d9;
}
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.text-left {
  text-align: left;
}
.fs-16 {
  font-size: 16px;
}
.mt-10 {
  margin-top: 60px;
}
.fs-30 {
  font-size: 30px;
}
.empty-value {
  border: 1px solid red !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-100 {
  font-weight: 100;
}
.fs-15 {
  font-size: 15px;
}
.ptb-80 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.txt-gray {
  color: #848199;
}
.bg-gray {
  background-color: #5243c2;
}
.bg-blue,
.bg-blue:hover {
  background-color: #00356b;
  color: white;
}
.bg-white {
  background-color: white;
  color: #00356b;
}
.br-14 {
  border-radius: 14px;
}
.box-shadow {
  box-shadow: 0px 10px 20px gray;
}
.txt-blk {
  color: #1e1e1e;
}
.txt-blue {
  color: #00356b;
}
.fs-48 {
  font-size: 45px;
}
.fs-20 {
  font-size: 20px;
  font-weight: 300;
}
.fs-40 {
  font-size: 40px;
}
.fs-22 {
  font-size: 22px;
}
.fw-300 {
  font-weight: 300;
}
.lh-2 {
  line-height: 2.3;
}
.lh-22 {
  line-height: 2;
}
.bg-contain {
  background-size: 100% 100% !important;
}
.bg-cover {
  background-size: cover !important;
}
.h-390 {
  height: 550px;
}
.btn-dark-rounded {
  border-radius: 25px;
  width: 90%;
}
.w-90 {
  width: 90%;
}
.w-25 {
  width: 25%;
}
.text-right {
  text-align: right;
}
.w-lg-75 {
  width: 75%;
}
.w-lg-60 {
  width: 60%;
}
.w-lg-50 {
  width: 50%;
}
.w-400 {
  width: 500px;
}
.float-img {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50px;
}
.customPreviousBtn.disabled,
.customNextBtn.disabled {
  color: #c3bbda !important;
  cursor: default !important;
}
.bg-purple {
  background-color: #c3bbda;
  color: white;
}
.gradient-card {
  background: linear-gradient(45deg, #efeeff, white 34%, #e4efef 100%);
}
.gradient-card2 {
  background: linear-gradient(45deg, #e4efef, white 34%, #efeeff 100%);
}
.input {
  border-radius: 8px;
  border: 1px solid #c3bbda;
}
.semicircle {
  width: 294px; /* Adjust the width as needed */
  height: 147px; /* Adjust the height as needed */
  border-radius: 147px 147px 0 0; /* Create a semicircle by adjusting border-radius values */
  overflow: hidden; /* Hide the bottom half of the circle */
  text-align: center;
}
.num {
  position: relative;
  bottom: 30px;
}
.bg-green {
  background-color: #bbdac6;
}
.fs-42 {
  font-size: 42px;
}
.h-40 {
  height: 40px;
}
.subs-button {
  position: relative;
  left: -85px;
}
.h-320 {
  height: 320px;
}
.youtube {
  width: 126px;
  height: 126px;
  position: absolute;
  right: 300px;
}
.fs-60 {
  font-size: 57px;
}
.nav-link:hover {
  color: rgb(54, 39, 222);
}
.dropdown-menu .dropdown-item:hover {
  color: rgb(54, 39, 222);
  background-color: transparent;
}
.txt-white {
  color: white;
}
.num-heading {
  position: absolute;
  font-weight: 600;
  top: 16px;
  font-size: 50px;
}
.green {
  color: #1db901;
}
@media only screen and (max-width: 767px) {
  .fs-48,
  .fs-60 {
    font-size: 30px;
  }
  .h-320 {
    height: 100%;
  }
  .youtube {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 150px;
  }
  .w-400 {
    width: 300px;
  }
  .fs-42 {
    font-size: 30px;
  }
  .ptb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .float-img {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50px;
    right: 10px;
  }
  .w-lg-50,
  .w-lg-75,
  .w-lg-90,
  .w-lg-60 {
    width: 100% !important;
  }
  .mt-10 {
    margin-top: 0px !important;
  }
}
.pr {
  position: relative;
  bottom: 68px;
}
@keyframes fallAnimation {
  0% {
    transform: translateY(-100%);
    filter: grayscale(100%); /* Apply grayscale to simulate disabled effect */
  }
  70% {
    transform: translateY(100%);
  }
  85% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
    filter: grayscale(0); /* Remove grayscale for normal appearance */
  }
}
.but-white:hover {
  color: #00356b !important;
  background-color: white;
}
.but-white {
  background-color: white;
  color: #00356b;
}
#falling-svg {
  width: 100px; /* Adjust the width as needed */
  height: 100px; /* Adjust the height as needed */
  animation: fallAnimation 4s ease-in-out; /* Adjust animation duration and timing function */
}
.dr-shadow {
  filter: drop-shadow(0.5px 0.5px 0.5px #00000040);
}
.fs-14 {
  font-size: 14px;
}
.btn-w {
  width: 214px;
  height: 48px;
}
.pos-ab {
  position: absolute;
  bottom: 9px;
}
.h-48 {
  height: 48px;
}
.txt-green {
  color: #1aba00;
}
/* Hide increase/decrease arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.btn-dark-blue {
  background: #00356b; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #00356b,
    rgb(9, 17, 64)
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to left,
    #00356b,
    rgb(18, 23, 81)
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  border: 0px solid #00356b;
  padding: 10px 25px 10px 25px;
}

.btn-dark-blue:hover {
  color: white;
}

.btn-rounded {
  border-radius: 25px;
}

.blur-box {
  position: absolute;
  top: 80px !important;
  justify-content: center;
  display: inline-flex;
  flex-direction: row;
}

.center-box {
  justify-content: center;
}

.bg-shape1 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  animation: ballOne 10s infinite;
  background-color: rgb(110, 235, 110);
}

.bg-shape2 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  animation: ballTwo 10s infinite;
  background-color: rgb(91, 106, 236);
}

@keyframes ballOne {
  0% {
    left: 0px;
    top: 80px;
  }
  25% {
    left: 700px;
    top: 200px;
  }
  50% {
    left: 380px;
    top: 180px;
  }
  75% {
    left: 530px;
    top: 250px;
  }
  100% {
    left: 70px;
    top: 80px;
  }
}

/* @keyframes ballTwo {
  0%{left: calc(100vw-0px); top: 80px;}
  25%{left: calc(100vw - 480px); top: 150px;}
  50%{left: calc(100vw - 380px); top: 250px;}
  75%{left: calc(100vw - 400px); top: 300px;}
  100%{left: calc(100vw - 10px); top: 80px;}
} */

/* @keyframes ballTwo {
  0%{right: 0px; top: 80px;}
  25%{right: 0px; top: 180px;}
  50%{right: 0px; top: 280px;}
  75%{right: 0px; top: 380px;}
  100%{right: 0px; top: 480px;}
} */

.bg-blur {
  filter: blur(150px);
  opacity: 0.5;
}

.text-style-gradient {
  background: linear-gradient(to right, #615eff, #ff6a4d);
  background: #00356b; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #615eff,
    #ff6a4d
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #615eff, #ff6a4d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.smartle-bot {
  border-radius: 40px;
}

.iphone-x {
  position: relative;
  margin: 40px auto;
  width: 360px;
  height: 680px;
  background-color: white;
  background-image: linear-gradient(60deg, white 1%, white 100%);
  border-radius: 40px;
  box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919,
    0px 0px 0px 20px #111;

  &:before,
  &:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  &:after {
    bottom: 7px;
    width: 140px;
    height: 4px;
    background-color: #f2f2f2;
    border-radius: 10px;
  }

  &:before {
    top: 0px;
    width: 56%;
    height: 30px;
    background-color: #1f1f1f;
    border-radius: 0px 0px 40px 40px;
  }

  i,
  b,
  s,
  span {
    position: absolute;
    display: block;
    color: transparent;
  }

  i {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 6px);
    height: 8px;
    width: 15%;
    background-color: #101010;
    border-radius: 8px;
    box-shadow: inset 0px -3px 3px 0px rgba(256, 256, 256, 0.2);
  }

  b {
    left: 10%;
    top: 0px;
    transform: translate(180px, 4px);
    width: 12px;
    height: 12px;
    background-color: #101010;
    border-radius: 12px;
    box-shadow: inset 0px -3px 2px 0px rgba(256, 256, 256, 0.2);

    &:after {
      content: "";
      position: absolute;
      background-color: #2d4d76;
      width: 6px;
      height: 6px;
      top: 2px;
      left: 2px;
      top: 3px;
      left: 3px;
      display: block;
      border-radius: 4px;
      box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
    }
  }

  s {
    top: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 70px;
    font-weight: 100;
    padding-top: 60px;
  }

  span {
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    left: 30px;

    & + span {
      left: auto;
      right: 30px;
    }
  }
}

.device-iphone-14-pro {
  height: 868px;
  width: 428px;
  position: relative;

  margin: 40px auto;
}
.device-iphone-14-pro .device-frame {
  background: #010101;
  border: 1px solid #1b1721;
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px #c0b7cd, inset 0 0 0 6px #342c3f;
  height: 868px;
  padding: 19px;
  width: 428px;
}
.device-iphone-14-pro .device-screen {
  border-radius: 49px;
  height: 830px;
  width: 390px;
}
.device-iphone-14-pro .device-stripe::after,
.device-iphone-14-pro .device-stripe::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.device-iphone-14-pro .device-stripe::after {
  top: 85px;
}
.device-iphone-14-pro .device-stripe::before {
  bottom: 85px;
}
.device-iphone-14-pro .device-header {
  background: #010101;
  border-radius: 20px;
  height: 35px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 29px;
  width: 120px;
}
.device-iphone-14-pro .device-sensors::after,
.device-iphone-14-pro .device-sensors::before {
  content: "";
  position: absolute;
}
.device-iphone-14-pro .device-sensors::after {
  background: #010101;
  border-radius: 17px;
  height: 33px;
  left: 50%;
  margin-left: -60px;
  top: 30px;
  width: 74px;
}
.device-iphone-14-pro .device-sensors::before {
  background: radial-gradient(
      farthest-corner at 20% 20%,
      #6074bf 0,
      transparent 40%
    ),
    radial-gradient(
      farthest-corner at 80% 80%,
      #513785 0,
      #24555e 20%,
      transparent 50%
    );
  border-radius: 50%;
  height: 9px;
  left: 50%;
  margin-left: 36px;
  top: 42px;
  width: 9px;
}
.device-iphone-14-pro .device-btns {
  background: #1b1721;
  border-radius: 2px;
  height: 32px;
  left: -2px;
  position: absolute;
  top: 115px;
  width: 3px;
}
.device-iphone-14-pro .device-btns::after,
.device-iphone-14-pro .device-btns::before {
  background: #1b1721;
  border-radius: 2px;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}
.device-iphone-14-pro .device-btns::after {
  top: 60px;
}
.device-iphone-14-pro .device-btns::before {
  top: 140px;
}
.device-iphone-14-pro .device-power {
  background: #1b1721;
  border-radius: 2px;
  height: 100px;
  right: -2px;
  position: absolute;
  top: 200px;
  width: 3px;
}
.device-iphone-14-pro .device-home::after,
.device-iphone-14-pro .device-home::before {
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 6px 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}
.device-iphone-14-pro .device-home::after {
  right: 86px;
  top: 0;
}
.device-iphone-14-pro .device-home::before {
  bottom: 0;
  left: 86px;
}
.device-iphone-14-pro.device-silver .device-frame {
  border-color: #c8cacb;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #e2e3e4;
}
.device-iphone-14-pro.device-silver .device-btns {
  background: #c8cacb;
}
.device-iphone-14-pro.device-silver .device-btns::after,
.device-iphone-14-pro.device-silver .device-btns::before {
  background: #c8cacb;
}
.device-iphone-14-pro.device-silver .device-power {
  background: #c8cacb;
}
.device-iphone-14-pro.device-black .device-frame {
  border-color: #5c5956;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #76726f;
}
.device-iphone-14-pro.device-black .device-btns {
  background: #5c5956;
}
.device-iphone-14-pro.device-black .device-btns::after,
.device-iphone-14-pro.device-black .device-btns::before {
  background: #5c5956;
}
.device-iphone-14-pro.device-black .device-power {
  background: #5c5956;
}
.device-iphone-14-pro.device-gold .device-frame {
  border-color: #e7d19e;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #d2ab4c;
}
.device-iphone-14-pro.device-gold .device-btns {
  background: #e7d19e;
}
.device-iphone-14-pro.device-gold .device-btns::after,
.device-iphone-14-pro.device-gold .device-btns::before {
  background: #e7d19e;
}
.device-iphone-14-pro.device-gold .device-power {
  background: #e7d19e;
}

.st-emotion-cache-1dp5vir {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 0.125rem;
  /* background-image: linear-gradient(90deg, rgb(255, 75, 75), rgb(255, 253, 128)); */
  z-index: 999990;
}

.animated-card {
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.animated-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.first-card {
  background: #edf3ff; /*Added card color*/
}

.second-card {
  background: #fff4fb; /*Added card color*/
}

.third-card {
  background: #fffbf0; /*Added card color*/
}

.percentage {
  font-size: 36px;
  color: #00356b;
  margin-bottom: 10px;
  font-weight: bold;
}

/* percetage increment style */

.percentage {
  transition: all 0.5s ease;
}

.card-text {
  font-size: 18px;
  color: black;
}
.custom-card {
  margin-bottom: 20px;
}

.smartle-bot {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills iPhone mockup perfectly */
  border-radius: 40px; /* matches rounded iPhone edges */
  display: block;
}

.video-fluid {
  width: 100%; /* take full width of its column */
  max-width: 480px; /* don’t stretch too wide on large screens */
  height: auto; /* keep aspect ratio */
  object-fit: contain; /* ensures full video fits without cropping */
}

/* .flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; 
}

.col-lg-4,
.col-md-12 {
  flex: 1 0 auto;
  max-width: 100%;
}

.custom-card {
  flex: 1;
}

.col-custom-2 {
  flex: 2;
}

.col-custom-1 {
  flex: 1;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .flex-row {
      flex-direction: column;
  }

  .col-lg-4,
  .col-md-12 {
      flex: 1 0 100%;
      max-width: 100%;
  }

  .flex-row .custom-card {
      height: 150px; 
  }

  .flex-row .custom-card:first-child {
      order: 1;
      height: 200px;
  }

  .flex-row .custom-card:nth-child(2),
  .flex-row .custom-card:nth-child(3) {
      order: 2;
      flex: 0 0 48%;
      max-width: 48%;
  }

  .flex-row .custom-card:last-child {
      order: 3;
      flex: 1 0 100%;
      max-width: 100%;
  }

  
  .flex-row .col-custom-1 {
      flex: 1 0 100%;
      max-width: 100%;
  }

 
  .flex-row .col-custom-2 {
      flex: 1 0 50%;
      max-width: 50%;
  }
} */
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-row .card {
  display: flex;
  flex-direction: column;
}

.equal-height-row .card-body {
  padding: 0;
  flex-grow: 1;
}

/* Hide the main content by default */
.responsive-content {
  display: none;
}

/* Show the main content for screens wider than 961px */
@media (min-width: 961px) {
  .desktop-content {
    display: block;
  }
  .responsive-content {
    display: none;
  }
}

/* Show the responsive content for screens narrower than 961px */
@media (max-width: 960px) {
  .responsive-content {
    display: block;
  }
  .desktop-content {
    display: none;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
  margin: 0;
  padding: 0;
}

/* customer section  */

/* Desktop styles */
.desktop-version {
  display: block;
}

.responsive-version {
  display: none;
}

/* Responsive styles */
@media (max-width: 960px) {
  .desktop-version {
    display: none;
  }
  .responsive-version {
    display: block;
  }

  .responsive-version h2 {
    order: 1;
  }
  .responsive-version img {
    order: 2;
    display: block;
    margin: 0 auto;
  }
  .responsive-version p {
    order: 3;
    text-align: center;
  }
  .responsive-version h5 {
    order: 4;
    text-align: center;
  }
}

/* Default styles (desktop and larger screens)  for the Integration section*/
.responsive-container {
  margin-top: 0;
}

/* Responsive styles (screens narrower than 960px) */
@media (max-width: 960px) {
  .responsive-container {
    margin-top: 40%;
    margin-bottom: -40px;
  }
}

.footer-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.equal-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.equal-height .week-card {
  flex-grow: 1;
}

.premium-card {
  border: none;
  border-radius: 24px;
  background: linear-gradient(145deg, #fdfbff, #f4f0ff);
  box-shadow: 0 12px 45px rgba(120, 90, 220, 0.25),
    0 4px 15px rgba(80, 60, 180, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.premium-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 60px rgba(120, 90, 220, 0.35),
    0 6px 20px rgba(80, 60, 180, 0.2);
}

.premium-card .month-header {
  background: linear-gradient(135deg, #7a3cff, #c77dff, #ff80b5);
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 24px 24px 0 0;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 -4px 15px rgba(0, 0, 0, 0.15);
}

.premium-card .month-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2),
    transparent 70%
  );
  mix-blend-mode: screen;
  pointer-events: none;
}

.premium-card .content {
  padding: 2rem;
  text-align: center;
  font-size: 1rem;
  color: #4b3f72;
}

.premium-card .cta-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 1.6rem;
  background: linear-gradient(135deg, #7a3cff, #ff80b5);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.premium-card .cta-button:hover {
  background: linear-gradient(135deg, #ff80b5, #7a3cff);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(122, 60, 255, 0.3);
}

.apply-now-btn {
  background: linear-gradient(135deg, #00356b, #00356b);
  color: white;
  padding: 18px 45px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(108, 71, 255, 0.3);
  border: none;
}

.product-card {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 53, 107, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 20px;
}

/* Hover effect */
.product-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 53, 107, 0.15);
  border-color: #00356b;
}

/* Title inside card */
.product-card h3 {
  font-size: 1.3rem;
  color: #00356b;
  margin-bottom: 10px;
}

/* Description */
.product-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Button */
.product-card .btn {
  display: inline-block;
  padding: 10px 18px;
  background: #00356b;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

.product-card .btn:hover {
  background: #0056a6;
  transform: translateY(-2px);
}

/* Why Choose Us Section */
.why-choose-us-section {
  background-color: #f0f7ff; /* Light blue background */
  padding: 80px 0;
}

.why-choose-us-section h2 {
  color: var(--primary-color);
  font-size: 36px;
  margin-bottom: 60px;
}

.feature-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 53, 107, 0.08);
  padding: 40px;
  transition: all 0.3s ease;
  height: 100%; /* Ensure cards in a row have equal height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 45px rgba(0, 53, 107, 0.15);
}

.feature-card i {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 48px;
}

.feature-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .why-choose-us-section {
    padding: 50px 0;
  }

  .why-choose-us-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .feature-card {
    padding: 30px;
  }

  .feature-card i {
    font-size: 40px;
  }

  .feature-card h4 {
    font-size: 20px;
  }

  .feature-card p {
    font-size: 14px;
  }
}

/* Course Details Page Specific Styles */
.hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, #004a8f 100%);
  color: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}


.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
  background-size: 50px 50px;
  opacity: 0.3;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.batch-card {
  background-color: white;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.batch-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 53, 107, 0.1);
}

.batch-card .fa-calendar-alt {
  color: var(--primary-color);
}

.course-details-tabs .nav-pills .nav-link {
  color: var(--text-color);
  background-color: #e9ecef;
  margin: 0 5px;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.course-details-tabs .nav-pills .nav-link.active,
.course-details-tabs .nav-pills .nav-link:hover {
  color: white;
  background-color: var(--primary-color);
  box-shadow: 0 5px 15px rgba(0, 53, 107, 0.2);
}

.tab-content {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.advantage-list li {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.advantage-list li strong {
  color: var(--primary-color);
}

.skill-card {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.skill-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 53, 107, 0.1);
}

.skill-card img {
  max-height: 60px;
  margin-bottom: 15px;
}

.learn-card {
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  transition: all 0.3s ease;
}

.learn-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 53, 107, 0.1);
}

.learn-card ul {
  list-style: none;
  padding: 0;
}

.learn-card li {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #555;
}

.learn-card .fa-dot-circle {
  color: var(--accent-color);
}

.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.step-circle.active {
  background-color: var(--primary-color);
  color: white;
}

.step-line {
  flex-grow: 1;
  height: 2px;
  background-color: #e0e0e0;
  margin: 0 15px;
}

.hiring-partners-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.hiring-partners-section h3 {
  color: var(--primary-color);
  font-size: 32px;
}


.faq-section h3 {
  color: var(--primary-color);
  font-size: 32px;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--primary-color);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-body ul {
  list-style: disc;
  padding-left: 20px;
}

.accordion-body ol {
  list-style: decimal;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .hero-section .row {
    flex-direction: column-reverse;
  }
  .hero-section .col-lg-5 {
    margin-top: 30px;
  }
  .course-details-tabs .nav-pills {
    flex-wrap: wrap;
  }
  .course-details-tabs .nav-pills .nav-item {
    margin-bottom: 10px;
  }
  .tab-content {
    padding: 20px;
  }
  .step-line {
    display: none;
  }
  .d-flex.justify-content-around.align-items-center.mb-5 {
    flex-direction: column;
    gap: 20px;
  }
}
