/*=========================================================
CONTACT US PAGE
PART - 2A
HERO SECTION
=========================================================*/

.ct-hero-section{
    position:relative;
    overflow:hidden;
    min-height:560px;
    display:flex;
    align-items:center;
    border-radius:0 0 28px 28px;
    margin-bottom:90px;
    background:#111;
}

/*==============================
Background Image
==============================*/

.ct-hero-bg{
    position:absolute;
    inset:0;
    z-index:1;
}

.ct-hero-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/*==============================
Overlay
==============================*/

.ct-hero-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.72) 38%,
            rgba(0,0,0,.35) 100%
        );
}

/*==============================
Container
==============================*/

.ct-hero-section .container{
    position:relative;
    z-index:5;
}

/*==============================
Left Content
==============================*/

.ct-hero-content{
    color:#fff;
    max-width:640px;
}

/*==============================
Breadcrumb
==============================*/

.ct-breadcrumb{
    margin-bottom:25px;
}

.ct-breadcrumb .breadcrumb{
    margin:0;
    padding:0;
    background:transparent;
}

.ct-breadcrumb .breadcrumb-item{
    color:#ddd;
    font-size:15px;
}

.ct-breadcrumb a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.ct-breadcrumb a:hover{
    color:#ff4444;
}

.ct-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    color:#ccc;
}

/*==============================
Heading
==============================*/

.ct-hero-content h1{
    font-size:64px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:18px;
}

.ct-title-line{
    display:block;
    width:90px;
    height:5px;
    border-radius:20px;
    background:#e60000;
    margin-bottom:28px;
}

.ct-hero-content p{
    font-size:20px;
    line-height:1.8;
    color:#f2f2f2;
    margin:0;
}

/*==============================
Help Card
==============================*/

.ct-help-card{
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.18);
    border-radius:24px;
    padding:42px;
    color:#fff;
    box-shadow:0 25px 50px rgba(0,0,0,.25);
}

.ct-help-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#e60000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    box-shadow:0 12px 25px rgba(230,0,0,.35);
}

.ct-help-card h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.ct-help-card p{
    color:#f1f1f1;
    line-height:1.8;
    margin-bottom:30px;
}

/*==============================
Help List
==============================*/

.ct-help-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-bottom:35px;
}

.ct-help-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:16px;
}

.ct-help-item i{
    color:#ff4d4d;
    font-size:18px;
}

/*==============================
Button
==============================*/

.ct-help-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 32px;
    background:#e60000;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
    box-shadow:0 12px 25px rgba(230,0,0,.35);
}

.ct-help-btn:hover{
    background:#fff;
    color:#d40000;
    transform:translateY(-4px);
}

.ct-help-btn i{
    transition:.3s;
}

.ct-help-btn:hover i{
    transform:translateX(6px);
}

/*==============================
Responsive
==============================*/

@media (max-width:991px){

    .ct-hero-section{
        min-height:auto;
        padding:90px 0;
        margin-bottom:70px;
    }

    .ct-hero-content{
        margin-bottom:40px;
    }

    .ct-hero-content h1{
        font-size:50px;
    }

    .ct-help-card{
        padding:35px;
    }

}

@media (max-width:767px){

    .ct-hero-section{
        padding:80px 0;
        border-radius:0 0 20px 20px;
    }

    .ct-hero-content h1{
        font-size:40px;
    }

    .ct-hero-content p{
        font-size:17px;
    }

    .ct-help-card{
        padding:28px;
    }

    .ct-help-card h3{
        font-size:24px;
    }

    .ct-help-icon{
        width:68px;
        height:68px;
        font-size:28px;
    }

}

@media (max-width:575px){

    .ct-hero-section{
        padding:70px 0;
        margin-bottom:60px;
    }

    .ct-breadcrumb .breadcrumb-item{
        font-size:14px;
    }

    .ct-hero-content h1{
        font-size:34px;
    }

    .ct-title-line{
        width:70px;
        height:4px;
    }

    .ct-hero-content p{
        font-size:15px;
        line-height:1.7;
    }

    .ct-help-card{
        padding:24px 20px;
        border-radius:18px;
    }

    .ct-help-btn{
        width:100%;
        justify-content:center;
    }

}

/*=========================================================
CONTACT US PAGE
PART -2B
CONTACT INFO & FORM
=========================================================*/

.ct-contact-section{
    padding:100px 0;
    background:#f8fafc;
    position:relative;
    overflow:hidden;
}

/*==============================
Background Decoration
==============================*/

.ct-contact-section::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(220,0,0,.04);
    border-radius:50%;
    left:-120px;
    top:-120px;
}

.ct-contact-section::after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    background:rgba(220,0,0,.03);
    border-radius:50%;
    right:-120px;
    bottom:-120px;
}

/*==============================
Section Heading
==============================*/

.ct-section-header{
    margin-bottom:70px;
}

.ct-section-subtitle{
    display:inline-block;
    padding:8px 20px;
    border-radius:50px;
    background:#ffe8e8;
    color:#d40000;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.ct-section-header h2{
    font-size:46px;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
}

.ct-section-header h2 span{
    color:#d40000;
}

.ct-heading-divider{
    width:80px;
    height:4px;
    background:#d40000;
    border-radius:30px;
    margin:20px auto;
}

.ct-section-header p{
    max-width:720px;
    margin:auto;
    color:#6b7280;
    font-size:17px;
    line-height:1.9;
}

/*==============================
LEFT PANEL
==============================*/

.ct-info-panel{
    display:flex;
    flex-direction:column;
    gap:25px;
    height:100%;
}

/*==============================
Info Box
==============================*/

.ct-info-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    background:#ffffff;
    border-radius:18px;
    padding:28px;
    border:1px solid #ededed;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.ct-info-box:hover{
    transform:translateY(-6px);
    border-color:#d40000;
    box-shadow:0 18px 40px rgba(0,0,0,.10);
}

.ct-info-icon{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:50%;
    background:linear-gradient(135deg,#d40000,#ff3a3a);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    transition:.35s;
}

.ct-info-box:hover .ct-info-icon{
    transform:rotate(10deg) scale(1.08);
}

.ct-info-box h4{
    font-size:21px;
    font-weight:700;
    color:#111827;
    margin-bottom:8px;
}

.ct-info-box p{
    margin:0;
    color:#6b7280;
    line-height:1.8;
    font-size:15px;
}

/*==============================
Social Box
==============================*/

.ct-social-box{
    background:#ffffff;
    border-radius:18px;
    padding:28px;
    border:1px solid #ededed;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.ct-social-box h5{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:20px;
}

.ct-social-links{
    display:flex;
    justify-content:center;
    gap:16px;
}

.ct-social-links a{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#f4f4f4;
    color:#d40000;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.35s;
}

.ct-social-links a:hover{
    background:#d40000;
    color:#fff;
    transform:translateY(-5px);
}

/*==============================
FORM CARD
==============================*/

.ct-form-card{
    background:#ffffff;
    border-radius:22px;
    padding:40px;
    border:1px solid #ededed;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
    height:100%;
}

/*==============================
Form Elements
==============================*/

.ct-contact-form .form-label{
    font-weight:600;
    color:#374151;
    margin-bottom:8px;
}

.ct-input{
    height:56px;
    border-radius:12px;
    border:1px solid #dcdcdc;
    padding:12px 18px;
    font-size:15px;
    transition:.3s;
}

textarea.ct-input{
    height:170px;
    resize:none;
    padding-top:15px;
}

.ct-input:focus{
    border-color:#d40000;
    box-shadow:0 0 0 .18rem rgba(212,0,0,.12);
}

/*==============================
Checkbox
==============================*/

.ct-contact-form .form-check-label{
    color:#6b7280;
    font-size:15px;
}

.ct-contact-form .form-check-input:checked{
    background:#d40000;
    border-color:#d40000;
}

/*==============================
Submit Button
==============================*/

.ct-submit-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:12px;
    background:linear-gradient(135deg,#d40000,#ff3535);
    color:#fff;
    font-size:17px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    transition:.35s;
    box-shadow:0 15px 30px rgba(212,0,0,.25);
}

.ct-submit-btn:hover{
    background:linear-gradient(135deg,#111827,#222);
    transform:translateY(-4px);
}

.ct-submit-btn i{
    transition:.3s;
}

.ct-submit-btn:hover i{
    transform:translateX(5px);
}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

.ct-contact-section{
padding:80px 0;
}

.ct-section-header h2{
font-size:38px;
}

.ct-form-card{
padding:32px;
margin-top:15px;
}

}

@media(max-width:768px){

.ct-contact-section{
padding:70px 0;
}

.ct-section-header{
margin-bottom:50px;
}

.ct-section-header h2{
font-size:32px;
}

.ct-section-header p{
font-size:15px;
}

.ct-info-box{
padding:22px;
}

.ct-info-icon{
width:58px;
height:58px;
min-width:58px;
font-size:22px;
}

.ct-form-card{
padding:28px;
}

}

@media(max-width:576px){

.ct-contact-section{
padding:60px 0;
}

.ct-section-header h2{
font-size:28px;
}

.ct-info-box{
padding:20px;
border-radius:16px;
}

.ct-info-box h4{
font-size:18px;
}

.ct-info-box p{
font-size:14px;
}

.ct-social-box{
padding:22px;
border-radius:16px;
}

.ct-social-links{
gap:12px;
}

.ct-social-links a{
width:44px;
height:44px;
font-size:16px;
}

.ct-form-card{
padding:22px 18px;
border-radius:18px;
}

.ct-input{
height:52px;
font-size:14px;
}

textarea.ct-input{
height:150px;
}

.ct-submit-btn{
height:54px;
font-size:15px;
}

}
/*=========================================================
CONTACT US PAGE
PART - 2C
WHY CONTACT LMIIT
=========================================================*/

.ct-why-section{
    padding:100px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

/*==================================
Background Shapes
==================================*/

.ct-why-section::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(212,0,0,.04);
    top:-140px;
    left:-140px;
}

.ct-why-section::after{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    border-radius:50%;
    background:rgba(212,0,0,.03);
    bottom:-120px;
    right:-120px;
}

/*==================================
Equal Height Columns
==================================*/

.ct-why-section .row>[class*="col"]{
    display:flex;
}

/*==================================
Feature Card
==================================*/

.ct-feature-card{

    position:relative;

    width:100%;

    display:flex;

    flex-direction:column;

    background:#ffffff;

    padding:38px 30px;

    border-radius:22px;

    border:1px solid #ececec;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

    transition:.35s;

    overflow:hidden;

}

/*==================================
Top Border Animation
==================================*/

.ct-feature-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:0;

    height:4px;

    background:#d40000;

    transition:.35s;

}

.ct-feature-card:hover::before{

    width:100%;

}

.ct-feature-card:hover{

    transform:translateY(-10px);

    border-color:#d40000;

    box-shadow:0 24px 50px rgba(0,0,0,.12);

}

/*==================================
Feature Icon
==================================*/

.ct-feature-icon{

    width:82px;

    height:82px;

    border-radius:50%;

    background:linear-gradient(135deg,#d40000,#ff4040);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#ffffff;

    font-size:30px;

    margin-bottom:25px;

    box-shadow:0 12px 28px rgba(212,0,0,.28);

    transition:.35s;

}

.ct-feature-card:hover .ct-feature-icon{

    transform:rotate(8deg) scale(1.08);

}

/*==================================
Heading
==================================*/

.ct-feature-card h4{

    font-size:23px;

    font-weight:700;

    color:#111827;

    margin-bottom:15px;

    line-height:1.4;

}

/*==================================
Paragraph
==================================*/

.ct-feature-card p{

    color:#6b7280;

    font-size:15px;

    line-height:1.9;

    margin:0;

    flex:1;

}

/*==================================
Optional Bottom Arrow
==================================*/

.ct-feature-card::after{

    content:"➜";

    position:absolute;

    right:28px;

    bottom:25px;

    color:#d40000;

    font-size:22px;

    opacity:0;

    transition:.35s;

}

.ct-feature-card:hover::after{

    opacity:1;

    transform:translateX(6px);

}

/*==================================
Responsive
==================================*/

@media(max-width:1200px){

.ct-section-header h2{

font-size:40px;

}

}

@media(max-width:991px){

.ct-why-section{

padding:80px 0;

}

.ct-feature-card{

padding:32px 26px;

}

}

@media(max-width:768px){

.ct-why-section{

padding:70px 0;

}

.ct-feature-card{

padding:28px 22px;

}

.ct-feature-icon{

width:72px;

height:72px;

font-size:28px;

}

.ct-feature-card h4{

font-size:21px;

}

}

@media(max-width:576px){

.ct-why-section{

padding:60px 0;

}

.ct-feature-card{

padding:25px 20px;

border-radius:18px;

}

.ct-feature-icon{

width:65px;

height:65px;

font-size:24px;

margin-bottom:20px;

}

.ct-feature-card h4{

font-size:19px;

}

.ct-feature-card p{

font-size:14px;

}

.ct-feature-card::after{

display:none;

}

}
/*=========================================================
GOOGLE MAP SECTION
=========================================================*/

.ct-google-map-section{
    padding:100px 0;
    background:#ffffff;
}

/*==============================
Heading
==============================*/

.ct-map-header{
    max-width:760px;
    margin:0 auto 60px;
}

.ct-map-subtitle{
    display:inline-block;
    padding:8px 22px;
    background:#ffe8e8;
    color:#d40000;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.ct-map-header h2{
    font-size:44px;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
}

.ct-map-header h2 span{
    color:#d40000;
}

.ct-map-divider{
    width:80px;
    height:4px;
    background:#d40000;
    border-radius:50px;
    margin:20px auto;
}

.ct-map-header p{
    color:#6b7280;
    font-size:17px;
    line-height:1.8;
}

/*==============================
Google Map
==============================*/

.ct-google-map-wrapper{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    border:1px solid #ececec;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.35s;
}

.ct-google-map-wrapper:hover{
    transform:translateY(-5px);
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.ct-google-map-wrapper iframe{
    width:100%;
    height:550px;
    border:none;
    display:block;
}

/*==============================
Responsive
==============================*/

@media(max-width:991px){

    .ct-google-map-section{
        padding:80px 0;
    }

    .ct-map-header h2{
        font-size:38px;
    }

    .ct-google-map-wrapper iframe{
        height:450px;
    }

}

@media(max-width:768px){

    .ct-google-map-section{
        padding:70px 0;
    }

    .ct-map-header{
        margin-bottom:40px;
    }

    .ct-map-header h2{
        font-size:32px;
    }

    .ct-map-header p{
        font-size:15px;
    }

    .ct-google-map-wrapper{
        border-radius:18px;
    }

    .ct-google-map-wrapper iframe{
        height:350px;
    }

}

@media(max-width:576px){

    .ct-google-map-section{
        padding:60px 0;
    }

    .ct-map-header h2{
        font-size:28px;
    }

    .ct-map-subtitle{
        font-size:13px;
    }

    .ct-google-map-wrapper iframe{
        height:280px;
    }

}
/*=========================================================
CONTACT US PAGE
PART - 2E
CALL TO ACTION SECTION
=========================================================*/

.ct-cta-section{
    padding:100px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

/*==============================
CTA Wrapper
==============================*/

.ct-cta-wrapper{

    position:relative;

    background:linear-gradient(135deg,#b30000 0%,#d40000 55%,#ff3b3b 100%);

    border-radius:30px;

    padding:70px 60px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(212,0,0,.25);

}

/*==============================
Floating Shapes
==============================*/

.ct-cta-wrapper::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-140px;

    right:-120px;

}

.ct-cta-wrapper::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    bottom:-100px;

    left:-80px;

}

/*==============================
Content
==============================*/

.ct-cta-content{

    position:relative;

    z-index:2;

}

.ct-cta-tag{

    display:inline-block;

    padding:8px 22px;

    background:rgba(255,255,255,.15);

    color:#ffffff;

    border:1px solid rgba(255,255,255,.25);

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:22px;

    text-transform:uppercase;

}

.ct-cta-content h2{

    font-size:46px;

    font-weight:800;

    color:#ffffff;

    line-height:1.25;

    margin-bottom:22px;

}

.ct-cta-content h2 span{

    color:#ffe082;

}

.ct-cta-content p{

    color:rgba(255,255,255,.92);

    font-size:17px;

    line-height:1.9;

    max-width:700px;

    margin-bottom:35px;

}

/*==============================
Highlight List
==============================*/

.ct-cta-highlights{

    display:flex;

    flex-wrap:wrap;

    gap:18px 35px;

}

.ct-highlight-item{

    display:flex;

    align-items:center;

    gap:10px;

    color:#ffffff;

    font-weight:600;

}

.ct-highlight-item i{

    color:#ffe082;

    font-size:18px;

}

/*==============================
Buttons
==============================*/

.ct-cta-actions{

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:20px;

    height:100%;

    position:relative;

    z-index:2;

}

.ct-call-btn,
.ct-message-btn{

    height:58px;

    border-radius:14px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    text-decoration:none;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

/* Primary */

.ct-call-btn{

    background:#ffffff;

    color:#d40000;

    box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.ct-call-btn:hover{

    background:#111827;

    color:#ffffff;

    transform:translateY(-4px);

}

/* Secondary */

.ct-message-btn{

    border:2px solid rgba(255,255,255,.55);

    color:#ffffff;

    background:transparent;

}

.ct-message-btn:hover{

    background:#ffffff;

    color:#d40000;

    border-color:#ffffff;

    transform:translateY(-4px);

}

/*==============================
Responsive
==============================*/

@media(max-width:1200px){

.ct-cta-content h2{

font-size:40px;

}

}

@media(max-width:991px){

.ct-cta-section{

padding:80px 0;

}

.ct-cta-wrapper{

padding:55px 40px;

}

.ct-cta-actions{

margin-top:40px;

}

}

@media(max-width:768px){

.ct-cta-section{

padding:70px 0;

}

.ct-cta-wrapper{

padding:45px 30px;

border-radius:22px;

}

.ct-cta-content h2{

font-size:34px;

}

.ct-cta-content p{

font-size:15px;

}

.ct-cta-highlights{

flex-direction:column;

gap:15px;

}

}

@media(max-width:576px){

.ct-cta-section{

padding:60px 0;

}

.ct-cta-wrapper{

padding:35px 20px;

border-radius:18px;

}

.ct-cta-tag{

font-size:12px;

padding:7px 18px;

}

.ct-cta-content h2{

font-size:28px;

}

.ct-cta-content p{

font-size:14px;

line-height:1.8;

}

.ct-call-btn,
.ct-message-btn{

height:52px;

font-size:15px;

}

}
/*=========================================================
PART - 3E
ANIMATIONS
=========================================================*/

/*==============================
Reveal Animation
==============================*/

.ct-hidden{

opacity:0;

transform:translateY(60px);

transition:all .8s ease;

}

.ct-show{

opacity:1;

transform:translateY(0);

}

/*==============================
Ripple Effect
==============================*/

.ct-submit-btn,
.ct-call-btn,
.ct-message-btn,
.ct-help-btn{

position:relative;

overflow:hidden;

}

.ct-ripple{

position:absolute;

border-radius:50%;

background:rgba(255,255,255,.35);

transform:scale(0);

animation:ctRipple .6s linear;

pointer-events:none;

}

@keyframes ctRipple{

to{

transform:scale(4);

opacity:0;

}

}

/*==============================
Back To Top
==============================*/

.ct-back-top{

position:fixed;

right:25px;

bottom:25px;

width:52px;

height:52px;

border:none;

border-radius:50%;

background:#d40000;

color:#fff;

font-size:18px;

cursor:pointer;

box-shadow:0 12px 30px rgba(212,0,0,.30);

opacity:0;

visibility:hidden;

transition:.35s;

z-index:9999;

}

.ct-back-top.show{

opacity:1;

visibility:visible;

}

.ct-back-top:hover{

background:#111827;

transform:translateY(-5px);

}

@media(max-width:576px){

.ct-back-top{

width:45px;

height:45px;

right:18px;

bottom:18px;

font-size:16px;

}

}