
@media (max-width: 767px) {
    .text-box {
        width: 90%;  
        padding: 10px; 
        margin-top: 30px; 
        margin-left: auto;
        margin-right: auto; 
    }
}
.text-box {
  
    padding: 32px;
    width: 100%;    
    margin-top: 76px;
}
.title {
       font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
}
.subtitle {
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
     color: #ffffff;
}
.phone-no {
    background-color: #732c388f;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
        margin-top: 174px;
    flex-wrap: wrap; 
}
.contactitem {
    display: flex;
    align-items: center;
    gap: 10px; 
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
}
.socicon-mail {
    font-size: 20px; 
}
@media (max-width: 768px) {
    .phone-no {
        flex-direction: column;
        text-align: center;
    }

    .contactitem {
        margin-bottom: 10px;
    }
}
.full-heights {
    min-height: 0vh;
}
.section-content {
    padding-top: 12rem;
}
.horizontal-service-item-descr .text-grey{
    color: #ffffff;
}
.section-content {
    position: relative;
    min-height: 90vh;
    padding-bottom: 24.625rem;
}

.phone-no {
    position: absolute;
    bottom: 2rem; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.horizontal-service-item {
    width: 200px;  
    height: 200px; 
    background-size: cover;
    background-position: center;
    border-radius: 50%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Optional shadow */
    position: relative;
        /*background: linear-gradient(5deg, #b5c32ad1 0%, #dcafa7 100%);*/
}

.horizontal-service-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: border 0.3s ease-in-out;
}
.horizontal-text-title{
                  margin-bottom: 2.59259259vmin;
                font-size: 1.9rem;
                font-family: 'Teko', sans-serif;
                text-transform: uppercase;
                line-height: 1.11111111;
            }
            .
.horizontal-service-item:hover::before {
    border: 4px solid #ff5733; /* Border appears on hover */
}
.horizontal-service-item img{
        width: 290px;
}
@media (max-width: 767px) {
    .horizontal-service-item {
                    width: 130px;
                    height: 130px;
                    background-size: cover;
                    background-position: center;
                    border-radius: 50%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    padding: 20px;
                    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
                    position: relative;
                    position: relative;
            }
            .horizontal-service-item img {
                            width: 125px;
                        }
            .horizontal-service-item-title {
                margin-bottom: 2.59259259vmin;
                font-size: 1.2rem;
                font-family: 'Teko', sans-serif;
                text-transform: uppercase;
                line-height: 1.11111111;
            }
            .horizontal-text-title{
                  margin-bottom: 2.59259259vmin;
                font-size: 1.3rem;
                font-family: 'Teko', sans-serif;
                text-transform: uppercase;
                line-height: 1.11111111;
            }
            .horizontal-service-item:hover::before {
                border: 1px solid #7b5e69;
            }
            .horizontal-service-list {
                margin-top: 3.33333333vmin;
                margin-left: 2px;
                margin-right: 2px;
            }
}





/* loding form Data */

.heding-loder{     
    border-radius: 5%;
    width: 50%;
    height: 50px; 
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.skeleton-div{
    
    height: 440px;
}

/* next  */
.skeleton-next{
    background-color: #ffffff;
    height: 440px;
}
.heding-text{
        height: 58px;
    margin-top: 20px;
    border-radius: 7px;
}
.sub-heding-text{
   height: 134px;
    margin-top: 16px;
    border-radius: 7px;
        margin-left: 30px;
}
.circle-service-item {
     width: 300px;  
    height: 300px;  
    border-radius: 50%; 
    
}
.skeleton-heding {
    background: linear-gradient(100deg, #e0e0e0 30%, #f5f5f554 50%, #e0e0e05e 70%);
    background-size: 400% 100%;
    animation: loading 1.5s infinite ease-in-out;
    
}

/* Skeleton Loading Effect */
.skeleton-heding-old {
    background: linear-gradient(100deg, #e0e0e0 30%, #f5f5f5 50%, #e0e0e0 70%);
    background-size: 400% 100%;
    animation: loading 1.5s infinite ease-in-out;
}

.skeleton-heding .heding{
     background: linear-gradient(100deg, #e0e0e0 30%, #f5f5f554 50%, #e0e0e05e 70%);
    background-size: 400% 100%;
    animation: loading 1.5s infinite ease-in-out;
  
}
/* Shimmer Animation */
@keyframes loading {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
 #onpage {
    display: none;
}



@media (max-width: 767px) {
    .heding-loder {
            border-radius: 5%;
            width: 50%;
            height: 50px;
            margin-top: 5px;
            margin-left: 30px;
            margin-right: 5px;
            margin-bottom: 5px;
        }
        .skeleton-div {
                height: 160px;
                width: 367px;
            }
            .heding-text {
                        height: 58px;
                        margin-top: 20px;
                        border-radius: 7px;
                        width: 372px;
            }
            .circle-service-item {
                width: 115px;
                height: 115px;
                border-radius: 50%;
            }
            .change-header-sec{
                  padding-top: 2.625rem !important;
                   
            }
            .change-header {
                    padding-top: 8.625rem !important;
                    
                }
}
.change-header{
            padding-top: 7.625rem;
        padding-bottom: 2.625rem;
}
.change-header-sec{
       padding-top: 7.625rem;
        padding-bottom: 2.625rem;
}



@media (min-width: 1366px) and (max-width: 1920px) {
  .horizontal-service-item img {
   width: 200px;; /* or whatever fits well */
  }
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .horizontal-service-item img {
    width: 200px;
  }
}