


        .block-testimonials-3,
        .block-testimonials-3 h1,
        .block-testimonials-3 h2,
        .block-testimonials-3 h3,
        .block-testimonials-3 h4,
        .block-testimonials-3 h5,
        .block-testimonials-3 h6,
        .block-testimonials-3 p,
        .block-testimonials-3 a {
            font-family: 'Inter', sans-serif !important;
        }

        .block-testimonials-3 .swiper-slide {
            width: 400px;
            padding: 15px;
        }

        .block-testimonials-3 .testimonial-col {
            background-color: #393939;
            /* border: 1px solid #EEE; */
            border-radius: 4px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
        }



        .block-testimonials-3 .testimonial-col p {
            font-size: 16px;
            line-height: 26px !important;
            margin-bottom: 20px;
        }

        .block-testimonials-3 .swiper-horizontal>.swiper-scrollbar {
            width: 75%;
            max-width: 700px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, .06);
        }

        .block-testimonials-3 .swiper,
        .block-testimonials-3 .swiper-wrapper {
            cursor: ew-resize !important;
        }


        .revo-slider-emphasis-text {
            font-size: 64px;
            font-weight: 700;
            letter-spacing: -1px;
            font-family: 'Poppins', sans-serif;
            padding: 15px 20px;
            border-top: 2px solid #FFF;
            border-bottom: 2px solid #FFF;
        }

        .revo-slider-desc-text {
            font-size: 20px;
            font-family: 'Lato', sans-serif;
            width: 650px;
            text-align: center;
            line-height: 1.5;
        }

        .revo-slider-caps-text {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 3px;
            font-family: 'Poppins', sans-serif;
        }

        .tp-video-play-button {
            display: none !important;
        }

        .tp-caption {
            white-space: nowrap;
        }

        .is-expanded-menu #header.transparent-header.floating-header .container {
            padding: 0 var(--cnvs-header-floating-padding);
            background-color: transparent !important;
        }

        .is-expanded-menu .sticky-header #header-wrap {
            position: fixed;
            top: 0;
            left: 0;
            background-color: #262626;
        }

       

        .contact-now-btn {
            /* background-color: #3A000A; */

        }

        .photo-box {
            position: relative;
            display: inline-block;
        }

        /* The short red border */
        .photo-box::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;

            width: 90%;
            height: 90%;

            border-right: 3px solid #d10f30;
            border-bottom: 3px solid #d10f30;

            pointer-events: none;
            /* Avoids interaction issues */
        }

        .photo-box img {
            display: block;
            max-width: 100%;
            padding-bottom: 12px;
        }

    .name-box {
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 2;
    text-transform: uppercase;
    border: 1px solid #e10027;
}

        .flex-control-nav.flex-control-thumbs {
            position: relative;
            /* justify-content: space-between !important; */
            top: 0;
            left: 0;
            right: 0;
            margin: var(--cnvs-fslider-thumbs-gutters) calc(-1 * var(--cnvs-fslider-thumbs-gutters)) calc(-1 * var(--cnvs-fslider-thumbs-gutters)) 0;
            height: auto;
        }

        .bg-overlay {
            border: 1px solid transparent;
            /* required for smooth hover transition */
            transition: border-color 0.3s ease;
        }

        .bg-overlay:hover {
            border-color: red;
            border: solid 8px #9c001a;
;
        }

        .bg-overlay-content {
            display: flex;
            flex-direction: column;
            align-content: flex-start;
            justify-content: flex-end;
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .block-testimonials-3 .swiper-slide {
    width: 400px;
    /* padding: 15px; */
    padding: 0px !important;
}

        /* .hover-box {
            position: relative;
        }

        .hover-text {
            opacity: 0;
            
            transition: opacity 0.3s ease;
        }

        .bg-overlay:hover .hover-text {
            opacity: 1;
        } */
        
        .op-left {
    width: 100%;
    max-width: 420px;
    background: #000;
    padding: 20px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.op-accordion-box {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.op-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    font-size: 16px;
}

.op-dot {
    width: 10px;
    height: 10px;
    background: #0f0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.op-tag {
    background: #333;
    padding: 3px 8px;
    /* border-radius: 6px; */
    font-size: 12px;
    margin-left: 8px;
    border: 1px solid #820018;
}

.op-arrow {
    transition: transform 0.3s ease;
}

.op-acc-header.active .op-arrow {
    transform: rotate(180deg);
}

.op-acc-header.active{
    border: 1px solid red;
}

.op-acc-content {
    display: none;
}

.op-acc-main-content{
    
    padding: 15px;
    border: 15px solid #262626;
    margin: 0px;
}


/* Header active */
.op-acc-header.active {
    border: 1px solid red;
    border-bottom: none;   /* remove bottom border */
}

/* Content active – 1px red, remove top border */
.op-acc-header.active + .op-acc-content {
    border: 1px solid red;
    border-top: none;      /* remove top border */
}



.op-project {
    margin-bottom: 12px;
}

.op-project-title {
    font-size: 15px;
    font-weight: 600;
}

.op-project-date {
    font-size: 13px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 480px) {
    .op-left {
        padding: 15px;
    }
    .op-acc-header {
        font-size: 15px;
    }
}


        #map {
        width: 100%;
        height: 400px;
    }

    /* SVG Icon size */
    .custom-marker {
        width: 40px;
        height: 40px;
    }


.op-container {
max-width: 1400px;
margin: auto;
padding: 80px 20px;
text-align: center;
}


.op-title {
font-size: 48px;
font-weight: 700;
margin-bottom: 10px;
color: white;
}


.op-subtitle {
font-size: 15px;
max-width: 650px;
margin: 0 auto 60px auto;
color: #dcdcdc;
line-height: 1.6;
}


.op-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}


.op-accordion {
background: #1a1a1a;
border: 1px solid #2c2c2c;
margin-bottom: 12px;
border-radius: 6px;
overflow: hidden;
}


.op-acc-header {
padding: 18px 20px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
background: #262626;
}


.op-dot {
height: 10px;
width: 10px;
background: #ff2e2e;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}






.team-section {
    background: black;
    color: white;
    padding: 80px 30px;
}

.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.team-image-box {
    position: relative;
    text-align: center;
}

.team-photo {
    width: 100%;
}

.team-name-box {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

.team-position {
    font-size: 12px;
    padding-top: 5px;
}

.team-content-box {
    flex: 1 1 300px;
}

.team-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.team-description {
    /* font-size: 15px; */
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
}
/* Toggle Styling */
.toggle {
    margin-top: 20px;
}

.toggle-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toggle-icon i {
    font-size: 18px;
    margin-right: 10px;
}

.toggle-open {
    display: none;
}

.toggle-content {
    display: none;
    margin-top: 15px;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .team-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

    .team-title {
        font-size: 28px;
    }

    .team-photo {
        max-width: 260px;
    }
}


/* Outer photo wrapper with red border effect */
.photo-frame {
    position: relative;
    display: inline-block;
    padding: 0 10px 10px 0;
}

/* red border behind the image */
.photo-frame::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    border: 9px solid #b1001c; /* dark red */
    z-index: 0;
}

/* actual white card */
.team-photo {
    position: relative;
    z-index: 2;
    background: white;
    max-width: 100%;
}

/* Name box placed on top of image */
.team-name-box {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: max-content;
    z-index: 3;
    border: 1px solid #b1001c; /* red border like screenshot */
}

.team-position {
    font-size: 12px;
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .photo-frame::before {
        top: 10px;
        left: 10px;
    }
    
}

@media (max-width: 768px) {
  .heading-block h1 {
    font-size: 32px !important; /* smaller heading for mobile */
    line-height: 40px !important; /* adjust line height accordingly */
    width: 100%;           /* full width */
    word-break: break-word; /* break long words if needed */
  }

  .heading-block div {
    font-size: 16px !important; /* smaller subtitle for mobile */
    line-height: 24px !important;
    width: 100%;           /* full width */
    word-break: break-word; /* break long words if needed */
  }

  .commmon-red-btn-large {
    font-size: 14px;        /* smaller text */
    padding: 8px 16px;      /* smaller padding */
    width: auto;            /* shrink to content */
    max-width: 100%;        /* no overflow */
    margin: 12px 0 0 0;     /* spacing above button */
    display: inline-block;   /* flows naturally in layout */
    text-align: center;      /* center text inside button */
  }

  /* Ensure heading-block uses column layout on mobile */
  .heading-block {
    display: flex;
    flex-direction: column;  /* stack heading, subtitle, button */
    align-items: flex-start; /* keep left alignment; change to center if needed */
  }
}


    