@import "./fontawesome.min.css";

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-ExtraBold.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-Bold.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-Light.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-Regular.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-ExtraLight.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-SemiBold.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-Medium.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-Thin.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-MediumItalic.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist/Urbanist-Black.woff2') format('woff2'),
    url('../fonts/Urbanist/Urbanist-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ../fonts/Poppins */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-poppins: 'Poppins';
  --font-urbanist: 'Urbanist';
  --denim-blue: #1560BD;
  --crimson: #FB3741;
  --white: #FFFFFF;
  --black: #000000;
  --white-smoke: #F9F9F9;
  --light-gray: #E8E8E8;
  --quick-silver: #A6A6A6;
  --white-lilac: #D9DADA;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: var(--font-urbanist);
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}

.container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.container.con-max {
  max-width: 1600px;
  width: 100%;
}

a {
  font-family: var(--font-urbanist);
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:focus-visible {
  border: none;
  outline: none;
}

input:focus,
input:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
  border: none;
}

ul {
  font-family: var(--font-urbanist);
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
figure,
ol,
ul,
dl {
  font-family: var(--font-urbanist);
  margin: 0;
  padding: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

img {
  display: block;
  width: 100%;
}

text,
input {
  padding: 10px;
}

textarea {
  padding: 10px;
  width: 100%;
}

.primary_btn {
  position: relative;
  display: inline-block;
  padding: 16px 24px;
  background-color: var(--crimson);
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  border: 1px solid var(--crimson);
  z-index: 1;
  width: max-content;
  cursor: pointer;
}

.primary_btn:hover {
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--crimson);
}

.topbar {
  background-color: var(--denim-blue);
}

header {
  background-color: var(--white);
}

.topbar_content {
  display: flex;
  width: 100%;
  gap: 20px;
}

.topbar_content .top_red_logo {
  max-width: 200px;
  width: 100%;
  background-color: var(--crimson);
}

.topbar_content .topbar_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0px;
}

.topbar_content .topbar_contact .top_contact_list {
  display: flex;
  align-items: center;
}

.topbar_contact .top_contact_list a {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-right: 1px solid var(--white);
  color: var(--white);
  padding-right: 16px;
  margin-right: 16px;
}

.topbar_contact .top_contact_list a:last-child {
  border: none;
}

.topbar_social_list {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.navbar {
  display: flex;
  /* align-items: center; */
  gap: 20px;
  width: 100%;
}

.navbar .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0px;
}

.navbar .navabar_logo {
  position: relative;
  background-color: var(--crimson);
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin-bottom: -20px;
  z-index: 9;
}

nav ul.navbar-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

nav ul.navbar-nav li a {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
}

.navbar .nav_collaps {
  display: none;
}

.navbar .nav_collaps {
  /* display: flex; */
  align-items: end;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.navbar .nav_collaps span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--crimson);
  border-radius: 10px;
}

.navbar .nav_collaps span:nth-child(2) {
  width: 24px;
}

.navbar .nav_collaps span:last-child {
  width: 28px;
}

.navigation span.close_btn {
  display: none;
}


@media screen and (max-width : 1024px) {
  nav ul.navbar-nav {
    gap: 16px;
  }
}

@media screen and (max-width : 991px) {
  .navbar .nav_collaps {
    display: flex;
  }

  .navbar .navigation {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }

  .navbar .navigation.open-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: unset;
    background-color: white;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    padding: 40px 24px;
    gap: 20px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }

  .navigation.open-nav span.close_btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .navbar .navigation.open-nav nav ul.navbar-nav {
    flex-direction: column;
    align-items: start;
  }


  .navbar {
    justify-content: space-between;
  }

}

@media only screen and (max-width : 768px) {
  .topbar_content .topbar_contact .top_contact_list {
    display: none;
  }

  .topbar_content .topbar_contact {
    justify-content: end;
  }


  .primary_btn {
    padding: 10px 16px;
  }
}

@media screen and (max-width : 480px) {
  .topbar_content .topbar_contact {
    width: max-content;
  }
}



/* Banner Section */
.main_banner {
  position: relative;
}

.banner_image {
  position: relative;
  padding-top: 41.667%;
}

.banner_image img {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_content {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(21, 96, 189, 0) 119.35%);
}

.banner_main_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.banner_heading {
  max-width: 652px;
  width: 100%;
}

.banner_heading h1 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 79px;
  line-height: 91px;
  color: var(--white);
  margin-bottom: 24px;
}


.banner_form {
  max-width: 580px;
  width: 100%;
  border: 1px solid var(--white);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px;
  margin-top: 101px;
}

.banner_form_heading h2 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  color: var(--white);
  margin-bottom: 32px;
}


.banner_form .form_shortcode .form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group .wpcf7-spinner {
  display: none;
}

.banner_form .form_shortcode .form-group span input {
  width: 100%;
  background-color: transparent;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  border: 1px solid var(--white);
}

.banner_form .form_shortcode .form-group span input::placeholder {
  color: var(--white);
}

.banner_form .wpcf7 form.invalid .wpcf7-response-output,
.banner_form .wpcf7 form.unaccepted .wpcf7-response-output,
.banner_form .wpcf7 form.payment-required .wpcf7-response-output{
  color: var(--white);
  font-size: 14px;
  margin: 8px 0px ;
  padding: 2px;
}

.banner_form .wpcf7-not-valid-tip{
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0px 0px;
}

@media only screen and (max-width: 1280px) {
  .banner_image {
    min-height: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_heading h1 {
    font-size: 51px;
    line-height: 59px;
    margin-bottom: 16px;
  }

  .banner_form_heading h2 {
    font-size: 35px;
    line-height: 41px;
  }

}

@media only screen and (max-width : 768px) {
  .banner_main_content {
    flex-direction: column;
  }

  .banner_form {
    margin-top: 0px;
    margin-left: auto;
    padding: 20px;
  }

  .banner_form_heading h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width : 480px) {
  .banner_heading h1 {
    font-size: 41px;
    line-height: 49px;
  }
}


/* Comman Section Heading */

.section_heading span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: var(--crimson);
  margin-bottom: 8px;
}

.section_heading span::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/05/right_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 57px;
  height: 6px;
}

.section_heading h2 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: var(--black);
  margin-bottom: 16px;
}

.section_heading p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--quick-silver);
}


/* abpout section */
.about_section {
  padding: 64px 0px;
}

.about_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about_main .about_left {
  max-width: 700px;
  width: 100%;
}

.about_left .section_heading {
  margin-bottom: 40px;
}

.about_feature {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 40px;
}

.about_feature .feature_item {
  display: flex;
  align-items: start;
  gap: 16px;
}

.about_feature .feature_item .abt_img_item {
  max-width: 64px;
  width: 100%;
  height: 64px;
}

.about_feature .feature_item .abt_img_item img {
  width: 100%;
  object-fit: cover;
}

.about_feature .feature_item .feature_info h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 31px;
  line-height: 37px;
  color: var(--black);
  margin-bottom: 8px;
}

.about_feature .feature_item .feature_info p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--quick-silver);
}

.about_right {
  width: 100%;
}

.masonry-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  /* grid-auto-flow: dense; */
  width: 100%;
  max-width: 580px;
  margin-left: auto;
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-item img {
  display: inline-block;
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}



/* Custom sizes to create the masonry look */
.tall {
  grid-row: span 2;
}

.mesonry_image {
  position: relative;
}

.mesonry_image .overlay_image_first {
  position: relative;
}

.mesonry_image .overlay_image_first img {
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 432px;
  object-fit: cover;
  margin-left: auto;
}

.mesonry_image .overlay_image_second {
  width: 100%;
  max-width: 480px;
  height: 320px;
  margin-top: -96px;
  position: relative;
  z-index: 1;
  border-top: 16px solid #fff;
  border-right: 16px solid #fff;
}

.mesonry_image .overlay_image_second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media only screen and (max-width : 1199px) {
  .section_heading span {
    font-size: 22px;
    line-height: 28px;
  }

  .section_heading h2 {
    font-size: 40px;
    line-height: 49px;
  }

  .section_heading p {
    font-size: 18px;
    line-height: 24px;
  }

  .about_feature {
    flex-wrap: wrap;
  }

}


@media screen and (max-width : 991px) {
  .masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin: 0 auto;
  }

  .about_main {
    flex-direction: column-reverse;
  }

  .about_feature {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width : 768px) {
  .about_feature .feature_item .feature_info h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .about_feature .feature_item .feature_info p {
    font-size: 16px;
    line-height: 20px;
  }

  .masonry-grid {
    grid-auto-rows: 190px;
  }

  .about_feature .feature_item .abt_img_item {
    max-width: 44px;
    height: 44px;
  }

  .section_heading h2 {
    font-size: 35px;
    line-height: 41px;
  }
}

@media screen and (max-width : 575px) {
  .masonry-grid {
    grid-auto-rows: 110px;
  }

  .about_feature {
    flex-wrap: wrap;
  }

  .section_heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width : 480px) {
  .masonry-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }


}

/* servies_section */


.servies_section {
  padding: 64px 0px;
  background-color: var(--white-smoke);
}

.serve_main .section_heading {
  text-align: center;
  margin-bottom: 56px;
}

.serve_main .section_heading span {
  justify-content: center;
}

.serve_main .serve_content {
  position: relative;
}

.serve_main .serve_content .serve_image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.serve_main .serve_content .serve_image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  max-height: 468px;
  min-height: 468px;
}

.serve_type {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  display: flex;
}

.serve_content .serve_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border: 1px solid var(--white);
  padding: 32px;
  background-color: #00000033;
  width: 100%;
  transition: 0.5s all;
}

.serve_content .serve_item:hover,
.serve_content .serve_item.active {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.serve_content .serve_item .serve_type_info h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 31px;
  line-height: 39px;
  color: var(--white);
  transition: 0.5s ease;
  margin-bottom: 16px;
}

.serve_content .serve_item .serve_type_info p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  max-height: 0;
}

.serve_content .serve_item:hover .serve_type_info p,
.serve_content .serve_item.active .serve_type_info p {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.serve_content .serve_item .serve_type_info a {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-decoration: underline;
  color: var(--white);
  text-transform: capitalize;
  transition: 0.5s ease;
}

.serve_content .serve_item:hover .serve_type_info a,
.serve_content .serve_item.active .serve_type_info a {
  color: var(--crimson);
}

@media only screen and (max-width : 991px) {
  .serve_content .serve_item {
    padding: 20px;
  }

  .serve_type_img {
    max-width: 50px;
    width: 100%;
  }

  .serve_content .serve_item .serve_type_info h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .serve_content .serve_item .serve_type_info p {
    font-size: 16px;
    line-height: 20px;
  }

  .serve_content .serve_item .serve_type_info a {
    font-size: 16px;
    line-height: 20px;
  }

}

@media only screen and (max-width : 768px) {
  .serve_type {
    flex-wrap: wrap;
  }

  .serve_main .serve_content .serve_image img {
    max-height: 600px;
    min-height: 600px;
  }

  .serve_content .serve_item {
    min-height: 300px;
    max-width: calc(100% / 2);
  }

  .serve_main .section_heading {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .serve_content .serve_item .serve_type_info h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .serve_content .serve_item .serve_type_info p,
  .serve_content .serve_item .serve_type_info a {
    font-size: 14px;
    line-height: 16px;
  }
}

/* journey */
.journey_section {
  padding: 64px 0px;
}

.journey_main {
  display: flex;
  gap: 20px;
}

.journey_main .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.journey_main .col .row {
  display: flex;
  gap: 20px;
}

.jounery_image_item {
  max-width: 340px;
  width: 100%;
}

.jounery_image_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}


.journy_grid_item {
  border-radius: 20px;
}

.journey_image {
  max-width: 64px;
  width: 100%;
  height: 64px;
}

.journey_text span {
  font-family: var(--font-urbanist);
  font-weight: 900;
  font-size: 48px;
  line-height: 51px;
  text-align: center;
  color: var(--white);
  margin-bottom: 8px;
}

.journey_text {
  width: 100%;
}

.journey_text h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 31px;
  line-height: 39px;
  color: var(--white);
  margin-bottom: 8px;
}

.journey_text p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
}

.journy_grid_item.box-img {
  width: 100%;
  height: 100%;
  max-height: 350px;
}

.journy_grid_item.box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.journy_grid_item.navigate {
  background-color: var(--denim-blue);
  padding: 32px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 460px;
  width: 100%;
}

.journy_grid_item.navigate .journey_text {
  max-width: 321px;
  width: 100%;
}

.journy_grid_item.experience {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--crimson);
  padding: 24px;
  text-align: center;
  max-width: 340px;
  width: 100%;
}

.journy_grid_item.solutions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-smoke);
  padding-left: 32px;
}

.solution_placehold {
  max-width: 320px;
  width: 100%;
}

.journy_grid_item.solutions .journey_text {
  padding: 20px 0px;
}

.journy_grid_item.solutions .journey_text h3 {
  color: var(--black);
}

.journy_grid_item.solutions .journey_text p {
  color: var(--quick-silver);
  margin-bottom: 24px;
}


@media only screen and (max-width : 1300px) {
  .jounery_image_item {
    max-width: 250px;
  }
}

@media only screen and (max-width : 1199px) {
  .journey_text h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .journey_text span {
    font-size: 35px;
    line-height: 41px;
  }

  .journey_text p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width : 1024px) {
  .jounery_image_item {
    display: none;
  }

  .journy_grid_item.solutions {
    padding-left: 20px;
  }

  .journy_grid_item.solutions .journey_text p {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width : 768px) {
  .journey_main .col .row {
    flex-direction: column;
  }

  .journy_grid_item.box-img,
  .journy_grid_item.navigate,
  .journy_grid_item.experience,
  .journy_grid_item.solutions {
    max-width: 100%;
    width: 100%;
    gap: 10px;
  }

  .journey_text h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .journey_text span {
    font-size: 30px;
    line-height: 35px;
  }

  .journey_text p {
    font-size: 16px;
    line-height: 20px;
  }

}

@media screen and (max-width : 575px) {
  .journy_grid_item.solutions .journey_text {
    padding: 0px;
  }

  .journy_grid_item.solutions {
    padding: 20px 20px 0px;
    flex-direction: column;
  }
}

/* work_section */

.work_section {
  padding: 64px 0px;
  background-color: var(--white-smoke);
}

.work_section .section_heading {
  text-align: center;
  margin-bottom: 56px;
}

.work_section .section_heading span {
  justify-content: center;
}

.work_content .work_map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.work_map_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.work_map_item:nth-child(even) {
  flex-direction: column-reverse;
}

.work_map_item:nth-child(odd)::after {
  content: "";
  display: block;
  background-image: url('/wp-content/uploads/2025/05/how-work-step-arrow-1.svg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 200px;
  width: 100%;
  height: 148px;
  position: absolute;
  top: 51%;
  transform: translatey(-50%);
  left: 58%;
}

.work_map_item:nth-child(even)::after {
  content: "";
  display: block;
  background-image: url('/wp-content/uploads/2025/05/how-work-step-arrow-2.svg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 200px;
  width: 100%;
  height: 148px;
  position: absolute;
  top: 48%;
  transform: translatey(-50%);
  left: 58%;
}

.work_map_item:last-child::after {
  display: none;
}

.work_map_item .work_image {
  display: flex;
  align-items: center;
  gap: 8px;
}

.work_map_item .work_image .map_img_item {
  padding: 16px;
  background-color: var(--denim-blue);
  border-radius: 16px;
}

.work_map_item .work_image .map_img_item img {
  width: 100%;
  max-width: 88px;
  height: 88px;
}

.work_map_item .work_image span {
  font-family: var(--font-urbanist);
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(180deg, #1560bd73 0%, rgba(249, 249, 249, 0) 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.work_map_item .work_info {
  max-width: 240px;
  width: 100%;
}

.work_map_item .work_info h4 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 31px;
  line-height: 39px;
  color: var(--black);
}

.work_map_item .work_info p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--quick-silver);
  min-height: 72px;
}



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

  .work_map_item:nth-child(odd)::after,
  .work_map_item:nth-child(even)::after {
    max-width: 173px;
    height: 128px;
    top: 48%;
    left: 59%;
  }

  .work_map_item:nth-child(even)::after {
    top: 51%;
  }
}

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

  .work_map_item .work_image .map_img_item img {
    max-width: 68px;
    height: 68px;
  }

  .work_map_item .work_info h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .work_map_item .work_info p {
    font-size: 18px;
    line-height: 20px;
  }

  .work_map_item .work_info {
    max-width: 200px;
    width: 100%;
  }

  .work_map_item:nth-child(odd)::after,
  .work_map_item:nth-child(even)::after {
    top: 50%;
    left: 61%;
  }
}


@media only screen and (max-width: 1199px) {
  .work_map_item .work_image .map_img_item img {
    max-width: 50px;
    height: 50px;
  }

  .work_map_item .work_image span {
    font-size: 35px;
    line-height: 35px;
  }

  .work_map_item:nth-child(odd)::after,
  .work_map_item:nth-child(even)::after {
    max-width: 151px;
    height: 112px;
    top: 46%;
    left: 50%
  }

  .work_map_item:nth-child(even)::after {
    top: 53%;
  }
}


@media screen and (max-width : 1024px) {
  .work_map_item .work_info h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .work_map_item .work_info p {
    font-size: 16px;
    line-height: 20px;
  }

  .work_map_item:nth-child(odd)::after,
  .work_map_item:nth-child(even)::after {
    max-width: 145px;
    height: 107px;
    top: 44%;
    left: 50%;
  }

  .work_map_item:nth-child(even)::after {
    top: 55%;
  }
}


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

  .work_map_item:nth-child(odd)::after,
  .work_map_item:nth-child(even)::after {
    display: none;
  }

  .work_map_item .work_info {
    max-width: 100%;
    width: 100%;
  }

  .work_content .work_map {
    flex-wrap: wrap;
  }

  .work_map_item {
    flex-direction: column !important;
    max-width: calc((100% / 2) - 10px);
    width: 100%;
  }

  .work_map_item .work_image .map_img_item img {
    max-width: 40px;
    height: 40px;
  }
}

@media screen and (max-width : 768px) {
  .work_section .section_heading {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width : 480px) {
  .work_map_item {
    max-width: 100%;
    width: 100%;
  }

  .work_map_item .work_info p {
    min-height: auto;
  }
}

/* testimonial section */




/* brand section */
.brand_section {
  padding: 64px 0px;
}

.brand_list .brand_image {
  height: 100%;
  min-height: 128px;
  max-height: 128px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.brand_list .brand_image img {
  display: block;
  width: auto;
  margin: auto;
  object-fit: cover;
}

.brand_list .slick-next {
  right: 0px;
}

.brand_list .slick-prev {
  left: 0px;
}

.brand_list .slick-next:before {
  display: none !important;

}

.brand_list .slick-prev:before {
  display: none;
}


.brand_list .slick-dots {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.brand_list  .slick-slide.slick-active {
  opacity: 1;
}
.brand_list  .slick-slide {
  opacity: 0.5;
}


/* testimonials */
.testimonial {
  padding: 64px 0px;
}

.testimonial_main .section_heading {
  margin-bottom: 56px;
  text-align: center;
}

.testimonial_main .section_heading span {
  justify-content: center;
}

.customer_section {
  display: flex;
  gap: 20px;
}

.customer_rating {
  max-width: 460px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  background-color: var(--white-smoke);
  border-radius: 20px;
  padding: 20px;
}

.testimonial_star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.testimonial_star img {
  max-width: 40px;
  width: 100%;
}

.rateing_number p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--quick-silver);
}

.rateing_number p span {
  color: var(--black);
}

.rating_person {
  display: flex;
  align-items: center;
}

.rating_person .user_image {
  margin-left: -16px;
}

.rating_person .user_image:first-child {
  margin-left: 0px;
}

.rating_person .user_image img {
  max-width: 56px;
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--white);
  object-fit: cover;
}

.customer_review {
  padding: 32px;
  background-color: var(--white-smoke);
  max-width: 940px;
  width: 100%;
  border-radius: 20px;
}

.review_list .review_item {
  display: flex !important;
  gap: 32px;
}

.review_list .review_item .customer_image {
  width: 100%;
  max-width: 240px;
}

.review_list .review_item .customer_image img {
  max-width: 240px;
  max-height: 240px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.customer_review_info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  max-width: 516px;
  width: 100%;
}

.customer_review_info .rating_item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.customer_review_info .rating_item img {
  max-width: 24px;
  width: 100%;
  height: 24px;
}



.customer_review_info .customer_rate p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--quick-silver);
}

.customer_review_info .customer_detail h4 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: var(--black);
}

.customer_section .customer_detail p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--quick-silver);
}

.review_list .slick-next {
  right: 0px;
}

.review_list .slick-prev {
  left: 0px;
}

.review_list .slick-next:before {
  display: none !important;

}

.review_list .slick-prev:before {
  display: none;
}

.review_list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  bottom: 0px;
}

.review_list .slick-dots li {
  width: 100%;
  max-width: 10px;
  height: 10px;
  margin: 0px;
}

.review_list .slick-dots li.slick-active {
  max-width: 24px;
  width: 100%;
  margin: 0px;
}

.review_list .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--light-gray);
  opacity: 1;

}

.review_list .slick-dots li.slick-active button:before {
  background-color: var(--crimson);
  width: 24px;
  height: 10px;
  opacity: 1;
}

@media only screen and (max-width : 1300px) {
  .testimonial_star img {
    width: 100%;
    max-width: 30px;
  }

  .rateing_number p {
    font-size: 18px;
    line-height: 20px;
  }

  .rating_person .user_image img {
    max-width: 50px;
  }

  .customer_review {
    max-width: 870px;
  }
}


@media only screen and (max-width : 1199px) {
  .customer_review_info {
    max-width: 430px;
  }

  .customer_review_info .customer_rate p {
    font-size: 18px;
    line-height: 24px;
  }

  .customer_review {
    max-width: 760px;
  }

  .customer_review_info .customer_detail h4 {
    font-size: 22px;
    line-height: 28px
  }

  .customer_section .customer_detail p {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial_star img {
    max-width: 26px;
  }

  .review_list .review_item {
    gap: 20px;
  }
}

@media screen and (max-width : 1024px) {
  .review_list .review_item .customer_image {
    width: 100%;
    max-width: 200px;
  }

  .review_list .review_item .customer_image img {
    max-height: 200px;
  }

  .customer_review {
    max-width: 640px;
    width: 70%;
  }

  .customer_rating {
    width: 30%;
  }

  .review_list .slick-dots {
    bottom: -12px;
  }

}


@media only screen and (max-width : 768px) {
  .customer_section {
    flex-direction: column-reverse;
  }

  .customer_review {
    max-width: 100%;
    width: 100%;
  }

  .customer_rating {
    max-width: 100%;
    width: 100%;
  }

  .testimonial_main .section_heading {
    margin-bottom: 20px;
  }
}

@media screen and (max-width : 575px) {
  .review_list .review_item {
    flex-direction: column;
  }

  .review_list .review_item .customer_image {
    max-width: 150px;
    max-height: 150px;
  }

  .customer_review_info .customer_rate p {
    font-size: 16px;
    line-height: 20px;
  }
}



/* Call To action */

.cta_section {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: var(--white-smoke);
}

.cta_section .cta_form_content {
  max-width: 700px;
  width: 100%;

}

.cta_section .cta_form_content .cta_form_inner {
  background-color: var(--white);
  box-shadow: 0px 0px 16px 0px #00000029;
  padding: 40px;
  border-radius: 16px;
}

.cta_section_image {
  max-width: 830px;
  width: 100%;
}

.cta_section_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 830px;
  max-height: 717px;
}

.cta_form_content .cta_form .wpcf7-form {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.cta_form_content .cta_form .form_group {
  display: flex;
  align-items: start;
  gap: 20px;
}

.cta_form_content .cta_form .group_item {
  display: flex;
  align-items: start;
  gap: 8px;
  flex-direction: column;
  width: 100%;
}

.cta_form_content .cta_form label {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.cta_form_content .cta_form .group_item input,
.cta_form_content .cta_form .group_item textarea,
.cta_form_content .cta_form .group_item select {
  width: 100% !important;
  max-width: 100%;
  border: none;
  padding: 0px 0px 10px;
  border-bottom: 1px solid var(--white-lilac);
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
  background-color: transparent;
}

.cta_form_content .cta_form .group_item textarea {
  height: 120px;
}

.cta_form_content .cta_form .wpcf7-not-valid-tip {
  margin-top: 10px;
}

input.primary_btn {
  border: 1px solid var(--crimson);
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
}

@media screen and (min-width : 1800px) {
  .cta_section {
    gap: 140px;
  }

  .cta_section .cta_form_content {
    margin: 0 auto;
  }
}

@media screen and (max-width : 1799px) {
  .cta_section {
    gap: 70px;
  }

  .cta_section_image {
    width: 46%;
  }
}

@media screen and (max-width : 1500px) {
  .cta_section .cta_form_content {
    width: 50%;
    margin: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .cta_section {
    align-items: unset;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cta_form_content .cta_form .form_group {
    flex-direction: column;
  }

  .cta_section_image img {
    max-height: unset;
    height: 100%;
  }

  .cta_section .cta_form_content {
    margin: 40px 20px;
  }
}


@media screen and (max-width : 768px) {
  .cta_section {
    flex-direction: column-reverse;
  }

  .cta_section_image {
    width: 100%;
  }

  .cta_section_image img {
    max-height: 600px;
  }

  .cta_section .cta_form_content {
    width: 100%;
    margin: auto;
    padding: 20px;
  }

  .cta_section .cta_form_content .cta_form_inner {
    padding: 30px 20px;
  }
}


/* ====================== footer ========================= */
footer {
  position: relative;
}


/* 
.footer_back_image {
  position: relative;
  padding-top: 25.127%;
}

.footer_back_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 497px;
  max-height: 497px;
  object-fit: cover;
}

.footer_back_image::before {
  background: rgba(0, 0, 0, 0.48);
  content: "";
  position: absolute;
  inset: 0;
} */

.main-footer {
  background-image: url('/wp-content/uploads/2025/05/footer_back.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.main-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000007A;
}

.main_footer-inner {
  position: relative;
  border: 1px solid var(--white);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99;
}

.main_footer-inner .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 90px 90px 80px;
  border-bottom: 1px solid var(--white);
}

.main_footer-inner .row .col {
  flex: 0 0 20%;
}

.main_footer-inner .row .col:nth-child(2){
  flex: 0 0 15%;
}

.main_footer-inner .row .col:last-child {
  flex: 0 0 35%;
}

.main_footer-inner .row .col .footer_logo {
  max-width: 150px;
  margin-bottom: 24px;
}

.main_footer-inner .row .col h3 {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: var(--white);
  margin-bottom: 16px;
}

.main_footer-inner .row .col .footer_description p,
.main_footer-inner .row .col ul li a,
.main_footer-inner .row .col p {
  font-family: var(--font-urbanist);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
}

.main_footer-inner .row .col ul {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-direction: column;
}

/* form  */
.newsletter_email {
  margin-bottom: 16px;
}

.main_footer-inner form.wpcf7-form .form-group {
  display: flex;
  align-items: center;
  border: 1px solid var(--white);
}

.main_footer-inner form.wpcf7-form .form-group input {
  background-color: transparent;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  outline: none;
  border: none;
  width: 100%;
}

.main_footer-inner form.wpcf7-form .form-group input::placeholder {
  color: var(--white);
}

.main_footer-inner form.wpcf7-form .form-group button.primary_btn {
  padding: 14px 40px;
}

.main_footer-inner form.wpcf7-form .form-group button:after {
  content: "";
  display: block;
  background-image: url('/wp-content/uploads/2025/05/email-send.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.main_footer-inner form.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}

.footer_social_link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_social_link a {
  padding: 16px;
  border: 1px solid var(--white);
}

.footer-copyright {
  padding: 20px 0px;
}

.footer-copyright p {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--white);
}

.newsletter_email .wpcf7-not-valid-tip {
  display: none;
}

footer .wpcf7 form.invalid .wpcf7-response-output,
footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--white);
  font-size: 14px;
  margin: 8px 0px;
}

@media only screen and (max-width : 1199px) {
  .main_footer-inner .row .col:nth-child(2){
    flex: 0 0 18%;
  }
}

@media only screen and (max-width : 1024px) {
  .main_footer-inner .row .col {
    flex: 0 0 30%;
  }
  .main_footer-inner .row .col:nth-child(2) {
    flex: 0 0 30%;
}
  .main_footer-inner .row .col:last-child {
    flex: 0 0 70%;
  }
}

@media only screen and (max-width : 768px) {
  .main_footer-inner .row {
    padding: 50px 30px;
  }

  .main_footer-inner .row .col:last-child {
    flex: 1;
  }
}

@media only screen and (max-width : 696px) {
  .main_footer-inner .row .col {
    flex: unset;
  }
}

@media screen and (max-width : 575px) {
  .main_footer-inner form.wpcf7-form .form-group button.primary_btn {
    padding: 12px 16px;
  }

  .main_footer-inner form.wpcf7-form .form-group input {
    font-size: 14px;
  }

  .main_footer-inner .row {
    padding: 50px 20px;
  }

  .footer_social_link a {
    padding: 12px;
  }

  .footer-copyright p {
    font-size: 14px;
  }
}