.lp-header{
    position:sticky;
    top:0;
    z-index:999;

    background:#fff;

    box-shadow:
    0 5px 20px rgba(0,0,0,.05);

    padding:10px 0;
}

.navbar-brand img{
    height:100px;
}

.nav-link{
    color:#111 !important;
    font-weight:600;
    margin:0 10px; font-size:17px !important;
}

.nav-link:hover{
    color:#FF4D4D;
}

.header-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;

    background:linear-gradient(135deg,#FF4D4D,#FF4D4D);
    color:#fff;
    text-decoration:none;

    padding:14px 28px;
    border-radius:50px;
    font-weight:700; font-size:22px;
}

.header-btn i{
    font-size:15px;
}

.header-btn:hover{
    color:#fff;
}

.navbar-toggler i{
    font-size:34px;
    color:#111827;
}

/* Mobile Menu */

.offcanvas{
    width:320px !important;
}

.mobile-logo{
    height:55px;
}

.mobile-nav{
    list-style:none;
    padding:0;
    margin:20px 0;
}

.mobile-nav li{
    margin-bottom:15px;
}

.mobile-nav a{
    color:#111827;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.mobile-contact{
    border-top:1px solid #eee;
    padding-top:25px;
    margin-top:25px;
}

.mobile-contact a{
    display:block;
    margin-bottom:15px;

    color:#111827;
    text-decoration:none;
}

.mobile-contact i{
    color:#FF4D4D;
    margin-right:8px;
}

.mobile-btn{
    display:block;
    text-align:center;

    background:#FF4D4D;

    color:#fff;
    text-decoration:none;

    padding:14px;
    border-radius:50px;

    margin-top:20px;

    font-weight:700;
}

.mobile-btn:hover{
    color:#fff;
}

@media(max-width:991px){

    .navbar-brand img{
        height:55px;
    }

}


.elevator-hero{
    position:relative;
    padding:110px 0;
    background:
    linear-gradient(
    rgba(0,0,0,.82),
    rgba(0,0,0,.82)),
    url('../images/elevator.jpg');

    background-size:cover;
    background-position:center;
    overflow:hidden;
}

.elevator-hero::before{
    content:"PM";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:250px;
    font-weight:900;
    color:rgba(255,255,255,.03);
    pointer-events:none;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(0,166,255,.12);
    border:1px solid rgba(0,166,255,.25);
    color:#24A9E1;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.hero-title{
    font-size:42px;
    line-height:1.1;
    font-weight:700;
    color:#fff;
    margin-bottom:25px;
}

.hero-title span{
    display:block;
color:#FF4D4D;
    margin-top:10px;
}

.hero-subtitle{
    color:#fff;
    font-size:20px;
    line-height:1.8;
    max-width:650px;
}

.feature-box{
    color:#fff;
    font-weight:500;
    font-size:18px;
}

.feature-box i{
    color:#fff;
    margin-right:10px;
}

.hero-buttons{
    margin-top:40px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-book{
    background:linear-gradient(
    135deg,
    #FF3B30,
    #FF4D4D);

    color:#fff;
    text-decoration:none; font-size: 20px;
    padding:16px 30px;
    border-radius:60px;
    font-weight:700;


}

.btn-book:hover{
    color:#fff;
    transform:translateY(-2px);
}

.btn-call{
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
    text-decoration:none;
    padding:16px 30px; font-size: 20px;
    border-radius:60px; font-weight:600;
}

.btn-call:hover{
    background:#fff;
    color:#000;
}

.quote-form{
    background:rgba(8,16,28,.82);
    backdrop-filter:blur(15px);
    border:1px solid rgba(0,166,255,.18);
    border-radius:25px;
    padding:35px;
    box-shadow:0 25px 60px rgba(0,0,0,.4);
}

.form-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,166,255,.12);
    color:#24A9E1;
    font-size:34px;
    margin-bottom:20px;
}

.quote-form h3{
    color:#fff; font-size:24px;
    font-weight:700;
}

.quote-form p{
    color:#fff;
}

.quote-form .form-control{
    height:58px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    border-radius:12px;
}

.quote-form .form-control::placeholder{
    color:#bdbdbd;
}

.quote-form .form-control:focus{
    box-shadow:none;
    border-color:#24A9E1;
    background:rgba(255,255,255,.08);
    color:#fff;
}

.btn-submit{
    width:100%;
    border:none;
    height:58px;
    border-radius:12px;
    font-weight:700;
    color:#fff;
    background:linear-gradient(
    135deg,
    #983333,
    #FF4D4D);

    box-shadow:
    0 0 25px rgba(0,166,255,.45);
}

@media(max-width:576px){

    .elevator-hero{
        padding:55px 0;
    }

    .hero-title{
        font-size:26px;
    }

    .quote-form{
        padding:20px;
    }

    .elevator-hero::before{
        display:none;
    }

}

@media(max-width:576px){

    .hero-title{
        font-size:25px;
    }

    .hero-buttons{
        flex-direction:column; display: none;
    } 

    .btn-book,
    .btn-call{
        width:100%;
        text-align:center;
    }

    .elevator-hero::before{
        font-size:120px;
    }
}





.pain-points-section{
    padding:100px 0;
    background:linear-gradient(
    180deg,
    #f5fbff 0%,
    #edf7ff 100%);
}

.section-header h2{
    font-size:38;
    font-weight:700;
    color:#111827;
    line-height:1.2;
    margin:0;
}

.section-header h2 span{
    display:block;
    color:#FF4D4D;
}

.problem-card{
    background:#ffffff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    border:1px solid #e5eef8;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.problem-card:hover{
    transform:translateY(-8px);
    border-color:#FF4D4D;
    box-shadow:0 15px 40px rgba(0,166,255,.15);
}

.problem-card i{
    font-size:34px;
    color:#ff4d4d;
    margin-bottom:18px;
    display:block;
}

.problem-card h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#111827;
}

.bottom-text{
    margin-top:50px;
}

.bottom-text p{
    max-width:800px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    color:#111;
}
@media(max-width:576px){

    .pain-points-section{
        padding:60px 0;
    }

    .section-header h2{
        font-size:28px;
    }

    .problem-card{
        padding:20px 10px;
        border-radius:15px;
        min-height:140px;
    }

    .problem-card i{
        font-size:28px;
        margin-bottom:10px;
    }

    .problem-card h5{
        font-size:14px;
        line-height:1.4;
    }

    .bottom-text{
        margin-top:30px;
    }

    .bottom-text p{
        font-size: 17px;
        line-height:1.7; width:330px;
    }

}







.amc-benefits-section{
    padding:100px 0;
    background:#ffffff;
}

.section-header h2{
    font-size:38;
    font-weight:700;
    color:#111827;
    margin:0;
}

.benefit-card{
    height:100%;
    background:#fff;
    border:1px solid #e5eef8;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.benefit-card:hover{
    transform:translateY(-8px);
    border-color:#FF4D4D;
    box-shadow:0 15px 40px rgba(0,166,255,.15);
}

.benefit-card i{
    font-size:34px;
    color:#FF4D4D;
    display:block;
    margin-bottom:18px;
}

.benefit-card h5{
    margin:0;
    font-size:17px;
    font-weight:600;
    color:#111827;
}

.featured-benefit{
    background:linear-gradient(
    135deg,
    #FF4D4D,
    #c62b2b);
    
    border:none;
}

.featured-benefit i,
.featured-benefit h5{
    color:#fff;
}

.amc-cta-btn{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    background:linear-gradient(
    135deg,
    #FF4D4D,
    #E63946);

    color:#fff;
    padding:18px 36px;
    border-radius:60px;
    font-weight:700;
    font-size:20px;

    box-shadow:
    0 15px 35px rgba(0,166,255,.25);

    transition:.3s;
}

.amc-cta-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .amc-benefits-section{
        padding:80px 0;
    }

    .section-header h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .section-header h2{
        font-size:30px;
        line-height:1.3;
    }

    .amc-benefits-section{
        padding:70px 0;
    }

    .amc-cta-btn{
        width:100%;
        justify-content:center;
    }

}





.services-section{
    padding:100px 0;
    background:#e3f5ff;
}

.section-header{
    margin-bottom:20px;
}

.section-header h2{
    font-size:38;
    font-weight:700;
    color:#111827;
    margin:0;
}

.service-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    border:1px solid #e8eef5;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.service-card:hover{
    transform:translateY(-10px);
    border-color:#FF4D4D;
    box-shadow:0 20px 45px rgba(0,166,255,.15);
}

.service-image{
    height:220px;
    overflow:hidden;
}

.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.service-card:hover .service-image img{
    transform:scale(1.08);
}

.service-content{
    padding:25px;
    text-align:center;
}

.service-content i{
    font-size:42px;
    color:#FF4D4D;
    display:block;
    margin-bottom:15px;
}

.service-content h5{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#111827;
    line-height:1.5;
}

.featured-service{
    border:2px solid #FF4D4D;
}

@media(max-width:991px){

    .services-section{
        padding:40px 0;
    }

    .section-header h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .services-section{
        padding:0px 0;
    }

    .section-header h2{
        font-size:30px;
        line-height:1.3;
    }

    .service-image{
        height:200px;
    }

    .service-content h5{
        font-size:18px;
    }

}






.industries-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    135deg,
    #071a2c 0%,
    #0b2440 50%,
    #0f172a 100%);
}

.industries-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    top:-250px;
    right:-150px;

    background:
    radial-gradient(
    circle,
    rgba(0,166,255,.18) 0%,
    transparent 70%);

    border-radius:50%;
}

.industries-section::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    bottom:-200px;
    left:-100px;

    background:
    radial-gradient(
    circle,
    rgba(0,166,255,.12) 0%,
    transparent 70%);

    border-radius:50%;
}

.industries-section .section-header h2{
    font-size:38;
    font-weight:700;
    color:#fff;
    margin:0;
}

.industry-card{
    background:#fff;
    border:1px solid #e7eef7;
    border-radius:20px;
    padding:35px 20px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.industry-card:hover{
    transform:translateY(-8px);
    border-color:#FF4D4D;
    box-shadow:0 20px 40px rgba(0,166,255,.12);
}

.industry-card i{
    font-size:50px;
    color:#FF4D4D;
    display:block;
    margin-bottom:18px;
}

.industry-card h6{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#111827;
    line-height:1.5;
}

@media(max-width:991px){

    .industries-section{
        padding:80px 0;
    }

    .industries-section .section-header h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .industries-section{
        padding:70px 0;
    }

    .industries-section .section-header h2{
        font-size:30px;
    }

    .industry-card{
        padding:25px 15px;
    }

    .industry-card i{
        font-size:40px;
    }

}







.why-promax-section{
    position:relative;
    padding:100px 0;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #f8fbff 0%,
    #ffffff 100%);
}

.why-promax-section::before{
    content:"PROMAX";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

    font-size:180px;
    font-weight:900;

    color:rgba(0,166,255,.03);

    pointer-events:none;
    white-space:nowrap;
}

.section-content{
    position:sticky;
    top:100px;
}

.section-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;

    background:rgba(0,166,255,.12);
    border:1px solid rgba(0,166,255,.25);

    color:#FF4D4D;
    font-size:14px;
    font-weight:600;

    margin-bottom:20px;
}

.section-content h2{
    color:#111827;
    font-size:43px;
    font-weight:700;
    line-height:1.2;
}
.why-card{
    display:flex;
    align-items:center;
    gap:15px;

    padding:25px;

    background:#ffffff;

    border:1px solid #e7eef7;

    border-radius:20px;

    height:100%;

    transition:.35s;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.why-card:hover{
    transform:translateY(-8px);

    border-color:#FF4D4D;

    box-shadow:
    0 20px 40px rgba(0,166,255,.15);
}

.why-card i{
    font-size:24px;
    color:#FF4D4D;
    flex-shrink:0;
}

.why-card span{
    color:#111;
    font-size:20px;
    font-weight:600;
    line-height:1.5;
}

@media(max-width:991px){

    .why-promax-section{
        padding:80px 0;
    }

    .section-content{
        position:static;
        margin-bottom:40px;
        text-align:center;
    }

    .section-content h2{
        font-size:38px;
    }

    .why-promax-section::before{
        font-size:90px;
    }
}

@media(max-width:576px){

    .section-content h2{
        font-size:30px;
    }

    .why-card{
        padding:20px;
    }

    .why-card span{
        font-size:17px;
    }
    .why-card i{display: none;}
}




/* =========================
   AMC PROCESS SECTION
========================= */

.amc-process-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;

    background:
    radial-gradient(circle at top left,
    rgba(0,166,255,.12),
    transparent 30%),

    radial-gradient(circle at bottom right,
    rgba(0,166,255,.10),
    transparent 30%),

    linear-gradient(
    180deg,
    #ffffff 0%,
    #f5faff 100%);
}

/* Decorative Background */

.amc-process-section::before{
    content:"";
    position:absolute;

    width:400px;
    height:400px;

    top:-150px;
    left:-150px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(0,166,255,.18),
    transparent 70%);
}

.amc-process-section::after{
    content:"";
    position:absolute;

    width:450px;
    height:450px;

    bottom:-200px;
    right:-200px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(0,166,255,.12),
    transparent 70%);
}

/* =========================
   Section Header
========================= */

.section-header{
    position:relative;
    text-align:center;
    margin-bottom:30px;
    z-index:2;
}

.section-header::before{
    content:"PROCESS";

    position:absolute;

    left:50%;
    top:-60px;

    transform:translateX(-50%);

    font-size:120px;
    font-weight:900;

    color:rgba(0,166,255,.04);

    letter-spacing:8px;

    white-space:nowrap;

    z-index:-1;
}

.section-tag{
    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(0,166,255,.08);

    color:#FF4D4D;

    font-size:14px;
    font-weight:600;

    margin-bottom:20px;
}

.section-header h2{
    font-size:43px;
    font-weight:700;
    color:#111827;
    margin:0;
}

/* =========================
   Process Grid Highlight
========================= */

.row.g-4{
    position:relative;
    z-index:2;
}

.row.g-4::before{
    content:"";

    position:absolute;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    width:800px;
    height:350px;

    background:
    radial-gradient(
    ellipse,
    rgba(0,166,255,.08),
    transparent 70%);

    pointer-events:none;
}

/* =========================
   Process Card
========================= */

.process-card{
    position:relative;

    display:flex;
    align-items:center;
    gap:20px;

    padding:28px;

    height:100%;

    background:rgba(255,255,255,.88);

    backdrop-filter:blur(15px);

    border:1px solid rgba(0,166,255,.12);

    border-radius:24px;

    transition:.4s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);

    overflow:hidden;
}

.process-card::before{
    content:"";

    position:absolute;

    left:0;
    top:0;

    width:6px;
    height:100%;

    background:
    linear-gradient(
    180deg,
    #FF4D4D,
    #FF4D4D);
}

.process-card:hover{
    transform:translateY(-10px);

    border-color:#FF4D4D;

    box-shadow:
    0 25px 50px rgba(0,166,255,.18);
}

/* =========================
   Icon Box
========================= */

.process-icon{
    position:relative;

    width:90px;
    min-width:90px;
    height:90px;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center; 

 
}

.process-icon i{
    font-size:38px;
    color:#FF4D4D;
}

.process-icon span{
    position:absolute;

    top:-10px;
    right:-10px;

    width:34px;
    height:34px;

    border-radius:50%;

    background:#111827;

    color:#fff;

    font-size:13px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 5px 15px rgba(0,0,0,.15);
}

/* =========================
   Content
========================= */

.process-content h5{
    margin:0;

    font-size:20px;
    font-weight:600;

    color:#111827;

    line-height:1.4;
}

/* =========================
   Responsive
========================= */

@media(max-width:991px){

    .amc-process-section{
        padding:80px 0;
    }

    .section-header h2{
        font-size:40px;
    }

    .section-header::before{
        font-size:80px;
    }

    .row.g-4::before{
        display:none;
    }
}

@media(max-width:767px){

    .process-card{
    min-height:auto;
    padding:20px;
}

  .process-icon{
    width:60px !important;
    height:60px;  min-width:60px;
}

    .process-icon i{
        font-size:23px;
    }

    .process-content h5{
        font-size:18px; font-weight: 600;
    }
}

@media(max-width:576px){

    .amc-process-section{
        padding:70px 0;
    }

    .section-header h2{
        font-size:28px;
        line-height:1.3;
    }

    .section-header::before{
        font-size:55px;
        top:-25px;
    }

    .process-card{
        gap:15px;
    }
}





.client-logo-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #ffffff 0%,
    #f7fbff 100%);
}

.client-logo-section::before{
    content:"TRUSTED";
    position:absolute;

    left:50%;
    top:40px;

    transform:translateX(-50%);

    font-size:130px;
    font-weight:900;

    color:rgba(0,166,255,.03);

    white-space:nowrap;

    pointer-events:none;
}

.client-logo-section .section-header{
    margin-bottom:60px;
    position:relative;
    z-index:2;
}

.client-logo-section .section-tag{
    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(0,166,255,.08);

    color:#FF4D4D;

    font-size:14px;
    font-weight:600;

    margin-bottom:15px;
}

.client-logo-section h2{
    font-size:38;
    font-weight:700;
    color:#111827;
    margin:0;
}

.logo-wrapper{
    position:relative;
    z-index:2;
}

.client-logo{
    background:#fff;

    border:1px solid #e7eef7;

    border-radius:20px;

    height:120px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:10px;

    transition:.35s;

    box-shadow:
    0 10px 25px rgba(0,0,0,.04);
}

.client-logo:hover{
    transform:translateY(-6px);

    border-color:#FF4D4D;

    box-shadow:
    0 20px 40px rgba(0,166,255,.12);
}

.client-logo img{
    max-width:100%;
    max-height:60px;

    object-fit:contain;



    transition:.35s;
}


@media(max-width:991px){

    .client-logo-section{
        padding:80px 0;
    }

    .client-logo-section h2{
        font-size:38px;
    }

    .client-logo-section::before{
        font-size:80px;
    }
}

@media(max-width:576px){

    .client-logo-section{
        padding:70px 0;
    }

    .client-logo-section h2{
        font-size:30px;
        line-height:1.3;
    }

    .client-logo{
        height:100px;
    }

    .client-logo img{
        max-height:50px;
    }

    .client-logo-section::before{
        font-size:50px;
    }
}




.testimonial-section{
    padding:100px 0;
    background:
    linear-gradient(
    180deg,
    #ffffff 0%,
    #f5faff 100%);
}

.testimonial-section h2{
    font-size:38;
    font-weight:700;
    color:#111827;
    margin-bottom:60px;
}

.testimonial-card{
    background:#fff;

    border-radius:25px;

    padding:40px;

    border:1px solid #e7eef7;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    max-width:800px;

    margin:auto;

    text-align:left;
}

.client-top{
    display:flex;
    align-items:center;
    gap:18px;

    margin-bottom:25px;
}

.client-avatar{
    width:70px;
    height:70px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #FF4D4D,
    #FF4D4D);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:26px;
    font-weight:700;
}

.client-info h5{
    margin:0;
    color:#111827;
    font-size:22px;
    font-weight:700;
}

.client-info span{
    color:#64748b;
    font-size:14px;
}

.rating{
    margin-top:5px;
}

.rating i{
    color:#ffc107;
    font-size:14px;
}

.review-text{
    font-size:18px;
    line-height:1.9;
    color:#111;
    margin:0;
}

.carousel-indicators{
    margin-top:35px !important;
    margin-bottom:0 !important;
}

.carousel-indicators button{
 
    border-radius:10% !important;

    background:#FF4D4D !important;

    opacity:.3;
}

.carousel-indicators .active{
    opacity:1;
    width:35px !important;
    border-radius:20px !important;
}
.carousel-control-prev,
.carousel-control-next{
    width:60px;
    height:60px;

    background:#ffffff;

    border:1px solid #e5eef8;

    border-radius:50%;

    opacity:1;

    top:50%;
    transform:translateY(-50%);

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);
}

.carousel-control-prev{
    left:26%;
}

.carousel-control-next{
    right:26%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    background:#FF4D4D;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon{
    filter:brightness(0) invert(1);
}
@media(max-width:768px){

    .testimonial-section{
        padding:70px 0;
    }

    .testimonial-section h2{
        font-size:32px;
    }

    .testimonial-card{
        padding:25px;
    }

    .review-text{
        font-size:16px;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }

}






.final-cta-section{
    padding:80px 0;

    background:
    linear-gradient(
    135deg,
    #071a2c 0%,
    #0b2440 50%,
    #111827 100%);

    position:relative;
    overflow:hidden;
}

.final-cta-section::before{
    content:"PROMAX";

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    font-size:180px;
    font-weight:900;

    color:rgba(255,255,255,.03);

    white-space:nowrap;

    pointer-events:none;
}

.final-cta-section::after{
    content:"";

    position:absolute;

    width:500px;
    height:500px;

    top:-200px;
    right:-150px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(0,166,255,.25),
    transparent 70%);
}

.cta-box{
    position:relative;
    z-index:2;

    text-align:center;

    max-width:950px;
    margin:auto;
}

.cta-box h2{
    color:#fff;
    font-size:38;
    font-weight:700;
    line-height:1.2;

    margin-bottom:25px;
}

.cta-box h2 span{
    display:block;
    color:#0ea7f6;
}

.cta-box h3{
    color:#ffffff;
    font-size:32px;
    font-weight:700;
    line-height:1.5;

    margin-bottom:30px;
}

.cta-box p{
    color:#dbe7f5;
    font-size:20px;
    line-height:1.8;

    max-width:850px;
    margin:0 auto 40px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary-custom{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 38px;

    background:
    linear-gradient(
    135deg,
    #FF4D4D,
    #FF4D4D);

    color:#fff; font-size:20px;
    text-decoration:none;

    border-radius:60px;

    font-weight:700;

    transition:.35s;

}

.btn-primary-custom:hover{
    color:#fff;
    transform:translateY(-4px);
}

.btn-outline-custom{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 38px;

    border:2px solid rgba(255,255,255,.25);

    color:#fff;
    text-decoration:none;

    border-radius:60px;

    font-weight:700;

    transition:.35s;
}

.btn-outline-custom:hover{
    background:#fff;
    color:#111827;
}

@media(max-width:991px){

    .cta-box h2{
        font-size:42px;
    }

    .cta-box h3{
        font-size:24px;
    }

    .final-cta-section::before{
        font-size:100px;
    }
}

@media(max-width:576px){

    .final-cta-section{
        padding:80px 0;
    }

    .cta-box h2{
        font-size:30px;
    }

    .cta-box h3{
        font-size:18px;
    }

    .cta-box p{
        font-size:17px;
    }

    .btn-primary-custom,
    .btn-outline-custom{
        width:100%;
    }

    .final-cta-section::before{
        font-size:60px;
    }
}




.footer-contact-strip{
    background:#ac3d3d;
    padding:14px 0;
}

.contact-strip-content{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
}

.contact-strip-content a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.contact-strip-content a:hover{
    opacity:.85;
    color:#fff;
}

.contact-strip-content i{
    margin-right:8px;
}

.footer-copyright{
    background:#071a2c;
    padding:15px 0;
    text-align:center;
}

.footer-copyright p{
    margin:0;
    color:#fff;
    font-size:16px;
}

@media(max-width:768px){

    .contact-strip-content{
        gap:12px;
        flex-direction:column;
    }

    .contact-strip-content a{
        font-size:16px;
    }

}






.floating-contact{
    position:fixed;

    left:10px;
    bottom:60px;

    display:flex;
    flex-direction:column;
    gap:12px;

    z-index:9999;
}

.float-call,
.float-whatsapp{
    width:60px;
    height:60px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    color:#fff;

    font-size:24px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.18);

    transition:.3s ease;
}

.float-call{
    background:#FF4D4D;
}

.float-whatsapp{
    background:#25D366;
}

.float-call:hover,
.float-whatsapp:hover{
    transform:translateY(-5px) scale(1.05);
    color:#fff;
}

/* Pulse Animation */

.float-call::before,
.float-whatsapp::before{
    content:"";

    position:absolute;

    width:100%;
    height:100%;

    border-radius:50%;

    animation:pulse 2s infinite;
}

.float-call::before{
    background:rgba(0,120,255,.35);
}

.float-whatsapp::before{
    background:rgba(37,211,102,.35);
}

@keyframes pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    70%{
        transform:scale(1.5);
        opacity:0;
    }

    100%{
        transform:scale(1.5);
        opacity:0;
    }

}

@media(max-width:768px){

    .floating-contact{
        right:15px;
        bottom:15px; display: none;  
    }

    .float-call,
    .float-whatsapp{
        width:55px;
        height:55px;
        font-size:22px; display: done;
    }

}






.enquiry-modal{
    border:none;
    border-radius:25px;
    overflow:hidden;

    box-shadow:
    0 25px 60px rgba(0,0,0,.15);
}

.enquiry-modal .modal-header{
    background:
    linear-gradient(
    135deg,
    #FF4D4D,
    #FF4D4D);

    padding:20px 25px;
}

.enquiry-modal .modal-title{
    color:#fff;
    font-weight:700;
}

.enquiry-modal .btn-close{
    filter:brightness(0) invert(1);
}

.enquiry-modal .modal-body{
    padding:30px;
}

.enquiry-modal .form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #e5e7eb;
}

.enquiry-modal textarea.form-control{
    height:auto;
}

.submit-btn{
    width:100%;
    border:none;

    padding:15px;

    border-radius:12px;

    background:
    linear-gradient(
    135deg,
    #FF4D4D,
    #FF4D4D);

    color:#fff;

    font-weight:700;
}





.mobile-fixed-bar{
    position:fixed;

    left:0;
    bottom:0;

    width:100%;

    background:#ffffff;

    display:none;

    align-items:center;

    justify-content:space-between;

    z-index:10;

    box-shadow:
    0 -8px 25px rgba(0,0,0,0.10);
}

.mobile-fixed-bar a{
    flex:1;

    text-decoration:none;

    color:#fff;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:4px;

    padding:12px 5px;

    font-size:12px;

    font-weight:600;
}

.mobile-fixed-bar i{
    font-size:18px;
}

.fixed-call{
    background:#FF4D4D;
}

.fixed-whatsapp{
    background:#25D366;
}

.fixed-enquiry{
    background:#071a2c;
}

@media(max-width:991px){

    .mobile-fixed-bar{
        display:flex;
    }

    body{
        padding-bottom:65px;
    }

}

@media(min-width:992px){

    .mobile-fixed-bar{
        display:none !important;
    }

}


.btn-book{
    position:relative;
    overflow:hidden;
}

.btn-book::before{
    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:60px;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.4),
    transparent);

    animation:shine 3s infinite;
}

@keyframes shine{

    100%{
        left:140%;
    }

}




.btn-call{
    position:relative;
    overflow:hidden;
}

.btn-call::before{
    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:60px;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.4),
    transparent);

    animation:shine 3s infinite;
}

@keyframes shine{

    100%{
        left:140%;
    }

}



.amc-cta-btn{
    position:relative;
    overflow:hidden;
}

.amc-cta-btn::before{
    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:60px;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.4),
    transparent);

    animation:shine 3s infinite;
}

@keyframes shine{

    100%{
        left:140%;
    }

}







.btn-primary-custom{
    position:relative;
    overflow:hidden;
}

.btn-primary-custom::before{
    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:60px;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.4),
    transparent);

    animation:shine 3s infinite;
}

@keyframes shine{

    100%{
        left:140%;
    }

}




.header-btn{
    animation:floatBtn 2.5s ease-in-out infinite;
}

@keyframes floatBtn{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-6px);
    }

}





.pdf-guide-download-section{
    padding:100px 0;
    background:#f8f9fa;
}

.pdf-guide-download-box{
    max-width:900px;
    margin:auto;
    background:#fff;
    padding:60px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    text-align:center;
}

.pdf-guide-label{
    display:inline-block;
    padding:8px 18px;
    background:#f37021;
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.pdf-guide-download-box h2{
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
    color:#111;
}

.guide-description{
    font-size:20px;
    line-height:1.8;
    color:#111;
    margin-bottom:35px;
}

.guide-points{
    text-align:left;
    max-width:700px;
    margin:0 auto 35px;
}

.guide-points h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.guide-points ul{
    list-style:none;
    padding:0;
    margin:0;
}

.guide-points li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
    font-size:18px;
    font-weight:500;
}

.guide-points li i{
    color:#28a745;
    font-size:22px;
    margin-top:2px;
}

.guide-bottom-text{
    background:#fff5ed;
    border-left:4px solid #f37021;
    padding:20px;
    border-radius:12px;
    font-size:18px;
    font-weight:600;
    text-align:left;
    max-width:700px;
    margin:0 auto 35px;
}

.guide-download-btn{
    display:inline-block;
    padding:18px 40px;
    background:#f37021;
    color:#fff;
    text-decoration:none;
    border-radius:12px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.guide-download-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){

    .pdf-guide-download-box{
        padding:35px 25px;
    }

    .pdf-guide-download-box h2{
        font-size:34px;
    }

    .guide-description{
        font-size:17px;
    }

    .guide-points li{
        font-size:16px;
    }
}




.pdf-modal-box{
    border:none;
    border-radius:20px;
    overflow:hidden;
}

.pdf-modal-box .modal-header{
    background:#f37021;
    color:#fff;
    padding:20px 25px;
}

.pdf-modal-box .btn-close{
    filter:brightness(0) invert(1);
}

.pdf-modal-box .modal-body{
    padding:30px;
}

.pdf-modal-box .form-control{
    height:55px;
    border-radius:10px;
    border:1px solid #ddd;
}

.pdf-modal-box .form-control:focus{
    box-shadow:none;
    border-color:#f37021;
}

.pdf-submit-btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:10px;
    background:#f37021;
    color:#fff;
    font-weight:600;
    margin-top:10px;
}

.pdf-submit-btn:hover{
    background:#e25f10;
}