mabody {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    width: 100%;
}

/* TOP BAR */
.top-enquiry-bar {
    background: linear-gradient(to right, #ff2c2c, #ff9900);
    height: 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
    width: 100%;
}

/* MARQUEE WRAPPER */
.enquiry-marquee {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.joint{
    text-decoration:none;
    color:#000;
}
/* MOVING TEXT */
.enquiry-marquee span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 100%;
    animation: marqueeMove 30s linear infinite;
}

/* CAR IMAGE */
/* .enquiry-car {
    max-height: 50px;
    animation: carFloat 2s ease-in-out infinite;
} */

/* TEXT MOVE ANIMATION */
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* CAR FLOAT EFFECT */
@keyframes carFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .enquiry-marquee span {
        font-size: 14px;
    }

    .enquiry-car {
        max-height: 42px;
    }
}

@media (max-width: 576px) {
    .enquiry-marquee span {
        font-size: 13px;
    }
}

/* HEADER */
.main-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

/* LOGO */
.main-logo img {
    width: auto;
    max-width: 100%;
    max-height: 90px;
}

/* NAV LINKS */
.main-nav .nav-link {
    color: #000;
    font-size:18px;
    font-weight: 500;
    padding: 6px 25px;
}

.main-nav .nav-link.active {
    color: #E20712;
    font-weight: 600;
}

.main-nav .nav-link:hover {
    color: #E20712;
}

/* CONTACT BUTTON */
.main-contact-btn {
    background: #E20712;
    color: #fff;
    border-radius: 30px;
    padding: 10px 26px;
    font-weight: 600;
    border: none;
}

.main-contact-btn:hover {
    background: #E20712;
    color: #fff;
}

/* MOBILE TOGGLE */
.main-toggle {
    font-size: 22px;
    border: none;
    background: transparent;
}

/* MOBILE MENU */
.main-mobile-menu {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 15px;
    margin-top: 10px;
}

.main-mobile-menu .nav-link {
    color: #000;
    padding: 10px 0;
}

.main-mobile-menu .nav-link.active {
    color: #f5a623;
    font-weight: 600;
}

.main-mobile-menu .main-contact-btn {
    width: 50%;
}

@media (max-width: 576px) {

    .main-header {
        padding: 12px 0;
    }

    .main-logo img {
        max-height: 80px;
    }

    .main-toggle {
        font-size: 24px;
    }

    .main-mobile-menu {
        padding: 12px;
    }

    .main-mobile-menu .nav-link {
        font-size: 15px;
    }

    .main-mobile-menu .main-contact-btn {
        padding: 10px;
        font-size: 14px;
        width: 40%;
    }
    
}

@media (min-width: 577px) and (max-width: 768px) {

    .main-logo img {
        max-height: 70px;
    }

    .main-toggle {
        font-size: 24px;
    }

    .main-mobile-menu .nav-link {
        font-size: 16px;
    }

    .main-contact-btn {
        padding: 10px 22px;
        font-size: 15px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .main-logo img {
        max-height: 80px;
    }

    .main-nav .nav-link {
        padding: 6px 18px;
        font-size: 15px;
    }

    .main-contact-btn {
        padding: 9px 22px;
        font-size: 15px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .main-logo img {
        max-height: 85px;
    }

    .main-nav .nav-link {
        font-size: 16px;
        padding: 6px 22px;
    }
}


.hero-slider {
    height: 81vh;
    position: relative;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    height: 81vh;
}

/* BACKGROUND IMAGE */
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* LEFT DARK SHADOW */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.5) 40%,
        rgba(0,0,0,0) 75%
    );
    z-index: 2;
}

.hero-content-wrap {
    position: relative;
    z-index: 3;
    height: 100%;
}

.hero-content {
    color: #fff;
}

.hero-content h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 600px;
}

.hero-btns {
    display: flex;
    gap: 15px;
}

.hero-btns .btn-warning {
    background: linear-gradient(to right, #ff2c2c, #ff9900);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    color: #ffffff;
}

.hero-btns .btn-light {
    padding: 12px 30px;
    font-weight: 600;
}

.hero-scale {
    width: 100%;
    z-index: 3;
}

.hero-scale img {
    width: 100%;
}

/* FIX: ensure carousel takes full height */
#heroCarousel,
.carousel-inner {
    height: 100%;
}

/* FIX: prevent bottom scale image overlap */
.main-slider {
    position: relative;
}

/* ================= HERO STATS ================= */
.hero-stats-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}

.hero-stats-row {

    /* CURVED TOP SHAPE USING SVG BACKGROUND */
    background-image: url("../image/white\ card\ top.png");
    
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 50px 0; 
    max-width: 950px;
    margin-left: auto;
    border-radius: 0;
}

/* TEXT */
.hero-stats-row h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    text-align:center;
}

.hero-stats-row h3::after {
    content: "+";
}

.hero-stats-row p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    text-align:center;
}

/* MOBILE */
@media (max-width: 768px) {
    .hero-stats-row {
        background-size: 100% 120px;
        padding: 10px 20px 0 40px;
    }

    .hero-stats-row h3 {
        font-size: 28px;
    }
}



/* =====================================================
   📌 HERO SLIDER – FULL RESPONSIVE BREAKPOINTS
===================================================== */

@media (max-width: 576px) {

    .hero-slider,
    .carousel-item {
        height: 85vh;
    }

    .hero-content {
        margin-top: 50px;
    }

    .hero-content h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-btns {
        flex-direction: row;
        gap: 10px;
    }

    .hero-btns .btn {
        width: 40%;
        padding: 12px 30px;
        font-size: 12px;
        text-align: center;
    }

    .hero-overlay {
        background: linear-gradient(
            90deg,
            rgba(0,0,0,0.85) 0%,
            rgba(0,0,0,0.6) 60%,
            rgba(0,0,0,0.2) 100%
        );
    }

    .hero-scale img {
        height: 20px;
        object-fit: cover;
    }
    
    .hero-stats-row {
        background-size: 100% 120px;
        padding: 10px 20px 0;
    }

    .hero-stats-row h3 {
        font-size: 16px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .hero-slider,
    .carousel-item {
        height: 75vh;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-btns {
        gap: 12px;
    }

    .hero-scale img {
        height: 24px;
        object-fit: cover;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .hero-slider,
    .carousel-item {
        height: 85vh;
    }

    .hero-content h1 {
        font-size: 45px;
    }

    .hero-content p {
        font-size: 16px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .hero-content h1 {
        font-size: 50px;
    }

    .hero-content p {
        font-size: 16px;
    }
}


/* WHO WE ARE SECTION */
.who-we-are {
    padding: 40px 0;
    background: #fffaf2;
}

/* IMAGE */
.who-img-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.who-img-wrapper img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

/* EXPERIENCE BADGE */
.experience-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 12px;
}

.experience-badge h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ff2c2c;
    margin: 0;
}

.experience-badge p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

/* TEXT CONTENT */
.who-subtitle {
    color: #ff0000;
    font-family: 'Rage Italic', sans-serif;
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}
.rating-box{
    text-align:center;
}
.who-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.who-we-are p {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
}

/* APPROACH */
.approach-title {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.approach-list {
    padding-left: 18px;
    margin-bottom: 30px;
}

.approach-list li {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

/* BUTTON */
.read-more-btn {
    background: linear-gradient(to right, #ff2c2c, #ff9900);
    color: #fff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
}

.read-more-btn:hover {
    opacity: 0.9;
    color: #fff;
}

@media (max-width: 576px) {

    .who-we-are {
        padding: 30px 0;
    }

    .who-subtitle {
        font-size: 28px;
        display: block;
    }

    .who-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .who-we-are p {
        font-size: 14px;
        text-align: left;
    }

    .approach-title {
        font-size: 18px;
        margin-top: 20px;
    }

    .approach-list li {
        font-size: 14px;
    }

    .read-more-btn {
        padding: 10px 26px;
        font-size: 14px;
    }

    .who-img-wrapper {
        border-radius: 20px;
    }

    .who-img-wrapper img {
        border-radius: 20px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .who-subtitle {
        font-size: 30px;
    }

    .who-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .who-we-are p {
        font-size: 14.5px;
    }

    .approach-list li {
        font-size: 14.5px;
    }

    .read-more-btn {
        padding: 11px 30px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .who-subtitle {
        font-size: 32px;
    }

    .who-title {
        font-size: 32px;
    }

    .who-we-are p {
        font-size: 15px;
    }

    .approach-list li {
        font-size: 15px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .who-title {
        font-size: 36px;
    }

    .who-subtitle {
        font-size: 34px;
    }
}



/* SECTION */
.sambaha-services-section {
    padding: 50px  0;
    background: #fff;
}

/* TITLE */
.sambaha-services-title {
    font-size: 42px;
    font-weight: 700;
}

.sambaha-title-line {
    width: 220px;
    height: 4px;
    background: linear-gradient(to right, #ff2c2c, #ff9900);
    margin: 12px 0 18px;
}

.sambaha-services-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 720px;
}

/* IMAGE WRAPPER */
.sambaha-services-bg {
    display: block;
    position: relative;
    height: 350px;
    border-radius: 22px;
}

/* FULL WIDTH IMAGE */
.sambaha-services-img {
    margin: auto;
    width: 95%;
    height: 100%;
    object-fit: cover;
}

/* DARK GRADIENT */
/* .sambaha-services-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        270deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.5) 45%,
        rgba(0,0,0,0) 75%
    );
    z-index: 1;
} */

/* CARD WRAPPER */
.sambaha-cards-wrapper {
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    z-index: 2;
}

/* CARD */
.sambaha-service-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    transform: translateY(15px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    height: 100%;
}

/* Yellow bottom accent animation */
.sambaha-service-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(to right, #ff2c2c, #ff9900);
    border-radius: 18px;
    transition: width 0.4s ease;
}

.sambaha-service-card:hover::after {
    width: 100%;
}

/* ICON */
.sambaha-icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(to right, #ff2c2c, #ff9900);
    transition: all 0.4s ease;
    border-radius: 16px 16px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon image color pop */
.sambaha-service-card:hover .ag-icon-box img {
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;
}

/* ICON IMAGE */
.sambaha-icon-box img {
    width: 40px;
    height: 40px;
}

.sambaha-service-content {
    padding: 20px 24px 20px;
    transition: all 0.4s ease;
}

.sambaha-service-card:hover .sambaha-service-content {
    transform: translateY(-5px);
}

/* TEXT */
.sambaha-service-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Title color change */
.sambaha-service-card:hover h4 {
    color: #ff2c2c;
    transition: color 0.3s ease;
}

.sambaha-service-card p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 576px) {

    .sambaha-services-section {
        padding: 30px 0;
    }

    .sambaha-services-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .sambaha-title-line {
        width: 140px;
        height: 3px;
    }

    .sambaha-services-subtitle {
        font-size: 13px;
    }

    .sambaha-appointment-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 14px;
    }

    .sambaha-services-bg {
        height: auto;
        padding-bottom: 40px;
    }
    
    .sambaha-cards-wrapper {
        position: relative;
        bottom: 0;
        margin-top: 30px;
    }

    .sambaha-icon-box {
        width: 65px;
        height: 65px;
    }

    .sambaha-icon-box img {
        width: 32px;
        height: 32px;
    }

    .sambaha-service-card h4 {
        font-size: 18px;
    }

    .sambaha-service-card p {
        font-size: 13px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .sambaha-services-title {
        font-size: 30px;
    }

    .sambaha-title-line {
        width: 170px;
    }

    .sambaha-services-bg {
        height: auto;
        padding-bottom: 60px;
    }

    .sambaha-cards-wrapper {
        position: relative;
        bottom: 0;
        margin-top: 40px;
    }

    .sambaha-service-card h4 {
        font-size: 19px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .sambaha-services-title {
        font-size: 34px;
    }

    .sambaha-services-bg {
        height: 300px;
    }

    .sambaha-cards-wrapper {
        bottom: -60px;
    }

    .sambaha-service-card {
        min-height: 260px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .sambaha-services-title {
        font-size: 38px;
    }

    .sambaha-services-bg {
        height: 330px;
    }

    .sambaha-cards-wrapper {
        bottom: -70px;
    }
}


/* SECTION */
.why-choose-section {
    background: #fff;
    margin-top: 70px;
}

/* HEADER */
.why-header {
    border: 3px solid transparent;
    border-radius: 40px 40px 0 0;
    padding: 40px 20px;
    max-width: 1100px;
    margin: auto;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #ff9a00, #ff0000) border-box;
    border-bottom: none;
}

.why-subtitle {
    color: #ff0000;
    font-family: 'Rage Italic', sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.why-title {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0;
}

.why-desc {
    color: #666;
    max-width: 700px;
    margin: auto;
}

/* RED BOX */
.why-red-box {
    margin-top: -50px;
    border-radius: 20px;
    background: #e10c0c;
}

.red-box {
    padding: 0px 40px;
}

/* ITEM */
.why-item {
    display: flex;
    gap: 20px;
    border: 2px dotted rgba(255,255,255,0.7);
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.why-item h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.why-item p {
    font-size: 14px;
    margin-bottom: 0;
    opacity: 0.9;
    line-height: 1.3;
}

/* ICON */
.why-icon {
    font-size: 28px;
    min-width: 40px;
}

.why-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.why-bottom-img img {
    width: 100%;
    border-radius: 20px;
    display: block;
}


@media (max-width: 576px) {
    
    .why-choose-section {
        margin-top: -30px;
    }

    .why-header {
        padding: 25px 15px;
        border-radius: 25px 25px 0 0;
    }

    .why-subtitle {
        font-size: 26px;
    }

    .why-title {
        font-size: 24px;
    }

    .why-desc {
        font-size: 14px;
    }

    .why-red-box {
        margin-top: -60px;
        padding: 20px 15px;
        border-radius: 16px;
    }

    .red-box {
        padding: 0;
    }

    .why-item {
        gap: 15px;
        padding: 16px;
        margin-bottom: 18px;
    }

    .why-item h5 {
        font-size: 15px;
    }

    .why-item p {
        font-size: 13px;
    }

    .why-icon img {
        width: 26px;
        height: 26px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .why-header {
        padding: 35px 20px;
    }

    .why-title {
        font-size: 30px;
    }

    .why-desc {
        font-size: 15px;
    }

    .why-red-box {
        padding: 30px 20px;
    }

    .red-box {
        padding: 0 10px;
    }

    .why-item h5 {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .why-header {
        padding: 40px 25px;
    }

    .why-title {
        font-size: 34px;
    }

    .why-red-box {
        padding: 35px 30px;
    }

    .why-item {
        padding: 18px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .why-title {
        font-size: 38px;
    }

    .why-red-box {
        padding: 40px 35px;
    }
}


/* SECTION */
.projects-section {
    padding: 40px 0;
    background: #fff;
}

/* HEADINGS */
.section-tag {
    color: #ff3b00;
    font-family: 'Rage Italic', sans-serif;
    font-size: 35px;
    font-weight: 500;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
}

.section-subtitle {
    color: #666;
    max-width: 600px;
    margin: auto;
}

/* WRAPPER */
.projects-wrapper {
    background: #fff1ec;
    padding: 40px;
    border-radius: 40px;
}

/* CARD */
.project-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    transition: all 0.35s ease;
}

.project-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.project-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* BOTTOM INFO */
.project-info {
    background: linear-gradient(90deg, #ff2d00, #ff9800);
    color: #fff;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-info h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.project-info p {
    font-size: 13px;
    margin: 0;
}

.project-info a {
    text-decoration: none;
}

/* ARROW BUTTON */
.arrow-btn {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.arrow-btn img {
    width: 18px;
    height: auto;
    transition: all 0.35s ease;
}

.project-card:hover .arrow-btn img {
    transform: translateX(6px);
}

/* VIEW MORE */
.view-more-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ff2d00, #ff9800);
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 576px) {

    .projects-wrapper {
        padding: 20px;
        border-radius: 24px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-tag {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .projects-wrapper .row > div {
        width: 100%;
        max-width: 100%;
    }

    .project-card img {
        height: 500px;
    }

    .project-info h5 {
        font-size: 15px;
    }

    .project-info p {
        font-size: 12px;
    }

    .arrow-btn {
        width: 38px;
        height: 38px;
    }

    .view-more-btn {
        padding: 12px 32px;
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .projects-wrapper {
        padding: 30px;
        border-radius: 30px;
    }

    .section-title {
        font-size: 30px;
    }

    .project-card img {
        height: 220px;
    }

    .project-info h5 {
        font-size: 16px;
    }

    .project-info p {
        font-size: 13px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .projects-wrapper {
        padding: 35px;
    }

    .section-title {
        font-size: 34px;
    }

    .project-card img {
        height: 240px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .projects-wrapper {
        padding: 40px;
    }

    .project-card img {
        height: 260px;
    }
}


.sambaha-about-section {
    background: #fff3ef;
    padding: 40px 0;
}

/* LEFT CARD */
.trusted-card-wrap {
    position: relative;
    max-width: 500px;
}

.trusted-card-bg {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 100%;
    height: 100%;
    background: #f5b400;
    border-radius: 20px;
    z-index: 1;
}

.trusted-card {
    position: relative;
    background: #d84326;
    color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    z-index: 2;
}

.trusted-card h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.trusted-card p {
    font-size: 15px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.trusted-logo {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background-color: #fff3ef;
    padding: 18px 35px;
    border-radius: 16px;
}

.trusted-logo img {
    max-width: 240px;
}

/* RIGHT CONTENT */
.trusted-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.trusted-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

/* BUTTON */
.enquire-btn {
    background: linear-gradient(90deg, #e10f0f, #f5b400);
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.enquire-btn:hover {
    color: #fff;
    opacity: 0.9;
}

@media (max-width: 576px) {

    .sambaha-about-section {
        padding: 30px 0;
    }

    .trusted-card-wrap {
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .trusted-card {
        padding: 30px 20px;
        text-align: center;
    }

    .trusted-card h2 {
        font-size: 24px;
    }

    .trusted-card p {
        font-size: 14px;
        margin-bottom: 55px;
    }

    /* Fix logo overlap */
    .trusted-logo {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
        padding: 14px 22px;
        max-width: 300px;
    }

    .trusted-logo img {
        max-width: 180px;
    }

    .trusted-content h2 {
        font-size: 26px;
        text-align: left;
    }

    .trusted-content p {
        font-size: 14.5px;
    }

    .enquire-btn {
        
        width: fit-content;
        margin: 15px auto 0;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .trusted-card-wrap {
        margin: 0 auto 30px;
    }

    .trusted-card h2 {
        font-size: 27px;
    }

    .trusted-card p {
        font-size: 14.5px;
    }

    .trusted-logo img {
        max-width: 200px;
    }

    .trusted-content h2 {
        font-size: 30px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .trusted-card {
        padding: 35px 28px;
    }

    .trusted-card h2 {
        font-size: 29px;
    }

    .trusted-content h2 {
        font-size: 32px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .trusted-card h2 {
        font-size: 30px;
    }

    .trusted-content h2 {
        font-size: 34px;
    }
}


.testimonials-section {
    background: #fff9ee;
    padding: 40px 0;
}

/* HEADER */
.testimonial-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

/* RATING */
.rating-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.rating-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rating-box p {
    font-size: 14px;
    margin-bottom: 5px;
}

.stars {
    float: end;
    color: #f5b400;
    font-size: 16px;
}

/* SLIDER */
.testimonial-slider {
    position: relative;
    display: flex;
    align-items: center;
}

.slider-window {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.slider-track .testimonial-card {
    min-width: 33.333%;
    height: 300px;
    
}

/* BUTTONS */
.slider-btn {
    background: #111;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.slider-btn.left {
    left: -20px;
}

.slider-btn.right {
    right: -20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .slider-track .testimonial-card {
        min-width: 100%;
        margin-left:5px;
    }
}

/* CARD */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.testimonial-head {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.testimonial-head img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-head span {
    font-weight: 600;
    margin-left: 12px;
}

.quote {
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: -10px;
    color: #111;
}

.testimonial-card p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

@media (max-width: 576px) {

    .testimonial-title {
        font-size: 26px;
        text-align: center;
    }
    
    .stars {
        text-align: center;
    }

    .rating-wrap {
        justify-content: center;
        gap: 20px;
        text-align: center;
    }

    .slider-track {
        gap: 15px;
    }

    /* Show 1 card */
    .slider-track > div {
        width: 100%;
        flex: 0 0 auto;
        height: 100%;
    }
    
    .testimonial-card {
        padding: 20px;
    }

    .slider-btn {
        width: 38px;
        height: 38px;
    }

    .slider-btn.left {
        left: -10px;
    }

    .slider-btn.right {
        right: -10px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .testimonial-title {
        font-size: 30px;
    }

    .rating-wrap {
        justify-content: flex-start;
        gap: 30px;
    }

    /* Show 2 cards */
    .slider-track > div {
        width: 100%;
        flex: 0 0 auto;
        height: 100%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .testimonial-title {
        font-size: 36px;
    }

    /* Show 2 cards */
    .slider-track > div {
        width: 100%;
        flex: 0 0 auto;
        height: 100%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .testimonial-title {
        font-size: 42px;
    }

    /* Show 3 cards */
    .slider-track > div {
        width: 33.333%;
        flex: 0 0 auto;
        height: 100%;
    }
}


/* About-page BANNER */
.about-page-banner {
    background: 
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url("../image/pagebanner/about.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.about-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.about-page-banner p span {
    margin: 0 6px;
}

.about-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .about-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .about-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .about-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .about-page-banner {
        padding: 80px 20px;
    }

    .about-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .about-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .about-page-banner {
        padding: 100px 30px;
    }

    .about-page-banner h1 {
        font-size: 44px;
    }

    .about-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .about-page-banner h1 {
        font-size: 50px;
    }

    .about-page-banner p {
        font-size: 18px;
    }
}


/* ================= ABOUT PAGE CODE ================= */
.about-content-section {
    padding: 40px 40px;
}

.about-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.3;
}

.about-content-section p {
    text-align: justify;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

/* IMAGE STACK */
.about-img-wrap {
    position: relative;
    max-width: 100%;
}

.about-img-wrap .img-main {
    width: 100%;
    border-radius: 40px;
    display: block;
}

@media (max-width: 576px) {
    .about-content-section {
        padding: 20px 15px;
    }

    .about-title {
        font-size: 24px;
        text-align: center;
    }

    .about-content-section p {
        font-size: 14px;
        text-align: justify;
    }

    .about-img-wrap {
        margin-bottom: 20px;
        text-align: center;
    }

    .about-img-wrap .img-main {
        border-radius: 25px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .about-content-section {
        padding: 30px 20px;
    }

    .about-title {
        font-size: 28px;
        text-align: left;
    }

    .about-content-section p {
        font-size: 15px;
    }

    .about-img-wrap {
        margin-bottom: 20px;
    }

    .about-img-wrap .img-main {
        border-radius: 30px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .about-title {
        font-size: 32px;
    }

    .about-content-section p {
        font-size: 16px;
    }

    .about-img-wrap .img-main {
        border-radius: 35px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .about-title {
        font-size: 34px;
    }

    .about-content-section p {
        font-size: 17px;
    }

    .about-img-wrap .img-main {
        border-radius: 38px;
    }
}


.sambaha-vision-section {
    background-color: #ffffff;
    padding: 0 40px;
}

/* MAIN HEADING */
.sambaha-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

/* SUB HEADINGS */
.sambaha-sub-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

/* PARAGRAPH TEXT */
.sambaha-text {
    text-align: justify;
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}

/* IMAGE STYLE */
.sambaha-image {
    max-width: 90%;
}

@media (max-width: 576px) {
    .sambaha-vision-section {
        padding: 0 15px;
    }

    .sambaha-main-title {
        font-size: 26px;
        text-align: center;
    }

    .sambaha-sub-title {
        font-size: 18px;
    }

    .sambaha-text {
        font-size: 14px;
    }

    .sambaha-image {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .sambaha-main-title {
        font-size: 32px;
    }

    .sambaha-sub-title {
        font-size: 20px;
    }

    .sambaha-text {
        font-size: 16px;
    }

    .sambaha-image {
        max-width: 95%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .sambaha-main-title {
        font-size: 36px;
    }

    .sambaha-sub-title {
        font-size: 21px;
    }

    .sambaha-text {
        font-size: 16px;
    }

    .sambaha-image {
        max-width: 90%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .sambaha-main-title {
        font-size: 38px;
    }

    .sambaha-sub-title {
        font-size: 22px;
    }

    .sambaha-text {
        font-size: 17px;
    }

    .sambaha-image {
        max-width: 90%;
    }
}


/* SECTION */
.sambaha-focus-section {
    background-color: #ffffff;
}


/* TITLE */
.sambaha-focus-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-left: 40px;
}

/* RED BACKGROUND */
.sambaha-focus-bg {
    background-color: #e50914;
}

/* CARD STYLE */
.sambaha-focus-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px 30px;
    border-radius: 18px;
    height: 100%;
    display: flex;
    gap: 15px;
}

.focus-icon {
    flex: 0 0 50px;
    margin-right: 18px;
}

.focus-icon img {
    width: 50px;
    height: auto;
}

.focus-text {
    flex: 1;
}

/* TEXT */
.sambaha-focus-card p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

/* BOLD LABEL */
.sambaha-focus-card span {
    font-weight: 700;
}

@media (max-width: 576px) {

    .sambaha-focus-title {
        font-size: 20px;
        margin-left: 0;              
        padding: 0 10px;
    }

    .sambaha-focus-bg {
        padding: 20px !important;
    }

    .sambaha-focus-card {
        flex-direction: column;
        align-items: center;        
    }

    .sambaha-focus-card p {
        font-size: 15px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .sambaha-focus-title {
        font-size: 22px;
        margin-left: 0;
        text-align: center;
    }

    .sambaha-focus-card p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .sambaha-focus-title {
        font-size: 24px;
        margin-left: 20px;
        text-align: left;
    }

    .sambaha-focus-card p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .sambaha-focus-title {
        font-size: 26px;
        margin-left: 40px;
    }
}


/* TEAM SECTION */
.team-section {
    padding: 0 40px;
}

/* BORDER BOX LIKE DESIGN */
.team-border-box {
    border: 2px solid #d84326;
    padding: 20px 0;
    border-radius: 40px;
    background: #fff;
}

/* TITLE */
.team-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.team-subtitle {
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto 50px;
    color: #333;
}

/* TEAM CARD */
.team-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.team-card:hover {
    transform: translateY(-8px);
}

/* NAME & ROLE */
.team-name {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}

.team-role {
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 1.4;
}

@media (max-width: 576px) {

    .team-section {
        padding: 0 15px;
    }

    .team-border-box {
        padding: 25px 10px;
        border-radius: 25px;
    }

    .team-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .team-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .team-card {
        width: 100%;
        margin: auto;
    }

    .team-card img {
        margin: auto;
        width: 100%;
        
    }

    .team-name {
        font-size: 16px;
    }

    .team-role {
        font-size: 13px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .team-section {
        padding: 0 25px;
    }

    .team-border-box {
        padding: 30px 15px;
        border-radius: 30px;
    }

    .team-title {
        font-size: 28px;
    }

    .team-subtitle {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .team-card img {
        height: 100%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .team-section {
        padding: 0 30px;
    }

    .team-title {
        font-size: 30px;
    }

    .team-subtitle {
        font-size: 15.5px;
    }

    .team-card img {
        height: 100%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .team-title {
        font-size: 34px;
    }

    .team-card img {
        height: 100%;
    }
}



/* Project-page BANNER */
.project-page-banner {
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/pagebanner/project.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.project-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.project-page-banner p span {
    margin: 0 6px;
}

.project-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .project-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .project-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .project-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .project-page-banner {
        padding: 80px 20px;
    }

    .project-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .project-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .project-page-banner {
        padding: 100px 30px;
    }

    .project-page-banner h1 {
        font-size: 44px;
    }

    .project-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .project-page-banner h1 {
        font-size: 50px;
    }

    .project-page-banner p {
        font-size: 18px;
    }
}

/* SECTION */
.main-projects-section {
    padding: 40px 0;
    background: #fff;
}

/* WRAPPER */
.main-projects-wrapper {
    background: #fff1ec;
    padding: 40px;
    border-radius: 40px;
}

/* CARD */
.main-project-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    transition: all 0.35s ease;
}

.main-project-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.main-project-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* BOTTOM INFO */
.main-project-info {
    background: linear-gradient(90deg, #ff2d00, #ff9800);
    color: #fff;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-project-info h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.main-project-info p {
    font-size: 13px;
    margin: 0;
}

.main-project-info a {
    text-decoration: none;
}

/* ARROW BUTTON */
.arrow-btn {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;    
    overflow: hidden;
}

.arrow-btn img {
    width: 18px;
    height: auto;
    transition: all 0.35s ease;
}

.main-project-card:hover .arrow-btn img {
    transform: translateX(6px);
}


/* TOP PROJECT TYPE CARDS */
.project-type-card {
    background: #fff8f4;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all 0.35s ease;
    border: 2px solid transparent;
}

.project-type-card.active {
    background: #fffdf8;
    border: 2px solid #ff2d00;
    box-shadow: 0 12px 30px rgba(255, 45, 0, 0.25);
    transform: scale(1.03);
}

.project-type-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.project-type-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.project-type-card img {
    max-width: 190px;
    border-radius: 20px;
}

/* BUTTON */
.project-type-btn {
    background: #777;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* ACTIVE BUTTON STATE */
.project-type-btn.active {
    background: linear-gradient(90deg, #ff2d00, #ff9800);
    color: #fff;
}

.project-type-btn.gray.active {
    background: linear-gradient(90deg, #ff2d00, #ff9800);
    color: #fff;
}

.project-type-btn span {
    margin-left: 8px;
}

@media (max-width: 576px) {

    .whole-page-banner {
        padding: 50px 0;
    }

    .whole-page-banner h1 {
        font-size: 30px;
    }

    .main-projects-wrapper {
        padding: 20px;
        border-radius: 20px;
    }

    .top-cards {
        flex-direction: column;
    }

    .project-type-card {
        padding: 22px;
        text-align: center !important;
    }

    .project-type-card img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 150px;
        margin-top: 15px;
    }

    .project-type-card .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .project-type-btn {
        padding: 8px 18px;
        font-size: 14px;
    }

    .main-project-card img {
        height: 400px;
    }

    .main-project-info h5 {
        font-size: 16px;
    }

    .main-project-info p {
        font-size: 12px;
    }

    .arrow-btn {
        width: 50px;
        height: 50px;
    }

    .arrow-btn img {
        width: 20px;
        height: 16px;
        
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .whole-page-banner h1 {
        font-size: 36px;
    }

    .main-projects-wrapper {
        padding: 30px;
        border-radius: 30px;
    }

    .project-type-card {
        padding: 26px;
    }

    .project-type-card img {
        max-width: 130px;
    }

    .main-project-card img {
        height: 280px;
    }

    .main-project-info h5 {
        font-size: 17px;
    }
    
    .arrow-btn {
        width: 50px;
        height: 50px;
    }

    .arrow-btn img {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .whole-page-banner h1 {
        font-size: 42px;
    }

    .main-projects-wrapper {
        padding: 35px;
    }

    .project-type-card img {
        max-width: 140px;
    }

    .main-project-card img {
        height: 320px;
    }
    
    .arrow-btn {
        width: 50px;
        height: 50px;
    }

    .arrow-btn img {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .whole-page-banner h1 {
        font-size: 46px;
    }

    .main-project-card img {
        height: 340px;
    }
    
    .arrow-btn {
        width: 50px;
        height: 50px;
    }

    .arrow-btn img {
        width: 16px;
        height: 16px;
    }
}


/* SECTION */
.projectslide-section {
    margin: 20px 0 60px;
}

/* TITLE */
.projectslide-title {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
}

.projectslide-subtitle {
    font-size: 22px;
    color: #777;
    max-width: 1500px;
    margin: auto;
}

.projectslide-subtitle strong {
    color: #000;
}

/* IMAGE WRAPPER */
.projectslide-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: visible;
}

/* IMAGE */
.projectslide-image {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 24px;
}

.projectslide-image1 {
    width: 100%;
    height: 650px;
    border-radius: 24px;
}

/* INFO BAR */
.projectslide-info {
   margin: auto;
    width: 90%;
    margin-top: -50px;      /* pull it up */
    position: relative;     /* allow z-index */
    z-index: 5;             /* stay above image */
    background: linear-gradient(to right, #e50914, #f6a000);
    border-radius: 16px;
    padding: 35px 10px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: #fff;
}

/* INFO ITEM */
.projectslide-info .info-item {
    flex: 1;
    transition: all 0.3s ease;
}

.projectslide-info .info-item:hover {
    transform: translateY(-8px);
}

.projectslide-info img {
    width: 40px;
    height: 40px;
}

.projectslide-info .info-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.projectslide-info .info-value {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 576px) {

    .projectslide-title {
        font-size: 30px;
    }

    .projectslide-subtitle {
        font-size: 16px;
        padding: 0 10px;
    }

    .projectslide-image {
        height: 260px;
    }

    .projectslide-info {
        width: 100%;
        padding: 20px 10px;
        flex-wrap: wrap;
        justify-content: center;
        
    }

    /* 2 items first row, 2 second row, 1 third row */
    .projectslide-info .info-item {
        width: 45%;
    }

    .projectslide-info .info-item:last-child {
        width: 100%;
    }

    .projectslide-info img {
        width: 32px;
        height: 32px;
    }

    .projectslide-info .info-title {
        font-size: 14px;
    }

    .projectslide-info .info-value {
        font-size: 12px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .projectslide-title {
        font-size: 36px;
    }

    .projectslide-subtitle {
        font-size: 18px;
        padding: 0 20px;
    }

    .projectslide-image {
        height: 380px;
    }

    .projectslide-info {
        width: 95%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .projectslide-info .info-item {
        width: 33.333%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .projectslide-title {
        font-size: 40px;
    }

    .projectslide-subtitle {
        font-size: 20px;
    }

    .projectslide-image {
        height: 480px;
    }

    .projectslide-info {
        width: 92%;
    }

    .projectslide-info .info-item {
        width: 20%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .projectslide-title {
        font-size: 44px;
    }

    .projectslide-subtitle {
        font-size: 21px;
    }

    .projectslide-image {
        height: 600px;
    }

    .projectslide-info {
        width: 90%;
    }
}


/* SECTION BACKGROUND */
.location-advantages {
    background: #fff8ec;
}

/* IMAGE */
.location-img-wrap {
    border-radius: 26px;
    overflow: hidden;
}

.location-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}

/* CONTENT */
.location-content {
    padding-left: 20px;
}

.location-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #000;
}

/* LIST */
.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #555;
    margin-bottom: 22px;
}

/* ORANGE DOT */
.location-list li span {
    font-weight: 600;
    font-size: 26px;
    color: #f26522;
    display: inline-block;
    margin-right: 18px;
}

@media (max-width: 576px) {

    .location-advantages {
        padding: 50px 0;
    }

    .location-img-wrap {
        border-radius: 18px;
    }

    .location-title {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .location-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
        text-align: center;
    }

    .location-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .location-list li span {
        width: 12px;
        height: 12px;
        margin-right: 12px;
    }

    .location-content {
        text-align: left;
        padding-left: 0;
        margin-top: 25px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .location-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .location-subtitle {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .location-list li {
        font-size: 18px;
    }

    .location-list li span {
        width: 14px;
        height: 14px;
    }

    .location-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .location-title {
        font-size: 36px;
    }

    .location-subtitle {
        font-size: 24px;
    }

    .location-list li {
        font-size: 20px;
    }

    .location-content {
        padding-left: 10px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .location-title {
        font-size: 40px;
    }

    .location-subtitle {
        font-size: 26px;
    }

    .location-list li {
        font-size: 22px;
    }
}


/* FEATURE BAR */
.feature-bar {
    margin: 35px 0;
}

.feature-box {
    background: linear-gradient(90deg, #e63a0f, #fdb515);
    border-radius: 16px;
    padding: 25px 10px;
}

/* FEATURE ITEM */
.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.feature-item img {
    width: 35px;
    height: 35px;
    height: auto;
}

@media (max-width: 576px) {

    .feature-bar {
        margin: 20px 0;
        flex-direction: row;
    }

    .feature-bar .feature-box {
        padding: 16px 10px;
    }

    .feature-bar .feature-item {
        font-size: 14px;
        gap: 8px;
    }

    .feature-bar .feature-item img {
        width: 24px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .feature-box {
        padding: 18px 12px;
    }

    .feature-item {
        font-size: 15px;
        gap: 10px;
    }

    .feature-item img {
        width: 26px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .feature-box {
        padding: 20px 14px;
    }

    .feature-item {
        font-size: 16px;
        gap: 12px;
    }

    .feature-item img {
        width: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .feature-item {
        font-size: 17px;
    }

    .feature-item img {
        width: 32px;
    }
}


/* SECTION BACKGROUND */
.prime-location-section {
    background: #ffffff;
}

/* MAIN BOX */
.prime-location-box {
    background: #fbf6e9;
    border-radius: 30px;
    padding: 50px 60px;
}

/* TITLE */
.prime-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

/* LIST */
.prime-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prime-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    line-height: 1.5;
}

/* ORANGE DOT */
.prime-list li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #f15a00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .prime-location-box {
        padding: 40px 30px;
    }

    .prime-title {
        font-size: 32px;
    }

    .prime-list li {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .prime-title {
        font-size: 26px;
    }

    .prime-list li {
        font-size: 15px;
        margin-bottom: 20px;
    }
}


/* SECTION */
.price-table-section {
    background: #ffffff;
}

/* TITLE */
.price-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #000;
}

/* MARKET PRICE */
.market-price {
    font-size: 22px;
    color: #555;
    margin-bottom: 20px;
}

.market-price span {
    text-decoration: line-through;
    font-weight: 600;
}

/* SAMBHA PRICE BOX */
.sambha-price-box {
    display: inline-block;
    background: #fff6ea;
    color: #ef3c00;
    font-size: 34px;
    font-weight: 800;
    padding: 18px 40px;
    border-radius: 12px;
}

/* ORANGE BAR */
.price-info-bar {
    background: linear-gradient(to right, #e53900, #f9a602);
    border-radius: 40px;
    padding: 22px 30px;
    color: #fff;
    margin-top: 25px;
}

/* INFO TEXT */
.price-info-text {
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 576px) {

    .price-table-section {
        padding: 30px 0;
    }

    .price-title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .market-price {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sambha-price-box {
        font-size: 20px;
        padding: 12px 18px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

    .price-info-bar {
        padding: 18px 15px;
        border-radius: 18px;
    }

    .price-info-text {
        font-size: 16px;
        white-space: normal;
        display: block;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .price-title {
        font-size: 34px;
    }

    .market-price {
        font-size: 18px;
    }

    .sambha-price-box {
        font-size: 24px;
        padding: 14px 28px;
    }

    .price-info-text {
        font-size: 17px;
        white-space: normal;
    }

    .price-info-bar {
        border-radius: 25px;
        padding: 20px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .price-title {
        font-size: 38px;
    }

    .market-price {
        font-size: 20px;
    }

    .sambha-price-box {
        font-size: 28px;
        padding: 16px 32px;
    }

    .price-info-text {
        font-size: 18px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .price-title {
        font-size: 44px;
    }

    .market-price {
        font-size: 21px;
    }

    .sambha-price-box {
        font-size: 32px;
    }

    .price-info-text {
        font-size: 20px;
    }
}


.amenities-section {
    padding: 0 40px;
    border-radius: 20px;
    background-color: #EBEBEB;
}

.amenities-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.all-cards {
    scale: 1.05;
}

.amenities-subtitle {
    color: #777;
    font-size: 16px;
    margin-top: 10px;
}


.amenity-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 100%;
}

.amenity-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    flex-wrap: wrap;
}

.amenity-card h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.amenities-image-wrapper {
    width: 700px;
    height: 700px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.amenities-girl {
    max-width: 85%;
    height: auto;
}

@media (max-width: 768px) {
    .amenities-title {
        font-size: 28px;
    }

    .amenities-image-wrapper {
        width: 300px;
        height: 300px;
    }

    .amenity-card h5 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .amenities-title {
        font-size: 28px;
    }

    .amenities-image-wrapper {
        width: 100%;
        height: 100%;
    }

    .amenity-card h5 {
        font-size: 16px;
    }
}


/*.amenities-section {*/
/*    padding-top: 40px;*/
/*}*/

/*.amenities-title {*/
/*    font-size: 36px;*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*}*/

/*.amenities-subtitle {*/
/*    font-size: 16px;*/
/*    color: #777;*/
/*    margin-top: 8px;*/
/*}*/

/*.amenities-full-img {*/
/*    width: 90%;*/
/*    height: auto;*/
/*    display: block;*/
/*    margin: auto;*/
/*}*/

/*@media (max-width: 576px) {*/

/*    .amenities-section {*/
/*        padding-top: 24px;*/
/*    }*/

/*    .amenities-title {*/
/*        font-size: 24px;*/
/*        line-height: 1.3;*/
/*    }*/

/*    .amenities-subtitle {*/
/*        font-size: 14px;*/
/*        padding: 0 12px;*/
/*    }*/

/*    .amenities-full-img {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (min-width: 577px) and (max-width: 768px) {*/

/*    .amenities-section {*/
/*        padding-top: 30px;*/
/*    }*/

/*    .amenities-title {*/
/*        font-size: 28px;*/
/*    }*/

/*    .amenities-subtitle {*/
/*        font-size: 15px;*/
/*        padding: 0 20px;*/
/*    }*/

/*    .amenities-full-img {*/
/*        width: 95%;*/
/*    }*/
/*}*/

/*@media (min-width: 769px) and (max-width: 992px) {*/

/*    .amenities-title {*/
/*        font-size: 32px;*/
/*    }*/

/*    .amenities-subtitle {*/
/*        font-size: 16px;*/
/*        max-width: 700px;*/
/*        margin: auto;*/
/*    }*/

/*    .amenities-full-img {*/
/*        width: 92%;*/
/*    }*/
/*}*/

/*@media (min-width: 993px) and (max-width: 1200px) {*/

/*    .amenities-title {*/
/*        font-size: 36px;*/
/*    }*/

/*    .amenities-subtitle {*/
/*        font-size: 16px;*/
/*        max-width: 760px;*/
/*        margin: auto;*/
/*    }*/

/*    .amenities-full-img {*/
/*        width: 90%;*/
/*    }*/
/*}*/


.location-section {
    padding: 40px 20px;
}

.location-section h2 {
    font-size: 36px;
    font-weight: 700;
}

/* MAP */
.map-wrapper {
    width: 100%;
    height: 550px;
    border-radius: 16px;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.location-accordion {
    background: #f7f7f7;
    padding: 20px;
}

/* ACCORDION */
.location-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.location-accordion .accordion-button {
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 30px 22px;
}

.location-accordion .accordion-button::after {
    background-size: 14px;
}

.location-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.location-accordion .accordion-body {
    background: #fafafa;
    padding: 20px;
}

.location-accordion ul {
    padding-left: 18px;
}

.location-accordion li {
    font-size: 14px;
    margin-bottom: 8px;
}

@media (max-width: 576px) {

    .location-section {
        padding: 25px 10px;
    }

    .map-wrapper {
        height: 300px;
        border-radius: 12px;
    }

    .location-accordion {
        padding: 15px;
        margin-top: 15px;
    }

    .location-accordion .accordion-button {
        font-size: 14px;
        padding: 18px 16px;
    }

    .location-accordion .accordion-body {
        padding: 15px;
    }

    .location-accordion li {
        font-size: 13px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .map-wrapper {
        height: 380px;
    }

    .location-accordion {
        padding: 18px;
        margin-top: 20px;
    }

    .location-accordion .accordion-button {
        font-size: 15px;
        padding: 22px 18px;
    }

    .location-accordion li {
        font-size: 14px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .map-wrapper {
        height: 450px;
    }

    .location-accordion {
        padding: 20px;
    }

    .location-accordion .accordion-button {
        font-size: 16px;
        padding: 26px 20px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .map-wrapper {
        height: 520px;
    }

    .location-accordion {
        padding: 22px;
    }
}


.plot-wrapper {
    padding: 40px 0;
}

.plot-title {
    font-size: 36px;
    font-weight: 700;
}

/* BACKGROUND BOX */
.plot-slider-box {
    position: relative;
    background: #fff6e5;
    border-radius: 30px;
    padding: 20px 0;
    overflow: hidden;
}

.plot-slider {
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BASE */
.plot-slide {
    position: absolute;
    width: 416px;
    height: 488px;
    object-fit: cover;
    border-radius: 30px;
    opacity: 0;
    transform: scale(0.75);
    transition: all 0.6s ease;
}

/* CENTER */
.plot-slide.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 5;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

/* LEFT 1 */
.plot-slide.prev {
    opacity: 0.55;
    transform: translateX(-260px) scale(0.9);
    z-index: 4;
}

/* RIGHT 1 */
.plot-slide.next {
    opacity: 0.55;
    transform: translateX(260px) scale(0.9);
    z-index: 4;
}

/* LEFT 2 */
.plot-slide.prev2 {
    opacity: 0.25;
    transform: translateX(-520px) scale(0.8);
    z-index: 3;
}

/* RIGHT 2 */
.plot-slide.next2 {
    opacity: 0.25;
    transform: translateX(520px) scale(0.8);
    z-index: 3;
}

/* HIDDEN */
.plot-slide.hide {
    opacity: 0;
    transform: scale(0.6);
    z-index: 1;
}

/* NAV BUTTONS */
.plot-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 10;
}

.plot-nav.left {
    left: 30px;
}

.plot-nav.right {
    right: 30px;
}

@media (max-width: 576px) {

    .plot-wrapper {
        padding: 30px 0;
    }

    .plot-title {
        font-size: 26px;
    }

    .plot-slider {
        height: 300px;
    }

    .plot-slide {
        width: 180px;
        height: 230px;
        border-radius: 20px;
    }

    .plot-slide.prev {
        transform: translateX(-140px) scale(0.85);
    }

    .plot-slide.next {
        transform: translateX(140px) scale(0.85);
    }

    .plot-slide.prev2,
    .plot-slide.next2 {
        opacity: 0;
    }

    .plot-nav {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .plot-nav.left {
        left: 12px;
    }

    .plot-nav.right {
        right: 12px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .plot-title {
        font-size: 30px;
    }

    .plot-slider {
        height: 360px;
    }

    .plot-slide {
        width: 220px;
        height: 280px;
    }

    .plot-slide.prev {
        transform: translateX(-180px) scale(0.9);
    }

    .plot-slide.next {
        transform: translateX(180px) scale(0.9);
    }

    .plot-slide.prev2,
    .plot-slide.next2 {
        opacity: 0.15;
    }

    .plot-nav {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .plot-title {
        font-size: 32px;
    }

    .plot-slider {
        height: 420px;
    }

    .plot-slide {
        width: 260px;
        height: 330px;
    }

    .plot-slide.prev {
        transform: translateX(-220px) scale(0.9);
    }

    .plot-slide.next {
        transform: translateX(220px) scale(0.9);
    }

    .plot-slide.prev2 {
        transform: translateX(-440px) scale(0.8);
    }

    .plot-slide.next2 {
        transform: translateX(440px) scale(0.8);
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .plot-slider {
        height: 460px;
    }

    .plot-slide {
        width: 290px;
        height: 360px;
    }

    .plot-slide.prev {
        transform: translateX(-240px) scale(0.9);
    }

    .plot-slide.next {
        transform: translateX(240px) scale(0.9);
    }

    .plot-slide.prev2 {
        transform: translateX(-480px) scale(0.8);
    }

    .plot-slide.next2 {
        transform: translateX(480px) scale(0.8);
    }
}


.plot-layout h2 {
    font-size: 36px;
    font-weight: 700;
}

/* IMAGE */
.layout-img-wrap {
    border-radius: 26px;
    overflow: hidden;
}

.layout-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
}

/* CONTENT */
.layout-content {
    padding-left: 20px;
}

.layout-title {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #000;
}

/* LIST */
.layout-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layout-list li {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #555;
    margin-bottom: 22px;
}

/* ORANGE DOT */
.layout-list li span {
    font-weight: 600;
    font-size: 26px;
    color: #f26522;
    display: inline-block;
    margin-right: 18px;
}

@media (max-width: 576px) {

    .layout-advantages {
        padding: 50px 0;
    }

    .layout-img-wrap {
        border-radius: 18px;
    }

    .layout-title {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .layout-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
        text-align: center;
    }

    .layout-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .layout-list li span {
        margin-right: 12px;
    }

    .layout-content {
        text-align: left;
        padding-left: 0;
        margin-top: 25px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .layout-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .layout-subtitle {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .layout-list li {
        font-size: 18px;
    }

    .layout-list li span {
        width: 14px;
        height: 14px;
    }

    .layout-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .layout-title {
        font-size: 36px;
    }

    .layout-subtitle {
        font-size: 24px;
    }

    .layout-list li {
        font-size: 20px;
    }

    .layout-content {
        padding-left: 10px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .layout-title {
        font-size: 40px;
    }

    .layout-subtitle {
        font-size: 26px;
    }

    .layout-list li {
        font-size: 22px;
    }
}


.projectquote-section {
    background: #ffffff;
}

.projectquote-section .video-box {
    position: relative;
    width: 100%;
    height: 520px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    background: #000;
}

/* THUMBNAIL */
.projectquote-section .video-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

/* PLAY BUTTON */
.projectquote-section .play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: rgba(229,9,20,0.95);
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    transition: 0.3s ease;
}

.projectquote-section .play-btn:hover {
    transform: scale(1.1);
    background: #f6a000;
}

/* IFRAME */
.projectquote-section iframe {
    width: 100%;
    height: 100%;
    display: none;
}

/* FORM CARD */
.projectquote-section .quote-form {
    background: #fff7e6;
    padding: 45px;
    border-radius: 22px;
}

/* TITLE */
.projectquote-section .quote-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
}

/* DESCRIPTION */
.projectquote-section .quote-desc {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* INPUTS */
.projectquote-section .form-input {
    background: #ffde8a;
    border: none;
    border-radius: 15px;
    padding: 14px 18px;
    font-size: 16px;
    color: #000;
}

.projectquote-section .form-input::placeholder {
    color: #000;
    font-weight: 500;
}

.projectquote-section .form-input:focus {
    outline: none;
    box-shadow: none;
    background: #ffde8a;
}

/* BUTTON */
.projectquote-section .form-btn {
    background: linear-gradient(to right, #e50914, #f6a000);
    border: none;
    border-radius: 16px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
}

.projectquote-section .form-btn:hover {
    opacity: 0.9;
}

@media (max-width: 576px) {

    .projectquote-section {
        padding: 20px 0;
    }

    .projectquote-section .video-box iframe {
        height: 300px;
    }

    .projectquote-section .quote-form {
        padding: 25px;
    }

    .projectquote-section .quote-title {
        font-size: 22px;
        text-align: center;
    }

    .projectquote-section .quote-desc {
        font-size: 14px;
        text-align: center;
    }

    .projectquote-section .form-input {
        font-size: 14.5px;
        padding: 12px 15px;
    }

    .projectquote-section .form-btn {
        font-size: 15px;
        padding: 12px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .projectquote-section .video-box iframe {
        height: 300px;
    }

    .projectquote-section .quote-form {
        padding: 35px;
    }

    .projectquote-section .quote-title {
        font-size: 24px;
    }

    .projectquote-section .quote-desc {
        font-size: 14.5px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .projectquote-section .video-box iframe {
        height: 420px;
    }

    .projectquote-section .quote-form {
        padding: 40px;
    }

    .projectquote-section .quote-title {
        font-size: 25px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .projectquote-section .video-box iframe {
        height: 480px;
    }

    .projectquote-section .quote-title {
        font-size: 26px;
    }
}



.project-about-section {
    background: #ffffff;
    padding: 40px 0;
}

/* LEFT CARD */
.project-about-section .trusted-card-wrap {
    position: relative;
    max-width: 500px;
}

.project-about-section .trusted-card-bg {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 100%;
    height: 100%;
    background: #f5b400;
    border-radius: 20px;
    z-index: 1;
}

.project-about-section .trusted-card {
    position: relative;
    background: #d84326;
    color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    z-index: 2;
}

.project-about-section .trusted-card h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.project-about-section .trusted-card p {
    font-size: 15px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.project-about-section .trusted-logo {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 18px 35px;
    border-radius: 16px;
}

.project-about-section .trusted-logo img {
    max-width: 240px;
}

/* RIGHT CONTENT */
.project-about-section .trusted-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project-about-section .trusted-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
}

/* BUTTON */
.project-about-section .enquire-btn {
    background: linear-gradient(to right, #E51414, #F5A000);
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.project-about-section .enquire-btn:hover {
    color: #fff;
    opacity: 0.9;
}

@media (max-width: 576px) {

    .project-about-section {
        padding: 30px 0;
    }

    .project-about-section .trusted-card-wrap {
        max-width: 90%;
    }

    .project-about-section .trusted-card {
        padding: 30px 20px;
        text-align: center;
    }

    .project-about-section .trusted-card h2 {
        font-size: 24px;
    }

    .project-about-section .trusted-card p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .project-about-section .trusted-logo {
        position: static;
        transform: none;
        margin-top: 20px;
        padding: 14px 24px;
        width: 70%;
        margin: auto;
    }

    .project-about-section .trusted-logo img {
        max-width: 180px;
    }

    .project-about-section .trusted-content h2 {
        font-size: 24px;
    }

    .project-about-section .trusted-content p {
        font-size: 14.5px;
    }

    .project-about-section .enquire-btn {
        display: block;
        text-align: center;
        margin: 20px auto 0;
    }
}

@media (min-width: 577px) and (max-width: 768px) {

    .project-about-section .trusted-card {
        padding: 40px 25px;
    }

    .project-about-section .trusted-card h2 {
        font-size: 26px;
    }

    .project-about-section .trusted-logo {
        bottom: -25px;
    }

    .project-about-section .trusted-logo img {
        max-width: 200px;
    }

    .project-about-section .trusted-content h2 {
        font-size: 28px;
    }

    .project-about-section .trusted-content p {
        font-size: 15px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {

    .project-about-section .trusted-card-wrap {
        max-width: 450px;
    }

    .project-about-section .trusted-card h2 {
        font-size: 28px;
    }

    .project-about-section .trusted-logo img {
        max-width: 210px;
    }

    .project-about-section .trusted-content h2 {
        font-size: 30px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {

    .project-about-section .trusted-card-wrap {
        max-width: 480px;
    }

    .project-about-section .trusted-content h2 {
        font-size: 34px;
    }
}



/* JOINT VENTURE CSS CODE */
/* Joint-page BANNER */
.joint-page-banner {
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/pagebanner/joint-venture.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.joint-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.joint-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.joint-page-banner p span {
    margin: 0 6px;
}

.joint-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .joint-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .joint-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .joint-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .joint-page-banner {
        padding: 80px 20px;
    }

    .joint-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .joint-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .joint-page-banner {
        padding: 100px 30px;
    }

    .joint-page-banner h1 {
        font-size: 44px;
    }

    .joint-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .joint-page-banner h1 {
        font-size: 50px;
    }

    .joint-page-banner p {
        font-size: 18px;
    }
}

.jv-section {
    background: #fff;
}

.jv-card {
    background: #FFF6E6;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.jv-logo {
    max-height: 80px;
}

.jv-input {
    background: #FFD77A;
    border: none;
    border-radius: 10px;
    padding: 18px;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

/* Custom arrow ONLY for select dropdowns */
select.jv-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-color: #FFD77A;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;

    padding-right: 45px; /* space for arrow */
    cursor: pointer;
}

.jv-input:focus {
    outline: none;
    box-shadow: none;
}

.jv-btn {
    background: linear-gradient(to right, #E51414, #F5A000);
    width: 500px;
    color: #fff;
    border-radius: 14px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.jv-btn:hover {
    opacity: 0.9;
}

@media (max-width: 576px) {

  .jv-card {
    padding: 20px !important;
    border-radius: 16px;
  }

  .jv-logo {
    max-height: 60px;
  }

  .jv-section h1 {
    font-size: 26px;
  }

  .jv-section p {
    font-size: 14px;
  }

  .jv-section h4 {
    font-size: 18px;
  }

  .jv-input {
    font-size: 14px;
    padding: 14px;
  }

  .jv-btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
  }

  .jv-section .w-50 {
    width: 100% !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {

  .jv-card {
    padding: 30px;
  }

  .jv-logo {
    max-height: 70px;
  }

  .jv-section h1 {
    font-size: 30px;
  }

  .jv-input {
    font-size: 15px;
    padding: 16px;
  }

  .jv-btn {
    width: 100%;
    font-size: 17px;
  }

  .jv-section .w-50 {
    width: 70% !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {

  .jv-card {
    padding: 40px;
  }

  .jv-section h1 {
    font-size: 34px;
  }

  .jv-input {
    font-size: 16px;
  }

  .jv-btn {
    width: 400px;
  }

  .jv-section .w-50 {
    width: 60% !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {

  .jv-section h1 {
    font-size: 36px;
  }

  .jv-btn {
    width: 450px;
  }

  .jv-section .w-50 {
    width: 50% !important;
  }
}

/** REFER PAGE BANNER **/

.refer-page-banner {
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/pagebanner/refer-banner.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.refer-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.refer-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.refer-page-banner p span {
    margin: 0 6px;
}

.refer-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .refer-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .refer-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .refer-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .refer-page-banner {
        padding: 80px 20px;
    }

    .refer-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .refer-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .refer-page-banner {
        padding: 100px 30px;
    }

    .refer-page-banner h1 {
        font-size: 44px;
    }

    .refer-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .refer-page-banner h1 {
        font-size: 50px;
    }

    .refer-page-banner p {
        font-size: 18px;
    }
}

/* CONTACT US CSS CODE */
/* Contact-page BANNER */
.contact-page-banner {
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/pagebanner/contact.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.contact-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.contact-page-banner p span {
    margin: 0 6px;
}

.contact-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .contact-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .contact-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .contact-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .contact-page-banner {
        padding: 80px 20px;
    }

    .contact-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .contact-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .contact-page-banner {
        padding: 100px 30px;
    }

    .contact-page-banner h1 {
        font-size: 44px;
    }

    .contact-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .contact-page-banner h1 {
        font-size: 50px;
    }

    .contact-page-banner p {
        font-size: 18px;
    }
}

.contact-us {
  background: #fff;
}

.request-box,
.contact-box {
  background: #FFF4DC;
  border-radius: 24px;
}

.request-box h2 {
    color: #000000;
}

.contact-us .request-box p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

/* INPUT STYLE */
.cu-input {
  background: #FFD77A;
  border: none;
  border-radius: 14px;
  padding: 22px 20px;
  font-weight: 500;
  font-size: 18px;
}

.cu-input:focus {
  box-shadow: none;
  outline: none;
}

/* TEXTAREA */
.contact-us .cu-textarea {
  min-height: 160px;
  resize: none;
}

/* SELECT ARROW ONLY */
select.cu-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 45px;
  cursor: pointer;
}

/* CAPTCHA */
.captcha-text {
  color: red;
  font-weight: 700;
  font-size: 20px;
}

/* BUTTON */
.submit-btn {
  background: linear-gradient(90deg, #E3170A, #F6A000);
  border: none;
  color: #fff;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 16px;
}

/* LOGO */
.contact-logo {
  max-width: 260px;
}

/* RIGHT SIDE CONTENT */
.contact-us h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.contact-us p {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 18px;
}
.contact-us a{
    text-decoration:none;
    color:#222;
}

/* Location & contact spacing */
.contact-us .contact-box h5:not(:first-child) {
  margin-top: 28px;
}

/* Email highlight */
.contact-us .contact-box p:last-of-type {
  margin-bottom: 0;
}

/* Help text emphasis */
.contact-us h5:last-child {
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 576px) {

  .request-box,
  .contact-box {
    padding: 20px !important;
    border-radius: 18px;
  }

  .request-box h2 {
    font-size: 26px;
    text-align: center;
  }

  .contact-us .request-box p {
    font-size: 15px;
    text-align: center;
  }

  .cu-input {
    font-size: 15px;
    padding: 16px 14px;
  }

  .cu-textarea {
    min-height: 120px;
  }

  .submit-btn {
    font-size: 16px;
    padding: 14px;
  }

  .captcha-text {
    font-size: 18px;
  }

  .contact-logo {
    max-width: 200px;
  }

  .contact-us h5 {
    font-size: 16px;
  }

  .contact-us p {
    font-size: 14px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {

  .request-box,
  .contact-box {
    padding: 30px;
  }

  .request-box h2 {
    font-size: 30px;
  }

  .contact-us .request-box p {
    font-size: 16px;
  }

  .cu-input {
    font-size: 16px;
    padding: 18px 16px;
  }

  .submit-btn {
    font-size: 17px;
  }

  .contact-logo {
    max-width: 220px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {

  .request-box,
  .contact-box {
    padding: 40px;
  }

  .request-box h2 {
    font-size: 32px;
  }

  .contact-us .request-box p {
    font-size: 17px;
  }

  .cu-input {
    font-size: 17px;
  }

  .contact-logo {
    max-width: 240px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {

  .request-box h2 {
    font-size: 34px;
  }

  .contact-us .request-box p {
    font-size: 18px;
  }

  .cu-input {
    font-size: 18px;
  }

  .contact-logo {
    max-width: 250px;
  }
}


/* Privacy-page BANNER */
.privacy-page-banner {
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/pagebanner/privacy-policy.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.privacy-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.privacy-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.privacy-page-banner p span {
    margin: 0 6px;
}

.privacy-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .privacy-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .privacy-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .privacy-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .privacy-page-banner {
        padding: 80px 20px;
    }

    .privacy-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .privacy-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .privacy-page-banner {
        padding: 100px 30px;
    }

    .privacy-page-banner h1 {
        font-size: 44px;
    }

    .privacy-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .privacy-page-banner h1 {
        font-size: 50px;
    }

    .privacy-page-banner p {
        font-size: 18px;
    }
}

/* SECTION */
.privacy-section {
    padding: 60px 0;
    background: #ffffff;
}

/* MAIN BOX */
.privacy-box {
    background: #fbf6e9;
    border-radius: 30px;
    padding: 60px 70px;
}

/* LOGO */
.privacy-logo {
    max-height: 60px;
}

/* TITLES */
.privacy-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.privacy-subtitle {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}

/* TEXT */
.privacy-text {
   font-size: 18px;
    color: #000;
    line-height: 33px;
    text-align: justify;
}

/* LIST */
.privacy-list {
    list-style: disc;
    padding: 0;
    margin: 0;
}

.privacy-list li {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
     line-height: 33px;
    margin-left: 40px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .privacy-box {
        padding: 40px 35px;
    }

    .privacy-title {
        font-size: 34px;
    }

    .privacy-subtitle {
        font-size: 28px;
    }

    .privacy-text {
        font-size: 17px;
    }

    .privacy-logo {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .privacy-box {
        padding: 30px 20px;
    }

    .privacy-title {
        font-size: 28px;
    }

    .privacy-subtitle {
        font-size: 22px;
    }

    .privacy-text {
        font-size: 15px;
    }

    .privacy-list li {
        font-size: 15px;
    }
}


/* Testimonial-page BANNER */
.testimonial-page-banner {
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/pagebanner/review.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.testimonial-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.testimonial-page-banner p span {
    margin: 0 6px;
}

.testimonial-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .testimonial-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .testimonial-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .testimonial-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .testimonial-page-banner {
        padding: 80px 20px;
    }

    .testimonial-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .testimonial-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .testimonial-page-banner {
        padding: 100px 30px;
    }

    .testimonial-page-banner h1 {
        font-size: 44px;
    }

    .testimonial-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .testimonial-page-banner h1 {
        font-size: 50px;
    }

    .testimonial-page-banner p {
        font-size: 18px;
    }
}

/* SECTION */
.customer-say-section {
    padding: 40px 0;
    background: #ffffff;
}

/* TITLE */
.customer-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.customer-subtitle {
    font-size: 20px;
    color: #8a8a8a;
    max-width: 850px;
    margin: 10px auto 0;
}

/* STATS */
.stat-number {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

/* RATING CARD */
.rating-card {
    background: #fff4f1;
    border-radius: 25px;
    padding: 50px 20px;
}

/* STARS */
.stars {
    font-size: 48px;
    color: #f5b400;
    letter-spacing: 8px;
        display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.stars span {
    color: #bfbfbf;
}

/* RATING TEXT */
.rating-value {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.rating-text {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .customer-title {
        font-size: 34px;
    }

    .customer-subtitle {
        font-size: 17px;
    }

    .stat-number {
        font-size: 32px;
    }

    .rating-value {
        font-size: 42px;
    }

    .stars {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .customer-title {
        font-size: 28px;
    }

    .customer-subtitle {
        font-size: 15px;
    }

    .rating-card {
        padding: 35px 15px;
    }

    .rating-value {
        font-size: 34px;
    }

    .stars {
        font-size: 32px;
        letter-spacing: 5px;
    }
}


/* Careers-page BANNER */
.careers-page-banner {
    background: 
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url("../image/pagebanner/careers.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.careers-page-banner h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.careers-page-banner p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.careers-page-banner p span {
    margin: 0 6px;
}

.careers-page-banner p a {
    color: #ffffff; /* yellow highlight */
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 576px) {
    .careers-page-banner {
        padding: 60px 15px;
        height: 200px;
    }

    .careers-page-banner h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .careers-page-banner p {
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .careers-page-banner {
        padding: 80px 20px;
    }

    .careers-page-banner h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .careers-page-banner p {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .careers-page-banner {
        padding: 100px 30px;
    }

    .careers-page-banner h1 {
        font-size: 44px;
    }

    .careers-page-banner p {
        font-size: 17px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .careers-page-banner h1 {
        font-size: 50px;
    }

    .careers-page-banner p {
        font-size: 18px;
    }
}


/* CAREER SECTION */
.career {
    padding: 40px 0;
    background: #ffffff;
}

/* TITLE */
.career-title {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.career-subtitle {
    font-size: 20px;
    color: #8c8c8c;
    line-height: 1.6;
}

/* IMAGE */
.career-image {
    border-radius: 20px;
    overflow: hidden;
}

.career-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* FEATURES */
.career-features {
    margin-top: 20px;
}

.feature-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.feature-text {
    font-size: 20px;
    color: #8c8c8c;
    line-height: 1.6;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .career-title {
        font-size: 36px;
    }

    .career-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .career {
        padding: 50px 0;
    }

    .career-title {
        font-size: 30px;
    }

    .career-subtitle {
        font-size: 16px;
    }

    .feature-title {
        font-size: 22px;
    }

    .feature-text {
        font-size: 15px;
    }
}


/* SECTION BACKGROUND */
.career-cta {
    padding: 40px 0;
}

/* MAIN BOX */
.career-cta-box {
    background: #fbf3e8;
    border-radius: 24px;
    padding: 50px 60px;
}

/* LEFT TEXT */
.cta-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
}

.cta-text {
    font-size: 20px;
    color: #8a8a8a;
    line-height: 1.6;
    max-width: 600px;
}

/* RIGHT SIDE */
.cta-tag {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    text-align: center;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    padding: 18px 42px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 18px;
    text-decoration: none;
    background: linear-gradient(90deg, #e30000, #f7a100);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .career-cta-box {
        padding: 40px 30px;
    }

    .cta-title {
        font-size: 32px;
    }

    .cta-text {
        font-size: 18px;
    }

    .cta-btn {
        font-size: 18px;
        padding: 14px 32px;
    }
}


 /* SECTION BG */
    .referral-section {
        background: #fffaf1;
    }

    /* LEFT */
    .referral-title {
        font-size: 42px;
        font-weight: 800;
        font-weight: 500;
        color: #000;
    }

    .referral-desc {
        font-size: 16px;
        color: #777;
        max-width: 520px;
        margin-top: 15px;
    }

    .title-line {
        width: 300px;
        height: 4px;
        background: linear-gradient(to right, #ff2d00, #ffc107);
        margin: 20px 0 30px;
        border-radius: 10px;
    }

    .referral-img {
        max-width: 600px;
    }

    /* FORM CARD */
    .referral-form-card {
        background: #fff1d6;
        padding: 35px;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    /* FORM TEXT */
    .form-top-text {
        font-size: 15px;
        color: #000;
        margin-bottom: 25px;
    }

    .form-section-title {
        font-weight: 700;
        margin-bottom: 15px;
    }

    /* INPUT */
    .referral-form-card .custom-input {
        background: #ffd782;
        border: none;
        border-radius: 10px;
        padding: 12px 15px;
        font-size: 14px;
    }

    .referral-form-card .custom-input:focus {
        box-shadow: none;
        outline: none;
    }

    /* CAPTCHA */
    .referral-form-card .captcha-tag {
        font-weight: 800;
        color: #ff3c00;
        font-size: 18px;
    }

    /* BUTTON */
    .referral-form-card .submit-btn {
        background: linear-gradient(to right, #e11d07, #f59e0b);
        color: #fff;
        font-size: 18px;
        padding: 14px;
        border-radius: 12px;
        border: none;
        font-weight: 600;
    }

    .referral-form-card .submit-btn:hover {
        opacity: 0.95;
    }

    @media (max-width: 576px) {

        .referral-title {
            font-size: 26px;
            line-height: 1.3;
            text-align: center;
        }

        .referral-desc {
            font-size: 14px;
            text-align: center;
            margin: 10px auto 0;
        }

        .title-line {
            margin: 20px auto 25px;
            width: 200px;
        }

        .referral-img {
            display: block;
            margin: 25px auto 0;
            max-width: 90%;
        }

        .referral-form-card {
            padding: 25px 20px;
        }

        .form-top-text {
            font-size: 14px;
            text-align: center;
        }

        .form-section-title {
            font-size: 16px;
            text-align: center;
        }

        .referral-form-card .custom-input {
            font-size: 13px;
            padding: 10px 12px;
        }

        .referral-form-card .submit-btn {
            font-size: 16px;
            padding: 12px;
        }

        .referral-form-card .captcha-tag {
            display: block;
            text-align: center;
        }
    }

    @media (min-width: 577px) and (max-width: 768px) {

        .referral-title {
            font-size: 32px;
        }

        .referral-desc {
            font-size: 15px;
            max-width: 100%;
        }

        .referral-img {
            margin-top: 20px;
            max-width: 80%;
        }

        .referral-form-card {
            padding: 30px;
        }

        .referral-form-card .submit-btn {
            font-size: 17px;
        }
    }

    @media (min-width: 769px) and (max-width: 992px) {

        .referral-title {
            font-size: 36px;
        }

        .referral-desc {
            font-size: 15.5px;
        }

        .referral-img {
            max-width: 85%;
        }

        .referral-form-card {
            padding: 32px;
        }
    }

    @media (min-width: 993px) and (max-width: 1200px) {

        .referral-title {
            font-size: 40px;
        }

        .referral-desc {
            font-size: 16px;
        }

        .referral-img {
            max-width: 600px;
        }
    }


/* GO TO TOP BUTTON */
#goTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:linear-gradient(to right, #e50914, #f6a000);
    color: #fff;
    border: none;
    font-size: 22px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

#goTopBtn:hover {
    /*background: #000;*/
    /*color: #fff;*/
    transform: translateY(-5px);
}


.sambaha-footer {
    background: linear-gradient(90deg, #e11212, #f38b00);
    color: #fff;
    padding: 70px 20px 0;
}

.footer-logo {
    width: 350px;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-subtitle {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}

.footer-text {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
}

/* Phone & Email Links */
.footer-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-text a:hover {
    color: #000000; /* match your theme */
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* BOTTOM BAR */
.footer-bottom {
    background: linear-gradient(90deg, #e11212, #f38b00);
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 15px 0;
    margin-top: 40px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    font-size: 16px;
}

.social-icon i {
    font-size: 16px;
}


/* RESPONSIVE */
@media (max-width: 991px) {
    .footer-logo {
        width: 180px;
    }

    .footer-bottom {
        text-align: center;
    }

    .social-icon {
        margin-left: 5px;
        margin-right: 5px;
    }
}



