html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
}
ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 0;
}

img {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.c-brand {
  color: var(--primary-color) !important;
}
.cmmt {
  margin-top: 60px;
}
@media (min-width: 1366px) {
  .cmpad {
    max-width: 1526.4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1366px) {
  .cmpad {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .cmpad {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cmpad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eee;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #444;
  }
}
:root {
  --primary-color: #c59652;
  --white: #fff;
  --text-color: #000;
  --bg-color: var(--white);
  --main-gradient: linear-gradient(
    81.18deg,
    #ab803b -19.71%,
    #b18946 5.75%,
    #fffed4 158.13%
  );
  --sub-gradient: linear-gradient(
    81.18deg,
    #fffed4 -19.71%,
    #b18946 5.75%,
    #ab803b 158.13%
  );
}
.main-heading {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #c59652, #fffed4, #fff) 1;
  width: fit-content;
}
.sub-heading {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Playfair", serif !important;
}
.text {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
.main-btn {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.4s ease;
  background-image: var(--main-gradient);
  width: fit-content;
  white-space: nowrap;
  border: 0px !important;
}
.main-btn:hover {
  background-image: var(--sub-gradient);
}
/* ======================= header css start ====================== */
.hamburger {
  width: 35px;
  height: 35px;
  background-image: var(--main-gradient);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.hamburger::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 20px;
  box-shadow: 0 10px #fff;
  transform: translateY(-10px);
  transition: 0.3s;
}

.hamburger::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 20px;
  transform: translateY(10px);
  transition: 0.3s;
}

.hamburger.active {
  background-image: var(--sub-gradient);
  transition: 0.3s;
}

.hamburger.active::before {
  transform: translateY(0px) rotate(45deg);
}

.hamburger.active::after {
  transform: translateY(0px) rotate(-45deg);
  box-shadow: none;
}
button.navbar-toggler {
  padding: 0px;
  outline: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0 var(--bs-navbar-toggler-focus-width);
}
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
}
.scroll-bg {
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled .scroll-bg {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.logo {
  width: 270px;
}
header.scrolled .logo {
  width: 200px;
}
.menu-bg {
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.menu-link {
  color: var(--text-color);
  margin-right: 10px;
  font-weight: 500;
}
.menu-link:hover {
  color: var(--primary-color);
}
.menu-link.active {
  font-weight: 500 !important;
  color: var(--primary-color) !important;
}

.dropdown-toggle::after {
  display: none;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  border: 0px;
  border-top: 2px solid var(--primary-color);
  border-radius: 0px;
  min-width: 200px;
}
.menu-btn {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.4s ease;
  background-color: var(--primary-color);
  width: fit-content;
  white-space: nowrap;
}
.menu-btn:hover {
  background-image: var(--sub-gradient);
}
/* ======================= header css end ====================== */
/* ======================= banner css start ====================== */
.socilal-sticy {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b-socials {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-image: var(--main-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  animation: pulse 2s infinite ease-in-out; /* continuous zoom in/out */
}

/* Icon smooth rotation */
.b-socials i {
  display: inline-block;
  transition: transform 0.6s ease;
}

.b-socials:hover i {
  transform: rotate(360deg); /* rotate on hover */
}
.banner-item {
  position: relative;
  overflow: hidden;
}

.banner-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  animation: zoomIn 12s ease-in-out infinite alternate;
}

@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.banner-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.banner-title {
  position: absolute;
  bottom: 65px;
  left: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  z-index: 2;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #c59652, #fff, #0000) 1;
  font-family: "Playfair", serif !important;
}
.banner .owl-dots {
  text-align: end;
  position: absolute;
  bottom: 15px;
  width: 100%;
  right: 20px;
}

.banner .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.banner .owl-dot span {
  width: 10px;
  height: 4px;
  background: #ddd;
  border-radius: 5px;
  display: block;
  transition: all 0.3s ease;
}

.banner .owl-dot.active span {
  background: var(--main-gradient);
}

/* ======================= banner css end ====================== */
/* ======================= about css start ====================== */
.about-box {
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.about-box-img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border-radius: 0px;
  transition: transform 0.5s ease-in-out;
}
.about-contant .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .about-box-img:hover {
  transform: scale(1.1);
} */
.my-shape {
  position: absolute;
  width: 300px;
  bottom: 0px;
}

.shape-btn {
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 9;
  text-decoration: none;
  color: var(--primary-color);
}
/* ======================= about css end ====================== */
/* ======================= our strength css start ====================== */
.count-box {
  width: 100%;
  padding: 20px;
  border-radius: 0px;
  background-color: #fcf8f3;
}
.counter {
  font-size: 30px;
  font-family: 800;
  color: var(--primary-color);
}
.border-r {
  border-right: 1px solid #ab803b28;
}

.strength-gallery {
  overflow: hidden;
  height: 400px;
  display: flex;
  position: relative;
}

.strength-gallery .strength-imgWrap {
  cursor: pointer;
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  transform-origin: center center;
}

.strength-gallery .strength-imgWrap:last-child {
  min-width: 1px;
}

/* CAPTION BOX (FADE + SLIDE) */
.strength-gallery .strength-imgWrap .strength-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-top: 3px solid var(--primary-color);
  padding: 20px 10%;
  color: #fff;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  z-index: 2;
}

.strength-gallery .strength-imgWrap:hover .strength-caption {
  opacity: 1;
  transform: translateY(0);
}

/* CAPTION CONTENT (FADE IN TEXT) */
.strength-gallery .strength-imgWrap .strength-caption h3 {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease 0.1s;
}

.strength-gallery .strength-imgWrap .strength-caption .text {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.6s ease 0.25s; /* delayed for staggered effect */
}

.strength-gallery .strength-imgWrap .strength-caption span {
  font-size: 75%;
}

.strength-gallery .strength-imgWrap:hover .strength-caption h3,
.strength-gallery .strength-imgWrap:hover .strength-caption .text {
  opacity: 1;
  transform: translateY(0);
}

/* IMAGE GROW ON HOVER */
.strength-gallery .strength-imgWrap:hover {
  flex-grow: 2.25;
}

.strength-gallery .strength-imgWrap:not(:hover) {
  flex-grow: 0.8;
}

/* LABEL LAYER */
.strength-gallery .strength-img-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

/* FULLSCREEN MODE */
.strength-gallery .strength-full-toggle:checked + .strength-imgWrap {
  position: fixed;
  top: 0px;
  left: 10%;
  width: 80%;
  height: 95vh;
  z-index: 1000;
  transform: none;
  animation: zoomIn 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.strength-gallery
  .strength-full-toggle:checked
  + .strength-imgWrap
  .strength-caption {
  opacity: 1;
  transform: translateY(0);
}

/* CLOSE BUTTON */
.strength-gallery .strength-close {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 100px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white);
  cursor: pointer;
  z-index: 1001;
  transition: opacity 0.75s ease, background-color 0.3s ease;
  opacity: 0;
  border-radius: 50%;
  font-size: 20px;
}

.strength-gallery
  .strength-full-toggle:checked
  + .strength-imgWrap
  + .strength-close {
  display: block;
  opacity: 1;
}

.strength-gallery .strength-close:hover {
  background-color: var(--text-color);
}

/* @keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
} */
/* ======================= our strength css end ====================== */
/* ======================= project-completion css start ====================== */
.project-c-box {
  background-color: #fcf8f3;
  padding: 30px 0px;
}
/* Decorative bar left of header */
.ac_header:before {
  content: "";
  width: 0px;
  left: 0;
  transform: skew(-15deg);
  background: var(--primary-color);
  height: 100%;
  position: absolute;
}

.accordion_set {
  position: relative;
  width: 100%;
  padding-left: 150px;
  /* reduced from 205px */
  margin-bottom: 1rem;
}

/* Vertical timeline line */
.accordion_set:not(:last-child):before {
  content: "";
  width: 3px;
  height: 100%;
  background: #c5965294;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 40px;
  left: 43px;
}

.accordion_set.acactive:before {
  background: var(--primary-color);
}

/* Icon styles */
.ac_icon_border {
  outline: 6px solid #c5965294;
  transition: all 0.2s ease-in-out;
  display: flex;
  border-radius: 100%;
}

.acactive .ac_icon_border {
  outline: 6px solid var(--primary-color);
  transform: scale(1.05);
}

.ac_icon_wrap {
  position: absolute;
  left: 25px;
  top: 20px;
  border-radius: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}

.ac_icon_wrap img {
  width: 40px;
  padding: 10px;
  background: #fff;
}

/* Button / header */
.accordion_set > .select_div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 1.5rem 0;
  font-size: 1.25rem;
  transition: all 0.2s linear;
}

.accordion_set:not(:first-child) .select_div {
  border-top: 1px solid #ddd;
}

.ac_header {
  position: relative;
  padding-left: 30px;
  padding-right: 35px;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.line {
  border-left: 2px solid;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 15px;
  height: 18px;
}

.linetwo {
  transform: rotate(90deg);
}

.acactive .line {
  transform: rotate(270deg);
  height: 12px;
  border-width: 3px;
  border-color: var(--primary-color);
}

.accontent {
  display: none;
  padding: 1rem 0 1.5rem 30px;
}
/* ======================= project-completion css end ====================== */
/* ======================= offer css start ====================== */
.offer-box {
  width: 100%;
  position: relative;
}
.offer-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.offer {
  width: 85px;
  height: 85px;
  background: var(--main-gradient);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  z-index: 9;
  top: 12px;
  right: 12px;
  color: var(--white);
}
.offer h5 {
  margin: 3px 0px;
  font-size: 20px;
  font-weight: 700;
}
.offer p {
  font-size: 13px;
  font-weight: 400;
}
.offer-content {
  background-color: var(--white);
  margin: -20px 10px 10px 10px;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.offerslide .owl-nav,
.blog .owl-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -74px;
  right: 200px;
}
.offerslide .owl-prev,
.offerslide .owl-next,
.blog .owl-prev,
.blog .owl-next {
  color: var(--white) !important;
  width: 30px;
  height: 30px;
  background: var(--main-gradient) !important;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s e;
}
.offerslide .owl-nav button.owl-prev:hover,
.offerslide .owl-nav button.owl-next:hover .blog .owl-nav button.owl-prev:hover,
.blog .owl-nav button.owl-next:hover {
  background-image: var(--sub-gradient) !important;
}
.main-btn img {
  transition: transform 0.5s ease; /* smooth animation */
  display: inline-block; /* prevents inline issues */
}

.main-btn:hover img {
  transform: rotate(360deg); /* full spin */
}
/* ======================= offer css end ====================== */
/* ======================= gallery css start ====================== */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.gallery-img-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 155px;
  width: 100%;
}

.gallery-img-box img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
  height: 155px;
  width: 100%;
  object-fit: cover;
}

.gallery-img-box:hover img {
  transform: scale(1.1); /* smooth zoom */
}

/* Black overlay */
.gallery-img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-img-box:hover .overlay {
  opacity: 1;
}

/* Center button */
.gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: var(--main-gradient);
  color: #fff;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s ease;
}

.gallery-btn i {
  font-size: 14px;
}

.gallery-img-box:hover .gallery-btn {
  opacity: 1;
}

/* ======================= gallery  css end ====================== */
/* ======================= testimonials css strat ====================== */

.testimonials-box {
  width: 100%;
  height: 100%;
  padding: 50px 0px;
  background-color: #f8f8f8;
}
.clint-box {
  background: #fff;
  padding: 20px;
  transition: all 0.4s ease;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 50px 0px 20px 0px;
  position: relative;
}

.clint-box .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clint-img {
  width: 80px !important;
  height: 80px;
  object-fit: cover;
  border: 2px solid var(--primary-color);
  position: absolute;
  z-index: 1;
  right: 20px;
  top: -20px;
}
.clint-name {
  font-size: 13px;
  font-weight: 400;
  color: var(--primary-color);
}
.Tesimonials .owl-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 50px;
  left: -100px;
  color: var(--primary-color);
}
.Tesimonials .owl-nav .owl-prev:hover,
.Tesimonials .owl-nav .owl-next:hover {
  color: #000; /* change arrow color */
  background: #f1f1f1; /* optional background */
  border-radius: 50%; /* make it circular */
  transition: all 0.3s ease;
}
/* ======================= testimonials  css end ====================== */
/* ======================= blog  css start ====================== */
.blog-box {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.blog-box-img img {
  width: 100%;
  height: 250px;
  transition: transform 0.5s ease;
  object-fit: cover;
}
.blog-box-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.blog-box:hover img {
  transform: scale(1.1);
}
.blog-content-box {
  width: 100%;
  padding: 10px 40px 10px 20px;
  background-color: var(--white);
  margin-top: -20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0px 0px 0px 0px;
  position: relative;
}
.blog-icon {
  font-size: 17px;
  color: var(--primary-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-icon:hover {
  color: var(--text-color);
  transform: scale(1.2);
}
.blog-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-content-box .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ======================= blog  css end ====================== */
/* ======================= footer css strat ====================== */
footer {
  position: relative; /* important for ::after */
  margin-top: 100px;
  background-image: url(../img/images/foot-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 20px 0px;
  z-index: 1;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.863); /* black with 60% opacity */
  z-index: -1; /* keep it behind the content */
}
.footer-logo-box {
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-logo {
  width: 85%;
}
.s-meadia {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-top: 20px;
}
.s-meadia a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  margin-top: 10px;
  text-decoration: none;
}

.s-meadia a i {
  transition: transform 0.4s ease;
}

.s-meadia a:hover {
  background-image: var(--main-gradient);
  color: var(--white);
}

.s-meadia a:hover i {
  transform: rotate(360deg);
}
.footer-head {
  font-size: 25px;
  font-weight: 500;
  color: var(--primary-color);
  font-family: "Playfair", serif !important;
  margin-top: 20px;
}
.footer-links {
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.footer-links:hover {
  color: var(--primary-color);
}
.f-l-mt {
  margin-top: 20px;
}
.copy-box {
  border-top: 1px solid #ffffff09;
  margin: 30px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
}
.location-box {
  width: 100%;
  padding: 20px;
  border: 1px solid #ffffff3a;
  height: 100%;
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.location-box p,
a {
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.location-box a:hover {
  color: var(--primary-color);
}
.location-box h3 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 500;
  font-family: "Playfair", serif !important;
  margin-bottom: 20px;
}
/* ======================= footer css end ====================== */




/* ======================= modal css  ====================== */


.form-modal .modal-content {
  border-radius: 0px;
}
.form-modal .logo {
  width: 235px;
}
.form-modal .modal-header {
  display: flex;
  justify-content: space-between;
}
.form-modal .btn-close {
  background-image: none;
  color: var(--primary-color);
  opacity: 1;
  transition: all 0.3 ease;
}
.form-modal .btn-close:hover {
  color: var(--text-color);
}
.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}
.form-modal input,
.contact-form input {
  width: 100%;
  padding: 7px 10px;
  border: 0px;
  border-bottom: 1px solid var(--primary-color);
  background-color: transparent;
}
input {
  outline: none;
}
.input-div {
  margin-bottom: 20px;
}
.form-modal .modal-body,
.contact-form {
  position: relative;
  overflow: hidden;
}
.form-modal .modal-body form,
.contact-form form {
  position: relative;
  z-index: 2;
}
.shape-1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
  height: 100%;
  bottom: -195px;
  right: -52%;
  transform: rotate(143deg);
}
