body{

font-family:Segoe UI;

background:#f7f9fc;

}


.navbar-brand img{
    width: 100%;
    height: 80px;

}
.navbar-brand{
    width:10%;
}

.custom-navbar{

background:#fff;

padding:0px 0;

transition:.4s;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.nav-item .active{
    color: rgb(3 73 87) !important;
}



.nav-link{

color:#000;

margin-left:30px;

font-weight:600;

}



.nav-link:hover{

color:#C8A15A;

}



.quote-btn{

background:#034957;

color:#fff;

padding:12px 28px;

border-radius:50px;

font-weight:700;

}



.quote-btn:hover{

background:#0E5A6B;

color:#fff;

}






.hero{

padding:140px 0 100px;

background:linear-gradient(135deg,#0F172A,#0E5A6B);

overflow:hidden;

}



.tag{

background:#C8A15A;

padding:10px 20px;

border-radius:50px;

font-size:13px;

color:#fff;

font-weight:bold;

display:inline-block;

margin-bottom:20px;

}



.hero h1{

font-size:50px;

font-weight:800;

color:#fff;

line-height:1.2;

}



.hero h1 span{

color:#C8A15A;

}



.hero p{

font-size:18px;

color:#d6d6d6;

margin-top:20px;

}



.hero-btn{

background:#C8A15A;

color:#fff;

padding:14px 35px;

border-radius:50px;

font-weight:700;

margin-right:15px;

}



.hero-btn:hover{

background:#fff;

color:#0F172A;

}



.hero-outline{

border:2px solid #fff;

color:#fff;

padding:13px 35px;

border-radius:50px;

}



.hero-outline:hover{

background:#fff;

color:#0F172A;

}



.hero-image{

animation:float 4s ease-in-out infinite;

}



@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}



@media(max-width:991px){

.hero{

text-align:center;

padding:150px 0 70px;

}

.hero h1{

font-size:38px;

}

.navbar-collapse{

background:#0F172A;

padding:20px;

margin-top:15px;

border-radius:10px;

}

.nav-link{

margin:10px 0;

}

.hero-image{

margin-top:40px;

}

}


#typed-text{
    color:#fff;
    border-right:3px solid #C8A15A;
    padding-right:5px;
    white-space: nowrap;
    animation: blink .7s infinite;
}

@keyframes blink{
    50%{
        border-color:transparent;
    }
}


/*about*/


.section-tag{

background:#034957;

padding:8px 20px;

border-radius:30px;

color:#fff;

font-size:14px;

font-weight:600;

display:inline-block;

}

.section-title{

font-size:27px;

font-weight:800;

color:#0F172A;

}

.trusted-section{

background:#fff;

}

.logo-slider{

overflow:hidden;

position:relative;

}

.logo-track{

display:flex;

align-items:center;

width:calc(250px * 12);

animation:scroll 30s linear infinite;

}

.logo-track img{

height:60px;

margin:0 40px;

filter:grayscale(100%);

opacity:.7;

transition:.4s;

}

.logo-track img:hover{

filter:none;

opacity:1;

transform:scale(1.08);

}

@keyframes scroll{

0%{

transform:translateX(0);

}

100%{

transform:translateX(calc(-250px * 6));

}

}

.about-intro{

padding:100px 0;

background:#F8FAFC;

}

.about-intro p{

color:#666;

line-height:30px;

font-size:17px;

margin-top:25px;

}

.counter-box{

background:#fff;

padding:30px;

border-radius:15px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.counter-box:hover{

transform:translateY(-8px);

}

.counter-box h2{

font-size:34px;

font-weight:800;

color:#0E5A6B;

}

.counter-box p{

margin:0;

font-weight:600;

}

@media(max-width:991px){

.section-title{

font-size:30px;

text-align:center;

}

.about-intro{

text-align:center;

}

.about-intro img{

margin-bottom:40px;

}

.logo-track img{

height:45px;

margin:0 25px;

}

}

/*service*/

.services{

    background:#ffffff;
    padding:100px 0;

}

.service-subtitle{

    max-width:700px;
    margin:auto;
    color:#777;
    font-size:17px;

}

.service-card{

    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border:1px solid #eee;
    height:100%;

}

.service-card:hover{

    transform:translateY(-10px);
    border-color:#C8A15A;
    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.service-icon{

    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#0E5A6B;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin-bottom:25px;
    transition:.4s;

}

.service-card:hover .service-icon{

    background:#C8A15A;
    transform:rotate(360deg);

}

.service-card h4{

    font-weight:700;
    color:#0F172A;
    margin-bottom:15px;

}

.service-card p{

    color:#666;
    line-height:28px;

}

.service-card a{

    text-decoration:none;
    color:#0E5A6B;
    font-weight:700;

}

.service-card:hover a{

    color:#C8A15A;

}


/*==============================
WHY CHOOSE US
==============================*/

.why-us{

    padding:100px 0;
    background:#F8FAFC;

}

.why-image{

    position:relative;

}

.why-image img{

    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.experience-box{

    position:absolute;
    bottom:25px;
    right:-20px;

    background:#C8A15A;
    color:#fff;

    width:170px;
    height:170px;

    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.experience-box h2{

    font-size:50px;
    font-weight:700;
    margin:0;

}

.feature-box{

    display:flex;

    gap:18px;

    padding:22px;

    margin-bottom:20px;

    border-radius:15px;

    background:#fff;

    transition:.4s;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.feature-box:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.feature-box i{

    font-size:34px;

    color:#C8A15A;

}

.feature-box h5{

    font-weight:700;

    margin-bottom:5px;
    font-size:18px;

}

.feature-box p{

    margin:0;

    color:#666;

}

@media(max-width:991px){

.experience-box{

position:static;

margin:25px auto;

}

}

/*=========================
PORTFOLIO
==========================*/

.portfolio-section{

    background:#ffffff;
    padding:100px 0;

}

.portfolio-subtitle{

    color:#777;
    max-width:650px;
    margin:auto;

}

.portfolio-card{

    border-radius:20px;
    overflow:hidden;
    background:#fff;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.portfolio-card:hover{

    transform:translateY(-10px);

}

.portfolio-img{

    position:relative;
    overflow:hidden;

}

.portfolio-img img{

    width:100%;
    transition:.5s;
    height:260px;
    object-fit:cover;

}

.portfolio-card:hover img{

    transform:scale(1.1);

}

.portfolio-overlay{

    position:absolute;
    inset:0;
    background:rgba(14,90,107,.85);

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    transition:.4s;

}

.portfolio-card:hover .portfolio-overlay{

    opacity:1;

}

.view-btn{

    background:#C8A15A;

    color:#fff;

    padding:12px 28px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

}

.view-btn:hover{

    background:#fff;

    color:#0E5A6B;

}

.portfolio-content{

    padding:25px;

}

.portfolio-content span{

    color:#034957;

    font-weight:bold;

}

.portfolio-content h4{

    margin-top:10px;
    font-weight:700;
    color:#0F172A;
    font-size: 18px;

}

/*=========================
WORKING PROCESS
==========================*/

.process-section{

    padding:100px 0;

    background:#0F172A;

}

.process-subtitle{

    color:#cfd8dc;

    max-width:650px;

    margin:auto;

}

.process-section .section-title{

    color:#fff;

}

.process-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    position:relative;

    transition:.4s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

}

.step-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:50px;

    font-weight:800;

    color:#f3f3f3;

}

.process-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#0E5A6B;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:35px;

    margin-bottom:25px;

    transition:.4s;

}

.process-card:hover .process-icon{

    background:#C8A15A;

    transform:rotate(360deg);

}

.process-card h4{

    font-weight:700;

    margin-bottom:15px;
    font-size: 18px;

}

.process-card p{

    color:#666;

    line-height:28px;

}

/*=========================
TRUST SECTION
==========================*/

.trust-section{

padding:100px 0;

background:#fff;

}

.skill{

margin-bottom:25px;

}

.skill span{

font-weight:600;

}

.progress{

height:12px;

border-radius:30px;

background:#eee;

margin-top:10px;

overflow:hidden;

}

.progress-bar{

height:100%;

background:#034957;

border-radius:30px;

animation:progress 2s forwards;

}

.progress1{

width:95%;

}

.progress2{

width:92%;

}

.progress3{

width:90%;

}

@keyframes progress{

from{

width:0;

}

}

.stat-card{

background:#000;

padding:40px;

border-radius:20px;

text-align:center;

transition:.4s;

color:#fff;

height:100%;

}

.stat-card:hover{

transform:translateY(-10px);

background:#0E5A6B;

}

.stat-card h2{

font-size:48px;

font-weight:800;

color:#C8A15A;

margin-bottom:10px;

}

.stat-card p{

margin:0;

font-weight:500;

}

/*=========================
LATEST PROJECTS
==========================*/

.latest-projects{

    background:#F8FAFC;
    padding:100px 0;

}

.project-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.project-card:hover{

    transform:translateY(-12px);

}

.project-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.project-card:hover img{

    transform:scale(1.08);

}

.project-content{

    padding:25px;

}

.project-content span{

    color:#0E5A6B;

    font-weight:600;

}

.project-content h4{

    margin:12px 0;

    font-weight:700;
    font-size: 18px;

}

.btn-view{

    display:inline-block;

    background:#0E5A6B;

    color:#fff;

    padding:12px 28px;

    border-radius:40px;

    text-decoration:none;

    transition:.3s;

}

.btn-view:hover{

    background:#C8A15A;

    color:#fff;

}


/*=========================
TESTIMONIAL
==========================*/

.testimonial-section{

padding:100px 0;

background:#fff;

}

.testimonial-card{

max-width:750px;

margin:auto;

background:#fff;

padding:50px;

border-radius:25px;

text-align:center;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.testimonial-card img{

width:100px;

height:100px;

border-radius:50%;

object-fit:cover;

margin-bottom:20px;

border:5px solid #C8A15A;

}

.testimonial-card h4{

font-weight:700;

margin-bottom:5px;

}

.testimonial-card small{

color:#777;

}

.stars{

font-size:22px;

color:#FFC107;

margin:20px 0;

letter-spacing:4px;

}

.testimonial-card p{

font-size:18px;

line-height:32px;

color:#555;

font-style:italic;

}

.carousel-control-prev-icon,

.carousel-control-next-icon{

background-color:#0E5A6B;

padding:22px;

/*border-radius:50%;*/

}

/*=========================
FOOTER
==========================*/

.footer{

background:#0F172A;

padding:80px 0 20px;

color:#fff;

}

.footer-logo{

height:60px;

}

.footer p{

color:#bbb;

line-height:28px;

}

.footer h5{

margin-bottom:25px;

font-weight:700;

}

.footer ul{

padding:0;

list-style:none;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#bbb;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#C8A15A;

padding-left:8px;

}

.social-links{

display:flex;

gap:15px;

margin-top:25px;

}

.social-links a{

width:45px;

height:45px;

border-radius:50%;

background:#1d2939;

display:flex;

justify-content:center;

align-items:center;

color:#fff;

text-decoration:none;

transition:.4s;

}

.social-links a:hover{

background:#C8A15A;

transform:translateY(-6px);

}

.newsletter{

width:100%;

height:55px;

border:none;

padding:15px;

border-radius:12px;

margin-bottom:15px;

}

.subscribe-btn{

width:100%;

height:55px;

border:none;

background:#C8A15A;

color:#fff;

font-weight:700;

border-radius:12px;

transition:.3s;

}

.subscribe-btn:hover{

background:#0E5A6B;

}

.footer hr{

border-color:#293244;

margin:50px 0 25px;

}

.footer-bottom{

text-align:center;

}

.footer-bottom p{

margin:0;

color:#888;

}



/*=========================
SCROLL TOP
==========================*/

#scrollTop{

position:fixed;

bottom:30px;

right:30px;

width:55px;

height:55px;

background:#C8A15A;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

text-decoration:none;

font-size:22px;

box-shadow:0 10px 25px rgba(0,0,0,.3);

z-index:999;

transition:.4s;

}

#scrollTop:hover{

background:#0E5A6B;

}



/*=========================
WHATSAPP
==========================*/

.whatsapp{

position:fixed;

bottom:100px;

right:30px;

width:60px;

height:60px;

background:#25D366;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

border-radius:50%;

text-decoration:none;

box-shadow:0 10px 25px rgba(0,0,0,.3);

z-index:999;

animation:pulse 2s infinite;

}

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.1);

}

100%{

transform:scale(1);

}

}



/*==========================
      VIDEO HERO SECTION
==========================*/

.video-hero{
    position:relative;
    width:100%;
    min-height:100vh;
    overflow:hidden;
    display:flex;
    align-items:center;
}

/* Background Video */
.video-hero-bg{
    position:absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    transform:translate(-50%, -50%);
    object-fit:cover;
    object-position:center center;
    z-index:1;
}

/* Dark Overlay */
.video-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.60);
    z-index:2;
}

/* Content */
.video-hero-content{
    position:relative;
    z-index:5;
    width:100%;
}

/* Text */
.video-hero h1{
    font-size:65px;
    font-weight:800;
    color:#fff;
    line-height:1.1;
}

.video-hero h1 span{
    color:#d4a64d;
}

.video-hero p{
    color:#f5f5f5;
    font-size:20px;
    line-height:1.8;
    margin:25px 0;
}

/* Tag */
.video-hero .tag{
    display:inline-block;
    padding:12px 25px;
    background:#034957;
    color:#fff;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
}

/* Buttons */
.hero-btn{
    background:#d4a64d;
    color:#fff;
    padding:14px 35px;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;
}

.hero-btn:hover{
    background:#fff;
    color:#111;
}

.hero-outline{
    border:2px solid #fff;
    color:#fff;
    padding:14px 35px;
    border-radius:40px;
    text-decoration:none;
    margin-left:15px;
    transition:.3s;
}

.hero-outline:hover{
    background:#fff;
    color:#111;
}

/* Banner Image */
.hero-image{
    max-width:100%;
    animation:float 4s ease-in-out infinite;
}

/* Floating Animation */
@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* Mobile */
@media(max-width:991px){

    .video-hero{
        min-height:750px;
        padding:100px 0;
    }

    .video-hero h1{
        font-size:42px;
    }

    .video-hero p{
        font-size:16px;
    }

    .hero-image{
        margin-top:50px;
    }

}

/* Small Mobile */
@media(max-width:576px){

    .video-hero h1{
        font-size:34px;
    }

    .hero-btn,
    .hero-outline{
        display:block;
        width:100%;
        text-align:center;
        margin:10px 0;
    }

}



/*=========================
ABOUT BANNER
==========================*/

.about-banner{

padding:170px 0 100px;

background:linear-gradient(135deg,#0F172A,#0E5A6B);

position:relative;

overflow:hidden;

}

/* Background Glow */

.about-banner::before{

content:"";

position:absolute;

width:420px;

height:420px;

background:#C8A15A;

opacity:.12;

filter:blur(120px);

right:-100px;

top:-120px;

border-radius:50%;

}

.about-banner::after{

content:"";

position:absolute;

width:300px;

height:300px;

background:#0dcaf0;

opacity:.10;

filter:blur(100px);

left:-100px;

bottom:-80px;

border-radius:50%;

}

.page-tag{

display:inline-block;

background:#C8A15A;

padding:10px 25px;

border-radius:50px;

color:#fff;

font-size:14px;

font-weight:700;

margin-bottom:25px;

}

.about-banner h1{

font-size:50px;

font-weight:600;

color:#fff;

margin-bottom:20px;

}

.about-banner p{

color:#d9d9d9;

font-size:19px;

line-height:34px;

max-width:650px;

}

.breadcrumb-box{

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.15);

backdrop-filter:blur(15px);

padding:35px;

border-radius:20px;

text-align:center;

}

.breadcrumb-box a{

color:#C8A15A;

text-decoration:none;

font-weight:700;

}

.breadcrumb-box span{

color:#fff;

margin:0 10px;

}

.breadcrumb-box strong{

color:#fff;

}

@media(max-width:991px){

.about-banner{

text-align:center;

padding:140px 0 80px;

}

.about-banner h1{

font-size:42px;

}

.breadcrumb-box{

margin-top:40px;

}

}

/*=========================
WHO WE ARE
==========================*/

.who-we-are{

padding:100px 0;

background:#fff;

}

.about-image{

position:relative;

}

.main-img{

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.experience-card{

position:absolute;

bottom:30px;

right:-20px;

width:180px;

background:#C8A15A;

padding:25px;

text-align:center;

border-radius:20px;

color:#fff;

box-shadow:0 15px 40px rgba(0,0,0,.2);

animation:floatCard 3s ease-in-out infinite;

}

.experience-card h2{

font-size:48px;

font-weight:800;

margin-bottom:5px;

}

.experience-card span{

font-size:15px;

font-weight:600;

}

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

.feature-list{

margin:35px 0;

}

.feature-item{

display:flex;

align-items:center;

gap:15px;

margin-bottom:18px;

font-size:17px;

font-weight:600;

}

.feature-item i{

font-size:22px;

color:#0E5A6B;

}

.about-btn{

background:#0E5A6B;

color:#fff;

padding:14px 34px;

border-radius:50px;

font-weight:700;

transition:.4s;

}

.about-btn:hover{

background:#C8A15A;

color:#fff;

transform:translateY(-4px);

}

@media(max-width:991px){

.who-we-are{

text-align:center;

}

.experience-card{

position:static;

margin:25px auto 0;

}

.feature-item{

justify-content:center;

}

}

/*=========================
OUR STORY
==========================*/

.our-story{

padding:100px 0;

background:#F8FAFC;

overflow:hidden;

}

.story-subtitle{

max-width:650px;

margin:auto;

color:#666;

}

.timeline{

position:relative;

max-width:1100px;

margin:70px auto 0;

}

.timeline::before{

content:"";

position:absolute;

left:50%;

top:0;

width:4px;

height:100%;

background:#C8A15A;

transform:translateX(-50%);

}

.timeline-item{

position:relative;

width:50%;

padding:20px 50px;

}

.timeline-item.left{

left:0;

text-align:right;

}

.timeline-item.right{

left:50%;

}

.timeline-content{

background:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

position:relative;

transition:.4s;

}

.timeline-content:hover{

transform:translateY(-8px);

}

.timeline-content::before{

content:"";

position:absolute;

top:35px;

width:20px;

height:20px;

background:#fff;

transform:rotate(45deg);

}

.timeline-item.left .timeline-content::before{

right:-10px;

}

.timeline-item.right .timeline-content::before{

left:-10px;

}

.timeline-item::after{

content:"";

position:absolute;

top:40px;

width:20px;

height:20px;

background:#0E5A6B;

border:4px solid #C8A15A;

border-radius:50%;

z-index:2;

}

.timeline-item.left::after{

right:-10px;

}

.timeline-item.right::after{

left:-10px;

}

.year{

display:inline-block;

background:#C8A15A;

padding:8px 18px;

border-radius:30px;

color:#fff;

font-weight:700;

margin-bottom:15px;

}

.timeline-content h4{

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.timeline-content p{

color:#666;

line-height:28px;

margin:0;

}

/* Mobile */

@media(max-width:991px){

.timeline::before{

left:20px;

}

.timeline-item{

width:100%;

padding-left:60px;

padding-right:20px;

margin-bottom:30px;

text-align:left !important;

left:0 !important;

}

.timeline-item::after{

left:10px !important;

right:auto;

}

.timeline-content::before{

left:-10px !important;

right:auto;

}

}

/*=========================
MISSION & VISION
==========================*/

.mission-vision{

    padding:100px 0;

    background:#fff;

}

.section-desc{

    max-width:700px;

    margin:auto;

    color:#666;

    font-size:17px;

}

.mv-card{

    background:#fff;

    border-radius:25px;

    padding:45px;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

    position:relative;

    overflow:hidden;

}

.mv-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:5px;

    height:100%;

    background:#C8A15A;

}

.mv-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.mv-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#0E5A6B;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:38px;

    margin-bottom:30px;

    transition:.4s;

}

.mv-card:hover .mv-icon{

    background:#C8A15A;

    transform:rotate(360deg);

}

.mv-card h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:20px;

}

.mv-card p{

    color:#666;

    line-height:30px;

    margin-bottom:25px;

}

.mv-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.mv-card ul li{

    margin-bottom:15px;

    font-weight:600;

}

.mv-card ul li i{

    color:#0E5A6B;

    margin-right:10px;

}

@media(max-width:991px){

.mv-card{

padding:35px;

}

.mv-icon{

margin:auto auto 25px;

}

.mv-card{

text-align:center;

}

}

/*=========================
SERVICE AREA
==========================*/

.service-area{

padding:100px 0;

background:#f8fafc;

}

.service-text{

max-width:650px;

margin:auto;

color:#777;

}

.service-box{

background:#fff;

padding:35px;

border-radius:20px;

transition:.4s;

height:100%;

box-shadow:0 15px 35px rgba(0,0,0,.06);

border:1px solid #eee;

}

.service-box:hover{

transform:translateY(-12px);

border-color:#C8A15A;

}

.icon-box{

width:80px;

height:80px;

border-radius:18px;

background:#0E5A6B;

display:flex;

justify-content:center;

align-items:center;

font-size:35px;

color:#fff;

margin-bottom:25px;

transition:.4s;

}

.service-box:hover .icon-box{

background:#C8A15A;

transform:rotate(360deg);

}

.service-box h4{

font-weight:700;

margin-bottom:15px;
font-size: 18px;

}

.service-box p{

color:#666;

line-height:28px;

}

.service-box ul{

padding:0;

margin:25px 0;

list-style:none;

}

.service-box ul li{

margin-bottom:12px;

font-weight:500;

}

.service-box ul li i{

color:#0E5A6B;

margin-right:10px;

}

.service-btn{

text-decoration:none;

font-weight:700;

color:#0E5A6B;

}

.service-btn i{

margin-left:5px;

transition:.3s;

}

.service-btn:hover i{

margin-left:12px;

}

/*=========================
WHY SERVICES
==========================*/

.why-services{

padding:100px 0;

background:#fff;

}

.why-image{

position:relative;

}

.why-image img{

border-radius:25px;

box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.experience-badge{

position:absolute;

bottom:30px;

left:-20px;

background:#C8A15A;

color:#fff;

padding:25px 35px;

border-radius:20px;

text-align:center;

box-shadow:0 20px 40px rgba(0,0,0,.2);

animation:floatBadge 3s ease-in-out infinite;

}

.experience-badge h2{

font-size:42px;

font-weight:800;

margin:0;

}

.experience-badge span{

font-size:14px;

font-weight:600;

}

@keyframes floatBadge{

50%{

transform:translateY(-12px);

}

}

.feature-card{

background:#F8FAFC;

padding:25px;

border-radius:18px;

margin-bottom:25px;

transition:.4s;

height:100%;

}

.feature-card:hover{

background:#0E5A6B;

transform:translateY(-8px);

color:#fff;

}

.feature-card i{

font-size:34px;

color:#C8A15A;

margin-bottom:15px;

display:block;

}

.feature-card h5{

font-weight:700;

margin-bottom:10px;

}

.feature-card p{

margin:0;

color:#666;

}

.feature-card:hover p{

color:#fff;

}

@media(max-width:991px){

.experience-badge{

position:static;

margin:25px auto;

width:220px;

}

.why-services{

text-align:center;

}

}


/*=========================
PORTFOLIO GRID
==========================*/

.portfolio-area{

padding:100px 0;

background:#f8fafc;

}

.portfolio-text{

max-width:650px;

margin:auto;

color:#777;

}

.portfolio-filter{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:15px;

margin-bottom:50px;

}

.portfolio-filter button{

border:none;

background:#fff;

padding:12px 28px;

border-radius:40px;

font-weight:600;

transition:.4s;

box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.portfolio-filter button.active,

.portfolio-filter button:hover{

background:#0E5A6B;

color:#fff;

}

.project-card{

position:relative;

overflow:hidden;

border-radius:25px;

}

.project-card img{

width:100%;

height:350px;

object-fit:cover;

transition:.5s;

}

.project-overlay{

position:absolute;

left:0;

bottom:-100%;

width:100%;

padding:30px;

background:linear-gradient(transparent,rgba(0,0,0,.9));

transition:.4s;

color:#fff;

}

.project-card:hover img{

transform:scale(1.1);

}

.project-card:hover .project-overlay{

bottom:0;

}

.project-overlay span{

display:inline-block;

background:#C8A15A;

padding:6px 16px;

border-radius:30px;

font-size:13px;

margin-bottom:15px;

}

.project-overlay h4{

font-weight:700;

margin-bottom:15px;

}

.project-overlay a{

display:inline-block;

padding:10px 22px;

background:#fff;

color:#0E5A6B;

border-radius:30px;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.project-overlay a:hover{

background:#C8A15A;

color:#fff;

}

.portfolio-section{
    padding:80px 0;
    background:#fff;
}

.section-heading{
    margin-bottom:50px;
}

.section-heading .sub-title{

    display:inline-block;
    background:#034957;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;

}

.section-heading h2{

    font-size:32px;
    font-weight:700;
    color:#0F172A;
    margin-bottom:20px;

}

.section-heading p{

    max-width:700px;
    margin:0 auto;
    color:#6c757d;
    font-size:17px;
    line-height:30px;

}

@media (max-width: 768px) {
  .navbar-brand {
    width: 30%;
}
.text-white {
    --bs-text-opacity: 1;
        /* color: #000 !important; */
        font-weight: bold;
        background: #000;
        padding: 5px;
        border-radius: 5px;
}
    .navbar-collapse {
        background: #fff;
        padding: 5px 20px;
        margin-top: 15px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .quote-btn {
    background: #034957;
    color: #fff;
    padding: 8px 28px;
    border-radius: 10px;
    font-weight: 700;
}

    .hero h1 {
        font-size: 24px;
    }

        .hero {
        text-align: center;
        padding: 120px 0 30px;
    }

    .about-intro {
    padding: 40px 0;
    background: #F8FAFC;
}

    .section-title {
        font-size: 22px;
        text-align: center;
    }
    .trust-section{
        padding: 40px 0;
    }

    .stat-card h2 {
    font-size: 30px;
    font-weight: 800;
    color: #C8A15A;
    margin-bottom: 10px;
}

.testimonial-section{
    padding: 40px 0;
}
.our-story{
    padding: 40px 0;
}
.mission-vision{
    padding: 40px 0;
}

}