* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

:root {
    --primary-color: #3498db;
    --smailtait: #35343a;
    --taitl: #2258bf;
    --subtaitl: #3498db;
    --them: #ffffff;

}

body {
    overflow-x: hidden;
}

.custom-offcanvas {
    background-color: #1e1e2d;
    /* Background Color */
    width: 300px;
    /* Default width */
}

.custom-offcanvas ul li {
    margin-bottom: 15px;
}

.custom-offcanvas ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.custom-offcanvas ul li a:hover {
    color: #ff9800;
    /* Hover Color */
}

.custom-offcanvas .social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    transition: color 0.3s;
}

.custom-offcanvas .social-icons a:hover {
    color: #ff9800;
    /* Hover on Social Icons */
}

/* Mobile 50% width */
@media (max-width: 768px) {
    .custom-offcanvas {
        width: 50% !important;
    }
}

.hero-section {
    position: relative;
    height: 100vh;
    color: white;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Navbar fixed + animation */
.navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: transparent !important;
    transition: top 0.3s ease, background-color 0.3s ease;
}

.navbar-hidden {
    top: -100px;
}

.navbar-orange {
    background-color: rgba(13, 13, 12, 0.605) !important;
}

.hero-content {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
}

.btn-outline-light {
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
}

.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    z-index: 1100;
}

/* Search Popup Styling */
.search-popup .modal-content {
    border-radius: 10px;
    padding: 20px;
}

/* about */
.aboutimg1 img {
    width: 100%;
    box-shadow: 0px 0px 9px #353535;
    transition: transform 0.4s ease-in-out;

}

.aboutimg1 img:hover {

    transform: scale(1.1) rotate(3deg);
    /* 1.1 zoom और 3deg rotation */

}

.aboutimg1 {
    overflow: hidden;
}

.smailtaitl {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--smailtait);
}

.taitl01 {
    color: var(--taitl);
    font-weight: bold;
}

.subtaitl {
    color: var(--subtaitl);
    font-style: italic;

}

.about-section .info-boxes {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    left: -100px;
}

@media (max-width: 992px) {
    .about-section .info-boxes {
        left: 0px !important;
    }
}

.info-item h4 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.info-item h4 span.plus {
    font-size: 2.5rem;
    color: var(--subtaitl);
}

.about-section .info-item h4 {
    color: #2258bf;
    /* Dark blue heading color */
}

.about-section .info-item p {
    color: #555;
}

.about-section h2 {
    color: #2258bf;
}

.about-section h3 {
    color: #3498db;
    /* Orange italic subheading */
}

/* projrct */
.projects-section {
    background-color: #fff;
}

.projects-section .section-title h2 {
    color: #2258bf;
}

.projects-section .section-title h3 {
    color: #3498db;
}



.project-card img {
    width: 100%;
    height: 350px;
    display: block;
    object-fit: cover;
}

.project-info {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #eee;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.project-info .learn-more {
    color: var(--taitl);
    font-weight: bold;
    text-decoration: none;
}

.project-info .learn-more:hover {
    text-decoration: underline;
}

/* sfsdgf */
.residential-section {
    position: relative;
    width: 100%;
    height: 90vh;
    /* viewport height */
    display: flex;
    align-items: flex-end;
    padding: 40px;
}

.overlay-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
}

.overlay-content span {
    font-size: 20px;
}

/* letest project */
.latest-projects {
    padding: 60px 0;
    background: #f9f9f9;
}

.latest-projects .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.latest-projects .section-header h2 {
    font-size: 2.2rem;
    color: #0a1f44;
    margin-bottom: 10px;
}

.project-card {
    background: #fff;

    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.project-info {
    padding: 15px;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.project-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

.project-link {
    text-decoration: none;
    color: #000;
}

.project-btn {
    padding: 4px 12px;
    border: 1px solid var(--subtaitl);
    border-radius: 6px;
    font-size: 0.85rem;
    background: transparent;
    color: var(--taitl);
    transition: all 0.3s ease;
}

.project-btn:hover {
    background: var(--taitl);
    color: var(--subtaitl);
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.swiper-button-prev i {
    color: var(--subtaitl);
}

.swiper-button-next i {
    color: var(--subtaitl);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #000;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
    /*  default arrow */
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 16px;
}

/* wye choose */
.how-we-workimg {
    width: 100%;
}

.how-we-work11 {
    box-shadow: 0px 0px 9px #282828;
    background-color: #fff;

}

.how-we-work12 {
    color: var(--subtaitl);
}

.how-we-work13 {
    color: var(--subtaitl);
}

.icon-circle {
    background-color: var(--smailtait);
    color: var(--subtaitl);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-circle i {
    color: #fff;
}

/* faq */
.faq-section .accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: none;
    box-shadow: none !important;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: white;
    color: #000;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef7ff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.faq-icon.active {
    background-color: #1e3a8a;
    color: white;
}



.accordion-body {
    font-size: 15px;
    line-height: 1.6;
}

/* blogs section */
.button-11 {
    border: 1px solid var(--subtaitl);
    border-radius: 0px;
    color: var(--taitl);
    transition: 0.5s;

}

.button-11:hover {
    border: 1px solid var(--subtaitl);
    background-color: var(--subtaitl);
    color: #fff;
    box-shadow: 0px 0px 5px var(--subtaitl);
    border-radius: 20px;

}

.card-bolg {
    border-radius: 0px;


}

.cartimg1 {
    overflow: hidden;
}

.card-bolg:hover .cartimg1 img {
    transform: scale(1.1) rotate(3deg);
    /* 1.1 zoom और 3deg rotation */
    transition: transform 0.4s ease-in-out;
}

/* footer */
.footer .social-icons a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    transition: all 0.3s ease;
}

.footer .social-icons a:hover {
    background-color: #3498db;
    color: #000 !important;
}

/* breadcrumb*/
.breadcrumb {
    justify-content: center;
    /* Center align breadcrumb */
    background: transparent;
    /* Remove default background */
    margin-top: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* about */


.badge {
    background-color: var(--subtaitl);
}

.mission-img {

    overflow: hidden;
}

.mission-img img {
    width: 100%;
    height: auto;

}

.project-info {
    font-size: 0.95rem;
    line-height: 1.6;
}

.project-info .row {
    margin: 0;
}

.project-info .border-bottom {
    border-color: #e0e0e0 !important;
}


/* detail prodect */
.feature-box {
    text-align: center;
    padding: 15px;
}

.feature-box img {
    width: 40px;
    margin-bottom: 10px;
}

.feature-box p {
    margin: 0;
    color: #777;
}

.feature-box h5 {
    font-weight: bold;
    color: #0d3b66;
}

.details-section {
    background: #fff4eb;
    padding: 40px;
}

.details-section h4 {
    font-weight: bold;
}

.details-list {
    list-style: none;
    padding: 0;
}

.details-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    font-weight: 500;
}

.carousel-item {
    height: 400px;
}

.carousel-item img {
    height: 100%;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-box i {
    font-size: 40px;
    color: #999;
}

.feature-text span {
    color: #888;
    font-size: 16px;
}

.feature-text strong {
    color: #183B56;
    font-size: 18px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-item i {
    font-size: 45px;
}

/*  taitl*/
.c-taitl-1 {
    color: var(--subtaitl);
    font-weight: bold;
}

.clainimg {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

/* button */
.bestmonil {
    width: 100%;
}

.bestmonil .swiper-slide {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: transform 0.5s, opacity 0.5s, background 0.5s;
    padding: 20px;
    height: 300px !important;
}

.bestmonil .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

.bestmonil .swiper-slide h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.bestmonil .swiper-slide p {
    font-size: 14px;
    color: #161515;
}

.blogimg22 {
    height: 300px;
    width: 100%;

}

/* 🔥 Highlight center active slide */
.bestmonil .swiper-slide-active {
    transform: scale(1.2);
    /* zoom effect */
    opacity: 1;
    z-index: 10;
    background: linear-gradient(135deg, var(--subtaitl), #bf9d66);
    /* bg color change */
    color: #fff;
    /* text white for contrast */
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

/* Left & right slides */
.bestmonil .swiper-slide-next,
.bestmonil .swiper-slide-prev {
    opacity: 0.6;
    transform: scale(0.8);
}


.quick-link ul li {
    margin-bottom: 8px;
}

.footer-link {
    position: relative;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #fff;
    /* underline color */
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer-link:hover {
    color: #fff;
    /* optional: change color on hover */
}
