/*========= GLOBAL Variable ========*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


:root {
  --primary-color: #00a2b1;
  --secondary-color: #00464e;
  --accent-color: #e5eaec;
  --light: #ffffff;
  --text-color: #606778;
  --primary-font: "Open Sans", sans-serif;
  --secondary-font: "Rubik", serif;
  --dark-bg: #0f1728;
  --bs-btn-close-color: #fff;
}


/*========= GLOBAL Style ========*/

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--secondary-font);
}

body {
  font-family: var(--primary-font);
}

.btn-default {
  position: relative;
  display: inline-flex;
  line-height: 1.2em;
  background: var(--accent-color);
  text-transform: capitalize;
  border-radius: 100px;
  padding: 2px 28px 2px 2px;
  border: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.btn-default:hover {
  background-color: transparent;
}

.btn-default::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-image: url('../images/arrow-blue.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.header-btn .btn-default::before {
  background-image: url('../images/phone-dark-icon.svg');
  width: 12px;
  height: 12px;
}

.btn-default:hover:before {
  filter: brightness(0) invert(1);
  transform: translate(-10px, -50%);
}

.btn-default::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #00a2b1;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.btn-default:hover::after {
  width: 100%;
}

.btn-default span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  background-color: #00a2b1;
  color: #fff;
  border-radius: 100px;
  padding: 15px 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  font-family: var(--secondary-font);
}

.btn-default:hover span {
  background-color: transparent;
  color: var(--secondary-color);
}

.btn-default span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 100px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover span::after {
  width: 100%;
}

.sam-grad {
  background-color: transparent !important;
  background-image: linear-gradient(90deg, #1e1e1e 0%, #30535c 100%) !important;
}

.sub {
  position: relative;
  font-size: 14px;
  color: var(--text-color);
}

p.sub:before {
  content: '/';
  font-size: inherit;
  color: var(--secondary-color);
  display: inline-block;
  margin-right: 5px;
}

.dark-bg {
  background-color: var(--dark-bg);
}

.clr {
  color: var(--primary-color);
}

.text-clr {
  color: var(--secondary-color);
}

.text-dark {
  color: var(--dark-bg);
}

.text-grey {
  color: var(--text-color);
}

/*========= GLOBAL Style ========*/


/*====== TopBar section and Nav Header ===*/

.topbar {
  background: #30535c;
}

.topbar-contact-info a {
  color: var(--light);
}

.topbar-contact-info ul li a img {
  max-width: 20px;
  margin-right: 10px;
}

.nav-header {
  background: transparent;
  margin-bottom: -50px;
  position: relative;
  top: -60px;
  z-index: 9;
  border-bottom: 1px solid #f5e7de80;
}


/*====== Hero Header section ===*/

.main-hero {
  background: url('../images/Cover-8.webp') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  border-radius: 50px 50px 0 0;
  margin-top: -140px;
  padding: 95px 10px 50px;
  position: relative;
}

.main-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
  z-index: 1;
}

.main-hero .container {
  position: relative;
  z-index: 2;
}

.review span {
  padding-right: 5px;
}

.review i {
  color: #ffde00;
  font-size: 16px;
}


.section-title h1 {
  font-weight: bold;
}

.section-title h2 {
  font-size: 54px;
}

/*====== Hero Header section ===*/

/*====== Slider section ===*/

.slider-sec h4, .review-slider .card h3 {
  color: var(--secondary-color);
}

.review-slider img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.pro-details{
  text-align: center;
}

.card .pro-details p {
  color: #606778;
}

.review-slider .card {
  height: 100%;
}

.swiper-slide {
  height: auto !important;
}

/*====== Slider section ===*/

/*====== who we are section ===*/

.services {
  background-color: var(--dark-bg);
  padding: 100px 0;
  border-radius: 50px 50px 0 0;
}

.services .card {
  background: transparent;
  border: 1px solid #fff;
  height: 100%;
}

.services .card h3 {
  font-size: 22px;
  color: var(--primary-color);
  margin: 15px 0 20px;
}

.services .card h3, .process .card h3 {
  font-size: 22px;
  font-weight: 600;
}

/*====== who we are section ===*/

/*========== WHY US section ===*/

.why-us {
  background: var(--light);
  padding: 60px 0;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}

.icon-box .icon img {
  max-width: 40px;
  position: relative;
  z-index: 2;
}

.icon-box .icon {
  position: relative;
}

.icon-box .icon::before {
  content: '';
  position: absolute;
  top: 15px;
  right: -5px;
  background-color: #E5EAEC;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.card-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f1728;
}

.card-info p {
  color: var(--secondary-color);
}

/*========== WHY US section ===*/

/*=========== Google Reviews ====*/
.google-review {
  background: var(--dark-bg);
}

.google-review, .radius {
  border-radius: 50px 50px 0 0;
}

/*=========== Google Reviews ====*/

/*=========== How it works ====*/

.process .sub {
  color: #606778;
}

.process .card {
  height: 100%;
}

.icon-lg {
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 50%;
}

.card .title-num {
  color: var(--primary-color);
  font-size: 50px;
  font-weight: 600;
}


/*=========== How it works ====*/


.site-btn p {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.review2 {
  padding-bottom: 100px;
}

/*========== FAQ =====*/

.faq {
  background: var(--light);
  margin-top: -50px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #E5EAEC;

}

.faq .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion button {
  background-color: #E5EAEC;
  color: var(--secondary-color);
  font-size: 20px;
  border: 0;
  border-radius: 10px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .accordion button:focus {
  box-shadow: none;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 1px solid var(--dark-bg);
}

.faq .accordion-button:not(.collapsed) {
  background-color: var(--dark-bg);
  color: var(--light);
  border-bottom: 1px solid var(--divider-color);
}

.accordion-button::after {
  display: none;
}


.faq .accordion-item .accordion-button::before,
.faq .accordion-item .accordion-button.collapsed::before {
  content: '\f077';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: auto;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}

.faq .accordion-item .accordion-button.collapsed::before {
  transform: translate(0px, -50%) rotate(-180deg);
}

.faq .accordion-item .accordion-button::before, .faq .accordion-item .accordion-button.collapsed::before {
  content: '\f062';
}

.faq .accordion-item .accordion-body {
  color: var(--text-color);
}

/*========== FAQ =====*/

/*========== CTC and Footer =====*/

.ctc {
  background-color: #0a101c;
  border-radius: 50px 50px 0 0;
}

.faq, .contact-us {
  padding: 100px 10px;
}

.contact-us .map {
  background-color: var(--accent-color);
  padding: 25px;
  border-radius: 10px;
}

.btn-close {
  background-image: none;
}

.btn-close i {
  font-size: 20px;
}

.limited {
  font-size: 16px !important;
  margin-bottom: 0px;
  margin-top: 15px;
  font-style: italic;
  font-weight: 500;
}

.review-slider .card {
  background: #ffffff33;
}

.review-desc {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--primary-font);
  text-align: center;
}

.faq-section {
  height: 500px;
  overflow: auto;
  padding-right: 12px;
}


/* Firefox support */
.faq-section {
  scrollbar-width: 8px;
  scrollbar-color: #ff74a1 #ffffff;
  /* thumb color, track color */
}

.review-slider .card h3 {
  text-align: center;
}

/*========== CTC and Footer =====*/


@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}


@media only screen and (min-width: 768px) {
  .section-title h1 {
    font-weight: 600;
    font-size: 60px;
  }

  .main-hero .section-title p {
    font-size: 22px;
    font-weight: 500;
  }

  .main-hero .section-title li {
    font-size: 18px;
    font-weight: 500
  }
}



@media only screen and (max-width: 991px) {
  .main-hero {
    margin-top: -60px;
    padding: 30px 0 50px;
    border-radius: 30px 30px 0 0;
  }

  .main-hero::before {
    opacity: 60%;
    border-radius: 30px 30px 0 0;
  }

  .section-title h2 {
    font-size: 42px;
  }

  .topbar-contact-info li a {
    font-size: 12px;
  }

  .services {
    padding: 40px 0 100px;
  }

  .services .card h3, .process .card h3 {
    font-size: 20px;
    margin: 15px 0 15px;
  }

  .btn-default span {
    font-size: 15px;
  }

  .review2 {
    padding-bottom: 60px;
  }

  .review {
    margin-bottom: 5px;
  }

  .faq, .contact-us {
    padding: 50px 10px 60px;
  }

  .ctc, .google-review, .radius, .why-us, .services {
    border-radius: 30px 30px 0 0;
  }

  .faq-section {
    height: auto;
  }

}


@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    font-weight: 600;
  }

  .sfip {
    font-size: 18px;
    font-weight: 500;
  }

  .section-title h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .review span {
    font-size: 12px;
    font-weight: 600;
  }

  .services .card h3, .process .card h3 {
    font-size: 18px;
    margin: 10px 0 15px;
  }

  .faq .accordion button {
    font-size: 18px;
  }

  .faq .accordion-item {
    border: 0;
    margin-bottom: 20px;
  }

  .main-hero ul li {
    font-size: 16px;
    font-weight: 500;
  }

  .limited {
    font-size: 14px;
    margin-top: 10px;
  }

}


@media only screen and (max-width: 575px) {
  .section-title h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .copywrite p {
    font-size: 12px;
  }
}

.bkg {
  background: #f7f3f0 !important;
}

.bkg2 {
  background: #f5e7de !important;
}

.custom-list {
  list-style: none;
  /* hide default bullets */
  padding-left: 0;
  /* optional: remove left indent */
}

.custom-list li {
  position: relative;
  padding-left: 1.5em;
  /* space for marker */
}

.custom-list li::before {
  content: "👉";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  /* matches white text */
}

.name{
    text-align: center!important;
}