:root {
  --primary: #316dff;
  --text-dark: #0f172a;
  --bg-white: #ffffff;
  --gray-200: #e2e8f0;
  --light-200: #fcfcfc;
  --light: #f4f6f8;
  --gray-900: #0f172a;
  --gray-600: #475569;
  --indigo: #3538cd;

  --home-card-radius: 18px;
  --home-img-radius: 14px;
  --home-img-height: 220px;
  --home-card-padding: 16px;

  --home-title-size: 16px;
  --home-title-weight: 600;

  --home-hover-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  --home-hover-translate: -8px;

  --chart-primary: #316dff;
  --chart-secondary: #ffb800;
  --chart-gray: #e2e8f0;
  --gradient-start: #316dff;
  --gradient-end: #00d284;
  --gradient-upcoming: linear-gradient(
    135deg,
    var(--gradient-start) 0%,
    #316dff 40%,
    var(--gradient-end) 100%
  );
  --primary-gradient: linear-gradient(90.08deg, #316dff 0.09%, #02bfff 70.28%);

  --purple-light: #f5f3ff;
  --blue-light: #eff6ff;
  --red-light: #fef2f2;
  --yellow-light: #fffbeb;
  --purple-icon: #7c3aed;
  --blue-icon: #2563eb;
  --red-icon: #dc2626;
  --yellow-icon: #d97706;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
}

.w-fit {
  width: fit-content;
}

.border-gray-200 {
  border: 1px solid var(--gray-200);
}

.bottom-40 {
  bottom: 40% !important;
}

.max-width-1600 {
  max-width: 1600px;
}

.max-width-250 {
  max-width: 250px !important;
}

.min-width-600 {
  min-width: 600px;
}

.min-width-850 {
  min-width: 850px;
}

.fs-20 {
  font-size: 20px;
}

.fs-05 {
  font-size: 0.5rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.canvas-info-icons {
  width: 44px;
  height: 44px;
}

.navbar {
  z-index: 1030;
}

.active {
  color: var(--primary) !important;
}

.navbar .nav-link {
  color: var(--text-dark);
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: var(--primary);
}

.home-card {
  background: var(--bg-white);
  border-radius: var(--home-card-radius);
  padding: var(--home-card-padding);
  height: 100%;
  transition: all 0.25s ease;
}

.home-card img {
  width: 100%;
  height: var(--home-img-height);
  object-fit: cover;
  border-radius: var(--home-img-radius);
}

.home-card-title {
  display: block;
  margin-top: 16px;
  font-size: var(--home-title-size);
  font-weight: var(--home-title-weight);
  color: var(--text-dark);
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

.home-card:hover {
  transform: translateY(var(--home-hover-translate));
  box-shadow: var(--home-hover-shadow);
}

.home-card .home-card-title:hover {
  color: var(--primary);
  cursor: pointer;
  transform: scale(1.1);
}

.mega-menu,
.doctor-menu,
.pages-menu {
  background-image: url(../assets/img/bg/home-menu-img-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown-center {
  left: 285px !important;
  top: 50px !important;
  transform: translateX(-50%);
}

.dropdown-center1 {
  left: 100px !important;
  top: 50px !important;
  transform: translateX(-50%);
}

.dropdown-center2 {
  left: 100px !important;
  top: 50px !important;
  transform: translateX(-50%);
}

.doctor-link {
  transition: all 0.25s ease;
}

.doctor-link:hover {
  transform: translateX(10px);
}

.menu-divider {
  position: relative;
}

.menu-divider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(49, 109, 255, 0.6),
    transparent
  );
}

.btn-primary-gradient {
  background-image: var(--primary-gradient);
  transition: all 0.25s ease-in-out;
}

.btn-primary-gradient:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 50px var(--primary);
}

.btn-circle {
  width: 35px;
  height: 35px;
  border: 1px solid var(--gray-200);
  transition: all 0.25s ease-in-out;
}

.btn-circle:hover {
  background-color: var(--primary);
  color: var(--bg-white) !important;
}

.about-canvas,
.locations,
.information {
  color: var(--gray-900);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.bg-icon-light {
  background-color: var(--light);
}

.textarea {
  resize: none;
}

.footer-bg {
  background: url(../assets/img/bg/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer a {
  transition: all 0.25s ease-in-out;
}

footer a:hover {
  color: var(--primary) !important;
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(6px) !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.profile-header-bg {
  height: 150px;
  background: url(../assets/img/doctors-dashboard/doctor-sidebar-bg.jpg);
}

.profile-img-container {
  margin-top: -75px;
}

.profile-img {
  object-fit: cover;
}

.icon-box-lg {
  width: 50px;
  height: 50px;
}

.icon-box-md {
  width: 40px;
  height: 40px;
}

.icon-box-sm {
  width: 32px;
  height: 32px;
}

.profile-status {
  width: 25px;
  height: 25px;
  padding: 10px;
  background-color: #00d284;
  z-index: 10;
}

.icon-widget {
  color: var(--indigo);
}

.upcoming-appointment-card {
  background: var(--gradient-upcoming);
  position: relative;
  overflow: hidden;
  color: white !important;
}

.upcoming-appointment-card .bg-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.upcoming-appointment-card .bg-circle-1 {
  top: -100px;
  right: -50px;
}

.upcoming-appointment-card .bg-circle-2 {
  bottom: -80px;
  left: -30px;
}

.btn-start-appointment {
  background: white;
  color: var(--primary) !important;
  font-weight: 600;
  border: none;
}

.btn-start-appointment:hover {
  background: #f8faff;
}

.recent-patient-item {
  background: #f8faff;
  border-radius: 12px;
  padding: 15px;
  transition: all 0.3s ease;
}

.recent-patient-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.invoice-list-container {
  max-height: 400px;
  overflow-y: auto;
}

.invoice-item {
  transition: all 0.2s ease;
}

.invoice-item:hover {
  background-color: #f8faff;
}

.view-invoice-btn {
  width: 32px;
  height: 32px;
  background: #f1f5f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  transition: all 0.2s ease;
}

.view-invoice-btn:hover {
  background: var(--primary);
  color: white;
}

/* Notification Icon Boxes */
.notification-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-purple-light {
  background-color: var(--purple-light);
  color: var(--purple-icon);
}

.bg-blue-light {
  background-color: var(--blue-light);
  color: var(--blue-icon);
}

.bg-red-light {
  background-color: var(--red-light);
  color: var(--red-icon);
}

.bg-yellow-light {
  background-color: var(--yellow-light);
  color: var(--yellow-icon);
}

/* Clinic & Availability Styles */
.clinic-card {
  background-color: #f8fafc;
  border-radius: 16px;
  padding: 20px;
}

.availability-block {
  background-color: white;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 15px;
}

.text-blue-primary {
  color: var(--primary) !important;
}

.hover-primary:hover {
  color: var(--primary) !important;
}

.sticky-sidebar {
  position: sticky;
  top: 90px;
  z-index: 1010;
}

/* --- Styles from external style.css merged for index.html --- */

.hero-section ul,
.support-section ul,
.doctors-section ul,
.testimonials-section ul,
.test-counters ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hero-section a,
.support-section a,
.doctors-section a,
.testimonials-section a,
.app-section a {
  text-decoration: none;
}

.fs-13px {
  font-size: 13px;
}
.fs-56px {
  font-size: 56px;
}

.primary-background-color {
  background: linear-gradient(90deg, #316dff 0.09%, #02bfff 70.28%);
}
.primary-color {
  background: linear-gradient(
    90deg,
    rgba(44, 119, 255, 1) 12%,
    rgba(7, 181, 255, 1) 65%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-darkgray {
  color: rgb(80, 78, 78);
}
.text-lightgray {
  color: #94a3b8;
}
.text-blue {
  color: #316dff;
}
.text-purple {
  color: #6938ef;
}
.text-green {
  color: rgb(70, 198, 70);
}
.text-pink {
  color: #dd2590;
}
.text-teal {
  color: #0e9384;
}
.text-orange {
  color: #e04f16;
}
.bg-milky {
  background-color: #02bfff;
}
.bg-blue {
  background-color: #316dff;
}
.bg-pink {
  background-color: #dd2590;
}
.bg-cyan {
  background-color: #06aed4;
}
.bg-teal {
  background-color: #0e9384;
}
.bg-purple {
  background-color: #6938ef;
}
.bg-orange {
  background-color: #e04f16;
}

.primary-btn {
  background: linear-gradient(
    90deg,
    rgba(44, 119, 255, 1) 12%,
    rgba(7, 181, 255, 1) 65%
  );
  padding: 0.7rem 1.3rem;
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 15px;
}
.register-btn {
  padding: 0.7rem 1.3rem;
  padding: 0.7rem 1.3rem;
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 15px;
  background-color: black;
  transition: 0.3s;
}

.register-btn:hover {
  background-color: #252a30;
}
.braille-icon {
  color: black;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(161, 160, 160);
  transition: 0.3s;
}
.search-icon {
  border: 1px solid lightgray;
  border-radius: 50%;
  padding: 11px;
  margin-right: 0.5rem;
  transition: 0.4s;
}
.search-icon:hover {
  background-color: #316dff;
}
.search-icon i {
  transition: 0.4s;
}
.search-icon:hover i {
  color: white;
}
.notification-icon {
  border: 1px solid lightgray;
  padding: 11px;
  margin-right: 0.5rem;
  transition: 0.4s;
}
.notification-icon:hover {
  background-color: #316dff;
}
.notification-icon i {
  transition: 0.4s;
}
.notification-icon:hover i {
  color: white;
}
.braille-icon:hover {
  background-color: #316dff;
  color: white;
}

.gray-border {
  border-color: gray;
}

.hero-section {
  height: 85vh;
  position: relative;
  background: linear-gradient(
    180deg,
    #016be7 0%,
    #0066e9 50.5%,
    #96e8fe 88.5%,
    #b1fcf7 100%
  );
  z-index: 1;
  padding-top: 50px;
}
.banner1 {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}
.banner2 {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 1;
}
.banner3 {
  width: 120px;
  height: 62px;
  background: rgba(255, 255, 255, 0.2);
}
.videoBanner {
  bottom: 30%;
  right: 50%;
  transform: translateX(50%);
}
.hero-content img {
  position: relative;
  width: 90%;
  z-index: 2;
}
.hero-section .hero-content .reviews {
  width: fit-content;
}
.hero-section .hero-content .doctors-imgs img {
  width: 2.813rem;
  height: 2.813rem;
  border-radius: 50%;
  margin-inline-end: -1.4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border: 2px solid white;
  z-index: 1;
}
.hero-section .hero-content .doctors-imgs img:hover {
  z-index: 2;
  transform: translateY(-0.188rem);
}
.hero-search select:focus {
  outline: none;
}
.hero-search select {
  outline: none;
  border: none;
}

.hero-search input {
  outline: none;
  border: none;
}
.hero-search .search-container {
  padding: 0.8rem;
}
.call-group-wave {
  z-index: 5;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
  width: 228px;
  height: 72px;
  background-color: white;
  padding: 45px;
}
.call-group-wave::before {
  content: "";
  width: 79%;
  height: 65%;
  padding: 2rem;
  inset: 0;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  left: 15%;
  top: 15%;
  animation-name: callWave;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
.call-group .phone-icon {
  width: 60px;
  height: 60px;
  background-color: red;
}
.services {
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
  border: 1px solid #e2e8f0;
}
.services .icon-container {
  width: 55px;
  height: 55px;
}
.services .service {
  cursor: pointer;
}
.services .service:hover p {
  color: #0066e9;
}
.services .service p {
  transition: 0.5s;
}
.services .service:hover img {
  transform: rotateY(360deg);
  transition: 0.5s;
}

.support-section {
  margin: 12rem 0 0 0;
  padding-bottom: 3rem;
}
.special-h6 {
  width: fit-content;
}
.special-h6::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  position: absolute;
}
.special-h6::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  position: absolute;
}
.support-cards .support-card {
  width: 230px;
}
.support-cards .support-card .img-wrapper {
  overflow: hidden;
  border-radius: 10%;
  height: 200px;
  position: relative;
}
.support-cards .support-card .img-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10%;
  opacity: 0.4;
  transition: 0.5s;
}
.support-cards .support-card:hover .support-card-icon {
  background-color: #0066e9;
}
.support-cards .support-card:hover .support-card-icon img {
  transform: rotateY(720deg);
  transition: 0.8s;
}
.support-cards .support-card h4:hover {
  color: #0066e9;
}
.support-cards .support-card h4 {
  transition: 0.3s;
}
.support-cards .support-card:hover .img-wrapper::before {
  opacity: 1;
}
.support-cards .support-card .support-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  background-color: white;
  border-radius: 50%;
  transition: 0.2s;
}
.slick-prev::before,
.slick-next::before {
  display: none;
}
.custom-arrow {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
  margin-left: 15px;
  transition: 0.5s;
}

.custom-arrow i {
  color: #316dff;
  font-size: 16px;
}

.custom-arrow:hover {
  background: #316dff;
}

.custom-arrow:hover i {
  color: white;
}

.doctors-section {
  background-color: #f4f6f8;
  padding: 80px 0;
}

.doctors-section .doctor-card .rating-banner {
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 0.7rem;
  padding: 0.25rem 0.45rem;
  letter-spacing: 0.5px;
}
.doctors-section .doctor-card .heart-icon {
  position: absolute;
  top: 10%;
  right: 5%;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  color: lightslategray;
}
.doctors-section .doctor-card {
  border: none;
  border-radius: 10px;
}
.doctors-section .doctor-card img {
  border-radius: 10px 10px 0 0;
}
.doctors-section .doctor-card .doctor-speciality1 {
  font-size: 0.9rem;
  border-left: 3px solid #dd2590;
  padding-left: 1.3rem;
}
.doctors-section .doctor-card .doctor-speciality2 {
  font-size: 0.9rem;
  border-left: 3px solid #0e9384;
  padding-left: 1.3rem;
}
.doctors-section .doctor-card .doctor-speciality3 {
  font-size: 0.9rem;
  border-left: 3px solid #0066e9;
  padding-left: 1.3rem;
}
.doctors-section .doctor-card .doctor-speciality4 {
  font-size: 0.9rem;
  border-left: 3px solid #0e9384;
  padding-left: 1.3rem;
}
.doctors-section .doctor-card .doctor-speciality5 {
  font-size: 0.9rem;
  border-left: 3px solid #6938ef;
  padding-left: 1.3rem;
}
.doctors-section .doctor-card .doctor-status {
  font-size: 0.8rem;
  position: relative;
  padding: 0.1rem 0.5rem 0.1rem 1.1rem;
  background-color: #edf9f0;
  color: #0dc071;
}
.doctors-section .doctor-card h4 {
  cursor: pointer;
  transition: 0.5s;
}
.doctors-section .doctor-card h4:hover {
  color: #0066e9;
}
.doctors-section .doctor-card .doctor-location::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0066e9;
  position: absolute;
  right: -20%;
  bottom: 50%;
  transform: translateY(50%);
  border-radius: 50%;
}
.doctors-section .doctor-card .doctor-status::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0dc071;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10%;
}
.doctors-section .doctor-card .doctor-details {
  border-bottom: 1px dotted lightgray;
}
.doctors-section .doctor-card .calender-icon {
  width: 45px;
  height: 45px;
  background-color: black;
  color: white;
  border-radius: 50%;
  transition: 0.5s;
}
.doctors-section .doctor-card .calender-icon:hover {
  background-color: #0066e9;
}
.doctors-section .doctor-card .img-wrapper {
  overflow: hidden;
  height: 190px;
  display: inline-block;
}
.doctors-section .doctor-card .img-wrapper img:hover {
  scale: 1.15;
}
.doctors-section .doctor-card .img-wrapper img {
  transition: 0.5s;
}

.reasonsToChoose {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
}
.reasonsToChoose .img1 {
  position: absolute;
  top: 45%;
  z-index: 0;
}
.reasonsToChoose .img2 {
  position: absolute;
  top: 0%;
  z-index: 0;
  right: 0;
}
.reasonsToChoose .reasons-cards .reasons-card {
  padding: 40px;
  box-shadow: 0px 4px 34px 0px rgba(206, 206, 206, 0.25);
  position: relative;
  z-index: 1;
  transition: 0.8s;
}
.reasonsToChoose .reasons-cards .reasons-card:hover {
  transform: translateY(-10px);
}
.reasonsToChoose .reasons-cards .reasons-card .card-icon i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0px auto 24px;
  background-color: blue;
  font-size: 1.8rem;
}
.reasonsToChoose .reasons-cards .reasons-card .icon1 i {
  background-color: #fcefea;
  color: #e04f16;
}
.reasonsToChoose .reasons-cards .reasons-card .icon2 i {
  background-color: #eaf3ff;
  color: #0066e9;
}
.reasonsToChoose .reasons-cards .reasons-card .icon3 i {
  background-color: #f4f6f8;
  color: #06aed4;
}

.about-us {
  background-color: #000103;
}
.about-us .about-us-imgs {
  width: 49%;
}
.about-us .about-us-imgs .two-imgs img {
  width: 49%;
  border-radius: 20px;
}
.about-us .about-us-content .unique-text {
  background: linear-gradient(90deg, #316dff 0.09%, #02bfff 70.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gredientWave 15s linear infinite;
}
.about-us .accordion-item {
  background-color: transparent;
  border: 1px solid #1e293b;
  color: white;
}
.about-us .accordion-button {
  padding: 20px;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.about-us .accordion-body {
  padding: 0.5rem 1rem;
}
.about-us .accordion-button:not(.collapsed) {
  color: #0066e9;
  background-color: transparent;
}
.about-us .accordion-button::after {
  color: #0066e9;
  transition: transform 0.3s ease;
}
.about-us .accordion-button:focus {
  box-shadow: none;
}
.about-us-bg-img1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about-us-bg-img2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.circle-text {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  text-decoration: none;
  z-index: 10;
  top: 50%;
  right: 50%;
  margin: auto;
  background-color: #0066e9;
}

.button-text {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0066e9;
  border: 15px solid white;
  animation: spin 10s linear infinite;
}

.button-text span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 0 0px;
  transform: rotate(calc(var(--i) * 14deg)) translateY(-60px);
  font-size: 13px;
  font-weight: 600;
  color: white;
  white-space: pre;
}
.play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  z-index: 2;
  transition: 0.5s;
}
.circle-text:hover .play-icon {
  background: white;
  color: #316dff;
}
.about-us-cards .about-us-card .card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: 0.5s;
  margin: auto;
  font-size: 1.3rem;
}
.about-us-cards .about-us-card .card-number {
  background: linear-gradient(90deg, #316dff 0.09%, #02bfff 70.28%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  opacity: 0.3;
  font-weight: bold;
  transition: 0.7s;
}
.about-us-cards .about-us-card:hover .card-number {
  opacity: 1;
}
.about-us-cards .about-us-card h3 {
  transition: 0.7s;
}
.about-us-cards .about-us-card .card-img {
  position: absolute;
  top: 10%;
  right: -50%;
}
.about-us-cards .about-us-card:hover h3 {
  color: #0066e9;
}

.testimonials-section {
  padding: 80px 0;
  background-image: url("../images/testimonials/imgi_101_testimonial-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials-section .reviews .review img {
  width: 13%;
  border-radius: 50%;
  margin-right: 1rem;
}
.testimonials-section .reviews .review {
  border-color: #e6e9ee;
  background-color: white;
  transition: 0.6s;
}
.testimonials-section .reviews .review:hover {
  background-color: #316dff;
}
.testimonials-section .reviews .review p,
h5,
span i {
  transition: 0.6s;
}
.testimonials-section .reviews .review:hover p,
.testimonials-section .reviews .review:hover h5,
.testimonials-section .reviews .review:hover span i {
  color: white;
}
.test-counters .count span {
  font-size: 3.5rem;
  font-weight: bold;
}
.test-counters .count1 span {
  border-bottom: 5px solid #04bd6c;
}
.test-counters .count2 span {
  border-bottom: 5px solid #02bfff;
}
.test-counters .count3 span {
  border-bottom: 5px solid #6938ef;
}
.test-counters .count4 span {
  border-bottom: 5px solid #dd2590;
}

.partners-section {
  padding: 80px 0;
  background-color: black;
  border-radius: 0 0 10px 10px;
}

.questions-section {
  padding: 80px 0;
  background-color: #f4f6f8;
  background-image: url("../images/questions/imgi_79_faq-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.questions-section .accordion-item .accordion-button {
  font-size: 18px !important;
}
.questions-section .accordion-item .accordion-button:not(.collapsed) {
  color: #316dff !important;
}

.app-section {
  background-color: #0066e9;
  padding: 70px 50px 0 50px;
  border-radius: 30px;
  overflow: hidden;
}
.app-section .app-img1 {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 0;
}
.app-section .app-img2 {
  position: absolute;
  bottom: 0;
}
.app-section .app-img3 {
  position: absolute;
  top: 10%;
  left: 0;
}
.app-section .app-content {
  padding: 40px 0 80px;
  padding-left: 50px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gredientWave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(100% - 100vw) 0;
  }
}

@keyframes callWave {
  0% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Infinite Scrolling Text Section */
.scrolling-text-section {
  background: linear-gradient(90deg, #316dff 0%, #00b6ff 100%);
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrolling-container {
  display: flex;
  width: max-content;
  animation: scroll-right 40s linear infinite;
}

.scrolling-content {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-right: 50px;
}

.scrolling-content span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.scrolling-content .scroll-divider {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* Blog Section & CTA Banner */
.blog-section {
  padding: 80px 0;
  background-color: #fff;
}

.blog-badge {
  background: #316dff;
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.blog-card {
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 15px;
  transition: all 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.blog-img-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.blog-img-wrap img {
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-img-wrap img {
  transform: scale(1.1);
}

.blog-date-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  border-radius: 12px;
  text-align: center;
  min-width: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-date-badge .day {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1;
}

.blog-date-badge .month {
  display: block;
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  margin-top: 4px;
}

.category-tag {
  background: #316dff;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-card h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #1f2937;
}

.blog-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 15px;
}

.read-more-link {
  color: #316dff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.read-more-link:hover {
  color: #00b6ff;
}

.view-all-btn {
  background: #0f172a;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
}

.view-all-btn:hover {
  background: #316dff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(49, 109, 255, 0.3);
}

/* CTA Banner */
.cta-banner {
  background: linear-gradient(90deg, #316dff 0%, #00b6ff 100%);
  border-radius: 12px;
  padding: 40px 60px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  clip-path: ellipse(50% 100% at 0% 50%);
}

.cta-banner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.cta-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cta-icon-box {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #316dff;
  font-size: 18px;
}

.cta-text-box small {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.cta-text-box span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 991px) {
  .cta-banner {
    padding: 30px;
    text-align: center;
  }
  .cta-banner .d-flex {
    flex-direction: column;
    gap: 30px;
  }
  .cta-info-wrap {
    justify-content: center;
  }
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid var(--primary) !important;
  color: var(--primary) !important;
}

.nav-tabs .nav-link {
  border-bottom: 3px solid transparent;
}