@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.contactUs .owl-prev,
.contactUs .owl-next {
    width: 35px !important;
    height: 35px !important;
    background: #b60406 !important;
    border-radius: 20px !important;
 
}

.contactUs .owl-prev i,
.contactUs .owl-next i {
    color: #fff !important;
}

.contactUs .owl-carousel .owl-dots.disabled,
.contactUs .owl-carousel .owl-nav.disabled {
    display: block !important;
}


li {
  font-family: var(--default-font) !important;
  line-height: 25px;
  font-size: 16px;
}

strong {
  font-family: var(--default-font) !important;
  line-height: 25px;
  font-size: 16px;
}


/* body {
    color: black;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    line-height: 2;
} */
body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Poppins, serif;
  font-size: 14px;
  line-height: 20px;
}

:root {
  --primary-color: #b60406;
  --secondary-color: #1b1b1b;
  --text-color: #898989;
  --arrow-color: #ddd;
  --accent-color: #ca585c;
  --white-color: #FFFFFF;
  --divider-color: #EAEAEA;
  --btn-color: #a7515c;
  --btn1-color: #a78b76;
  --othr-color: #b5913b;
  --default-font: Poppins, sans-serif;
}

a {
  text-decoration: none;
}

/* img{
  width: 100% ;
} */





.image-6 {
  max-width: 100px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.layourt-part {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-navbar {
  background-color: var(--secondary-color);
  /* color: var(--black); */
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding: .9375rem 3.75rem;
  display: flex;
}

.nav-menu {
  float: none;
  align-items: center;
  display: flex;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.nav-link {
  color: var(--white-color);
  padding: .8125rem 1.25rem;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1.6;
  transition: all .3s;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link.mobile {
  display: none;
}

.nav-btn {
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--primary-color);
  margin-left: 5.625rem;
  padding: .8125rem 1.5rem;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1.25;
  transition: all .3s;
}


.headings {
  /* color: white;
    font-size: 50px;
    font-weight: 700;
    width: 70%; */
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin: 15px 0px 20px 0px !important;
  font-family: "Space Grotesk", serif;
  color: var(--white-color);
  width: 61%;
  text-transform: capitalize;
}

.white {
  color: var(--white-color) !important;
}

.firstpara {
  color: var(--white-color);
  line-height: 30px;
  width: 55%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  /* font-weight: 900; */
  line-height: 1.6;
  padding: 15px 0px 40px 0px;
}

.topBtn {
  margin-top: 55px;
}

.section.first {
  /* z-index: 2;
    background-image: url(../images/bg1.png);
    background-position: 50%;
    background-size: cover;
    min-height: 100vh;
    position: relative; */
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.first-Sec {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  padding-top: 260px;
  padding-bottom: 100px;
  z-index: 1;
}

.btn-don {
  margin-left: 20px;
  background: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  font-size: 16px;
  font-weight: 500;
  font-family: "Cinzel", serif;
  padding: 0.45em 0.85em;
  /* margin: 1rem; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  /* Add pointer cursor for button hover */
  border-radius: 30px;

}

.btn-don:hover {
  background-color: var(--accent-color);
}

.re-d {
  color: var(--white-color);
  padding-right: 8px;
}

.logo {
  width: auto;
  height: 85px;
}

.ban {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ban-sec {
  width: 100%;
  height: 85vh;
  /* background-image:url(../img/MANDAL\ RESIDENCE_page-0019-min.jpg); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
  z-index: 1;
  /* animation: zoomEffect 20s linear infinite alternate; */
}

.ban-txt {
  padding-left: 70px;
}

.ban-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* dark overlay */
  z-index: 2;
}

.ban-sec>* {
  position: relative;
  z-index: 3;
  /* content above overlay */
}

.footer-top {
  background-color: black;
  color: white;
  padding-top: 140px;
  padding-bottom: 30px;
}

.address {
  position: relative;
  margin-bottom: -87px;
  padding-top: 20px;
  margin-top: 60px;
}

.orng {
  color: var(--primary-color);
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contactUs {
  /* padding-top: 2rem; */
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.text-orng {
  color: var(--primary-color);
}

.contact-heading {
  text-align: center;
  font-weight: bold;
  padding-bottom: 14px;
  /* margin-top: 8px;
    margin-bottom: 8px; */
  /* padding-top: 20px; */
}

.contact-para {
  text-align: center;
  padding-left: 160px;
  padding-right: 160px;
  font-family: Poppins, sans-serif;
  color: var(--text-color);
}

.slide-title {
  text-align: center;
  color: var(--secondary-color);
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 34px;
  font-family: "Space Grotesk", serif;
}

.slide-boxes {
  width: 100%;
  height: auto;
  padding: 0px 0px 30px 0px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0px 20px 0px;
}

.slide-para {
  text-align: center;
  color: var(--text-color);
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  padding: 0px 15px;

}

.slide-btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 28px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 14px;
  border-radius: 20px;
  text-transform: uppercase;
  /* display: block;
    margin: auto;
    text-align: center; */

}

a.slide-btn {
  text-decoration: none;
}

a.slide-btn:hover {
  color: var(--white-color);
}

button.slidebutton {
  display: block;
  margin: auto;
  margin-top: 30px;
}

.slidebutton {
  border: none;
  background-color: var(--white-color);
  margin-top: 6px;
  margin-bottom: 6px;
}

.orng-line {
  background: var(--primary-color);
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.lists {
  list-style: none;
  margin-top: 5px;
  padding-left: 0px;

}

.lists li {
  width: 50%;
  float: left;
  padding: 0 0 12px 0;
  font-size: 16px;
  color: var(--primary-color);
}

.lists li a {
  color: var(--white-color);
  text-decoration: none;
}

.firstHeadline {
  color: var(--white-color);
  font-size: 95%;

}

.bg-red {
  background-color: var(--primary-color);
  padding: 50px 0px;
}

.headine1 {
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 5px;
  font-family: "Space Grotesk", serif;
  text-transform: capitalize;
}

.btn3 {
  color: var(--white-color);
  border-color: var(--white-color);
  border-width: 1.5px;
  border-style: solid;
  background: none;
  padding: 12px 28px;
  border-radius: 100px;
  font-size: 14px;
  text-transform: uppercase;
}

a.btn3.align-self-center.ms-auto {
  text-decoration: none;
}

a.btn3:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
}

/* .dropdown-item.active, .dropdown-item:active{
        background-color: var(--primary-color) !important;
        color: var(--white-color) !important;
    }
    .dropdown-item{
      padding: .65rem 1rem !important;
    }
    .dropdown:hover > .dropdown-menu {
  display: block;
} */

/* .dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
} */
/* Show Multiple dropdown on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: var(--white-color) !important;
}

.dropdown-item:hover {

  color: var(--primary-color) !important;
}

.dropdown-item {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", serif !important;
}

.dropend .dropdown-toggle {
  margin-left: 0em;
}

.dropdown-divider {
  margin: .2rem 0 !important;
}

.dropdown-item:hover {
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
}

.paragraph {
  font-size: 95% !important;
  color: var(--white-color);
  font-weight: 400 !important;
  font-family: Poppins, sans-serif;
  width: 85% !important;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

.btn1 {
  position: relative;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  background: transparent;
  border: 2px solid var(--white-color);
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
  text-transform: uppercase;
}

.btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #b60406, #ca585c);
  z-index: -1;
  transition: left 0.4s ease;
}

.btn1:hover::before {
  left: 0;
}

.btn1:hover {
  color: var(--white-color);
  /* box-shadow: 0 0 5px #b5913b, 0 0 8px #b5913b; */
}

.spacing {
  display: flex;
  justify-content: center;

}

/* .item {
    background: #4DC7A0;
    padding: 20px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
  } */

.section-new {
  /* padding-top: 3.75rem; */
  /* padding-bottom: 3.75rem; */
  width: 100%;
  height: auto;
  margin-top: 80px;
  position: relative;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

.first-border {
  width: calc(64.5833% + 3.125rem);
  max-width: 50.25rem;
}

.first-border {
  z-index: 1;
  background-color: #f8f2e4;
  width: 67.6389%;
  height: 21.5rem;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0 -5rem auto;
}

.first-wrapper {
  z-index: 2;
  background-color: #fff;
  width: 64.5833%;
  max-width: 46.5rem;
  margin-bottom: 0;
  padding: 3.125rem;
  position: absolute;
  inset: auto 0% -2rem auto;
  overflow: hidden;
}

.elevator-first {
  z-index: 1;
  width: 100%;
  max-width: 25.5rem;
  position: absolute;
  inset: -2rem 0% 0% 58%;
}

.content-wrapper {
  z-index: 2;
  position: relative;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.main-para {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-span-31 {
  display: block;
}

.first-heading-wrapper {
  position: relative;
  overflow: hidden;
}

.main-heading {
  color: goldenrod;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Merriweather, serif;
  font-size: 3.75rem;
  line-height: 1.2;
}

.main-btn {
  border-bottom: 2px solid brown;
  justify-content: center;
  align-items: center;
  width: 15.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  /* display: flex; */
  display: flex !important;
  text-transform: uppercase;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.text-block {
  color: black;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1.22222;
}

.html-embed {
  color: black;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.section.second {
  z-index: 1;
  padding-top: 11.25rem;
  padding-bottom: 9rem;
}

.container.small-container {
  max-width: 72rem;
}

.second-wrapper {
  text-align: center;
  width: 50%;
}

.num {
  color: goldenrod;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.text-span-29 {
  font-size: 3.5rem;
}

/* .para {
    letter-spacing: .375rem;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    line-height: 1.6;
} */
.navbar-expand-lg .navbar-nav a.nav-link {
  /* color: white; */
  color: black;
  padding: .8rem .8rem !important;
  font-family: "Inter", serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  transition: all .3s;
  font-weight: 500;
}

.nav-link.active {
  color: var(--primary-color) !important;
}

a.nav-link:hover {
  color: var(--primary-color);
}

.text-block-3 {
  margin-bottom: 1.75rem;
  font-family: Merriweather, serif;
  font-size: 2rem;
  line-height: 1.33333;
}

.text-span-6 {
  color: var(--primary-color);
  font-weight: 700;
}

.section.twelfth {
  margin-top: 80px;
}

.contact-wrapper {
  background-color: var(--black);
  width: 100%;
  /* max-width: 82.5rem;
    margin-top: -2.5rem; */
  margin-left: auto;
  margin-right: auto;
  /* padding: 7.5rem 5rem 5rem; */
}

.grid {
  grid-column-gap: 3.75rem;
  grid-template-rows: auto;
}

.layourt-part {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  /* 
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex */
  ;
}

.contact-grid {
  /* justify-content: space-between;
    align-items: center; */
  width: 100%;
  /* display: flex; */
  background-color: black;
  padding: 6.5rem 5rem 5rem;
}

#w-node-e64fd753-df28-b97e-800e-fc6f8f1c8362-e4c8bd68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

.heading.large {
  color: goldenrod;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin: 15px 0px 20px 0px !important;
  font-family: "Space Grotesk", serif;
  color: var(--secondary-color);
  text-transform: capitalize;
}

.heading span {
  color: var(--secondary-color);
}

.line-break.left {
  margin: 1rem 0 2.25rem;
}

.line-break {
  background-color: var(--primary-color);
  width: 7.5rem;
  height: 1px;
  margin: 1.25rem auto 3.75rem;
}

.left {
  width: 46.5934%;
}

.form-block {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.w-form {
  margin: 0 0 15px;
}

.field-wrapp {
  grid-column-gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black white;
  color: var(--white);
  background-color: #fff0;
  height: 3rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black white;
  background-color: var(--black);
  color: var(--white);
  height: 3rem;
  margin-bottom: 0;
  padding-left: 0;
}

.w-select {
  background-color: #f3f3f3;
}

.w-input,
.w-select {
  /* color: #333; */
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input,
.w-select {
  background-color: #fff0;
  border: 0;
  border-bottom: 1px solid white;
  color: #fff;
}

option {
  background-color: black;
  color: #fff;
}

input#name {
  color: #fff;
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.text-field.multiline {
  height: auto;
  min-height: 6.625rem;
}

input.w-button {
  -webkit-appearance: button;
}

.submit-button {
  text-transform: uppercase;
  background-color: #862234 !important;
  margin-top: 1.5rem;
  padding: 1.25rem 2.375rem;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1;
  transition: all .3s;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

#w-node-e64fd753-df28-b97e-800e-fc6f8f1c8362-e4c8bd68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

.div-block-8 {
  justify-content: center;
  display: flex;
}

.image-18 {
  width: 15rem;
  margin-bottom: 3.75rem;
}

.social-item {
  align-items: center;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  margin-left: 60px;
}

.social-item i {
  color: var(--white-color);
  font-size: 20px;
}

.text-block-4 {
  color: #fff;
  margin-left: 1rem;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  line-height: 1.25;
  transition: all .3s;
}

.section.eleventh {
  /* z-index: 2;
    margin-bottom: -24rem; */
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.team-wrapper {
  /* background-color: #f8f8f8; */
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}

.heading.group-heading {
  text-align: center;
}

.text-span-23 {
  color: goldenrod;
  font-weight: 700;
  display: block;
}

.line-break.padding-no {
  margin-bottom: 1rem;
}

.line-break {
  background-color: var(--primary-color);
  width: 7.5rem;
  height: 1px;
  margin: 1.25rem auto 3.75rem;
}

.image-5 {
  margin-top: 2.75rem;
}

.container.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.heading.gold-center._44-size {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.75rem;
}

.heading.gold-center {
  color: goldenrod;
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.brand-text {
  text-align: center;
  margin: 1rem auto 0;
  font-weight: 300;
}

.text-span-22 {
  display: block;
}

.slider,
.slider-1,
.slider-2 {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.transparent {
  background-color: var(--primary-color);
  margin: .5rem 0 1.75rem;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.large-slide-2 {
  max-width: 200px;
  margin-right: 0;
}

.slide {
  width: 39.625rem;
  margin-top: 1.875rem;
  margin-right: 12.5rem;
}

.slider img,
.slider-1 img,
.slider-2 img {
  display: block;
  margin: auto;
}

.slick-track {
  display: flex !important;
  opacity: 1 !important;
  width: 6720px !important;
  transform: translate3d(-1680px, 0px, 0px) !important;
  transition: transform 3000ms !important;
}

.scrolling-box {
  width: 300px;
  /* or whatever */
  position: relative;
  animation: slide-right 5s linear infinite;
  opacity: 1 !important;
}

@keyframes slide-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* animation: move-left 3s linear infinite; */

@keyframes move-left {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    transform: translate3d(-1680px, 0px, 0px);
  }
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section.nine {
  /* padding-top: 9rem; */
  /* padding-bottom: 7.5rem; */
}

.section.ten {
  padding-top: 0px;
  /* padding-bottom: 7.5rem; */
}

.container1 {
  justify-content: space-between;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.left-opacity {
  z-index: 2;
  background-color: #ffffffb3;
  width: 50%;
  margin-left: -25rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-opacity {
  z-index: 2;
  background-color: #ffffffb3;
  /* width: 50%; */
  margin-right: -25rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-26 {
  background-color: #fff0;
  width: 39.625rem;
  height: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.mask {
  max-width: 39.625rem;
  height: 23.75rem;
  overflow: visible;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.slide {
  width: 39.625rem;
  margin-top: 1.875rem;
  margin-right: 12.5rem;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.slider-wrapper {
  background-color: var(--white-color);
  border-radius: 5px;
  max-width: 39.625rem;
  height: 21.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px var(--secondary-color);
}

.slider-left {
  background-color: var(--white-color);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 36.9085%;
  position: relative;
}

.slider-right {
  background-color: var(--white-color);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 63.0915%;
  /* padding: 3.75rem 2.5rem 2.5rem; */
  padding: 2.75rem 2.2rem 1.5rem;
  position: relative;
}

.image-10 {
  border-radius: 5px;
  position: relative;
  top: -1.75rem;
  left: -2.125rem;
}

.div-block-5 {
  position: relative;
  top: -1rem;
  right: 2.125rem;
}

.text-block-6 {
  color: var(--secondary-color);
  text-align: right;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22222;
}

.text-block-7 {
  color: var(--primary-color);
  text-align: right;
  font-size: .875rem;
  line-height: 1.5;
}

.para-4 {
  z-index: 2;
  color: var(--black);
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  font-family: Poppins, sans-serif;
}

.image-9 {
  z-index: 1;
  position: absolute;
  inset: -9% auto auto 10%;
}

.clients-mobile,
.stars {
  display: none;
}

.slide {
  width: 39.625rem;
  margin-top: 1.875rem;
  margin-right: 12.5rem;
}

.slider-wrapper {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 39.625rem;
  height: 21.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 0 20px var(--secondary-color);
}

.slider-left {
  background-color: var(--white-color);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 36.9085%;
  position: relative;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.slide-nav,
.left-arrow {
  display: none;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: var(--white-color);
  -webkit-tap-highlight-color: var(--secondary-color);
  tap-highlight-color: var(--secondary-color);
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.right-arrow {
  background-color: var(--primary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 20px 26px auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.image-11 {
  z-index: 2;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: var(--secondary-color);
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-dot {
  cursor: pointer;
  background-color: var(--text-color);
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-nav.w-num>div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.section.third {
  width: 100%;
  height: auto;
  margin-top: 80px;
  z-index: 2;
  background-color: var(--divider-color);
  padding-top: 0;
  padding-bottom: 0;
}

.third-left {
  z-index: 1;
  width: 36.1111%;
  margin-left: -6.525rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.third-right {
  z-index: 2;
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
  margin-left: 24.6%;
  position: relative;
}

.elv-img {
  max-width: 31.2rem;
  position: absolute;
  inset: -1.125rem 0% 0%;
}

.third-content-wrapper {
  grid-column-gap: 3.75rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3.125rem;
  display: flex;
}

.third-text {
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bold;
}

.third-text.is-last {
  margin-bottom: 0;
}

.right {
  flex-direction: column;
  width: 40%;
  max-width: 26.625rem;
  padding: 4.6875rem 2.75rem;
  display: flex;
  box-shadow: 0 0 20px var(--secondary-color);
}

.image-12 {
  display: none;
}

.text-span-4,
.text-span-5 {
  color: var(--primary-color);
  font-weight: 700;
}

.heading.large.mobile,
.heading.mobile {
  display: none;
}

.section.fourth {
  /* z-index: 1; */
  /* padding-top: 10.75rem; */
  /* padding-bottom: 0; */
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.service-sec-wrapper {
  background-color: var(--white);
  width: 100%;
  /* min-height: 41.25rem; */
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0px 80px 0px;
  box-shadow: 0 0 20px var(--secondary-color);
}

.heading.red-center {
  color: var(--primary-color);
  text-align: center;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.service-sec-items {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.top-serv {
  justify-content: center;
  margin-bottom: 4.5rem;
  display: flex;
}

.serv-subh-wrapper.is-1 {
  cursor: pointer;
  margin-right: 1.25rem;
}

.para {
  margin-top: 0;
  margin-bottom: 0;
  padding: .3rem .3rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  /* font-weight: 900; */
  line-height: 1.4;
  color: var(--white-color);
}

.para-nw {
  margin-top: 0;
  margin-bottom: 0;
  padding: .3rem .3rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  /* font-weight: 900; */
  line-height: 1.4;
  color: var(--secondary-color);
}

.serv-subh-line {
  background-color: var(--primary-color);
  height: 2px;
}

.service-sec-subheading {
  font-family: "Space Grotesk", serif;
  font-weight: 500;
}

.active-service-font {
  font-weight: 500;
  color: var(--primary-color);
  font-family: "Space Grotesk", serif;
}

.line-serv {
  background-color: var(--secondary-color);
  width: 1px;
}

.serv-subh-wrapper.is-2 {
  cursor: pointer;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.serv-subh-wrapper.is-3 {
  cursor: pointer;
  margin-left: 1.25rem;
}

.service-sec-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.serv-item {
  align-items: center;
  padding: .625rem;
  display: flex;
}

.serv-img {
  width: 2.75rem;
  height: 2.75rem;
}

svg:not(:root) {
  overflow: hidden;
}

.serv-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.55556;
    color: var(--secondary-color);
    font-family: "Space Grotesk", serif;
    text-transform: capitalize;
}

.service-sec-grid.is-2,
.service-sec-grid.is-3 {
  display: none;
}

.service-sec-mobile,
.logos-desktop.mobile,
.mobile-chat,
.mobile-overlay,
.image-17 {
  display: none;
}

.section.fifth {
  background-color: var(--secondary-color);
  /* margin-top: -17.5rem; */
  /* padding-top: 25rem; */
  padding: 60px 0px 80px 0px;
  margin-top: 80px;
}

.serv-head-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.line-break.small-padding {
  background-color: var(--white-color);
  margin-bottom: 2.25rem;
}

.service-sec-subh {
  color: var(--white-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-span-10 {
  display: block;
}

.serv-cont-wrapper {
  width: 100%;
  max-width: 82.5rem;
  margin-top: 3.875rem;
  margin-left: auto;
  margin-right: auto;
}

.serv-img-text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.img-elevator-wrapper {
  width: 50%;
  position: relative;
}

/* .text-elevator-wrapper {
    width: 36.3636%;
    margin-right: 4.375rem;
} */
.new {
  /* margin-left: 4.375rem;
    margin-right: 0px !important; */
  padding-left: 14px;
}

.right-part {
  margin-top: 40px;
}

.left-part {
  padding-left: 14px;
}

.serv-h3 {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2rem;
  line-height: 1.375;
}

.gold-text {
  color: var(--primary-color);
  letter-spacing: .25rem;
  text-transform: uppercase;
  width: 492px;
  margin-bottom: 1.75rem;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1.55556;
}

.para-2 {
  color: var(--white-color);
  margin-bottom: 1.75rem;
}

.main-btn._158-w {
  width: 9.875rem;
  padding-top: .8125rem;
  padding-bottom: .8125rem;
}

.serv-img-text.margin-top {
  margin-top: 5rem;
}

/* .text-elevator-wrapper.left-marg {
    margin-left: 4.375rem;
    margin-right: 0;
} */
.new.left-marg {
  margin-left: 4.375rem;
  margin-right: 0;
}

.section.sixth {
  /* padding-top: 20rem; */
  /* padding-bottom: 11.25rem; */
}

.mission-wrapper {
  /* grid-column-gap: 6.25rem;
    justify-content: flex-start;
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: flex; */

  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mission-left {
  width: 34.8%;
  margin-left: 7.36842%;
  position: relative;
}

.mission-right {
  width: 50%;
  margin-top: -4.75rem;
}

.div-block-2 {
  z-index: 1;
  background-color: var(--white-color);
  width: 70.2703%;
  padding-top: 106%;
  position: absolute;
  top: -5rem;
  left: -4.5rem;
}

.image-4 {
  z-index: 3;
  position: relative;
}

.image-14 {
  z-index: 2;
  width: 280px;
  position: absolute;
  inset: -6.5rem auto auto -8.6rem;
}

.heading.red-left {
  color: var(--primary-color);
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.15385;
}

.line-break.left {
  margin: 1rem 0 2.25rem;
}

.para-3 {
  max-width: 570px;
  margin-bottom: 1rem;
}

.para-3.is-last {
  margin-bottom: 2.25rem;
}

.main-btn {
  border-bottom: 2px solid var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 15.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--black);
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1.22222;
}

.html-embed {
  color: var(--secondary-color);
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

svg:not(:root) {
  overflow: hidden;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.section.seventh {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.mg-iimg {
  width: 150px !important;
  height: auto !important;
  object-fit: cover;
  display: block;
  margin: auto;
}

.section.eight {
  /* z-index: 2;
    margin-top: 20px;
    padding-bottom: 0; */
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.bg-client {
  z-index: 1;
  background-image: url(../images/bg4.png);
  background-position: 50% 0;
  background-size: cover;
  height: 50rem;
  position: absolute;
  inset: 0%;
}

.eight-wrapper {
  z-index: 2;
  background-color: var(--secondary-color);
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem;
  position: relative;
}

.eight-grid {
  /* grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.heading.light {
  color: var(--white-color);
  font-size: 2.25rem;
  line-height: 1.4;
}

.cl-wrap {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.cl-heading {
  color: var(--primary-color);
  margin-bottom: 0;
  margin-left: 1.25rem;
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.cl-para {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.client-item-wrapper.top {
  padding-top: 0;
}

.client-item-wrapper {
  padding: 1.875rem;
}

#w-node-fba6b783-bed0-40a3-f86c-ef919100b8fd-e4c8bd68 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

.client-btn {
  color: var(--secondary-color);
  text-align: center;
  text-transform: uppercase;
  background-color: var(--accent-color);
  /* justify-content: center;
    align-items: center;
    width: 15.5rem;
    height: 3.375rem;
    margin-top: 1rem;
    font-family: Merriweather, serif;
    font-size: 1.125rem;
    line-height: 1.2;
    transition: all .3s;
    display: flex; */
}

.sec-eight-btn {
  align-items: center;
  text-align: center;
}

@media (max-width: 1300px) and (min-width: 992px) {
  .text-block-5 {
    font-size: 14px;
  }

  .image-8 {
    margin-left: 0.5rem;
    max-width: 7rem;
  }

  .nav-btn {
    margin-left: 60px;
  }

  .container.small-container {
    max-width: 60rem;
  }

  /* .contact-wrapper {
        padding: 13rem 3.75rem 5rem;
    } */
  .foot {
    /* margin-left: 0px;
        margin-right: 0px; */
  }

}

.contactsPart {
  background-color: var(--primary-color);
  border-radius: 10px;
  display: flex;
}

.contact-box {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding: 25px 40px 25px 120px;
  z-index: 1;
  /* display: flex;
    justify-content: start; */
}

.contacts-box {
  display: flex;
  /* justify-content: space-between; */
  /* padding-top: 60px;
        padding-left: 33px; */
  padding: 30px;
}

.box {
  padding-left: 25px;
}

.icons {
  height: 50px;
  width: auto;
  padding-right: 5px;
}

.title {
  color: var(--white-color);
  font-family: var(--default-font);
  font-size: 16px;
}

.box a {
  color: var(--white-color);
  font-family: var(--default-font);
  font-size: 16px;
}

.designedLine {
  height: 100%;
  width: 50px;
  position: absolute;
  /* right: -15px; */
  top: 0;
  z-index: -1;
  background-image: url(images/right.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.company {
  /* padding-top: 80px;
        padding-bottom: 50px; */
  width: 100%;
  height: auto;
  margin-top: 80px;
  /* margin-bottom: 20px; */
}

.counter-staus-box {
  height: 226px;
  min-width: auto;
}

.Sec-company {
  opacity: 1;
  /* filter: brightness(0.5); */
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.Sec-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* dark overlay */
  z-index: 2;
}

.Sec-company>* {
  position: relative;
  z-index: 3;
  /* content above overlay */
}

.white {
  color: var(--white-color);
}

.company-heading {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  /* color: rgb(255, 255, 255); */
  color: var(--secondary-color);
  /* color: red; */
  /* color: rebeccapurple; */
}

.company-perform {
  margin-left: -9px;
  margin-right: -9px;
}

.icons i {
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 8px;
}

.Comp-icons {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 4px;
}

.icona {
  display: inline-block;
  text-align: center;
}

.breakLine {
  display: inline-block;
  height: 4px;
  width: 80px;
  margin-bottom: 10px;
  position: relative;
}

.company-num {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: Poppins, sans-serif;
}

.comapny-para {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: var(--white-color);

}

a.popup-youtube.video-btn {
  text-decoration: none;
}

.vd-bt {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 50px;
}

.vd-bt i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
}

.video-btn {
  font-size: 18px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 600;
  /* margin-bottom: 40px; */
  /* color: rgb(255, 255, 255); */
  color: var(--white-color);
  display: inline-block;
  margin-top: 30px;
}

a.popup-youtube.video-btn:hover {
  color: var(--white-color);
}

.box-wraper.center {
  text-align: center;
}

.box-wraper {
  padding: 50px 20px;
  border-radius: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border: 1px solid var(--white-color);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  z-index: 1;
}

.icon-cell {
  color: var(--white-color);
}

/* Hover */

.hover-bg {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  /* background-color: red; */
  z-index: 0;
  transition: bottom 0.4s ease;
}

.box-wraper:hover .hover-bg {
  bottom: 0;
}

.box-wraper .icon-content,
.box-wraper .Comp-icons {
  position: relative;
  z-index: 1;
}

/* ADDITION SECTION STYLING  */
/* .custom-shape {
        border-top-left-radius: 30% 50%;
        border-bottom-left-radius: 30% 50%;
        overflow: hidden;
      } */
.custom-shape {
  /* border-top-left-radius: 90% 76%; */
  /* border-bottom-left-radius: 30% 50%; */
  /* border-bottom-right-radius: 100% 99%; */
  overflow: hidden;
}

.employee-box {
  bottom: 14px;
  right: 17px;
  background-color: var(--primary-color);
  border-radius: 20px;
  z-index: 10;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.line {
  margin: 16px 0px 0px 0px;
  padding: 14px 0px 0px 0px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF17;
}


.orange-box {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}

.designAbout {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.6px;
  color: var(--primary-color);
  /* font-family: "Playfair", serif; */
  font-style: normal;
  /* font-family: "Cinzel", serif; */
  /* -webkit-text-stroke-width: 1px;
        stroke-width: 1px;
        -webkit-text-stroke-color: var(--primary-color);
        stroke: var(--primary-color); */
}

.aboutHead {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin: 15px 0px 20px 0px !important;
  font-family: "Space Grotesk", serif;
	text-transform: capitalize;
  
}

.aboutHead span {
  color: var(--secondary-color);
}

.aboutPara {
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Poppins, sans-serif;
}

.tabPara {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  font-family: Poppins, sans-serif;
}

.orange-box strong {
  font-size: 32px;
}

.nav-pills {
  background: transparent !important;
  color: black !important;
}

.nav-pills .nav-link.active {
  color: #f26522;
  border-bottom: 2px solid #f26522;
  background: transparent;
  border-radius: 0;
  background: transparent !important;
  color: black !important;
}

.nav-pills .nav-link {
  color: #444;
  border-radius: 0;
}

.tab-content p {
  margin-top: 15px;
  color: #555;
}

.feature-icons i {
  color: var(--primary-color);
}

.feature-icons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-top: 30px;
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 17px;
}

.btn4 {
  color: var(--white-color);
  border-color: var(--primary-color);
  border-width: 1.5px;
  border-style: solid;
  background: none;
  padding: 10px 28px;
  border-radius: 100px;
  font-size: 16px;
  background-color: var(--primary-color);
  margin-top: 30px;
  text-transform: uppercase;
}

a.btn4.align-self-center.ms-auto {
  text-decoration: none;
}

.btn4:hover {
  color: var(--white-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Header*/
.custom-navbar {
  width: 100%;
  height: auto;
}

.navbar-logo-area {
  background-color: var(--white-color);
  width: 250px;
}

.navbar-menu-area {
  background-color: var(--white-color);
  /* deep red */
}

i.bi.bi-search {
  color: var(--secondary-color);
}

.nav-link {
  /* color: white !important; */
  color: black;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.btn-light {
  color: #d61c1c;
  font-weight: 600;
}

.about {
  text-align: left;
}

.dropdown-menu a.dropdown-item {
  color: #000;
  /* Optional: Keep dropdown items standard */
}






/*-------------------------------------------------------*/
/* FAQ
/*-------------------------------------------------------*/

.about-mid4 {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.ab-faq-lhs .card {
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(234, 238, 241);
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 10px;
}

.ab-faq-lhs .card-header {
  background: rgb(255, 255, 255);
  border: 0px;

}

.ab-faq-lhs .card-header a {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 20px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  font-family: "Cinzel", serif;
}

.ab-faq-lhs .card-header a::after {
  content: "-";
  position: absolute;
  font-size: 40px;
  color: rgb(30, 31, 48);
  font-weight: 200;
  right: 30px;
  top: 31px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  line-height: 31px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.ab-faq-lhs .card-header a.collapsed::after {
  content: "+";
}

.ab-faq-lhs .card-body p {
  margin: 0px;
  font-size: 15px;
  line-height: 26px;
  font-family: "Inter", serif;
}

.ab-faq-rhs {
  margin-left: 25px;
  position: relative;
}

.ab-faq-rhs::before {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.ab-faq-rhs img {
  width: 100%;
  border-radius: 5px;
}

.about-mid5 {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: #f8f8f8;
  padding: 80px 0px 80px 0px;
}

.clt-log {
  width: 225px !important;
  height: 40px !important;
}

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

/* process */

.mid {
  width: 100%;
  height: auto;
  /* background-color: var(--secondary-color); */
  margin-top: 80px;
}

.mid-txt {
  width: 60%;
}

/* Main container */
.process-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 50px 0;
  position: relative;
}

/* Each Step */
.step {
  text-align: center;
  width: 22%;
  position: relative;
}

/* Circle Part */
.circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--white-color);
  /* Main background color */
  position: relative;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  /* Add soft shadow */
}

/* Dot Circle Before */
.circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed var(--primary-color);
  z-index: 1;
  transition: all 0.5s ease;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f9f9f9;
  /* Main background color */
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease;
  top: 14px;
}

/* Icon Inside Circle */
.circle i {
  font-size: 40px;
  color: var(--secondary-color);
  /* Normal white color */
  z-index: 2;
  transition: transform 0.5s ease, color 0.5s ease;
}

/* Hover: Icon Flip + Black Color */
.step:hover .circle i {
  transform: scaleX(-1);
  color: var(--white-color);
  /* On hover icon becomes black */
}

.process-steps::after {
  background: url(./images/step-line.png);
  top: 109px;
  content: "";
  height: 100%;
  left: 9%;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Step Number */
.step-number {
  position: absolute;
  top: -5px;
  right: 68px;
  background-color: var(--primary-color) !important;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
}

/* Step 03 Special Black Background */
.step-number.black {
  background: #000;
}

/* Title and Description */
.step h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Space Grotesk", serif;
}

.step p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  font-family: Poppins, sans-serif;
}


/* HOVER Effects */

/* Dot Border Hover */
.step:hover .circle::before {
  border-color: var(--primary-color);
  /* Change dot circle color on hover */
  background-color: var(--primary-color);
}

/* Icon Hover */
.step:hover .circle img {
  transform: scaleX(-1);
  filter: brightness(0) invert(1);
  /* Make icon white */
}

/* Step Number Hover */
.step:hover .step-number {
  background: var(--secondary-color) !important;
  color: var(--white-color);
  /* border: 2px solid #ff6a00; */
}










.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 50px;
}

.mid1 {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.quoto i {
  font-size: 100px;
  margin-top: -1rem;
  color: var(--btn1-color);
}

.quoto1 i {
  font-size: 60px;
  margin-top: -1rem;
  color: var(--btn1-color);
}

.quoto2 i {
  font-size: 60px;
  margin-top: -1rem;
  color: var(--btn1-color);
}

.quoto3 i {
  font-size: 60px;
  margin-top: -1rem;
  color: var(--white-color);
}

.ban3-yt {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 2px solid var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  color: var(--white-color);
}

.ban3-yt i {
  text-align: center;
  color: var(--accent-color);

}

/* .ban3-sec:hover .ban3-yt{
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--white-color);
    
} */
.text-left {
  text-align: left;
  font-size: 22px;
}

/* testi */

.testi {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: var(--secondary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px;
  padding-bottom: 80px;
}

.testi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/map-bg.png');
  /* 🔁 Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  /* adjust for overlay effect */
  z-index: -1;
  /* places the image behind the content */
}

.test-mg {
  width: 65px !important;
  height: 65px !important;
  border-radius: 50%;
}

.testi-txt {
  color: var(--white-color);
  padding-top: 10px;
  font-weight: 500;
  font-size: 18px;
}

.ivt {
  color: var(--primary-color);
  font-size: 24px;
  /* padding-right: 15px; */
}

.txt-uy {
  text-align: left;
  font-size: 16px;
}

.flt {
  float: right;
  padding-right: 20px;
}


/* image grid */


.static-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.grid-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.mg-grd {
  width: 100%;
  height: 265px;
  object-fit: cover;
  border-radius: 20px;
}

.contact-form-wrapper {
  padding: 20px;
  background-color: var(--secondary-color);
  border-radius: 20px;
}

/* footer */

.foot-bot {
  border-top: 1px solid var(--divider-color);
  margin-top: 40px;
}

.copy {
  padding-top: 30px;
  font-size: 18px;
  color: var(--white-color);
}

.huh i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
}

.huh i:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.img-fluid-gd {
  width: 100%;
  height: 365px;
  object-fit: cover;
}







.themeht-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0;
  border: none;
  transition: 0.5s ease-in-out;
  background: transparent;
}

.themeht-btn.primary-btn {
  color: var(--white-color);
  background: var(--primary-color);
}

.bhgt {
  background: var(--white-color) !important;
  color: var(--secondary-color) !important;
}

.bhgt:hover {
  color: var(--white-color) !important;
}

.themeht-btn.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  background: var(--secondary-color);
  transition: width 0.5s ease-in-out;
  color: var(--white-color);
}

.themeht-btn:hover::before {
  width: 100%;

}

.themeht-btn span {
  display: inline-block;
  padding: 14px 70px 14px 30px;
  transition: 0.5s ease-in-out;
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

.themeht-btn i {
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--white-color);
  font-size: 14px;
  position: absolute;
  right: -1px;
  top: -1px;
  height: 103%;
  line-height: 1;
  text-align: center;
  --r: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
  width: fit-content;
  background: var(--secondary-color);
  padding-inline: calc(var(--r) + 15px) 15px;
  transition: 300ms;
  transition: 0.3s ease-in-out;
}

.themeht-btn:hover i {
  background: var(--primary-color);
}

.bhgt:hover i {
  background: var(--white-color);
  color: var(--secondary-color);
}





/* abt */

.about-us-images {
  position: relative;
  background: url('../images/about-bg-dot-shape-2.svg') no-repeat;
  background-position: top 45px right;
  background-size: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 30px;
  padding-right: 30px;
  margin-right: 20px;
}

.about-us-images::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url('../images/about-bg-dot-shape-2\ \(1\).svg') no-repeat;
  background-position: bottom center;
  background-size: auto;
  width: 80px;
  height: 60px;
  z-index: 0;
}

.about-image-box-1,
.about-image-box-2 {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.about-image-box-2 {
  margin-top: 75px;
}

.about-img-1,
.about-img-2,
.about-img-3,
.about-img-4 {
  width: 100%;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure,
.about-img-4 figure {
  display: block;
  overflow: hidden;
}

.about-img-1 img {
  aspect-ratio: 1 / 1.41;
  object-fit: cover;
}

.about-img-2 img {
  aspect-ratio: 1 / 0.99;
  object-fit: cover;
}

.about-img-3 img {
  aspect-ratio: 1 / 0.91;
  object-fit: cover;
}

.about-img-4 img {
  aspect-ratio: 1 / 1.41;
  object-fit: cover;
}

.ban1-mg {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
	margin-bottom: 1rem;
}

.ban1-mg:hover {
  background-color: var(--secondary-color);
}

.ban1-mg i {
  font-size: 120%;
}

.ban1-mg1 {
  padding-left: 10px;
}

.sub-txt {
  font-size: 120%;
  color: var(--primary-color);
  font-weight: 600;
  font-family: "Cinzel", serif;
}

.sub-para {
  font-size: 90%;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Inter", serif;
}

img.img-fluid-nw {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.bhgb {
  display: block;
  margin: auto;
  width: 200px;
}


/* service-card */

.service-card {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: var(--white-color);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin: 2px 0px 1px 0px;

}

.service-card:hover {
  border-bottom: 2px solid var(--primary-color);
}

.service-card i {
  color: var(--primary-color);
  font-size: 50px;
  text-align: center;
  align-items: center;
  display: block;
}

/* cnt-sec */

.cnto-card {
  width: 100%;
  height: auto;
  background: var(--primary-color);
}

.w-input,
.w-select::placeholder {
  color: var(--white-color) !important;
}

input::placeholder {
  color: var(--white-color) !important;
}

.text-field.multiline::placeholder {
  color: var(--white-color) !important;
}

.cont-grd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}



/* marque */

/* .logo-marquee {
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
    position: relative;
  }
  
  .logo-track {
    display: flex;
    animation: scroll 20s linear infinite;
  }
  
  .client-logo {
    flex: 0 0 auto;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  
  .client-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: 0.3s;
  }
  
  .client-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .black{
    color: var(--secondary-color) !important;
  } */

.logo-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-marquee 40s linear infinite;
}

.client-logo {
  flex: 0 0 auto;
  margin-right: 40px;
  /* space between logos */
}

.client-logo img {
  height: 60px;
  width: auto;
  display: block;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .client-logo {
    width: 140px;
    padding: 8px;
  }


}

@media (max-width: 480px) {
  .client-logo {
    width: 100px;
    padding: 6px;
  }


}

.black {
  color: var(--secondary-color) !important;
}

a.title {
  color: #fff !important;
}



/* blog sec */

.blog {
  margin-top: 80px;
  width: 100%;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 174px;
  object-fit: cover !important;
}

.blog-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  font-size: 13px;
  color: #e63946;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-title {
  font-size: 18px;
  margin: 0px 0 9px;
  color: #333;
  text-transform: capitalize;
  /* height: 50px; */
}

.blog-desc {
  font-size: 14px;
  color: #777;
  margin-bottom: auto;
}

.read-more {
  margin-top: 20px;
  display: inline-block;
  background: #e63946;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s;
}

.read-more:hover {
  background: #d62839;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}



/* about page */

.about-p {
  width: 100%;
  height: auto;
  /* background-image: url(./images/bb-mg6.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
  z-index: 1;
}

.about-p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  z-index: 2;
}

.about-p>* {
  position: relative;
  z-index: 3;
  /* content above overlay */
}


.about-mid {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.abt-ut {
  background-color: var(--white-color);
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.abt-ut1 {
  color: var(--secondary-color);
  line-height: 20px;
  padding-top: 10px;
}

.bl {
  color: var(--secondary-color);
}

.box-wraper:hover .abt-ut1 {
  color: var(--white-color);
}

.box-wraper:hover .bl {
  color: var(--white-color);
}

.box-wraper:hover .bg-danger {
  background-color: var(--white-color) !important;
}

.abt-mid1 {
  width: 100%;
  height: auto;
  margin-top: 80px;
}


/* contact page */



.cont {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.form-label {
  color: var(--secondary-color);
  font-size: 105%;
  font-weight: 500;
  font-family: "Inter", serif;
}

.form-control {
  padding: .75rem .75rem !important;
  border: 1px solid var(--btn1-color) !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.cont1 {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.cont1-sec {
  display: flex;
  justify-content: start;
}

.ic-n {
  width: 100%;
  max-width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--primary-color);
  text-align: center;
  color: var(--white-color);
  border-radius: 50%;
  margin-right: 20px;
  font-size: 120%;
}

.cont1-sec:hover .ic-n {
  background-color: var(--secondary-color);
}

.nbb {
  text-decoration: none;
  font-size: 100%;
}

a.para.nbb:hover {
  color: var(--btn-color);
}

a.para.nbb {
  margin-bottom: 0px;
  color: var(--secondary-color);
}


/* abt */

.abt-nw1 {
  width: 100%;
  height: auto;
  margin-top: 80px;
}




.subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 10px;
}

.title {
  /* font-size: 36px;
    font-weight: 700; */
  margin-bottom: 20px;
}

.abt-nw1 .timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.abt-nw1 .timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #999;
  z-index: 1;
}

.abt-nw1 .milestone {
  position: relative;
  padding: 20px;
  z-index: 2;
  cursor: pointer;
}

.abt-nw1 .milestone span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #888;
  margin-top: -1.5rem;
}

.abt-nw1 .circle {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.6s ease;
}

.abt-nw1 .milestone.active .circle {
  background: var(--primary-color);
  transform: scale(1.5);
  /* slightly bigger */
}

.content-section {
  display: none;
}

.content-section.active {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tab-text {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
}

.tab-text h4 {
  font-size: 14px;
  color: #7b6a4c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tab-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tab-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.tab-img {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.tab-img img {
  width: 100%;
  border-radius: 10px;
}

ul.tb-ul {
  padding-left: 0px !important;
}

ul.tb-ul li {
  font-size: 90%;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Inter", serif;
  list-style: none;
  padding-bottom: 8px;
}

ul.tb-ul li span i {
  color: var(--accent-color);
  padding-right: 5px;
  font-size: 110%;
}

/* @media(max-width: 768px) {
    .content-section {
      flex-direction: column;
    }
  }

  .img-mg1{
    width: 100%;
    height: 750px !important;
  } */
.img-fluid {
  width: 100%;
}


/* gallery */

.gall {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.gall .nav {
  justify-content: center;
}

.gall .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--white-color) !important;
}

.gall-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
}

img.img-fluid.rounded.shadow-sm {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.gall .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--accent-color) !important;
  border: 1px solid var(--accent-color) !important;
  padding: .5rem 1rem;
  font-family: "Inter", serif;
  font-size: 100%;
  font-weight: 500;
}

.gall button {
  margin-right: 20px;
}

.gall .nav-link {
  color: var(--primary-color);
  font-family: "Inter", serif;
  font-size: 100%;
  font-weight: 500;
}

.gall .nav-link:focus,
.nav-link:hover {
  color: var(--primary-color) !important;
}


/* porfolio */

.portfolio {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.port-mid-sec1 {
  position: sticky;
  top: 20px;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  height: 1050px;
  overflow-y: scroll;
}

.port-mid-sec {
  width: 100%;
  overflow-y: hidden;
}

.port-sec-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.port-mid-sec1::-webkit-scrollbar {
  width: 8px;
  /* Keep a small width for smooth scrolling */
  background: transparent;
  /* Make background transparent */
}

/* Hide scrollbar thumb (scroll indicator) */
.port-mid-sec1::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Hide scrollbar for Firefox */
.port-mid-sec1 {
  scrollbar-width: none;
}

/* Hide scrollbar for IE and Edge */
.port-mid-sec1 {
  -ms-overflow-style: none;
}

.port-mid {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.port-mid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lko {
  margin-bottom: 0px;
}


.gall-grid-nw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.ban1-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

/* .ban1-mg{
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--accent-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
}
.ban1-mg i{
    font-size: 120%;
}
.ban1-mg1{
    padding-left: 10px;
} */


/* service page */

.serv {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.com-txt {
  width: 70%;
}

.serv-po {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.serv-po-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.sev-po-txt {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ban1-mg-pro {
  width: 65px;
  min-width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ban1-mg-pro i {
  font-size: 140%;

}

.ban1-mg-pro1 h3 {
  font-size: 24px;
}

/* tab */
.service-main-wrapper-tabs {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  /* background: #ededed; */
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 8px 16px rgba(0,0,0,0.15); */
  /* box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); */
}

.service-main-wrapper-tabs .nav {
  display: flex;
  align-items: center;
  /* background: #fff; */
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D9D9D9;
}

.service-main-wrapper-tabs .nav li {
  margin: 0;
  padding: 0;
  border: none !important;
}

.service-main-wrapper-tabs .nav li button {
  padding: 21px 25px;
  border-color: transparent !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #141416;
  font-size: 18px;
  font-family: "Cinzel", serif;
}

.service-main-wrapper-tabs .nav li button.active {
  background-color: transparent;
  color: var(--primary-color);
}

.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper {
  padding: 40px;
}

.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper .single {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper .single .icon {
  height: 35px;
  min-width: 35px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100%;
}

.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper .single .icon i {
  color: var(--white-color);
}

.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper .single .inner-content {
  font-size: 16px;
  font-family: Poppins, sans-serif;
}

.service-main-wrapper-tabs .tab-content .inner-wrapper-tab-service-wrapper .single .inner-content b {
  color: #141416;
}

.img-fluid-lks {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.img-fluid-lksd {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* whatsapp float icon */

.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebc59;
  transform: scale(1.05);
  color: var(--white-color);
}

.img-fluid-nw1 {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/*  */

.log-foot {
  display: block;
  margin: auto;
  margin-top: 20px;
}

.socials {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--primary-color) !important;
}

/* .box p a:nth-child(1) {
  padding-left: 15px;
} */
a.title.mnm {
  padding-left: 11px;
}

.img-fluid-op {
  height: 500px;
  object-fit: cover;
}

.clint-grd {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  /* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); */
  align-items: center;
  justify-items: center;
}

.log-mh {
  width: 130px;
  height: auto;
}

.log-mh1 {
  width: 120px;
  height: auto;
}


/* Adjust dropdowns in desktop */
.navbar-nav .dropdown-menu {
  margin-top: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}





/* Allow nested dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

/* Optional: Smooth alignment for submenu */
.dropdown-menu {
  transition: all 0.2s ease-in-out;
}


.modal-backdrop {
  display: none;
}


.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  /* Places it on the left side */
  z-index: 999;
  background-color: #b60406;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
  transition: all 0.3s ease-in-out;
	    padding: 10px;
}

.back-to-top:hover {
  background-color: #333;
  color: #fff;
}