body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

ul, li {
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  text-decoration: none;
  outline: 0;
}
i, em { font-weight: 300; }


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  font-size: 56px;
  line-height: 100%;    
  margin-bottom: 30px;
  transition:all 0.2s ease-out; 

}
h2 {
  font-size: 56px;
  line-height: 100%; 
  margin-bottom: 30px;
  transition:all 0.2s ease-out; 
  
}
h3 {  
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 100%;

}
h4 {  
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 30px; 
}
p {
  margin: 0 0 20px;
}
.margin-top-15 { margin-top: 15px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }

.margin-bottom-15 { margin-bottom: 15px; }

.padding-top-30 { padding-top: 30px;}
.padding-top-50 { padding-top: 50px; }
.padding-top-60 {  padding-top: 60px;}



.padding-bottom-30 {  padding-bottom: 30px;}
.padding-bottom-50 {  padding-bottom: 50px;}
.margin-bottom-50  { margin-bottom: 50px; }

.padding-tb-30 { padding: 30px 0px; }
.padding-tb-50 { padding: 50px 0px; }
.padding-tb-60 { padding: 60px 0px; }


.width-160 { min-width: 160px;}

.vertical-center {margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    width: 100%;}

.clear {  clear: both;}
img { display: inline-block; max-width: 100%; }

 .video-box{text-align:center;}
  .video-box iframe {
    width: 60%;
    display:inline-block;
  }
 
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.full-width { width: 100% !important; }

.btn-white-border {
  display: inline-block;
  padding: 6px 25px;
  border: 1.5px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.btn-white-border:hover {
  background: #fff;
  color: #a24c6a;
}


.btn-mrn-border  {
  display: inline-block;
  padding: 6px 25px;
  border: 1.5px solid #a24c6a;
  border-radius: 30px;
  color: #a24c6a;
  text-decoration: none;
  transition: 0.3s;
}
.btn-mrn-border:hover {
  background: #a24c6a;
  color: #fff;
}




.relative { position: relative; }


.full-width { width: 100%; }


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

li { list-style: none; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1920px;
}
.container { max-width: 1155px; }

.desktop-show { display: block; }
.mobile-show { display: none; }

/* Basic end */

/* HEADER */

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

/* LOGO */
.logo {
  padding-top: 15px;
  padding-left: 15px;
}

.logo span {
  font-style: italic;
}

/* NAV */
.menu {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* MAIN MENU */
.menu > ul {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* TOP LINKS (pill style) */
.menu > ul > li > a {
  padding: 3px 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.menu > ul > li > a:hover {
  border-bottom: 2px solid #ffffff;
}

/* DROPDOWN */
.menu ul ul {
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  min-width: 220px;
  overflow: hidden;
  z-index: 9;
}

/* POSITION FIX */
.menu ul li {
  position: relative;
  padding: 0 15px;
}

/* DROPDOWN ITEMS */
.menu ul ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #000000;
}

/* ANIMATION */
.menu ul ul { 
    /* IMPORTANT */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

/* HOVER OPEN */
.menu ul li:hover > ul {
    max-height: 500px; /* keep large */
    opacity: 1;
    transform: translateY(0px);
}

/* DIVIDER LINES */
.menu ul ul li:not(:last-child) {
 /* border-bottom: 1px solid rgba(122, 44, 91, 0.2); */
}

/* HOVER */

/* ACTIVE STATE (parent + dropdown hover) */

.menu ul ul li:hover {
  background: rgb(245 245 245);
}

.header {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
	justify-content:space-between;
	padding-right:15px;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-inline {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  margin-top: 20%;
}

/* 🔥 ZOOM IN */

/* .hero img {
  transform: scale(1); 
  transition: transform 0.8s ease;
}

.hero:hover img {
  transform: scale(1.08);
} */

/*.hero:hover .overlay {
  background: rgba(0,0,0,0.35);
}*/

/* OVERLAY */
.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

.hero-text h1 {
  margin-bottom: 15px;
}
.hero-text p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #FFFFFF;
}

/* Grid */
/*.grid-post-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
} */

.card-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
  text-decoration: none;
  color: #fff;
  display: block;
}

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


.card-box img {
  transform: scale(1); /* slightly zoomed by default */
  transition: transform 0.8s ease;
}

.card-box:hover img {
  transform: scale(1.15); /* zoom more on hover */
}

/* Overlay */
.card-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(247,205,181,0.2), rgba(0,0,0,0.4));
}

/* Content animation base */
.content {
  position: absolute;
  inset: 0; /* full card */
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center; /* left align (change to center if needed) */
  padding: 20px;
  color: #fff;
  text-align: center;
  transition: all 0.4s ease;
}

/* Title animation */
.content h2 {  
  margin: 5px 0;
  line-height: 95%;
  transition: all 0.4s ease;
}

/* Small text */
.content span {
  display: inline-block;  
  letter-spacing: 1px;
  position: absolute;
  top: 30px;
  transition: all 0.8s ease;
}


.footer-container { 
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
   padding: 105px 0px 60px; 
}

/* Left */
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 5px;
 flex: 1;
}

.footer-left .icon img {
 
  margin-bottom: 8px;
}
.footer-left p { margin-bottom: 0px; }
/* Center */
.footer-center {
  font-size: 16px;
  text-align: center;
  flex: 1;
}

.footer-center a {
  color: #7a3b6a;
  text-decoration: none;
  margin: 0 8px;
}

.footer-center span {
  color: #7a3b6a;
}

/* Right */
.footer-right { flex: 1; text-align: right; }



/* Bottom buttons */
.hero-buttons {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.hero-buttons li a {
  padding: 6px 25px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.banner-heading {
  color: #FFFFFF;
  font-size: 85px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  margin-bottom: 25px;
}

.hero-buttons li a:hover {
  background: rgb(255,255,255,0.3);
  color: #fff;
}

/* Responsive */
@media (max-width: 1250px) {

   h1 {  font-size: 46px;}
   h2 { font-size: 46px; }


} /* end */

@media only screen and (min-width:700px) and (max-width:1000px) {

.card-box:nth-child(5) {  grid-column: span 2 !important; }
  
} /* end */

@media (max-width: 1000px) {
  h1 {  font-size: 42px;}
  h2 { font-size: 42px; }
  h3 { font-size: 32px; }

  .header {  position: sticky; display: none; top: 0;  z-index: 999;  background: #0a2326; }
  .desktop-show { display: none !important; }
  .mobile-show { display: block; }
  .header-row {   align-items: start; }
  .menu-toggle {  display: block;  }
  /* Grid */
  .grid-post-home { grid-template-columns: repeat(2, 1fr);  }
  .card-box {  grid-column: span 1 !important;  }
  /* */


  .overlay-prd { opacity: 1; }

  /* Footer */
  .footer-container {  flex-direction: column; align-items:center;  text-align: center;  gap: 20px;  }
  .footer-center { order: 2; }
   .mobile-column-reverse {flex-direction: column-reverse !important;}


} /* end */


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



} /* end */

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

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

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

  .hero-text span {
    display: block;
  }

}


/* end */

/* Responsive Google reCAPTCHA */
.g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.wpcf7-form {
    overflow-x: hidden;
}
/* Mobile adjustment */
@media screen and (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.77);
    margin-left: -30px;
}
.wpcf7-list-item {
    margin: 0 0 0 0em;
}
}
@media only screen and (max-width : 600px) {
.form-section form {
    padding: 30px 10px !important;
}
    .form-section {
        padding: 0px !important;
    }
}


/*============================= New Home Page Design Start =============================*/
.logo img {
    height: 145px;
width:100%;
}
.header-social {
  display: flex;
  gap: 20px;
}
.header-social a {
  color: #ffffff;
}
.banner-card-section .sub-title {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  color: #FFFFFF;
  max-width: 250px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  padding-left: 60px;
  font-weight: 400;
  margin-bottom: 0;
}
.banner-card-section {
  position: absolute;
  background: #0A2326;
  right: 0;
  bottom: -30px;
  width: 60%;
  padding: 30px;
  display: flex;
  align-items: center;
}
.banner-card-section .small-title {
  position: absolute;
  left: -50px;
  transform: rotate(-90deg);
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}
.banner-card-section .row {
  display: flex;
  align-items: center;
}
.text-white {
  color: #FFFFFF !important;
}
.left-text {
  display: flex;
  align-items: center;
}
.banner-card-section .sub-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
}
.right-text p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.right-text .link {
  margin-top: 15px;
}
.main-title {
  color: #0A2326;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
}
.heading-width {
  max-width: 650px;
}
.about-content {
  max-width: 1000px;
  color: #0A2326;
  padding-left: 40px;
  padding-top: 40px;
}
.about-content p {
  color: #0A2326;
  font-size: 18px;
  line-height: 30px;
}
.divider:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background: #18181833;
  position: absolute;
  left: 0;
  top: 0;
}
.about-inline {
  padding-left: 40px;
}
.about-grid {
  border-left: 1px solid #18181833;
  position: relative;
}
.about-head .main-title {
  padding-left: 40px;
}
.divider {
  position: relative;
}
/* Link */
.link {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0;
  border: 1px solid #fff;
  color: #000000;
  text-transform: uppercase;
  background: #ffffff;
  outline: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.5s ease;
}
.link:hover {
  color: #FFFFFF;
  background: #906e49;
  border: 1px solid #906e49;
}
.link-2 {
  background: #906e49;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 0;
  border: 1px solid #906e49;
  transition: all 0.5s ease;
  color: #FFFFFF;
  text-transform: uppercase;
  outline: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
.link-2:hover {
  border: 1px solid #0a2326;
  background: #0a2326;
  color: #FFFFFF;
}
.link-3 {
  background: #FFFFFF;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 0;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  color: #000000;
  text-transform: uppercase;
  outline: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
.link-3:hover {
  background: #0a2326;
  border: 1px solid #0a2326;
  color: #FFFFFF;
}
.about-content .link-2 {
  margin-top: 20px;
}
.main-heading {
  color: #0A2326;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1.6px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);

  display: flex;
  align-items: center;
  justify-content: center;
}
.section-padding {
  padding: 60px 0;
}
.pt-0 {
  padding-top: 0!important;
}
.pb-0 {
  padding-bottom: 0;
}
/*-----card start-----*/

.card-item .number-text {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #bcbcbc;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  transition: all 0.3s ease 0.3s;
}
.card-item .number-hover-text {
  position: absolute;
  right: 30px;
  color: #fff;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
  transition: all 0.3s ease 0.3s;
}
.card-item:hover .number-text {
  top: -5px;
  opacity: 0;
  color: #fff;
  visibility: hidden;
}
.card-item:hover .number-hover-text {
  top: 30px;
  color: #fff;
  opacity: 1;
  visibility: visible;
}
.card-heading h2 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  font-weight: 400;
}
.card-heading {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.card-heading:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(253, 253, 253, 0.13);
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-item .card-heading:after {
  content: "";
  width: 55%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}
.card-item:hover .card-heading:after {
  transform: translateX(0%);
}
.card-item {
  background: #0A2326;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
}
.card-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #906e49;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.card-item:hover:before {
  opacity: 1;
  transform: scale(1.05);
}
.card-icon {
  color: #906e49;
  font-size: 60px;
  margin-bottom: 30px;
  transform: translateY(5px);
  transition: transform 0.3s linear;
}
.card-item:hover .card-icon {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  transform: translateY(0px);
}
.card-item .link-3 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: transform 0.3s linear;
}
.card-item:hover .link-3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.card-item .card-desc {
  transform: scale(1);
  transition: all 0.3s linear;
}
.card-item:hover .card-desc {
  transform: scale(0.5);
  opacity: 0;
}
.card-desc p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.card-slider{
  margin: 0 -10px;
}
.card-slider .slick-slide{
  padding: 0 10px;
}
.card-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.card-bg:before {
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.card-content {
  position: relative;
  overflow: hidden;
}
/*-----card end-----*/


/*---- counter start -----*/
.counter-section{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  text-align:center;
}

.counter-box h2{
  margin:0 0 10px;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #0A2326;
}

.counter-box p{
  margin:0;
  font-size:18px;
  line-height: 30px;
  color:#0A2326;
}
.counter-box {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 40px;
}
.counter-box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.counter-box:after {
  content: "";
  width: 55%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}
.counter-box:hover:after {
  transform: translateX(0%);
}

@media(max-width:991px){
  .counter-section{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .counter-section{
    grid-template-columns:1fr;
  }
}
/*---- counter end -----*/


/*---- main about start -----*/
.about-no {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
}
.heading-about .main-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0A2326;
  display: block;
  margin-bottom: 5px;
}
.heading-about p{
  font-size: 14px;
  line-height: 26px;
}
.about-des {
  max-width: 500px;
}
p:last-child {
  margin-bottom: 0;
}
.about-btn {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  width: 54px;
  height: 47px;
  background: #906e4938;
  align-items: center;
  justify-content: center;
  color: #0A2326;
  transition: all 0.3s ease;
}
.about-btn i {
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.about-btn:hover {
  color: #FFFFFF;
  background: #0A2326;
}
.about-btn:hover i {
  color: #FFFFFF;
  transform: rotate(90deg);
}
.first-about-text {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.about-item {
  border-bottom: 1px solid #18181833;
  padding-bottom: 30px;
  padding-top: 30px;
}
.text-end {
  display: flex;
  justify-content: end;
}
.space-container {
  padding-top: 40px;
  padding-left: 40px;
}
.space-container-2 {
  padding-bottom: 40px;
  padding-left: 40px;
}

/*---- main about end -----*/


/*---- Why Choose Start -----*/
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
.bg-color {
  background: #0a2326;
}
.why-heading {
  display: flex;
  gap: 30px;
}
.why-heading h4 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2727272727;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #fff;
}
.why-heading .main-title {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2727272727;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: #fff;
}
.why-des p {
  color: #FFFFFF;
}
.sub-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.section-heading-center {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.why-item {
  border-bottom: 1px solid #FFFFFF52;
  padding-bottom: 35px;
}
.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
/*---- Why Choose End -----*/

.about-btn-2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  align-items: center;
  color: #916F4A;
  transition: all 0.3s ease;
}
.about-btn-2 i {
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.about-btn-2:hover {
  color: #0A2326;
}
.about-btn-2:hover i {
  color: #0A2326;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.pad_top {
  padding-top: 200px;
}
.step span {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    color: #0A2326;
    display: block;
    margin-bottom: 5px;
}
/* Form Group */
.form-group {
  position: relative;
  margin-bottom: 16px;
}

/* Select Box */
.form-control {
  width: 100%;
  height: 45px;
  padding: 0 40px 0 14px; /* space for arrow */
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  transition: all 0.3s ease;
}

/* Hover */
.form-control:hover {
  border-color: #999;
}

/* Focus */
.form-control:focus {
  border-color: #0A2326;
  box-shadow: 0 0 0 0 rgba(10, 35, 38, 0.1);
}
.form-control::placeholder {
  color: #8d8d8d;
}

/* Disabled */
.form-control:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}

/* Custom Arrow (Pure CSS) */
.form-select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.form-select {
  position: relative;
}

/* Optional Premium Look */
.form-control {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.form-control:focus {
  background: #fff;
}

.form-section form{  
  background: #f7f7f7;  background: #f7f7f7;
  padding: 30px;
  border: 1px solid #eee;
  margin-top: 40px;
  margin-bottom: 30px;
      float: left;
    width: 100%;
    clear:both;
}
footer{
  background: #0a2326;
}
.footer-contact-item:first-child {
  padding-top: 60px;
}
.footer-contact-item:last-child {
  border-bottom: 0;
}
.footer-widget {
  padding: 60px 0 30px 0;
}
.footer-widget ul li a {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2.3em;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}
.footer-widget ul li:last-child a {
  margin-bottom: 0;
}
.footer-inline {
  display: flex;
}
.footer-contact-item span {
  color: #6E6E6E;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 8px;
	    display: block;
    font-weight: 500;
}
.footer-contact-item a, .footer-contact-item p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  display: block;
  width: fit-content;
}
.footer-contact {
  border-left: 1px solid #828282;
  height: 100%;
}
.footer-contact-item {
  border-bottom: 1px solid #828282;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
  position: relative;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.contact-btn {
  position: absolute;
  right: 0;
  top: 25px;
  background: #916F4A !important;
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 30px !important;
}
.footer-bottom {
  background: #916F4A;
  padding: 30px 0;
}
.footer-bottom p, .footer-bottom a {
  font-size: 14px;
  letter-spacing: 1.35px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}

/* Form group spacing */
.form-group {
  margin-bottom: 15px;
}

/* Input style */
.form-control {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

/* Focus effect */
.form-control:focus {
  border-color: #000;
}

/* Placeholder color */
.form-control::placeholder {
  color: #8d8d8d;
  opacity: 1;
}

/* Cross-browser support */
.form-control::-webkit-input-placeholder {
  color: #8d8d8d;
}
.form-control:-ms-input-placeholder {
  color: #8d8d8d;
}
.form-control::-ms-input-placeholder {
  color: #8d8d8d;
}

/* Fix for number input placeholder */
input[type="number"]::placeholder {
  color: #8d8d8d;
}

/* Checkbox section */
.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  margin: 20px 0;
}

/* Hide default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom box */
.checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 0;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

/* Checked state */
.custom-checkbox input:checked + .checkmark {
  background-color: #ffffff;
  border-color: #c1c1c1;
}

/* Tick mark */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show tick */
.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

/* Tick design */
.custom-checkbox .checkmark::after {
  left: 6px;
  top: 0;
  width: 7px;
  height: 13px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover effect */
.custom-checkbox:hover .checkmark {
  border-color: #000;
}
.inline-checkbox input {
  margin-top: 3px;
}
.main-form {
  width: 50%;
  background: #fffffff5;
  padding: 30px 20px;
  border: 1px solid #eee;
}
.form-section-banner .col-lg-6 {
  padding-bottom: 10px;
}
.form-control::placeholder {
  color: #8d8d8d;
  opacity: 1; /* important for Firefox */
}

/* Cross-browser support */
.form-control::-webkit-input-placeholder {
  color: #8d8d8d;
}
.form-control:-ms-input-placeholder {
  color: #8d8d8d;
}
.form-control::-ms-input-placeholder {
  color: #8d8d8d;
}
.privacy-text {
  color: rgb(19, 94, 150);
  margin-bottom: 0px;
  display: inline-block;
  width: fit-content;
}
.footer-social {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.footer-social a {
  color: #ffffff;
}
.about-des-2 {
  max-width: 500px;
  padding-bottom: 30px;
}
.about-btn-2 a {
  color: #906e49;
  font-weight: 500;
}




/*---------- mobile menu start ---------*/
/* hide on desktop */
.mobile-nav {
  display: none;
}




@media (max-width: 991px) {

  .mobile-nav {
    display: block;
  }

  /* header */
  .mobile-nav header {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    align-items: center;
    background: #fff;
    border-bottom: 0;
  }

  /* overlay */
  .mobile-nav > div {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }

  /* side menu */
  .mobile-nav nav {
    position: fixed;
    top: 0;
    left: -260px;
    width: 250px;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: 1000;
    overflow-y: auto;
  }

  /* active */
  .mobile-nav.active > div {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav.active nav {
    left: 0;
  }

  /* menu reset */
  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-nav li {
    border-bottom: 1px solid #eee;
  }

  .mobile-nav a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    position: relative;
  }

  /* submenu animation */
  .mobile-nav li ul {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    transition: max-height 0.3s ease;
  }

  .mobile-nav li.open > ul {
    max-height: 300px;
  }

  .mobile-nav li ul a {
    padding-left: 25px;
    font-size: 14px;
  }

  /* ===== PLUS / MINUS ONLY FOR SUBMENU ITEMS ===== */

  /* WordPress class (best) */
  .mobile-nav li.menu-item-has-children > a::before,
    /* fallback if WP class not present */
  .mobile-nav li:has(ul) > a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
  }

  .mobile-nav li.menu-item-has-children > a::after,
  .mobile-nav li:has(ul) > a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #333;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  /* open = minus */
  .mobile-nav li.menu-item-has-children.open > a::after,
  .mobile-nav li.open:has(ul) > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
/*---------- mobile menu end ---------*/


.for-mobile {
  display: none;
}
.for-desktop {
  display: block;
}

@media (max-width: 991px) {
  .banner-card-section {
    position: relative;
    background: #0A2326;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 15px;
  }
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .left-text {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
  .banner-card-section .small-title {
    position: relative;
    left: 0;
    transform: none;
  }
  .banner-card-section .row {
    flex-direction: column;
  }
  .banner-card-section .sub-title {
    padding-left: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .banner-card-section .sub-title:before {
    display: none;
  }
  .banner-inline {
    margin-top: 0;
    flex-direction: column;
  }
  .main-form {
    width: 100%;
    padding: 40px 0 40px 0;
  }
  .about-btn {
    margin-left: 15px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .hero {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo img {
    height: 80px;
	  width:80px;
  }
  .logo {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .header-social {
    display: none;
  }
  .banner-heading {
    font-size: 40px;
  }
  .hero-text p {
    width: 70%;
  }
  .main-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .about-head .main-title {
    padding-left: 0;
  }
  .heading-width {
    max-width: 100%;
  }
  .about-content {
    max-width: 100%;
    padding-left: 0;
  }
  .about-grid {
    border-left: 0 solid #18181833;
  }
  .video-box iframe {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .video-box.section-padding {
    padding-left: 15px;    padding-right: 15px;
  }
  .card-bg {
    height: auto;
    justify-content: center;
    padding: 60px 0;
  }
  .container {
    max-width: 100%;
  }
  .counter-box h2 {
    font-size: 40px;
  }
  .counter-section {
    gap: 20px;
  }
  .counter-box {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .about-inline {
    padding-left: 0;
  }
  .first-about-text {
    gap: 15px;
    flex-direction: column;
  }
  .about-des-2 {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .text-end {
    justify-content: flex-start;
  }
  .space-container {
    padding-top: 30px;
    padding-left: 0;
  }
  .why-choose-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 30px;
  }
  .space-container-2 {
    padding-bottom: 40px;
    padding-left: 0;
  }
  .about-inline .text-end {
    justify-content: flex-start;
    padding: 0;
    margin-top: 20px;
  }
  .pad_top {
    padding-top: 40px;
  }
  .form-section {
    margin-left: 0;
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .form-section .form-group {
    margin-bottom: 0;
  }
  .footer-inline {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-contact {
    border-left: 0;
    height: 100%;
  }
  .footer-contact-item {
    padding-left: 0;
  }


}

.text-primary {
  color: #906e49;
}

.word {
  display: inline-block;
  white-space: nowrap;
}

.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
  color: inherit;
}

.split-heading.active .char {
  opacity: 1;
  transform: translateY(0);
}

The full unminified Bootstrap 4 modal CSS is quite large. The official source is the best way to get the exact complete version used by Bootstrap 4.6.

### Official Sources

* [Bootstrap 4.6 Modal SCSS Source (_modal.scss)](https://github.com/twbs/bootstrap/blob/v4.6.2/scss/_modal.scss?utm_source=chatgpt.com)
* [Bootstrap 4.6 Full CSS (unminified)](https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.css?utm_source=chatgpt.com)
* [Bootstrap 4 Modal Docs](https://getbootstrap.com/docs/4.6/components/modal/?utm_source=chatgpt.com)

Below is the **complete modal-related section** extracted and formatted from Bootstrap 4.6:

```css id="7mh3kt"
.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
  margin: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
```
 #myModal1, #myModal {
    z-index: 9999 !important;
}

.modal.show .modal-dialog, .modal-body, .modal-header {
    background:#906e49 !important;
}

.modal.show .modal-dialog .link-2:hover, .modal.show .modal-dialog .link-2 {
    border: 1px solid #0a2326;
    background: #0a2326;
    color: #FFFFFF;
}
form-check .form-check{color: #fff;}

@media (min-width: 576px) {
    .modal-dialog {
        margin-top: 100px !important;
    }
}
.modal-body, .modal-header, .modal-content {
    border: 0px;
}
.modal-content {
    position: relative;
    border: 0px;
}
.modal.show .modal-dialog, .modal-body, .modal-header {
     background: #906e49 !important;
}
.modal-body, .modal-header, .modal-content {
    border: 0px;
}
.modal-header {
    display: inline;
    padding: 0px;
}
.modal .close {
    background: #000;
    color: #fff;
    border-radius: 50%;
    outline: 0px;
    position: absolute;
    top: -10px;
    right: -10px;
    border: 0px;
    font-size: 30px;
    width: 35px;
    height: 35px;
    padding: 0px;
    z-index: 9;
}


.modal-body, .modal-header, .modal-content {
    border: 0px;
}
.modal-body .wpcf7-list-item, .form-section-banner .wpcf7-list-item, , .form-section .wpcf7-list-item {
    margin: 0 0 0 0em;
}
.modal-body .form-group.form-check, .form-section-banner .form-group.form-check, .form-section .form-group.form-check{margin-bottom:0px;}
.modal-body .col-lg-12, .form-section-banner .col-lg-12, .form-section .col-lg-12, .form-section .col-lg-6{ padding-bottom:10px;}
.footer-about p{color:#fff;margin-top:20px;}
   .form-section .form-group{margin-bottom:0px;}
  .footer-logo{padding-top:60px;} 
 .gallery-item img{width:100%;height:260px;}
 .gallery-section .main-title {
    max-width: 100% !important;
    color:#fff;
}
 .gallery-section .about-head{
   text-align:center;
}
 
/*============================= New Home Page Design End =============================*/