:root {
    --primary-color: #072b46;
    --secondary-color: #444444;
    --accent-color: #f8f9fa;
    --text-light: #ffffff;
    --text-dark: #212529;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    /* font-family: "Open Sans", sans-serif; */
    color: var(--text-dark);
    overflow-x: hidden;
}

.blockquote-footer {
    padding: 0px;
    background: unset;
}

#partnerModal .modal-body {
    background: var(--primary-color);
    color: #fff;
}

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    color: var(--text-light);
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.plyr__control.plyr__control--overlaid {
    background-color: var(--primary-color);
}

.plyr--full-ui input[type="range"] {
    color: var(--primary-color);
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--primary-color)));
}

.plyr__controls__item.plyr__control:hover {
    background-color: var(--primary-color);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    text-align: left;
}

.centercolmargin {
    border-right: 1px solid gray;
    border-left: 1px solid gray;
}
.centercolmarginright{
    border-right: 1px solid gray;

}

.counter,
.counterout {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.counterout {
    /* font-size: 15pt; */
}

.countersection p {
    text-transform: capitalize;
    margin-bottom: 0px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.navbar.scrolled {
    background-color: var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
    color: var(--text-light);
    font-weight: 500;
    margin: 0 10px;
}

.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--primary-color);
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: var(--secondary-color);
}

.community-section,
.expertise-section,
.partners-section,
.stats-section,
.construction-section {
    padding: 5rem 0;
}

.community-section {
    background-color: var(--accent-color);
}

.community-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.expertise-section {
    background-color: white;
}

.expertise-card {
    height: 100%;
    padding: 15px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.expertise-card:hover {
    transform: translateY(-5px);
}

.interior-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.partners-section {
    background-color: var(--primary-color);
    color: var(--text-light);
    text-align: center;
    padding: 4rem 0;
}

.partner-quote {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.stats-section {
    background-color: #f5f5f5;
}

.stats-map {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.stats-card {
    padding: 1.5rem;
    text-align: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.construction-section {
    background-color: white;
}

.construction-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.bgsec2 {
    background-color: var(--accent-color);
}

.team-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.secondslide .item img {
    position: relative;
}

.projects-section {
    padding: 5rem 0;
    background-color: var(--accent-color);
}

.secondslide .item .slide-caption {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 85%;
    margin: 0 7.5%;
    padding: 25px;
    border-top: 5px solid var(--primary-color);
}

.secondslide .owl-nav {
    position: absolute;
    right: 16%;
    bottom: 7%;
}

.project-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.project-card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-5px);
}

.news-section {
    padding: 5rem 0;
    background-color: white;
}

.news-card {
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.news-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #0a2d4a;
    border-color: #0a2d4a;
}
.btn:disabled{
    
    background-color: var(--primary-color);
}
.modal-title {
    font-weight: 800;
    color: var(--primary-color);
}

.btn-outline-light {
    padding: 0.75rem 2rem;
    font-weight: 500;
}

footer {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 4rem 0 2rem;
}

footer h5 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

footer a:hover {
    color: var(--text-light);
    text-decoration: underline;
}

.social-icons a {
    color: var(--text-light);
    font-size: 1.5rem;
    margin-right: 1rem;
}

.copyright {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-indicators {
    flex-direction: column;
    gap: 1rem;
    margin-left: 1rem;
    z-index: 111;

}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

element {
    display: block;

    padding-left: 0px;

}

#contactModal .modal-footer button {
    padding: 10px 20px;

    font-size: 11pt;

    border-radius: 10px;

    border: unset;

}

.carousel-indicators .active {
    opacity: 1;
    background-color: #007bff;
}

.carousel-item,
.carousel-inner {
    height: 100%;
}

.carousel-indicators {
    flex-direction: row;
    gap: 1rem;
    margin-left: 0px;
    left: 0px !important;
    transform: unset !important;
    bottom: 0px !important;
    top: unset !important;
    right: unset !important;
    background: #fff;
    margin-bottom: 0px;
    padding: 15px 20px;
    border-top: 5px solid var(--primary-color);
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: #cdcdcd;
}

.carousel-indicators .active {
    border: 4px solid var(--primary-color);
    background-color: #fff;
    position: relative;
    top: 5px;
}

.color-primary {
    color: var(--primary-color);
}

.btn.btn-secondary {
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 0px;
    padding: 8px 15px;
    color: var(--primary-color);
    font-weight: 600;
}

.full-section {
    height: 100vh;
    width: 100%;
    background: url('https://images.pexels.com/photos/2246478/pexels-photo-2246478.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') no-repeat bottom center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.content-box {
    background-color: white;
    border-radius: 0.5rem;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    padding: 1rem;
    text-align: center;
    min-height: 100px;
}

.full-section .col-md-4 {
    background: #fff;
    border-top: 5px solid var(--primary-color);
}

.full-section h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.full-section p {
    font-size: 14px;
    text-align: left;
    min-height: 42px;
}

.btn.expertise-card.active {
    border-left: 5px solid var(--primary-color) !important;
}

#imageCarousel img {
    object-fit: cover;
}

#imageCarousel .carousel-counter {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-top: 5px solid var(--primary-color);
}

.plyr__controls {
    justify-content: center;
    /* Center bottom controls if visible */
}

/* Keep big play button centered */
.plyr--video .plyr__control--overlaid {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn.btn-3 {
    display: flex;
    font-weight: 600;
    padding: 0px;
}

header .logo {
    width: 100px;
    height: auto;
}

header .material-symbols-outlined {
    font-size: 3em;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

#sideMenu {
    background-color: var(--primary-color);
}

#slideMenu .offcanvas-title {
    color: #fff;
}

.offcanvas-title {
    color: #fff;
}

.offcanvas-header .material-symbols-outlined {
    color: #fff;
}

.partner-logo {
    margin-bottom: 30px;
    /* height: 100%; */
    object-fit: contain;
      margin-bottom: 0px !important;
}

.countersection .col {
    /* box-shadow: 0px 0px 10px 0px #cacaca;
  margin: 10px;
  padding: 20px; */
}

@media screen and (max-width:991px) {
    .row.justify-content-end.align-items-end.h-100.g-4 {
        justify-content: end !important;
        align-content: end !important;
    }

    .secondslide .item .slide-caption {
        position: initial;
    }

    .secondslide .owl-nav {
        position: relative;
        right: unset;
        bottom: unset;
        margin-top: -20px !important;
    }
    .counter, .counterout {
    font-size: 2rem;
    }
    .counterout {
    /* font-size: 10pt; */
    }
    .countersection p {
        font-size: 10pt;
    }
}

.expertise-card h4 {
    font-size: 18px;
    font-weight: 600;
}

.expertise-card p {
    font-size: 14px;
}

.stats-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.stat-item {
    text-align: center;
    padding: 30px 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
}

.hero-section {
    height: 100vh;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-section h1 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.5rem;
    opacity: 0.9;
}
.cntbox {
  padding: 20px;
  margin: 10px auto;
}
.darklogobg{
    background: #000;
  border-radius: 10px;
}
@media screen and (min-width:1199px){
    .col-4.col-sm-4.col-md-3.col-lg-2.text-center {
    width: 12.5%;
    }
}
@media (max-width: 768px) {
    .stat-number {
        font-size: 2.5rem;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section p {
        font-size: 1.2rem;
    }
    header .logo{
        max-width: 70px;
    }
    header .material-symbols-outlined {
    font-size: 2em;
    }
    h2 {
    font-size: 2em !important;
    }
    .btn.btn-primary {
    font-size: 10pt;
    padding: 10px 15px;
    }
    
    .counter, .counterout {
    /* font-size: 2em !important; */
        font-size: 22pt !important;
    }
    .counterout {
    /* font-size: 10pt !important; */
    }
    .countersection p {
        font-size: 10pt !important;
    }
    .section-title {
    font-size: 1.6em !important;
    margin-bottom: 0px;
    }
    p{
        font-size: 10pt;
    }
    .btn.btn-secondary {
    font-size: 10pt;
    }
    .copyright {
    margin-top: 1em;
    }
    footer {
    padding: 2rem 0 2rem;
    }
    .centercolmargin {
        border-right: unset;
        border-left: unset;
    }
    .centercolmarginright{
        border-right: unset;

    }
    .cntbox {
    padding: 0px;
    margin: 10px auto;
    }
}