/* .bg-dark {

    --bs-bg-opacity: 1;
 
    background: linear-gradient(to right, #7b1e3b, #330f19);

  }
  
  .navbar-toggler {
    background-color: #791e3a !important;
  }
  
  .nav-link {
    font-size: 1rem;
    border: 0 !important;
    margin: 0 0.5rem;
    color: white !important;
  }
  
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: orange;
  }
  
  .nav-link:hover {
    color: white;
  }

  .divider {
    color: white;
    margin: 0 0px;
}

.divider {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0rem 20px;
}
#home{
  width: 100%;
  float: left;
} */


/* about start */
#aboutus {
  width: 100%;
  font-family: "Baskervville", serif;
  font-weight: 400;
  float: left;
  background: url(../images/bg.png) #fffbef no-repeat right center;
  background-size: 400px auto; /* control size */
  background-repeat: no-repeat;
  
}

.about-sub{
width: 90%;
}
.about_inner{
  padding: 10rem 0px !important;
}
.counting{
  text-align: start !important;

}
.maroon {
  color: #7b1e3b; /* Maroon color for headings and numbers */
}

.about-title {
  font-size: 2.5rem;
  /* font-weight: bold; */
  background: linear-gradient(175deg, #791d3a, #3e111e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.second_heading h4{
  font-size: 28px;
}
.about-sub {
  font-size: 1rem;
  margin-bottom: 20px;
}

.know-more {
  color: #7b1e3b;
  text-decoration: none;
  border-bottom: 2px solid #7b1e3b;
  padding-bottom: 2px;
  font-weight: bold;
}

.stats-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.stats {
  font-size: 48px;

  color: #7b1e3b;
}

.plus {
  font-size: 40px;
  font-weight: bold;
  color: #7b1e3b;
  line-height: 1;
}

.border-start-custom {
  border-left: 1px solid #ccc;
  padding-left: 5% !important;
}

.text{
  font-weight: 600;
}
.second_heading{
  margin-top: 5%;
  margin-bottom: 3%;
}


/* about end */

/* testimonial start */

.custom-prev {
  left: -70px;
}
.custom-prev, .custom-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: white;
  color: black;
  border: none;
  border-radius: 50%;z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: 1px solid #f59332;
}
#testimonial {
  width: 100%;
  float: left;
  background: #fffbef;
  font-family: "Baskervville", serif;
  font-weight: 400;
  position: relative;
}
.testimonial-section {
  padding: 80px 0;
  text-align: center;
}
.new_testimonial{
  background: #fff;
  position: absolute;
  bottom: 0;
width: 100%;
  z-index: 0;
  height: 217px;

}
.testimonial-section h5 {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}

.testimonial-section h2 {
  font-size: 34px;

  margin-bottom: 50px;
  background: linear-gradient(90deg, #600c2e, #b14b63); /* Maroon to wine gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-card {
  background-color: #fff;
  border: 2px solid #7b1e3b;
  padding: 55px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  text-align: left;
  width: 90%;

}

.testimonial-card img {
  width: 70px !important;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-name {
  font-size: 16px;
  font-weight: bold;
  color: #6b1835;

    font-family: "Poppins", sans-serif;
    font-weight: 500;


  margin: 0;
}

.testimonial-company {
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.owl-nav button {
  background-color: transparent;
  border: 1px solid #6b1835;
  color: #6b1835;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 0;
}

.owl-nav button:hover {
  background-color: #6b1835;
  color: #fff;
}

#footer{
  width: 100%;
  float: left;
}
footer{
  padding-top: 7% !important;
  padding-bottom: 2% !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.footer-office-info p{
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;

}
.footer-contact {
  margin-top: 12px;
}
.footer-quick-links li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  line-height: 26px;
}
.footer-title{
  font-size: 16px;
  font-family: "Poppins", sans-serif;
font-weight: 300;
}
.links{
  margin-left: 15%;
  
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.footer-bottom-bar{
  font-family: "Poppins", sans-serif;
font-weight: 200;
}




/* project start */

.new_signature{
  background: #801644;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 550px;
}
#Signature{
width: 100%;
position: relative;
float: left;
font-family: "Baskervville", serif;
font-weight: 400;
}
.signature-section {
  /* background: linear-gradient(to bottom, #fff 50%, #6b1835 50%); */
  padding: 100px 0;
}

.section-header {
  max-width: 1701px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 50px;
}

.section-header h6 {
  font-size: 14px;
  color: #777;
}

.section-header h2 {
  font-size: 36px;
  background: linear-gradient(175deg, #791d3a, #3e111e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}

.section-header a {
  font-size: 14px;
  color: #6b1835;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #6b1835;
}

.project-slide {
  position: relative;
width: 80%;
  border-radius: 6px;
  
}


.owl-carousel .owl-item img {
  display: block;

}
.project-image {


  display: block;
}

.project-caption {

  bottom: 0;
  left: 0;
  width: 100%;

  padding: 30px;
  color: white;
}

.project-caption h5 {
  font-size: 44px;
  margin-bottom: 5px;
}

.project-caption p {
  margin: 0;
  font-size: 14px;
}

.project-index {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 10px;
}

/* ⭐ Custom owl-nav only for signature carousel */
.owl-signature-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 40px;
  pointer-events: none;
}

.owl-signature-carousel.owl-theme .owl-nav button {
  background-color: transparent;
  border: 1px solid #6b1835;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #6b1835;
  font-size: 18px;
  pointer-events: all;
}

.owl-signature-carousel.owl-theme .owl-nav button:hover {
  background-color: #6b1835;
  color: white;
}

@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-header h2 {
    font-size: 28px;
  }

}


/* Active item - red background */
/* Only center (main) item is red */
.owl-signature-carousel .owl-item.center .project-slide {
}

/* All others are green */
.owl-signature-carousel .owl-item:not(.center) .project-slide {
  /* background-color: rebeccapurple; */

  width: 70%;
}

.project-caption .owl-item:not(.center){


}
/* Show caption only on the center item */
.owl-signature-carousel .owl-item:not(.center) .project-caption {
  display: none;
}

/* Optional: Smooth transition if needed */
.project-caption {
  transition: all 0.3s ease;
}

.project-index {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 10px;
  margin-left: -110px;
}

.new_container{
  width: 80% !important;
margin: 3px 249px 0% 20% !important;
}


.project_custom_prev {
  left: -70px;
}
.project_custom_prev{
  position: absolute;
  top: 77%;
  right: 75px;
  left: 85%;
  transform: translateY(-50%);
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: 1px solid #fff;
}
.project_custom_next {
  position: absolute;
  top: 77%;
  left: 90%;
  transform: translateY(-50%);
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: 1px solid #fff;
}

/* project end */




.social-icon {
  background-color: white;
  color: #621334;
  padding: 10px;
  text-decoration: none;
  border-radius: 100%;
}






.enquiry-wrapper {  position: fixed;  right: 151px;  top: 25%;  z-index: 99;}
@media screen and (max-width: 768px) {
  .enquiry-wrapper {  
    display: block; 
  right: 128px; 
  }
}

.enquiry-wrapper .enquiry-box {  display: flex;  align-items: center;    cursor: pointer;  transform: translateX(135px);  transition: all ease-in 0.5s;}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {    transform:translateX(120px);  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {    
      width: 100%;   
     text-align: center;  
    }
}
/* .enquiry-wrapper .enquiry-box:hover {  transform: translateX(0);} */
.enquiry-wrapper .enquiry-box:not(:first-child) {  border-top: 0px solid #fff;}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon { 
   /* background-color: #997867;   */

   background-color: rgba(153, 120, 103, 0.6); /* 0.6 = 60% opacity */
   border: 1px solid #fff;
   width: 47px; 
    padding: 7px;
  margin-top: 10px;
  border-radius: 100%;
  }
.enquiry-wrapper .enquiry-box .call-icon span.mbvisi,
.enquiry-wrapper .enquiry-box .mail-icon span.mbvisi {  display: none;}
@media screen and (max-width: 500px) {
.enquiry-wrapper .enquiry-box .call-icon,.enquiry-wrapper .enquiry-box .mail-icon{width:99%; padding: 1px; display: block; vertical-align:middle; justify-content:center; color:#fff; text-align:center;}
.enquiry-wrapper .enquiry-box .call-icon span.mbvisi,
.enquiry-wrapper .enquiry-box .mail-icon span.mbvisi {    display: none;   font-size: 13px;    color: #fff;  }
}
@media screen and (max-width: 330px) {
  .enquiry-wrapper .enquiry-box .call-icon img,.enquiry-wrapper .enquiry-box .mail-icon img {    width: 18px;    padding: 8px 0;  }
}
.enquiry-wrapper .enquiry-box .call-content {  padding: 0px 5px;}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {    display: none;  }
}
.enquiry-wrapper .enquiry-box .mail-content {  padding-left: 18%;}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {    display: none;  }
}
.enquiry-wrapper .enquiry-box img {  width: 32px;  padding: 6px;}
.enquiry-wrapper .enquiry-box a {  color: #000;  text-decoration: none;  font-size: 16px;}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {    font-size: 14px;  }
}


/* General styling for the scroll icon */
.scroll-icon {
  position: absolute;
  bottom: 102px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: bounce 2s infinite;
}

.scroll-icon img {
  width: 40px; /* Default size for larger screens */
  height: auto;
  cursor: pointer;
}

/* Bouncing animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}


