
/* home icon */
.icon-row {
        display: flex;
        flex-direction: row; /* align icon and text in one row */
        align-items: center;  /* vertically center icon and text */
        gap: 10px;            /* space between icon and text */
    }

    .icon-size {
        width: 40px;
        height: 40px;
        font-size: 40px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        color: #a9a9a9;
    }

    .icon-row strong { 
        font-size: 16px;
        color: #333;
    }

    /* about icon  */

    .about-card-service-icon-size{
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px;
        color: #a9a9a9;
    }

/* service icon  */
    .card-service-page-icon{
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px;
        color: #a9a9a9;
    }

    /* contact */
    .contact-card-icon{
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px;
        color: #1e92ae;
    }
    
    
    
    
    /* service 2 page start */
.services2-details-bg{
    background: #fff;
    padding: 25px 25px 25px 25px;
    border-radius: 20px;
    border: 1px solid #D1D1D1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.services2-details-bg:hover{
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.services2-bg{
    background: #fff;
    padding: 10px 10px 10px 10px;
    /* border-radius: 20px; */

}

.service-btn button.active {
    background-color: #2b8eb4;
    color: #fff;
    border: none;
}

.service-btn button {
    display: block;
    margin-bottom: 10px;
    padding: 18px 0px;
    background-color: #393939;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.service-btn button:hover {
    background-color: #2b8eb4;
}

.thumbnail-services2{
    border-radius: 10px;
}


.thumbnail-services2 img{
    border-radius: 20px;
    padding: 10px;
}

/* card slider */

.swiper-slide:hover p {
    color: white;
}
.single-service-h2 {
    padding: 50px;
    background: #F6F6F6;
    border: 1px solid #e3e6ea;
    filter: drop-shadow(0px 8px 53px rgba(13, 9, 54, 0.05));
    border-radius: 8px;
}
.single-service-h2:hover .inner-content a .title {
    color: #141414;
}
.single-service-h2 .inner-content a .title {
    color: #141414;
}
  .single-service-h2 .icon {
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141414;
    border-radius: 50%;
    transition: 0.3s;
}
.single-service-h2 .icon svg path {
    transition: 0.3s;
    fill: #000;
}
.single-service-h2{
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.single-service-h2:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.services-icon{
    font-size: 35px;
}


.services2-text{
    text-transform: capitalize !important;
    color: #74787C !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    padding: 0 !important;
    padding-top: 0px !important;
}

.services2-pages-titles{
    background-color: transparent !important;
    color: #000 !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 26px !important;
}
    /* service 2 page end */


        
/*home page banner start*/

.banner-one-wrapper .title {
    color: #fff;
    font-weight: 600;
    font-size: 53px;
    line-height: 100px;
}

/* Tablet ke liye */
@media (max-width: 991px) {
    .banner-one-wrapper .title {
        font-size: 40px;
        line-height: 70px;
    }
}

/* Mobile ke liye */
@media (max-width: 575px) {
    .banner-one-wrapper .title {
        font-size: 28px;
        line-height: 45px;
    }
}



/*icon*/

@media (max-width: 767px) {
  .banner-area.banner-style-one .top-center-image {
    left: 50% !important;
    top: 58% !important;
    transform: translate(-50%, -50%);
  }

  .banner-area.banner-style-one .top-center-image .speen-shape {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
  }

  .banner-area.banner-style-one .top-center-image .uni-circle-text-path {
    max-width: 140px;
  }

  .banner-area.banner-style-one .top-center-image .speen-shape i {
    font-size: 20px;
  }

  .banner-area.banner-style-one .top-center-image .speen-shape text textPath {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

.banner-area.banner-style-one {
    position: relative;
    overflow: hidden; /* optional, prevents content from overflowing */
}


/*home page banner start*/


/*about page start*/

/* Basic styles */
.rts-cta-4-area {
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
}

.cta-main-wrapper {
    text-align: center;
}

.title-wrap-cta-4 .title {
    font-size: 32px;
    margin-bottom: 10px;
    color: #fff;
}

/* Button */
.cta-border-button {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-border-button:hover {
    background-color: #fff;
    color: #000;
}

/* Contact container */
.cta-contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* important for responsiveness */
    gap: 20px;
    margin-top: 30px;
}

.cta-icon-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-icon-i {
    font-size: 24px;
    color: #fff;
}

.cta-pra-p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

/* Strong text */
.cta-strong {
    font-weight: bold;
    color: #fff;
}

/* ✅ Responsive adjustments */
@media screen and (max-width: 768px) {
.rts-cta-4-area .cta-main-wrapper .title {
    color: #FFF;
    text-align: center !important;
    font-family: Hanken Grotesk;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2.16px;
}

.cta-icon-container {
    display: flex;
    align-items: center;
    gap: 0px;
}

.cta-icon .cta-icon-i {
    font-size: 30px;
    color: white;
    padding: 10px;
}

    .title-wrap-cta-4 .title {
        font-size: 24px;
    }

    .cta-contact-container {
        flex-direction: column;
        text-align: center;
    }

    .cta-icon-container {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    
    .rts-cta-4-area .cta-main-wrapper .title {
    color: #FFF;
    text-align: center !important;
    font-family: Hanken Grotesk;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2.16px;
}

.cta-icon-container {
    display: flex;
    align-items: center;
    gap: 0px;
}

.cta-icon .cta-icon-i {
    font-size: 30px;
    color: white;
    padding: 10px;
}
    .title-wrap-cta-4 .title {
        font-size: 20px;
    }

    .cta-border-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .cta-pra-p {
        font-size: 14px;
    }
}

/*about page end */
       