:root {
  --font-exo2: "Exo 2";
  --font-inter: "Inter", sans-serif;
  --font-noto-sans: "Noto Sans";
  --white: #ffffff;
  --black: #000000;
  --hey-blue: #1f5fff;
  --gray40: #666666;
  --grayish-blue: #d5e3f7;
  --carribean-green: #04ce78;
  --deep-navy-blue: #000d44;
  --powder-blue: #86a8da;
  --very-dark-blue: #02122a;
  --blue-gray: #788094;
  --grayish-orange: #f6f1eb;
  --charcoal-black: #333;
  --pale-blue: #f5f8fd;
  --red-orange: #f04438;
  --ghost-white: #f7f7fb;
  --dark-blue: #133999;
  --nevy-blue: #1f4fd6;
  --dark-cornflower-blue: #253f80;
  --alice-blue: #e2eeff;
  --sky-blue: #d8e5f7;
  --smoke-white: #f5f7fa;
  --raising-black: #222222;
  --cyan-green: #48bb78;
  --tinted-blue: #f7fafc;
  --gray20: #333;
  --light-grayish-blue: #e2e8f0;
  --dark-modertae-blue: #2c5282;
}

.abt_section {
  padding: 60px 0px;
}

.abt_content {
  display: flex;
  align-items: start;
  gap: 30px;
}

.abt_content .abt_left {
  width: 100%;
  max-width: 630px;
}

.abt_content .abt_right {
  width: 100%;
}

.abt_content .abt_right .abt_right_content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.abt_content .abt_right .abt_right_content p,
.abt_content .abt_right .abt_right_content li,
.abt_content .abt_right .abt_right_content a,
.abt_content .abt_right .abt_right_content span {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--blue-gray);
}

.abt_content .abt_right .abt_right_content p strong {
  color: var(--black);
  font-weight: 700;
}

.abt_counter {
  margin-bottom: -106px;
  position: relative;
  z-index: 3;
}

.abt_counter .abt_counter_list {
  display: flex;
  justify-content: space-between;
  background-color: var(--deep-navy-blue);
  padding: 60px;
  border-radius: 30px;
  flex-wrap: wrap;
}

.abt_counter .abt_counter_list .abt_counter_item {
  display: flex;
  flex-direction: column;
}

.abt_counter .abt_counter_list .abt_counter_item h2 {
  font-family: var(--font-inter);
  font-size: 64px;
  line-height: 72px;
  font-weight: 600;
  color: var(--white);
}

.abt_counter .abt_counter_list .abt_counter_item p {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white);
}

.abt_counter .abt_counter_list .abt_divider {
  width: 1px;
  height: 79px;
  background-color: var(--white);
}

section.services-layout.abt_services {
  padding: 150px 0px 50px;
  background-image: url("../images/blog_bg_1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

section.services-layout.abt_services
  .services-list-row
  .service-item.curtain-open:before {
  display: none !important;
}

section.services-layout.abt_services
  .service-item.curtain-open
  .service-content
  h3,
section.services-layout.abt_services
  .service-item.curtain-open
  .service-content
  h3,
section.services-layout.abt_services
  .service-item.curtain-open
  .service-content
  p {
  color: inherit !important;
}

.services-layout.abt_services .services-list-row .service-items::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/10/why_feature_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block !important;
  max-width: 232px;
  width: 100%;
  height: 115px;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: scaleX(1);
}

.services-layout.abt_services .services-list-row .service-item::after,
.services-layout.abt_services
  .services-list-row
  .service-item.curtain-open:after {
  display: none !important;
  position: relative;
  transform: scaleX(1);
}

.services-list-row .service-items {
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.services-list-row .service-items .service-icon {
  position: relative;
  background-color: var(--smoke-white);
  margin-right: auto;
  margin-left: auto;
}

.online_booking {
  position: relative;
}

.online_booking .booking_bg_image {
  position: relative;
  width: 100%;
}

.online_booking .booking_bg_image img {
  width: 100%;
  max-height: 470px;
  min-height: 470px;
  height: 100%;
  object-fit: cover;
}

.booking_content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.booking_content .booking_inner_contnet {
  position: relative;
}

.booking_content .booking_inner_contnet h1 {
  font-family: var(--font-inter);
  font-size: 64px;
  line-height: 74px;
  font-weight: 600;
  color: var(--white);
  max-width: 900px;
  width: 100%;
  margin: auto auto 48px;
  text-transform: uppercase;
}

.booking_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.booking_btns .secondary_btn {
  background-color: var(--hey-blue);
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
}

/* Contact us page */

.contact_main {
  padding: 50px 0px;
}

.contact_main_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact_main_list .contact_main-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: calc((100% / 3) - 17px);
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
}

.contact_main_list .contact_main-item .contact_main_icon {
  background-color: #00000005;
  border: 1px solid #e5e7eb;
  padding: 7px;
  border-radius: 10px;
  width: max-content;
}

.contact_main_list .contact_main-item .contact_main_icon img {
  width: 20px;
  height: 20px;
}

.contact_main_list .contact_title {
  display: flex;
  flex-direction: column;
  hanging-punctuation: 10px;
}

.contact_main_list .contact_title h4 {
  font-family: var(--font-inter);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}

.contact_main_list .contact_title p strong{
  color: var(--black);
}

.contact_main_list .contact_title p{
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
    color: var(--blue-gray);
  margin-bottom: 20px;
}

.contact_main .contact_btns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.contact_main .contact_btns a {
  display: flex;
  border-radius: 10px;
  border: 2px solid #e5e7eb;
  padding: 12px 24px;
  font-family: var(--font-inter);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: var(--black);
  text-transform: uppercase;
  width: max-content;
}

@media screen and (max-width: 1024px) {
  .abt_counter .abt_counter_list {
    padding: 40px 30px;
    gap: 40px 20px;
  }

  .abt_counter .abt_counter_list .abt_counter_item h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .abt_counter .abt_counter_list .abt_divider {
    height: 49px;
  }

  .booking_content .booking_inner_contnet h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .contact_main .contact_btns a{
    padding: 12px 16px;
  }
}

@media screen and (max-width: 768px) {
  .abt_content .abt_left {
    width: 100%;
    max-width: 100%;
  }
  .abt_content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .abt_content .abt_right .abt_right_content {
    gap: 12px;
  }

  .abt_counter .abt_counter_list .abt_counter_item {
    width: 100%;
    max-width: calc((100% / 2) - 10px);
    align-items: center;
    justify-content: center;
  }

  .abt_counter .abt_counter_list .abt_divider {
    display: none;
  }

  .abt_counter .abt_counter_list .abt_counter_item h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .contact_main_list .contact_main-item{
    max-width: calc((100% / 2) - 10px);
  }
}

@media screen and (max-width: 575px) {

  .heading-wrap{
    margin-bottom: 20px;
  }
  .booking_content .booking_inner_contnet h1 {
    font-size: 40px;
    line-height: 50px;
    min-height: 24px;
  }
  .contact_main_list .contact_main-item{
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .abt_counter .abt_counter_list .abt_counter_item {
    max-width: 100%;
  }

  .abt_counter .abt_counter_list {
    gap: 20px;
  }
  .booking_content .booking_inner_contnet h1 {
    font-size: 30px;
    line-height: 40px;
    min-height: 24px;
  }
}
