* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#new-Home,
#new-Home2 {
    width: 100%;
    padding: 50px 80px;
}

#new-Home .container,
#new-Home2 .container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

#under {
    display: block;
    width: 55px;
    height: 4px;
    background: #D69A2D;
    margin-top: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
}

/*============================
       First  SECTION
=============================*/

#new-Home {
    width: 100%;
    background: #F8F6F2;
    padding: 50px 80px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

#new-Home * {
    box-sizing: border-box;
}

#new-Home .about-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

#new-Home .about-content {
    width: 50%;
}

#new-Home .about-image {
    width: 50%;
    display: flex;
    justify-content: end;
}

#new-Home .about-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

#new-Home .section-heading h2 {
    font-size: 34px;
    color: #355246;
    margin: 0;
    font-weight: 700;
}

#new-Home .section-heading span {
    display: block;
    width: 55px;
    height: 4px;
    background: #D69A2D;
    margin-top: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#new-Home .about-content p {
    font-size: 18px;
    line-height: 1.65;
    color: #222;
    margin-bottom: 20px;
    font-weight: 500;
}

#new-Home .about-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    color: #C78A1B;
    border: 2px solid #D8A243;
    padding: 0px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}

#new-Home .about-btn span {
    font-size: 28px;
    transition: .3s;
}

#new-Home .about-btn:hover {
    background: #D8A243;
    color: #fff;
}

#new-Home .about-btn:hover span {
    transform: translateX(5px);
}

#new-Home .center-tag {
    position: absolute;
    left: 45px;
    bottom: 28px;
    background: #D89A2B;
    color: #111;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #D89A2B;
}

/*============================
        STATS
=============================*/

#new-Home .stats-section {
    margin-top: 34px;
    background: #123F2F;
    border-radius: 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

#new-Home .stat-box {
    padding: 40px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .18);
}

#new-Home .border-none {
    border-right: none;
}

#new-Home .stat-box h5 {
    margin: 0 0 15px;
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 500;
}

#new-Home .stat-box h3 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

/*============================
        TABLET
=============================*/

@media(max-width:1024px) {

    #new-Home {
        padding: 50px 40px;
    }

    #new-Home .about-section {
        flex-direction: column;
    }

    #new-Home .about-content,
    #new-Home .about-image {
        width: 100%;
    }

    #new-Home .section-heading h2 {
        font-size: 34px;
    }

    #new-Home .about-content p {
        font-size: 18px;
    }

    #new-Home .stats-section {
        grid-template-columns: repeat(2, 1fr);
    }

    #new-Home .stat-box:nth-child(2) {
        border-right: none;
    }

}

@media(max-width:767px) {

    #new-Home {
        padding: 20px 0px;
    }

    #new-Home .about-section {
        gap: 35px;
    }

    #new-Home .section-heading span {

        margin-top: 4px;
        margin-bottom: 11px;

    }

    #new-Home .section-heading h2 {
        font-size: 25px;
    }

    #new-Home .about-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #new-Home .about-btn {
        font-size: 16px;
        padding: 0px 10px;
    }

    #new-Home .about-image img {
        height: 250px;
    }

    #new-Home .stats-section {
        grid-template-columns: 1fr;
    }

    #new-Home .stat-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        padding: 20px;
    }

    #new-Home .stat-box:last-child {
        border-bottom: none;
    }

    #new-Home .stat-box h3 {
        font-size: 35px;
    }

    #new-Home .stat-box h5 {
        margin: 0px;
    }

    #contact {
        padding: 20px 0px !important;
    }

    #clients {
        padding: 20px 0px !important;
    }

}

/*============================
       First  SECTION END
=============================*/

/*==========================
      OUR SERVICES
===========================*/


#new-Home2 {
    font-family: Arial, sans-serif;
    background: #f2f2f2;
    padding: 50px 80px;
}

#new-Home2 * {
    box-sizing: border-box;
}

/* Heading */

#new-Home2 .service-heading {
    text-align: center;
    margin-bottom: 35px;
}

#new-Home2 .service-heading h2 {
    margin: 0;
    font-size: 34px;
    color: #355246;
    font-weight: 700;
}

#new-Home2 .service-heading span {
    width: 60px;
    height: 4px;
    background: #d69b2d;
    display: block;
    margin: 15px auto 0;
}

/* Cards */

#new-Home2 .service-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr) ;
    gap: 18px;
    align-items: center;
}

#new-Home2 .service-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);

    display: flex;
    flex-direction: column;

    height: 100%;
}

#new-Home2 .service-card:hover {
    transform: translateY(-6px);
}

#new-Home2 .service-card img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    display: block;
}

#new-Home2 .service-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#new-Home2 .service-content h3 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.4;
    color: #355246;
    min-height: 65px;
    font-weight: 700;
}

#new-Home2 .service-content p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.60;
    color: #666;
    font-weight: 500;
    flex: 1;

}

#new-Home2 .learn-btn {
    display: inline-block;
    background: #1c4b3b;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
    display: inline-flex;
    align-self: flex-start;
}

#new-Home2 .learn-btn:hover {
    background: #d69b2d;
}

/* View More */

#new-Home2 .view-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
}

#new-Home2 .view-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 190px;
    height: 50px;
    border: 2px solid #d69b2d;
    border-radius: 8px;
    color: #c98d24;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}

#new-Home2 .view-more a:hover {
    background: #d69b2d;
    color: #fff;
}

/* Responsive */

@media(max-width:1200px) {

    #new-Home2 .service-row {
        grid-template-columns: repeat(2, 1fr);
    }

    #new-Home2 .view-more {
        grid-column: 1/-1;
        margin-top: 20px;
    }

}

@media(max-width:767px) {

    #new-Home2 {
        padding: 20px 20px;
    }

    #new-Home2 .service-heading h2 {
        font-size: 25px;
    }

    #new-Home2 .service-row {
        grid-template-columns: 1fr;
    }

    #new-Home2 .view-more {
        grid-column: auto;
        margin-top: 20px;
    }

    #new-Home2 .service-heading {
        margin-bottom: 30px;

    }

    #new-Home2 .service-heading span {
        margin-top: 4px;
        margin-bottom: 11px;
    }

    #new-Home2 .service-content h3 {
        min-height: 0px;
    }

    .clients .clients__head h2 {
        font-size: 25px !important;
    }

    #under {
        margin-top: 4px;
        margin-bottom: 11px;
    }

    .clients .clients__head p {
        font-size: 17px !important;
    }
}

/*==========================
      OUR SERVICES END
==========================*/


#new-Home3 {
    width: 100%;
    background: #F1EFEC;
    padding: 50px 80px;
    font-family: Arial, sans-serif;
}

#new-Home3 * {
    box-sizing: border-box;
}

#new-Home3 .nh3-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

#new-Home3 .nh3-slider {
    width: 50%;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

#new-Home3 .nh3-slides {
    position: relative;
    width: 100%;
    height: 700px;
}

#new-Home3 .nh3-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}

#new-Home3 .nh3-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

#new-Home3 .nh3-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */

#new-Home3 .nh3-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .70) 0%,
            rgba(0, 0, 0, .30) 40%,
            rgba(0, 0, 0, 0) 70%);
}

/* Caption */

#new-Home3 .nh3-caption {
    position: absolute;
    left: 30px;
    bottom: 35px;
    z-index: 5;
}

#new-Home3 .nh3-caption h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1;
}

#new-Home3 .nh3-caption p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

/* Navigation */

#new-Home3 .nh3-prev,
#new-Home3 .nh3-next {
    display: none;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 62px;
    height: 62px;

    border: none;
    border-radius: 50%;

    background: #fff;

    cursor: pointer;

    font-size: 34px;
    color: #1d1d1d;

    z-index: 10;

    transition: .3s;

}

#new-Home3 .nh3-prev:hover,
#new-Home3 .nh3-next:hover {

    background: #d59d2c;
    color: #fff;

}

#new-Home3 .nh3-prev {

    left: 20px;

}

#new-Home3 .nh3-next {

    right: 20px;

}

/* Pagination */

#new-Home3 .nh3-pagination {

    position: absolute;
    left: 50%;
    bottom: 18px;

    transform: translateX(-50%);

    display: flex;
    gap: 10px;

    z-index: 20;

}

#new-Home3 .nh3-pagination span {

    width: 12px;
    height: 12px;

    background: rgba(255, 255, 255, .5);

    border-radius: 50%;

    cursor: pointer;

    transition: .3s;

}

#new-Home3 .nh3-pagination span.active {

    width: 34px;
    border-radius: 50px;
    background: #fff;

}

/*=========================
      Right Content
==========================*/

#new-Home3 .nh3-content {

    width: 50%;

}

#new-Home3 .nh3-content h2 {

    font-size: 34px;
    color: #355246;
    margin: 0;

    font-weight: 700;

}

#new-Home3 .nh3-line {

    /* display:block;

    width:70px;
    height:4px;

    background:#d59d2c;

    margin:20px 0 35px; */
    display: block;
    width: 55px;
    height: 4px;
    background: #D69A2D;
    margin-top: 16px;
    margin-bottom: 20px;
    border-radius: 10px;

}

#new-Home3 .nh3-content p {

    font-size: 18px;
    line-height: 1.5;
    color: #333;

}

#new-Home3 .nh3-box {

    margin-top: 10px;

}

#new-Home3 .nh3-box h3 {

    font-size: 20px;
    color: #18382e;

    margin-bottom: 5px;

    font-weight: 700;

}

/*=========================
      Responsive
==========================*/

@media(max-width:1024px) {

    #new-Home3 {

        padding: 50px 40px;

    }

    #new-Home3 .nh3-container {

        flex-direction: column;
        gap: 35px;

    }

    #new-Home3 .nh3-slider,
    #new-Home3 .nh3-content {

        width: 100%;

    }

    #new-Home3 .nh3-slides {

        height: 520px;

    }

    #new-Home3 .nh3-caption h2 {

        font-size: 42px;

    }

    #new-Home3 .nh3-content h2 {

        font-size: 40px;

    }

    #new-Home3 .nh3-content p {

        font-size: 18px;

    }

}

@media(max-width:767px) {

    #new-Home3 {

        padding: 20px 20px;

    }

    #new-Home3 .nh3-slides {

        height: 420px;

    }

    #new-Home3 .nh3-caption {

        left: 20px;
        bottom: 25px;

    }

    #new-Home3 .nh3-caption h2 {

        font-size: 25px;
        margin-bottom: 0px;
    }

    #new-Home3 .nh3-caption p {

        font-size: 17px;

    }

    #new-Home3 .nh3-prev,
    #new-Home3 .nh3-next {

        width: 45px;
        height: 45px;

        font-size: 24px;

    }

    #new-Home3 .nh3-content h2 {

        font-size: 25px;

    }

    #new-Home3 .nh3-line {
        margin-top: 4px;
        margin-bottom: 11px;
    }

    #new-Home3 .nh3-content p {

        font-size: 16px;

    }

    #new-Home3 .nh3-box h3 {

        font-size: 20px;

    }
    .contact__sub{
        font-size: 16px !important;
    }

}

/*============================
        CONTACT INFO
=============================*/

#new-Home4{

    width:100%;
    background: white;
    padding:50px 80px;
    font-family:Arial,sans-serif;

}

#new-Home4 *{

    box-sizing:border-box;

}

#new-Home4 .nh4-container{

    max-width:1440px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    background:#FAF7F0;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

}

#new-Home4 .nh4-card{

    display:flex;
    align-items:flex-start;
    gap:18px;

    padding:20px 11px;

    border-right:1px solid #ececec;

}

#new-Home4 .nh4-card:last-child{

    border-right:none;

}

#new-Home4 .nh4-icon{

    width:40px;
    height:40px;

    min-width:40px;

    background:#123f2f;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

}

#new-Home4 .nh4-icon i{

    color:#fff;
    font-size:24px;

}

#new-Home4 .nh4-content h3{

    margin:0 0 7px;

    color:#18382e;

    font-size:18px;

    font-weight:700;

}

#new-Home4 .nh4-content p{

    margin:0;

    color:#444;

    font-size:14px;

    line-height:1.7;

}

/*============================
      Tablet
=============================*/

@media(max-width:1024px){

#new-Home4{

    padding:50px 40px;

}

#new-Home4 .nh4-container{

    grid-template-columns:repeat(2,1fr);

}

#new-Home4 .nh4-card{

    border-bottom:1px solid #ececec;

}

#new-Home4 .nh4-card:nth-child(2){

    border-right:none;

}

}

/*============================
       Mobile
=============================*/

@media(max-width:767px){

#new-Home4{

    padding:20px 20px;

}

#new-Home4 .nh4-container{

    grid-template-columns:1fr;

}

#new-Home4 .nh4-card{

    border-right:none;
    border-bottom:1px solid #ececec;

}

#new-Home4 .nh4-card:last-child{

    border-bottom:none;

}

#new-Home4 .nh4-content h3{

    font-size:20px;

}

#new-Home4 .nh4-content p{

    font-size:14px;

}

}

/*=========================================
            HERO SLIDER
=========================================*/

#new-Home5{
    width:100%;
    padding:0;
    margin:0;
    font-family:Arial, sans-serif;
    overflow:hidden;
}

#new-Home5 *{
    box-sizing:border-box;
    
}

/* Slider */

#new-Home5 .hero-slider{
    position:relative;
    width:100%;
    height:450px;
    overflow:hidden;
     margin-top: 0px !important; 
   
}


/* Slides */

#new-Home5 .slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .8s ease;
}

#new-Home5 .slide.active{
    opacity:1;
    visibility:visible;
}

#new-Home5 .slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Dark Gradient */

#new-Home5 .overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.60) 0%,
        rgba(0,0,0,.25) 40%,
        rgba(0,0,0,.45) 100%
    );
}

/* Decorative Circles */

#new-Home5 .overlay::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    border-radius:50%;
    left:-280px;
    top:-90px;
    background:rgba(255,170,0,.16);
}

#new-Home5 .overlay::after{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    right:-180px;
    bottom:-220px;
    background:rgba(0,180,120,.12);
}

/* Text */

#new-Home5 .hero-content{
    position:absolute;
    left:60px;
    bottom:60px;
    z-index:5;
    color:#fff;
    max-width:650px;
}

#new-Home5 .hero-content h1{
    margin:0;
    font-size:45px;
    color:#fff;
    font-weight:700;
    line-height:1.1;
}

#new-Home5 .hero-content p{
    
    font-size:22px;
    line-height:1.6;
}

/* Arrows */

#new-Home5 .slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#222;
    cursor:pointer;
    font-size:28px;
    font-weight:bold;
    z-index:20;
    transition:.3s;
}

#new-Home5 .slider-btn:hover{
    background:#d59b2b;
    color:#fff;
}

#new-Home5 .prev{
    left:20px;
}

#new-Home5 .next{
    right:20px;
}

/* Dots */

#new-Home5 .slider-dots{
    position:absolute;
    bottom:18px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    z-index:20;
}

#new-Home5 .dot{
    width:11px;
    height:11px;
    border-radius:50%;
    background:rgba(255,255,255,.45);
    cursor:pointer;
    transition:.3s;
}

#new-Home5 .dot.active{
    width:28px;
    border-radius:20px;
    background:#fff;
}

/*==========================
        Tablet
==========================*/

@media(max-width:1024px){

#new-Home5 .hero-slider{
    height:400px;
}

#new-Home5 .hero-content{
    left:40px;
    bottom:45px;
}

#new-Home5 .hero-content h1{
    font-size:42px;
}

#new-Home5 .hero-content p{
    font-size:18px;
}

}

/*==========================
        Mobile
==========================*/

@media(max-width:767px){

#new-Home5 .hero-slider{
    height:300px;
    border-radius:10px;
}

#new-Home5 .hero-content{
    left:20px;
    right:20px;
    bottom:30px;
}

#new-Home5 .hero-content h1{
    font-size:28px;
}

#new-Home5 .hero-content p{
    font-size:15px;
    line-height:1.5;
}

#new-Home5 .slider-btn{
    width:42px;
    height:42px;
    font-size:20px;
}

#new-Home5 .prev{
    left:10px;
}

#new-Home5 .next{
    right:10px;
}

}