.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
    font-size: 40px !important;
    line-height: 1.6 !important;

}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif !important;
}

.logo-round {
    
    object-fit: cover !important;  
    border-radius: 10% !important;  
}

 



/* .hero-style-3 .container {
    margin-top: -100px !important;
} */


/* .hero-style-3 .slide-title h2 {
 
    font-weight: bold;
    background: linear-gradient(92deg, #ffdc96, #fd7439, #d6b779);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 0.4em;
    text-transform: capitalize;
} */


.service-grids .grid img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img,
.header-style-3 .navbar-brand img {
    max-width: 118px !important;
}

.header-style-3 .sticky-header {
    background: #f6f3ed !important;
}


.header-style-3 .sticky-header.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fd7439 !important;
    background-color: #f6f3ed !important;
}





.about-img {
    border-radius: 22px !important;
}

.project-grids .grid .img-holder {
    height: 500px;

}

.project-grids .grid .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-grids .grid {
    margin-bottom: 30px;

}

.project-grids .grid .img-holder img {
    border: 4px solid #d7c5bd;
    border-radius: 8px;
    box-sizing: border-box;
}

.count-img {
    max-width: 17% !important;
}


.desc-box {
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.project-section {
    margin-top: -55px !important;
}

.why-choose-img {
    margin-top: -261px !important;
}


.testimonials-section .grid .fi::before {
    font-size: 60px;


    color: #ffffff !important;
}



.round-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fd7439;
    color: #000000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-decoration: none;
}

.call-icon {
    padding-right: 15px;
}

.team-swiper .img-holder {

    height: 250px;
    width: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.team-swiper .details {


    width: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.team-swiper .img-holder img {

    object-fit: cover;
    display: block;
}

.team-section {
    padding-top: 45px;
}




.gallery-section {

    padding: 60px 0;
}

.gallery-carousel .gallery-item {
    padding: 10px;
}

.gallery-carousel .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery-carousel .gallery-item img:hover {
    transform: scale(1.05);
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fd7439 !important;
    background-color: #ffffff !important;
}




.abt-count-no,
.abt-count-no-2 {
    font-size: 52px;
    font-weight: 900;
    color: #fd7439;
    margin-bottom: 5px;
}


.abt-count-contnt {
    font-size: 14px;
    font-weight: 500;
    color: #484848;
    text-align: center;

}

.border-lft {
    border-left: 2px solid #ddd;
    padding-left: 15px;
}

.border-tp {
    border-top: 2px solid #ddd;
    width: 100%;
    text-align: center;
}

.pad-bt {
    padding-bottom: 20px;
}

.counter-sec {
    margin-top: -146px;
}

.counter-sec-img {
    margin-left: 125px;
}

.about-page {
    padding-top: 100px;
    /* background-color: #000000 !important; */
}



.contact-pg-section {

    padding-top: 55px;
}

.bg-color {
    background: #f6f3ed;
}



/* Contact Info Boxes */
.contact-info {
    margin-top: 20px;
}

.contact-info .info-box {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.contact-info .info-box:hover {
    background: #eaeaea;
    transform: translateY(-3px);
}

.contact-info .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fd7439;
    /* theme gold */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-info .icon i {
    font-size: 20px;
    color: #fff;
}

.contact-info .content h5 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 600;
    color: #333;
}

.contact-info .content p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* Social Links inside box */
.contact-info .social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-info .social-links a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fd7439;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-info .social-links a:hover {
    background: #333;
    transform: translateY(-3px);
}

.address-sec {
    margin-top: -22px !important;
}

.map-section {
    margin-top: 40px;
}

.map-box iframe {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.image-wrapper{

    margin-bottom: 50px !important;
}

.lower-footer{

    margin-top: -81px !important;
}



@media (max-width: 991px) {
    .about-page .row.gx-5 {
        flex-direction: column;
        text-align: center;
    }

    .about-page .col-lg-4,
    .about-page .col-lg-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Adjust stats layout for mobile */
    .about-page .col-lg-4 .row {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .about-page .col-lg-6 {
        width: 50%;
        max-width: 50%;
    }

    /* Numbers smaller for mobile */
    .abt-count-no,
    .abt-count-no-2 {
        font-size: 36px;
    }

    .abt-count-contnt {
        font-size: 13px;
        max-width: 100%;
    }

    /* Reduce padding and borders */
    .border-lft {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }

    .border-tp {
        border-top: none;
        margin-top: 15px;
        padding-top: 0;
    }
}

@media (max-width: 576px) {

    .about-page .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }

    .abt-count-no,
    .abt-count-no-2 {
        font-size: 28px;
    }
}

.service-single-content ul {
    list-style: none;
    /* remove default bullets */
    padding-left: 40px;
    /* space for custom bullet */
    position: relative;
}

.service-single-content ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
    /* keeps text aligned */
}

.service-single-content ul li::before {
    content: "";
    background: #fd7439;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.service-single-content ul li::after {
    content: "✔";
    /* You can replace with any icon/symbol */
    color: #fff;
    position: absolute;
    left: 7px;
    top: 2px;
    font-size: 14px;
}




/* contain slider inside the column */
.service-single-content {
    position: relative;
    overflow: hidden;
    /* clip any overflow from slides */
    box-sizing: border-box;
    /* optional: keep some internal spacing */
    padding-left: 0;
    padding-right: 0;
}

/* ensure swiper only uses the column width */
.service-single-content .serviceSwiper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 20px 0;
    overflow: visible;
    /* keep pagination visible (parent clips excess) */
}

/* keep wrapper/slide sizing sane */
.service-single-content .serviceSwiper .swiper-wrapper,
.service-single-content .serviceSwiper .swiper-slide {
    box-sizing: border-box;
}

/* prevent slides from visually overflowing and keep consistent shape */
.service-single-content .serviceSwiper .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* image sizing inside slides */
.service-single-content .serviceSwiper img {
    display: block;
    width: 100%;
    height: 450px;
    /* change if you want taller/shorter */
    object-fit: cover;
}

/* Swiper pagination bullets */
.service-single-content .swiper-pagination-bullet {
    background: #fd7439 !important;
    /* default bullet color */
    opacity: 0.5;
    /* semi-transparent when inactive */
}

.service-single-content .swiper-pagination-bullet-active {
    background: #fd7439 !important;
    /* active bullet */
    opacity: 1;
    /* fully visible */
}

/* Reduce the category image size */
.category-img {
    width: 100%;             /* makes it responsive */
    max-height: 350px;       /* reduce height (adjust value as needed) */
    object-fit: cover;       /* crop excess while filling space */
    border-radius: 10px;     /* optional: rounded corners */
}

/* If you want to reduce the container itself */
.service-single-slider {
    max-width: 700px;        /* control the container width */
    margin: 0 auto 20px;     /* center it with margin */
}


/* responsive tweak: smaller height on small screens */
@media (max-width: 767px) {
    .service-single-content .serviceSwiper img {
        height: 400px;
    }
}

 .col.col-md-9.col-md-push-3,
.service-single-content {
    overflow-x: hidden;
}


@media (max-width: 768px) {

    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 24px !important;
    }

    .features-section-s2 {
        margin: 20px 0 0 !important;
    }

    .about-us-section {

        padding-top: 42px !important;
    }

    .section-title h2,
    .section-title-s2 h2 {
        font-size: 26px !important;
    }

    .project-grids .grid .img-holder {
        height: 343px !important;
    }

    .why-choose-img {
        margin-top: -54px !important;
    }

    .team-swiper .img-holder {
        width: 100% !important;
        height: 250px;

        overflow: hidden;
        border-radius: 10px;
    }


    .team-swiper .details {

        height: 100%;
        width: 100%;

        overflow: hidden;
        border-radius: 10px;
    }

    /* .project-content {
        margin-left: 50px;
    } */

    .why-choose-section {
        padding-bottom: 0px !important;
        padding-top: 36px !important;

    }

    .about-title {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    .counter-sec-img {
        margin-left: 0px !important;
    }

    .counter-sec {
        margin-top: -108px !important;
    }

    .number {
        margin-top: -76px !important;
    }
    .header-style-1 .navbar-brand img,
    .header-style-2 .navbar-brand img,
    .header-style-3 .navbar-brand img {
        max-width: 65px !important;
    }
    /* .header-style-3 .navigation {
        background-color: #fff !important;
      } */
      .lower-footer {
        margin-top: -70px !important;
      }

}


.mobile-only {
    display: none;
  }
  
  @media (max-width: 767px) {
    .mobile-only {
      display: block;
    }
  }
  