

/* =========================
   PERFECT SERVICE ALIGNMENT
========================= */

.blog1 .owl-stage {
    display: flex;
}

.blog1 .owl-item {
    display: flex;
    height: auto;
}

.blog1 .item {
    width: 100%;
    height: 100%;
}

.gt-service-box-2{
    background: #ececec;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,0.16);
    border: 1px solid rgba(0,0,0,0.05);

    /* ALIGNMENT FIX */
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* IMAGE */
.gt-service-banner{
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.gt-service-banner img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

/* CONTENT */
.gt-service-box-info{
    padding: 50px 28px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* TITLE */
.gt-service-title{
  
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.gt-service-title a{
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    color: #0b1c39;
    text-decoration: none;
    transition: 0.3s;
}

/* DESCRIPTION */
.gt-service-description{
    color: #5f6b7a;
    font-size: 16px;
    line-height: 1.8;

    /* SAME HEIGHT ALL CARDS */
   

    margin-bottom: 25px;
}

/* BUTTON ALIGN BOTTOM */
.gt-btn-container{
    margin-top: auto;
}

/* BUTTON */
.gt-btn-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0077ff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.gt-btn-link::after{
    content: "→";
    transition: 0.3s;
}

.gt-btn-link:hover::after{
    transform: translateX(5px);
}

/* ICON */
.gt-service-media{
    position: absolute;
    left: 25px;
    bottom: -30px;
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg,#00a3ff,#0057ff);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0,87,255,0.35);
}

.gt-service-media i{
    color: #fff;
    font-size: 30px;
}

/* HOVER */
.gt-service-box-2:hover{
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.22);
}

.gt-service-box-2:hover .gt-service-banner img{
    transform: scale(1.08);
}

.gt-service-box-2:hover .gt-service-title a{
    color: #0077ff;
}

/* MOBILE */
@media(max-width:767px){

    .gt-service-banner img{
        height: 220px;
    }

    .gt-service-title{
        min-height: auto;
    }

    .gt-service-description{
        min-height: auto;
    }

    .gt-service-title a{
        font-size: 22px;
    }
}


/* =====================================
   WHY CHOOSE US - PREMIUM DESIGN
===================================== */

.emergency-service{
    position: relative;
    padding: 110px 0;
    background: linear-gradient(to bottom,#f8fbff,#eef5ff);
    overflow: hidden;
}

/* SECTION TITLE */
.emergency-service .gt-section-sub-title{
    color: #0077ff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.emergency-service .gt-section-sub-title::before,
.emergency-service .gt-section-sub-title::after{
    content: "";
    width: 35px;
    height: 2px;
    background: #0077ff;
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
}

.emergency-service .gt-section-title{
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #0b1c39;
    max-width: 850px;
    margin: auto;
}

/* CARD */
.gt-icon-box-style-02,
.gt-icon-box-style-03{
    background: #fff;
    border-radius: 24px;
    padding: 20px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 12px 35px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.04);
}

/* PRIMARY CARD */
.gt-icon-box-style-03{
    background: linear-gradient(135deg,#0077ff,#00a3ff);
}

/* HOVER */
.gt-icon-box-style-02:hover,
.gt-icon-box-style-03:hover{
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* BACKGROUND GLOW */
.gt-icon-box-style-02::before,
.gt-icon-box-style-03::before{
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    top: -60px;
    right: -60px;
    background: rgba(0,119,255,0.05);
}

.gt-icon-box-style-03::before{
    background: rgba(255,255,255,0.08);
}

/* ICON */
.gt-icon-box-icon{
    margin-bottom: 30px;
}

.gt-icon{
    width: 60px;
    height: 60px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#0077ff,#00a3ff);
    box-shadow: 0 15px 35px rgba(0,119,255,0.25);
}

.gt-icon-box-style-03 .gt-icon{
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
}

.gt-icon i{
    font-size: 38px;
    color: #fff;
}

/* TITLE */
/* .gt-icon-box-title{
    margin-bottom: 18px;
} */

.gt-icon-box-title span{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    color: #0b1c39;
}

.gt-icon-box-style-03 .gt-icon-box-title span{
    color: #fff;
}

/* DESCRIPTION */
.gt-section-description{
    font-size: 16px;
    line-height: 1.9;
    color: #5f6b7a;
        padding-bottom: 15px;
}

.gt-icon-box-style-03 .gt-section-description{
    color: rgba(255,255,255,0.92);
}

/* ROW SPACING */
.emergency-service .row.pt-5{
    padding-top: 35px !important;
}

/* RESPONSIVE */
@media(max-width:991px){

    .emergency-service{
        padding: 80px 0;
    }

    .emergency-service .gt-section-title{
        font-size: 38px;
    }

    .gt-icon-box-style-02,
    .gt-icon-box-style-03{
        padding: 35px 28px;
    }
}

.gt-icon-box-icon{
    padding-right: 15px;
}
@media(max-width:767px){

    .emergency-service .gt-section-title{
        font-size: 25px;
    }

    .gt-icon{
        width: 75px;
        height: 75px;
    }

    .gt-icon i{
        font-size: 32px;
    }

    .gt-icon-box-title span{
        font-size: 22px;
    }

    .gt-section-description{
        font-size: 15px;
    }
    .gt-fancy-heeading h5 {
    font-size: 16px;
    font-weight: 500;
}
}

.client1{
    border-radius: 10px;
}




/*========================================
MODERN ABOUT US DESIGN
========================================*/

.about-us{
    position: relative;
    padding: 70px 0;
    background: #f7f9fc;
    z-index: 1;
}

.about-shape{
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.about-shape-1{
    width: 350px;
    height: 350px;
    background: rgba(13,110,253,0.08);
    top: -120px;
    right: -120px;
}

.about-shape-2{
    width: 280px;
    height: 280px;
    background: rgba(0,184,148,0.08);
    bottom: -100px;
    left: -100px;
}

/* subtitle */
.gt-section-sub-title{
    display: inline-block;
   
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* title */
.gt-section-title{
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin-bottom: 15px;
}

/* description */
.gt-section-description{
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

/* feature box */
.about-feature-box{
    background: #fff;
    border-radius: 18px;
    padding: 25px 20px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 25px;
    transition: 0.4s;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
    height: 100%;
}

.about-feature-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.about-feature-icon{
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 18px;
    background: linear-gradient(135deg,#0d6efd,#00b894);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.about-feature-content h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.about-feature-content p{
    margin: 0;
    color: #666;
    line-height: 28px;
    font-size: 15px;
}

/* buttons */
.about-btn-group{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.about-btn-primary{
    background: linear-gradient(135deg,#0d6efd,#00b894);
    color: #fff;
    padding: 16px 34px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
    box-shadow: 0 12px 35px rgba(13,110,253,0.25);
}

.about-btn-primary:hover{
    transform: translateY(-4px);
    color: #fff;
}

.about-btn-outline{
    border: 2px solid #0d6efd;
    color: #0d6efd;
    padding: 15px 34px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}

.about-btn-outline:hover{
    background: #0d6efd;
    color: #fff;
}

/* image section */
.about-image-wrapper{
    position: relative;
    padding-right: 80px;
    padding-bottom: 80px;
}

.about-main-image img{
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.about-floating-image{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 161px;
}

.about-floating-image img{
    width: 100%;
    border-radius: 24px;
    border: 8px solid #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

/* counter card */
.about-counter-card{
    position: absolute;
    left: -30px;
    bottom: 97px;
    background: #fff;
    padding: 18px 15px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
    text-align: center;
}

.about-counter-card h3{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0d6efd;
}

.about-counter-card p{
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: 600;
}

/* experience badge */
.about-experience-badge{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 130px;
    height: 130px;
    background: linear-gradient(135deg,#0d6efd,#00b894);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.about-experience-badge h4{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-experience-badge span{
    font-size: 14px;
    font-weight: 500;
}

/* responsive */
@media(max-width:991px){

    .about-us{
        padding: 80px 0;
    }

    .gt-section-title{
        font-size: 38px;
    }

    .about-image-wrapper{
        margin-top: 50px;
        padding-right: 0;
        padding-bottom: 100px;
    }

    .about-counter-card{
        left: 20px;
    }
}
.img-fluid{
border-radius: 10px;
}
@media(max-width:767px){

    .gt-section-title, .gt-heading-title {
        font-size: 25px !important;
        font-weight: 600;
            line-height: 1.2;
    }

    .about-floating-image{
        width: 180px;
    }

    .about-counter-card{
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 25px;
    }

    .about-experience-badge{
        width: 100px;
        height: 100px;
    }

    .about-experience-badge h4{
        font-size: 28px;
    }
}



/* =========================================
   MODERN HERO SLIDER CSS
========================================= */

.modern-hero-slider{
    position: relative;
    overflow: hidden;
    height: 84vh;
}

.modern-hero-slider .carousel-item{
    height: 84vh;
    position: relative;
}

.hero-slide-bg{
    position: absolute;
    inset: 0;

    background-size: cover;
    background-position: center;

    transform: scale(1);
    animation: zoomBg 8s linear infinite;
}

.hero-overlay{
    position: absolute;
    inset: 0;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0.65) 45%,
        rgba(0,0,0,0.25) 100%
    );
}

.hero-container{
    position: relative;
    z-index: 2;

    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content{
    max-width: 760px;

    animation: heroFadeUp 1.2s ease;
}

.hero-subtitle{
    display: inline-block;

    padding: 10px 22px;
    margin-bottom: 25px;

    border-radius: 50px;

    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);

    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-content h1{
    font-size: clamp(2.5rem, 4vw, 5rem);
    line-height: 1.1;
    font-weight: 800;

    margin-bottom: 25px;

    color: #fff;
}

.hero-content p{
    font-size: 18px;
    line-height: 1.8;

    color: rgba(255,255,255,0.85);

    margin-bottom: 35px;

    max-width: 650px;
}

.hero-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-btn-primary{
    background: linear-gradient(135deg,#0d6efd,#00c2a8);

    color: #fff;
    text-decoration: none;

    padding: 16px 36px;

    border-radius: 20px;

    font-weight: 600;

    transition: 0.4s ease;
}

.hero-btn-primary:hover{
    transform: translateY(-5px);
    color: #fff;

    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.hero-btn-outline{
    border: 2px solid rgba(255,255,255,0.5);

    color: #fff;
    text-decoration: none;

    padding: 16px 36px;

    border-radius: 20px;

    font-weight: 600;

    transition: 0.4s ease;
}

.hero-btn-outline:hover{
    background: #fff;
    color: #111;
}

/* =========================================
   ARROWS
========================================= */

.custom-arrow{
    width: 65px;
    height: 65px;

    top: 50%;
    transform: translateY(-50%);

    background: rgba(255,255,255,0.12);

    backdrop-filter: blur(12px);

    border-radius: 50%;

    opacity: 1;

    transition: 0.4s ease;
}

.carousel-control-prev{
    left: 35px;
}

.carousel-control-next{
    right: 35px;
}

.custom-arrow{
   background: none; 
}
.custom-arrow:hover{
    background: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-size: 55%;
}

/* =========================================
   INDICATORS
========================================= */

.custom-indicators{
    bottom: 40px;
    gap: 12px;
}

.custom-indicators [data-bs-target]{
    width: 14px;
    height: 14px;

    border-radius: 50%;

    border: none;

    background: rgba(255,255,255,0.4);

    transition: 0.4s ease;
}

.custom-indicators .active{
    width: 42px;

    border-radius: 30px;

    background: #0d6efd;
}
.carousel-control-prev {
   left: 1100px !important;;
    top: -350px !important;
}
.carousel-control-next {
   right: -1050px !important;
  top: -250px !important;
}
/* =========================================
   ANIMATION
========================================= */

@keyframes heroFadeUp{

    0%{
        opacity: 0;
        transform: translateY(80px);
    }

    100%{
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes zoomBg{

    0%{
        transform: scale(1);
    }

    100%{
        transform: scale(1.08);
    }

}

/* =========================================
   MOBILE
========================================= */


.gt-fancy-heeading h5{
    font-size:20px ;
    font-weight: 600;
}
@media(max-width:991px){

    .modern-hero-slider .carousel-item{
        height: 85vh;
    }

    .hero-content{
        text-align: center;
        margin: auto;
    }

    .hero-buttons{
        justify-content: center;
    }

    .custom-arrow{
        display: none;
    }

 
h1{
    font-size: 30px !important;
}
.about-experience-badge span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
    .about-floating-image {
        width: 100%;
        bottom: -270px;
        /* margin-top: 30px; */
    }

        .about-counter-card {
        position: relative;
        left: 20px;
        bottom: -166px;
        margin-top: 26px;
        width: 85%;
    }
    .emergency-service {
        padding: 50px 0;
    }
    .about-counter-card p {
  
    font-size: 12px;
   line-height: 18px;
}
.about-counter-card h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0d6efd;
}
.outstanding-residential1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 5px;
}

.gt-process-step.gt-process-2 .gt-process-media {
   height: 73px;
    width: 75px;
    line-height: 73px;
    font-size: 52px; 
}
.gt-icon-box-style-02{
   display: block; 
    
}

.gt-icon-box-style-02, .gt-icon-box-style-03 {
        display: flex;
        flex-direction: column; /* Stacks the icon and the text vertically */
        align-items: center;    /* Centers the flex items horizontally */
        text-align: center;     /* Centers the actual text inside the tags */
    }

    /* Optional: Add a little spacing between the icon and the text on mobile */
    .gt-icon-box-style-02 .gt-icon-box-icon {
        margin-bottom: 15px; 
    }
    
    .mobile-margin{
        margin-top:0px !important;
    }
    .outstanding-residential {
        padding: 30px 0px !important;
    }
    
    .navbar-nav {
    
    padding-right: 5px !important;
}
.gt-process-step.gt-process-2 {
    text-align: center;
    padding: 0 32px;
    margin-top: 35px;
}
.gt-fancy-heeading h5 {
    font-size: 16px;
    font-weight: 600;
}
h1{
    font-weight: 600;
}

}
.gt-icon {
    width: 60px;
    height: 60px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0077ff, #00a3ff);
    box-shadow: 0 15px 35px rgba(0, 119, 255, 0.25);
    color: white !important;
}

.gt-icon-box-style-02 .gt-icon-box-icon i {
    font-size: 40px;
    line-height: 66px;
    color: #ffffff;
    margin-right: 30px;
}
.gt-service-box.gt-service-box-2 .gt-service-banner .gt-service-media {
    position: absolute;
    bottom: 8px;
    left: 16px;
    width: 60px;
    height: 60px;
    font-size: 32px;
    text-align: center;
    line-height: 75px;
    background: var(--primary-color);
    color: var(--white-color);
}
.gt-icon-box-style-02 .gt-icon-box-icon i {
    font-size: 40px;
    line-height: 66px;
    color: #ffffff;
    margin-right: 5px;
}
.gt-icon-box-style-03 .gt-icon-box-icon i {
    font-size: 38px;
    line-height: 53px;
    color: var(--primary-color);
    margin-right: 3px;
}