@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
    font-family: 'Poppins';
}

p {
    font-weight: 500;
}

.about-img {
    width: 100%;
}

.exp-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #0F2C49;
    ;
    padding: 18px 28px;
    text-align: center;
    color: #fff;
}

.exp-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #F1A70A;
}

.exp-box span {
    font-size: 14px;
}

.about-label {
    color: #F1A70A;
    font-weight: 600;
    font-size: 15px;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}

.about-title {
    font-size: 32px;
    font-weight: 800;
    font-weight: bolder;
    line-height: 1.3;
    color: #0F2C49;
}

.orange {
    color: #F1A70A;
}

.blue {
    color: #0F2C49;
}

.about-text {
    font-size: 15px;
    color: #555;
    margin-top: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.service-list li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
}

.service-list li::before {
    content: "✔";
    color: #F1A70A;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.about-btn {
    background-color: #F1A70A;
    color: #fff;
    padding: 10px 28px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
}

.about-btn:hover {
    background-color: #e64a19;
}

.about-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.about-heading .line {
    width: 35px;
    height: 3px;
    background: #F1A70A;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
}


/* service section */

.services-section {
    background: #FCF8EE;
}

.services-heading {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.services-heading .line {
    width: 35px;
    height: 3px;
    background: #F1A70A;
    border-radius: 10px;
}

.services-label {
    font-weight: 600;
    margin: 0;
    color: #0F2C49;

}

.services-title {
    font-size: 32px;
    margin-top: 10px;
    font-weight: 800;
    color: #0F2C49;
}

.highlight-orange {
    color: #F1A70A;
}

.service-card {
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.service-body {
    padding-top: 15px;
    text-align: left;
}

.service-title {
    font-weight: 700;
    color: #0F2C49;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-title .arrow {
    background-color: #F1A70A;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.service-text {
    color: #444;
    font-size: 14px;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-link {
    color: #F1A70A;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 10px;
}

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


/* gallery section */

.gallery-section {
    width: 90%;
    margin: auto;
    padding: 40px 0;
}

.gallery-label {
    font-size: 16px;
    color: #1a2a44;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 75%;
    margin: auto;
}

.gallery-label .line {
    display: inline-block;
    width: 35px;
    height: 3px;
    background: #F1A70A;
    border-radius: 10px;
}

.gallery-title {
    font-size: 34px;
    font-weight: 700;
    color: #1a2a44;
    width: 75%;
    margin: auto;
}

.cc_a {
    margin-bottom: 30px;
}

.gallery-title span {
    color: #F1A70A;
}

.gallery-carousel {
    width: 100%;
}

.g-item {
    overflow: hidden;
    border-radius: 10px;
}

.g-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.view-more-btn {
    margin-top: 35px;
    text-align: center;

}

.view-more-btn a {
    background: #09203f;
    padding: 14px 36px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
}

.view-more-btn a:hover {
    background: #F1A70A;
}



/* testi Section */
.tersrt {
    background-color: #f7f2eb;
    overflow: hidden;
}

.testimonialSection {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
}

.testiHeader {
    text-align: center;
    margin-bottom: 40px;
}

.testiSmall {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}



.testiTitle {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: 12px;
}

.testiTitle span {
    color: #F1A70A;
}

.testiCarousel .owl-stage {
    display: flex;
    align-items: center;
}

.testiCard {
    background: #ffffff;
    width: 100%;
    max-width: 820px;
    min-height: 300px;
    max-height: 500px;
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.4s ease;
    opacity: 0.4;
    transform: scale(0.85);
}

@media (max-width: 768px) {
    .testiCarousel .owl-item.center .testiCard {
        transform: scale(1);
    }
}

.testiCarousel .owl-item {
    display: flex;
    justify-content: center;
}

.testiCarousel .owl-item.center .testiCard {
    opacity: 1;
    transform: scale(1);
}

.testiText {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.testiName {
    font-size: 18px;
    font-weight: 700;
    color: #0C2340;
    margin-top: 18px;
}

.testiCarousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testiCarousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 6px;
    transition: 0.3s;
}

.testiCarousel .owl-dot.active span {
    width: 28px;
    border-radius: 20px;
    background: #0C2340;
}

.testiViewMoreWrapper {
    text-align: center;
    margin-top: 35px;
}

.testiViewMoreBtn {
    background: #09203f;
    padding: 14px 38px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.testiViewMoreBtn:hover {
    background: #F1A70A;
}

@media (max-width: 1200px) {
    .testiCard {
        padding: 35px 45px;
    }
}

@media (max-width: 992px) {
    .testiCard {
        padding: 30px;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .testiCard {
        padding: 25px;
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .testiTitle {
        font-size: 28px;
    }
}


.bw-section-wrapper {
    width: 100%;
    padding: 40px 0;
    background: #012B45;
}



@media (max-width: 992px) {
    .bw-card-wrapper {
        position: relative;
        width: 100%;
        margin-top: 20px;
        transform: none;
        top: 0;
        right: 0;
    }

    .bw-orange-box {
        display: none;
    }
}

.both_ddb {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

/* FAB */
.floating-icons {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.floating-icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.floating-icons a:hover {
    transform: scale(1.1);
}

/* Individual colors */
.whatsapp {
    background: #25D366;
}

.call {
    background: #007bff;
}

.mail {
    background: #dc3545;
}



/* Modal Overlay */
.quote-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Modal Box */
.quote-modal-box {
    background: #fff;
    padding: 25px;
    width: 90%;
    max-width: 400px;
    border-radius: 6px;
    position: relative;
}

/* Close Button */
.quote-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
}

/* Heading */
.quote-modal-title {
    margin-top: 0;
}

/* Form */
.quote-form {
    margin-top: 15px;
}

/* Inputs */
.quote-input,
.quote-textarea,
.quote-submit-btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
}

/* Submit Button */
.quote-submit-btn {
    background: #F1A70A;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* Button */
.quote-btn-orange {
    background: #0C2340;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 10px;
}


/* work section */
.work-sec {
    text-align: center;
    margin-top: 50px;
}

.work-sec p {
    color: #132238;
    font-size: clamp(14px, 16px, 20px);
    font-weight: 300;
    margin-bottom: 10px;
}

.work-sec h2 {
    color: #132238;
    font-size: clamp(28px, 32px, 38px);
    font-weight: 700;
    margin-bottom: 15px;
}

.work-sec h6 {
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    width: 70%;
}

.work-det {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.work-det img {
    width: 80px;
}

.work-det button {
    color: #F1A70A;
    font-size: 18px;
    border-radius: 25px;
    border: 1px solid #E0E3EA;
    padding: 5px 18px;
    background: none;
    margin-top: 20px;
}

.work-det h2 {
    color: #151515;
    font-weight: 700;
    font-size: clamp(18px, 22px, 26px);
    margin-top: 20px;
}

.work-det h5 {
    color: #95979C;
    font-weight: 300;
    font-size: clamp(14px, 16px, 20px);
    width: 65%;

}


/* work section */