@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  --primary-font: 'Archivo', sans-serif;
  --secondary-font: 'Raleway', sans-serif;
  --tertiary-font: 'Josefin Sans', sans-serif;
  --primary-font-color: #515151;
  --secondary-font-color: #FBFCF8;
  --primary-color: #D7AA78;
  --secondary-color: #1A1A1A;
  --section-bg-color: #F6F8ED;
  --section-padding-top: clamp(3rem, 1.9167rem + 4.8148vw, 6.25rem);
  --section-padding-bottom: clamp(3rem, 1.9167rem + 4.8148vw, 6.25rem);
  --offset-value: 80px;
}
@media screen and (max-width: 576px) {
  :root{--offset-value: 20px;}
}
.primary-color{color: var(--primary-color);}
.secondary-color{color: var(--secondary-color) !important;}
.primary-font-color{color: var(--primary-font-color);}
.secondary-font-color{color: var(--secondary-font-color) !important;}
.color-inherit{color: inherit;}
.section-light-bg-color{background-color: var(--secondary-font-color);}
body{
  font-family: var(--secondary-font);
  color: var(--primary-font-color);
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
p, figure{margin-bottom: 0 !important;}
a{text-decoration: none !important; color: var(--primary-font-color);}
ul{list-style: none;}
li{text-decoration: none;}
input, textarea{  outline: none;}
textarea{resize: none;}
.overflow-hidden{  overflow: hidden;}
.overflow-visible{  overflow: visible;}
.object-fit-contain{  object-fit: contain;}
.object-fit-cover{  object-fit: cover;}
.position-relative{  position: relative;}
.position-absolute{  position: absolute;}
.position-unset{  position: unset;}
.fit-content{width: fit-content !important;}
.section-padding-top{  padding-top: var(--section-padding-top);}
.section-padding-bottom{  padding-bottom: var(--section-padding-bottom);}
.aspect-ratio-1{aspect-ratio: 1;}
.aspect-ratio-3_4{aspect-ratio: 3/4;}
.aspect-ratio-4_3{aspect-ratio: 4/3;}
.aspect-ratio-5_3{  aspect-ratio: 5/3;}
.aspect-ratio-6_5{  aspect-ratio: 6/5;}
.aspect-ratio-3_2{  aspect-ratio: 3/2;}
@media screen and (min-width: 576px) {.aspect-ratio-sm-3_2{aspect-ratio: 3/2 !important;}}
.pb-4_5{padding-bottom: clamp(1rem, 0.5673rem + 1.9231vw, 2.25rem) !important;}
.mt-4_5{margin-top: clamp(1rem, 0.5673rem + 1.9231vw, 2.25rem) !important;}
.mb-4_5{margin-bottom: clamp(1rem, 0.5673rem + 1.9231vw, 2.25rem) !important;}
.my-4_5{margin-block: clamp(1rem, 0.5673rem + 1.9231vw, 2.25rem) !important;}
.hero-banner{height: 75vh;background-color: var(--secondary-color);}
@media screen and (min-width: 992px) {  .hero-banner{height: 85vh;}}
.text-wrap-balance{text-wrap: balance;}
.index-hero-banner{  height: 100vh;}
@media screen and (min-width: 992px) {  .index-hero-banner{height: calc(100vh + 60px);}}
.index-carousel{opacity:0.4;}
.border-block{border-block: 2px solid var(--primary-color);}
.page-header{
  font-family: var(--primary-font);
  font-size: clamp(2.25rem, 1.9167rem + 1.4815vw, 3.25rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.links{
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;  
  color: var(--secondary-font-color);
}
.links.primary{color: var(--primary-color);}
.section-header{
  font-family: var(--primary-font);
  font-size: clamp(1.5rem, 1.3333rem + 0.7407vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
}
.section-header::after{
  content: '';
  border-top: 2px dotted var(--secondary-color);
  color: var(--secondary-color);
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 80px;
}
.section-header.center::after{
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-header.white::after{background-color: var(--secondary-font-color) !important;}
.section-header.no-after::after{content: unset;}
.section-subheader, .section-subheader-secondary{
  font-family: var(--tertiary-font);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
}
.section-subheader-secondary{font-family: var(--secondary-font);}
.section-subheader-secondary.before{
  position: relative;
  padding-left: 40px;
}
.section-subheader-secondary.before::before{
  content: '';
  height: 2px;
  width: 32px;
  background-color: var(--primary-color);
  position: absolute;
  top: 8px;
  left: 0;
}
.component-header{
  font-family: var(--primary-font);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.component-header.active{color: var(--primary-color) !important;}
.card-header{
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: clamp(1.25rem, 1.1667rem + 0.3704vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.superscript{
  font-family: var(--tertiary-font);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--primary-color);
}
.text{
  font-family: var(--secondary-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--primary-font-color);
}
.a-links{
  font-family: var(--primary-font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.footer-header{
  font-family: var(--secondary-font);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--secondary-color);
}
.footer-items{
  font-family: var(--primary-font);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--primary-font-color);
}
.sm-text{font-size: 0.875rem;}
.xs-text{font-size: 0.75rem;}
.lg-text{font-size: 1.125rem;}
.outline-button, .main-button, .white-outline-button{
  border: 2px solid var(--primary-color); 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-family: var(--primary-font);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--primary-color);
  background-color: transparent;
  padding: 0 23.5px;
  transition: all 0.3s ease;
  text-wrap: nowrap;
  position: relative;
  flex-shrink: 0;
}
.main-button::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 0.75px;
  left: 12px;
  bottom: -6px;
  background-color: #1A1A1A;
  transition: all 0.3s ease;
  pointer-events: none;
}
.main-button::after{
  content: '';
  position: absolute;
  height: 100%;
  width: 0.75px;
  right: -6px;
  top: 12px;
  background-color: #1A1A1A;
  transition: all 0.7s ease;
  pointer-events: none;
}
.white-outline-button{
  border: 1px solid var(--secondary-font-color);
  color: var(--secondary-font-color);
  background-color: transparent;
}
.outline-button:hover{
  background-color: var(--primary-color);
  color: var(--secondary-font-color);
}
.main-button{
  background-color: var(--secondary-color);
  color: var(--secondary-font-color);
  border: none;
}
.main-button:hover{background-color: var(--primary-color);}
.main-button:hover::after, .main-button:hover::before{background-color: var(--primary-color) !important;}
.main-button:hover::before{width: 0;}
.main-button:hover::after{height: 0;}
.main-button.white{background-color: var(--secondary-font-color);}
.main-button.white:hover::after, .main-button.white::before{background-color: var(--secondary-font-color) !important;}
.main-button.white::before{  background-color: var(--secondary-font-color);}
.main-button.white::after{  background-color: var(--secondary-font-color);}
@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home-carousel-item>figure>img {  animation: scaleDown 5s ease-in-out forwards;}
.home-carousel-item.active>figure>img {  animation: scaleDown 5s ease-in-out forwards;}
.about-us-circle-figure{border-radius: 50%; height: 315px;}
.about-us-logo-circle{
  height: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--section-bg-color);
  top: 0;
  left: 16px;
}
@media screen and (min-width: 420px){
  .about-us-logo-circle{height: 140px;}
  .about-us-circle-figure{height: 390px;}
}
@media screen and (min-width: 576px) {
  .about-us-circle-figure{height: 450px;}
  .about-us-logo-circle{height: 180px; left: 0;}
}
@media screen and (min-width: 768px){
  .about-us-logo-circle{left: 34px;}
 }
@media screen and (min-width: 992px) {
  .about-us-logo-circle{left: 0;}
}
@media screen and (min-width: 1200px) {
  .about-us-circle-figure{height: 502px;}
  .about-us-logo-circle{height: 224px; left: 0;}
}
@media screen and (min-width: 1400px) {
  .about-us-logo-circle{left: 34px;}
}
.index-service-card{  
  background-color: var(--section-bg-color); 
  text-align: center;
  padding: 3rem 2rem;
  transition: all 0.3s ease;
  position: relative;
}
.index-service-card::after{
  content: '';
  position: absolute;
  transition: all 1s ease;
  height: 0;
  width: 1.5px;
  right: -8px;
  top: 14px;
  background-color: var(--primary-color);
  pointer-events: none;
}
.index-service-card::before{
  content: '';
  position: absolute;
  transition: all 1s ease;
  width: 0;
  height: 1.5px;
  left: 14px;
  bottom: -8px;
  background-color: var(--primary-color);
  pointer-events: none;
}
.index-service-card:hover::before{
  width: 100%;
}
.index-service-card:hover::after{
  height: 100%;
}
.index-service-card :is(img){
  position: relative;
  z-index: 5;
  display: inline-block;
  width: fit-content;
  color: var(--secondary-color);
  max-width: 80px;
}
.index-service-card :is(img)::after{
  content: '';
  height: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(215, 170, 120, 0.5);
  position: absolute;
  bottom: -8px;
  right: -8px;
}
.index-service-card:hover{  background-color: var(--primary-color);}
.index-service-card:hover a, .index-service-card:hover img,.index-service-card:hover h4, .index-service-card:hover p {  color: var(--secondary-font-color) !important;}
.index-service-card:hover img::after{background-color: rgba(26, 26, 26, 0.3);}
.index-feature-card{margin-top: 1.5rem;}
.feature-overlay>i, .project-card>i{display: none;}
.index-feature-card:hover .feature-overlay, .project-card:hover .feature-overlay{
  background-color: rgba(26, 26, 26, 0.6);
  transition: all 0.3s ease;
}
.index-feature-card:hover .feature-overlay>i, .project-card:hover .feature-overlay>i{  display: block;}
.index-black-banner{
  background-image: url('../images/banners/index-black-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.expertise-translated-figure{
  padding-left: 16px;
  padding-top: 16px;
  background-color: var(--secondary-font-color);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  margin-left: -60px;
}
.faq-header>button{
  background-color: var(--section-bg-color) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.faq-header>button::after{content: unset;}
.faq-header>button:focus{
  outline: none;
  box-shadow: none;
}
.faq-item{border: none;border-radius: 0 !important;}
.blog-card{
  border: 1px solid #D6D6D6;
  padding: 1rem;
  margin-top:1.5rem;
}
.blog-card:hover{border-color: var(--secondary-color);}
.truncated-2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .truncated-4{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  box-orient:vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.truncated-4.expanded {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.read-more-btn {
  background-color: transparent;
  border: none;
  color: hsl(211, 100%, 50%);
  cursor: pointer;
  padding: 0;
  margin-top: 10px;
  display: none;
}
.read-more-btn:focus {
  outline: none;
} */
.index-testimonial-carousel2>.items>p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.625em * 5) !important; /* Fallback: 1.625em is the line height */
  line-height: 1.625em !important; /* Use the calculated line height */
}

.read-more-btn {
  color: #007bff;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}


footer{  background-color: var(--section-bg-color);}
.footer-contact>.contact-box ,.contact-page :is(.contact-box){
  background-color: transparent;
  border: 1px solid #E2D1BE;
  transition: all 0.3s ease;
}
.footer-contact:hover .contact-box{background-color: var(--primary-color); border-color: var(--primary-color); color: var(--secondary-font-color);}
.footer-contact:hover .contact-box>i{color: var(--secondary-font-color);}
.contact-item:hover .contact-box{
  color: var(--secondary-font-color); 
  background-color: var(--primary-color); 
  border-color: var(--primary-color);
}
.input-fields{
  height: 44px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #1A1A1A;
}
.input-fields:focus{border-bottom: 1px solid var(--primary-color);}
.form-input-fields{
  height: 44px;
  border: none;
  background-color: transparent;
  border: 1px solid #D6D6D6;
  padding: 0 8px;
}
textarea.form-input-fields{height: 120px;}
.form-input-fields:focus{border: 1px solid var(--secondary-color);}
.email-submit-button{
  background-color: transparent;
  border: none;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-line{background-color: var(--secondary-color);}
.footer-line-box{
  border: 0.75px solid #D7AA78;
  background-color: transparent;
  height: 32px;
  aspect-ratio: 1;
  transition: all 0.3s ease;
}
.footer-line-box:hover{background-color: var(--primary-color); color: var(--secondary-font-color);}
.footer-line-box:hover i{color: var(--secondary-font-color) !important;}
.banner-figure{opacity: 0.4;}
.radial-gradient-overlay{background: radial-gradient(50% 50% at 50% 50%, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.15) 50%, rgba(26, 26, 26, 0.5) 100%);}
.service-hover-text{  bottom: 1rem;}
.service-card-button{
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 44px;
  aspect-ratio: 1;
  bottom: -2.25rem;
  right: 1rem;
  opacity: 0;
}
.service-card:hover .radial-gradient-overlay{background: #1A1A1ACC;}
.service-hover-text .invisible-div{
  display: none;
  animation: slideInUp ease 1s;
  transition: opacity 1s ease, visibility 1s ease;
}
.service-card:hover .invisible-div{  display: block;}
.service-card:hover .service-card-button{opacity: 1; animation: fadeInAnimation ease 1s;}
@keyframes fadeInAnimation {
  from {    opacity: 0;  }
  to {    opacity: 1;  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.service-footer-banner{
  background: linear-gradient(rgba(251, 252, 248, 0.5), rgba(251, 252, 248, 0.5)), 
            url('../images/banners/service-banner2.jpg') no-repeat center center;
  background-size: cover;
  min-height: 21rem;
}
.list-style-disc{list-style: disc;}
.service-phase>figure{border-radius: 50%;}
.product-card:hover >.radial-gradient-overlay{background: rgba(26, 26, 26, 0.6);}
.product-card-overlay-content{  display: none;}
.product-card:hover .product-card-overlay-content{display: flex;}
.product-card img, .project-card img {
  transition: transform 1s ease; 
  transform: scale(1); 
}
.product-card:hover img, .project-card:hover img {  transform: scale(1.3);}
.product-card :is(h3){bottom: 1rem;}
.product-carousel>.slick-dots{display: none !important;}
.blog-social-box{
  border: 0.75px solid var(--border, #D6D6D6);
  height: 24px;
  aspect-ratio: 1;
}
.blog-social-box:hover{
  border-color: var(--primary-color); 
  background-color: var(--primary-color);
  color: var(--secondary-font-color);
}
.link-header:hover{color: var(--primary-color) !important;}
.terms-conditions{list-style-type: decimal;}
.whole-page-form{background-color: var(--section-bg-color);}
.map-iframe-section{height: 20rem;}
.position-sticky{
  position: sticky;
  top: 0;
}
.message-figure{height: 4.25rem;}
@media screen and (min-width: 576px) {  .message-figure{height: 5.25rem;}}
.pb-custom-5{padding-bottom: 5rem;}
.span-mail{
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

#errorpage-body {
  background-image: url('../images/banners/404-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#errorpage-body>.error-content{background: rgba(26, 26, 26, 0.6);}
.error-header{
  font-family: var(--primary-font);
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--secondary-font-color);
}
.product-carousel-button{
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
  height: 30px;
  aspect-ratio: 1;
  cursor: pointer;
  display: flex;
}
.product-carousel-button:hover{background-color: var(--primary-color); color: var(--secondary-font-color);}
.page-hero-container{  padding-bottom: calc(var(--section-padding-bottom) + 2rem);}
.about-page-black-banner{
  background-image: url('../images/banners/black-banner-lg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.white-bg-section{
  background-color: var(--secondary-font-color);
  height: calc(100% - 5rem);
}
.py-custom-5{padding-top: 5rem; padding-bottom: 5rem;}
@media screen and (min-width: 576px) {  .aspect-ratio-sm-4_3{aspect-ratio: 4/3 !important;}}
@media screen and (min-width: 1200px) {  .aspect-ratio-xl-1{aspect-ratio: 1 !important;}}
header{
  z-index: 1;
  background-color: rgba(26, 26, 26, 0.2);
}
header:hover{background-color: rgba(251, 252, 248, 0.25);}
header:hover .main-menu>ul>li>a{color: var(--secondary-color);}
header:hover .main-menu>.white-outline-button{
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.main-logo>figure{max-width: 65px;}
.white-outline-button:hover{
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--secondary-font-color) !important;
}
.main-menu ul li:hover > a{color: white !important;}
.offcanvas-header{color: var(--secondary-font-color); border: none !important;}
.offcanvas-header-close, .offcanvas-header{box-shadow: none !important; outline: none !important;}
header:hover .main-menu>button{color: var(--secondary-color);}
.main-menu>button:hover{color: var(--primary-color) !important;}
.offvancas-header-close{box-shadow: none; outline: none;}
.component-header.offcanvas-headers{color: var(--secondary-color);}
.component-header.offcanvas-headers:hover, .component-header.offcanvas-headers:focus{color: var(--primary-color);}
.cursor-pointer{cursor: pointer;}
.word-break-all{word-break: break-all;}
.index-black-banner-2{
  background-image: url('../images/banners/black-banner-xl.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-white-bg-section{
  background-color: var(--secondary-font-color);
  -webkit-transform: translateY(calc(-1 * var(--offset-value)));
  transform: translateY(calc(-1 * var(--offset-value)));  
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .index-white-bg-section{ 
    height: calc(100% - 5rem);
    width: calc(100% + var(--offset-value));
    -webkit-transform: translateX(calc(-1 * var(--offset-value)));
    transform: translateX(calc(-1 * var(--offset-value)));  
  }
}
.testimonial-carousel-button{
  border: 1px solid var(--secondary-font-color);
  background-color: transparent;
  color: var(--secondary-font-color);
  height: 30px;
  aspect-ratio: 1;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-carousel-buttons{
  top: -3.375rem;
  right: 0.5rem;
}
.testimonial-carousel-button:hover{background-color: var(--secondary-font-color); color: var(--secondary-color);}
.gallery-modal>.modal-dialog{  height: 60vh;}
.height-inherit{height: inherit;}
.gallery-modal :is(.modal-body){  height: 50vh;}
.gallery-modal :is(.carousel-item){height: inherit;}
@media screen and (min-width: 768px) {  .gallery-modal :is(.carousel-item>figure){width: 100%;}}
@media screen and (min-width: 992px) {
  .gallery-modal>.modal-dialog{  height: 90vh;  }
  .gallery-modal :is(.modal-body){  height: 80vh;}
}
.gallery-modal :is(.btn-close){outline: none; box-shadow: none;}
#galleryCarouselBlockIndicators>.carousel-indicators{bottom: -10px;}
.carousel-indicators [data-bs-target="#galleryCarouselBlockIndicators"]{
  width: 20px !important;
  height: 4.25px !important;
}
@media screen and (max-width: 576px){
  .index-testimonial-carousel2 :is(p){font-size: 12px !important;}
  .testimonial-carousel-button-sm{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
  }
}
.full-width-dropdown{
  position: absolute;
  left: 0;  
  top: 24px;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  z-index: 99;
  display: none;
  padding-top: 20px;
}
.full-width-dropdown>ul{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-bottom: 4px solid var(--primary-color);
}
.primary-nav>li:hover>.full-width-dropdown{display: block;}
.full-width-dropdown>ul>li{color: var(--secondary-color) !important;}
.full-width-dropdown>ul>li:hover{background-color: var(--primary-color); color: var(--secondary-font-color);}
.h-220{height: 220px;}


.capitalize-first {
  text-transform: capitalize;
}
.card-header {
  border: 0 !important;
  background-color: transparent !important;
}
.content-none::after{
  content: none !important;
}
