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


p {
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: clamp(26px, 2.5vw, 30px);
  color: var(--gray);
  font-weight: 300;
  font-family: var(--font-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}


input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.align-center {
  align-items: center;
}

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;
}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pe-50px {
  padding-right: 50px;
}

.px-80 {
  padding: 0 50px;
}

img {
  height: auto;
}

/* bootstrap end */

/* fonts */
:root {
  --font-1: "Poppins", sans-serif;
  --d-blue: #1e3a5f;
  --blue: #0075bd;
  --yellow: #fcb131;
  --gray: #555555;
  --black: #000000;
  --white: #ffffff;
}


::selection {
  background-color: var(--d-blue);
  color: var(--white);
  text-shadow: none;
}

/* Scrollbar base */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 117, 189, 0.12);
}

::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 999px;
  border: 2px solid rgba(0, 117, 189, 0.12);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: #1e3a5f;
}


/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--blue) rgba(0, 117, 189, 0.12);
}

html {
  scrollbar-width: thin;
  scroll-behavior: auto;
}

#team-section {
  scroll-margin-top: 90px;
}

/* Scroll to top button */
#scrollToTop {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--black), var(--d-blue));
  color: var(--white);
  font-size: 17px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

#scrollToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#scrollToTop i {
  position: relative;
  z-index: 2;
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress-ring__circle {
  stroke: var(--white);
  stroke-linecap: round;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  transition: stroke-dashoffset 0.2s linear;
  opacity: 1;
}

#scrollToTop:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--d-blue), var(--d-blue));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22),
    0 0 0 4px rgba(87, 86, 86, 0.08);
}



* {
  scrollbar-width: thin;
}

@supports (-ms-overflow-style: none) {
  * {
    -ms-overflow-style: scrollbar;
  }
}


a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  cursor: pointer;
  color: var(--sec-color);
}

body {
  background-color: var(--background) !important;
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--font-1);
  background-color: var(--white);
  max-width: 100%;
  overflow-x: hidden;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.container {
  max-width: 1490px;
  padding-left: 20px;
  padding-right: 20px;
}

#masthead2 {
  background-color: var(--white);
}

/* ================================
   DESKTOP MASTHEAD (>=1200px)
================================ */

#masthead {
  background-color: var(--white);
  box-shadow: none;
}


.masthead-shell {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.masthead-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.masthead-logo .custom-logo {
  width: auto;
  height: auto;
  max-width: 308px;
  display: block;
}

#masthead.scrolled {
  background-color: var(--white);
  box-shadow: 0 4px 18px rgba(30, 58, 95, 0.12);
}

#masthead2 {
  padding: 10px 8px;
  min-height: 82px;
  transition: padding 0.4s cubic-bezier(.4, 0, .2, 1);
}

.logo-wrapper .custom-logo {
  position: relative;
  top: 0;
  width: 140px;
  max-width: 100%;
  height: auto;

  transform: translateY(0) scale(1);
  transform-origin: left top;
  will-change: transform;
  backface-visibility: hidden;

  transition:
    transform 0.5s cubic-bezier(.4, 0, .2, 1),
    width 0.5s cubic-bezier(.4, 0, .2, 1);
}

#masthead2.scrolled {
  padding: 5px 8px;
  box-shadow: 0 4px 10px rgba(63, 63, 63, 0.247);
}

#masthead2.scrolled .custom-logo {
  width: 130px;
  transform: scale(0.99);
}



/* ================================
   MENU LINKS
================================ */

#masthead .masthead-nav {
  flex: 0 0 auto;
  min-width: auto;
  justify-content: flex-end;
}

#masthead .masthead-menu {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  justify-content: flex-end;
  gap: 48px;
}

#masthead .masthead-menu>li {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
}

#masthead .masthead-menu>li>a {
  font-family: var(--font-1);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0075be;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  position: relative;
  z-index: 0;
  transition: color 0.35s ease;
}

#masthead .masthead-menu>li>a:not(.btn-1)::before {
  content: none;
}

#masthead .masthead-menu>li>a:not(.btn-1)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: var(--yellow);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

#masthead .masthead-menu>li>a:hover,
#masthead .masthead-menu>li>a:focus-visible,
#masthead .masthead-menu>li.current-menu-item>a,
#masthead .masthead-menu>li.current-menu-ancestor>a,
#masthead .masthead-menu>li.current-menu-parent>a,
#masthead .masthead-menu>li.current_page_parent>a,
#masthead .masthead-menu>li.is-active-anchor>a,
#masthead .masthead-menu>li.is-active-anchor-ancestor>a {
  color: var(--yellow);
}

#masthead .masthead-menu>li>a:not(.btn-1):hover::after,
#masthead .masthead-menu>li>a:not(.btn-1):focus-visible::after,
#masthead .masthead-menu>li.current-menu-item>a:not(.btn-1)::after,
#masthead .masthead-menu>li.current-menu-ancestor>a:not(.btn-1)::after,
#masthead .masthead-menu>li.current-menu-parent>a:not(.btn-1)::after,
#masthead .masthead-menu>li.current_page_parent>a:not(.btn-1)::after,
#masthead .masthead-menu>li.is-active-anchor>a:not(.btn-1)::after,
#masthead .masthead-menu>li.is-active-anchor-ancestor>a:not(.btn-1)::after {
  transform: scaleX(1);
}


/* =========================
   Dropdown Arrow
========================= */

#masthead .masthead-menu>li.menu-item-has-children {
  position: relative;
}

#masthead .masthead-menu>li.menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 0px;
  color: #0075be;
  transition: color 0.3s ease;
}

#masthead .masthead-menu>li.menu-item-has-children:hover::after,
#masthead .masthead-menu>li.menu-item-has-children.current-menu-item::after,
#masthead .masthead-menu>li.menu-item-has-children.current-menu-ancestor::after,
#masthead .masthead-menu>li.menu-item-has-children.current-menu-parent::after {
  color: var(--yellow);
}

/* =========================
   Desktop Sub Menu
========================= */

#masthead .masthead-menu>li.menu-item-has-children {
  padding-bottom: 30px;
  margin-bottom: -30px;
}

#masthead .masthead-menu>li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -12px;
  width: calc(100% + 0px);
  height: 2px;
  background: transparent;
}

#masthead .masthead-menu>li>.sub-menu {
  position: absolute;
  top: 75%;
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 3px 0;
  list-style: none;
  background: var(--white);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 10px;
  box-shadow: 0 20px 45px rgba(30, 58, 95, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  z-index: 30;
}

#masthead .masthead-menu>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#masthead .masthead-menu .sub-menu li {
  display: block;
  margin: 0;
  list-style: none;
}

#masthead .masthead-menu .sub-menu a {
  display: block;
  padding: 11px 20px;
  font-family: var(--font-1);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--gray);
  white-space: nowrap;
  background: transparent;
  transition: background-color 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
}

#masthead .masthead-menu .sub-menu a::before,
#masthead .masthead-menu .sub-menu a::after {
  display: none;
}

#masthead .masthead-menu .sub-menu li:hover>a,
#masthead .masthead-menu .sub-menu li.current-menu-item>a,
#masthead .masthead-menu .sub-menu li.current-menu-parent>a,
#masthead .masthead-menu .sub-menu li.current-menu-ancestor>a,
#masthead .masthead-menu .sub-menu li.is-active-anchor>a {
  color: var(--yellow);
  background: rgba(13, 178, 214, 0.08);
  padding-left: 24px;
}

/* Menu gap */
.menu-gap {
  gap: 2rem;
}


.masthead-mainbar {
  padding: 14px 0 13px;
  background: #ffffff;
}


.btn-1 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 210px !important;
  min-height: 50px !important;
  padding: 10px 28px !important;
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: clamp(14px, 2.2vw, 18px) !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: var(--yellow) !important;
  color: var(--white) !important;
  border: 2px solid var(--yellow) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  z-index: 0 !important;
  transition: color 0.3s ease, border-color 0.3s ease !important;
}

/* Ripple */
.btn-1::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
  top: var(--y) !important;
  left: var(--x) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.45s ease, height 0.45s ease !important;
  z-index: -1 !important;
}


/* Expand ripple */
.btn-1:hover::before {
  width: 300% !important;
  height: 300% !important;
}

/* Hover text */
.btn-1:hover {
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
}


.btn-2 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 210px !important;
  min-height: 50px !important;
  padding: 10px 28px !important;
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: clamp(14px, 1.8vw, 18px) !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: var(--yellow) !important;
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  z-index: 0 !important;
  transition: color 0.3s ease, border-color 0.3s ease !important;
}

/* Ripple */
.btn-2::before {
  content: "" !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
  top: var(--y) !important;
  left: var(--x) !important;
  transform: translate(-50%, -50%) !important;
  transition: width 0.45s ease, height 0.45s ease !important;
  z-index: -1 !important;
}


/* Expand ripple */
.btn-2:hover::before {
  width: 300% !important;
  height: 300% !important;
}

/* Hover text */
.btn-2:hover {
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
}


/* Home Page css */

.bm-404-section {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  background: linear-gradient(180deg, #152d47 0%, #152d47 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.bm-404-layer {
  position: absolute;
  inset: -8%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
  transition: transform 0.15s linear;
}

.bm-404-layer-back {
  background-image:
    linear-gradient(180deg, rgba(21, 45, 71, 0.48) 0%, rgba(21, 45, 71, 0.72) 100%),
    var(--bm404-bg, none),
    radial-gradient(circle at 30% 30%, rgba(252, 177, 49, 0.16) 0%, rgba(252, 177, 49, 0) 42%),
    radial-gradient(circle at 78% 18%, rgba(252, 177, 49, 0.12) 0%, rgba(252, 177, 49, 0) 34%),
    linear-gradient(180deg, var(--d-blue) 0%, #0f2036 100%);
}

.bm-404-layer-mid {
  background-image: linear-gradient(180deg, rgba(15, 32, 54, 0) 0%, rgba(15, 32, 54, 0.45) 65%, rgba(15, 32, 54, 0.7) 100%);
}

.bm-404-layer-front {
  background-image: radial-gradient(ellipse at bottom center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 56%);
}

.bm-404-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 54, 0.32);
  z-index: 1;
}

.bm-404-section .container {
  position: relative;
  z-index: 2;
}

.bm-404-card {
  margin: 60px auto;
  max-width: 760px;
  border-radius: 40px;
  padding: clamp(28px, 4.5vw, 58px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
  z-index: 10;
}

.bm-404-code {
  margin: 0 0 10px;
  font-family: var(--font-1);
  font-size: clamp(60px, 8vw, 120px);
  line-height: 1;
  color: var(--d-blue);
  font-weight: 700;
}

.bm-404-title {
  margin: 0 0 12px;
  font-family: var(--font-1);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  color: var(--blue);
  font-weight: 700;
}

.bm-404-text {
  margin: 0 auto;
  max-width: 580px;
  font-family: var(--font-1);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.6;
  color: var(--gray);
}

.home-banner-section {
  position: relative;
  min-height: 833px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}



.home-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 83, 135) 0%, rgba(0, 117, 190, 0.85) 30%, rgba(0, 117, 190, 0) 72%);
  z-index: 1;
}

.home-banner-section .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.home-banner-section .home-banner-img {
  display: block;
  width: 100vw;
  height: auto;
  /* min-height: 830px; */
  aspect-ratio: unset;
  display: flex;
  align-items: center;
}

.home-banner-content {
  max-width: 750px;
  padding: clamp(60px, 7vw, 110px) 0;
}

.home-banner-content .title {
  margin: 0 0 clamp(8px, 1vw, 12px);
  font-size: clamp(18px, 1.875vw, 36px);
  line-height: clamp(30px, 2.4vw, 44px);
  color: var(--white);
  font-weight: 600;
  font-family: var(--font-1);
}

.home-banner-content .heading {
  margin: 0 0 clamp(18px, 2.5vw, 30px);
  font-size: clamp(36px, 4.167vw, 80px);
  line-height: clamp(36px, 4.6vw, 88px);
  color: var(--white);
  font-weight: 800;
  font-family: var(--font-1);
}

.home-banner-content .description {
  max-width: 600px;
  margin: 0 0 clamp(24px, 2.6vw, 42px);
  font-size: clamp(15px, 1.25vw, 24px);
  line-height: clamp(25px, 1.875vw, 36px);
  color: var(--white);
  font-weight: 500;
  font-family: var(--font-1);
}


.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-8 {
  animation-delay: 0.8s;
}

.delay-12 {
  animation-delay: 1.2s;
}

.delay-15 {
  animation-delay: 1.5s;
}

.delay-17 {
  animation-delay: 1.7s;
}

.delay-18 {
  animation-delay: 1.8s;
}


.home-about-section {
  padding: clamp(70px, 6.5vw, 80px) 0;
  background-color: var(--white);
}

.home-about-section .container {
  max-width: 1280px;
}

.home-about-intro {
  max-width: 960px;
  margin: 0 auto clamp(44px, 4.5vw, 80px);
  text-align: center;
}

.home-about-heading {
  margin: 0 0 clamp(16px, 1.5vw, 24px);
  font-size: clamp(28px, 2.604vw, 50px);
  line-height: clamp(35px, 3.125vw, 60px);
  color: var(--blue);
  font-weight: 800;
  font-family: var(--font-1);
  text-align: center;
}

.home-about-heading span {
  color: var(--yellow);
}

.home-about-description {
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: clamp(26px, 1.875vw, 36px);
  color: var(--gray);
  font-weight: 400;
  font-family: var(--font-1);
  text-align: center;
}


.home-about-columns {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-about-copy {
  max-width: 520px;
}

.home-about-copy p {
  margin: 0 0 24px;
  font-size: clamp(15px, 0.885vw, 17px);
  line-height: clamp(26px, 1.563vw, 30px);
  color: var(--gray);
  font-weight: 400;
  font-family: var(--font-1);
}

.home-about-copy p:last-child {
  margin-bottom: 0;
}

.home-about-copy strong,
.home-about-copy b {
  display: block;
  font-size: clamp(19px, 1.3vw, 30px);
  line-height: clamp(26px, 2.083vw, 40px);
  color: #0075be;
  font-weight: 500;
  font-family: var(--font-1);
}

.home-about-media {
  display: flex;
  justify-content: center;
}

.home-about-right-column {
  display: flex;
  justify-content: end;
}

.home-about-right-column figure {
  margin-top: 0;
}

.home-about-image,
.home-about-image img {
  display: block;
  width: 100%;
  max-width: 600px;
  border-radius: 40px;
}

.home-service-section {
  position: relative;
  --home-service-card-overlap: clamp(120px, 10vw, 190px);
  padding-bottom: clamp(70px, 6.5vw, 115px);
  background-color: var(--white);
  overflow: hidden;
}

.home-service-image-wrap {
  width: 100%;
  height: clamp(360px, 50vw, 960px);
  overflow: hidden;
}

.home-service-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-service-section .container {
  max-width: 1420px;
}

.home-service-card {
  position: relative;
  z-index: 2;
  width: 1410px;
  max-width: 100%;
  margin: calc(-1 * var(--home-service-card-overlap)) auto 0;
  padding: clamp(42px, 3.9vw, 75px) clamp(28px, 5.2vw, 100px);
  background-color: var(--white);
  border-radius: 40px;
  border-bottom: 4px solid var(--yellow);
  filter: drop-shadow(2.5px 4.33px 42px rgba(0, 1, 1, 0.12));
  text-align: center;
}

.home-service-title {
  margin: 0 0 clamp(10px, 1vw, 18px);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: clamp(22px, 1.458vw, 28px);
  color: var(--yellow);
  font-weight: 600;
  font-family: var(--font-1);
  text-align: center;
}

.home-service-heading {
  margin: 0 0 clamp(18px, 1.8vw, 32px);
  font-size: clamp(28px, 2.604vw, 50px);
  line-height: clamp(35px, 3.125vw, 60px);
  color: var(--blue);
  font-weight: 800;
  font-family: var(--font-1);
  text-align: center;
}

.home-service-heading span {
  color: var(--yellow);
}

.home-service-card p:not(.home-service-title) {
  max-width: 1092px;
  margin: 0 auto clamp(18px, 1.6vw, 30px);
  font-size: clamp(15px, 0.885vw, 17px);
  line-height: clamp(26px, 1.563vw, 30px);
  color: var(--gray);
  font-weight: 400;
  font-family: var(--font-1);
  text-align: center;
}

.home-service-card p:last-child {
  margin-bottom: 0;
}

















































/* Footer contact */
.footer-contact-section {
  position: relative;
  padding: 86px 0 78px;
  background-color: var(--blue);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--white);
}


.footer-contact-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 690px);
  align-items: center;
  gap: 64px;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-contact-info {
  max-width: 320px;
}

.footer-contact-heading {
  margin: 0 0 18px;
  font-family: var(--font-1);
  font-size: clamp(30px, 2.8vw, 50px);
  line-height: 1.2;
  font-weight: 800;
  color: var(--white);
  text-align: left;
}

.footer-contact-list {
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--font-1);
  font-size: 17px;
  line-height: 1.45;
  color: var(--white);
}

.footer-contact-list a,
.footer-contact-list span {
  color: var(--white);
  text-decoration: none;
}

.footer-contact-list a:hover,
.footer-contact-list a:focus-visible {
  color: var(--yellow);
}

.footer-contact-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--yellow);
  color: var(--white);
  font-size: 17px;
  line-height: 1;
}

.footer-contact-media {
  display: flex;
  justify-content: center;
}

.contact-right-image {
  display: block;
  width: 100%;
  max-width: 690px;
  border-radius: 40px;
}

.footer-contact-divider {
  width: 100%;
  height: 2px;
  margin: 72px auto 62px;
  background-color: var(--white);
  opacity: 0.95;
}

.footer-contact-form-description {
  max-width: 960px;
  margin: 0 auto 28px;
  text-align: center;
}

.footer-contact-form-description h2 {
  margin: 0 0 18px;
  font-family: var(--font-1);
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.25;
  font-weight: 700;
  color: var(--yellow);
}

.footer-contact-form-description p {
  margin: 0;
  font-family: var(--font-1);
  font-size: clamp(16px, 2vw, 24px);
  line-height: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  color: var(--white);
}

.footer-contact-form-description a {
  color: var(--yellow);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-contact-form-description a:hover {
  color: var(--black);
}

.footer-contact-form {
  max-width: 990px;
  margin: 0 auto;
}

.footer-contact-form .contact-form-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.footer-contact-form .contact-form-wrapper .container {
  max-width: 990px;
  padding-right: 0;
  padding-left: 0;
}

.contact-form-wrapper .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 18px;
}

.contact-form-wrapper p {
  margin: 0;
}

.contact-form-wrapper .form-control {
  width: 100%;
  min-height: 68px;
  border-radius: 10px;
  padding: 16px;
  border: 2px solid transparent;
  background-color: var(--white);
  color: var(--gray);
  font-family: var(--font-1);
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-wrapper .form-control::placeholder {
  font-family: var(--font-1);
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  color: #555555;
  opacity: 1;
}

.contact-form-wrapper .form-control:hover,
.contact-form-wrapper .form-control:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(252, 177, 49, 0.22);
  outline: none;
}

.contact-form-wrapper .form-heading {
  margin: 0;
  color: var(--white);
  font-weight: 600;
  font-family: var(--font-1);
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: clamp(24px, 2.5vw, 36px);
}

.contact-form-wrapper .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
  color: var(--white);
}

.contact-form-wrapper .wpcf7-list-item label {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.contact-form-wrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  margin: 0;
  opacity: 0;
}

.contact-form-wrapper .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  min-height: 22px;
  padding-left: 42px;
  color: var(--white);
  font-family: var(--font-1);
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}

.contact-form-wrapper .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 27px;
  height: 27px;
  border: 2px solid var(--white);
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(252, 177, 49, 0.35);
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.35s ease;
}

.contact-form-wrapper .form-check-input {
  border: none;
}

.contact-form-wrapper .wpcf7-list-item-label::after {
  content: "\f00c";
  position: absolute;
  top: 2px;
  left: 0;
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-form-wrapper input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  border-color: var(--yellow);
  background-color: var(--yellow);
  animation: checkboxRipple 0.45s ease-out;
}

.contact-form-wrapper input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.contact-form-wrapper label:hover .wpcf7-list-item-label::before,
.contact-form-wrapper input[type="checkbox"]:focus-visible+.wpcf7-list-item-label::before {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(252, 177, 49, 0.2);
}

.contact-form-wrapper textarea.form-control {
  min-height: 168px;
  max-height: 168px;
  resize: none;
  line-height: 1.5;
}

.contact-form-wrapper .btn-warning {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 210px !important;
  min-height: 50px !important;
  padding: 10px 28px !important;
  font-family: var(--font-1) !important;
  font-weight: 600 !important;
  font-size: clamp(14px, 2.2vw, 18px) !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  background: var(--yellow) !important;
  color: var(--white) !important;
  border: 2px solid var(--yellow) !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  z-index: 0 !important;
  box-shadow: none !important;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease !important;
}

.contact-form-wrapper .btn-warning:hover,
.contact-form-wrapper .btn-warning:focus-visible {
  background: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--white) !important;
  outline: none !important;
}

.wpcf7-response-output {
  display: block;
  background: #e6ffed;
  border: 1px solid #34d399 !important;
  color: #065f46;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 10px;
  margin: 20px 0;
  line-height: 1.6;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  animation: fadeInUp 0.5s ease forwards;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid red !important;
  color: red;
  background: #fff;
}

.wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  float: none !important;
  transform: none !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes checkboxRipple {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 177, 49, 0.45);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(252, 177, 49, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(252, 177, 49, 0);
  }
}

/* Footer */
#colophon.site-footer {
  background-color: var(--yellow);
  color: var(--white);
  font-family: var(--font-1);
}

.footer-main {
  padding: 64px 0 34px;
  text-align: center;
}

.footer-links-title {
  margin-bottom: 30px;
  font-family: var(--font-1);
  font-size: clamp(22px, 2.2vw, 24px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}

.footer-links-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: clamp(208px, 22vw, 308px);
  transition: all 0.3s ease-in-out;
}

.footer-logo-img:hover {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.393));
}

.footer-bottom {
  border-top: 2px solid #fdd083;
}

.footer-bottom .container {
  /* min-height: 60px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom p {
  margin: 0;
  font-family: var(--font-1);
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.4;
  font-weight: 400;
  color: var(--white);
}

.footer-credit {
  text-align: right;
}

.web-design {
  position: relative;
  color: var(--white);
  text-decoration: none;
}

.web-design::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.web-design:hover,
.web-design:focus-visible {
  color: var(--blue);
}

.web-design:hover::before,
.web-design:focus-visible::before {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .footer-main {
    padding: 44px 0 28px;
  }

  .footer-links-list {
    margin-bottom: 30px;
  }

  .footer-bottom .container {
    min-height: 58px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    text-align: center;
  }

  .footer-credit {
    text-align: center;
  }
}




/* Global Heading & Paragraph */

/* Home css */
