/*========================
         Theme Fonts 
==========================*/
/* --------------------------
!! FONT-WEIGHT !!
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+
/* to do  */
/* check h5 and change font size globally  */
/* ------Figtree------ */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* -----Prototype----- */
@font-face {
  font-family: 'Prototype';
  src: url('../fonts/Prototype.eot');
  src: url('../fonts/Prototype.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Prototype.woff2') format('woff2'),
    url('../fonts/Prototype.woff') format('woff'),
    url('../fonts/Prototype.ttf') format('truetype'),
    url('../fonts/Prototype.svg#Prototype') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
font-family: 'Prototype';
font-family: "Figtree", sans-serif;
*/

/* =====================================
         SITE GLOBAL STYLE CSS
======================================== */
:root {
  --bs-primary: #EE2225;
  --bs-secondary: #08092C;

  --bs-gray: #CACACA;

  --bs-gray-light: #373f49;
  --bs-gray-dark: #100F0F;
  --bs-black-lighter: #2C2C2C;
  --bs-secondary-light: #2B2C79;

  --bs-primary-rgb: 238, 34, 37;
  --bs-secondary-rgb: 8, 9, 44;
  --bs-secondary-light-rgb: 43, 44, 121;

  --bs-gray-rgb: 202, 202, 202;

  --bs-gray-light-rgb: 55, 63, 73;
  --bs-gray-dark-rgb: 16, 15, 15;
  --bs-black-lighter-rgb: 44, 44, 44;

  --bs-font-sans-serif: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-heading: "Prototype", sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-letter-spacing: 0;

  --bs-body-bg: #FFFFFF;
  --bs-body-color: #373F49;
  --bs-body-color-rgb: 40, 60, 60;

  --swiper-theme-color: var(--bs-primary);
  --swiper-pagination-bullet-inactive-color: var(--bs-primary);
  --swiper-pagination-color: #E7E6DF;
  --swiper-navigation-size: 30px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bottom: 0;
}

*,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  padding-right: 0 !important;
  letter-spacing: var(--bs-body-letter-spacing);
}

:focus-visible {
  outline: none;
}

/* !!! Improve media defaults !!! */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* !!! Remove built-in form typography styles !!! */
input,
button,
textarea,
select {
  font: inherit;
}

textarea {
  resize: none;
}

/* !!! Set core root defaults !!! */
html:focus-within {
  scroll-behavior: smooth;
}

/* !!! A elements that don't have a class get default styles !!! */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a,
.btn,
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:focus,
:active,
.active {
  outline: 0 none;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transition: 0.4s ease-in-out;
}

.form-control:focus,
.form-select:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
[type="reset"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

select,
select:hover,
select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search" i]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* display: none; */
}

/* =================================
        SITE TYPOGRAPHY CSS  
/* ================================= */
p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
li {
  overflow-wrap: break-word;
  word-break: break-word;
}

a {
  color: var(--bs-primary);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

svg,
svg * {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.display-1,
.display-2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-heading);
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 16px;
  color: var(--bs-black-lighter);
}

.h1,
h1 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.1;
}

.h2,
h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 8px;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.h4,
h4 {
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: -0.54px;
  font-weight: 300;
}

.h5,
h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.27px;
}

small,
.small {
  font-size: 14px;
  line-height: 1.4;
}

.fw-medium {
  font-weight: 500 !important;
}

b,
strong {
  font-weight: 700;
}

/* ============================================= */
/* !!!!             ALL BTN CSS             !!!! */
/* ============================================= */
.btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 12px;
  --bs-btn-font-family: "Figtree", sans-serif;
  --bs-btn-font-size: 18px;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.3;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-radius: 80px;
  --bs-btn-focus-box-shadow: none;
  letter-spacing: 0;
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-black);
  --bs-btn-active-border-color: var(--bs-secondary);
}

.btn-outline-light {
  --bs-btn-color: var(--bs-white);
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(var(--bs-primary-rgb), 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

/* =========================
          COMMON CSS             
/* ========================= */
.bg_gradient_v1 {
  background: linear-gradient(to right,
      rgba(41, 44, 125, 1) 20%,
      rgba(41, 44, 125, 0.95) 32%,
      rgba(41, 44, 125, 0.85) 48%,
      rgba(41, 44, 125, 0) 100%);
}

.bg_gradient_v2 {
  background: linear-gradient(67.95deg, #292D7D -4.7%, #E3252D 76.65%);

}

.bg_secondary {
  background-color: var(--bs-secondary);
}

.text_white {
  color: var(--bs-white);
}

.text_blue {
  color: var(--bs-secondary-light);
}

.text-gray {
  color: var(--bs-gray);
}

.text-gray-dark {
  color: var(--bs-gray-dark);
}

.special_text {
  color: var(--bs-primary);
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg_gray_light {
  background-color: #F5F5FF;
}

/* ======================
        NAVIGATION              
========================= */
.navbar_wrapper {
  transition: all 0.3s ease;
}

.navbar_wrapper.sticky {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 0;
  animation: slideDownTop 0.6s ease forwards;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

@keyframes slideDownTop {
  from {
    top: -100px
  }

  to {
    top: 0
  }
}

.navbar_wrapper.sticky .custom-navbar {
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-navbar {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: var(--bs-white);
}

/* .custom-navbar .container{
    gap: 24px;
} */
.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.11;
  color: var(--bs-black-lighter);
}

.navbar .header-actions .call-btn {
  color: var(--bs-primary);
  padding: 12px 0px;
}

.navbar .header-actions .call-btn svg {
  margin-right: 8px;
}

.navbar .header-actions .call-btn:hover {
  color: var(--bs-secondary);
}

.navbar .header-actions .call-btn:hover svg path {
  stroke: var(--bs-secondary);
}

.navbar .dropdown-menu {
  padding: 8px 0px;
}

.navbar-nav .nav-item a.dropdown-item {
  padding: 12px 18px;
}

.navbar-nav .nav-item a.dropdown-item:hover {
  color: var(--bs-primary);
}

.navbar-expand-lg .navbar-nav .nav-link a:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--bs-primary);
}

button.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(238,34,37,1)' stroke-linecap='round' stroke-width='2' d='M9 7h17'/%3E%3Cpath stroke='rgba(238,34,37,1)' stroke-linecap='round' stroke-width='2' d='M4 15h22'/%3E%3Cpath stroke='rgba(238,34,37,1)' stroke-linecap='round' stroke-width='2' d='M9 23h17'/%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
}

.navbar-toggler-icon.active {
  background-image: url(../images/close-icon.png);
}

.dropdown-menu {
  display: none;
}

.dropdown-menu.show {
  display: block;
}

.custom-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.header-actions {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ============================= */
/*            FOOTER             */
/* ============================= */
footer {
  padding-top: 72px;
  padding-bottom: 48px;
  position: relative;
}

.footer-logo {
  width: 126px;
}

footer h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 20px;
  color: var(--bs-gray);
  font-family: "Figtree", sans-serif;
}

footer .footer-para {
  max-width: 330px;
  margin-bottom: 16px;
}

footer .footer-social-logo {
  margin-top: 16px;
  gap: 24px;
}

footer .nav-link,
footer .nav-item,
footer .nav-item a {
  color: var(--bs-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-top {
  padding-bottom: 72px;
}

.footer-top a.nav-link:hover {
  color: var(--bs-primary);
}



footer span.nav-link:hover {
  color: var(--bs-primary);
}



.footer-bottom {
  border-top: 1px solid #D0D0D0;
  padding-top: 24px;
}

.footer-bottom p {
  font-size: 16px;
  line-height: 20px;
  color: var(--bs-gray);
}

.privacy-rule {
  display: flex;
  gap: 32px;
}

.privacy-rule a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: var(--bs-white);
}

.privacy-rule a:hover {
  color: var(--bs-primary);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 80px;

}

.copyright_wrapper p {
  margin-bottom: 0;
}

/* ================================= */
/*            hero_banner            */
/* ================================= */
.hero_banner {
  position: relative;
}

.hero_banner .banner_content_column {
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero_banner p {
  font-size: 20px;
  line-height: 140%;
  max-width: 470px;
  color: #EAEAEA;
}

.btn.btn-primary:hover svg path {
  stroke: var(--bs-primary);
}

.hero_banner .dual_button_wrapper {
  margin-top: 40px;
  row-gap: 16px;
  column-gap: 24px;
}

.hero_banner {
  position: relative;
  overflow: hidden;
}

.img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_banner .banner_image_wrap img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* ================================= */
/*            CTA Section            */
/* ================================= */
.cta_section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 114px 0 80px;
}

.cta_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #292C7D 13.63%, rgba(41, 44, 125, 0.954304) 21.89%, rgba(41, 44, 125, 0.848099) 32.52%, rgba(41, 44, 125, 0) 67.91%);
  z-index: 0;
}

.cta_section>* {
  position: relative;
  z-index: 1;
}

.cta_section p {
  color: var(--bs-white);

}

/* .cta_section h2{
  max-width: 480px;
} */
.cta_section .dual_button_wrapper {
  margin-top: 32px;
}

.cta_section .dual_button_wrapper .btn.btn-primary:hover {
  border-color: var(--bs-white);
}

.cta_section .dual_button_wrapper .btn.btn-secondary {
  border-color: var(--bs-white);
}

.cta_section .dual_button_wrapper .btn.btn-secondary:hover {
  border-color: var(--bs-secondary);
}

/* ============================= */
/*         How it Works          */
/* ============================= */
.how-it-works-section {
  background-color: var(--bs-secondary);
  padding: 80px 0;
}

.how-works-top-container {
  margin-bottom: 32px;
}

.how-works-top-container p {
  margin-bottom: 0;
}

.how_step_outer_wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}

.icon-box {
  width: 104px;
  height: 104px;
  background-color: #BB2022;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box img {
  max-width: 72px;
  height: auto;
}

.step-label {
  display: block;
  font-size: 20px;
  letter-spacing: 4px;
  color: #FF4C4E;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 140%;
}

.step-title {
  margin-bottom: 4px;
  font-family: "Figtree", sans-serif;
  color: var(--bs-white);
  font-weight: 600;
  line-height: 140%;
  font-size: 24px;

}

.service_simple_process .step-title {
  text-align: center;
}

.step-title .centertitle {
  text-align: center;
}

.step-text {
  font-size: 16px;
  color: var(--bs-gray);
}

.how-step-wrapper {
  position: relative;
}

.how-step-wrapper:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(0% - 28px);
  top: 0px;
  width: 20px;
  height: 118px;
  background-image: url("../images/steps-icon-vertical.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.col-md-4:last-child .how-step-wrapper::after {
  display: none;
}

.how_step_outer_wrapper {
  display: flex;
  gap: 40px;
}

.how-step-wrapper {
  flex: 1;
  position: relative;
}

/* ================================= */
/*        TESTIMONIAL SECTION        */
/* ================================= */
.testimonial_section {
  padding: 80px 0 40px;
}

.testimonial_section .heading_wrapper {
  margin-bottom: 40px;
}

.testimonial_header {
  background-color: #F7F7F7;
  padding: 32px;
  border-radius: 8px;
  max-width: 400px;
}

.testimonial_header .google-header h5 {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.testimonial-row {
  padding-bottom: 40px;
}

.testimonial_header .google-header p,
.testimonial_header .google-header .rating {
  color: #535862;
  line-height: 24px;
}

.testimonial_header .google-header .rating {
  font-size: 14px;
}

.testimonial_header .google-header .rating .stars {
  margin-bottom: 4px;
}

.testimonial_header .google-review-box .btn.btn-primary {
  margin-top: 32px;
}

.testimonial-card {
  flex: 1;
  padding: 0 16px;
}

.brand-swiper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-swiper .swiper-button-next,
.brand-swiper .swiper-button-prev {
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
}

.brand-swiper .swiper-pagination {
  bottom: -4px;
}

/* ===================================== */
/*              WHo WE Work with         */
/* ===================================== */
.who_we_work {
  /* padding: 80px 0; */
  overflow: hidden;
}

.who_we_work .intro_box {
  min-width: 360px;
  max-width: 360px;
  padding: 32px;
  border-radius: 8px;
  background-color: #F7F7F7;
}

.who_we_work .intro_box h2 {
  width: 70%;
}

.team_card {
  max-width: 424px;
}

.team_card .card_image img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.team_card .card_body {
  padding: 0 16px;

}

.team_card .card_body h5 {
  color: var(--bs-gray-dark);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 140%;
}

.team_card .card_body .card_body_header {
  margin-bottom: 12px;
}

.team_card .card_body .details p {
  color: #808080;
  font-weight: 500;
  line-height: 100%;
}

.working_team_swiper .swiper-slide {
  max-width: 424px;
}

.working_swiper_nav_wrapper {
  margin-top: 36px;
}

.who_we_work_outer_wrap,
.working_swiper_nav_wrapper {
  gap: 32px;
}

.working_swiper_nav_wrapper .swiper-button-prev_team,
.working_swiper_nav_wrapper .swiper-button-next_team {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  padding: 16px;
  background-color: #FFDBDB;
  transition: box-shadow 0.3s ease;
}

.working_swiper_nav_wrapper .swiper-button-prev_team:hover,
.working_swiper_nav_wrapper .swiper-button-next_team:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.swiper-button-next_team.swiper-button-disabled,
.swiper-button-prev_team.swiper-button-disabled {
  background-color: #FFDBDB;
  opacity: 0.4;
}

.card_body_review p {
  line-height: 24px;
  color: #535862;
}

.working_team_swiper {
  margin-right: 0;
  padding-right: 0;
  width: 100%;
}

.working_team_swiper .swiper-slide {
  width: 100%;
  max-width: 424px;
}

/* =================================== */
/*           Sector Section            */
/* =================================== */
.sector-section {
  padding-top: 136px;
  padding-bottom: 80px;
}

.sector-section h2 {
  margin-bottom: 32px;
}

.sector_box {
  border-radius: 8px;
  max-height: 280px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.sector_box img {
  border-radius: 8px;
  min-height: 280px;
  object-fit: cover;
  max-height: 280px;
  width: 100%;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.sector_box:hover img {
  transform: scale(1.1);
}

.sector_box_wrapper {
  row-gap: 16px;
}

.sector_box .sector-content {
  min-height: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 16px;
  width: 100%;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: end;
}

.sector_box .sector-content h5 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
}

.sector_box_wrapper>* {
  padding-left: 8px;
  padding-right: 8px;
}

/* ================================== */
/*         IMAGE CONTENT SECTION      */
/* ================================== */
.image-content-section {
  padding-top: 80px;
  padding-bottom: 136px;
}

.image-content-section .video-wrapper video {
  width: 100%;
  max-width: 580px;
  border-radius: 8px;
}

.image-content-section .content_wrapper {
  padding-left: 48px;
}

/* ================================== */
/*        comprehensive section       */
/* ================================== */

.comprehensive_wrapper {
  row-gap: 40px;
}

.comprehensive_section .title-content {
  margin-bottom: 32px;
}

.comprehensive_section .title-content p {
  max-width: 520px;
  margin: 0 auto;
}

.comprehensive_section {
  overflow: hidden;
}

.comprehensive_box:hover .image-block img {
  transform: scale(1.1);
}

.comprehensive_section .content-block {
  padding: 16px 12px;
}

.comprehensive_section .content-block p {
  color: var(--bs-gray-light);
}

.comprehensive_section .image-block {
  overflow: hidden;
  border-radius: 8px;
}

.comprehensive_section .image-block img {
  border-radius: 8px;
  max-height: 176px;
  height: 176px;
  width: 100%;
  transition: transform 0.5s ease;
  object-fit: cover;
}

.comprehensive_section .content-block {
  text-align: center;
}

.comprehensive_section .content-block h5 {
  color: var(--bs-gray-dark);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 8px;
}

/* ================================= */
/*               WHy us              */
/* ================================= */
.why_us .why_us_wrapper {
  background-color: #F7F7F7;
  height: 100%;
  padding: 24px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-radius: 6px;
}

.why_us .why_us_wrapper h5 {
  color: var(--bs-gray-dark);
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.why_us .why_us_wrapper .item_icon img {
  max-width: 72px;
  height: auto;
}

/* ================================= */
/*          SPECIAL SERVICE SEC      */
/* ================================= */

/* Service SP Section */
.service_sp_section .service_sp_wrapper {
  background-color: #F7F7F7;
  height: 100%;
  padding: 24px;
  gap: 40px;
  display: flex;
  align-items: flex-start;
}

/* Title Styling */
.service_sp_section .service_sp_wrapper h5 {
  color: var(--bs-gray-dark);
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 120%;
}

/* Icon Styling */
.service_sp_section .service_sp_wrapper .item_icon img {
  max-width: 72px;
  height: auto;
}

/* Read More Styling */
.service_sp_section .service_sp_wrapper .readmore {
  font-size: 18px;
  font-weight: 600;
  color: #E30613;
  text-decoration: none;
}


@media(max-width: 574px) {
  .service_sp_section .service_sp_wrapper {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
}

/* ======================================= */
/*       READ MORE EXPAND SERVICES         */
/* ======================================= */


.service_sp_section .row {
  align-items: flex-start !important;
}


.service_sp_section .service_sp_wrapper {
  height: auto;
}

.service_sp_section .service_sp_content {
  overflow: hidden;
  transition: max-height 0.4s ease;
  line-height: 1.6;
}

.service_sp_section .service_sp_content.is-truncated {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service_sp_section .readmore_toggle {
  cursor: pointer;
  color: #EE2225;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;

}

.service_sp_section .readmore_toggle .toggle_icon {
  transition: transform 0.3s ease;
}

.service_sp_section .readmore_toggle.active .toggle_icon {
  transform: rotate(180deg);
}


/* ======================================= */
/*       TEAM SECTION READ MORE TOGGLE     */
/* ======================================= */

.team-section .team-des-content {
  line-height: 1.6;
  transition: max-height 0.4s ease;
}

.team-section .team-des-content.is-truncated {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-section .team-readmore-toggle {
  cursor: pointer;
  color: #EE2225;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  font-size: 18px;
  width: 100%;
}

.team-section .team-readmore-toggle .toggle_icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.team-section .team-readmore-toggle.active .toggle_icon {
  transform: rotate(180deg);
}


/* ======================================= */
/*        SERVICE PAGE HERO BANNER         */
/* ======================================= */
.service_hero_banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.service_hero_banner .content_block p {
  font-size: 18px;
  line-height: 150%;
  max-width: 450px;
}

.industries-banner.service_hero_banner .content_block p {
  max-width: 100%;
}

.service_hero_banner .img_block {
  display: flex;
  justify-content: end;
}

.service_hero_banner .img_block img {
  border-radius: 16px;
  /* max-height: 440px; */
  /* width: 100%; */
  object-fit: cover;
  object-position: center;

}

.service_hero_banner .bg_element {
  right: 0;
  top: -100px;
  z-index: -1;
}

.industries-banner.service_hero_banner .bg_element {
  top: unset;
  bottom: -96px;
}

.service_hero_banner .dual_button_wrapper {
  margin-top: 40px;
}

/* media_block section */
/* .media_content_block .img_block img{
  min-height: 480px;
  object-fit: cover;
  object-position: center;
} */
/* .media_content_block{
  margin: 80px 0;
} */
.media_content_block .content_block p {
  max-width: 528px;
}

.features_section .heading_header {
  margin-bottom: 56px;
}

.features_section .heading_header h5 {
  max-width: 90%;
}

.features_section .heading_header .heading_header_text {
  max-width: 700px;
}

.features_section .feature_wrapper {
  height: 100%;
}

.features_section .feature_wrapper .content_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.feature_wrapper .icon_block img {
  height: 80px;
}

.features_section .feature_wrapper h5 {
  color: var(--bs-gray-dark);
  font-size: 24px;
  line-height: 120%;
  max-width: 80%;
  margin: auto;
  margin-top: 0;
}

.feature_wrapper_row {
  row-gap: 32px;
}

/* collection section  */
.collection_section .collection_label h5 {
  line-height: 120%;
  color: var(--bs-gray-dark);
  font-size: 24px;
}

.collection_wrapper h2 {
  margin-bottom: 32px;
}

.collection_row {
  row-gap: 72px;
}

.collection_item .collection_item_image_wrapper {
  background-color: #F5F5FF;
  width: 100%;
  border-radius: 8px;
  padding: 8px;

}

.collection_item .collection_item_image_wrapper img {
  height: 180px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.hook_lift_wrapper {
  max-width: 920px;
  margin: auto;
}

/* ------odd even section -------- */
/* .accepted-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  margin-top: 32px;
}
.accepted-list li {
  align-items: flex-start;
}
.accepted-list li h5{
  color: var(--bs-gray-dark);
  line-height: 140%;
} */
.accepted-list {
  column-count: 2;
  column-gap: 40px;
  margin-top: 32px;
  margin-bottom: 0;
}

.accepted-list li {
  break-inside: avoid;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: start;
}

.accepted-list li h5 {
  margin: 0;
  line-height: 1.4;
  color: var(--bs-gray-dark);
}

.accepted-list span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.odd_even_section .img_block {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

@media(min-width: 1200px) {
  .odd_even_section.image-second .img_block {
    justify-content: end;
  }

  .odd_even_section .row:not(.g-0) {
    --bs-gutter-x: 48px;
  }
}

@media(max-width: 1199px) {
  .odd_even_section .img_block img {
    object-fit: cover;
    height: 100%;
    object-position: center;
  }

  .odd_even_section .row:not(.g-0) {
    --bs-gutter-x: 32px;
  }
}

@media(max-width: 574px) {
  .accepted-list {
    column-count: 1;
  }
}

/* -------service simple process ------- */
.service_simple_process .bg_element {
  z-index: 0;
  top: 0px;
  left: 0;
  height: 100%;
}

.service_simple_process .bg_element img {
  height: 100%;
}

.service_simple_process .container {
  z-index: 1;
  position: relative;
}

.how-steps--horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

/* .service_simple_process .how-step-wrapper:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50px;
  width: 60%;
  height: 100%;
  background-image: url("../images/steps-icons.svg");
  background-repeat: no-repeat;
  background-size: contain;
} */
@media(min-width: 992px) {
  .service_simple_process .how-step-wrapper:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(-40% + 28px);
    top: 17%;
    transform: translateY(-25%);
    width: 100%;
    max-width: 256px;
    height: 48px;
    background-image: url("../images/steps-icons-horizontal.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .service_simple_process .how_step_outer_wrapper {
    gap: 0;
  }

  .how-step-wrapper {
    position: relative;
  }

  .service_simple_process .how-step {
    flex-direction: column;
  }

  .service_simple_process .step_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service_simple_process .step-text {
    text-align: center;
  }
}

/* -----FAQ SECTION ---  */
.faq_section .heading-wrapper H3 {
  color: var(--bs-black-lighter);
}

.faq_section .accordion_wrapper {
  max-width: 824px;
  margin: auto;
}

.faq_section .accordion-item {
  border-width: 0;
}

.faq_section .accordion-header .accordion-button {
  color: var(--bs-gray-dark);
  font-weight: 600;
  font-size: 20px;
  padding: 12px 24px;
  line-height: 140%;
  border-width: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-size: 17px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-item {
  background-color: transparent;
}

.faq_section .accordion-header .accordion-button {
  gap: 4px;
  background-color: transparent;
}

.faq_section .accordion-header .accordion-button:not(.collapsed) {
  padding-top: 24px;
  background-color: #F7F7F7;
  box-shadow: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}


.faq_section .accordion-body {
  padding-top: 4px;
  padding-bottom: 24px;
  background-color: #F7F7F7;
  /* max-width: 780px; */
  padding-right: 70px;
  padding-left: 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.faq_section .accordion-body a:hover {
  text-decoration: underline;
}

.accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

/* ---------about us banner ------  */
.aboutus_banner {
  padding: 60px 0;
}

.aboutus_banner .dual_button_wrapper {
  margin-top: 40px;
}

.aboutus_banner .bg_element {
  right: 0;
  top: -120px;
  z-index: -1;
}

.aboutus_banner p {
  font-size: 18px;
  line-height: 150%;
}

/* --------Everything We Do----- */
.what_we_dosection .item_wrapper .icon {
  width: 96px;
  height: 96px;
  padding: 16px;
  border-radius: 16px;
  background-color: #BB2022;
}

.what_we_dosection .item_wrapper .content {
  padding: 0px 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.what_we_dosection .row {
  row-gap: 40px;
}

.what_we_dosection .row:not(.g-0) {
  --bs-gutter-x: 40px;
}

.what_we_dosection .item_wrapper {
  max-width: 360px;
}

/* .team-section{
  padding-top: 80px;
  padding-bottom: 40px;
}
.team-section .swiper.teamSwiper{
  padding-bottom: 40px;
} */
.teamSwiper .team-card .content {
  padding: 16px 12px;
}

.teamSwiper .team-card {
  max-width: 300px;
}

.teamSwiper .team-card .img_block img {
  height: 200px;
  object-fit: cover;
}

.swiper.teamSwiper {
  padding: 0 40px;
}

.teamSwiper .swiper-button-prev.team-prev {
  left: 8px;
}

.teamSwiper .swiper-button-prev.team-next {
  right: 8px;
}

.teamSwiper .swiper-button-prev.team-prev,
.teamSwiper .swiper-button-next.team-next {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  padding: 10px;
  background-color: #FFDBDB;
  transition: box-shadow 0.3s ease;
  top: 25%;
}

.teamSwiper .swiper-button-next.team-next.swiper-button-disabled,
.teamSwiper .swiper-button-prev.team-prev.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 767px) {

  .teamSwiper .swiper-button-prev.team-prev,
  .teamSwiper .swiper-button-next.team-next {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    padding: 10px;
    background-color: #FFDBDB;
    transition: box-shadow 0.3s ease;
    top: 22% !important;
    right: 3%;
  }
}

.full-width-image .img_block img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* ================================ */
/*            Location Page         */
/* ================================ */
.location_hero_banner {
  padding: 40px 0;
}

.location_hero_banner .dual_button_wrapper {
  margin-top: 40px;
}

.location_hero_banner .map_block {
  max-height: 440px;
}

.location_hero_banner .map_block iframe {
  height: 440px;
  border-radius: 16px;
  width: 100%;
}

.location_hero_banner p {
  font-size: 18px;
}

.location_hero_banner .bg_element {
  right: 0;
  top: -180px;
  z-index: -1;
}


.comprehensive_section.location-page .title-content p {
  max-width: 860px;
  margin: 0 auto;
}

.media-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.media-icon-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 8px;
}

.media-icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;

  background-image: url("../images/check-icon.svg");
}

/* ================================ */
/*    Location Listing Page         */
/* ================================ */

.location_wrapper {
  padding-top: 40px;
  padding-bottom: 104px;
}

.location_wrapper .location_inner_wrapper {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.location_wrapper .location_card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.location_wrapper .img_block {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.location_wrapper .img_block img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.location_wrapper .content {
  padding: 20px;
}



.location_wrapper .location_info li {
  margin-bottom: 8px;
  font-size: 15px;
}

.location_banner .bg_element {
  bottom: -45px;
  left: 0;
  z-index: -1;
}

.location_banner .location_heading h1 {
  /* font-family: "Figtree", sans-serif; */
  text-transform: none;
}

.location_wrapper .map_block {
  max-height: 350px;
}


.location_wrapper .map_block iframe {
  height: 350px;
  border-radius: 16px;
  width: 100%;
}

.location_wrapper .location_sec h5 {

  color: var(--bs-gray-dark);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 8px;
}


/* ===========FAQ PAGE========== */
.faq_page h1 {
  /* font-family: "Figtree" , sans-serif; */
  text-transform: none;
}

.faq_page .bg_element {
  right: 0;
  top: -90px;
  z-index: -1;
}

.faq_page .faq_heading {
  margin-bottom: 56px;
}

/* ===========blog page ======= */
.blog_banner .bg_element {
  bottom: -45px;
  left: 0;
  z-index: -1;
}

.blog_banner .blog_heading h1 {
  /* font-family: "Figtree" , sans-serif; */
  text-transform: none;
}

.blog_banner .blog_heading p {
  max-width: 920px;
  margin: auto;
  font-size: 18px;
}

.blog_post_wrapper {
  padding-top: 40px;
  padding-bottom: 104px;
}

.post_inner_wrapper .content {
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.post_inner_wrapper .content p {
  margin-bottom: 12px;
  color: #373F49;
}

.post_inner_wrapper .content .readmore {
  font-size: 18px;
  font-weight: 600;
  margin-top: auto;
}

.post_inner_wrapper .content .readmore:hover {
  color: var(--bs-secondary);
}

.blog_post_wrapper .post_inner_wrapper {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.blog_post_wrapper .post_inner_wrapper .post {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog_post_wrapper .post_inner_wrapper .img_block {
  overflow: hidden;
  border-radius: 8px;
}

.blog_post_wrapper .post_inner_wrapper .img_block img {
  transition: transform 0.5s ease;
}

.blog_post_wrapper .post_inner_wrapper a.post_wrapper:hover .img_block img {
  transform: scale(1.1);
}

.post_inner_wrapper a.post_wrapper:hover .content .readmore {
  color: var(--bs-secondary);
}

.post_inner_wrapper a.post_wrapper:hover .content .readmore svg path {
  stroke: var(--bs-secondary);
}

.blog_post_wrapper .row {
  row-gap: 40px;
}

.blog_post_wrapper .loadmore .btn.btn-outline-light {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.blog_post_wrapper .loadmore .btn.btn-outline-light:hover {
  border-color: var(--bs-primary);
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

/* ==========Single-post section========= */

.single-blog-page-banner {
  padding: 120px 0;
}

.single-blog-page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.single-blog-page-banner h1 {
  max-width: 900px
}

.single-blog-page-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 1
}

.single-blog-page-banner .container {
  position: relative;
  z-index: 2;
}

.single-blog-page-banner .post-meta {
  font-size: 18px;
  color: var(--bs-white);
  font-weight: 500;
  opacity: 1
}

.single-blog-page-banner .post-meta .separator {
  margin: 0 8px
}

.single-blog-page {
  padding: 80px 0 80px;
}

.single-blog-page .wp-block-image img {
  border-radius: 0
}

.single-blog-page .wp-block-media-text__content {
  padding-left: 0
}

.single-blog-page .wp-block-media-text {
  margin: 16px 0;
  gap: 24px
}

.single-blog-page p:is(:last-child) {
  margin-bottom: 0
}

.single-blog-page .wp-element-caption {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0
}

.single-blog-page .wp-block-columns {
  margin: 16px 0
}

.single-blog-page a {
  color: var(--bs-primary);
  font-weight: 500;
  text-decoration: underline
}

.single-blog-page h2 {
  font-size: 38px;
  line-height: 110%
}

.single-blog-page h3 {
  font-size: 30px;
  line-height: 110%
}

.single-blog-page h4 {
  font-size: 28px;
  line-height: 110%
}

.single-blog-page h5 {
  font-size: 24px;
  line-height: 110%
}

.single-blog-page p {
  margin-bottom: 20px
}

.single-blog-page figure {
  margin-bottom: 20px
}

.single-blog-page .wp-block-list {
  padding-left: 28px;
  margin-bottom: 16px
}

.single-blog-page .wp-block-list li {
  margin-bottom: 12px
}

.single-blog-page strong {
  font-weight: 600
}

.single-blog-page .post-highlighted-task {
  border-left: 4px solid var(--bs-secondary);
  padding-left: 15px;
  margin: 20px 0;
  color: #000;
  font-size: 24px;
  display: block;
  line-height: 140%
}

@media(max-width: 992px) {
  .single-blog-page-banner {
    padding: 100px 0
  }
}

@media(max-width: 767px) {
  .single-blog-page-banner {
    padding: 80px 0
  }

  .single-blog-page {
    padding: 60px 0 60px
  }

  .single-blog-page h2 {
    font-size: 34px;
    line-height: 110%
  }

  .single-blog-page h3 {
    font-size: 26px;
    line-height: 110%
  }

  .single-blog-page .post-highlighted-task {
    font-size: 20px;
    border-left: 3px solid var(--bs-secondary)
  }
}

.single-blog-page [id] {
  scroll-margin-top: 150px
}

@media(max-width: 400px) {
  .single-blog-page [id] {
    scroll-margin-top: 200px
  }
}

/* ==========Previous/next========= */
.post-navigation {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  gap: 18px;
}

.post-navigation a {
  text-decoration: none;
  color: inherit;
}

.post-navigation .nav-label {
  font-size: 14px;
  opacity: 0.7;
}

.post-navigation .nav-title {
  font-weight: 600;
}




/* ==========contact section========= */


.contact-section {
  padding: 40px 0;
}

.contact-info {
  max-width: 528px;
}

.contact-info h2 {
  /* font-family: "Figtree",sans-serif; */
  text-transform: none;
}

.contact-info p {
  font-size: 18px;
}

.contact-details-sec {
  padding-top: 8px;
}

.contact-details-sec .icon img {
  min-width: 32px;
}

.contact-details-sec li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 24px;
  color: #100F0F;
}

.contact-details-sec a {
  text-decoration: none;
  color: inherit;
}

.contact-form {
  background: #F5F5FF;
  padding: 24px;
  border-radius: 16px;
}

.contact-form h5 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.contact-form .form-control,
.form-select {
  border: 1px solid #D5D7DA;
  padding: 11px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #0A0D120D;

}

.contact-form .form-label {
  font-size: 14px;
  color: #100F0F;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}

.contact-form .required {
  color: var(--bs-primary);
}



.quote-form-wrapper {
  background-color: #f5f5ff;
  padding: 30px;
  border-radius: 16px;
}

.quote-form-wrapper .form-label {
  font-weight: 600;
}

@media (max-width: 991px) {
  .contact-info {
    padding-right: 0;
  }
}

.form-control::placeholder {
  color: #717680;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  opacity: 1;
}

.flex-form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}

.form-group.full {
  width: 100%;
}

.form-group.half {
  width: calc(50% - 12px);
}

@media (max-width: 991px) {
  .form-group.half {
    width: 100%;
  }
}

/* ===testimonial==== */
.ti-widget.ti-goog .ti-review-content {
  color: #535862;
}

.mobile-inner-btn {
  display: flex;
}

.mobile-inner-btn a {
  background-color: var(--bs-primary);
  color: #fff !important;
  border-radius: 50px !important;
  padding: 12px 24px !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.ti-with-tooltip {
  color: #535862;
}