/* =============================
    NEW: style.css (responsive rebuild)
    - Rebuilt from original without design changes
    - Keep backup before replacing
    ============================= */

/* =============================
    GLOBAL RESETS & BASE STYLES
============================= */

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html,
body {
    overflow-x: hidden;
    background-color: black;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0.55vw 0;
    line-height: 140%;
    font-weight: 500;
}

p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    color: #fff;
}

.text-center {
    text-align: center;
    padding: 10px 15px;
    color: whitesmoke;
}

/* Utility */
.container {
    width: 100%;
    margin: 0 auto;
}

/* =============================
    HEADER & NAVBAR
============================= */

header {
    display: flex;
    flex-direction: row;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    background: black !important;
    transition: background 0.35s ease-in-out;
}

header.scrolled {
    background: black !important;
}

.navbar {
    width: 100%;
    position: sticky;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
}

header .navbar ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 10px 20px;
    margin: 0;
}

.nav-links {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.nav-links li a {
    color: white;
    font-weight: 600;
}

.logo img {
    filter: invert(1) brightness(9);
    width: auto;
    height: 60px;
}

/* Hamburger button (hidden on desktop) */
.hamburger {
    font-size: 26px;
    cursor: pointer;
    display: none;
    background: transparent;
    border: none;
    padding: 8px 12px;
}

.hamburger-icon {
    display: inline-block;
    line-height: 1;
    color: white;
}

/* =============================
    BANNER / SLIDER
============================= */

.banner img,
.slideshow-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.slideshow-container {
    position: relative;
    margin: auto;
    width: 100%;
}

.mySlides {
    display: table-cell;
    width: 100%;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 10;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    z-index: 5;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* .active,
.dot:hover {
     background-color: #717171;
} */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* =============================
    PROJECTS GRID
============================= */

.container-box {
    padding: 81px 150px;
}

.container-box h2 {
    margin-bottom: 20px;
    font-family: Montserrat;
    text-align: center;
    color: whitesmoke;
}

.title-border {
    text-transform: uppercase;
    color: grey;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    line-height: normal;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title-border::after {
    content: "";
    width: 30%;
    height: 3px;
    background: grey;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.project-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.project-container p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: white;
    text-align: left;
    padding: 0 10px;
}

.inner-content {
    border: 2px solid goldenrod;
    text-align: center;
    background-color: black;
}

.inner-content a {
    text-decoration: none !important;
    color: #000 !important;
    padding: 10px 0px;
}

.inner-content-head {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    font: bold 1.1em Montserrat !important;
    padding: 10px 10px;
}

.inner-content-head h3 {
    border-bottom: 2px solid white;
    font-size: 17px;
    text-transform: uppercase;
}

.img-section {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.img-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.img-section:hover img {
    transform: scale(1.1);
}

/* =============================
    (OPTIONAL) STATS SECTION
============================= */

.stats {
    padding: 50px 0;
    margin: 0 100px;
}

.stats-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.stats-container-list {
    flex: 1;
    text-align: center;
    border-right: 1px solid #bebec6;
    padding: 15px;
}

.stats-container-list h4 {
    color: darkblue;
    font-size: 50px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.stats-container-list p {
    margin-top: 10px;
    color: #555;
}

/* =============================
    ABOUT US SECTION
============================= */

.about-us {
    padding-top: 20px;
    background-color: white;
    color: #1b1b1b;
}

.about-container {
    display: flex;
    margin: 0 auto;
    padding: 20px;
    max-width: 1400px;
    align-items: flex-start;
    gap: 30px;
}

.about-container-headings {
    flex: 1;
    margin-top: 10px;
}

.about-container-headings h2 {
    font-size: 30px;
    font-family: "Libre Caslon Display", serif;
    color: #1b1b1b;
    margin-bottom: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.section-subtitle {
    padding: 0;
    color: grey;
    font-size: 13px;
    font-family: "Montserrat-Medium", sans-serif;
    text-align: center;
}

.about-container-headings p {
    color: grey;
    text-align: justify;
    font-weight: 500;
}

.about-container-headings a {
    color: #fff;
    background-color: grey;
    display: inline-block;
    margin-top: 25px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 15px;
    padding: 15px 20px;
    width: 230px;
}

.about-container-headings a:hover {
    background-color: rgb(37, 37, 157);
    transition: 0.3s;
}

.about-container-image {
    flex: 1;
}

.about-container-image img {
    margin-bottom: 30px;
    width: 100%;
    height: 600px;
    object-fit: contain;
    border-radius: 6px;
}

.about-service-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
    justify-content: space-around;
}

.border-item {
    border-right: 1px solid #8080806e;
    border-left: 1px solid #8080806e;
    padding: 0 33px;
}

@keyframes btnAnimate {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

/* =============================
    TESTIMONIALS
============================= */

.testimonial {
    padding: 60px;
    background-color: #f5ecec;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 100px;
}

.testimonial-item {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: #e3c49b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-item img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.testimonial-item a {
    text-decoration: none !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-item .video-wrapper {
    position: relative;
    padding-top: 65.5%;
}

.testimonial-item .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial-item .play-overlay {
    cursor: pointer;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
}

.yt-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.yt-play-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 4px;
}

.thumb-link:hover .yt-play-btn {
    background: red;
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.2s ease;
}

/* =============================
    AWARDS
============================= */

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 100px;
    text-align: center;
}

.awards-item {
    border: 2px solid goldenrod;
    background: transparent;
}

.awards-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.awards-item p {
    text-align: center;
    font-weight: 400;
    color: #ccb497;
    padding: 5px 40px;
}

.awards-item p span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: .8em;
    color: white;
}

/* =============================
    FOOTER
============================= */

.footer-content {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding-left: 10px;
}
.footer-content span{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: left;
}
.footer-content span img{
    height: 20px;
    width: 20px;
    vertical-align: middle;
    /* margin-right: 8px; */
    filter: invert(1) brightness(10);
}


.footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-title {
    font-size: 12px;
    font-weight: 700;
    color: white;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.footer-title::after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.footer-section.active .footer-title::after {
    content: "-";
}

.footer-section.active .footer-content {
    display: flex;
}

@media (min-width: 767px) {
    .footer-content {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    .footer-title::after {
        display: none;
    }

    .footer-links {
        display: flex;
        justify-content: space-evenly;
        gap: 40px;
        margin: 0 auto;
    }

    .footer-title {
        color: white;
        margin-bottom: 10px;
        border-bottom: 2px solid white;
        padding-bottom: 10px;
    }

    .footer-content a {
        font-size: 13px;
    }

    .footer-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
        margin-bottom: 10px;
        max-width: 260px;
        width: 200px;
    }
}

/* =============================
    SIMPLE SLIDER STYLES
============================= */

.simple-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    transition: 0.4s ease;
    will-change: transform;
}

.slide {
    min-width: calc(100% / 3);
    padding: 10px;
}

.slide a {
    display: block;
    background: black;
    text-align: left;
    box-shadow: 0 4px 12px #0001;
    border: 2px solid goldenrod;
    height: auto;
}

.slide p {
    color: white;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
}

.slide img {
    margin-top: 20px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.dots {
    text-align: center;
    margin-top: 12px;
}

.dots span {
    height: 10px;
    width: 10px;
    background: #999;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.dots .active {
    background: #000;
}

/* =============================
    RESPONSIVE STYLES
============================= */

/* Base mobile-first adjustments */
@media (max-width: 480px) {
    .hamburger {
        display: block;
    }

    header .navbar ul {
        display: none;
    }

    .logo img {
        height: 48px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -320px;
        height: 100vh;
        width: 280px;
        background: #fff;
        flex-direction: column;
        padding: 60px 20px 20px;
        gap: 20px;
        box-shadow: -6px 0 20px rgba(0, 0, 0, 0.12);
        transition: right 0.28s ease;
        z-index: 1200;
    }

    .nav-links.show {
        right: 0;
        display: flex;
        flex-direction: column;
    }

    body.menu-open {
        overflow: hidden;
    }

    .container-box {
        padding: 30px 14px;
    }

    .title-border {
        font-size: 15px;
        padding-bottom: 12px;
    }

    .project-container {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 18px;
    }

    .img-section {
        height: 220px;
        margin-top: 12px;
    }

    .about-container {
        flex-direction: column;
        margin: 0;
        padding: 16px;
        gap: 20px;
        max-width: 100%;
    }

    .about-container-headings,
    .about-container-image {
        max-width: 100%;
        margin: auto;
    }

    .about-container-headings h2 {
        font-size: 18px;
        padding: 0;
        text-align: center;
    }

    .about-container-image img {
        height: auto;
        max-height: 420px;
        object-fit: cover;
    }

    .about-container-headings p {
        text-align: center;
        font-size: 13px;
    }

    .testimonial {
        padding: 30px 12px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        margin: 20px 0;
        gap: 16px;
    }

    .testimonial-item {
        padding: 8px;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        margin: 20px 0;
        gap: 18px;
        padding: 12px;
    }

    .awards-item img {
        height: 260px;
        object-fit: cover;
    }

    .footer-inner-container {
        margin: 0 12px;
    }

    .footer-inner-box {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        text-align: left;
    }

    .footer-links {
        flex-direction: column;
        gap: 16px;
        padding: 0 12px;
    }

    .disclaimer {
        padding: 18px;
        font-size: 12px;
    }

    .slide {
        min-width: 100%;
    }
}

/* Small phones & larger phones */
@media (min-width: 481px) and (max-width: 767px) {
    .hamburger {
        display: block;
    }

    header .navbar ul {
        display: none;
    }

    .logo img {
        height: 54px;
    }

    .container-box {
        padding: 35px 18px;
    }

    .project-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .img-section {
        height: 240px;
    }

    .about-container {
        flex-direction: column;
        align-items: stretch;
        max-width: 560px;
    }

    .about-container-image img {
        height: 480px;
        max-height: 480px;
        object-fit: cover;
    }

    .about-container-headings h2 {
        text-align: center;
        font-size: 25px;
    }

    .about-container-headings p {
        text-align: center;
        font-size: 14px;
        line-height: 2;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        margin: 18px 0;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        margin: 18px 0;
    }

    .slide {
        min-width: 50%;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 1024px) {
    .about-container {
        flex-direction: column;
        align-items: stretch;
        max-width: 760px;
    }

    .about-container-image img {
        height: 600px;
        max-height: 600px;
        object-fit: cover;
    }

    .about-container-headings h2 {
        text-align: center;
    }

    .about-container-headings p {
        text-align: center;
    }

    .about-service-item {
        margin: 0 110px;
    }
}

/* Tablet + Mobile Luxury Glass Menu Fix */
@media (max-width: 1024px) {
    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        right: -320px;
        height: 100vh;
        width: 270px;
        padding: 90px 30px;
        flex-direction: column;
        gap: 25px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(12px);
        box-shadow: -6px 0 20px rgba(0, 0, 0, 0.25);
        transition: right .35s ease;
        z-index: 9999;
    }

    .hamburger {
        display: block;
    }

    .nav-links.show {
        right: 0;
        display: flex;
        flex-direction: column;
    }

    .nav-links a {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    body.menu-open {
        overflow: hidden;
    }
}

/* Small desktop / laptop */
@media (min-width: 1025px) and (max-width: 1199px) {
    .hamburger {
        display: none;
    }

    header .navbar ul {
        display: flex;
    }

    .logo img {
        height: 60px;
    }

    .container-box {
        padding: 80px 120px;
    }

    .project-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .img-section {
        height: 250px;
    }

    .about-container {
        display: flex;
        gap: 40px;
        padding: 40px;
        align-items: flex-start;
        margin: 0;
    }

    .about-container-image img {
        height: 600px;
        object-fit: contain;
    }

    .testimonial {
        padding: 80px 100px;
    }

    .testimonial-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 30px 50px;
    }

    .awards-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 40px 80px;
    }

    .footer-links {
        display: flex;
        justify-content: space-evenly;
        gap: 40px;
        margin: 0 auto;
    }

    .footer-inner-container {
        margin: 0 100px;
    }

    .slide {
        min-width: calc(100% / 3);
    }
}

/* Desktop and up */
@media (min-width: 1200px) {
    .container-box {
        padding: 80px 150px;
    }

    .project-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .testimonial-grid,
    .awards-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 30px 100px;
    }

    .footer-inner-container {
        margin: 0px;
    }

    .footer-links {
        padding: 60px;
        background-color: #1b1b1b;
        display: flex;
        justify-content: space-evenly;
        gap: 60px;
    }
    .footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 260px;
    
}

    .about-container {
        max-width: 1400px;
        padding: 40px 150px;
    }

    .logo img {
        height: 60px;
    }

    .slide {
        min-width: calc(100% / 3);
    }
}

/* Ultra-wide screens */
@media (min-width: 1600px) {
    .container-box {
        padding-left: 220px;
        padding-right: 220px;
    }

    .about-container {
        padding-left: 150px;
        padding-right: 150px;
    }

    .testimonial-grid,
    .awards-grid {
        margin-left: 160px;
        margin-right: 160px;
    }
}

/* Accessibility and small refinements */
a:focus,
button:focus {
    outline: 2px dashed #aaa;
    outline-offset: 2px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* End of stylesheet */