/*
@File: Spix Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Section Title CSS
** - Default btn CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Main Slider Area CSS
** - Features Area CSS
** - About Area CSS
** - Services Area CSS
** - Default Shape CSS
** - Digital Experience Area CSS
** - Fun Facts Area CSS
** - Portfolio Area CSS
** - Testimonial Area CSS
** - Blog Area CSS
** - Team Area CSS
** - Pricing Area CSS
** - Industries Area CSS
** - Client Area CSS
** - Subscribe Area CSS
** - Quote Area CSS
** - Overview Area CSS
** - Page Banner CSS
** - FAQ Area CSS
** - Login Area CSS
** - Register Area CSS
** - Forgot Password CSS
** - 404 Error Area CSS
** - Privacy Area CSS
** - Terms of Service Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Services Details Area CSS
** - Pagination Area CSS
** - Portfolio Details Area CSS
** - Blog Details Area CSS
** - Widget Sidebar CSS
** - Products Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Product Details Area CSS
** - Partner Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default root CSS
=================================================*/
:root {
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #000000;
  --rs-light: #eee;
  --rs-theme-primary: #5777FF;
  --rs-theme-secondary: #F3DABA;
  --rs-theme-tertiary: #152A40;
  --rs-theme-quaternary: #B69D64;
  --rs-theme-dark-blue: #101B30;
  --rs-theme-green: #008D84;
  --rs-theme-orange: #FF7140;
  --rs-theme-yellow: #FdAF40;
  --rs-hover-primary: #05100B;
  --rs-hover-secondary: #152A40;
  --rs-hover-tertiary: #F3DABA;
  --rs-hover-quaternary: #B69D64;
  --rs-hover-green: #008D84;
  --rs-text-primary: #666666;
  --rs-text-secondary: #52526C;
  --rs-text-tertiary: #B69D64;
  --rs-title-primary: #05100B;
  --rs-title-secondary: #152A40;
  --rs-bg-primary: #F2F4FF;
  --rs-bg-secondary: #F9FAFF;
  --rs-bg-tertiary: #F5F3EF;
  --rs-bg-quaternary: #152A40;
  --rs-bg-light: #FFFAF1;
  --rs-bg-light-grey: #F4F2F2;
  --rs-border-primary: rgba(0, 0, 0, 0.05);
  --rs-border-secondary: rgba(102, 102, 102, 0.2);
  --rs-border-tertiary: #152A40;
  --rs-placeholder: rgba(30, 30, 30, 0.4);
  --rs-rgba-1: rgba(255, 255, 255, 0.07);
  --rs-rgba-2: rgba(255, 255, 255, 0.05);
  --rs-rating-color: #FFC62D;
  /** @font weight declaration */
  --rs-fw-normal: normal;
  --rs-fw-thin: 100;
  --rs-fw-elight: 200;
  --rs-fw-light: 300;
  --rs-fw-regular: 400;
  --rs-fw-medium: 500;
  --rs-fw-sbold: 600;
  --rs-fw-bold: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 18px;
  --rs-fs-p: 18px;
  --rs-fs-h1: 68px;
  --rs-fs-h2: 50px;
  --rs-fs-h3: 38px;
  --rs-fs-h4: 28px;
  --rs-fs-h5: 24px;
  --rs-fs-h6: 20px;
  --rs-fs-b1: 14px;
  --rs-fs-b2: 16px;
  --rs-fs-b3: 18px;
  --rs-fs-b4: 22px;
}

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Popins', sans-serif !important;
  font-size: 16px;

}

body {
  background: linear-gradient(to right,
      rgba(126, 202, 232, 0.85),
      rgba(130, 205, 233, 0.85),
      rgba(134, 208, 235, 0.85),
      rgba(138, 211, 236, 0.85),
      rgba(142, 214, 237, 0.85),
      rgba(146, 217, 238, 0.85),
      rgba(151, 220, 239, 0.85),
      rgba(155, 222, 240, 0.85),
      rgba(160, 225, 241, 0.85),
      rgba(165, 228, 242, 0.85),
      rgba(170, 231, 242, 0.85),
      rgba(176, 233, 241, 0.85),
      rgba(184, 236, 239, 0.85),
      rgba(192, 238, 236, 0.85),
      rgba(201, 240, 233, 0.85),
      rgba(210, 242, 230, 0.85),
      rgba(219, 244, 227, 0.85),
      rgba(227, 246, 223, 0.85),
      rgba(235, 247, 219, 0.85),
      rgba(242, 249, 215, 0.85),
      rgba(248, 250, 211, 0.85));
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'lato', sans-serif !important;
}


a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
}

a:hover,
a:focus {
  color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 2;
  color: #000000;
  text-align: justify;
  font-weight: 600;
  font-family: "Popins", sans-serif;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

img {
  -webkit-user-drag: none;
  /* Safari/Chrome */
  -khtml-user-drag: none;
  /* Konqueror */
  -moz-user-drag: none;
  /* Firefox */
  -o-user-drag: none;
  /* Opera */
  -user-drag: none;
  /* Standard */

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  pointer-events: none;
  /* Optional: disables right-click and interaction */
}


.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-top: 50px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mpt-70 {
  padding-top: -70px;
}

.mt-ng2 {
  margin-top: -3rem !important;
}

.mt-ng4 {
  margin-top: -7rem !important;
}

.mt-n4 {
  margin-top: -8rem !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-weight: normal;
  text-transform: capitalize;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.commonheader {
  font-size: 40px;
}

.theme-background {
  background: linear-gradient(to right,
      rgba(126, 202, 232, 0.85),
      rgba(130, 205, 233, 0.85),
      rgba(134, 208, 235, 0.85),
      rgba(138, 211, 236, 0.85),
      rgba(142, 214, 237, 0.85),
      rgba(146, 217, 238, 0.85),
      rgba(151, 220, 239, 0.85),
      rgba(155, 222, 240, 0.85),
      rgba(160, 225, 241, 0.85),
      rgba(165, 228, 242, 0.85),
      rgba(170, 231, 242, 0.85),
      rgba(176, 233, 241, 0.85),
      rgba(184, 236, 239, 0.85),
      rgba(192, 238, 236, 0.85),
      rgba(201, 240, 233, 0.85),
      rgba(210, 242, 230, 0.85),
      rgba(219, 244, 227, 0.85),
      rgba(227, 246, 223, 0.85),
      rgba(235, 247, 219, 0.85),
      rgba(242, 249, 215, 0.85),
      rgba(248, 250, 211, 0.85));
  opacity: 0.9;
}

html {
  scroll-behavior: smooth;
}



/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  padding: 12px 35px;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.default-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.default-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2563EB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::after {
  opacity: 1;
  visibility: visible;
}


/*================================================
Custom button CSS
=================================================*/
/* First Button - Horizontal Fill */
.btn-hover-fill {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  background-color: #345d9b;
  border: 2px solid #345d9b;
  z-index: 1;
  transition: all 0.4s ease;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-hover-fill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2563EB;
  transition: width 0.4s ease;
  z-index: -1;
}

.btn-hover-fill:hover {
  color: white;
  background-color: #2563EB;
  border: 2px solid #2563EB;
}

.btn-hover-fill:hover::before {
  width: 100%;
}

/* Second Button - Slide Text */
.btn-slide {
  position: relative;
  width: 155px;
  padding: 10px 15px;
  overflow: hidden;
  background-color: #345d9b;
  color: white;
  border: 2px solid #345d9b;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-slide .btn-text {
  display: inline-block;
  transition: transform 0.4s ease;
}

.btn-slide .arrow-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  width: 1.2em;
  height: 1.2em;
  filter: brightness(0) invert(1);
}

.btn-slide:hover {
  background-color: #2563EB;
  border: 2px solid #2563EB;
}

.btn-slide:hover .btn-text {
  color: white;
  transform: translateX(-10px);
}

.btn-slide:hover .arrow-icon {
  opacity: 1;
}

/* Third Button - Center Split */
.btn-split {
  position: relative;
  overflow: hidden;
  width: 150px;
  padding: 10px 15px;
  color: white;
  background-color: #345d9b;
  border: 2px solid #345d9b;
  z-index: 1;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -4px;
  filter: brightness(0) invert(1);
}

.btn-split::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #2563EB;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
}

.btn-split:hover {
  color: white;
  background-color: #2563EB;
  border-color: #2563EB;
}

.btn-split:hover::before {
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {

  .btn-hover-fill,
  .btn-slide,
  .btn-split {
    width: 180px;
  }
}

@media (max-width: 576px) {

  .btn-hover-fill,
  .btn-slide,
  .btn-split {
    width: 150px;
    font-size: 14px;
  }
}

.custom-hover {
  border: 2px solid #2563EB;
}

.custom-hover:hover {
  background-color: #2563EB;
  /* Replace with your desired color */
  color: #fff;
  /* Text color on hover */
  border-color: #2563EB;
  /* Border color on hover */
}


/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  height: 60px;
  transition: all 0.3s linear;
  border-radius: 10px 10px 10px 10px;
  font-weight: 500;
  position: relative;
}

.rs-btn.has-radius {
  border-radius: 4px 4px 4px 4px;
}

.rs-btn.has-color {
  background: #006986;
}

.rs-btn.has-color:hover {
  background: var(--rs-hover-primary);
  color: var(--rs-white);
}

.rs-btn.has-theme-green {
  background: var(--rs-theme-green);
}

.rs-btn.has-theme-green:hover {
  background: var(--rs-black);
}

.rs-btn.has-theme-tertiary {
  background: var(--rs-theme-tertiary);
}

.rs-btn.has-theme-tertiary:hover {
  background: transparent;
  color: var(--rs-theme-tertiary);
}

.rs-btn.has-theme-orange {
  background: var(--rs-theme-orange);
}

.rs-btn.has-theme-orange:hover {
  background: var(--rs-hover-primary);
  color: var(--rs-white);
}

.rs-btn.has-theme-yellow {
  background: var(--rs-theme-yellow);
  color: var(--rs-theme-tertiary);
}

.rs-btn.has-theme-yellow:hover {
  background: var(--rs-white);
}

.rs-btn.has-theme-yellow.has-hover-black:hover {
  background: var(--rs-theme-tertiary);
  color: var(--rs-white);
}

.rs-btn.has-white {
  background: var(--rs-white);
  color: var(--rs-theme-primary);
}

.rs-btn.has-white:hover {
  background: var(--rs-hover-primary);
  color: var(--rs-white);
}

.rs-btn.has-bg-light {
  background: var(--rs-theme-quaternary);
}

.rs-btn.has-bg-light:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}

.rs-btn.has-theme-tertiary {
  background: var(--rs-bg-quaternary);
  border: 1px solid transparent;
}

.rs-btn.has-theme-tertiary:hover {
  background: transparent;
  border-color: var(--rs-border-tertiary);
  color: var(--rs-title-secondary);
}

.rs-btn.has-theme-secondary {
  background: var(--rs-theme-secondary);
  border: 1px solid transparent;
  color: var(--rs-theme-tertiary);
}

.rs-btn.has-theme-secondary:hover {
  background: transparent;
  border-color: var(--rs-border-tertiary);
  color: var(--rs-title-secondary);
}

.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  height: auto;
}

.rs-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}

.rs-btn.has-icon .icon-box svg {
  width: 15px;
  fill: var(--rs-white);
}

.rs-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}

.rs-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}

.rs-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}

.rs-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}

.rs-btn.has-icon:hover {
  color: var(--rs-white);
}

.rs-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}

.rs-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}

.rs-btn.has-transparent {
  color: var(--rs-black);
  font-weight: 600;
  padding: 0;
}

.rs-btn.has-transparent .icon-box {
  transform: rotate(0);
}

.rs-btn.has-transparent .icon-box svg {
  fill: var(--rs-black);
}

.rs-btn.has-transparent:hover {
  color: var(--rs-theme-primary);
}

.rs-btn.has-transparent:hover .icon-box svg {
  fill: var(--rs-theme-primary);
}

.rs-btn-circle {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  padding: 0;
}

.rs-btn-circle svg {
  width: 17px;
  height: 17px;
  fill: var(--rs-white);
}

.rs-btn.has-black {
  background: var(--rs-hover-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
}

.rs-btn.has-black svg {
  width: 12px;
}

.rs-btn.has-black svg path {
  fill: #FFFFFF;
}

.rs-btn.has-black:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}

.rs-btn-group {
  display: flex;
  width: fit-content;
}

.rs-btn-group .rs-btn {
  background: var(--rs-theme-primary);
  color: white;
}

.rs-btn-group>*:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-btn-group>*:nth-child(1) {
    margin-inline-end: -50px;
  }
}

.rs-btn-group>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.rs-btn-group>*:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}

.rs-btn-group:hover>*:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
}

.rs-btn-group:hover>*:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.rs-btn-group:hover>*:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-btn-group:hover>*:nth-child(3) {
    margin-inline-start: -50px;
  }
}

.rs-btn-group .rs-btn-primary {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.rs-btn-group .rs-btn-circle {
  position: relative;
  z-index: 1;
}

.rs-rotate-btn {
  width: 170px;
  height: 170px;
  border: 1px solid var(--rs-border-primary);
  position: relative;
  border-radius: 50%;
}

.rs-rotate-btn:hover .rs-text-circle {
  animation-play-state: paused;
}

.rs-rotate-btn .rs-circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transform: translate(-50%, -50%);
  background: var(--rs-theme-primary);
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  z-index: 1;
  transition: 0.3s;
}

.rs-rotate-btn .rs-circle-btn:hover {
  background: var(--rs-hover-primary);
}

.rs-rotate-btn .rs-circle-btn:hover svg {
  transform: rotate(45deg);
}

.rs-rotate-btn .rs-circle-btn svg {
  width: 30px;
  height: 30px;
}

.rs-rotate-btn .rs-circle-btn svg path {
  fill: var(--rs-white);
}

.rs-rotate-btn .rs-text-circle-wrapper {
  width: 170px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}

.rs-rotate-btn .rs-text-circle {
  animation: rotate-infinite 30s infinite linear;
  width: 100%;
  height: 100%;
  position: relative;
}

.rs-rotate-btn .rs-text-circle span {
  position: absolute;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.rs-circle-btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--rs-bg-secondary);
  transition: 0.3s;
  border-radius: 50%;
}

.rs-circle-btn svg {
  width: 18px;
  fill: var(--rs-theme-primary);
}

.rs-circle-btn.has-bg {
  background: var(--rs-theme-tertiary);
}

.rs-circle-btn.has-bg svg {
  fill: var(--rs-white);
}

.rs-circle-btn.has-bg:hover {
  background: var(--rs-hover-tertiary);
}

.rs-circle-btn.has-bg:hover svg {
  fill: var(--rs-hover-secondary);
}

.rs-circle-btn:hover {
  background: var(--rs-theme-primary);
}

.rs-circle-btn:hover svg {
  fill: var(--rs-white);
}

.rs-circle-btn.has-dark-blue {
  background: var(--rs-theme-tertiary);
  color: var(--rs-white);
  width: 60px;
  height: 60px;
  font-size: 25px;
}

.rs-circle-btn.has-dark-blue:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}

.rs-circle-btn.has-rotate:hover {
  transform: rotate(45deg);
}

.rs-play-btn {
  width: 60px;
  height: 60px;
  font-size: 26px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  border-radius: 50%;
  color: var(--rs-white);
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.rs-play-btn:hover {
  color: var(--rs-white);
}

.rs-play-btn::before {
  background: var(--rs-theme-primary);
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
  animation: rs-pulse-border 1500ms ease-out infinite;
}

.rs-play-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  transition: all 200ms;
}

.rs-button-wrapper .rs-btn {
  height: 70px;
  padding: 15px 5px;
  border: 1px solid #666666;
  border-radius: 40px 40px 40px 40px;
  text-transform: uppercase;
  color: var(--rs-black);
}

.rs-button-wrapper .rs-btn.has-border-white {
  border-color: var(--rs-white);
  color: var(--rs-white);
}

.rs-button-wrapper .rs-btn.has-border-white:hover {
  color: var(--rs-white);
}

.rs-button-wrapper .rs-btn:hover {
  color: var(--rs-black);
}

.rs-button-wrapper .rs-btn:hover .rs-icon {
  inset-inline-start: calc(100% - 60px);
}

.rs-button-wrapper .rs-btn:hover .rs-btn-text {
  transform: translate3d(-60px, 0, 0) !important;
  transform-style: preserve-3d;
}

.rs-button-wrapper .rs-icon {
  background: var(--rs-theme-green);
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s, left 0.5s;
  position: relative;
  animation: 0.5s btnHoverEffectReverse;
  left: 0;
}

.rs-button-wrapper .rs-icon svg {
  width: 16px;
  height: 16px;
}

.rs-button-wrapper .rs-icon svg path {
  fill: var(--rs-white);
}

.rs-button-wrapper .rs-btn-text {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  padding: 0 35px 0 35px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title span {
  font-weight: bold;
  text-transform: uppercase;
}

.section-title {
  font-size: 17px;
  color: #8C8C8C;
  font-weight: bold;
  margin: 0px 0 25px 0;
}

.section-title .bar {
  height: 4px;
  width: 85px;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}

.section-title .bar::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.section-title.text-width {
  max-width: 600px;
  margin: 0 auto 45px;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(85px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
  }
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;

  background: linear-gradient(to right,
      #7ecae8 0%,
      /* Light blue starting point */
      #82cde9 5%,
      #86d0eb 10%,
      #8ad3ec 15%,
      #8ed6ed 20%,
      #92d9ee 25%,
      #97dcef 30%,
      #9bdef0 35%,
      #a0e1f1 40%,
      #a5e4f2 45%,
      #aae7f2 50%,
      #b0e9f1 55%,
      #b8ecef 60%,
      #c0eeec 65%,
      #c9f0e9 70%,
      #d2f2e6 75%,
      #dbf4e3 80%,
      #e3f6df 85%,
      #ebf7db 90%,
      #f2f9d7 95%,
      #f8fad3 100%
      /* Pale yellow endpoint */
    );
  top: 0;
  left: 0;
}

.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.preloader .box {
  height: 100%;
  width: 100%;
  background-image: url('banner/logo-giff.gif');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

/* .preloader .shadow {
  width: 100%;
  height: 5px;
  background: #2563EB;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite;
} */

@-webkit-keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -100px;
  }

  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}



.main-navbar {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
  /* overflow: hidden; */
}

.main-navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      #7ecae8,
      #82cde9,
      #86d0eb,
      #8ad3ec,
      #8ed6ed,
      #92d9ee,
      #97dcef,
      #9bdef0,
      #a0e1f1,
      #a5e4f2,
      #aae7f2,
      #b0e9f1,
      #b8ecef,
      #c0eeec,
      #c9f0e9,
      #d2f2e6,
      #dbf4e3,
      #e3f6df,
      #ebf7db,
      #f2f9d7,
      #f8fad3);
  opacity: 0.8;
  /* Adjust for lighter or darker effect */
  z-index: -1;
}

.main-navbar .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  height: 100px;
  font-family: 'Poppins', sans-serif !important;
}

.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-nav {
  margin: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  /* Medium weight */
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}


.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -3px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
}

/* Solution 1: Increase z-index for dropdown and navbar */
.main-navbar {
  position: relative;
  z-index: 1000;
  /* Ensure navbar is above hero section */
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 1001;
  /* Higher z-index than navbar */
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/* Ensure dropdown shows on hover */
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/* Show dropdown on hover */
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* Keep dropdown visible when hovering over it */
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu:hover {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: #000000;
  font-size: 16.5px;
  font-weight: 500;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -300px;
  left: auto;
  margin-top: 15px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #2563EB;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .others-options .option-item {
  margin-right: 20px;
}

.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .others-options .option-item .cart-btn a {
  font-size: 30px;
  color: #202647;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.main-navbar .navbar .others-options .option-item .cart-btn a:hover {
  color: #2563EB;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .cart-btn a span {
  position: absolute;
  right: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  background: #2563EB;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.main-navbar .navbar .others-options .option-item .search-btn {
  font-size: 30px;
  color: #202647;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .search-btn:hover {
  color: #2563EB;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .close-btn {
  font-size: 30px;
  color: #202647;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .close-btn:hover {
  color: #2563EB;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.main-navbar .navbar .others-options .option-item .default-btn {
  padding: 10px 25px;
  position: relative;
  top: 2px;
}

/* First, ensure the sticky styles apply to all screen sizes */
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

/* Add specific overrides for small screens */
@media only screen and (max-width: 1199px) {
  .navbar-area.is-sticky {
    background: #ffffff !important;
  }

  .navbar-area.is-sticky::before {
    opacity: 0 !important;
    background: none !important;
    background-image: none !important;
  }

  /* Override mean menu colors when sticky */
  .navbar-area.is-sticky .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #202647 !important;
  }

  .navbar-area.is-sticky .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #202647 !important;
  }
}

/* Override the gradient specifically */
.navbar-area.is-sticky .main-navbar,
.navbar-area.is-sticky .main-navbar::before,
.navbar-area.is-sticky .navbar-area,
.navbar-area.is-sticky .navbar-area::before {
  background: #ffffff !important;
  background-image: none !important;
}


@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    display: block;
  }

  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #2563EB;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }

  .main-responsive-nav .mean-container a.meanmenu-reveal {
    top: 10px;
    color: #202647;
  }

  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #202647;
    position: relative;
  }

  .main-responsive-nav .logo {
    position: relative;
  }

  .main-responsive-nav .logo img {
    max-width: 125px !important;
  }

  .navbar-area {
    position: relative;
    align-items: center;
    z-index: 0;
    overflow: hidden;
  }

  .navbar-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
        #7ecae8,
        #82cde9,
        #86d0eb,
        #8ad3ec,
        #8ed6ed,
        #92d9ee,
        #97dcef,
        #9bdef0,
        #a0e1f1,
        #a5e4f2,
        #aae7f2,
        #b0e9f1,
        #b8ecef,
        #c0eeec,
        #c9f0e9,
        #d2f2e6,
        #dbf4e3,
        #e3f6df,
        #ebf7db,
        #f2f9d7,
        #f8fad3);
    opacity: 0.8;
    /* Adjust for lighter or darker effect */
    z-index: -1;
  }

  .navbar-area {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Adding shadow to the bottom */
  }

  .main-navbar {
    display: none;
  }

  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Main Banner hero-content area CSS
=================================================*/
/* Hero Section Styling with ID */
#hero-section {
  position: relative;
  display: flex;
  align-items: center;
  /* padding: 60px 0; */
  overflow: hidden;
  /* Fallback for older browsers */
  min-height: calc(100vh - 100px);
  /* Modern solution */
  min-height: calc(100dvh - 100px);
}


/* Background image with gradient overlay */
/* #hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
} */

/* Gradient overlay with reduced opacity */
#hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(126, 202, 232, 0.85),
      rgba(130, 205, 233, 0.85),
      rgba(134, 208, 235, 0.85),
      rgba(138, 211, 236, 0.85),
      rgba(142, 214, 237, 0.85),
      rgba(146, 217, 238, 0.85),
      rgba(151, 220, 239, 0.85),
      rgba(155, 222, 240, 0.85),
      rgba(160, 225, 241, 0.85),
      rgba(165, 228, 242, 0.85),
      rgba(170, 231, 242, 0.85),
      rgba(176, 233, 241, 0.85),
      rgba(184, 236, 239, 0.85),
      rgba(192, 238, 236, 0.85),
      rgba(201, 240, 233, 0.85),
      rgba(210, 242, 230, 0.85),
      rgba(219, 244, 227, 0.85),
      rgba(227, 246, 223, 0.85),
      rgba(235, 247, 219, 0.85),
      rgba(242, 249, 215, 0.85),
      rgba(248, 250, 211, 0.85));
  opacity: 0.9;
  z-index: -1;
}

#hero-section .hero-text h1 {
  font-size: 2.8rem;
  font-family: "Geist", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  word-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#hero-section .hero-text h4 {
  font-family: "Geist", sans-serif !important;
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: none;
  line-height: 1.2;
  word-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.animated-text span {
  display: inline-block;
}

.fade-effect span {
  animation: fade 2s infinite ease-in-out;
}

@keyframes fade {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}


#hero-section .hero-text p {
  font-size: 1.1rem;
  margin: 20px 0;
}

#hero-section .btn-custom {
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 1rem;
  margin-right: 10px;
}

#hero-section .btn-outline-primary {
  border: 2px solid #006986;
  color: #006986;
  background-color: transparent;
}

/* #hero-section .btn-outline-primary:hover {
  background-color: #006986;
  color: #fff;
} */

#hero-section .btn-primary {
  background-color: #006986;
  color: #fff;
  border: none;
}

/* Position the image absolutely to the bottom of the section */
#hero-section {
  position: relative;
  /* Ensure the section has relative positioning */
}

#hero-section .hero-image-container {
  position: static;
  /* This allows absolute positioning of children relative to #hero-section */
  height: 100%;
}

#hero-section .hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  z-index: 1;
}

#hero-section .hero-image img {
  position: absolute;
  /* Make image align inside the container */
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 1;
}


/* Circular background behind the image */
#hero-section .hero-image::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(180, 220, 240, 0.4), rgba(220, 220, 220, 0.2));
  border-radius: 50%;
  z-index: 0;
  bottom: 20%;
  /* Position the circle relative to the bottom of the container */
  left: 50%;
  transform: translateX(-50%);
  /* Center the circle horizontally */
}

/* Responsive Design for All Screens */
@media (max-width: 576px) {

  /* Extra small devices (phones) */
  #hero-section {
    padding: 30px 0;
    padding-bottom: 250px;
    /* Extra space for the absolutely positioned image */
  }

  #hero-section .hero-text h1 {
    font-size: 1.8rem;
  }

  #hero-section .hero-text p {
    font-size: 0.9rem;
  }

  #hero-section .hero-text h4 {
    font-size: 1.5rem;
  }

  #hero-section .btn-custom {
    padding: 8px 20px;
    font-size: 0.9rem;
  }


  #hero-section .hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    /* On mobile, center the image */
    right: 0;
    width: 100%;
  }

  #hero-section .hero-image img {
    max-width: 100%;
    right: 0;
  }

  #hero-section .hero-image::before {
    width: 80%;
    height: 80%;
    bottom: 10%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {

  /* Small devices (tablets) */
  #hero-section {
    padding: 40px 0;
    padding-bottom: 300px;
    /* Extra space for the absolutely positioned image */
  }

  #hero-section .hero-text h1 {
    font-size: 2.2rem;
  }

  #hero-section .hero-text p {
    font-size: 1rem;
  }

  #hero-section .hero-text h4 {
    font-size: 1.5rem;
  }

  #hero-section .btn-custom {
    padding: 9px 25px;
    font-size: 0.95rem;
  }

  #hero-section .hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    /* On small tablets, center the image */
    right: 0;
    width: 100%;
  }

  #hero-section .hero-image img {
    max-width: 100%;
  }

  #hero-section .hero-image::before {
    width: 75%;
    height: 75%;
    bottom: 12%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #hero-section {
    padding: 50px 0;
    flex-direction: column;
    /* stack vertically */
    text-align: left;
    /* optional: center text */
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  #hero-section .hero-text h1 {
    font-size: 2.5rem;
  }

  #hero-section .hero-text p {
    font-size: 1.05rem;
  }

  #hero-section .btn-custom {
    padding: 10px 28px;
    font-size: 1rem;
  }

  #hero-section .hero-image {
    width: 100%;
    margin-top: 20px;
    /* add spacing between text and image */
  }

  #hero-section .hero-image img {
    max-width: 100%;
    height: auto;
  }
}


@media (min-width: 993px) and (max-width: 1199px) {

  /* Large devices (desktops) */
  #hero-section {
    padding: 60px 0;
  }

  #hero-section .hero-text h1 {
    font-size: 2.8rem;
  }

  #hero-section .hero-text p {
    font-size: 1.1rem;
  }

  #hero-section .btn-custom {
    padding: 10px 30px;
    font-size: 1rem;
  }

  #hero-section .hero-image {
    right: 0;
    width: 50%;
  }

  #hero-section .hero-image img {
    max-width: 100%;
    right: 0;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  /* Large devices (desktops) */

  #hero-section .hero-text h1 {
    font-size: 2.3rem;
  }

  #hero-section .hero-image img {
    max-width: 135%;
    right: -15%;
  }

}

/* Extra-large screens (≥1200px) */
@media (min-width: 1300px) {
  /* XL devices (large desktops) */
  /* #hero-section {
      padding: 110px 0;
  } */

  #hero-section .hero-text h1 {
    font-size: 2.8rem;
  }

  #hero-section .hero-text p {
    font-size: 1.1rem;
  }

  #hero-section .btn-custom {
    padding: 10px 30px;
    font-size: 1rem;
  }

  #hero-section .hero-image {
    top: 10%;
    /* bottom: 0;
    right: -5%;
    width: 60%;
    justify-content: flex-end;
    object-fit: contain; */
  }

  #hero-section .hero-image img {
    max-width: 135%;
    right: -15%;
  }


}




/*================================================
partner Area CSS
=================================================*/
#partner {
  padding: 5px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

#partner .partner-area {
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  padding: 60px 20px;
}

#partner .partner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

#partner .partner-item {
  text-align: center;
  padding: 20px;
  height: 75px;
  width: 300px;
  transition: transform 0.3s ease;
}

#partner .partner-item:hover {
  transform: translateY(-5px);
}

#partner .partner-item img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

/*================================================
solution Area CSS
=================================================*/
/* Solutions Section Styling with ID */
#solutions-section {
  padding: 60px 0;
  min-height: calc(100vh - 100px);
  background-color: #000000c9;
  overflow: hidden;
}


#solutions-section .section-subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #5777ff;
  text-align: center;
  margin-bottom: 10px;
}

#solutions-section .section-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: white;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Card row styling */
#solutions-section .solutions-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Card styling */
#solutions-section .solution-card {
  flex: 1;
  min-width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

/* Card row container */
#solutions-section .about-solution-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

/* All cards same width and height */
#solutions-section .about-solution-card {
  flex: 0 1 calc(33.333% - 20px);
  /* 3 per row */
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* Optional: Make heights equal visually */
#solutions-section .about-solution-card {
  height: 100%;
}


#solutions-section .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#solutions-section .icon-container {
  margin-right: 15px;
  color: #007bff;
}

#solutions-section .icon-container svg {
  width: 24px;
  height: 24px;
}

#solutions-section .solution-card h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #5777ff;
  margin: 0;
}

#solutions-section .solution-card p {
  font-size: 1rem;
  margin-bottom: 0;
  margin-left: 39px;
  /* Aligns with heading text after icon */
}

/* Responsive Design */
@media (max-width: 768px) {
  #solutions-section .solution-card {
    min-width: 100%;
    max-width: 100%;
  }

  #solutions-section .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  #solutions-section .about-solution-row {
    display: block;
  }

  #solutions-section .about-solution-card {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  #solutions-section {
    padding: 40px 0;
  }

  #solutions-section .section-subtitle {
    font-size: 0.9rem;
  }

  #solutions-section .section-title {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }

  #solutions-section .solution-card {
    padding: 20px;
  }

  #solutions-section .about-solution-row {
    display: block;
  }

  #solutions-section .about-solution-card {
    margin-top: 15px;
  }
}

/* #solutions-section .solution-card {
  text-align: center;
  padding: 20px;
  position: relative; 
}


#solutions-section .solution-card .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-color: transparent;
  border:none;
}

#solutions-section .solution-card img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

#solutions-section .solution-card h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0; 

#solutions-section .solution-card p {
  font-size: 1rem;
  color: #6c757d;
  text-align: center;
}

#solutions-section .solution-card:last-child {
  border-right: none;
}

#solutions-section .solution-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -1px; 
  top: 15%; 
  height: 70%; 
  width: 1px; 
  background-color: #e0e0e0;
  z-index: 1;
} */

/* Fix for the 1st and 3rd cards to ensure consistent thickness */
/* #solutions-section .solution-card:nth-child(1)::after,
#solutions-section .solution-card:nth-child(3)::after {
  right: -1px; 
} */

/* Responsive Design for All Screens */
/* @media (max-width: 576px) { 
  #solutions-section {
      padding: 30px 0;
  }

  #solutions-section .section-subtitle {
      font-size: 0.9rem;
  }

  #solutions-section .section-title {
      font-size: 1.8rem;
      margin-bottom: 20px;
  }

  #solutions-section .solution-card {
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
      padding: 15px;
      margin-bottom: 15px;
  }

  #solutions-section .solution-card::after {
      display: none; 
  }

  #solutions-section .solution-card:last-child {
      border-bottom: none;
      margin-bottom: 0;
  }

  #solutions-section .solution-card img {
      width: 35px;
      height: 35px;
      margin-right: 8px;
  }

  #solutions-section .solution-card h3 {
      font-size: 1.1rem;
  }

  #solutions-section .solution-card p {
      font-size: 0.9rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) { 
  #solutions-section {
      padding: 40px 0;
  }

  #solutions-section .section-subtitle {
      font-size: 0.95rem;
  }

  #solutions-section .section-title {
      font-size: 2rem;
      margin-bottom: 30px;
  }

  #solutions-section .solution-card {
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
      padding: 15px;
      margin-bottom: 15px;
  }

  #solutions-section .solution-card::after {
      display: none;
  }

  #solutions-section .solution-card:last-child {
      border-bottom: none;
      margin-bottom: 0;
  }

  #solutions-section .solution-card img {
      width: 38px;
      height: 38px;
      margin-right: 9px;
  }

  #solutions-section .solution-card h3 {
      font-size: 1.15rem;
  }

  #solutions-section .solution-card p {
      font-size: 0.95rem;
  }
}

@media (min-width: 769px) and (max-width: 992px) { 
  #solutions-section {
      padding: 50px 0;
  }

  #solutions-section .section-subtitle {
      font-size: 1rem;
  }

  #solutions-section .section-title {
      font-size: 2.2rem;
      margin-bottom: 35px;
  }

  #solutions-section .solution-card {
      padding: 15px;
  }

  #solutions-section .solution-card img {
      width: 40px;
      height: 40px;
      margin-right: 10px;
  }

  #solutions-section .solution-card h3 {
      font-size: 1.2rem;
  }

  #solutions-section .solution-card p {
      font-size: 0.95rem;
      text-align: center;
  }

  #solutions-section .solution-card:not(:last-child)::after {
      right: -1px;
  }
}

@media (min-width: 993px) { 
  #solutions-section {
      padding: 60px 0;
  }

  #solutions-section .section-subtitle {
      font-size: 1rem;
  }

  #solutions-section .section-title {
      font-size: 32px;
      margin-bottom: 40px;
  }

  #solutions-section .solution-card {
      padding: 20px;
  }

  #solutions-section .solution-card img {
      width: 40px;
      height: 40px;
      margin-right: 10px;
  }

  #solutions-section .solution-card h3 {
      font-size: 1.10rem;
  }

  #solutions-section .solution-card p {
      font-size: 1rem;
      text-align: center;
  }

  #solutions-section .solution-card:not(:last-child)::after {
      right: -1px;
  }
} */
/*================================================
home-about-section Area CSS
=================================================*/
/* General Styles within section */
#home-about-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0 60px 0;
  /* z-index: 0; */
  overflow: hidden;
}

/* #home-about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #ffffff,
    #f0f8fc,
    #ebf6fb,
    #e3f1f8,
    #dcf2fc,
    #d0eefc,
    #a0d5ed,
    #90cee9,
    #80c7e6,
    #70c0e3,
    #60b9e0,
    #50b2dc,
    #40abd9,
    #30a4d6,
    #209dd3
  );
  
  
  opacity: 0.5; 
  z-index: -1;
} */

#home-about-section .section-title {
  color: #5777ff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

#home-about-section h3 {
  color: #000000;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

#home-about-section .illustration-wrapper {
  width: 100%;
  height: 65vh;
  position: relative;
  background: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}


.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  z-index: 1;
}

.about-illlustration-custom-image {
  width: 100%;
  height: 100%;
  /* Ensures full height */
  object-fit: cover;
  /* Ensures it fills the container without distortion */
  display: block;
  position: relative;
  z-index: 0;
}


#home-about-section .about-stats-section {
  z-index: 2;
  position: absolute;
  /* top: 80%; */
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 20px 30px;
  border-radius: 30px;
  width: 90%;
  flex-wrap: nowrap;
  bottom: 0px;
}

#home-about-section .about-stats-section div {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

#home-about-section .about-stats-section h4 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 0;
}

#home-about-section .about-stats-section p {
  font-size: 20px !important;
  color: white;
  margin: 0;
  font-weight: normal;
  line-height: normal;
}

@media (max-width: 768px) {
  #home-about-section .about-stats-section {
    flex-direction: column;
    transform: translateY(-5%);
    padding: 10px 15px;
    width: 95%;
  }

  #home-about-section .about-stats-section div {
    flex: 1 1 100%;
    justify-content: center;
  }

  #home-about-section .about-stats-section h4 {
    font-size: 24px;
  }

  #home-about-section .about-stats-section p {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  #home-about-section .illustration-wrapper {
    height: 45vh;
    overflow: hidden;
    position: relative;
  }

  #home-about-section .about-illlustration-custom-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% center;
    /* key line to shift focus to the left */
  }
}





@media (min-width: 768px) and (max-width: 991px) {

  /* Medium screens */
  .illustration-wrapper {
    height: 350px;
    /* Adjust height for medium screens */
  }

  .about-illlustration-custom-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #home-about-section .about-stats-section {
    flex-direction: column;
    transform: translateY(-5%);
    padding: 10px 15px;
    width: 95%;
    gap: 25px;
  }
}

.illlustration-custom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

#home-about-section .illustration {
  width: 100%;
  /* Force image width to match container */
  height: auto;
  /* Let height adjust proportionally */
  max-height: 100%;
  /* Ensure it doesn’t exceed container height */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the image */
  z-index: 1;
}

#home-about-section .about-content {
  padding: 20px 0;
  text-align: center;
}

#home-about-section p {
  font-size: 16px;
  line-height: 2.2;
  margin-left: auto;
  margin-right: auto;
}

/* Stats Section */
#home-about-section .stats-section {
  position: absolute;
  /* top: 80%; */
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 30px;
  width: 90%;
  flex-wrap: nowrap;
  bottom: 0px;
}

#home-about-section .stats-section div {
  display: flex;
  align-items: center;
  margin: 0 50px;
}

#home-about-section .stats-section h4 {
  font-size: 40px;
  color: black;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 0;
}

#home-about-section .stats-section p {
  font-size: 20px !important;
  margin: 0;
  font-weight: normal;
  line-height: normal;
}

/* Why Choose Us Section */
#home-about-section .why-choose-us {
  margin-top: 50px;
}

#home-about-section .why-choose-us h4 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

#home-about-section .why-choose-us ul {
  list-style: none;
  padding: 0;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#home-about-section .why-choose-us ul li {
  font-size: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
}

#home-about-section .why-choose-us ul li:before {
  content: "•";
  color: #5777ff;
  font-size: 60px;
  position: absolute;
  left: 0;
  top: -30px;
}

/* Video Section */
#home-about-section .video-wrapper {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}

#home-about-section .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  #home-about-section h3 {
    font-size: 2rem;
  }

  #home-about-section .illustration-wrapper {
    height: 50vh;
  }


  #home-about-section .stats-section {
    flex-wrap: wrap;
    padding: 10px;
  }

  #home-about-section .stats-section div {
    margin: 10px;
  }

  #home-about-section .why-choose-us ul {
    height: 250px;
  }

  #home-about-section .why-choose-us ul li {
    font-size: 18px;
  }

  #home-about-section .why-choose-us ul li:before {
    font-size: 60px;
    top: -30px;
  }

  #home-about-section .video-wrapper {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  #home-about-section {
    padding: 60px 0;
  }

  #home-about-section h3 {
    font-size: 1.8rem;
  }

  #home-about-section p {
    font-size: 1rem;
  }

  #home-about-section .illustration-wrapper {
    height: 45vh;
  }

  #home-about-section .stats-section {
    width: 90%;
    padding: 10px;
    flex-direction: column;
    bottom: -80px;
  }

  #home-about-section .stats-section div {
    margin-bottom: 10px 0;
  }

  #home-about-section .stats-section h4 {
    font-size: 20px;
  }

  #home-about-section .stats-section p {
    font-size: 12px;
  }

  #home-about-section .why-choose-us ul {
    height: 200px;
  }

  #home-about-section .why-choose-us ul li {
    font-size: 16px;
  }

  #home-about-section .why-choose-us ul li:before {
    font-size: 55px;
  }

  #home-about-section .video-wrapper {
    height: 200px;
  }
}

/*================================================
why-choose-us  Area CSS
=================================================*/
#why-choose-us {
  padding: 0 0 80px 0;
  /* background-color: #f8f9fa; */
}

#why-choose-us .section-header {
  margin-bottom: 60px;
}

#why-choose-us .section-header .checkmark {
  color: #28a745;
  font-size: 18px;
  margin-right: 10px;
}

#why-choose-us .section-header .subtitle {
  color: #6c757d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

#why-choose-us .section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 25px;
}

#why-choose-us .section-header .description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
  max-width: 400px;
}

#why-choose-us .read-more-btn {
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-top: 30px;
}

#why-choose-us .read-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

/* #why-choose-us .features-container {
  background: white;
  border-radius: 15px;
  padding: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
} */

#why-choose-us .feature-item {
  text-align: center;
  padding: 30px;
  position: relative;
}

/* Reset all */
#why-choose-us .feature-item::after {
  content: none;
}

/* Add to only the first two items */
#why-choose-us .col-md-4:nth-child(1) .feature-item::after,
#why-choose-us .col-md-4:nth-child(2) .feature-item::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  height: 70%;
  width: 2px;
  background-color: #ee9e34;
}



#why-choose-us .feature-item:nth-child(n+4) {
  border-bottom: none;
  border-right: none;
}

#why-choose-us .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: #f8f9fa;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #495057;
  transition: all 0.3s ease;
}

#why-choose-us .feature-item:nth-child(1) .feature-icon {
  color: #006986;
}

#why-choose-us .feature-item:nth-child(2) .feature-icon {
  color: #495057;
}

#why-choose-us .feature-item:nth-child(3) .feature-icon {
  color: #28a745;
}

#why-choose-us .feature-item:hover .feature-icon {
  transform: scale(1.1);
  background: #e9ecef;
}

#why-choose-us .feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #2563eb;

  margin-bottom: 15px;
}

#why-choose-us .feature-subtitle {
  color: #212529;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

#why-choose-us .feature-description {
  color: black;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #why-choose-us {
    padding: 0 0 40px 0;
  }

  #why-choose-us .section-header h2 {
    font-size: 32px;
  }

  #why-choose-us .feature-item {
    margin-bottom: 0;
    border-right: none;
    border-bottom: 1px solid #000000;
  }

  #why-choose-us .feature-item:last-child {
    border-bottom: none;
  }

  #why-choose-us .col-md-4:nth-child(1) .feature-item::after,
  #why-choose-us .col-md-4:nth-child(2) .feature-item::after {
    content: '';
    position: absolute;
    top: 15%;
    right: 0;
    /* height: 70%; */
    width: 2px;
    background-color: transparent;
  }
}

/*================================================
home what do we do Area CSS
=================================================*/
/* All styles are scoped to the section ID */
#what-we-do {
  padding: 60px 0;
  min-height: calc(100vh - 100px);
  /* margin-top: -250px; */
  background-color: #000000c9;
  overflow: hidden;
}

#what-we-do .section-title {
  text-align: center;
}

#what-we-do .section-title h2 {
  font-size: 17px;
  margin-bottom: 16px;
  color: #5777ff;
  font-weight: bold;
}

#what-we-do .section-title h3 {
  font-size: 32px;
  font-weight: normal;
  color: white;
  line-height: 1.4;
}

#what-we-do .service-card {
  background: white;
  border-radius: 8px;
  height: 100%;
  padding: 20px;
  width: 100%;
}

#what-we-do .service-card img {
  height: 80px;
  width: 80px;
}

#what-we-do .card-content {
  padding-top: 35px;
  width: 100%;
}

#what-we-do .service-card h4 {
  font-size: 22px;
  font-weight: p 500;
  /* color: #000; */
  color: #5777ff;
  font-weight: bold;
  margin-bottom: 22px;
  width: 100%;
}

#what-we-do .service-card p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  #what-we-do .section-title h3 {
    font-size: 1.875rem;
  }

  #what-we-do .service-card {
    margin-bottom: 30px;
  }
}

/*================================================
home what to  do Area CSS
=================================================*/
#what-to-do {
  padding-top: 50px;
}

#what-to-do .section-title h2 {
  font-size: 17px;
  color: #5777ff;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}

#what-to-do .section-title h3 {
  color: #000000;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  position: relative;
  background: white;
}

#what-to-do .service-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 400vh;
  padding-bottom: 100px;
  width: 90%;
}

#what-to-do .element-box {
  width: 100%;
  position: sticky;
  border: 1px solid #e0e0e0;
  opacity: 0;
  border-radius: 30px;
  margin-bottom: 15rem;
  background: white;
  transform: translateY(20px);
  animation: fadeUp 0.4s forwards;
  box-sizing: border-box;
  /* Added to include padding/border in width */
}

#what-to-do .service-img-container {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 50vh;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

#what-to-do .service-img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  display: block;
}

#what-to-do .service-content {
  padding: 1rem 1rem 2rem 1rem;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Added for consistent sizing */
}

/* Unique top values for each element */
#what-to-do .element-box:nth-child(1) {
  top: 18vh;
  z-index: 1;
  animation-delay: 0s;
  margin-top: 0;
}

#what-to-do .element-box:nth-child(2) {
  top: 18vh;
  z-index: 2;
  animation-delay: 0.2s;
}

#what-to-do .element-box:nth-child(3) {
  top: 18vh;
  z-index: 3;
  animation-delay: 0.4s;
}

#what-to-do .element-box:nth-child(4) {
  top: 18vh;
  z-index: 4;
  animation-delay: 0.6s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-custom {
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #5777ff;
  color: #5777ff;
  background: transparent;
  transition: all 0.3s;
}

.btn-custom:hover {
  background-color: #5777ff;
  color: white;
}

#what-to-do .service-title {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000000;
}

#what-to-do .service-description {
  color: #4C4C4CCC;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .service-img-container {
    height: 60vh !important;
  }

  #what-to-do .service-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;
  }

  #what-to-do .section-title h3 {
    font-size: 1.82rem;
    margin-bottom: 50px;
  }

  #what-to-do .service-description {
    display: none;
  }

  #what-to-do .element-box:nth-child(1) {
    top: 10vh;
  }

  #what-to-do .element-box:nth-child(2) {
    top: 10vh;
  }

  #what-to-do .element-box:nth-child(3) {
    top: 10vh;
  }

  #what-to-do .element-box:nth-child(4) {
    top: 10vh;
  }
}


/*----------------------------------------*/
/*  Step by step process css
/*----------------------------------------*/
#process-map-section {
  background-color: #006986;
  min-height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
  display: flex;
  /* Added to center map-container */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}

#process-map-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100px 100px, 80px 80px, 60px 60px;
  animation: starfield 20s linear infinite;
}

@keyframes starfield {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100px);
  }
}

#process-map-section #map-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  width: 100%;
  /* Ensure it takes available width */
  box-sizing: border-box;
  /* Ensure padding is included in width */
}

#process-map-section .map-title {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#process-map-section .map-subtitle {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 30px;
}

/* SVG Path Styling */
#process-map-section #journey-path {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  z-index: 1;
  pointer-events: none;
}

#process-map-section .path-line {
  fill: none;
  stroke: #eb9c33;
  stroke-width: 4;
  stroke-dasharray: 10, 5;
  animation: pathFlow 3s ease-in-out infinite;
  filter: drop-shadow(0 0 8px #00d4ff);
}

@keyframes pathFlow {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -30;
  }

  /* Negative makes it move down */
}


/* Map Points/Steps */
#process-map-section .map-step {
  position: absolute;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  gap: 15px;
}

#process-map-section .step-marker {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(145deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 4px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

#process-map-section .step-marker::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 3px solid rgba(0, 212, 255, 0.6);
  animation: pulse 2s ease-in-out infinite;
  z-index: -1;
  /* Ensure pulse is behind the marker */
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.1);
    /* Increased scale for visibility */
    opacity: 0.3;
  }
}


#process-map-section .step-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  font-weight: bold;
}

#process-map-section .step-header {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 15px;
  border-radius: 10px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: -30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-width: 160px;
  text-align: center;
}

#process-map-section .map-step:hover {
  transform: scale(1.05);
  z-index: 10;
}

#process-map-section .map-step:hover .step-marker {
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(0, 212, 255, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Step-specific colors */
#process-map-section #step-1 .step-marker {
  background: linear-gradient(145deg, #ff6b6b, #ff8e53);
}

#process-map-section #step-2 .step-marker {
  background: linear-gradient(145deg, #4ecdc4, #44a08d);
}

#process-map-section #step-3 .step-marker {
  background: linear-gradient(145deg, #45b7d1, #96c93d);
}

#process-map-section #step-4 .step-marker {
  background: linear-gradient(145deg, #f093fb, #f5576c);
}

#process-map-section #step-5 .step-marker {
  background: linear-gradient(145deg, #4facfe, #00f2fe);
}

/* Extra Large Screens (1400px and up) - Diagonal Layout (Original Design) */
@media (min-width: 1400px) {
  #process-map-section #map-container {
    height: 500px;
  }

  #process-map-section #journey-path {
    top: 120px;
    height: 380px;
  }

  #process-map-section .map-title {
    margin-top: -90px;
  }


  #process-map-section #step-1 {
    top: 80px;
    left: 2%;
    flex-direction: row;
  }

  #process-map-section #step-2 {
    top: 175px;
    left: 22%;
    flex-direction: row;
  }

  #process-map-section #step-3 {
    top: 275px;
    left: 43%;
    flex-direction: row;
  }

  #process-map-section #step-4 {
    top: 375px;
    left: 64%;
    flex-direction: row;
  }

  #process-map-section #step-5 {
    top: 465px;
    left: 85%;
    flex-direction: row;
  }
}

/* Large and Medium Screens (768px to 1399px) - Vertical Layout */
@media (min-width: 768px) and (max-width: 1399px) {
  #process-map-section #map-container {
    height: auto;
    min-height: 900px;
    padding: 40px 20px 100px;
  }

  #process-map-section #journey-path {
    width: 120px;
    left: 80px;
    top: 200px;
    height: 600px;
  }


  #process-map-section .path-line {
    stroke-width: 3;
  }

  #process-map-section .step-marker {
    width: 80px;
    height: 80px;
  }

  #process-map-section .step-number {
    font-size: 2.2rem;
  }

  #process-map-section .map-step {
    left: 80px !important;
    flex-direction: row !important;
    gap: 25px;
    align-items: center;
  }

  #process-map-section #step-1 {
    top: 180px;
  }

  #process-map-section #step-2 {
    top: 320px;
  }

  #process-map-section #step-3 {
    top: 460px;
  }

  #process-map-section #step-4 {
    top: 600px;
  }

  #process-map-section #step-5 {
    top: 740px;
  }

  #process-map-section .step-header {
    min-width: 220px;
    font-size: 1.1rem;
    padding: 12px 20px;
    border-radius: 12px;
  }
}

/* Small Screens (up to 767px) - Vertical Stacked Layout */
@media (max-width: 767px) {
  #process-map-section .map-title {
    font-size: 2rem;
  }

  #process-map-section .map-subtitle {
    font-size: 18px;
    margin-top: -15px;
  }


  #process-map-section #map-container {
    height: auto;
    min-height: 1000px;
    padding: 40px 15px 100px;
  }

  #process-map-section #journey-path {
    width: 100px;
    left: 40px;
    top: 160px;
    height: 800px;
  }

  #process-map-section .path-line {
    stroke-width: 3;
  }

  #process-map-section .step-marker {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
  }

  #process-map-section .step-number {
    font-size: 1.8rem;
  }

  #process-map-section .map-step {
    position: absolute !important;
    left: 40px !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
  }

  #process-map-section #step-1 {
    top: 180px;
  }

  #process-map-section #step-2 {
    top: 340px;
  }

  #process-map-section #step-3 {
    top: 500px;
  }

  #process-map-section #step-4 {
    top: 660px;
  }

  #process-map-section #step-5 {
    top: 820px;
  }

  #process-map-section .step-header {
    min-width: auto;
    max-width: 220px;
    white-space: normal;
    font-size: 0.95rem;
    padding: 10px 15px;
    text-align: left;
    border-radius: 10px;
    margin-top: 0px;
  }
}

/* Vertical line for non-diagonal layouts */
@media (max-width: 1399px) {
  #process-map-section .path-line {
    d: path("M 40,-42 L 42,650") !important;
  }
}

/*----------------------------------------*/
/*  FAq css
/*----------------------------------------*/
#faq-section {
  width: 90%;
  /* Fluid width instead of fixed 1000px */
  max-width: 1000px;
  /* Maintain max width for larger screens */
  margin: 0 auto;
  padding: 50px 0;
}

#faq-section .faq-subtitle {
  text-align: center;
  color: #5777ff;
  margin-bottom: 15px;
  font-size: 17px;
  /* 18px, scales with root font size */
  font-weight: 600;
}

#faq-section h1 {
  text-align: center;
  margin-bottom: 40px;
  color: black;
  font-size: 32px;
  /* 40px, scales with root font size */
  font-weight: normal;
}

#faq-section .accordion-item {
  /* margin-bottom: 15px; */
  border: none;
  border-bottom: 1px solid #aeaeae;
  background: transparent;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
  border-radius: 0;
  overflow: hidden;
}

#faq-section .accordion-button {
  display: flex;
  align-items: flex-start;
  background: transparent;
  color: black;
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600;
  border: none;
  padding: 25px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 60px;
  /* Reserve space for icon */
}

#faq-section .accordion-button:focus {
  box-shadow: none;
  border: none;
}

#faq-section .accordion-button:not(.collapsed) {
  border-radius: 0;
  box-shadow: none;
}

#faq-section .accordion-button .question-text {
  flex: 1;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.4;
}

#faq-section .accordion-button .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #5777ff;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

#faq-section .accordion-button .bx {
  color: #5777ff;
  font-size: 16px;
}

/* Icon toggle */
#faq-section .accordion-button.collapsed .bx-plus {
  display: inline-block;
}

#faq-section .accordion-button.collapsed .bx-minus {
  display: none;
}

#faq-section .accordion-button:not(.collapsed) .bx-plus {
  display: none;
}

#faq-section .accordion-button:not(.collapsed) .bx-minus {
  display: inline-block;
}

#faq-section .accordion-collapse {
  background: transparent;
}

#faq-section .accordion-body {
  padding: 25px;
  color: black;
  font-weight: 600;
  font-size: 1rem;
  /* 16px */
  line-height: 1.5;
  background: transparent;
  border-radius: 0;
}

#faq-section .accordion-button::after {
  display: none;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {

  /* Tablets and smaller */
  #faq-section {
    padding: 40px 0;
    /* Reduce padding for smaller screens */
  }

  #faq-section .faq-subtitle {
    font-size: 1rem;
    /* 16px */
    margin-bottom: 10px;
  }

  #faq-section h1 {
    font-size: 2rem;
    /* 32px */
    margin-bottom: 30px;
  }

  #faq-section .accordion-item {
    margin-bottom: 10px;
    /* Reduce spacing between items */
  }

  #faq-section .accordion-button {
    font-size: 1rem;
    /* 16px */
    padding: 20px 15px;
    /* Adjusted padding */
    padding-right: 50px;
    /* Reserve space for smaller icon */
  }

  #faq-section .accordion-button .icon-wrapper {
    width: 20px;
    /* Smaller icon circle */
    height: 20px;
    right: 15px;
    /* Align with padding */
  }

  #faq-section .accordion-button .bx {
    font-size: 14px;
    /* Smaller icon */
  }

  #faq-section .accordion-body {
    font-size: 0.875rem;
    /* 14px */
    padding: 0 15px 15px 15px;
    /* Match reduced button padding */
  }
}

@media (max-width: 480px) {

  /* Mobile phones */
  #faq-section {
    padding: 30px 0;
    /* Further reduce padding */
    width: 95%;
    /* Slightly wider on very small screens */
  }

  #faq-section .faq-subtitle {
    font-size: 0.875rem;
    /* 14px */
    margin-bottom: 8px;
  }

  #faq-section h1 {
    font-size: 1.5rem;
    /* 24px */
    margin-bottom: 20px;
  }

  #faq-section .accordion-item {
    margin-bottom: 8px;
  }

  #faq-section .accordion-button {
    font-size: 0.875rem;
    /* 14px */
    padding: 18px 12px;
    /* More balanced padding */
    padding-right: 35px !important;

  }

  #faq-section .accordion-button .icon-wrapper {
    width: 18px;
    /* Even smaller icon circle */
    height: 18px;
    right: 12px;
    /* Align with padding */
  }

  #faq-section .accordion-button .bx {
    font-size: 12px;
    /* Even smaller icon */
  }

  #faq-section .accordion-body {
    font-size: 0.8rem;
    /* 13px - slightly larger than 12px for better readability */
    padding: 0 12px 15px 12px;
    line-height: 1.4;
    /* Better line spacing */
  }
}

/* Extra small screens - for very narrow devices */
@media (max-width: 360px) {
  #faq-section .accordion-button {
    padding: 15px 10px;
    padding-right: 40px;
    /* Reserve space for icon */
    font-size: 0.8rem;
    /* 13px */
    line-height: 1.3;
  }

  #faq-section .accordion-button .icon-wrapper {
    width: 16px;
    height: 16px;
    right: 10px;
    border-width: 1px;
  }

  #faq-section .accordion-button .bx {
    font-size: 10px;
  }

  #faq-section .accordion-body {
    padding: 0 10px 12px 10px;
    font-size: 0.75rem;
    /* 12px */
  }
}

/* Very small screens - emergency fallback */
@media (max-width: 320px) {
  #faq-section .accordion-button {
    padding: 12px 8px;
    padding-right: 35px;
    font-size: 0.75rem;
    /* 12px */
    line-height: 1.3;
  }

  #faq-section .accordion-button .icon-wrapper {
    width: 14px;
    height: 14px;
    right: 8px;
    border-width: 1px;
  }

  #faq-section .accordion-button .bx {
    font-size: 8px;
  }
}

/*----------------------------------------*/
/*  Testimonial css
/*----------------------------------------*/

#testimonialSection {
  background-color: transparent;
  /* Fallback for older browsers */
}

#testimonialSection h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #333;
}

#testimonialSection h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #5777ff;
}

#testimonialSection .testimonial-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 0 0 0;
  box-sizing: border-box;
}

#testimonialSection .testimonial-wrapper {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}

#testimonialSection .quote-icon-container {
  position: absolute;
  top: -45px;
  right: 25px;
  width: 80px;
  height: 80px;
  z-index: 10;
}

#testimonialSection .quote-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 60px;
  height: 70px;
}

#testimonialSection .testimonial-card {
  background-color: #F9FAFF;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  flex: 0 0 calc(33.33% - 20px);
  /* 3 cards on large screens */
  max-width: calc(33.33% - 20px);
  min-width: calc(33.33% - 20px);
  position: relative;
  box-sizing: border-box;
}

#testimonialSection .profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  object-fit: cover;
  margin-right: 15px;
}

#testimonialSection .stars {
  color: #f5c518;
  font-size: 1.5rem;
  margin-top: 10px;
  text-align: left;
}

#testimonialSection .doctor-name {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

#testimonialSection .specialty {
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 5px;
}

#testimonialSection .testimonial-text {
  font-size: 0.95rem;
  color: #333;
  margin-top: 10px;
}

#testimonialSection .custom-indicators {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#testimonialSection .custom-indicators .indicator {
  width: 30px;
  height: 5px;
  border-radius: 2px;
  background-color: #d3d3d3;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#testimonialSection .custom-indicators .indicator.active {
  background-color: #5777ff;
}

/* Tablet screens (968px and below) */
@media (max-width: 968px) {
  #testimonialSection .testimonial-card {
    flex: 0 0 calc(50% - 20px);
    /* 2 cards on tablet */
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}

/* Mobile screens (576px and below) */
@media (max-width: 576px) {
  #testimonialSection .testimonial-card {
    flex: 0 0 98%;
    /* 1 card on mobile */
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
}


/*================================================
Request call back Area CSS
=================================================*/
#callback-section {
  padding: 50px 0;
  background-color: #F0F2FF;
  min-height: 50vh;
}

.container-custom {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#callback {
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: stretch;
  background-size: cover;
  background-position: center;
}

#callback .form-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}

#callback .form-description {
  color: #5777ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#callback .form-title {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 2rem;
}

#callback .form-control {
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #f9fafb;
  width: 100%;
}

#callback .form-control.error {
  border-color: #dc3545;
}

#callback .form-control:focus {
  box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
  border-color: #4299e1;
  background-color: #fff;
}

#callback textarea.form-control {
  height: 120px;
  resize: none;
  border-radius: 8px;
}

#callback .submit-btn {
  background-color: #5777ff;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}

#callback .submit-btn:hover {
  background-color: #1a4db3;
  transform: translateY(-1px);
}

#callback .illustration-container {
  width: 50%;
  height: 80vh;
}

#callback .illustration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#callback .form-content {
  width: 100%;
}

#callback .checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#callback .checkbox-container input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

#callback .checkbox-container input.error {
  border-color: #dc3545;
}

#callback .checkbox-container label {
  font-size: 14px;
  color: #636e72;
}

.error-text {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* Tablet and Mobile Responsive Design */
@media (max-width: 991px) {
  #callback {
    flex-direction: column;
    padding: 20px;
    background-image: url('assets/img/index/contact-form.png');
  }

  #callback .form-section {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    max-width: 600px;
  }

  #callback .illustration-container {
    display: none;
  }

  #callback .form-title {
    font-size: 24px;
  }

  #callback .row {
    margin-left: 0;
    margin-right: 0;
  }

  #callback .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  #callback-section {
    padding: 30px 0;
  }

  #callback {
    padding: 15px;
  }

  #callback .form-section {
    padding: 20px;
  }

  #callback .form-title {
    font-size: 20px;
  }

  #callback .form-control {
    height: 45px;
    font-size: 14px;
  }

  #callback textarea.form-control {
    height: 100px;
  }

  #callback .submit-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/*================================================
modal call back Area CSS
=================================================*/
.btn-modal {
  /* background: linear-gradient(45deg, #006986, #008fb3); */
  background: linear-gradient(45deg, #2563eb, #4191f6);
  border: none;
  font-size: 17px;
  /* font-weight: 600; */
  /* border-radius: 50px; */
  color: white;
  /* box-shadow: 0 10px 30px rgba(0, 105, 134, 0.4); */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-modal:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 105, 134, 0.6);
  /* background: linear-gradient(45deg, #008fb3, #006986); */
  background: linear-gradient(45deg, #2563eb, #4191f6);
  color: white;
}

.btn-modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-modal:hover::before {
  left: 100%;
}

/* Custom Modal Styles */
#customModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#customModal.active {
  display: flex;
  overflow: auto;
  opacity: 1;
}

#customModal .modal-container {
  position: relative;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: visible;
  transform: scale(0.7) translateY(50px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 10px;
}

#customModal.active .modal-container {
  transform: scale(1) translateY(0);
}

#customModal .modal-content {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 25px;
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: visible;
}



@keyframes gradientMove {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

#customModal .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 55px;
  height: 55px;
  background: linear-gradient(45deg, #006986, #008fb3);
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(0, 105, 134, 0.5);
  transition: all 0.3s ease;
  z-index: 1001;
}

#customModal .close-btn:hover {
  transform: rotate(90deg) scale(1.15);
  box-shadow: 0 20px 40px rgba(0, 105, 134, 0.7);
  background: linear-gradient(45deg, #008fb3, #006986);
}

#customModal #contact-callback {
  padding: 50px 40px 40px;
  overflow-y: auto;
}

#customModal .form-section {
  text-align: center;
}

#customModal .form-description {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

#customModal .form-title {
  color: #2c3e50;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  background: linear-gradient(45deg, #000000, #989898);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#customModal .form-content {
  text-align: left;
}

#customModal .form-control {
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}

#customModal .form-control:focus {
  border-color: #006986;
  box-shadow: 0 0 0 0.2rem rgba(0, 105, 134, 0.25);
  background: white;
}

#customModal .form-control::placeholder {
  color: #6c757d;
  font-weight: 500;
}

#customModal .checkbox-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

#customModal .checkbox-input {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  cursor: pointer;
  accent-color: #006986;
}

#customModal .checkbox-container label {
  color: #6c757d;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
}

#customModal .submit-btn {
  width: 100%;
  background: linear-gradient(45deg, #006986, #008fb3);
  border: none;
  color: white;
  padding: 18px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

#customModal .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(0, 105, 134, 0.4);
}

#customModal .submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

#customModal .submit-btn:hover::before {
  left: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  #customModal .modal-container {
    width: 95%;
  }

  #customModal #contact-callback {
    padding: 40px 25px 30px;
  }

  #customModal .form-title {
    font-size: 28px;
  }
}

/* Custom Scrollbar for form content */
#customModal #contact-callback::-webkit-scrollbar {
  width: 8px;
}

#customModal #contact-callback::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#customModal #contact-callback::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #006986, #008fb3);
  border-radius: 10px;
}

#customModal #contact-callback::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #008fb3, #006986);
}

/*================================================
cantact call back Area CSS
=================================================*/
#contact-callback-section {
  min-height: 50vh;
  background: #F9FAFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container-custom {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#contact-callback {
  width: 100%;
  align-items: stretch;
  background-size: cover;
  background-position: center;
}

#contact-callback .form-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}

#contact-callback .form-description {
  color: #5777ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#contact-callback .form-title {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 2rem;
}

#contact-callback .form-control {
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
  /* margin-bottom: 15px; */
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  width: 100%;
}

#contact-callback .form-control.error {
  border-color: #dc3545;
}

#contact-callback .form-control:focus {
  box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.2);
  border-color: #4299e1;
  background-color: #fff;
}

#contact-callback textarea.form-control {
  height: 120px;
  resize: none;
  border-radius: 8px;
}

#contact-callback .submit-btn {
  background-color: #5777ff;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}

#contact-callback .submit-btn:hover {
  background-color: #1a4db3;
  transform: translateY(-1px);
}

#contact-callback .illustration-container {
  width: 50%;
  height: 80vh;
}

#contact-callback .illustration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#contact-callback .form-content {
  width: 100%;
}

#contact-callback .checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#contact-callback .checkbox-container input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

#contact-callback .checkbox-container input.error {
  border-color: #dc3545;
}

#contact-callback .checkbox-container label {
  font-size: 14px;
  color: #636e72;
}

.error-text {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* Tablet and Mobile Responsive Design */
@media (max-width: 991px) {
  #contact-callback {
    flex-direction: column;
    padding: 20px;
    background-image: url('assets/img/index/contact-form.png');
  }

  #contact-callback .form-section {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    max-width: 600px;
  }

  #contact-callback .illustration-container {
    display: none;
  }

  #contact-callback .form-title {
    font-size: 24px;
  }

  #contact-callback .row {
    margin-left: 0;
    margin-right: 0;
  }

  #contact-callback .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  #contact-callback-section {
    padding: 30px 0;
  }

  #contact-callback {
    padding: 15px;
  }

  #contact-callback .form-section {
    padding: 20px;
  }

  #contact-callback .form-title {
    font-size: 20px;
  }

  #contact-callback .form-control {
    height: 45px;
    font-size: 14px;
  }

  #contact-callback textarea.form-control {
    height: 100px;
  }

  #contact-callback .submit-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
#common-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0;
  overflow: hidden;
  /* z-index: -2; */
}

/* Background image with gradient overlay */
/* #common-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/index/Header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
} */
/* Gradient overlay */
#common-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(126, 202, 232, 0.85),
      rgba(130, 205, 233, 0.85),
      rgba(134, 208, 235, 0.85),
      rgba(138, 211, 236, 0.85),
      rgba(142, 214, 237, 0.85),
      rgba(146, 217, 238, 0.85),
      rgba(151, 220, 239, 0.85),
      rgba(155, 222, 240, 0.85),
      rgba(160, 225, 241, 0.85),
      rgba(165, 228, 242, 0.85),
      rgba(170, 231, 242, 0.85),
      rgba(176, 233, 241, 0.85),
      rgba(184, 236, 239, 0.85),
      rgba(192, 238, 236, 0.85),
      rgba(201, 240, 233, 0.85),
      rgba(210, 242, 230, 0.85),
      rgba(219, 244, 227, 0.85),
      rgba(227, 246, 223, 0.85),
      rgba(235, 247, 219, 0.85),
      rgba(242, 249, 215, 0.85),
      rgba(248, 250, 211, 0.85));
  opacity: 0.9;
  /* z-index: -1; */
}

/* Bootstrap-like container */
/* Content layout */
#common-hero-section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

/* Header styling - centered */
#common-hero-section .header {
  text-align: center;
  flex: 0 0 auto;
  margin: 0;
}

/* Breadcrumb styling - positioned right bottom on XL screens, centered on smaller screens */
#common-hero-section .page-banner-content {
  position: absolute;
  right: -30px;
  bottom: -45px;
  margin: 0;
}

#common-hero-section .page-banner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#common-hero-section .page-banner-content ul li {
  margin-right: 10px;
  font-size: 16px;
}

#common-hero-section .page-banner-content ul li:last-child {
  margin-right: 0;
}

#common-hero-section .page-banner-content ul li a {
  color: #202647;
  text-decoration: none;
}

#common-hero-section .page-banner-content ul li a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  #common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: -45px;
    margin-top: 15px;
  }

  #common-hero-section .page-banner-content ul {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  #common-hero-section .content {
    flex-direction: column;
    align-items: center;
  }

  #common-hero-section .header {
    text-align: center;
    margin-top: 0;
  }

  #common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    right: auto;
    bottom: 0;
  }

  #common-hero-section .page-banner-content ul {
    justify-content: center;
  }

  .container {
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 720px;
  }

  #common-hero-section {
    padding: 40px 0;
  }

  #common-hero-section .page-banner-content ul li {
    font-size: 14px;
  }

  #common-hero-section .header {
    font-size: 24px;
  }

  #common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    right: auto;
    bottom: 10px;
  }

  #common-hero-section .page-banner-content ul {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 540px;
  }

  #common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    right: auto;
    bottom: 10px;
  }

  #common-hero-section .page-banner-content ul {
    flex-direction: row;
    justify-content: center;
  }

  #common-hero-section .page-banner-content ul li {
    margin-bottom: 0;
    margin-right: 8px;
  }

  #common-hero-section .page-banner-content ul li:last-child {
    margin-right: 0;
  }
}

/* #common-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0;
  overflow: hidden;
  z-index: -2;
}

#common-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#common-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to right,
      rgba(126, 202, 232, 0.85),
      rgba(130, 205, 233, 0.85),
      rgba(134, 208, 235, 0.85),
      rgba(138, 211, 236, 0.85),
      rgba(142, 214, 237, 0.85),
      rgba(146, 217, 238, 0.85),
      rgba(151, 220, 239, 0.85),
      rgba(155, 222, 240, 0.85),
      rgba(160, 225, 241, 0.85),
      rgba(165, 228, 242, 0.85),
      rgba(170, 231, 242, 0.85),
      rgba(176, 233, 241, 0.85),
      rgba(184, 236, 239, 0.85),
      rgba(192, 238, 236, 0.85),
      rgba(201, 240, 233, 0.85),
      rgba(210, 242, 230, 0.85),
      rgba(219, 244, 227, 0.85),
      rgba(227, 246, 223, 0.85),
      rgba(235, 247, 219, 0.85),
      rgba(242, 249, 215, 0.85),
      rgba(248, 250, 211, 0.85)
  );
  opacity: 0.9;
  z-index: -1;
}


#common-hero-section .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#common-hero-section .page-banner-content {
  flex: 1;
}

#common-hero-section .page-banner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#common-hero-section .page-banner-content ul li {
  margin-right: 10px;
  font-size: 16px;
}

#common-hero-section .page-banner-content ul li a {
  color: #202647;
  text-decoration: none;
}

#common-hero-section .page-banner-content ul li a:hover {
  text-decoration: underline;
}


#common-hero-section .header {
  text-align: right;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  #common-hero-section .content {
      flex-direction: column;
      align-items: flex-center;
  }

  #common-hero-section .header {
      text-align: left;
      margin-top: 20px;
  }

  .container {
      max-width: 960px;
  }
}

@media (max-width: 767px) {
  .container {
      max-width: 720px;
  }

  #common-hero-section {
      padding: 40px 0;
  }

  #common-hero-section .page-banner-content ul li {
      font-size: 14px;
  }

  #common-hero-section .header {
      font-size: 24px;
  }
}

@media (max-width: 575px) {
  .container {
      max-width: 540px;
  }

  #common-hero-section .page-banner-content ul {
      flex-direction: row;
  }

  #common-hero-section .page-banner-content ul li {
      margin-bottom: 5px;
  }
} */

#service-common-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 0;
  overflow: hidden;
  z-index: 1;
}

#service-common-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url('banner/Header-bg.png');
  /* Default fallback */
}

#service-common-hero-section[data-page="clinical"]::before {
  background-image: url('banner/clinical-bg.png');
  background-position: center 20%;
}

#service-common-hero-section[data-page="contact"]::before {
  background-image: url('banner/contact-bg.png');
  background-position: center 20%;
}

#service-common-hero-section[data-page="faq"]::before {
  background-image: url('banner/faq-bg.png');
  background-position: center 8%;
}

#service-common-hero-section[data-page="financial"]::before {
  background-image: url('banner/financial-bg.png');
  background-position: center 35%;
}

#service-common-hero-section[data-page="leadership"]::before {
  background-image: url('banner/leader-bg-1.png');
}

#service-common-hero-section[data-page="new-practice"]::before {
  background-image: url('banner/new-practice-bg.png');
  background-position: center 20%;
}

#service-common-hero-section[data-page="talent"]::before {
  background-image: url('banner/talent-bg.png');
  background-position: center 30%;
}

#service-common-hero-section[data-page="team"]::before {
  background-image: url('banner/team-bg-1.png');
}

#service-common-hero-section[data-page="vision-mission"]::before {
  background-image: url('banner/mision-bg-1.png');
}

#service-common-hero-section[data-page="whoweare"]::before {
  background-image: url('banner/whowe-bg.png');
}




/* Bootstrap-like container */
/* Content layout */
#service-common-hero-section .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* position: relative; */
  width: 100%;
}

/* Header styling - centered */
#service-common-hero-section .header {
  text-align: center;
  flex: 0 0 auto;
  margin: 0;
}

/* Breadcrumb styling - positioned right bottom on XL screens, centered on smaller screens */
/* #service-common-hero-section .page-banner-content {
  position: static;
  right: -30px;
  bottom: -45px;
  margin: 0;
} */
#service-common-hero-section .page-banner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#service-common-hero-section .page-banner-content ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #ffffff;
}

#service-common-hero-section .page-banner-content ul li {
  margin-right: 10px;
  font-size: 16px;
}

#service-common-hero-section .page-banner-content ul li:last-child {
  margin-right: 0;
}

#service-common-hero-section .page-banner-content ul li a {
  color: #202647;
  text-decoration: none;
}

#service-common-hero-section .page-banner-content ul li a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  /* #service-common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: -45px;
    margin-top: 15px;
  } */

  #service-common-hero-section .content {
    align-items: center !important;
  }

  #service-common-hero-section .page-banner-content ul {
    justify-content: center;

  }
}

@media (max-width: 991px) {

  /* #service-common-hero-section .content {
    flex-direction: column;
    align-items: center;
  } */
  #service-common-hero-section .header {
    text-align: center;
    margin-top: 0;
  }

  #service-common-hero-section .content {
    align-items: center !important;
  }

  /* #service-common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    right: auto;
    bottom: 0;
  } */
  #service-common-hero-section .page-banner-content ul {
    justify-content: center;
  }

  .container {
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 720px;
  }

  #service-common-hero-section {
    padding: 40px 0;
  }

  #service-common-hero-section .page-banner-content ul li {
    font-size: 14px;
  }

  #service-common-hero-section .header {
    font-size: 24px;
  }

  #service-common-hero-section .content {
    align-items: center !important;
  }

  /* #service-common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    right: auto;
    bottom: 10px;
  }
  #service-common-hero-section .page-banner-content ul {
    justify-content: center;
  } */
}

@media (max-width: 575px) {
  .container {
    max-width: 540px;
  }

  /* #service-common-hero-section .page-banner-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    right: auto;
    bottom: 10px;
  }
  #service-common-hero-section .page-banner-content ul {
    flex-direction: row;
    justify-content: center;
  } */
  #service-common-hero-section .page-banner-content ul li {
    margin-bottom: 0;
    margin-right: 8px;
  }

  #service-common-hero-section .page-banner-content ul li:last-child {
    margin-right: 0;
  }
}


/*================================================
Main Banner Area CSS
=================================================*/
#about-scroll {
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  height: 250vh;
  overflow: hidden;
}

#about-scroll h3 {
  margin-bottom: 40px;

}

#about-scroll p {
  margin-bottom: 15px;
  line-height: 2.5;
  color: #6b6b84;
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
}

#about-scroll .vertical-line {
  position: absolute;
  top: 0;
  height: 115%;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #ccc;
  transform: translateX(-50%);
}

#about-scroll .circle {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

#about-scroll .circle.active {
  width: 40px;
  height: 40px;
  background-color: #003366;
  opacity: 1;
}

/* Start and end circles */
#about-scroll .circle.endpoint {
  background-color: #003366;
  width: 30px;
  height: 30px;
}

#about-scroll .circle.start {
  top: 16px;
  opacity: 1;
}

#about-scroll .circle.end {
  bottom: 0;
  top: auto;
}

/* Content circles */
/* Update the CSS to correctly position the circles */
#about-scroll .circle:nth-child(2) {
  top: 15%;
}

#about-scroll .circle:nth-child(3) {
  top: 50%;
}

#about-scroll .circle:nth-child(4) {
  top: 86%;
}


#about-scroll .content-container {
  padding: 50px;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#about-scroll .content-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#about-scroll .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

#about-scroll .text-content {
  flex: 1;
  padding-right: 100px;
  text-align: left;
}

#about-scroll .image-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about-scroll img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}


@media (max-width: 768px) {
  #about-scroll .content-wrapper {
    flex-direction: column;
  }

  #about-scroll .text-content {
    padding-right: 0;
    padding-left: 10%;
    padding-bottom: 20px;
  }

  #about-scroll .image-content {
    width: 100%;
  }

  #about-scroll .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    width: 2px;
    background-color: #ccc;
    transform: translateX(-50%);
  }

  #about-scroll {
    height: 500vh;
  }
}

/*================================================
Line mission Area CSS
=================================================*/
/* Vision, Mission & Goals Section */
#vision-mission-goals-section {
  min-height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}

/* Icon Circle Styling */
#vision-mission-goals-section .icon-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Outer Circle (Border Effect) */
#vision-mission-goals-section .icon-circle::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 3px solid;
  z-index: -1;
  transition: border-color 0.3s ease;
}

/* Vision Icon Styling */
#vision-mission-goals-section .vision-icon {
  background: linear-gradient(135deg, #006986 0%, #1e3a72cf 100%);
  box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}

#vision-mission-goals-section .vision-icon::before {
  border-color: #006986;
}

/* Mission Icon Styling */
#vision-mission-goals-section .mission-icon {
  background: linear-gradient(135deg, #ee9e34 0%, #b71c1cb3 100%);
  box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);
}

#vision-mission-goals-section .mission-icon::before {
  border-color: #ee9e34;
}

/* Goals Icon Styling */
#vision-mission-goals-section .goals-icon {
  background: linear-gradient(135deg, #28a745 0%, #155724 100%);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

#vision-mission-goals-section .goals-icon::before {
  border-color: #28a745;
}

/* Icon Styling */
#vision-mission-goals-section .icon-circle i {
  font-size: 60px;
  color: white;
  transition: transform 0.3s ease;
}

/* Hover Effects for Icon Circle */
#vision-mission-goals-section .icon-circle:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#vision-mission-goals-section .icon-circle:hover i {
  transform: scale(1.1);
}

/* Main container positioning */
#vision-mission-goals-section .main-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 150px;
}

/* Horizontal Connecting Lines */
#vision-mission-goals-section .connecting-line-horizontal-1 {
  position: absolute;
  height: 4px;
  background: linear-gradient(90deg, #006986 0%, #ee9e34 100%);
  /* left: 0; */
  width: 100VW;
  z-index: 1;
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.8s ease;
}

#vision-mission-goals-section .connecting-line-horizontal-2 {
  position: absolute;
  height: 4px;
  background: linear-gradient(90deg, #ee9e34 0%, #28a745 100%);
  /* left: 0; */
  width: 100VW;
  z-index: 1;
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.8s ease;
}

/* Vertical Connecting Lines */
#vision-mission-goals-section .connecting-line-vertical {
  position: absolute;
  width: 4px;
  z-index: 1;
  border-radius: 2px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.8s ease;
}

/* Vision Vertical Line */
#vision-mission-goals-section .vision-section .connecting-line-vertical {
  left: 11.9%;
  transform: translateX(-50%) scaleY(0);
  background: linear-gradient(180deg, #006986, #ee9e34);
  top: 185px;
  /* Approximate start from bottom of icon circle's outer border (140px + 15px offset + margin) */
}

/* Mission Vertical Lines */
#vision-mission-goals-section .mission-section .connecting-line-vertical-top {
  left: 88.1%;
  transform: translateX(-50%) scaleY(0);
  background: linear-gradient(180deg, #006986, #ee9e34);
  top: -185px;
  /* Approximate end at top of mission icon's outer border */
}

#vision-mission-goals-section .mission-section .connecting-line-vertical-bottom {
  left: 88.1%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  background: linear-gradient(180deg, #ee9e34, #28a745);
  top: 185px;
  /* Approximate start from bottom of mission icon's outer border */
}

/* Goals Vertical Line */
#vision-mission-goals-section .goals-section .connecting-line-vertical {
  left: 11.9%;
  transform: translateX(-50%) scaleY(0);
  background: linear-gradient(180deg, #ee9e34, #28a745);
  top: -185px;
  /* Approximate end at top of goals icon's outer border */
}

/* Show lines classes for animation */
#vision-mission-goals-section .show-lines.connecting-line-horizontal-1,
#vision-mission-goals-section .show-lines.connecting-line-horizontal-2 {
  opacity: 1;
  transform: scaleX(1);
}

#vision-mission-goals-section .show-lines.connecting-line-vertical,
#vision-mission-goals-section .show-lines.connecting-line-vertical-top {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

#vision-mission-goals-section .show-lines.connecting-line-vertical-bottom {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

#vision-mission-goals-section .vision-section .show-lines.connecting-line-vertical {
  transform: translateX(-50%) scaleY(1);
}

#vision-mission-goals-section .goals-section .show-lines.connecting-line-vertical {
  transform: translateX(-50%) scaleY(1);
}

/* Section Container and Card */
#vision-mission-goals-section .section-container {
  margin: 80px 0;
  position: relative;
}

#vision-mission-goals-section .content-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

#vision-mission-goals-section .content-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

#vision-mission-goals-section .content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

#vision-mission-goals-section .vision-section .content-card::before {
  background: #006986;
}

#vision-mission-goals-section .mission-section .content-card::before {
  background: #ee9e34;
}

#vision-mission-goals-section .goals-section .content-card::before {
  background: #28a745;
}

/* Section Title and Content */
#vision-mission-goals-section .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

#vision-mission-goals-section .vision-title {
  color: #006986;
}

#vision-mission-goals-section .mission-title {
  color: #ee9e34;
}

#vision-mission-goals-section .goals-title {
  color: #28a745;
}

#vision-mission-goals-section .section-content {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

#vision-mission-goals-section .goals-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

#vision-mission-goals-section .goals-list li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

#vision-mission-goals-section .goals-list li:last-child {
  border-bottom: none;
}

#vision-mission-goals-section .goals-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 18px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {

  #vision-mission-goals-section .connecting-line-horizontal-1,
  #vision-mission-goals-section .connecting-line-horizontal-2,
  #vision-mission-goals-section .connecting-line-vertical,
  #vision-mission-goals-section .connecting-line-vertical-top,
  #vision-mission-goals-section .connecting-line-vertical-bottom {
    display: none;
  }

  #vision-mission-goals-section .main-container {
    gap: 60px;
  }

  #vision-mission-goals-section .icon-circle {
    width: 80px;
    height: 80px;
  }

  #vision-mission-goals-section .icon-circle::before {
    width: 100px;
    height: 100px;
    border-width: 2px;
  }

  #vision-mission-goals-section .icon-circle i {
    font-size: 32px;
  }

  #vision-mission-goals-section .section-container {
    margin: 40px 0;
  }

  #vision-mission-goals-section .content-card {
    padding: 20px;
  }

  #vision-mission-goals-section .section-title {
    font-size: 24px;
  }
}

/* AOS Animation triggered state */
#vision-mission-goals-section.aos-animate .animate-lines {
  opacity: 1;
}

/* Custom animation delays for sequential line drawing */
.line-animate-1 {
  animation-delay: 0.5s;
}

.line-animate-2 {
  animation-delay: 0.8s;
}

.line-animate-3 {
  animation-delay: 1.1s;
}

.line-animate-4 {
  animation-delay: 1.4s;
}

.line-animate-5 {
  animation-delay: 1.7s;
}

.line-animate-6 {
  animation-delay: 2.0s;
}

/*================================================
team Area CSS
=================================================*/

#thank-you-section {
  /* height: calc(100vh - 100px); */
  padding: 40px 0 0 0;
  position: relative;
  align-items: center;
  display: flex;
}

#thank-you-section .container {
  max-width: 1320px;
}

#thank-you-section .main-title {
  font-size: 3rem;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  text-align: center;
}

#thank-you-section .subtitle {
  font-size: 1.2rem;
  color: black;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


#thank-you-section .contact-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#thank-you-section .contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

#thank-you-section .founder-info {
  background: #006986;
  color: white;
  padding: 15px 25px;
  border-radius: 25px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

#thank-you-section .contact-item {
  background: #f8f9fa;
  color: #495057;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  border: 1px solid #e9ecef;
}

#thank-you-section .contact-item:hover {
  background: #006986;
  color: white;
  border-color: #17a2b8;
  transform: translateX(5px);
}

#thank-you-section .contact-item i {
  font-size: 1rem;
  margin-right: 12px;
  width: 18px;
  text-align: center;
}

#thank-you-section .visual-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding: 30px;
}

#thank-you-section .geometric-shape {
  width: 380px;
  height: 420px;
  background: linear-gradient(135deg, #006986db 0%, #ee9e34bf 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease;
}

#thank-you-section .geometric-shape:hover {
  transform: scale(1.1);
}

#thank-you-section .shape-inner {
  width: 340px;
  height: 380px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

#thank-you-section .shape-inner img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

#thank-you-section .decorative-elements {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  background: #ee9e34;
  border-radius: 10px;
  transform: rotate(-45deg);
}

/* #thank-you-section .decorative-elements::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 30px;
  height: 30px;
  background: #006986;
  border-radius: 50%;
} */

@media (max-width: 768px) {
  /* #thank-you-section {
    height: calc(100vh);
  } */

  #thank-you-section .main-title {
    font-size: 2.2rem;
  }

  #thank-you-section .subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  #thank-you-section .contact-card {
    padding: 25px;
    margin-bottom: 30px;
  }

  #thank-you-section .geometric-shape {
    width: 260px;
    height: 260px;
  }

  #thank-you-section .shape-inner {
    width: 220px;
    height: 220px;
    padding: 0;
  }

  #thank-you-section .shape-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #thank-you-section .contact-item {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}

/* Scoped CSS - Only affects #teams-section */
#teams-section {
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
}

/* Hero Section */
#teams-section .hero-section {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#teams-section .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,') no-repeat;
  background-size: cover;
}

#teams-section .hero-content {
  position: relative;
  z-index: 2;
}

/* Individual Member Section */
#teams-section .member-section {
  padding: 40px 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

#teams-section .member-section .container-fluid {
  padding: 0px;
}

/* Make rows and columns take full height */
#teams-section .member-section .row {
  height: 100%;
  align-items: stretch;
}

#teams-section .member-section [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Left Side Members */
#teams-section .member-left {
  background: transparent;
}

#teams-section .member-left .row {
  align-items: stretch;
}

#teams-section .member-left .member-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  min-height: 500px;
  max-height: 500px;
  height: 100%;
  flex: 1;
  border-radius: 0 50px 50px 0;
  position: relative;
  overflow: hidden;
}

#teams-section .member-left .member-content {
  padding: 20px 50px;
}

/* Right Side Members */
#teams-section .member-right {
  background: transparent;
}

#teams-section .member-right .row {
  align-items: stretch;
}

#teams-section .member-right .member-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  max-height: 500px;
  height: 100%;
  flex: 1;
  border-radius: 50px 0 0 50px;
  position: relative;
  overflow: hidden;
}

#teams-section .member-right .member-content {
  padding: 20px 50px;
}

/* Member Content Styling */
#teams-section .member-name {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

#teams-section .member-position {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #5777ff;
}

#teams-section .read-more {
  color: #0d6efd;
  font-size: 17px;
  font-weight: 600;
  vertical-align: baseline;
  cursor: pointer; /* Ensure no space after 'pointer' */
}

#teams-section .read-more:hover {
  color: #ee9e34; /* Change text color on hover */
  text-decoration: underline;
  cursor: pointer; /* Optional but reinforces intent */
}


#teams-section .member-social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

#teams-section .contact-item {
  position: relative;
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease-in-out;
}

#teams-section .contact-item:hover {
  color: #3b82f6;
  transform: scale(1.15) rotate(5deg);
}

#teams-section .contact-item i {
  font-size: 1.5rem;
}

#teams-section .popover-content {
  display: none;
  position: absolute;
  top: 100%; /* Place it below the parent */
  left: 50%;
  transform: translateX(-50%) translateY(15px); /* Push slightly down */
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.85) 0%, rgba(59, 130, 246, 0.85) 100%);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 14px 20px;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
  margin-top: 15px; /* Instead of margin-bottom */
}

#teams-section .popover-content::before {
  content: '';
  position: absolute;
  bottom: 100%; /* Arrow now points upwards */
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-bottom-color: rgba(59, 130, 246, 0.85); /* Triangle now points up */
  filter: blur(1px);
}

#teams-section .contact-item:hover .popover-content {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  animation: pulseGlow 1.5s infinite ease-in-out;
}


@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.4);
  }

  50% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 30px rgba(59, 130, 246, 0.6);
  }
}

#teams-section .member-bio {
  line-height: 1.8;
  opacity: 0.9;
}

/* Social Links */
#teams-section .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #2c3e50;
}

#teams-section .social-btn:hover {
  background: #5777ff;
  color: white;
  transform: translateY(-3px);
}

/* Image Overlay Effects */
#teams-section .member-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), transparent);
  transition: all 0.3s ease;
}

#teams-section .member-section:hover .member-image::before {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.2), transparent);
}

/* Enhanced Modal Styles - Scoped to team modals */
.team-modal .modal-dialog {
  max-width: 900px;
  margin: 1.5rem auto;
}

.team-modal .modal-content {
  border: none;
  border-radius: 25px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
}

.team-modal .modal-header {
  background: linear-gradient(90deg, #ee9e34, #0087a7);
  color: white;
  border: none;
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team-modal .modal-header::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"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.team-modal .modal-header .btn-close {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none;
  color: white !important;
  opacity: 0.9;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 50%;
  padding: 0;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  /* Ensure the line height doesn't push the icon */
}


.team-modal .modal-header .btn-close::before {
  content: '×';
  color: white;
  font-size: 1.5rem;
}

.team-modal .modal-header .btn-close:hover {
  opacity: 1 !important;
  background: #ff8c00 !important;
  /* Orange background */
  transform: scale(1.1) rotate(180deg);
  /* Scale and spin */
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);
}

.team-modal .modal-title {
  font-size: 2.2rem;
  color: white;
  font-weight: 700;
  margin-bottom: 0.8rem;
  width: 100%;
  position: relative;
  z-index: 5;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.team-modal .modal-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  text-align: center;
  opacity: 0.95;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.team-modal .modal-body {
  padding: 3rem 2.5rem;
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.team-modal .modal-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5777ff, #3498db, #5777ff);
}

.team-modal .content-section {
  margin-bottom: 2.5rem;
}

.team-modal .content-section:last-child {
  margin-bottom: 0;
}

.team-modal .section-title {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.team-modal .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #5777ff, #3498db);
  border-radius: 2px;
}

.team-modal .bio-content {
  line-height: 1.8;
  color: #444;
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
}

.team-modal .bio-content:last-child {
  margin-bottom: 0;
}

.team-modal .additional-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-modal .additional-content li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.7;
  position: relative;
  padding-left: 2rem;
  list-style: none;
  color: #555;
  font-size: 1.05rem;
}

.team-modal .additional-content li:before {
  content: '✔';
  color: #5777ff;
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  top: 1.1rem;
  transition: transform 0.3s ease;
}

.team-modal .additional-content li:hover:before {
  transform: translateX(3px);
  color: #fdbb49 !important;
}


.team-modal .additional-content li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.team-modal .additional-content em {
  font-style: italic;
  color: #5777ff;
  font-weight: 600;
  background: linear-gradient(120deg, rgba(87, 119, 255, 0.1) 0%, rgba(52, 152, 219, 0.1) 100%);
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
  border-left: 3px solid #5777ff;
  display: block;
  margin-top: 0.5rem;
  line-height: 1.6;
}

.team-modal .modal-footer {
  background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
  border: none;
  padding: 2rem 2.5rem;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.team-modal .modal-footer .member-social {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

.team-modal .modal-footer .social-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.3rem;
  transition: all 0.4s ease;
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  color: #2c3e50;
  border: 2px solid rgba(87, 119, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.team-modal .modal-footer .social-btn:hover {
  background: linear-gradient(145deg, #5777ff, #4a67e6);
  color: white;
  border-color: #5777ff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(87, 119, 255, 0.3);
}

/* Modal Popover Styles */
.team-modal .modal-footer .contact-item {
  position: relative;
}

.team-modal .modal-footer .popover-content {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.9) 0%, rgba(59, 130, 246, 0.9) 100%);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(59, 130, 246, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 10px;
}

.team-modal .modal-footer .popover-content::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: rgba(59, 130, 246, 0.9);
}

.team-modal .modal-footer .contact-item:hover .popover-content {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


/* Responsive Design */
@media (min-width: 480px) and (max-width: 768px) {
  #teams-section .hero-title {
    font-size: 2.5rem;
  }

  #teams-section .member-section {
    min-height: auto;
  }

  #teams-section .member-left .member-image,
  #teams-section .member-right .member-image {
    height: 300px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  #teams-section .member-left .member-content,
  #teams-section .member-right .member-content {
    padding: 30px 20px;
  }

  #teams-section .member-name {
    font-size: 2rem;
  }

  #teams-section .member-social {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  #teams-section .member-section [class*="col-"] {
    display: block;
  }

  .team-modal .modal-dialog {
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }

  .team-modal .modal-header {
    padding: 2rem 1.5rem;
  }

  .team-modal .modal-title {
    font-size: 1.8rem;
  }

  .team-modal .modal-body {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  #teams-section .hero-title {
    font-size: 2.5rem;
  }

  #teams-section .member-section {
    min-height: auto;
  }

  #teams-section .member-left .member-image,
  #teams-section .member-right .member-image {
    height: 300px;
    margin: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  #teams-section .member-left .member-content,
  #teams-section .member-right .member-content {
    padding: 30px 20px;

  }

 

  #teams-section .member-name {
    font-size: 1.7rem;
  }

  #teams-section .member-position{
    font-size: 1rem;
  }
  #teams-section .member-social {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .team-modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  .team-modal .modal-header {
    padding: 1.5rem 1rem;
  }

  .team-modal .modal-title {
    font-size: 1.5rem;
  }

  .team-modal .modal-body {
    padding: 1.5rem 1rem;
  }

  .team-modal .modal-footer {
    padding: 1.5rem 1rem;
  }
}



/*================================================
Executive Area CSS
=================================================*/
#executive-profile {
  padding: 0px;
  position: relative;
  align-items: center;
  display: flex;
}

#executive-profile .row {
  margin-top: 2rem;
  position: relative;
}


/* Vertical connecting line */
/* #executive-profile .row::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  height: calc(100% - 70px);
  width: 3px;
  background: linear-gradient(to bottom, #007bff, #0056b3);
  border-radius: 1px;
  z-index: -1;
} */

#executive-profile ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  position: relative;
}

#executive-profile ul::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: linear-gradient(45deg, #007bff, #0056b3);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

#executive-profile ul li {
  padding-left: 25px;
  color: blacck;
  font-weight: 600;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 0;
}

#executive-profile ul:hover {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}

#executive-profile ul:hover::before {
  background: linear-gradient(45deg, #ee9e34, #ee5a34);
  transform: scale(1.2);
  transition: all 0.3s ease;
}

/* Responsive design */
@media (max-width: 768px) {
  #executive-profile {
    padding: 20px 15px;
    margin: 10px;
  }

  #executive-profile ul li {
    font-size: 14px;
  }

  #executive-profile .row::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    height: calc(100% - 158px);
    width: 3px;
    background: linear-gradient(to bottom, #007bff, #0056b3);
    border-radius: 1px;
    z-index: -1;
  }
}

@media (min-width: 768px) and (max-width: 923px) {
  #executive-profile {
    padding: 20px 15px;
    margin: 10px;
  }

  #executive-profile ul li {
    font-size: 14px;
  }

  #executive-profile .row::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    height: calc(100% - 80px);
    width: 3px;
    background: linear-gradient(to bottom, #007bff, #0056b3);
    border-radius: 1px;
    z-index: -1;
  }
}


/*================================================
mission Area CSS
=================================================*/
#about-mission-area .row {
  border-radius: 15px;
}

#about-mission-area h2 {
  margin-bottom: 30px;
  margin-top: 20px;
}

#about-mission-area .col-12,
#about-mission-area .col-md-8,
#about-mission-area .col-lg-6 {
  background-color: #2563EB !important;
  padding: 0;
}

#about-mission-area .col-md-8:first-child {
  position: relative;
  /* Ensure the border stays within the column */
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

#about-mission-area .col-md-8:first-child::after {
  content: "";
  position: absolute;
  top: 27%;
  /* Adjust the starting position of the border */
  right: 0;
  width: 2px;
  /* Border width */
  height: 45%;
  /* Border height */
  background-color: rgba(204, 204, 204, 0.5);
  /* Semi-transparent color */
  filter: blur(2px);
  /* Apply blur effect */
}

#about-mission-area .col-md-8:last-child {
  padding-left: 0px;
  /* Optional: Adjust if you want space between the content and the line */
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;

}

/*================================================
Customer Count Area CSS
=================================================*/
.client-count {
  background-color: #282639;
  border-radius: 15px;
  padding: 15px;
}

.client-count-box {
  background-color: transparent;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  transition: 0.5s;
  border: 5px solid transparent;
  /* Start with a transparent border */
}

/* .client-count-box::before {
  content: '';
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
} */

.client-count-box h3 {
  color: white;
  margin-bottom: 0;
  line-height: 1;
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.client-count-box p {
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.client-count-box .icon {
  margin-top: 20px;
  margin-bottom: 20px;
}

.client-count-box .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #fbe4d4;
  color: #2563EB;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.client-count-box:hover::before {
  height: 100%;
}

.client-count-box:hover h3 {
  color: #ffffff;
}

.client-count-box:hover p {
  color: #ffffff;
}

.client-count-box:hover .icon i {
  background-color: #ffffff;
  color: #2563EB;
}


/*================================================
Features Area CSS
=================================================*/
.single-features {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.single-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}

.single-features .icon {
  margin-bottom: 16px;
}

.single-features .icon i {
  font-size: 50px;
  color: #2563EB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}

.single-features h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features h3 a {
  color: #202647;
}

.single-features p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.single-features .number {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.single-features .number span {
  font-size: 25px;
  font-weight: 500;
  color: #cbcac9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features .shape {
  position: absolute;
  bottom: 25px;
  left: 18px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 30%;
}

.single-features:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-features:hover .icon i {
  color: #ffffff;
}

.single-features:hover h3 a {
  color: #ffffff;
}

.single-features:hover p {
  color: #ffffff;
}

.single-features:hover .number span {
  color: #ffffff;
}

.single-features:hover .shape {
  opacity: 30%;
  bottom: 35px;
}

.single-features-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.single-features-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-features-box .icon {
  margin-bottom: 16px;
}

.single-features-box .icon i {
  font-size: 30px;
  color: #2563EB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50px;
  background-color: #f6f6f6;
}

.single-features-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box h3 a {
  color: #202647;
}

.single-features-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.single-features-box:hover::before {
  height: 100%;
}

.single-features-box:hover .icon i {
  color: #2563EB;
}

.single-features-box:hover h3 a {
  color: #ffffff;
}

.single-features-box:hover p {
  color: #ffffff;
}

.single-features-box.top-1 {
  margin-top: 30px;
}

.single-features-box.top-2 {
  margin-top: 0;
}

.single-features-box.top-3 {
  margin-top: 0;
}

.single-features-box.top-4 {
  margin-top: -30px;
}

.features-inner-content span {
  color: #fd9b5f;
  font-weight: bold;
  text-transform: uppercase;
}

.features-inner-content h3 {
  font-size: 38px;
  margin: 14px 0 25px 0;
}

.features-inner-content .bar {
  height: 4px;
  width: 85px;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.features-inner-content .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.features-inner-content p {
  margin-bottom: 0;
}

.features-inner-content .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 16px;
  margin-left: -10px;
  margin-right: -10px;
}

.features-inner-content .features-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.features-inner-content .features-list li span {
  display: block;
  background-color: #fab0bc;
  padding: 10px 15px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #202647;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5px;
}

.features-inner-content .features-list li span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.features-inner-content .features-list li span i {
  margin-right: 5px;
  color: #ffffff;
}

.features-inner-content .features-list li span:hover {
  color: #ffffff;
}

.features-inner-content .features-list li span:hover::before {
  width: 100%;
}

.features-inner-content .features-btn {
  margin-top: 30px;
}


/*================================================
Services Area CSS
=================================================*/
/* Main header styling to match the image */
.main-header-section {
  text-align: center;
  margin-bottom: 0px;
}

.main-header-section h6 {
  color: #5777ff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-header-section h2 {
  color: #000000;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

/* Ensure sections take full width with background color */
.pro-section {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  margin-bottom: 0;
}

/* #pro-section1 { background-color: #ffffff; }

  #pro-section1-1 { background-color: #ffffff; } */

/* #pro-section2 {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    overflow: hidden;
  }
  
  #pro-section2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      #ffffff,
      #f0f8fc,
      #ebf6fb,
      #e3f1f8,
      #dcf2fc,
      #d0eefc,
      #a0d5ed,
      #90cee9,
      #80c7e6,
      #70c0e3,
      #60b9e0,
      #50b2dc,
      #40abd9,
      #30a4d6,
      #209dd3
    );
    
    opacity: 0.5; 
    z-index: -1;
  }

  #pro-section3 { background-color: #ffffff; }

  #pro-section4 {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    overflow: hidden;
  }
  
  #pro-section4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to left,
      #ffffff,
      #f0f8fc,
      #ebf6fb,
      #e3f1f8,
      #dcf2fc,
      #d0eefc,
      #a0d5ed,
      #90cee9,
      #80c7e6,
      #70c0e3,
      #60b9e0,
      #50b2dc,
      #40abd9,
      #30a4d6,
      #209dd3
    );
    
    opacity: 0.5;
    z-index: -1;
  }
  #pro-section5 { background-color: #ffffff; }

  #pro-section6 {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    overflow: hidden;
  }
  
  #pro-section6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      #ffffff,
      #f0f8fc,
      #ebf6fb,
      #e3f1f8,
      #dcf2fc,
      #d0eefc,
      #a0d5ed,
      #90cee9,
      #80c7e6,
      #70c0e3,
      #60b9e0,
      #50b2dc,
      #40abd9,
      #30a4d6,
      #209dd3
    );
    
    opacity: 0.5; 
    z-index: -1;
  }

  #pro-section7 { background-color: #ffffff; }

  #pro-section8 { background-color: #F9FAFF; } */



/* Image container styling */
.pro-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}



/* Content styling */
.pro-content {
  padding: 0 20px 0 20px;
  /* display: flex; */
  flex-direction: column;
  /* justify-content: center; */
}

.pro-content h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #5777ff;
}

.pro-content h3 {
  line-height: 1.5;
}

.pro-content h2 span {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #5777ff;
}

.pro-content ul {
  list-style-type: disc;
  padding-left: 20px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8;
}

.pro-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.pro-content ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 0;
}

.pro-content ul li::before {
  content: "✔";
  color: black;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}


/* Responsive adjustments */
@media (max-width: 992px) {
  .main-header-section h2 {
    font-size: 2rem;
  }

  .pro-content {
    text-align: center;
    padding-top: 20px;
  }

  .pro-content h2 {
    font-size: 1.8rem;
  }

  .pro-content ul {
    font-size: 0.95rem;
    text-align: left;
  }

  .pro-image img {
    max-height: 350px;
  }

  .order-md-2 {
    order: 0 !important;
  }

  .text-end {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .main-header-section h2 {
    font-size: 1.8rem;
  }

  .pro-content h2 {
    font-size: 1.5rem;
  }

  .pro-content ul {
    font-size: 0.9rem;
  }

  .pro-image img {
    max-height: 300px;
  }
}

@media (max-width: 576px) {
  .main-header-section h6 {
    font-size: 0.9rem;
  }

  .main-header-section h2 {
    font-size: 1.5rem;
  }

  .pro-content h2 {
    font-size: 1.2rem;
  }

  .pro-content ul {
    font-size: 0.8rem;
  }

  .pro-image img {
    max-height: 250px;
  }
}

/*================================================
Portfolio Area CSS
=================================================*/
.portfolio-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.portfolio-area.bg-fff5ee {
  background-color: #fff5ee;
}

.portfolio-area.bg-f1f1f1 {
  background-color: #f1f1f1;
}

.portfolio-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-image-zoom {
  transition: transform 0.3s ease-in-out;
  max-width: 100%;
  height: auto;
}

.portfolio-image-zoom:hover {
  transform: scale(1.1);
}

.single-portfolio {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio .portfolio-content {
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  text-align: center;
  right: 0;
  margin-top: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio .portfolio-content i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 38px;
  background-color: #ffffff;
  color: #2563EB;
  border-radius: 50px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.commontitle {
  text-align: center;
  margin: 0px 0 28px 0px;
}

.single-portfolio .portfolio-content i:hover {
  background-color: #202647;
  color: #ffffff;
}

.single-portfolio .portfolio-content h3 {
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-portfolio .portfolio-content h3 a {
  color: #ffffff;
}

.single-portfolio:hover,
.single-portfolio:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-portfolio:hover::before,
.single-portfolio:focus::before {
  opacity: 0.9;
  visibility: visible;
}

.single-portfolio:hover .portfolio-content,
.single-portfolio:focus .portfolio-content {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.single-portfolio-item {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.single-portfolio-item .portfolio-content {
  padding: 35px 20px;
  position: relative;
  z-index: 1;
  text-align: justify;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio-item .portfolio-content h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio-item .portfolio-content h3 a {
  color: #202647;
}

.single-portfolio-item .portfolio-content span {
  color: #1E1E1E;
  line-height: 1.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}

/* .single-portfolio-item .portfolio-content::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-portfolio-item:hover .portfolio-content::before {
  height: 100%;
}

.single-portfolio-item:hover .portfolio-content h3 a {
  color: #ffffff;
}

.single-portfolio-item:hover .portfolio-content span {
  color: #ffffff;
} */

.portfolio-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #2563EB;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.portfolio-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.portfolio-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.portfolio-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-slider.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  line-height: 0;
}


/*================================================
Blog Area CSS
=================================================*/

/* General Styles within section */
#blog-section {
  position: relative;
  display: flex;
  align-items: center;

  z-index: 0;
  overflow: hidden;
  background-color: #F9FAFF;
}

#blog-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left,
      #ffffff,
      #f0f8fc,
      #ebf6fb,
      #e3f1f8,
      #dcf2fc,
      #d0eefc,
      #a0d5ed,
      #90cee9,
      #80c7e6,
      #70c0e3,
      #60b9e0,
      #50b2dc,
      #40abd9,
      #30a4d6,
      #209dd3);


  opacity: 0.5;
  z-index: -1;
}

.blog-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog .section-title {
  text-align: left;
  color: #5777ff;
}

.blog .commonheader {
  font-size: 32px;
  line-height: 1.5;
}

.single-blog-image {
  padding: 15px;
  max-width: 100%;
  height: auto;
}

.single-blog {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-blog .image img {
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.single-blog .content {
  padding: 25px 20px;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}

.single-blog .content span {
  color: #2563EB;
  font-weight: bold;
}

.single-blog .content h3 {
  font-size: 25px;
  line-height: 1.5;
  transition: 0.5s;
}

.single-blog .content h3 a {
  color: #202647;
}

.single-blog .content .blog-btn {
  font-weight: 600;
  color: #2563EB;
  transition: 0.5s;
}

.single-blog .content .blog-btn i {
  position: relative;
  top: 2px;
}

.single-blog:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.single-blog:hover .content .blog-btn {
  letter-spacing: 1px;
}

/*================================================
Team Area CSS
=================================================*/
.team-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.single-team {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-team .image {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image img {
  border-radius: 10px;
}

.single-team .image .social {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-team .image .social li {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(90deg);
  transform: perspective(1000px) rotateY(90deg);
  margin-bottom: 8px;
}

.single-team .image .social li:last-child {
  margin-bottom: 0;
}

.single-team .image .social li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  font-size: 22px;
  color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team .image .social li a:hover {
  color: #ffffff;
  background: #2563EB;
}

.single-team .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.single-team .image .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 20px;
  max-width: 265px;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-team .image .content h3 {
  margin-bottom: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .content h3 a {
  color: #202647;
}

.single-team .image .content span {
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}

.single-team .image .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-team:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team:hover .image .content::before {
  height: 100%;
}

.single-team:hover .image .content h3 {
  color: #ffffff;
}

.single-team:hover .image .content span {
  color: #ffffff;
}

.team-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #2563EB;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.team-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.team-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.team-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-slider.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  line-height: 0;
}

.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-team-box .image {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-team-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #202647;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #2563EB;
}

.single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-team-box .image img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .content {
  margin-top: 20px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.single-team-box .content span {
  display: block;
  color: #2563EB;
  font-size: 14px;
  margin-top: 6px;
}

.single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-box:hover .image img {
  -webkit-transform: rotate(-5deg) scale(1.1);
  transform: rotate(-5deg) scale(1.1);
}


/*================================================
Client Area CSS
=================================================*/
.client-area {
  /* background-image: url(../../assets/img/expertise-min.jpg); */

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.client-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #F6F6F6;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .70;
}

.client-area .section-title span {
  color: #ffffff;
}

.client-area .section-title h2 {
  color: #ffffff;
  padding: 0 !important;
}

.client-slider .client-item {
  text-align: center;
}

.client-slider .client-item p {
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  max-width: 1000px;
  margin: auto;
}

.client-slider .client-item .client-info {
  margin-top: 30px;
}

.client-slider .client-item .client-info img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.client-slider .client-item .client-info h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #2563EB;
}

.client-slider .client-item .client-info span {
  color: #ffffff;
}

.client-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.client-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 35%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #2563EB;
  color: #ffffff;
  border-radius: 50%;
}

.client-slider.owl-theme .owl-nav [class*=owl-]:hover,
.client-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #202647;
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  top: 1px;
  left: 2px;
}

.client-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  top: 1px;
  right: 2px;
}

.client-slider.owl-theme:hover .owl-nav [class*=owl-] {
  left: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.client-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}



/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/page-banner/page-banner-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-attachment: fixed;
}

.page-banner-area .header {
  font-size: 50px;
}

.page-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .60;
}

.page-banner-area.item-bg1 {
  background-image: url(../../assets/img/page-banner/page-banner-2.jpg);
}

.page-banner-area.item-bg2 {
  background-image: url(../../assets/img/page-banner/page-banner-3.jpg);
}

.page-banner-area.item-bg3 {
  background-image: url(../../assets/img/page-banner/page-banner-4.jpg);
}

.page-banner-area.item-bg4 {
  background-image: url(../../assets/img/page-banner/page-banner-5.jpg);
}

.page-banner-content {
  text-align: center;
}

.header {
  color: black;
}

.page-banner-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 45px;
}

.page-banner-content ul {
  text-align: center;
  color: #2563EB;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.page-banner-content ul li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  position: relative;
}

.page-banner-content ul li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #000000;
}

.page-banner-content ul li:first-child {
  margin-left: 0;
}

.page-banner-content ul li:first-child::before {
  display: none;
}

.page-banner-content ul li a {
  display: block;
  color: #ffffff;
  transition: color 0.3s ease;
  /* Added for smooth color transition */
}

/* Increased specificity and !important to override any conflicting styles */
.page-banner-content ul li a:hover,
.page-banner-content ul li a:focus {
  color: #ff0000 !important;
}


/*================================================
Privacy Area CSS
=================================================*/
.privacy-content h3 {
  font-size: 22px;
  margin: 0 0 16px 0;
}

.privacy-content ol,
.privacy-content ul {
  margin-top: 20px;
}

.privacy-content ol li,
.privacy-content ul li {
  margin-bottom: 10px;
  color: black;
  line-height: 1.8;
  font-weight: 600;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content h3 {
  font-size: 22px;
  margin: 0 0 16px 0;
}

.terms-of-service-content ol,
.terms-of-service-content ul {
  margin-top: 20px;
}

.terms-of-service-content ol li,
.terms-of-service-content ul li {
  margin-bottom: 10px;
  color: #6b6b84;
  line-height: 1.8;
  font-weight: 400;
}

/*================================================
Contact Info Area CSS
=================================================*/
#contact-info-section {
  background-color: #2563EB;
  padding: 70px 0 150px;
}

#contact-info-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#contact-info-section .row {
  display: flex;
  background-color: #2563EB;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#contact-info-section .col-lg-4 {
  flex: 0 0 33.333333%;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
  /* Added consistent margin bottom */
}

#contact-info-section .contact-info-box {
  text-align: center;
  border-radius: 25px;
  transition: 0.5s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

#contact-info-section .contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #2563EB;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}

#contact-info-section .contact-info-box h3 {
  margin-bottom: 12px;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
}

#contact-info-section .contact-info-box p {
  margin-bottom: 2px;
  text-align: center;
  transition: 0.5s;
}

#contact-info-section .contact-info-box p a {
  display: inline-block;
  color: #6b6b84;
}

/* Media Queries */
@media (max-width: 992px) {
  #contact-info-section .col-lg-4 {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  #contact-info-section .col-lg-4 {
    flex: 0 0 100%;
    margin-bottom: 30px;
    /* Maintain spacing between boxes */
  }

  #contact-info-section .col-lg-4:last-child {
    margin-bottom: 0;
    /* Remove margin from last box */
  }

  #contact-info-section {
    padding: 40px 0 100px;
  }
}


/* .contact-info-box p a:hover {
  color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover::before {
  height: 100%;
}

.contact-info-box:hover h3 {
  color: #ffffff;
}

.contact-info-box:hover p a {
  color: #ffffff;
} */

/*================================================
Contact Area form CSS
=================================================*/
#contact-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: -6rem auto 2rem auto;
  max-width: 1200px;
}

#contact-section h2 {
  color: #2563EB;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.3;
}

#contact-section .form-control:focus {
  border-color: #6c757d;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

#contact-section .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

#contact-section input.form-control {
  height: 48px;
  margin-top: 30px;
}

#contact-section textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

#contact-section .form-control:not(:placeholder-shown) {
  color: #000;
}

#contact-section .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

#contact-section .send-btn {
  background-color: #1a365d;
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.4rem;
  transition: background-color 0.3s ease;
}

#contact-section .send-btn:hover {
  background-color: #152a4a;
}

.illustration {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #contact-section {
    margin: 1rem;
    padding: 1rem;
  }

  #contact-section textarea.form-control {
    min-height: 100px;
  }
}

@media (max-width: 576px) {
  #contact-section .send-btn {
    width: 100%;
    margin-top: 1rem;
  }
}

/*================================================
Services Details Area CSS
=================================================*/
#office-locations {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}


#office-locations .container {
  position: relative;
  z-index: 1;
}

#office-locations .section-title {
  color: black;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  text-transform: none;
  letter-spacing: 1.5px;
  animation: fadeInDown 1s ease;
}

#office-locations .section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #0087a7, #ee9e34);
  border-radius: 3px;
}

#office-locations .office-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: none;
  overflow: hidden;
  margin-bottom: 30px;
  height: 100%;
  animation: fadeInUp 0.8s ease backwards;
}

#office-locations .office-card:nth-child(2) {
  animation-delay: 0.2s;
}

#office-locations .office-card:nth-child(3) {
  animation-delay: 0.4s;
}

#office-locations .office-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

#office-locations .card-header {
  background: linear-gradient(90deg, #0087a7, #ee9e34);
  color: white;
  border: none;
  padding: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#office-locations .card-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}

#office-locations .office-card:hover .card-header::before {
  left: 100%;
}

#office-locations .main-office .card-header {
  background: linear-gradient(90deg, #0087a7, #ee9e34);
}

#office-locations .card-header h4 {
  margin: 0;
  font-weight: 600;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 0.5px;
}

#office-locations .card-body {
  padding: 30px;
}

#office-locations .main-office-details {
  border-radius: 12px;
  padding: 25px 0px 25px 0px;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}



#office-locations .main-office-details h5 {
  color: #006986;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#office-locations .address-text {
  color: #4b5563;
  line-height: 1.8;
  font-size: 1rem;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#office-locations .location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#office-locations .location-list li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

#office-locations .location-list li:last-child {
  border-bottom: none;
}

#office-locations .location-list li:hover {
  color: #006986;
  transform: translateX(5px);
}

#office-locations .location-icon {
  color: #006986;
  width: 24px;
  text-align: center;
  transition: transform 0.3s ease;
}

#office-locations .main-office .location-icon {
  margin-top: 5px;
  color: #d88a2b;
}

#office-locations .location-list li:hover .location-icon {
  transform: scale(1.2);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  #office-locations {
    padding: 50px 0;
  }

  #office-locations .section-title {
    font-size: 2rem;
  }

  #office-locations .card-body {
    padding: 20px;
  }

  #office-locations .main-office-details {
    padding: 15px;
  }

  #office-locations .card-header h4 {
    font-size: 1.3rem;
  }
}

/*================================================
Services Details Area CSS
=================================================*/
#services.scroll-section {
  position: relative;
  min-height: 100vh;
  padding: 6rem 0;
  background: white;
  color: black;
  overflow: hidden;
}

#services h1 {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 2.5rem;
}

#services .timeline-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

#services .timeline-line {
  position: absolute;
  left: calc(50px + -7px);
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ccc;
}

#services .timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8rem;
  position: relative;
}

#services .timeline-circle-wrapper {
  position: relative;
  width: 60px;
  height: 30px;
  flex-shrink: 0;
  margin-top: -3px;
}

#services .timeline-circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2563EB;
  z-index: 2;
  transform: scale(0.8);
  transition: all 0.3s ease;
  opacity: 0.3;
}

#services .timeline-item.active .timeline-circle {
  transform: scale(1);
  opacity: 1;
}

#services .timeline-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 2rem;
  opacity: 0.1;
  transition: opacity 0.3s ease;
}

#services .extra-timeline-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 4rem;
  opacity: 0.1;
  transition: opacity 0.3s ease;
}

#services .timeline-item.active .timeline-content {
  opacity: 1;
}

#services .timeline-title {
  font-size: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

#services .timeline-text {
  font-size: 1rem;
}

#services .image-container {
  position: fixed;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 400px;
  height: 300px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

#services .image-container.active {
  opacity: 1;
  visibility: visible;
}

#services .timeline-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  #services .timeline-content {
    flex: 0 0 70%;
    max-width: 70%;
  }

  #services .image-container {
    right: 5%;
    width: 300px;
    height: 225px;
  }
}

@media (max-width: 768px) {
  #services .timeline-container {}

  #services .timeline-line {
    left: 35px;
  }

  #services .timeline-circle-wrapper {
    width: 42px;
    margin-top: 4px;
  }

  #services .timeline-content {
    flex: 0 0 80%;
    max-width: 80%;
  }

  #services .image-container {
    position: static;
    transform: none;
    width: 100%;
    height: 200px;
    margin-top: 1rem;
    margin-left: 2rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #services .timeline-item {
    flex-direction: column;
  }

}

/*================================================
careers new form Area CSS
=================================================*/
#form-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: white;
}

#form-container .form-control {
  padding: 0.8rem;
  border-radius: 5px;
  color: #000 !important;
  /* Force black text color */
}

/* Keep text color black even with error */
#form-container .form-control.error {
  border-color: #dc3545;
  color: #000 !important;
  /* Force black text color even with error */
}

/* Modified input group and icon styles */
#form-container .input-wrapper {
  position: relative;
  margin-bottom: 30px;
}

#form-container .input-wrapper .form-control {
  padding-right: 40px;
  /* Make space for the icon */
}

#form-container .input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 2;
}

#form-container .file-input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
}

#form-container .choose-file-btn {
  background-color: #2563EB;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  min-width: 120px;
}

#form-container .file-info {
  color: #A6A6A6;
  margin-left: 0.5rem;
}

#form-container .upload-note {
  color: #A6A6A6;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

#form-container .submit-btn-container {
  text-align: center;
  margin-top: 1.5rem;
}

#form-container .submit-btn {
  background-color: #2563EB;
  color: white;
  padding: 12px 3rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

#form-container .submit-btn:hover {
  background-color: #2563EB;
}

#form-container .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
  position: absolute;
  bottom: -20px;
}

@media (max-width: 768px) {
  #form-container {
    margin: 1rem;
    padding: 1rem;
  }

  #form-container .file-input-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*================================================
Footer Area CSS
=================================================*/
#footer {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0 20px;
  min-height: calc(100vh - 100px);
  background-color: #eaeaea;
  overflow: hidden;
  z-index: 1;
  /* Changed from -2 to 1 */
  color: #333;
  font-family: Arial, sans-serif;
  border-top: 8px solid #ee9e34;
}


/* #footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to right,
      rgba(126, 202, 232, 0.85),
      rgba(130, 205, 233, 0.85),
      rgba(134, 208, 235, 0.85),
      rgba(138, 211, 236, 0.85),
      rgba(142, 214, 237, 0.85),
      rgba(146, 217, 238, 0.85),
      rgba(151, 220, 239, 0.85),
      rgba(155, 222, 240, 0.85),
      rgba(160, 225, 241, 0.85),
      rgba(165, 228, 242, 0.85),
      rgba(170, 231, 242, 0.85),
      rgba(176, 233, 241, 0.85),
      rgba(184, 236, 239, 0.85),
      rgba(192, 238, 236, 0.85),
      rgba(201, 240, 233, 0.85),
      rgba(210, 242, 230, 0.85),
      rgba(219, 244, 227, 0.85),
      rgba(227, 246, 223, 0.85),
      rgba(235, 247, 219, 0.85),
      rgba(242, 249, 215, 0.85),
      rgba(248, 250, 211, 0.85)
  );
  opacity: 0.9;
  z-index: -1;
} */



/* Adjust column padding to ensure even spacing */
#footer .row.g-4 {
  margin-left: 0;
  margin-right: 0;
}

#footer .col-lg-3 {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}

#footer .nav-links h3 {
  font-size: 16px;
  font-weight: bold;
  color: #5777ff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#footer .nav-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

#footer .nav-links ul li {
  margin-bottom: 20px;
}

/* Enhanced link styles with better specificity */
#footer .nav-links ul li a {
  color: #000 !important;
  /* Added !important for better specificity */
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
  /* Ensure cursor shows as pointer */
}

#footer .footer-bottom a {
  color: #000 !important;
  /* Added !important for better specificity */
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
  /* Ensure cursor shows as pointer */
}

/* Enhanced hover styles with better specificity */
#footer .nav-links ul li a:hover,
#footer .footer-bottom a:hover {
  color: #2563EB !important;
  /* Added !important for better specificity */
  text-decoration: none;
}

/* Logo and description section */
#footer .footer-brand .logo {
  width: 150px;
  margin-bottom: 20px;
}

#footer .footer-brand p {
  color: black;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Social Icons */
#footer .social-icons {
  display: flex;
  gap: 15px;
}

#footer .social-icons a {
  display: flex;
  /* Changed from inline-block to flex */
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

#footer .social-icons img {
  width: 24px;
  height: 24px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

#footer .social-icons a:hover {
  background-color: rgba(0, 82, 204, 0.1);
}

#footer .social-icons a:hover img {
  filter: grayscale(0%);
}

/* Footer bottom */
#footer .footer-bottom {
  border-top: 1px solid black;
  padding-top: 20px;
  margin-top: 40px;
}

#footer .footer-bottom p {
  color: black;
  /* font-weight: normal; */
  font-size: 14px;
  margin: 0;
}

#footer .footer-bottom a {
  color: black !important;
  font-size: 14px;
  text-decoration: none;
  margin-left: 10px;
  transition: color 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #footer {
    padding: 40px 0 20px;
  }

  #footer .footer-brand {
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .social-icons {
    justify-content: center;
  }

  #footer .nav-links {
    margin-bottom: 30px;
  }

  #footer .footer-bottom p {
    text-align: center !important;
    margin-bottom: 5px;
  }

  #footer .footer-bottom a {
    margin: 0 5px;
  }
}

/* Scoped styles for the newsletter section with ID */
#newsletter-subscription {
  background-color: #006986;
  /* Blue background */
  color: white;
  padding: 55px 20px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 20px 0 40px 0;
  width: 100%;
}

/* Heading style */
#newsletter-subscription h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

/* Form styling */
#newsletter-subscription .newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}

/* Input group styling */
#newsletter-subscription .input-group {
  position: relative;
  display: flex;
  align-items: center;
}

#newsletter-subscription .input-group .form-control {
  border-radius: 5px;
  padding: 10px 120px 10px 40px;
  /* Extra padding for the icon and button */
  font-size: 1rem;
  border: 1px solid #ced4da;
  z-index: 1;
  /* Ensure input is below icon and button */
}

/* Ensure input focus doesn't affect icon or button */
#newsletter-subscription .input-group .form-control:focus {
  z-index: 1;
  box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.25);
  /* Bootstrap default focus shadow */
}

/* Icon styling (now an image) */
#newsletter-subscription .input-group .input-group-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 3;
  /* Ensure icon stays on top */
  padding: 10px;
  display: flex;
  align-items: center;
}

#newsletter-subscription .input-group .input-group-text img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%);
}


/* Button styling inside the input group */
#newsletter-subscription .input-group .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #006986;
  color: white;
  border: 2px solid white;
  border-radius: 0 5px 5px 0;
  padding: 10px 20px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  z-index: 3;
  /* Ensure button stays on top */
}

#newsletter-subscription .input-group .btn:hover {
  background-color: white;
  color: #0052cc;
}

/* Circle decorations */
#newsletter-subscription .circle-top-left,
#newsletter-subscription .circle-bottom-right {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
}

#newsletter-subscription .circle-top-left {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -77px;
  opacity: 1.3;
  border: 5px solid #eb9c33;
}

#newsletter-subscription .circle-bottom-right {
  width: 200px;
  height: 200px;
  bottom: -81px;
  right: -50px;
  border: 5px solid #eb9c33;
  opacity: 1.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #newsletter-subscription h2 {
    font-size: 1.5rem;
  }

  #newsletter-subscription .input-group .form-control,
  #newsletter-subscription .input-group .btn {
    font-size: 0.9rem;
  }

  #newsletter-subscription .input-group .form-control {
    padding: 10px 100px 10px 35px;
    /* Adjust padding for smaller screens */
  }

  #newsletter-subscription .input-group .input-group-text img {
    width: 18px;
    /* Slightly smaller icon for smaller screens */
    height: 18px;
  }

  #newsletter-subscription .circle-top-left {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
  }

  #newsletter-subscription .circle-bottom-right {
    width: 120px;
    height: 120px;
    bottom: -60px;
    right: -60px;
  }
}

@media (max-width: 576px) {
  #newsletter-subscription {
    padding: 30px 15px;
  }

  #newsletter-subscription h2 {
    font-size: 1.2rem;
  }

  #newsletter-subscription .input-group .form-control,
  #newsletter-subscription .input-group .btn {
    font-size: 0.8rem;
  }

  #newsletter-subscription .input-group .form-control {
    padding: 10px 90px 10px 30px;
    /* Adjust padding for smaller screens */
  }

  #newsletter-subscription .input-group .input-group-text img {
    width: 16px;
    /* Smaller icon for smaller screens */
    height: 16px;
  }

  #newsletter-subscription .circle-top-left {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }

  #newsletter-subscription .circle-bottom-right {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: -50px;
  }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #2563EB;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 25px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background: #2563EB;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Animation */
.aniruth {
  -webkit-animation-name: aniruth;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}

@-webkit-keyframes aniruth {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-2deg);
  }

  20% {
    -webkit-transform: translate(-3px, 0px) rotate(3deg);
  }

  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }

  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    -webkit-transform: translate(2px, 1px) rotate(-2deg);
  }

  80% {
    -webkit-transform: translate(-1px, -1px) rotate(4deg);
  }

  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}

/*# sourceMappingURL=style.css.map */
.error {
  color: red !important;
}