﻿
p{

    text-align:justify;
    text-justify:inter-word;

}

/* HERO CONTENT */

.hero-content p{

    text-align:justify;
    text-justify:inter-word;

}

/* ABOUT */

.about-content p{

    text-align:justify;
    text-justify:inter-word;

}

/* FLOAT SECTION */

.float-box p{

    text-align:justify;
    text-justify:inter-word;

}

/* SERVICES */

.service-content p{

    text-align:justify;
    text-justify:inter-word;

}

/* PROCESS */

.process-card p{

    text-align:justify;
    text-justify:inter-word;

}

/* PROJECT */

.project-overlay p{

    text-align:justify;
    text-justify:inter-word;

}

/* COUNTER */

.counter-card p{

    text-align:justify;
    text-justify:inter-word;

}

/* TESTIMONIAL */

.testimonial-card p{

    text-align:justify;
    text-justify:inter-word;

}

/* CTA */

.cta-section p{

    text-align:justify;
    text-justify:inter-word;

}

/* CONTACT */

.contact-box p{

    text-align:center;

}

/* FOOTER */

.footer-text,
.footer-contact{

    text-align:justify;
    text-justify:inter-word;

}

/* FAQ */

.accordion-body{

    text-align:justify;
    text-justify:inter-word;

}

/* SECTION SUBTITLE */

.section-subtitle,
.counter-subtitle{

    text-align:center;

}

/* MOBILE FIX */

@media(max-width:768px){

    p,
    .hero-content p,
    .about-content p,
    .service-content p,
    .process-card p,
    .project-overlay p,
    .counter-card p,
    .testimonial-card p,
    .footer-text{

        text-align:left;

    }

}
 

.cta-section{

    padding:140px 0px;
    background:
    linear-gradient(135deg,
    #0b0f19,
    #121826);

    position:relative;
    overflow:hidden;
    color:white;

}

/* GLOW EFFECT */

.cta-glow{

    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,176,0,0.12);
    border-radius:50%;
    top:-180px;
    right:-120px;
    filter:blur(40px);

}

/* BADGE */

.cta-badge{

    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);
    backdrop-filter:blur(12px);
    color:var(--primary);
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:30px;
    font-size:14px;

}

/* TITLE */

.cta-section h2{

    font-size:72px;
    font-weight:900;
    line-height:1.2;
    margin-bottom:25px;
    font-family:'Montserrat',sans-serif;

}

.cta-section h2 span{

    color:var(--primary);

}

/* TEXT */

.cta-section p{

    max-width:900px;
    margin:auto;
    font-size:20px;
    line-height:2;
    color:#ddd;

}

/* BUTTON SPACING */

.cta-section .main-btn{

    min-width:220px;

}

.cta-section .outline-btn{

    min-width:220px;

}

/* =========================================
   CONTACT SECTION
========================================= */

.contact-section{

    padding:130px 0px;
    background:#f9fbff;
    position:relative;

}

/* CONTACT BOX */

.contact-box{

    background:white;
    border-radius:35px;
    padding:50px 35px;
    text-align:center;
    transition:0.5s;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,0.06);

}

/* TOP BORDER */

.contact-box::before{

    content:'';
    position:absolute;
    width:100%;
    height:5px;
    top:0;
    left:0;
    background:linear-gradient(135deg,#ffb000,#ff8c00);

}

/* HOVER */

.contact-box:hover{

    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(255,176,0,0.18);

}

/* ICON */

.contact-box div{

    margin-bottom:25px;
    transition:0.4s;

}

.contact-box:hover div{

    transform:scale(1.08);

}

/* TITLE */

.contact-box h4{

    font-size:28px;
    font-weight:800;
    margin-bottom:15px;
    color:#111;
    font-family:'Montserrat',sans-serif;

}

/* TEXT */

.contact-box p{

    font-size:18px;
    color:#666;
    margin-bottom:0;
    line-height:1.9;

}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media(max-width:768px){

    /* CTA */

    .cta-section{

        padding:80px 20px;

    }

    .cta-glow{

        width:280px;
        height:280px;
        top:-80px;
        right:-80px;

    }

    .cta-badge{

        font-size:12px;
        padding:10px 22px;
        margin-bottom:20px;

    }

    .cta-section h2{

        font-size:36px;
        line-height:1.4;
        margin-bottom:18px;

    }

    .cta-section p{

        font-size:15px;
        line-height:1.9;

    }

    .cta-section .main-btn,
    .cta-section .outline-btn{

        width:100%;
        margin-bottom:15px;
        margin-left:0;
        min-width:auto;

    }

    /* CONTACT */

    .contact-section{

        padding:70px 0px;

    }

    .contact-box{

        padding:35px 25px;
        border-radius:25px;

    }

    .contact-box h4{

        font-size:24px;

    }

    .contact-box p{

        font-size:15px;

    }

}
    /* =========================================
   COUNTER SECTION
========================================= */

.counter-section{

    padding:130px 0px;
    background:
    linear-gradient(135deg,#0b0f19,#121826);

    position:relative;
    overflow:hidden;
    color:white;

}

/* SHAPES */

.counter-shape1{

    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,176,0,0.08);
    border-radius:50%;
    top:-120px;
    left:-120px;
    filter:blur(20px);

}

.counter-shape2{

    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,140,0,0.08);
    border-radius:50%;
    bottom:-100px;
    right:-100px;
    filter:blur(20px);

}

/* TITLE */

.counter-title{

    font-size:58px;
    font-weight:900;
    font-family:'Montserrat',sans-serif;
    margin-bottom:20px;
    text-transform:uppercase;
    color:white;

}

.counter-title span{
    color:var(--primary);
}

.counter-subtitle{

    max-width:900px;
    margin:auto;
    line-height:2;
    color:#ccc;
    font-size:18px;

}

/* CARD */

.counter-card{

    background:rgba(255,255,255,0.06);
    border-radius:35px;
    padding:45px 30px;
    height:100%;
    transition:0.5s;
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.08);

}

.counter-card:hover{

    transform:translateY(-12px);
    background:rgba(255,176,0,0.12);
    box-shadow:0 20px 45px rgba(255,176,0,0.18);

}

/* ICON */

.counter-icon{

    width:95px;
    height:95px;
    line-height:95px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#ffb000,#ff8c00);
    color:white;
    font-size:42px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(255,176,0,0.35);

}

/* NUMBER */

.counter-number{

    font-size:68px;
    font-weight:900;
    color:var(--primary);
    margin-bottom:15px;
    font-family:'Montserrat',sans-serif;

}

/* CARD TEXT */

.counter-card h5{

    font-size:24px;
    font-weight:800;
    margin-bottom:15px;

}

.counter-card p{

    color:#ddd;
    line-height:1.9;

}

/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testimonial-section{

    padding:130px 0px;
    background:#f9fbff;

}

/* TESTIMONIAL CARD */

.testimonial-card{

    background:white;
    border-radius:35px;
    padding:45px;
    height:100%;
    transition:0.5s;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);

}

.testimonial-card::before{

    content:'';
    position:absolute;
    width:100%;
    height:5px;
    left:0;
    top:0;
    background:linear-gradient(135deg,#ffb000,#ff8c00);

}

.testimonial-card:hover{

    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(255,176,0,0.16);

}

/* QUOTE */

.quote-icon{

    font-size:70px;
    color:var(--primary);
    margin-bottom:15px;
    line-height:1;

}

/* STARS */

.testimonial-stars{

    font-size:22px;
    margin-bottom:20px;

}

/* PARAGRAPH */

.testimonial-card p{

    color:var(--text);
    line-height:2;
    margin-bottom:30px;

}

/* USER */

.testimonial-user{

    display:flex;
    align-items:center;
    gap:15px;

}

/* AVATAR */

.testimonial-avatar{

    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#ffb000,#ff8c00);
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:800;
    box-shadow:0 10px 30px rgba(255,176,0,0.25);

}

/* USER INFO */

.testimonial-user h5{

    margin:0;
    font-size:22px;
    font-weight:800;
    color:#111;

}

.testimonial-user span{

    color:#777;
    font-size:15px;

}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media(max-width:768px){

    .counter-section,
    .testimonial-section{

        padding:70px 0px;

    }

    /* TITLE */

    .counter-title,
    .section-title{

        font-size:32px;
        line-height:1.4;

    }

    .counter-subtitle,
    .section-subtitle{

        font-size:15px;
        line-height:1.8;

    }

    /* COUNTER */

    .counter-card{

        padding:35px 25px;

    }

    .counter-icon{

        width:75px;
        height:75px;
        line-height:75px;
        font-size:30px;

    }

    .counter-number{

        font-size:42px;

    }

    .counter-card h5{

        font-size:20px;

    }

    /* TESTIMONIAL */

    .testimonial-card{

        padding:30px 25px;

    }

    .quote-icon{

        font-size:50px;

    }

    .testimonial-stars{

        font-size:18px;

    }

    .testimonial-avatar{

        width:60px;
        height:60px;
        font-size:22px;

    }

    .testimonial-user h5{

        font-size:18px;

    }

}
    /* =========================================
   GOOGLE FONT
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');

/* =========================================
   ROOT COLORS
========================================= */

:root{

    --primary:#ffb000;
    --primary2:#ff8c00;
    --dark:#0b0f19;
    --dark2:#121826;
    --light:#f5f7fa;
    --text:#5f6b7a;
    --white:#ffffff;

}

/* =========================================
   BODY
========================================= */

body{

    margin:0;
    padding:0;
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    background:var(--light);
    color:#222;

}

html{
    scroll-behavior:smooth;
}

/* =========================================
   SCROLLBAR
========================================= */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#e8edf5;
}

::-webkit-scrollbar-thumb{
    background:linear-gradient(#ffb000,#ff8c00);
    border-radius:20px;
}

/* =========================================
   COMMON
========================================= */

section{
    position:relative;
    overflow:hidden;
}

img{
    max-width:100%;
    display:block;
}

.container{
    position:relative;
    z-index:2;
}

.section-title{

    font-size:58px;
    font-weight:900;
    text-transform:uppercase;
    color:var(--dark);
    margin-bottom:20px;
    font-family:'Montserrat',sans-serif;

}

.section-title span{
    color:var(--primary);
}

.section-subtitle{

    font-size:18px;
    color:var(--text);
    line-height:1.9;
    max-width:850px;
    margin:auto;

}

/* =========================================
   BUTTONS
========================================= */

.main-btn{

    background:linear-gradient(135deg,var(--primary),var(--primary2));
    color:white;
    padding:16px 40px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    display:inline-block;
    transition:0.4s;
    border:none;
    box-shadow:0 10px 25px rgba(255,176,0,0.25);

}

.main-btn:hover{

    transform:translateY(-5px);
    color:white;
    box-shadow:0 15px 35px rgba(255,176,0,0.35);

}

.outline-btn{

    padding:16px 40px;
    border-radius:60px;
    border:2px solid rgba(255,255,255,0.2);
    color:white;
    text-decoration:none;
    font-weight:700;
    display:inline-block;
    transition:0.4s;
    margin-left:15px;

}

.outline-btn:hover{

    background:white;
    color:#111;

}

/* =========================================
   HERO SLIDER
========================================= */

.hero-slider{
    width:100%;
    background:#000;
    position:relative;
}

.slider-img{

    width:100%;
    height:760px;
    object-fit:cover;
    display:block;

}

.hero-content{

    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    color:white;
    max-width:700px;
    z-index:5;

}

.hero-content h1{

    font-size:78px;
    font-weight:900;
    line-height:1.2;
    margin-bottom:25px;
    font-family:'Montserrat',sans-serif;

}

.hero-content p{

    font-size:22px;
    line-height:1.9;
    margin-bottom:35px;

}

/* =========================================
   FLOAT BOXES
========================================= */

.float-section{
    padding:100px 0px;
    background:white;
}

.float-box{

    background:white;
    border-radius:35px;
    padding:45px 30px;
    text-align:center;
    transition:0.5s;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);

}

.float-box:hover{

    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(255,176,0,0.18);

}

.float-icon{

    font-size:65px;
    margin-bottom:20px;

}

.float-box h3{

    font-weight:800;
    margin-bottom:15px;
    font-family:'Montserrat',sans-serif;

}

.float-box p{

    color:var(--text);
    line-height:1.9;

}

/* =========================================
   ABOUT
========================================= */

.about-section{
    padding:120px 0px;
}

.about-img img{

    width:100%;
    border-radius:35px;
    box-shadow:0 15px 45px rgba(0,0,0,0.12);

}

.about-content h2{

    font-size:55px;
    font-weight:900;
    font-family:'Montserrat',sans-serif;
    margin-bottom:25px;

}

.about-content p{

    color:var(--text);
    line-height:2;

}

/* =========================================
   SERVICES
========================================= */

.service-section{
    padding:120px 0px;
    background:white;
}

.service-card{

    background:linear-gradient(145deg,#0b0f19,#121826);
    border-radius:35px;
    overflow:hidden;
    transition:0.5s;
    height:100%;

}

.service-card:hover{

    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(255,176,0,0.18);

}

.service-card img{

    width:100%;
    height:300px;
    object-fit:cover;
    transition:0.7s;

}

.service-card:hover img{
    transform:scale(1.08);
}

.service-content{
    padding:35px;
}

.service-content h3{

    color:var(--primary);
    font-weight:800;
    margin-bottom:15px;
    font-family:'Montserrat',sans-serif;

}

.service-content p{

    color:#ddd;
    line-height:1.9;

}

/* =========================================
   PROCESS
========================================= */

.process-section{
    padding:120px 0px;
}

.process-card{

    background:white;
    border-radius:35px;
    padding:45px 30px;
    text-align:center;
    transition:0.5s;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);

}

.process-card:hover{

    background:var(--dark);
    transform:translateY(-10px);
    color:white;

}

.process-icon{

    width:95px;
    height:95px;
    line-height:95px;
    background:linear-gradient(135deg,var(--primary),var(--primary2));
    border-radius:50%;
    margin:auto;
    color:white;
    font-size:38px;
    font-weight:800;
    margin-bottom:20px;

}

/* =========================================
   PROJECTS
========================================= */

.project-section{
    padding:120px 0px;
    background:white;
}

.project-card{

    border-radius:35px;
    overflow:hidden;
    position:relative;

}

.project-card img{

    width:100%;
    height:380px;
    object-fit:cover;
    transition:0.7s;

}

.project-overlay{

    position:absolute;
    bottom:0;
    width:100%;
    padding:35px 30px;
    background:linear-gradient(transparent,rgba(0,0,0,0.95));
    color:white;

}

/* =========================================
   MOBILE RESPONSIVE FIX
========================================= */

@media(max-width:768px){

    body{
        overflow-x:hidden;
    }

    .container{
        padding-left:18px;
        padding-right:18px;
    }

    .section-title{

        font-size:32px;
        line-height:1.4;

    }

    .section-subtitle{

        font-size:15px;
        line-height:1.8;

    }

    /* HERO IMAGE FIX */

    .slider-img{

        width:100%;
        height:auto !important;
        object-fit:contain !important;
        background:#000;

    }

    .hero-content{

        left:20px;
        right:20px;
        max-width:100%;
        top:50%;
        transform:translateY(-50%);

    }

    .hero-content h1{

        font-size:34px;
        line-height:1.4;
        margin-bottom:15px;

    }

    .hero-content p{

        font-size:15px;
        line-height:1.8;
        margin-bottom:20px;

    }

    /* ABOUT */

    .about-img img{

        height:auto !important;
        object-fit:contain !important;
        border-radius:25px;

    }

    .about-content h2{

        font-size:32px;
        margin-top:30px;

    }

    /* SERVICE IMAGE FIX */

    .service-card{

        border-radius:25px;

    }

    .service-card img{

        width:100%;
        height:auto !important;
        object-fit:contain !important;

    }

    .service-content{

        padding:25px;

    }

    /* PROCESS */

    .process-card{

        padding:35px 25px;

    }

    .process-icon{

        width:75px;
        height:75px;
        line-height:75px;
        font-size:28px;

    }

    /* PROJECT IMAGE FIX */

    .project-card{

        border-radius:25px;

    }

    .project-card img{

        width:100%;
        height:auto !important;
        object-fit:contain !important;

    }

    .project-overlay{

        padding:20px;

    }

    /* BUTTONS */

    .main-btn,
    .outline-btn{

        width:100%;
        margin-bottom:15px;
        text-align:center;
        margin-left:0;

    }

    /* ALL IMAGES */

    img{

        max-width:100%;
        height:auto !important;

    }
    /* =========================================
   CONSTRUCTION PACKAGE SECTION
========================================= */

.package-section{

    padding:130px 0px;
    background:
    linear-gradient(to bottom,
    #ffffff,
    #f7f9fc);

    position:relative;
    overflow:hidden;

}

/* =========================================
   BACKGROUND SHAPES
========================================= */

.package-shape1{

    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,176,0,0.08);
    top:-150px;
    left:-120px;
    filter:blur(20px);

}

.package-shape2{

    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,140,0,0.08);
    bottom:-120px;
    right:-120px;
    filter:blur(20px);

}

/* =========================================
   BADGE
========================================= */

.package-badge{

    display:inline-block;
    padding:12px 28px;
    border-radius:50px;
    background:rgba(255,176,0,0.10);
    color:#ff8c00;
    font-weight:700;
    margin-bottom:25px;
    letter-spacing:1px;
    font-size:14px;
    backdrop-filter:blur(10px);

}

/* =========================================
   MAIN PACKAGE BOX
========================================= */

.package-main-box{

    background:white;
    border-radius:40px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,0.10);
    transition:0.5s;
    position:relative;

}

.package-main-box:hover{

    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(255,176,0,0.18);

}

/* =========================================
   PACKAGE IMAGE
========================================= */

.package-img{

    width:100%;
    height:auto;
    display:block;
    transition:0.5s;

}

.package-main-box:hover .package-img{

    transform:scale(1.02);

}

/* =========================================
   FEATURE CARD
========================================= */

.package-feature{

    background:white;
    border-radius:30px;
    padding:40px 30px;
    text-align:center;
    transition:0.5s;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);

}

/* TOP BORDER */

.package-feature::before{

    content:'';
    position:absolute;
    width:100%;
    height:5px;
    top:0;
    left:0;
    background:linear-gradient(135deg,#ffb000,#ff8c00);

}

/* HOVER */

.package-feature:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(255,176,0,0.15);

}

/* =========================================
   ICON
========================================= */

.package-icon{

    width:90px;
    height:90px;
    line-height:90px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#ffb000,#ff8c00);
    color:white;
    font-size:40px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(255,176,0,0.30);
    transition:0.5s;

}

.package-feature:hover .package-icon{

    transform:rotate(8deg) scale(1.08);

}

/* =========================================
   FEATURE TITLE
========================================= */

.package-feature h4{

    font-size:24px;
    font-weight:800;
    margin-bottom:15px;
    color:#111;
    font-family:'Montserrat',sans-serif;

}

/* =========================================
   FEATURE TEXT
========================================= */

.package-feature p{

    color:#666;
    line-height:1.9;
    text-align:justify;
    margin-bottom:0;

}

/* =========================================
   IMAGE SHADOW EFFECT
========================================= */

.package-main-box::after{

    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:
    linear-gradient(transparent,
    rgba(0,0,0,0.03));

    pointer-events:none;

}

/* =========================================
   SECTION TITLE CUSTOM
========================================= */

.package-section .section-title{

    margin-bottom:20px;

}

.package-section .section-subtitle{

    max-width:900px;
    margin:auto;
    line-height:2;

}

/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media(max-width:768px){

    .package-section{

        padding:70px 0px;

    }

    /* SHAPES */

    .package-shape1,
    .package-shape2{

        display:none;

    }

    /* BADGE */

    .package-badge{

        font-size:12px;
        padding:10px 22px;
        margin-bottom:18px;

    }

    /* MAIN BOX */

    .package-main-box{

        border-radius:22px;

    }

    /* IMAGE */

    .package-img{

        width:100%;
        height:auto;
        object-fit:contain;

    }

    /* FEATURE */

    .package-feature{

        padding:30px 22px;
        border-radius:22px;

    }

    /* ICON */

    .package-icon{

        width:70px;
        height:70px;
        line-height:70px;
        font-size:28px;
        margin-bottom:18px;

    }

    /* TITLE */

    .package-feature h4{

        font-size:20px;
        margin-bottom:12px;

    }

    /* TEXT */

    .package-feature p{

        font-size:14px;
        line-height:1.8;
        text-align:left;

    }


}

}


