:root {
    --pc: #00779b; /* Primary Color */
    --sc: #f58220; /* Secondary Color (example: orange) */
  }
  
  /* Text colors */
  .text-primary-color {
    color: var(--pc) !important;
  }
  .text-secondary-color {
    color: var(--sc) !important;
  }
  
  /* Background colors */
  .bg-primary-color {
    background-color: var(--pc) !important;
  }
  .bg-secondary-color {
    background-color: var(--sc) !important;
  }
  
  /* Border colors (optional) */
  .border-primary-color {
    border-color: var(--pc) !important;
  }
  .border-secondary-color {
    border-color: var(--sc) !important;
  }
  .btn-primary-hover:hover {
    background-color: var(--pc);
    color: white;
  }
  .btn-secondary-hover:hover {
    background-color: var(--sc);
    color: white;
  }
.lead { font-weight: 400 !important;}
.navbar {
    background: transparent;
  }
  .navbar-custom {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .navbar-scrolled {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.call-btn img {
  width: 40px !important;
}


  .hero {
    background: url('../images/slider.png');
    position: relative;
    /*height: 100vh;*/
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
  }
  .hero:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: #00799ec2;
    width: 100%;
    height: 100%;
    top: 0;
}
  .glide__slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .hero-form-wrapper {
    position: relative;
    background: rgb(255 255 255 / 72%);
    padding: 30px;
    border-radius: 10px;
    z-index: 10;
}
  .hero-content {
    z-index: 9999;
    position: relative;
}ile-cta {
    display: none;
  }
  @media (max-width: 767px) {
    .hero-form-wrapper {
      
      transform: none;
      margin-top: 20px;
    }
    .mobile-cta {
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #007bff;
      color: #fff;
      text-align: center;
      padding: 15px;
      z-index: 999;
    }
  }

.sec-title {
    font-size: 50px;
    line-height: 1.25;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 600;
}

  .service-card {
    padding: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service-card:before {
  bottom: -73px;
  right: -28px;
}
.service-card:after {
  right: -73px;
  bottom: -28px;
}
.service-card:before, .service-card:after {
  content: '';
  position: absolute;
  height: 110px;
  width: 110px;
  background-color: var(--pc);
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.service-card .shape-icon {
  margin-bottom: 30px;
}

.shape-icon {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}

.shape-icon:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #E2E8FA;
  -webkit-clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
  clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.shape-icon .dots:before, .shape-icon .dots:after {
  content: '';
  position: absolute;
  background-color: var(--pc);
  height: 24px;
  width: 23px;
  border-radius: 50%;
}

.shape-icon .dots:before {
  top: 0;
  right: 9px;
}
.shape-icon .dots:after {
  height: 12px;
  width: 11px;
  bottom: 0;
  left: 27px;
}

.box-title {
  font-size: 18px;
  line-height: 1.417;
  font-weight: 600;
  color: #298cab;
}


.service-card .bg-shape {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none
}

.service-card .bg-shape img {
  width: 100%
}

.service-card_number {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  color: #d3e8ef;
  opacity: 0.3
}

.service-card_text {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 22px
}

.service-card:hover {
  width: 100%
}

.service-card:hover:before,.service-card:hover:after {
  opacity: 1;
  height: 120%;
  width: 120%;
  border-radius: 0
}

.service-card:hover .shape-icon:before {
  background-color: #fff;
}

.service-card:hover .bg-shape {
  bottom: 0;
  opacity: 1
}

.service-card:hover .box-title {
  color: #fff
}

.service-card:hover .th-btn {
  background-color: #fff
}

.service-card:hover .service-card_text {
  color: #fff
}

.service-sec {
  background-size: auto;
  background-position: top center;
  background-color: var(--smoke-color)
}

@media (max-width: 375px) {
  .service-card {
      padding:40px 30px
  }
}



  .service_card2 {
    position: relative;
    background-color: #EFF1F9;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    z-index: 2;
}

.service_card2 .box-icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service_card2 .box-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.service_card2 .box-icon {
    position: relative;
    width: 90px;
    height: 90px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #b5dbf0;
    display: block;
    margin: auto auto 22px auto;
    z-index: 2;
}
  .service_card2:before {
    width: 100%;
    height: 100%;
    background-color: #EFF1F9;
    top: 0;
    left: 0;
    z-index: -1;
}

.service_card2:hover .box-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.service_card2:hover .box-icon {
  border: 5px solid #fff;
  background: var(--pc);
}

.service_card2 .box-title {
  font-size: 18px;
  font-weight: 600;
}
.service_card2:hover:before {
  width: 0;
}

.service_card2_text {
  margin-bottom: 12px;
}
.service_card2 .box-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: var(--theme-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.service_card2_text {
  margin-bottom: 12px;
}

.testi-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
.testi-card-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-left: auto;
  margin-right: auto
}

.testi-card-slide {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 40px 20px 40px 40px;
  max-width: 600px;
  position: relative;
  overflow: hidden
}

.testi-card_quote {
  position: absolute;
  right: 50px;
  bottom: 40px;
}
.testi-card_quote img {
  filter: hue-rotate(306deg);
}

.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.testi-card_avater {
  border-radius: 99px;
  overflow: hidden
}

.testi-card_name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--pc);
}

.testi-card_desig {
  margin-bottom: 0;
  display: block;
  color: var(--sc)
}

.testi-card_text {
     min-height: 148px;
}

.testi-card_review {
  color: var(--theme-color);
  font-size: 14px;
  margin-top: -0.4em;
  margin-bottom: 17px
}

.testi-card_review i {
  margin-right: 3px;
  color: var(--sc);
}

@media (max-width: 1199px) {
  .testi-card-area {
      max-width:700px
  }
}

@media (max-width: 767px) {
  .testi-card-area {
      display:block
  }
	.call-btn img {
    width: 30px !important;
}
a.phnmbr {
    font-size: 16px;
}
  .testi-card-tab {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      max-width: 300px;
      margin: 30px auto 0 auto
  }

  .testi-card-tab:after {
      height: 3px;
      top: 26.5px;
      left: 0;
      width: 100%
  }

  .testi-card-tab .tab-btn {
      -webkit-box-flex: 56px;
      -webkit-flex: 56px;
      -ms-flex: 56px;
      flex: 56px;
      width: auto;
      max-width: 56px
  }
}

@media (max-width: 375px) {
  .testi-card-slide {
      padding:30px 20px 30px 30px
  }

  .testi-card_name {
      font-size: 20px
  }

  .testi-card_avater {
      max-width: 60px
  }
}

.bg-overlay {
  background: -webkit-gradient(linear, left top, right top, from(#208aaa), to(#208aaa));
  background: linear-gradient(to right, #208aaa, #208aaa);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.bg-get-start {
  background: url(../images/slider.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.section-lg {
  padding: 100px 0;
  position: relative;
  overflow-x: hidden;
}
.bg-pattern-effect {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.content {
  z-index: 9;
}
.presence {
  text-align: center;
  color: #fff;
}
.presence li {
  padding-left: 10px;
}
.hero-form-wrapper h3 {
    font-size: 22px;
    color: #00799e;
}
button.btn.frm-btn {
    background: #00799e;
    color: #fff;
    border-radius: 8px;
}