html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
}
body {
    font-family: 'Poppins', Arial, sans-serif;
    color:var(--text);
    background:var(--white);
}
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
a {
    text-decoration:none;
}
html{
    scroll-behavior: smooth;
}
.service-section{
    scroll-margin-top: 120px;
}
img{
  max-width:100%;
  height:auto
}
:root {
    --white: #FFFFFF;
    --navy: #0F2747;
    --orange: #F57C00;
    --light-grey: #F5F5F5;
    --light:#F5F5F5;
    --text: #333333;
}






/* TOP BAR */
.top-bar{
    background:#0F2747;
    height:48px;
    display:flex;
    align-items:center;
    font-size:14px;
}
.top-bar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;

}
.top-left,
.top-right{
    display:flex;
    align-items:center;
}
.top-right{
    gap:30px;
}
.top-bar a{
    color:#ffffff;
    text-decoration:none;
    display:flex;
    align-items:center;
    transition:.35s;
}
.top-bar a:hover{
    color:#F57C00;
}
.top-bar i{
    color:#F57C00;
    margin-right:8px;
    font-size:15px;
}
.top-social{
    display:flex;
    gap:12px;
    margin-left:10px;
}
.top-social a{
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(255,255,255,.15);
    transition:.35s;
}
.top-social a i{
    margin:0;
    font-size:15px;
    color:#fff;
}
.top-social a:hover{
    background:#F57C00;
    border-color:#F57C00;
    transform:translateY(-1px);
}
.top-social a:hover i{
    color:#fff;
}

/*   NAVBAR */
.main-nav{
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #FFFFFF;
    height: 90px;
    display: flex;
    align-items: center;
    transition: all .35s ease;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
}
.main-nav.scrolled{
    height: 75px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.navbar-brand{
    padding: 0;
    margin-right: 50px;
}
.navbar-brand img{
    width: 100px;
    transition: .35s;
}
.main-nav.scrolled .navbar-brand img{
    width: 100px;
}
.navbar-collapse{
    justify-content: space-between;
    align-items: center;
}
.navbar-nav{
    gap: 8px;
    margin: auto;
    align-items: center;
}
.nav-item{
    position: relative;
}
.nav-link{
    color: #0F2747 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 18px !important;
    transition: .3s;
    position: relative;
    letter-spacing: .5px;
}
.nav-link:hover{
    color: #F57C00 !important;
}
.nav-link::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 18px;
    width: 0;
    height: 3px;
    background: #F57C00;
    transform: translateX(-50%);
    transition: .35s;
    border-radius: 50px;
}
.nav-link:hover::after,
.nav-link.active::after{
    width: 65%;
}
.nav-link.active{
    color: #F57C00 !important;
}
.nav-item.dropdown .dropdown-toggle::after{
    content: "";
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 5px solid #0F2747;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0;
    width: auto;
    height: auto;
    background: none;
    transform: none;
    transition: .3s;
}
.nav-item.dropdown:hover .dropdown-toggle::after{
    border-top-color: #F57C00;
}
.nav-item.dropdown .dropdown-toggle::before{
    display:none;
}
.dropdown-menu{
    border: none;
    border-radius: 12px;
    padding: 10px 0;
    min-width: 180px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    margin-top: 0;
}

.dropdown-item{
    color: #0F2747;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    transition: .3s;
}

.dropdown-item:hover,
.dropdown-item:focus{
    background: #F57C00;
    color: #fff;
}
.info-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background: #F57C00;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(245,124,0,.25);
}
.info-btn:hover{
    background: #0F2747;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(15,39,71,.25);
}
.navbar-toggler{
    border: 2px solid #F57C00;
    padding: 8px 10px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler-icon{
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230F2747' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*  HERO CAROUSEL */
.home-carousel{
    position: relative;
}
.home-carousel .carousel,
.home-carousel .carousel-inner,
.home-carousel .carousel-item{
    height: 90vh;
    min-height: 650px;
}
.home-carousel .carousel-item{
    position: relative;
}
.home-carousel .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-carousel .carousel-item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(15,39,71,.65),
        rgba(15,39,71,.45)
    );
    z-index: 1;
}
.carousel-caption{
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 10%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    max-width: 700px;
}
.carousel-caption h6{
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.carousel-caption p{
    font-size: 1.2rem;
    color: rgba(255,255,255,.95);
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 600px;
    font-style: italic;
}
.carousel-caption .info-btn{
    padding: 15px 35px;
    font-size: 16px;
}
.carousel-control-prev,
.carousel-control-next{
    width: 7%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 60px;
    height: 60px;
    background-color: #F57C00;
    border-radius: 50%;
    background-size: 45%;
    transition: .3s;
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon{
    background-color: #0F2747;
}
.carousel-indicators{
    bottom: 35px;
}
.carousel-indicators button{
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    margin: 0 6px !important;
    background-color: rgba(255,255,255,.5);
    border: none;
    transition: .3s;
}
.carousel-indicators .active{
    background-color: #F57C00;
    transform: scale(1.3);
}

/* ABOUT */
.about{
    background:#fff;
    padding:100px 0;
}
.section-title span{
    color:#F57C00;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    display:block;
    margin-bottom:15px;
}
.section-title h2{
    color:#0F2747;
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:30px;
}
.about p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}
.about-image{
    position:relative;
}
.about-image img{
    border-radius:20px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}
.experience-box{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#F57C00;
    color:#fff;
    width:170px;
    height:170px;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 15px 35px rgba(245,124,0,.35);
}
.experience-box h2{
    font-size:48px;
    font-weight:700;
    margin:0;
}
.experience-box span{
    font-size:16px;
}
.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}
.feature{
    display:flex;
    align-items:center;
    font-weight:600;
    color:#0F2747;
}
.feature i{
    color:#F57C00;
    margin-right:12px;
    font-size:20px;
}

/* SERVICES */
.services{
    background:#F5F5F5;
    padding:100px 0;
}
.section-heading span{
    color:#F57C00;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}
.section-heading h2{
    color:#0F2747;
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}
.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}
.service-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    border-bottom:4px solid transparent;
}
.service-card:hover{
    transform:translateY(-10px);
    border-bottom:4px solid #F57C00;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}
.service-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#0F2747;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    margin-bottom:25px;
    transition:.35s;
}
.service-card:hover .service-icon{
    background:#F57C00;
    transform:rotate(10deg);
}
.service-card h4{
    color:#0F2747;
    font-weight:700;
    margin-bottom:18px;
}
.service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}
.service-card a{
    color:#F57C00;
    font-weight:600;
    text-decoration:none;
}
.service-card a i{
    transition:.3s;
}
.service-card:hover a i{
    transform:translateX(6px);
}

/* WHY US */
.why-us{
    padding:100px 0;
    background:#fff;
}
.why-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:35px;
}
.why-item{
    display:flex;
    align-items:center;
    padding:18px;
    background:#F5F5F5;
    border-radius:12px;
    transition:.3s;
}
.why-item:hover{
    background:#0F2747;
    color:#fff;
}
.why-item i{
    color:#F57C00;
    font-size:22px;
    margin-right:12px;
}
.counter-box{
    background:#0F2747;
    border-radius:20px;
    color:#fff;
    text-align:center;
    padding:45px 20px;
    transition:.35s;
    height:100%;
}
.counter-box:hover{
    background:#F57C00;
    transform:translateY(-8px);
}
.counter-box h2{
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}
.counter-box p{
    margin:0;
    font-size:17px;
}

/* PROCESS SECTION */
.process-section{
    padding:100px 0;
    background:#F5F5F5;
}
.process-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    position:relative;
    height:100%;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.process-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}
.process-number{
    position:absolute;
    top:15px;
    right:20px;
    font-size:55px;
    font-weight:800;
    color:rgba(15,39,71,.08);
}
.process-icon{
    width:75px;
    height:75px;
    background:#0F2747;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:20px auto 25px;
    font-size:30px;
    transition:.3s;
}
.process-card:hover .process-icon{
    background:#F57C00;
    transform:rotate(10deg);
}
.process-card h4{
    color:#0F2747;
    font-weight:700;
    margin-bottom:15px;
}
.process-card p{
    color:#666;
    line-height:1.7;
}

/* PROJECTS */
.projects-section{
    padding:100px 0;
    background:#fff;
}
.project-filter button{
    border:none;
    background:#F5F5F5;
    color:#0F2747;
    padding:12px 25px;
    margin:5px;
    border-radius:30px;
    font-weight:600;
    transition:.3s;
}
.project-filter button:hover,
.project-filter button.active{
    background:#F57C00;
    color:#fff;
}
.project-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:350px;
}
.project-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}
.project-card:hover img{
    transform:scale(1.1);
}
.project-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        transparent,
        rgba(15,39,71,.9)
    );
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:30px;
    color:white;
    opacity:0;
    transition:.4s;
}
.project-card:hover .project-overlay{
    opacity:1;
}
.project-overlay h4{
    font-weight:700;
}
.project-overlay p{
    margin-bottom:15px;
}
.project-overlay a{
    width:45px;
    height:45px;
    background:#F57C00;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* TESTIMONIAL SECTION */
.testimonial-section{
    padding:100px 0;
    background:#F5F5F5;
    overflow:hidden;
}
.section-heading span{
    display:inline-block;
    color:#F57C00;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}
.section-heading h2{
    color:#0F2747;
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}
.section-heading p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
}
.testimonial-carousel{
    margin-top:20px;
}
.testimonial-carousel .item{
    padding:20px;
}
.testimonial-card{
    background:#fff;
    padding:40px 35px;
    border-radius:25px;
    min-height:330px;
    position:relative;
    transition:.4s ease;
    box-shadow:
    0 15px 40px rgba(15,39,71,.08);
}
.testimonial-card::before{
    content:"\f6b0";
    font-family:"bootstrap-icons";
    position:absolute;
    top:25px;
    right:35px;
    font-size:55px;
    color:#F57C00;
    opacity:.15;
}
.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:
    0 25px 55px rgba(15,39,71,.15);
}
.stars{
    margin-bottom:25px;
}
.stars i{
    color:#F57C00;
    font-size:18px;
    margin-right:3px;
}
.testimonial-card p{
    color:#555;
    font-size:16px;
    line-height:1.8;
    min-height:100px;
    font-style:italic;
}
.client{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:25px;
}
.client-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0F2747;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
}
.client h5{
    margin:0;
    color:#0F2747;
    font-size:17px;
    font-weight:700;
}
.client span{
    color:#777;
    font-size:14px;
}
.owl-dots{
    text-align:center;
    margin-top:35px;
}
.owl-dot span{
    width:10px!important;
    height:10px!important;
    background:#ccc!important;
    display:block;
    border-radius:50%;
    margin:5px;
    transition:.3s;
}
.owl-dot.active span{
    background:#F57C00!important;
    width:30px!important;
    border-radius:10px;
}
.owl-nav{
    position:absolute;
    top:50%;
    width:100%;
    transform:translateY(-50%);
    display:flex;
    justify-content:space-between;
    pointer-events:none;
}
.owl-nav button{
    width:50px;
    height:50px;
    border-radius:50%!important;
    background:#0F2747!important;
    color:white!important;
    font-size:25px!important;
    pointer-events:auto;
    transition:.3s;
}
.owl-nav button:hover{
    background:#F57C00!important;
}

/* CTA SECTION */
.cta-section{
    padding:80px 0;
    background:#fff;
}
.cta-box{
    background:#0F2747;
    padding:60px;
    border-radius:25px;
    position:relative;
    overflow:hidden;
}
.cta-box::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:#F57C00;
    opacity:.15;
    border-radius:50%;
    right:-100px;
    top:-100px;
}
.cta-box h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    position:relative;
}
.cta-box p{
    color:#ddd;
    font-size:17px;
    line-height:1.8;
    margin-top:20px;
    position:relative;
}
.cta-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#F57C00;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    position:relative;
}
.cta-btn:hover{
    background:#fff;
    color:#0F2747;
    transform:translateY(-5px);
}
.cta-btn i{
    transition:.3s;
}
.cta-btn:hover i{
    transform:translateX(5px);
}

/* CONTACT SECTION */
.contact-section{
    padding:100px 0;
    background:var(--light);
}
.section-heading span{
    color:var(--orange);
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}
.section-heading h2{
    color:var(--navy);
    font-size:42px;
    font-weight:700;
    margin-top:15px;
}
.section-heading p{
    color:#666;
}
.contact-info-box,
.contact-form-box{
    background:white;
    padding:45px;
    border-radius:20px;
    height:100%;
    box-shadow:
    0 15px 40px rgba(0,0,0,.08);
}
.contact-info-box h3,
.contact-form-box h3{
    color:var(--navy);
    font-size:28px;
    margin-bottom:35px;
}
.contact-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}
.contact-icon{
    width:55px;
    height:55px;
    background:var(--orange);
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}
.contact-item h5{
    margin-bottom:5px;
    color:var(--navy);
}
.contact-item a{
    text-decoration:none;
    color:#555;
}
.contact-item a:hover{
    color:var(--orange);
}
.social-links{
    display:flex;
    gap:15px;
    margin:30px 0;
}
.social-links a{
    height:45px;
    width:45px;
    border-radius:50%;
    background:var(--navy);
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    transition:.3s;
}
.social-links a:hover{
    background:var(--orange);
    transform:translateY(-5px);
}
.whatsapp-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#25D366;
    color:white;
    padding:14px 25px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}
.form-control{
    height:55px;
    border-radius:10px;
    border:1px solid #ddd;
    padding:15px 20px;
}
textarea.form-control{
    height:auto;
}
.form-control:focus{
    border-color:var(--orange);
    box-shadow:0 0 0 .2rem rgba(245,124,0,.15);
}
.contact-submit{
    background:var(--orange);
    border:0;
    color:white;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    display:flex;
    gap:10px;
    align-items:center;
    transition:.3s;
}
.contact-submit:hover{
    background:var(--navy);
    transform:translateY(-3px);
}

/* FOOTER */
.footer{
    background:#0F2747;
    color:#fff;
    padding:80px 0 0;
}
.footer-logo{
    width:180px;
    max-width:100%;
    margin-bottom:25px;
}
.footer-widget{
    height:100%;
}
.footer-widget p{
    color:#d6d6d6;
    line-height:1.8;
    margin-bottom:18px;
}
.footer-widget h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:28px;
    position:relative;
}
.footer-widget h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:3px;
    background:#F57C00;
}
.footer-widget ul{
    margin:0;
    padding:0;
    list-style:none;
}
.footer-widget ul li{
    margin-bottom:12px;
}
.footer-widget ul li:last-child{
    margin-bottom:0;
}
.footer-widget ul li a{
    color:#d6d6d6;
    text-decoration:none;
    transition:.3s;
}
.footer-widget ul li a:hover{
    color:#F57C00;
    padding-left:6px;
}
.footer-social{
    display:flex;
    gap:10px;
    margin-top:20px;
}
.footer-social a{
    width:42px;
    height:42px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#fff;
    color:#0F2747;
    text-decoration:none;
    transition:.35s;
}
.footer-social a:hover{
    background:#F57C00;
    color:#fff;
    transform:translateY(-4px);
}
.footer-contact p{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}
.footer-contact i{
    color:#F57C00;
    font-size:18px;
    margin-top:3px;
    flex-shrink:0;
}
.footer-contact a{
    color:#d6d6d6;
    text-decoration:none;
    line-height:1.7;
    transition:.3s;
}
.footer-contact a:hover{
    color:#F57C00;
}
.footer-bottom{
    margin-top:30px;
    background:#091a30;
    padding:15px 0 5px;
}
.copyrights{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}
.copyright p,
.bussines p{
    margin:0;
    color:#bdbdbd;
    font-size:14px;
}
.powered{
    display:flex;
    align-items:center;
    gap:10px;
    color:#bdbdbd;
    font-size:14px;
}
.powered a{
    display:flex;
    align-items:center;
}
.powered img{
    height:38px;
    width:auto;
    transition:.3s;
}
.powered img:hover{
    transform:scale(1.05);
}


/* PAGE HERO */
.page-banner{
    position:relative;
    background:url("image/services-bg.jpg") center center/cover no-repeat;
    height:380px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(15,39,71,.65);
}
.page-banner-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}
.page-banner-content h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:18px;
}
.breadcrumb{
    margin:0;
    padding:0;
    background:transparent;
}
.breadcrumb-item{
    font-size:16px;
}
.breadcrumb-item a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}
.breadcrumb-item a:hover{
    color:#F57C00;
}
.breadcrumb-item.active{
    color:#F57C00;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}

/* SERVICES.HTML */
/* GLOBAL SERVICE SECTIONS */
.services-intro,
.service-detail,
.extra-services{
    overflow:hidden;
}
.service-detail{
    background:#fff;
    padding:100px 0;
}
.service-detail:nth-child(even){
    background:#F7F8FA;
}
.service-image-card{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    box-shadow:
    0 25px 60px rgba(15,39,71,.15);
}
.service-image-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(15,39,71,.25),
        transparent
    );
    z-index:1;
}
.service-image-card img{
    width:100%;
    height:520px;
    object-fit:cover;
    transition:.6s ease;
}
.service-image-card:hover img{
    transform:scale(1.08);
}
.services-intro img{
    width:100%;
    height:520px;
    object-fit:cover;
    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}
.service-detail .section-heading,
.services-intro .section-heading{
    margin-bottom:25px;
}
.service-detail p,
.services-intro p{
    color:#666;
    font-size:16px;
    line-height:1.9;
    margin-bottom:18px;
}
.service-list{
    margin-top:30px;
    display:grid;
    gap:15px;
}
.service-list div{
    display:flex;
    align-items:center;
    gap:14px;
    background:#F5F5F5;
    padding:15px 18px;
    border-radius:12px;
    color:#333;
    font-weight:500;
    transition:.35s;
}
.service-list div:hover{
    background:#0F2747;
    color:#fff;
    transform:translateX(8px);
}
.service-list i{
    color:#F57C00;
    font-size:22px;
}
.service-list div:hover i{
    color:#fff;
}
.info-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#F57C00;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.35s;
}
.info-btn:hover{
    background:#0F2747;
    color:#fff;
    transform:translateY(-5px);
}
.extra-services{
    padding:100px 0;
}
.extra-services .service-card{
    background:#fff;
    padding:40px 30px;
    height:100%;
    border-radius:25px;
    text-align:center;
    box-shadow:
    0 15px 40px rgba(0,0,0,.07);
    transition:.4s;
    position:relative;
    overflow:hidden;
}
.extra-services .service-card::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:#F57C00;
    opacity:.08;
    border-radius:50%;
    top:-40px;
    right:-40px;
}
.extra-services .service-card:hover{
    transform:translateY(-12px);
    box-shadow:
    0 25px 60px rgba(15,39,71,.15);
}
.extra-services .service-icon{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    background:#0F2747;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    font-size:35px;
    transition:.4s;
}
.extra-services .service-card:hover .service-icon{
    background:#F57C00;
    transform:rotate(10deg);
}
.extra-services h4{
    color:#0F2747;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}
.extra-services p{
    color:#666;
    line-height:1.8;
}
.section-heading span{
    display:inline-block;
    color:#F57C00;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}
.section-heading h2{
    color:#0F2747;
    font-size:42px;
    line-height:1.25;
    font-weight:800;
}
.section-heading p{
    color:#666;
    line-height:1.8;
}

/* ABOUT.HTML */
.about-intro-image{
    position:relative;
}
.about-intro-experience{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#F57C00;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
}
.about-intro-experience h2{
    margin:0;
    font-size:40px;
    font-weight:800;
}
.about-intro-experience span{
    font-size:16px;
}
.about-intro-content p{
    color:#555;
    line-height:1.8;
}
.about-intro-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:25px;
}
.about-intro-feature{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
}
.about-intro-feature i{
    color:#F57C00;
}

/* HISTORY */
.history-section{
    background:#f8f9fa;
}
.history-content h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
    color:#0F2747;
}
.history-content p{
    color:#555;
    line-height:1.8;
    margin-bottom:20px;
}
.history-timeline{
    position:relative;
}
.history-item{
    display:flex;
    gap:25px;
    margin-bottom:35px;
}
.history-year{
    min-width:90px;
    height:90px;
    background:#0F2747;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
}
.history-text h4{
    color:#0F2747;
    font-size:22px;
    margin-bottom:10px;
}
.history-text p{
    color:#555;
    line-height:1.7;
}

/* VALUES SECTION */
.values-section{
    background:#fff;
}
.value-card{
    height:100%;
    background:#f8f9fa;
    padding:35px 25px;
    text-align:center;
    border-radius:15px;
    transition:.3s;
    border-bottom:3px solid transparent;
}
.value-card:hover{
    transform:translateY(-8px);
    border-color:#F57C00;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.value-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    background:#0F2747;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}
.value-card h4{
    color:#0F2747;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}
.value-card p{
    color:#555;
    line-height:1.7;
    margin:0;
}

/* EXPERTISE SECTION  */
.expertise-section{
    background:#f8f9fa;
}
.expertise-card{
    height:100%;
    background:#fff;
    padding:35px 30px;
    border-radius:15px;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}
.expertise-card:hover{
    transform:translateY(-8px);
}
.expertise-icon{
    width:65px;
    height:65px;
    background:#0F2747;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}
.expertise-card h4{
    color:#0F2747;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}
.expertise-card p{
    color:#555;
    line-height:1.7;
    margin-bottom:20px;
}
.expertise-card a{
    color:#F57C00;
    text-decoration:none;
    font-weight:600;
}
.expertise-card a i{
    margin-left:5px;
}

/* CLIENTS SECTION */
.clients-section{
    background:#fff;
}
.client-logo{
    width:150px;
    height:90px;
    object-fit:contain;
    filter:grayscale(100%);
    opacity:.7;
    transition:.3s;
}
.client-logo:hover{
    filter:grayscale(0);
    opacity:1;
    transform:translateY(-5px);
}

/* GALLERY.HTML */
.gallery-projects{
    overflow:hidden;
}
.gallery-img{
    height:300px;
    width:100%;
    object-fit:cover;
    border-radius:15px;
    transition:.4s ease;
}
.gallery-projects a{
    display:block;
    overflow:hidden;
    border-radius:15px;
}

/* CONTACT.HTML */

/* CONTACT INTRO */
.contact-intro{
    background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);
    position:relative;
    overflow:hidden;
}
.contact-intro::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:280px;
    height:280px;
    background:rgba(245,124,0,.06);
    border-radius:50%;
}
.contact-intro .container{
    position:relative;
    z-index:2;
}
.contact-intro .section-heading{
    max-width:760px;
    margin:0 auto;
}
.contact-intro .section-heading p{
    margin:20px auto 0;
    color:#666;
    line-height:1.9;
    font-size:17px;
}


/* CONTACT MAIN */
.contact-main{
    background:#f8f9fa;
}
.contact-main .row{
    align-items:stretch;
}
.contact-main .col-lg-5,
.contact-main .col-lg-7{
    display:flex;
}
.contact-card{
    width:100%;
    display:flex;
    flex-direction:column;
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s ease;
}
.contact-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.contact-card h3{
    position:relative;
    color:#0F2747;
    font-size:28px;
    font-weight:700;
    margin-bottom:35px;
}
.contact-card h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-12px;
    width:55px;
    height:3px;
    border-radius:20px;
    background:#F57C00;
}
.contact-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:16px 0;
    border-bottom:1px solid #ececec;
}
.contact-item:last-of-type{
    border-bottom:none;
}
.contact-item i{
    width:48px;
    height:48px;
    flex-shrink:0;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#F57C00;
    color:#fff;
    border-radius:50%;
    font-size:18px;
    transition:.3s;
}
.contact-item:hover i{
    background:#0F2747;
    transform:rotate(8deg);
}
.contact-item h5{
    color:#0F2747;
    font-size:18px;
    font-weight:700;
    margin-bottom:4px;
}
.contact-item a,
.contact-item p{
    color:#666;
    text-decoration:none;
    line-height:1.6;
    font-size:15px;
    margin:0;
    transition:.3s;
}
.contact-item a:hover{
    color:#F57C00;
}
.social-links{
    display:flex;
    gap:12px;
    margin-top:auto;
    padding-top:22px;
}
.social-links a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#0F2747;
    color:#fff;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}
.social-links a:hover{
    background:#F57C00;
    transform:translateY(-4px);
}
.map-box{
    width:100%;
    background:#fff;
    padding:10px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
}
.map-box:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.map-box iframe{
    width:100%;
    height:100%;
    min-height:480px;
    border:none;
    border-radius:12px;
    display:block;
}

/* CONTACT FORM */
.contact-page-form-section{
    background:#f8f9fa;
    padding:80px 0;
}
.contact-page-form-heading{
    max-width:750px;
    margin:0 auto 40px;
}
.contact-page-form-heading span{
    color:#F57C00;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}
.contact-page-form-heading h2{
    color:#0F2747;
    font-size:38px;
    font-weight:700;
    margin:15px 0;
}
.contact-page-form-heading p{
    color:#666;
    line-height:1.8;
    margin:0;
}
.contact-page-form-box{
    max-width:950px;
    margin:auto;
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:
    0 15px 40px rgba(15,39,71,.10);
}
.contact-page-form-box label{
    display:block;
    color:#0F2747;
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
}
.contact-page-form-box .form-control{
    width:100%;
    height:52px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 18px;
    font-size:15px;
    color:#333;
    background:#fff;
    transition:.3s;
}
.contact-page-form-box textarea.form-control{
    height:140px;
    padding:15px 18px;
    resize:none;
}
.contact-page-form-box .form-control::placeholder{
    color:#999;
}
.contact-page-form-box .form-control:focus{
    border-color:#F57C00;
    outline:none;
    box-shadow:
    0 0 0 4px rgba(245,124,0,.12);
}
.contact-page-form-box select{
    cursor:pointer;
}
.contact-page-submit{
    margin-top:10px;
    background:#F57C00;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.35s;
}
.contact-page-submit i{
    margin-left:8px;
}
.contact-page-submit:hover{
    background:#0F2747;
    transform:translateY(-3px);
}


/* MEDIA QUERIES */
@media (max-width: 991px){
    .top-bar{
        height:auto;
        padding:10px 0;
    }
    .top-bar .container{
        flex-direction:column;
        gap:10px;
        justify-content:center;
    }
    .top-left,
    .top-right{
        justify-content:center;
        flex-wrap:wrap;
    }
    .top-right{
        gap:15px;
    }
}
@media (max-width: 576px){
    .top-bar{
        font-size:13px;
    }
    .top-left,
    .top-right{
        width:100%;
        justify-content:center;
        text-align:center;
    }
    .top-left a{
        justify-content:center;
    }
    .top-right{
        flex-direction:column;
        gap:8px;
    }
    .top-social{
        margin-left:0;
        margin-top:5px;
    }
    .top-social a{
        width:32px;
        height:32px;
    }
}

@media (max-width: 991px){
    .main-nav{
        height:auto;
        min-height:80px;
        padding:10px 0;
    }
    .main-nav .container{
        position:relative;
    }
    .navbar-brand{
        margin-right:0;
        order:1;
    }
    .navbar-toggler{
        order:2;
        margin-left:auto;
    }
    .navbar-brand img{
        width:95px;
    }
    .navbar-collapse{
        background:#ffffff;
        margin-top:15px;
        padding:20px;
        border-radius:15px;
        box-shadow:0 10px 30px rgba(0,0,0,.12);
    }
    .navbar-nav{
        width:100%;
        gap:0;
        margin:0;
    }
    .nav-link{
        padding:15px 10px !important;
        text-align:center;
    }
    .nav-link::after{
        bottom:5px;
    }
    .d-flex{
        justify-content:center;
        margin-top:20px;
    }
    .info-btn{
        width:100%;
        max-width:250px;
    }
    .dropdown-menu{
        position: static;
        float: none;
        width: 100%;
        margin-top: 5px;
        box-shadow: none;
        background: #f8f8f8;
        border-radius: 10px;
        text-align: center;
    }
    .dropdown-item{
        padding: 12px;
    }
    .nav-item.dropdown .dropdown-toggle::after{
        margin-left: 6px;
    }
}
@media (max-width:576px){
    .main-nav{
        min-height:75px;
    }
    .navbar-brand img{
        width:85px;
    }
    .navbar-toggler{
        padding:6px 8px;
    }
    .navbar-collapse{
        margin-top:10px;
        padding:15px;
    }
    .nav-link{
        font-size:15px;
    }
}
@media (max-width: 991px){
    .home-carousel .carousel,
    .home-carousel .carousel-inner,
    .home-carousel .carousel-item{
        height:70vh;
        min-height:550px;
    }
    .carousel-caption{
        left:8%;
        right:8%;
        max-width:none;
        text-align:center;
    }
    .carousel-caption h6{
        font-size:2.8rem;
    }
    .carousel-caption p{
        font-size:1.05rem;
        line-height:1.6;
    }
    .carousel-control-prev,
    .carousel-control-next{
        width:10%;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon{
        width:45px;
        height:45px;
    }
}
@media (max-width:576px){
    .home-carousel .carousel,
    .home-carousel .carousel-inner,
    .home-carousel .carousel-item{
        height:60vh;
        min-height:520px;
    }
    .carousel-caption{
        top:50%;
        left:20px;
        right:20px;
    }
    .carousel-caption h6{
        font-size:2rem;
        line-height:1.25;
        margin-bottom:15px;
    }
    .carousel-caption p{
        font-size:.95rem;
        line-height:1.5;
        margin-bottom:25px;
    }
    .carousel-caption .info-btn{
        padding:12px 25px;
        font-size:14px;
    }
    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }
    .carousel-indicators{
        bottom:20px;
    }
}
@media (max-width: 991px){
    .about{
        padding:70px 0;
    }
    .section-title h2{
        font-size:34px;
        margin-bottom:25px;
    }
    .about-image{
        margin-bottom:30px;
    }
    .experience-box{
        width:140px;
        height:140px;
        right:10px;
        bottom:20px;
    }
    .experience-box h2{
        font-size:38px;
    }
    .experience-box span{
        font-size:14px;
    }
    .about-features{
        gap:15px;
    }
}
@media (max-width:767px){
    .about{
        padding:50px 0;
    }
    .section-title span{
        font-size:14px;
        letter-spacing:1.5px;
    }
    .section-title h2{
        font-size:28px;
        line-height:1.35;
    }
    .about p{
        font-size:15px;
        line-height:1.8;
    }
    .about-image img{
        width:100%;
        border-radius:15px;
    }
    .experience-box{
        width:110px;
        height:110px;
        right:15px;
        bottom:15px;
    }
    .experience-box h2{
        font-size:32px;
    }
    .experience-box span{
        font-size:12px;
    }
    .about-features{
        grid-template-columns:1fr;
        gap:12px;
        margin-top:25px;
    }
    .feature{
        font-size:15px;
    }
    .feature i{
        font-size:18px;
    }
    .about .info-btn{
        width:100%;
        margin-top:25px !important;
    }
}
@media (max-width:400px){
    .section-title h2{
        font-size:24px;
    }
    .experience-box{
        width:95px;
        height:95px;
    }
    .experience-box h2{
        font-size:28px;
    }
}
@media(max-width:991px){
    .services{
        padding:70px 0;
    }
    .section-heading h2{
        font-size:34px;
    }
    .service-card{
        padding:35px 25px;
    }
}
@media(max-width:767px){
    .services{
        padding:50px 0;
    }
    .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .section-heading p{
        font-size:15px;
        padding:0 10px;
    }
    .service-card{
        padding:30px 20px;
        text-align:center;
    }
    .service-icon{
        width:70px;
        height:70px;
        font-size:30px;
        margin:0 auto 20px;
    }
    .service-card h4{
        font-size:20px;
    }
    .service-card p{
        font-size:15px;
    }
}
@media(max-width:991px){
    .why-us{
        padding:70px 0;
    }
    .section-heading h2{
        font-size:34px;
    }
    .why-list{
        gap:15px;
    }
    .counter-box{
        padding:35px 15px;
    }
    .counter-box h2{
        font-size:40px;
    }
}
@media(max-width:767px){
    .why-us{
        padding:50px 0;
    }
    .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .section-heading p{
        font-size:15px;
    }
    .why-list{
        grid-template-columns:1fr;
        gap:12px;
        margin-top:25px;
    }
    .why-item{
        padding:15px;
        font-size:15px;
    }
    .why-item i{
        font-size:20px;
    }
    .counter-box{
        padding:30px 10px;
        border-radius:15px;
    }
    .counter-box h2{
        font-size:34px;
    }
    .counter-box p{
        font-size:14px;
    }
}
@media(max-width:400px){
    .counter-box h2{
        font-size:30px;
    }
}
@media(max-width:991px){
    .process-section{
        padding:70px 0;
    }
    .process-card{
        padding:35px 20px;
    }
    .process-number{
        font-size:50px;
    }
    .process-icon{
        width:70px;
        height:70px;
        font-size:28px;
    }
}
@media(max-width:767px){
    .process-section{
        padding:50px 0;
    }
    .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .section-heading p{
        font-size:15px;
    }
    .process-card{
        padding:30px 20px;
    }
    .process-number{
        top:10px;
        right:15px;
        font-size:45px;
    }
    .process-icon{
        width:65px;
        height:65px;
        font-size:25px;
        margin-bottom:20px;
    }
    .process-card h4{
        font-size:20px;
    }
    .process-card p{
        font-size:15px;
    }
}
@media(max-width:991px){
    .projects-section{
        padding:70px 0;
    }
    .section-heading h2{
        font-size:34px;
    }
    .project-card{
        height:320px;
    }
    .project-overlay{
        opacity:1;
        padding:25px;
        background:
        linear-gradient(
            transparent,
            rgba(15,39,71,.85)
        );
    }
}
@media(max-width:767px){
    .projects-section{
        padding:60px 0;
    }
    .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .section-heading p{
        font-size:15px;
        padding:0 10px;
    }
    .project-filter{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:8px;
    }
    .project-filter button{
        padding:10px 18px;
        font-size:14px;
        margin:0;
    }
    .project-card{
        height:280px;
        border-radius:15px;
    }
    .project-overlay{
        padding:20px;
    }
    .project-overlay h4{
        font-size:20px;
        margin-bottom:8px;
    }
    .project-overlay p{
        font-size:14px;
        margin-bottom:12px;
    }
    .project-overlay a{
        width:40px;
        height:40px;
    }
}
@media(max-width:480px){
    .project-card{
        height:250px;
    }
    .project-filter button{
        width:auto;
        padding:9px 14px;
        font-size:13px;
    }
    .project-overlay h4{
        font-size:18px;
    }
}
@media(max-width:991px){
    .testimonial-section{
        padding:70px 0;
    }
    .section-heading h2{
        font-size:34px;
    }
    .testimonial-card{
        padding:35px 25px;
        min-height:300px;
    }
    .testimonial-card::before{
        font-size:45px;
        right:25px;
    }
    .testimonial-card p{
        font-size:15px;
    }
    .owl-nav{
        display:none;
    }
}
@media(max-width:767px){
    .testimonial-section{
        padding:60px 0;
    }
    .section-heading span{
        font-size:12px;
        letter-spacing:1.5px;
    }
    .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .section-heading p{
        font-size:15px;
        padding:0 10px;
    }
    .testimonial-carousel .item{
        padding:10px;
    }
    .testimonial-card{
        padding:30px 22px;
        border-radius:18px;
        min-height:auto;
    }
    .stars{
        margin-bottom:18px;
    }
    .stars i{
        font-size:16px;
    }
    .testimonial-card p{
        font-size:14px;
        line-height:1.7;
        min-height:auto;
    }
    .client{
        margin-top:20px;
        gap:12px;
    }
    .client-icon{
        width:50px;
        height:50px;
        font-size:20px;
    }
    .client h5{
        font-size:15px;
    }
    .client span{
        font-size:13px;
    }
    .owl-dots{
        margin-top:20px;
    }
}
@media(max-width:480px){
    .testimonial-card{
        padding:25px 18px;
    }
    .testimonial-card::before{
        font-size:40px;
        right:20px;
        top:15px;
    }
    .owl-dot span{
        width:8px!important;
        height:8px!important;
    }
    .owl-dot.active span{
        width:25px!important;
    }
}
@media(max-width:991px){
    .cta-section{
        padding:70px 0;
    }
    .cta-box{
        padding:45px 35px;
        text-align:center;
    }
    .cta-box h2{
        font-size:32px;
    }
    .cta-box p{
        font-size:16px;
        margin-bottom:30px;
    }
}
@media(max-width:767px){
    .cta-section{
        padding:60px 0;
    }
    .cta-box{
        padding:35px 20px;
        border-radius:20px;
    }
    .cta-box::before{
        width:200px;
        height:200px;
        right:-80px;
        top:-80px;
    }
    .cta-box h2{
        font-size:26px;
        line-height:1.35;
    }
    .cta-box p{
        font-size:15px;
        line-height:1.7;
    }
    .cta-btn{
        width:100%;
        justify-content:center;
        padding:14px 25px;
        font-size:15px;
    }
}
@media(max-width:480px){
    .cta-box{
        padding:30px 18px;
    }
    .cta-box h2{
        font-size:23px;
    }
    .cta-box p{
        font-size:14px;
    }
    .cta-btn{
        font-size:14px;
        padding:13px 20px;
    }
}
@media(max-width:991px){
    .contact-section{
        padding:70px 0;
    }
    .section-heading h2{
        font-size:34px;
    }
    .contact-info-box,
    .contact-form-box{
        padding:35px;
    }
    .contact-info-box h3,
    .contact-form-box h3{
        font-size:24px;
        margin-bottom:30px;
    }
    .contact-item{
        gap:15px;
        margin-bottom:25px;
    }
    .contact-icon{
        width:50px;
        height:50px;
        font-size:20px;
        flex-shrink:0;
    }
}
@media(max-width:767px){
    .contact-section{
        padding:60px 0;
    }
    .section-heading span{
        font-size:12px;
        letter-spacing:1.5px;
    }
    .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .section-heading p{
        font-size:15px;
    }
    .contact-info-box,
    .contact-form-box{
        padding:25px 20px;
        border-radius:15px;
    }
    .contact-info-box h3,
    .contact-form-box h3{
        font-size:22px;
        margin-bottom:25px;
    }
    .contact-item{
        align-items:flex-start;
        gap:12px;
        margin-bottom:22px;
    }
    .contact-icon{
        width:45px;
        height:45px;
        font-size:18px;
    }
    .contact-item h5{
        font-size:16px;
    }
    .contact-item a{
        font-size:14px;
        word-break:break-word;
    }
    .social-links{
        margin:25px 0;
        gap:12px;
    }
    .social-links a{
        width:40px;
        height:40px;
        font-size:18px;
    }
    .whatsapp-btn{
        width:100%;
        justify-content:center;
        padding:13px 20px;
    }
    .form-control{
        height:50px;
        font-size:14px;
    }
    textarea.form-control{
        min-height:130px;
    }
    .contact-submit{
        width:100%;
        justify-content:center;
        padding:14px 25px;
    }
}
@media(max-width:480px){
    .contact-info-box,
    .contact-form-box{
        padding:22px 15px;
    }
    .section-heading h2{
        font-size:24px;
    }
    .contact-item{
        flex-direction:row;
    }
    .contact-item div:last-child{
        max-width:calc(100% - 60px);
    }
    .contact-submit{
        font-size:14px;
    }
}
@media(max-width:991px){
    .footer{
        padding-top:60px;
    }
    .footer-widget{
        text-align:center;
    }
    .footer-widget h4::after{
        left:50%;
        transform:translateX(-50%);
    }
    .footer-social{
        justify-content:center;
    }
    .footer-contact p{
        justify-content:center;
    }
    .copyrights{
        justify-content:center;
        text-align:center;
    }
}
@media(max-width:768px){
    .footer-logo{
        width:160px;
    }
    .footer-widget h4{
        font-size:20px;
    }
    .footer-widget p{
        font-size:15px;
    }
    .footer-bottom{
        margin-top:40px;
        padding:20px 0;
    }
    .powered{
        justify-content:center;
    }
}
@media(max-width:576px){

    .footer{
        padding-top:50px;
    }
    .footer-widget{
        margin-bottom:20px;
    }
    .footer-widget h4{
        font-size:19px;
    }
    .footer-logo{
        width:150px;
    }
    .footer-social a{
        width:38px;
        height:38px;
    }
    .footer-contact p{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:5px;
    }
    .footer-contact i{
        margin-top:0;
    }
    .copyrights{
        flex-direction:column;
        gap:12px;
    }
    .copyright p,
    .bussines p,
    .powered{
        font-size:13px;
    }
    .powered img{
        height:32px;
    }
}
@media(max-width:991px){
    .page-banner{
        height:320px;
    }
    .page-banner-content h1{
        font-size:44px;
    }
}
@media(max-width:768px){
    .page-banner{
        height:280px;
    }
    .page-banner-content h1{
        font-size:38px;
        margin-bottom:15px;
    }
    .breadcrumb-item{
        font-size:15px;
    }
}
@media(max-width:576px){
    .page-banner{
        height:240px;
        background-position:center;
    }
    .page-banner-content h1{
        font-size:32px;
        margin-bottom:12px;
    }
    .breadcrumb{
        justify-content:center;
    }
    .breadcrumb-item{
        font-size:14px;
    }
}
@media(max-width:991px){
.service-detail{
    padding:70px 0;
}
.service-image-card img,
.services-intro img{
    height:420px;
}
.service-detail .row{
    gap:30px;
}
.section-heading h2{
    font-size:34px;
}
}
@media(max-width:767px){
.service-detail,
.services-intro,
.extra-services{
    padding:55px 0;
}
.section-heading{
    text-align:center;
}
.section-heading h2{
    font-size:28px;
}
.section-heading span{
    font-size:12px;
}
.services-intro p,
.service-detail p{
    text-align:center;
    font-size:15px;
}
.service-image-card{
    border-radius:20px;
}
.service-image-card img,
.services-intro img{
    height:300px;
}
.service-list{
    margin-top:25px;
}
.service-list div{
    font-size:14px;
    padding:13px;
}
.info-btn{
    display:flex;
    width:100%;
    margin-top:25px;
}
.extra-services .service-card{
    padding:35px 25px;
}
.extra-services .service-icon{
    width:75px;
    height:75px;
    font-size:30px;
}
}
@media(max-width:420px){
.section-heading h2{
    font-size:25px;
}
.service-image-card img,
.services-intro img{
    height:250px;
}
.service-list div{
    align-items:flex-start;
}
.extra-services h4{
    font-size:20px;
}
}
@media(max-width:991px){
    .about-intro{
        padding:70px 0;
    }
    .about-intro-content{
        padding-left:0;
    }
    .about-intro-image img{
        height:450px;
        object-fit:cover;
    }
    .section-title h2{
        font-size:34px;
    }
}
@media(max-width:767px){
    .about-intro{
        padding:55px 0;
    }
    .about-intro .row{
        flex-direction:column;
    }
    .about-intro-image img{
        height:320px;
        width:100%;
    }
    .about-intro-experience{
        left:20px;
        bottom:20px;
        padding:15px 25px;
    }
    .about-intro-experience h2{
        font-size:34px;
    }
    .about-intro-experience span{
        font-size:14px;
    }
    .about-intro-content{
        margin-top:25px;
        text-align:center;
    }
    .section-title span{
        font-size:12px;
    }
    .section-title h2{
        font-size:28px;
        line-height:1.3;
    }
    .about-intro-content p{
        font-size:15px;
        line-height:1.7;
    }
    .about-intro-features{
        grid-template-columns:1fr;
        gap:12px;
    }
    .about-intro-feature{
        justify-content:flex-start;
        padding:14px;
        font-size:14px;
    }
    .info-btn{
        width:100%;
        justify-content:center;
    }
}
@media(max-width:420px){
    .about-intro-image img{
        height:260px;
    }
    .about-intro-experience{
        padding:12px 18px;
    }
    .about-intro-experience h2{
        font-size:28px;
    }
    .section-title h2{
        font-size:24px;
    }
    .about-intro-feature{
        font-size:13px;
    }
}
@media(max-width:991px){
    .history-section{
        padding:70px 0;
    }
    .history-content h3{
        font-size:28px;
    }
    .history-item{
        gap:20px;
        margin-bottom:30px;
    }
    .history-year{
        min-width:80px;
        height:80px;
        font-size:16px;
    }
    .history-text h4{
        font-size:20px;
    }
}
@media(max-width:767px){
    .history-section{
        padding:55px 0;
    }
    .history-section .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .history-section .section-heading p{
        font-size:15px;
    }
    .history-content{
        text-align:center;
    }
    .history-content h3{
        font-size:24px;
    }
    .history-content p{
        font-size:15px;
        line-height:1.7;
    }
    .history-timeline{
        margin-top:20px;
    }
    .history-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:15px;
        margin-bottom:35px;
    }
    .history-year{
        width:75px;
        min-width:75px;
        height:75px;
        font-size:15px;
    }
    .history-text h4{
        font-size:19px;
        margin-bottom:8px;
    }
    .history-text p{
        font-size:14px;
        line-height:1.7;
    }
}
@media(max-width:420px){
    .history-section .section-heading h2{
        font-size:24px;
    }
    .history-content h3{
        font-size:22px;
    }
    .history-item{
        margin-bottom:28px;
    }
    .history-year{
        width:65px;
        min-width:65px;
        height:65px;
        font-size:14px;
    }
    .history-text h4{
        font-size:18px;
    }
}
@media(max-width:991px){
    .values-section{
        padding:70px 0;
    }
    .value-card{
        padding:30px 22px;
    }
    .value-icon{
        width:65px;
        height:65px;
        font-size:27px;
    }
    .value-card h4{
        font-size:20px;
    }
}
@media(max-width:767px){
    .values-section{
        padding:55px 0;
    }
    .values-section .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .values-section .section-heading p{
        font-size:15px;
    }
    .value-card{
        padding:30px 20px;
        border-radius:15px;
    }
    .value-icon{
        width:60px;
        height:60px;
        font-size:25px;
        margin-bottom:18px;
    }
    .value-card h4{
        font-size:19px;
        margin-bottom:12px;
    }
    .value-card p{
        font-size:14px;
        line-height:1.7;
    }
}
@media(max-width:420px){
    .values-section .section-heading h2{
        font-size:24px;
    }
    .value-card{
        padding:25px 18px;
    }
    .value-icon{
        width:55px;
        height:55px;
        font-size:22px;
    }
    .value-card h4{
        font-size:18px;
    }
    .value-card p{
        font-size:13.5px;
    }
}
@media(max-width:991px){
    .expertise-section{
        padding:70px 0;
    }
    .expertise-card{
        padding:30px 25px;
    }
    .expertise-icon{
        width:60px;
        height:60px;
        font-size:25px;
    }
    .expertise-card h4{
        font-size:20px;
    }
}
@media(max-width:767px){
    .expertise-section{
        padding:55px 0;
    }
    .expertise-section .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .expertise-section .section-heading p{
        font-size:15px;
        line-height:1.7;
    }
    .expertise-card{
        padding:28px 22px;
        text-align:center;
        border-radius:15px;
    }
    .expertise-icon{
        width:60px;
        height:60px;
        margin:0 auto 20px;
        font-size:24px;
    }
    .expertise-card h4{
        font-size:19px;
        margin-bottom:12px;
    }
    .expertise-card p{
        font-size:14px;
        line-height:1.7;
    }
    .expertise-card a{
        font-size:14px;
        display:inline-flex;
        align-items:center;
    }
}
@media(max-width:420px){
    .expertise-section .section-heading h2{
        font-size:24px;
    }
    .expertise-card{
        padding:25px 18px;
    }
    .expertise-icon{
        width:55px;
        height:55px;
        font-size:22px;
    }
    .expertise-card h4{
        font-size:18px;
    }
    .expertise-card p{
        font-size:13.5px;
    }
}
@media(max-width:991px){
    .clients-section{
        padding:70px 0;
    }
    .client-logo{
        width:130px;
        height:80px;
    }
}
@media(max-width:767px){
    .clients-section{
        padding:50px 0;
    }
    .clients-section .section-heading{
        margin-bottom:35px!important;
    }
    .clients-section .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .clients-section .section-heading p{
        font-size:15px;
        line-height:1.7;
    }
    .clients-section .row{
        row-gap:30px!important;
    }
    .client-logo{
        width:120px;
        height:75px;
        display:block;
        margin:auto;
    }
}
@media(max-width:480px){
    .clients-section{
        padding:40px 0;
    }
    .clients-section .section-heading h2{
        font-size:24px;
    }
    .clients-section .section-heading p{
        font-size:14px;
    }
    .client-logo{
        width:100px;
        height:65px;
    }
}
@media(max-width:991px){
    .gallery-img{
        height:260px;
    }
    .gallery-projects .section-heading h2{
        font-size:34px;
    }
    .gallery-projects .section-heading p{
        max-width:700px;
        margin:auto;
    }
}
@media(max-width:767px){
    .gallery-projects{
        padding-top:50px!important;
        padding-bottom:50px!important;
    }
    .gallery-projects .section-heading{
        margin-bottom:35px;
    }
    .gallery-projects .section-heading h2{
        font-size:28px;
        line-height:1.3;
    }
    .gallery-projects .section-heading p{
        font-size:15px;
        line-height:1.7;
    }
    .gallery-projects .row{
        --bs-gutter-x:20px;
        --bs-gutter-y:20px;
    }
    .gallery-img{
        height:240px;
        border-radius:12px;
    }
    .gallery-img:hover{
        transform:scale(1.03);
    }
}
@media(max-width:480px){
    .gallery-projects .section-heading h2{
        font-size:24px;
    }
    .gallery-projects .section-heading span{
        font-size:12px;
    }
    .gallery-img{
        height:220px;
        border-radius:10px;
    }
    .gallery-projects .col-lg-3,
    .gallery-projects .col-lg-4{
        width:100%;
    }
}
@media (max-width:991px){
    .contact-intro{
        padding:70px 0 !important;
    }
    .contact-intro .section-heading{
        max-width:100%;
    }
    .contact-intro .section-heading p{
        font-size:16px;
        line-height:1.8;
    }
}
@media (max-width:767px){
    .contact-intro{
        padding:60px 0 !important;
    }
    .contact-intro::before{
        width:180px;
        height:180px;
        top:-70px;
        right:-70px;
    }
    .contact-intro .section-heading p{
        font-size:15px;
    }
}
@media (max-width:991px){
    .contact-main .col-lg-5,
    .contact-main .col-lg-7{
        display:block;
    }
    .contact-card{
        margin-bottom:30px;
    }
    .map-box iframe{
        min-height:400px;
    }
}
@media (max-width:767px){
    .contact-main{
        padding:60px 0;
    }
    .contact-card{
        padding:28px 22px;
    }
    .contact-card h3{
        text-align:center;
        font-size:25px;
    }
    .contact-card h3::after{
        left:50%;
        transform:translateX(-50%);
    }
    .contact-item{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:12px;
    }
    .contact-item i{
        width:45px;
        height:45px;
        font-size:18px;
    }
    .social-links{
        justify-content:center;
    }
    .map-box iframe{
        min-height:320px;
    }
}
@media (max-width:576px){
    .contact-card{
        padding:22px 18px;
    }
    .contact-card h3{
        font-size:23px;
    }
    .contact-item h5{
        font-size:17px;
    }
    .contact-item a,
    .contact-item p{
        font-size:14px;
    }
    .social-links a{
        width:40px;
        height:40px;
        font-size:17px;
    }
    .map-box iframe{
        min-height:280px;
    }
}
@media(max-width:991px){
    .contact-page-form-section{
        padding:60px 0;
    }
    .contact-page-form-heading h2{
        font-size:32px;
    }
}
@media(max-width:768px){
    .contact-page-form-section{
        padding:45px 0;
    }
    .contact-page-form-heading{
        margin-bottom:30px;
    }
    .contact-page-form-heading h2{
        font-size:28px;
    }
    .contact-page-form-heading p{
        font-size:15px;
    }
    .contact-page-form-box{
        padding:25px 18px;
        border-radius:15px;
    }
    .contact-page-form-box .form-control{
        height:48px;
        font-size:14px;
    }
    .contact-page-form-box textarea.form-control{
        height:120px;
    }
    .contact-page-submit{
        width:100%;
        padding:13px 25px;
    }
}
@media(max-width:480px){
    .contact-page-form-heading h2{
        font-size:24px;
    }
    .contact-page-form-box{
        padding:20px 15px;
    }
}
