@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap");
:root {
  --bs-primary-rgb: 236, 159, 45;
  --bs-secondary-rgb: 29, 64, 102;
  --bs-light-rgb: 110, 110, 110;
  scroll-behavior: auto;
}

html, body {
  scrollbar-width: thin;
}

body {
  font-size: 16px;
  color: #000;
  line-height: 1.7em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: rgb(255, 255, 255);
  font-family: "Yantramanav", sans-serif;
}

/******================ASHRAF===============******************/

/***********Contact page****************/

.contact-premium{
background:#f8f8f8;
}

/* heading */

.contact-title{
font-size:36px;
font-weight:700;
margin-bottom:15px;
}

.contact-desc{
color:#666;
margin-bottom:30px;
line-height:1.7;
}

/* contact cards */

.contact-info{
display:flex;
flex-direction:column;
gap:20px;
}

.contact-card{
display:flex;
gap:15px;
align-items:flex-start;
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.contact-card h5{
margin-bottom:5px;
font-weight:600;
}

.contact-card p{
margin:0;
color:#666;
}

.contact-card a{
color:#666;
text-decoration:none;
}

.contact-card a:hover{
color:#d4a24c;
}

/* icon */

.contact-icon{
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
background:#d4a24c;
color:#fff;
border-radius:50%;
}

/* form */

.contact-form-box{
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.contact-form-box h3{
font-weight:700;
margin-bottom:20px;
}

.contact-form-box input,
.contact-form-box textarea{
width:100%;
padding:14px;
border-radius:8px;
border:1px solid #ddd;
font-size:15px;
}

.contact-form-box textarea{
height:120px;
resize:none;
}

/* button */

.contact-btn{
background:#d4a24c;
border:none;
padding:14px 35px;
color:#fff;
border-radius:30px;
font-weight:600;
transition:0.3s;
}

.contact-btn:hover{
background:#b8892e;
}

/* mobile */

@media(max-width:768px){

.contact-form-box{
padding:25px;
}

.contact-title{
font-size:28px;
}

}

/**********Mobile cta*********/

.mobile-enquiry-btn{
position:fixed;
bottom:20px;
left:50%;
transform:translateX(-50%);
z-index:9999;
display:none;
}

.mobile-enquiry-btn a{
background:#d4a24c;
color:#fff;
padding:12px 30px;
border-radius:40px;
font-weight:600;
box-shadow:0 10px 25px rgba(0,0,0,0.3);
text-decoration:none;
}

@media(max-width:768px){
.mobile-enquiry-btn{
display:block;
}
}
/********CTA************/
/* CTA SECTION */

.cta-premium{
position:relative;
padding:100px 0;
background:url('../images/slider/slider_front.jpg') center/cover no-repeat;
}

.cta-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
}


/* FORM BOX */

.cta-box{
position:relative;
max-width:800px;
margin:auto;
background:#fff;
padding:50px;
border-radius:14px;
box-shadow:0 25px 60px rgba(0,0,0,0.35);
text-align:center;
}

.cta-box h2{
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.cta-box p{
color:#666;
margin-bottom:30px;
}


/* INPUTS */

.cta-form input,
.cta-form textarea{
width:100%;
padding:14px;
border-radius:8px;
border:1px solid #ddd;
font-size:15px;
}

.cta-form textarea{
height:120px;
resize:none;
}


/* BUTTON */

.cta-btn{
background:#d4a24c;
border:none;
color:#fff;
padding:14px 40px;
border-radius:40px;
font-weight:600;
font-size:16px;
transition:0.3s;
}

.cta-btn:hover{
background:#b8892e;
}


/* MOBILE */

@media(max-width:768px){

.cta-premium{
padding:70px 0;
}

.cta-box{
padding:30px;
}

.cta-box h2{
font-size:28px;
}

}


/**************First Time Builder****************/
.builder-guide{
background:#fff;
}

/* section blocks */

.builder-block{
min-height:520px;
}

.builder-text{
padding:90px 80px;
background:#ffffff;
}

.builder-text h2{
font-size:36px;
font-weight:700;
margin-bottom:20px;
color:#1a1a1a;
}

.builder-text p{
color:#666;
line-height:1.8;
font-size:16px;
margin-bottom:15px;
}

/* tag */

.builder-tag{
color:#d4a24c;
text-transform:uppercase;
font-weight:600;
letter-spacing:1px;
font-size:13px;
}

/* images */

.builder-img-wrap{
height:520px;
overflow:hidden;
}

.builder-img-wrap img{
width:100%;
height:100%;
object-fit:cover;
transition:0.4s;
}

.builder-img-wrap img:hover{
transform:scale(1.05);
}

/* reverse layout */

.builder-block.reverse{
flex-direction:row-reverse;
}

/* button */

.builder-btn{
display:inline-block;
margin-top:20px;
background:#d4a24c;
color:#fff;
padding:12px 30px;
border-radius:30px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.builder-btn:hover{
background:#b98a34;
}

/* list */

.builder-list{
padding-left:20px;
margin-top:10px;
}

.builder-list li{
margin-bottom:10px;
color:#555;
}

/* responsive */

@media(max-width:992px){

.builder-text{
padding:50px 30px;
}

.builder-img-wrap{
height:320px;
}

.builder-block.reverse{
flex-direction:column;
}

}

/**************First Home Buyer*************/
/* SPLIT SECTION */

.fhb-premium{
background:#fff;
}

.fhb-content{
padding:60px 60px;
background:#f8f8f8;
}

.fhb-content h2{
font-size:34px;
font-weight:700;
margin-bottom:15px;
}

.fhb-content p{
color:#666;
line-height:1.8;
}

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


/* CTA */

.btn-fhb{
display:inline-block;
margin-top:20px;
background:#d4a24c;
color:#fff;
padding:12px 28px;
border-radius:30px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.btn-fhb:hover{
background:#b98932;
}


/* LIST */

.fhb-list{
margin:15px 0;
padding-left:20px;
}

.fhb-list li{
margin-bottom:8px;
color:#555;
}


/* PROCESS */

.process-title{
font-size:34px;
font-weight:700;
}

.process-sub{
color:#666;
}


/* TIMELINE */

.process-line{
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
margin-top:50px;
}

.process-line:before{
content:"";
position:absolute;
top:25px;
left:0;
width:100%;
height:2px;
background:#ddd;
z-index:1;
}

.process-step{
position:relative;
text-align:center;
z-index:2;
width:20%;
}

.step-circle{
width:50px;
height:50px;
background:#d4a24c;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
margin:0 auto 10px;
}

.process-step h5{
font-weight:700;
}

.process-step p{
font-size:14px;
color:#666;
}


/* RESPONSIVE */

@media(max-width:992px){

.fhb-content{
padding:40px;
}

.process-line{
flex-direction:column;
gap:40px;
}

.process-line:before{
display:none;
}

.process-step{
width:100%;
}

}






/*****************Services Page*****************/
.services-elegant{
background:#ffffff;
}


/* Left content */

.section-subtitle{
color:#d4a24c;
font-weight:600;
text-transform:uppercase;
letter-spacing:1px;
}

.section-title{
font-size:38px;
font-weight:700;
margin:10px 0;
}

.gold-line{
width:60px;
height:3px;
background:#d4a24c;
margin:15px 0 20px;
}

.section-text{
color:#666;
line-height:1.8;
}


/* Panel */

.service-panel{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}


/* Tabs */

.service-tabs{
gap:10px;
}

.service-tabs .nav-link{
border:none;
padding:10px 22px;
border-radius:30px;
background:#f3f3f3;
font-weight:600;
}

.service-tabs .nav-link.active{
background:#d4a24c;
color:#fff;
}


/* Content */

.service-heading{
color:#d4a24c;
font-weight:700;
margin-bottom:10px;
}

.tab-content p{
color:#555;
line-height:1.7;
}



/***********Testimonials*********/
.testimonials-modern{
background:#f8f8f8;
}


/* Card */

.testimonial-card{
background:#fff;
padding:35px;
border-radius:12px;
height:100%;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:0.35s;
display:flex;
flex-direction:column;
}

.testimonial-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}


/* Top */

.testimonial-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}

.quote-icon{
font-size:26px;
color:#EC9F2D;
}

.stars{
color:#EC9F2D;
font-size:18px;
letter-spacing:2px;
}


/* Text */

.testimonial-text{
font-size:15px;
color:#666;
line-height:1.7;
margin-bottom:25px;
}


/* User */

.testimonial-user{
display:flex;
align-items:center;
gap:12px;
margin-top:auto;
}

.testimonial-user img{
width:48px;
height:48px;
border-radius:50%;
object-fit:cover;
}

.testimonial-user h6{
margin:0;
font-weight:700;
}

.testimonial-user span{
font-size:13px;
color:#777;
}


/*****Process Section*******/
.process-luxury{

background:#0f0f0f;
color:#fff;
position:relative;

}


/* Heading */

.process-subtitle{

color:#d4a24c;
text-transform:uppercase;
letter-spacing:2px;
font-weight:600;

}

.process-title{

font-size:40px;
font-weight:700;
margin:10px 0;

}

.process-desc{

color:#ccc;
font-size:16px;

}


/* Glass Cards */

.glass-process-card{

background:rgba(255,255,255,0.05);
border:1px solid rgba(255,255,255,0.15);
backdrop-filter:blur(12px);
padding:35px 25px;
border-radius:14px;
text-align:center;
transition:0.35s;
height:100%;

}

.glass-process-card:hover{

transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,0.6);

}


/* Step Number */

.process-number{

font-size:42px;
font-weight:700;
color:#d4a24c;
margin-bottom:10px;

}


/* Title */

.glass-process-card h5{

font-weight:700;
margin-bottom:10px;
color:#fff;

}


/* Text */

.glass-process-card p{

font-size:14px;
color:#cfcfcf;
line-height:1.7;

}


/******************Consturtion and Development home*************/
.services-modern{
background:#f8f8f8;
}


/* Section Intro */

.section-subtitle{
color:#EC9F2D;
font-weight:600;
text-transform:uppercase;
letter-spacing:1px;
}

.section-title{
font-size:38px;
font-weight:700;
margin:10px 0;
}

.section-desc{
color:#666;
font-size:16px;
}


/* Service Cards */

.service-card{
background:#fff;
padding:35px;
border-radius:12px;
text-align:left;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:0.35s;
height:100%;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}


/* Icon */

.service-icon{
font-size:32px;
margin-bottom:15px;
color:#EC9F2D;
}


/* Title */

.service-card h4{
font-weight:700;
margin-bottom:10px;
}


/* Text */

.service-card p{
color:#666;
font-size:15px;
line-height:1.6;
}


/* Link */

.service-link{
display:inline-block;
margin-top:12px;
font-weight:600;
color:#EC9F2D;
text-decoration:none;
}

.service-link:hover{
text-decoration:underline;
}


/*********Home Baout section*********/
.home-about{
background:#f8f8f8;
}


/* Image Box */

.about-image-box{
position:relative;
}

.about-image-box img{
border-radius:12px;
}


/* Experience Badge */

.experience-box{
position:absolute;
bottom:20px;
left:20px;
background:#EC9F2D;
color:#fff;
padding:18px 20px;
border-radius:10px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.experience-box span{
font-size:28px;
font-weight:700;
display:block;
line-height:1;
}

.experience-box p{
margin:0;
font-size:13px;
}


/* Subtitle */

.section-subtitle{
font-weight:600;
color:#EC9F2D;
text-transform:uppercase;
letter-spacing:1px;
}


/* Heading */

.section-heading{
font-size:38px;
font-weight:700;
margin:10px 0 15px;
}


/* Text */

.section-text{
font-size:16px;
color:#666;
line-height:1.7;
}


/* Features */

.about-features{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
margin-top:15px;
}

.feature{
display:flex;
gap:8px;
align-items:center;
font-weight:500;
}

.feature span{
color:#EC9F2D;
font-size:18px;
}


/* Responsive */

@media(max-width:768px){

.section-heading{
font-size:30px;
}

.about-features{
grid-template-columns:1fr;
}

}

/******About page css************/

.about-premium{
background:#f8f8f8;
}


/* Image */

.about-image{
position:relative;
}

.about-image img{
width:100%;
border-radius:12px;
}


/* Experience Badge */

.experience-badge{
position:absolute;
bottom:20px;
left:20px;
background:#EC9F2D;
color:#fff;
padding:20px;
border-radius:10px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,0.2);
}

.experience-badge span{
font-size:28px;
font-weight:700;
display:block;
}


/* Title */

.about-title{
font-size:36px;
font-weight:700;
margin-bottom:15px;
}

.about-intro{
color:#666;
margin-bottom:25px;
}


/* Tabs */

.about-tabs{
gap:10px;
}

.about-tabs .nav-link{
border:none;
background:#fff;
padding:10px 20px;
border-radius:30px;
font-weight:600;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.about-tabs .nav-link.active{
background:#EC9F2D;
color:#fff;
}


/* Feature Grid */

.feature-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.feature-item{
display:flex;
gap:15px;
background:#fff;
padding:18px;
border-radius:10px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.feature-icon{
font-size:24px;
}


/* Responsive */

@media(max-width:768px){

.feature-grid{
grid-template-columns:1fr;
}

.about-title{
font-size:28px;
}

}

/***Detail page gallery***/

/* Project Heading */

.project-heading{

font-size:34px;
font-weight:700;
margin-bottom:15px;

}

.project-desc{

font-size:16px;
color:#666;
line-height:1.7;

}


/* Specifications */

.project-specs{

display:flex;
justify-content:center;

}

.spec-list{

display:flex;
gap:35px;
flex-wrap:wrap;
justify-content:center;
list-style:none;
padding:20px 30px;
background:#f8f8f8;
border-radius:12px;

}

.spec-list li{

display:flex;
align-items:center;
gap:8px;
font-weight:500;
color:#444;

}

.spec-list svg{

width:18px;
height:18px;

}



/* Masonry Gallery */

.masonry-gallery{

column-count:3;
column-gap:20px;

}

.gallery-item{

break-inside:avoid;
margin-bottom:20px;

}
.masonry-gallery img{
width:100%;
height:auto;
display:block;
}

/* Gallery Card */

.gallery-item img{

width:100%;
border-radius:10px;
display:block;
transition:0.35s;

}

.gallery-item{

position:relative;

}

.gallery-overlay{

position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
opacity:0;
transition:0.3s;

}

.gallery-overlay span{

color:#fff;
font-size:14px;
border:1px solid #fff;
padding:6px 14px;
border-radius:20px;

}

.gallery-item:hover img{

transform:scale(1.05);

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}



/* Responsive */

@media(max-width:992px){

.masonry-gallery{

column-count:2;

}

}


@media(max-width:576px){

.masonry-gallery{

column-count:1;

}

}


/* Section heading */

.section-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
}

.section-desc{
color:#666;
font-size:16px;
line-height:1.6;
}



/* Tabs */

.project-tabs{
display:inline-flex;
gap:10px;
background:#f6f6f6;
padding:8px;
border-radius:40px;
}

.tab-btn{
border:none;
padding:10px 28px;
border-radius:30px;
font-weight:600;
background:transparent;
cursor:pointer;
transition:0.3s;
}

.tab-btn.active{
background:#d4a24c;
color:#fff;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
}




/*Card*/

.project-card{

display:block;
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.35s;
text-decoration:none;
color:#000;

}

.project-card:hover{

transform:translateY(-6px);
box-shadow:0 14px 30px rgba(0,0,0,0.15);

}


.project-img{

position:relative;

}

.project-img img{

width:100%;
height:auto;
display:block;

}

.project-tag{

position:absolute;
top:15px;
left:15px;
background:#d4a24c;
color:#fff;
padding:6px 12px;
border-radius:20px;
font-size:13px;
font-weight:600;

}


.project-info{

padding:18px;

}

.project-info h4{

font-size:20px;
margin-bottom:12px;

}


.project-features{

display:flex;
gap:15px;
list-style:none;
padding:0;
margin:0;
font-size:14px;
color:#555;

}

.project-features li{

display:flex;
align-items:center;
gap:4px;

}

.project-features svg{

width:16px;
height:16px;

}


/* Masonry Grid */

.masonry-grid{

column-count:3;
column-gap:25px;

}

.masonry-item{

break-inside:avoid;
margin-bottom:25px;

}

.masonry-gallery{

margin-top:20px;

}

.gallery-item{

margin-bottom:20px;

}

.gallery-item img{

width:100%;
border-radius:10px;
transition:0.4s;

}

.gallery-item:hover img{

transform:scale(1.05);

}


/* Responsive */

@media(max-width:992px){

.masonry-grid{
column-count:2;
}

}

@media(max-width:576px){

.masonry-grid{
column-count:1;
}

}




/******===================END Here==========*****************/
.l {
  box-shadow: inset 0 0 0 1px red;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
}

.ratio-64p {
  --bs-aspect-ratio: 64%;
}

.ratio-90p {
  --bs-aspect-ratio: 90%;
}

.text-cyan {
  color: #28ABE2;
}

.text-primary-dark {
  color: #8c5c03;
}

.text-secondary-dark {
  color: #000;
}

.bg-secondary-dark {
  background-color: #000;
}

.bg-tertiary {
  background-color: var(--bs-tertiary-bg);
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle);
}

.ts-1p10 {
  transform: scale(1.1) !important;
}

.ts-1p15 {
  transform: scale(1.15) !important;
}

.ts-1p20 {
  transform: scale(1.2) !important;
}

.ts-1p25 {
  transform: scale(1.25);
}

.ts-1p30 {
  transform: scale(1.3);
}

.ts-1p35 {
  transform: scale(1.35);
}

.ts-1p40 {
  transform: scale(1.4);
}

.ts-1p45 {
  transform: scale(1.45);
}

.ts-1p50 {
  transform: scale(1.5);
}

.ts-1p70 {
  transform: scale(1.7);
}

.ts-1p80 {
  transform: scale(1.8);
}

.ts-1p90 {
  transform: scale(1.9);
}

.ts-1p100, .ts-2p00 {
  transform: scale(2);
}

.to-start {
  transform-origin: left;
}

.fs-48 {
  font-size: 3rem;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.maxw-50px {
  max-width: 50px;
}

.maxw-60px {
  max-width: 60px;
}

.maxw-80px {
  max-width: 80px;
}

.maxw-100px {
  max-width: 100px;
}

.maxw-110px {
  max-width: 110px;
}

.maxw-120px {
  max-width: 120px;
}

.maxw-130px {
  max-width: 130px;
}

.maxw-140px {
  max-width: 140px;
}

.maxw-150px {
  max-width: 150px;
}

.maxw-500px {
  max-width: 500px;
}

.maxw-600px {
  max-width: 600px;
}

.maxw-700px {
  max-width: 700px;
}

.maxw-740px {
  max-width: 740px;
}

.mmwh-50px {
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
}

.mmwh-70px {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
}

.modal-backdrop {
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.90;
}

.py-0p25 {
  padding-top: 0.063rem;
  padding-bottom: 0.063rem;
}

.py-0p50 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.mt-0p50 {
  margin-top: 0.125rem;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.25rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.25rem !important;
}

.mt-n4 {
  margin-top: -1.25rem !important;
}

.mt-n5 {
  margin-top: -1.5rem !important;
}

.dash-line {
  display: inline-block;
  vertical-align: baseline;
  background: currentColor;
  width: 100%;
  height: 2px;
}

.accordion-flush button[aria-expanded=true] {
  pointer-events: none;
}

.btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .30);
}

.btn-primary {
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #EC9F2D;
  --bs-btn-border-color: #EC9F2D;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #8c5c03;
  --bs-btn-hover-border-color: #8c5c03;
  --bs-btn-focus-shadow-rgb: 236, 159, 45;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #EC9F2D;
  --bs-btn-active-border-color: #EC9F2D;
}

.btn-secondary {
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 29, 64, 102;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
}

.btn-md {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.5;
  padding-bottom: 0.575rem;
  text-transform: uppercase;
}

.topbar {
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  padding: 6px 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  top: 0;
  z-index: 101;
}
.topbar .tb-links {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 300ms;
  color: #EC9F2D;
  font-weight: 500;
}
.topbar .tb-links:hover {
  color: #fff;
}

.navbar {
  --bs-navbar-padding-y: 0.125rem;
  --bs-navbar-color: #000;
  --bs-navbar-nav-link-padding-x: 0;
  box-shadow: 0 2px 4px rgba(29, 64, 102, 0.05);
  background-color: var(--bs-white);
  position: sticky;
  top: 0;
  z-index: 100;
  --logo-width: 240px;
  --bs-navbar-hover-color: #EC9F2D;
  --bs-navbar-active-color: #EC9F2D;
}
.navbar .navbar-brand img {
  transition: 300ms;
  max-width: var(--logo-width);
}
.navbar.is-sticky {
  --logo-width: 180px;
  box-shadow: 0 2px 4px rgba(29, 64, 102, 0.15);
}
.navbar .dropdown-menu {
  --bs-dropdown-border-color: none;
  --bs-dropdown-border-radius: 10px;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-link-active-bg: #EC9F2D;
  --bs-dropdown-font-size: 1.06rem;
  --bs-dropdown-padding-y: 0.75rem;
  --bs-dropdown-item-padding-y: 0.625rem;
  min-width: 160px;
}
.navbar .dropdown-menu .dropdown-item {
  white-space: normal;
  line-height: 1.3;
}

.navbar-toggler {
  --bs-navbar-toggler-padding-x: 0.375rem;
  --bs-navbar-toggler-border-radius: 0;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0.75rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: 500;
  gap: 36px;
}

.page-title {
  position: relative;
  padding: 0;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-title .page-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.page-title .moving-text {
  margin: 0;
  position: absolute;
  font-weight: 900;
  font-size: calc(20px + 12vw);
  white-space: nowrap;
  line-height: 1;
  left: 20px;
  bottom: 16%;
  color: #fff;
  text-fill-color: transparent;
  text-stroke: 1.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  pointer-events: none;
  z-index: 1;
  transition: 200ms ease;
  transform: translateX(0);
  opacity: 0.2;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title .display-4 {
  color: #fff;
  font-weight: 500;
}
.page-title .page-breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.page-title .breadcrumb-item {
  color: #fff;
}
.page-title .breadcrumb-item a {
  color: rgba(var(--bs-warning-rgb), 1);
  text-decoration: none;
}
.page-title .breadcrumb-item a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.nav-common {
  --bs-nav-link-padding-x: 2rem;
  --bs-nav-pills-border-radius: 30px;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #000;
  --bs-nav-link-color: #000;
}
.nav-common .nav-link {
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 1px currentColor;
}

.accordion-common {
  border: none;
}
.accordion-common .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-common .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(2, 45, 92, 0.1);
}
.accordion-common .accordion-button {
  color: #000;
  background-color: rgba(2, 45, 92, 0.02);
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
}
.accordion-common .accordion-button[aria-expanded=true] {
  color: #fff;
  background-color: #000;
}
.accordion-common .accordion-button[aria-expanded=true]::after {
  filter: grayscale(1) invert(1);
}
.accordion-common .accordion-button:hover {
  opacity: 0.85;
}
.accordion-common .accordion-collapse, .accordion-common .accordion-item {
  border-radius: 0 !important;
}

.carousel-items .owl-stage {
  display: flex;
}

.carousel-items .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.owl-carousel-bullet .owl-dots {
  display: flex;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 5px;
  justify-content: center;
}

.owl-carousel-bullet .owl-dots .owl-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
}

.owl-carousel-bullet .owl-dots .owl-dot.active, .owl-carousel-bullet .owl-dots .owl-dot:focus-visible {
  border: 1px solid #8c5c03;
  background: #EC9F2D;
  outline: none;
}

.section-banner {
  position: relative;
  min-height: calc(100vh - 40px - 85px);
  display: flex;
  align-items: center;
}
.section-banner .owl-stage-outer, .section-banner .owl-stage, .section-banner .owl-item {
  min-height: inherit;
}
.section-banner .item {
  position: relative;
  min-height: inherit;
}
.section-banner .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.section-banner .item .img-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none;
}
.section-banner .item .container {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-banner .item .item-video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-banner .item .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-banner .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100%;
}
.section-banner .button-lg {
  text-shadow: none;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #EC9F2D;
}

.img-setright {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
}
.img-setright img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-imgpost {
  position: relative;
}
.bg-imgpost .bg-fixed {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pattern-bg {
  --s: 18px;
  --c1: #f9ecec;
  --c2: #f5f5f6;
  --g1: conic-gradient(at 37.5% 87.5%,#0000 75%,var(--c1) 0);
  --g2: conic-gradient(at 12.5% 62.5%,#0000 75%,var(--c2) 0);
  background: var(--g2) calc(var(--s) / 4) calc(var(--s) / 4), var(--g2) calc(5 * var(--s) / 4) calc(5 * var(--s) / 4), var(--g1), var(--g1) var(--s) var(--s) var(--c2);
  background-size: calc(2 * var(--s)) calc(2 * var(--s));
  background-attachment: fixed;
}

.card-service {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-cap-padding-y: 1rem;
  --bs-card-cap-padding-x: 1.5rem;
  --bs-card-border-radius: 0;
  --bs-card-cap-bg: transparent;
  --bs-card-border-width: 0;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 3px solid #EC9F2D;
  transition: 350ms ease;
  height: 100%;
}
.card-service:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1), 0px 6px 0px 4px rgba(0, 0, 0, 0.1), 0px 9px 0px 6px rgba(0, 0, 0, 0.1), -23px -16px 0px -3px rgba(0, 0, 0, 0);
}
.card-service .card-body {
  padding-bottom: 0;
}
.card-service .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-service .card-footer a {
  text-transform: uppercase;
  text-decoration: none;
  color: #EC9F2D;
  text-underline-offset: 7px;
  font-weight: 500;
  font-size: 0.925rem;
}
.card-service .card-footer a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(236, 159, 45, 0.9);
}
.card-service .card-footer a:active {
  color: #000;
  text-decoration: underline;
  text-decoration-color: rgba(29, 64, 102, 0.9);
}
.card-service .card-footer .icon {
  font-size: 52px;
  transform-origin: bottom right;
  opacity: 0.2;
  color: #000;
  pointer-events: none;
}

.tick-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tick-list li {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ce0909' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z' clip-rule='evenodd' stroke-width='1' stroke='%23ce0909'/></svg>");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: 0px 2px;
  padding-left: 34px;
  font-size: 1.25rem;
}

.since-section {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.since-section .since-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: right;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
}

.card-block {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 60px;
  transition: 300ms;
}
.card-block:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.card-block .ratio-64p {
  overflow: hidden;
  display: block;
}
.card-block .ratio-64p img {
  transition: 0.5s;
}
.card-block .ratio-64p:hover img {
  transform: scale(1.1);
}
.card-block .btn {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(50% - 27px);
  bottom: -26px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.card-block .btn:hover {
  opacity: 0.9;
}
.card-block .link-underline {
  display: block;
  min-height: 60px;
}
.card-block .link-underline:hover {
  opacity: 0.8;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.services-list a {
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  background-color: #f7f6f6;
  border-left: 4px solid #ccc;
  padding: 12px 12px 12px 18px;
  color: #000;
  transition: 300ms;
}
.services-list a.active, .services-list a:hover {
  background-color: #EC9F2D;
  color: #fff;
  border-left-color: #000;
}

.tab-filter {
  text-align: center;
  display: flex;
  gap: 8px 36px;
  justify-content: center;
  align-items: center;
}
.tab-filter button {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 4px 0;
  color: #000;
  margin: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  transition: 300ms;
  outline: none;
}
.tab-filter button:hover, .tab-filter button:focus-visible {
  opacity: 0.75;
  border-bottom: 1px solid #000;
}
.tab-filter button.active {
  opacity: 1;
  pointer-events: none;
  color: #EC9F2D;
  border-bottom: 1px solid #EC9F2D;
}

.tab-box {
  position: relative;
  aspect-ratio: 14/10;
  cursor: pointer;
 /* background-color: #000;*/
  overflow: hidden;
  display: block;
}
.tab-box img, .tab-box iframe, .tab-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  pointer-events: none;
}
.tab-box p {
  margin: 0;
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 16px;
  left: 0;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  transition: 0.3s;
  transform-origin: 0 bottom;
  line-height: 1.5;
  text-shadow: 0 2px 4px #000;
  background: rgba(2, 45, 92, 0.5);
  padding: 4px 8px 2px 20px;
}
.tab-box:hover p {
  transform: scaleY(1.4);
  background: rgba(2, 45, 92, 0.8);
}
.tab-box:hover img, .tab-box:hover iframe, .tab-box:hover video {
  opacity: 0.5;
  transform: scale(1.1);
}

.col-anim {
  animation: colAnim 0.5s ease-in-out;
}

.col-animall {
  animation: colAnimall 0.5s ease-in-out;
}

@keyframes colAnim {
  from {
    transform: scale(0.75);
    opacity: 0.15;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes colAnimall {
  from {
    transform: scale(0.75);
    opacity: 0.15;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/*Start | Light Box*/
.modal-lighting .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal-lighting .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  height: 100vh;
}
.modal-lighting .carousel-indicators li {
  width: 18px;
  height: 6px;
  border: 0;
  border-radius: 1px;
  margin-right: 3px;
  margin-left: 3px;
  background: #ccc;
  list-style-type: none;
}
.modal-lighting .carousel-indicators li.active {
  background: #28ABE2;
}
.modal-lighting .modal-body,
.modal-lighting .carousel,
.modal-lighting .carousel-item {
  height: 100vh;
}
.modal-lighting .carousel-control-next, .modal-lighting .carousel-control-prev {
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.modal-lighting .carousel-item img, .modal-lighting .carousel-item video {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 10px auto;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 20px);
}
.modal-lighting .btn-lightbox-close {
  font-family: Arial;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 34px;
  height: 34px;
  border-radius: 0 0 0px 34px;
  background: rgba(0, 0, 0, 0.75);
  color: red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 0 0 2px red;
  font-size: 28px;
  line-height: 0;
  padding: 0 0 5px 5px;
  opacity: 1;
  outline: none;
  transition: 300ms;
}
.modal-lighting .btn-lightbox-close:hover {
  opacity: 0.65;
}

[data-light] {
  cursor: pointer;
}
[data-light] * {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 250ms;
}
[data-light][data-light*=".mp4"] video, [data-light][data-light*=".webm"] video {
  pointer-events: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
[data-light][data-light*=".mp4"]:after, [data-light][data-light*=".webm"]:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23bb260c' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 300ms;
  filter: drop-shadow(0 0 0.15rem #fff);
}
[data-light]:hover * {
  transform: scale(1.02);
}

body:has(.modal-lighting.show) .modal-backdrop {
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.95;
}

/*End | Light Box*/
.projects-videobox {
  background: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  transition: 350ms;
  border-bottom: 3px solid #28ABE2;
}

.projects-clip {
  cursor: pointer;
  background: #28ABE2;
}

.projects-clip iframe {
  pointer-events: none;
  transition: 350ms;
  display: block;
}

.projects-clip:hover iframe {
  opacity: 0.5;
}

.projects-videoname {
  padding: 18px 20px 20px 20px;
}
.projects-videoname .btn {
  padding: 0;
  border: none;
  color: #28ABE2;
}
.projects-videoname .btn:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.modal-video button {
  font-family: Arial;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background: transparent;
  color: red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 0 0 2px red;
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding: 0;
  opacity: 0.8;
  outline: none;
}

.modal-video button:hover {
  opacity: 1;
}

.modal-video iframe {
  min-height: 90vh;
  display: block;
  box-shadow: none;
  margin: 0;
  border: 0;
}

.testimonial-box {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border-left: 3px solid #28ABE2;
  height: 100%;
}

.card-price {
  overflow: hidden;
  border: 2px solid rgba(29, 64, 102, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background: rgba(29, 64, 102, 0.05);
  transition: 300ms;
}
.card-price:hover {
  border: 2px solid rgba(29, 64, 102, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.card-price .card-header {
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  height: 110px;
  padding: 0;
  position: relative;
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.card-price .card-header img {
  display: block;
  max-width: 100%;
  max-height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform: translateY(-8px);
}

.card-amount {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 4px;
  min-height: 60px;
}

.card-amount i {
  font-size: 20px;
  line-height: 1;
  font-style: normal;
}

.card-amount span {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #EC9F2D;
}

.card-amount strong {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  color: #000;
  align-self: center;
}

.card-amount small {
  align-self: flex-end;
}

.tooltip {
  --bs-tooltip-bg: #28ABE2;
  --bs-tooltip-color: var(--bs-white);
  --bs-tooltip-border-radius: 0;
  --bs-tooltip-opacity: 1;
}

footer {
  background-color: #000;
  padding-top: 8px;
  color: #c8ced8;
}
footer .footer-info-box {
  color: #fff;
}
footer .footer-info-box .col-md-4 {
  border-bottom: 1px solid rgba(200, 206, 216, 0.25);
}
footer .footer-info-box .footer-content {
  display: flex;
  gap: 16px;
  padding-bottom: 1.5rem;
}
footer .footer-info-box .footer-content .icon {
  font-size: 38px;
  line-height: 1;
  color: #EC9F2D;
  align-self: center;
}
footer .footer-info-box .footer-content p {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
footer .footer-info-box .footer-content a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}
footer .footer-info-box .footer-content a:hover {
  color: var(--bs-info);
}
footer .footer-logotext .footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}
footer .footer-logotext .footer-logo img {
  max-width: 220px;
  filter: brightness(100);
  opacity: 1;
}
footer .footer-list {
  list-style-type: none;
  padding: 4px 0 0 0;
  margin: 0;
}
footer .footer-list li {
  margin-bottom: 10px;
}
footer .footer-list a {
  text-decoration: none;
  color: inherit;
  transition: 350ms;
  text-underline-offset: 5px;
}
footer .footer-list a:hover {
  color: var(--bs-white);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
footer .footer-form .form-control {
  background: transparent;
  color: #fff;
  border-color: rgba(200, 206, 216, 0.25);
}
footer .footer-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
footer .footer-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
footer .footer-form .bi {
  display: block;
  transform: scale(1.15) translateY(2px);
}
footer .footer-social {
  display: flex;
  gap: 10px;
}
footer .footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 40px;
  aspect-ratio: 1/1;
  color: inherit;
  font-size: 1.125rem;
  line-height: 1;
  border-radius: 0;
}
footer .footer-social a:hover {
  color: #1873d3;
  background-color: #c8ced8;
  border: 1px solid #1873d3;
}
footer .copyright-bottom a {
  color: inherit;
  text-decoration: none;
  transition: 350ms;
  text-underline-offset: 4px;
}
footer .copyright-bottom a:hover {
  color: #EC9F2D;
  text-decoration: underline;
  text-decoration-color: rgba(236, 159, 45, 0.7);
}

.mobile-toggler {
  display: none;
  text-align: right;
  background-color: #fff;
  position: sticky;
  z-index: 100;
  top: 0;
  padding-top: 1rem;
}

.goto-top {
  position: fixed;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #EC9F2D;
  box-shadow: 0 2px 8px #EC9F2D;
  bottom: 15px;
  right: 15px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  border: none;
  opacity: 0;
  transform: scale(0);
  z-index: 200;
}

.goto-top.active {
  opacity: 1;
  transform: scale(1);
}

.goto-top:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px 8px #000;
}

@media screen and (max-width: 991.9px) {
  body {
    overflow-x: hidden;
  }
  html:has(.navbar-collapse.show) {
    overflow: hidden;
  }
  .navbar {
    --bs-navbar-toggler-transition: none;
  }
  .navbar .dropdown-menu {
    min-width: auto;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -300px;
    width: 270px;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    transition: 250ms;
  }
  .navbar-collapse.show {
    box-shadow: -2000px 2000px 0 2000px rgba(0, 0, 0, 0.75);
    right: 0;
  }
  .navbar-collapse .nav-mobile-item {
    width: 100%;
  }
  .navbar-collapse .nav-mobile-item .btn-primary {
    width: 100%;
  }
  .navbar-nav {
    --bs-nav-link-padding-y: 0.375rem;
    gap: 0.5rem;
    padding: 0 1rem 2.5rem 1rem;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .mobile-toggler {
    display: block;
  }
  .page-title {
    min-height: 200px;
  }
  .page-title .moving-text {
    bottom: -10px;
    font-size: calc(20px + 10vw);
  }
  .tab-filter {
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .navbar {
    --logo-width: 100px;
    box-shadow: 0 2px 4px rgba(0, 66, 137, 0.15);
  }
  .modal-lighting .carousel-indicators li {
    width: 4px;
    height: 10px;
  }
}
@media screen and (max-width: 575.9px) {
  .img-setright {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 1rem;
  }
  .goto-top {
    bottom: 8px;
    right: 8px;
  }
  .accordion-common .accordion-button {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 768px) {
  .sticky-md-t65 {
    position: sticky;
    top: 65px;
  }
  .sticky-md-t70 {
    position: sticky;
    top: 70px;
  }
  .sticky-md-t75 {
    position: sticky;
    top: 75px;
  }
  .sticky-md-t80 {
    position: sticky;
    top: 80px;
  }
  .sticky-md-t85 {
    position: sticky;
    top: 85px;
  }
  .sticky-md-t90 {
    position: sticky;
    top: 90px;
  }
  .mt-md-95px {
    margin-top: 95px;
  }
  .mt-md-100px {
    margin-top: 100px;
  }
  .mt-md-105px {
    margin-top: 105px;
  }
  .mt-md-110px {
    margin-top: 110px;
  }
}/*# sourceMappingURL=style.css.map */