/* Global */
body, html {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color:#008B4E;
}
p{
    color:#525252;
    text-align: justify;

}
section.py-5{
    padding-top:30px !important;
    padding-bottom:30px !important;
}
.navbar {
	border-bottom:16px solid #00612E;
}
.nav-link{
        font-weight: 400;
        margin-left: 15px;
        color: #5F5F5F !important;
        font-size: 18px;
}
/*.nav-link:hover{*/
/*	font-weight: 500;*/
/*    font-size: 20px;*/
/*    color: #008B4E !important;*/
/*    line-height: 30px;*/
/*}*/
.nav-link.active{
	font-weight:600;
	font-size:20px;
	color:#008B4E !important;
	line-height: 27px;
}
.nav-link:hover {
    color: #198754 !important;
}

/* Hero Section */
.hero-section {
    background: url('../images/hero-bg.jpg') center/cover no-repeat;
    height: 90vh;
    padding: 80px 0;
}

/* Footer */
.footer-main {
    background: linear-gradient(15deg, #00471D 0%, #00612E 55%, #024F21 100%);
}
.footer-links li {
    padding:8px;
}
.footer-links li a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-links li a:hover {
    color: #fff;
    font-weight: 600;
}
.powered_by{
    text-decoration:none;
}
.social-icons img:hover{
    transform: scale(1.1);
}
.powered_by:hover{
    font-weight: 600;
}
.hero-section{
    height:110vh;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.hero-section-layer::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
}
.hero-section-home{
    background-image:url('../images/Homepage/Rectangle 4033.png');
}
.hero-section-about{
    background-image:url('../images/About/Rectangle 4033.png');
}
.hero-section-portfolio{
    background-image:url('../images/Portfolio/Rectangle 4033.png');
}
.hero-section-services{
    background-image:url('../images/Services/Rectangle 4033.png');
}
.hero-section-contact{
    height:600px !important;
    background-image:url('../images/Contact/Rectangle 4060.png');
}
.hero-section-projects{
    background-image:url('../images/Residential/Rectangle 4033.png');
}
.hero-section-social{
    background-image:url('../images/Social-Infrastructure/Rectangle 4033.png');
}
.hero-section-institutional{
    background-image:url('../images/Institutional/Rectangle 4033.png');
}
.hero-section-hospitality{
    background-image:url('../images/Hospital/Rectangle 4033.png');
}
.hero-section-commercial{
    background-image:url('../images/Commercial/Rectangle 4033.png');
}
.hero-section-blog{
    background-image:url('../images/Blog/Rectangle 4033.png');
}
.hero-section-blog-bottom{
    background-image:url('../images/Blog/Rectangle 4050.png');
    height:500px !important;
}
.hero-section h1, .hero-section h5{
    color:#fff !important;
    margin-bottom: 20px;
}
.hero-section h1{
    font-size:48px;
}
.services-ul li{
    color:#525252;
}
.hero-section h5, .hero-section p{
    font-size:24px;
}
.project-tabs{
    margin-bottom:60px;
}
.project-tabs .nav-link {
    padding: 15px 20px;
    border-radius: 10px;
    background: #fff;
    border: none;
    color: #525252 !important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
    display: block;
    line-height:1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.project-tabs .nav-link:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    color: #F5F2EF !important;
    background: linear-gradient(15deg, #B57E35 0%, #D89B4F 51%, #B57E35 100%);
}

.project-tabs .nav-link.active {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    color: #F5F2EF !important;
    background: linear-gradient(15deg, #B57E35 0%, #D89B4F 51%, #B57E35 100%);
}
.fs-60{
    font-size:60px;
}

.fs-48{
    font-size:48px;
}
.fs-40{
    font-size:40px;
}
.fs-36{
    font-size:36px;
}
.fs-30{
    font-size:30px;
}
.fs-24{
    font-size:24px;
}
.fs-20{
    font-size:20px;
}
.fs-18{
    font-size:18px;
}
.fs-16{
    font-size:16px;
}
.fs-14{
    font-size:14px;
}
.fs-12{
    font-size:12px;
}
.font-color-white{
    color:#fff;
}
.font-color-black{
    color:#525252;
}
.font-color-dark{
    color:#525252;
}
.fw-700{
    font-weight:700;
}
.fw-600{
    font-weight:600;
}
.fw-500{
    font-weight:500;
}
.text-right{
    text-align: right;
}
.btn-color{
    background-color:#D89B4F;
    color:#F5F2EF;
    font-weight:500;
    padding: 8px 20px;
    border-radius:10px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
.btn-color:hover{
    background-color: #B57E35;
    color:#F5F2EF;
}
.btn-color:focus-visible{
    background-color:#B57E35;
    color:#F5F2EF;
}
.btn-gradient{
    padding: 8px 20px;
    border-radius: 10px;
    background: linear-gradient(15deg, #B57E35 0%, #D89B4F 51%, #B57E35 100%);
    border: none;
    color: #F5F2EF;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}
.btn-gradient:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    color: #F5F2EF;
}
#contact-form label{
    color:#008B4E;
    font-size:20px;
}
.section-title{
color:#0b7a5a;
font-size:32px;
font-weight:500;
letter-spacing:2px;
}

.space-card{
border-radius:18px;
overflow:hidden;
box-shadow:0 8px 18px rgba(0,0,0,0.08);
background:#fff;
}

.card-header-custom{
    background: rgba(1, 73, 30, 0.12);
    padding: 25px 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.card-header-custom h6{
color:#0b7a5a;
font-weight:600;
font-size:16px;
margin-bottom:6px;
}

.card-header-custom p{
font-size:12px;
color:#555;
margin:0;
}

.space-card img{
width:100%;
height:320px;
object-fit:cover;
display:block;
}

  

.left-panel{
position:absolute;
z-index:20;
padding:40px;
}


/* HAMBURGER */

.hamburger span{
display:block;
width:35px;
height:4px;
background:#008B4E;
margin-bottom:6px;
}


/* HERO SLIDE */

.hero-slide{
height:100vh;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
position:relative;
background-image:url('../images/Homepage/Rectangle4033-1.png');
}

.hero-slide::before{
content:"";
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
}


/* HERO CONTENT */

.hero-content{
position:relative;
z-index:5;
color:white;
}

.hero-logo{
margin-bottom:20px;
width: 325px;
}

.thumbnail-content h1{
font-size:50px;
font-weight:400;
color:#fff !important;
transform: translatex(-100px);   /* start from bottom */
    opacity: 0;
    transition: all 0.8s ease;
}

.thumbnail-content h4{
font-size:32px;
margin-top:10px;
color:#fff !important;
}

/* When slide becomes active */
.carousel-item.active .thumbnail-content h1{
    transform: translatex(0);      /* move to original position */
    opacity: 1;
}


/* DOTS */

.carousel-indicators button{
width:12px;
height:12px;
border-radius:50%;
background:#fff;
}
.carousel-indicators [data-bs-target]{
    background:#fff;
width:12px;
height:12px;
box-sizing: inherit;
opacity:1;
border-top:0 !important;
border-bottom:0 !important;
}
.carousel-indicators .active{
background:#008B4E;
width:16px;
height:16px;
margin-top: -2px;
}
.menu-links{
    list-style-type:none;
}
.menu-links li{
    padding:10px;
}
.menu-links li a{
    color:#008B4E;
    font-size:18px;
    text-decoration:none;
     font-family: Arial, Helvetica, sans-serif;
}
.offcanvas{
    width: 250px !important;
    left: 40px !important;
    top: 40px !important;
    height:400px !important;
}
.img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px; /* optional */
}

.img-wrapper img {
    transition: all 0.4s ease;
}

/* Overlay layer */
.img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0); 
    transition: all 0.4s ease;
}

.img-wrapper:hover::after {
    background: rgba(0,0,0,0.35);
}
#multiCardSlider .carousel-inner {
    display: flex;
}

#multiCardSlider .carousel-item {
    flex: 0 0 33.333%; /* Show 3 cards */
    display: flex;
    justify-content: center;
}
.your-slick-slider .slick-slide{
    padding: 0 12px;
}

.your-slick-slider{
    margin: 0 -12px;
}

/* REMOVE ALL DEFAULT BACKGROUNDS */
.slick-prev,
.slick-next {
    background: #D89B4F !important;   /* your color */
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%; /* optional */
    z-index: 1000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    outline: none !important;
}

/* REMOVE WHITE BG FROM PSEUDO ELEMENT */
.slick-prev:before,
.slick-next:before {
    content: '' !important;    /* remove default arrow */
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border: solid #fff !important;       /* arrow color */
    border-width: 0 2px 2px 0 !important;
    padding: 5px !important;
}

/* CUSTOM ARROW SHAPES */
.slick-prev:before {
    transform: rotate(135deg) !important;
    margin-left: 5px !important;
}

.slick-next:before {
    transform: rotate(-45deg) !important;
        margin-right: 5px !important;
}
.slick-prev {
    left: -15px !important;
}
.slick-next {
    right: -15px !important;
}
@media only screen and (max-width:768px){
    .mob-24{
        margin:24px auto !important;
    }
    .text-right {
         text-align: left;
    }
     .tabs-slider .slick-list{
        margin:0 80px;
    }
    .w-50, .w-75{
        width:100% !important;
    }
    .hero-slide{
        background-image:url('../images/responsive/Rectangle 4071.png');
    }
    .hero-section-home{
        background-image:url('../images/responsive/1.png');
    }
.hero-section-about{
    background-image:url('../images/responsive/2.png');
}
.hero-section-portfolio{
    background-image:url('../images/responsive/3.png');
}
.hero-section-services{
    background-image:url('../images/responsive/4.png');
}
.hero-section-contact{
    height:600px !important;
    background-image:url('../images/responsive/6.png');
}
.hero-section-projects{
    background-image:url('../images/responsive/Rectangle 4033.png');
}
.hero-section-social{
    background-image:url('../images/responsive/11.png');
}
.hero-section-institutional{
    background-image:url('../images/responsive/Rectangle 4033.png');
}
.hero-section-hospitality{
    background-image:url('../images/responsive/9.png');
}
.hero-section-commercial{
    background-image:url('../images/responsive/Rectangle 4033.png');
}
.hero-section-blog{
    background-image:url('../images/responsive/5.png');
}
.hero-section {
    height: 80vh;
}
}
@media (max-width: 576px) {
    .project-tabs .nav-link {
        padding: 10px 30px;
        font-size: 14px;
    }
    .hero-section {
        height: auto;
    }
    .fs-24{
        font-size:18px;
    }
    .hero-section h5, .hero-section p {
        font-size: 18px;
    }
    
    .hero-section h1 {
        font-size: 24px;
    }
    .fs-60 {
        font-size: 28px;
    }
    .fs-48 {
        font-size: 24px;
    }
    .fs-40 {
        font-size: 22px;
    }
    .fs-36{
        font-size:20px;
    }
    .fs-30{
        font-size:20px;
    }
    .fs-20, #contact-form label{
        font-size: 16px;
    }
    .fs-18 {
        font-size: 15px;
    }
    .fs-16 {
        font-size: 14px;
    }
    .btn-color, .btn-gradient {
        font-size: 14px;
    }
    .w-50, .w-75{
        width:100% !important;
    }
    .text-right{
        text-align:left !important;
    }
    .mob-24{
        margin:24px auto !important;
    }
    .footer-main{
        text-align:center !important;
    }
    .social-icons{
        justify-content:center !important;
        margin-left:0 !important;
    }
    .mob-block{
        display:block !important;
    }
    .mob-block div{
        margin-top:24px;
    }
    .wb-100{
        width:100%;
    }
    .tabs-slider .slick-list{
        margin:0 60px;
    }
   .your-slick-slider .slick-prev,  .tabs-slider .slick-prev {
        left: 0px !important;
    }
    .your-slick-slider .slick-next, .tabs-slider .slick-next {
        right: 0px !important;
    }
    .hero-section-contact{
        height:400px !important;
    }
    .hero-section-contact .container{
        margin-top:200px !important;
    }
   .tabs-slider .slick-slide{
        min-height: 56px;
        padding-top: 13px;
    }
}
