.left-section {
    /* border: 1px solid red; */
    width: 71%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.right-section {
    /* border: 1px solid green; */
    /* width: 29%; */
    /* height: 60vh; */
    /* padding-top: 2.5rem; */
    /* position: sticky; */
    /* top: 6rem; */
}

.right-section {
    width: 29%;
    height: auto; 
    padding-top: 2.5rem;
    position: sticky;
    top: 6rem;   
    align-self: flex-start; 
    padding-bottom: 2.5rem;
}

/* left section heading */

.headline {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 56px;
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    color: rgba(45, 46, 47, 1);
    display: inline;
}

.review-stars {
    margin-top: 0.5rem;
}

.category-link {
    font-weight: bold;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(45, 46, 47, 1);
    text-align: left;
}

.category-link-text:hover {
    text-decoration: underline;
    color: rgba(45, 46, 47, 1);
    cursor: pointer;
}

.categories-block {
    margin-top: 0.7rem;
}

/* review count */

.review-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(45, 46, 47, 1);
    text-align: left;
}

.review-count a {
    border-radius: 3px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 600;
    color: inherit;
    font-size: inherit;
}

.review-count a:hover {
    text-decoration: underline;
}

.average-rating {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.0px;
    line-height: 24px;
    color: rgba(45, 46, 47, 1);
    text-align: left;
}

/* action buttons */

.action-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.action-buttons button, .cmn-btn-layout, .write-review-btn {
    border: 1px solid rgba(200, 201, 202, 1);
    background-color: rgba(0, 0, 0, 0);
    color: rgba(45, 46, 47, 1);
    padding : 10px 16px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
}

.action-buttons .review-btn, .write-review-btn {
    color: white;
    background-color: #2c7da0;
}

.action-buttons .review-btn:hover, .write-review-btn:hover {
    background-color: #468faf;
}

/* photos gallery section */

.new_section {
    padding-top: 32px ;
    margin-top: 32px ;
    border-top: 1px solid rgba(240, 240, 240, 1);
    border-color: rgba(240, 240, 240, 1);
}

.photos-videos h4, .services-headline h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 28px;
    word-wrap: break-word ;
    word-break: break-word ;
    overflow-wrap: break-word ;
    color: rgba(45, 46, 47, 1);
    /* display: inline; */
}

.photos_videos_heading_right a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.0px;
    line-height: 24px;
    color: rgba(45, 46, 47, 1);
    text-align: left;
    display: flex;
    justify-content: center;
    gap: 3px;
    align-items: center;
}

.photos-videos-headline {
    display : flex;
    justify-content : space-between;
    align-items:center;
}

.photo-gallery img {
    /* width: 280px; */
    width: 100%;
    height: 170px;
    object-fit: cover; 
    padding: 2px 2px;
    border-radius: 6px;
}

@media (max-width: 530px) {
    .photo-gallery img {
        width: 100%;
    }
}

/* photo gallery slider */

/* .photo-gallery-carousel .slick-next:before,
.photo-gallery-carousel .slick-prev:before {
    color: rgb(53, 53, 53);
}

.photo-gallery-carousel .slick-next {
    right: -20px;
}   

.photo-gallery-carousel .slick-prev {
    left: -20px;
}

.custom-slick-arrow {
    cursor: pointer;
} */

/* map section */

.map-info {
    margin-top: 1.3rem;
}

.map-container {
    margin-top: 1.5rem;
}

.map-container button {
    font-weight: 400;
}

.map-container button:hover {
    background-color: rgba(240, 240, 240, 1);
}

.map-container #address {
    width: 80%;
    color: rgba(0, 118, 146, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

/* company description */

.company-desc {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

/* blogs */

.read-more {
    color: #00a9d1;
    font-weight: 400;
}

.read-more:hover {
    color: #0084a1;
}

.blog-card, .video-card {
    padding-right: 6px !important;
}

/* right section card styling */

.logo-img {
    margin-bottom: 1.4rem;
}

.info-links-sidebar {
    border: 1px solid rgba(240, 240, 240, 1);
    padding: 0 16px 0 16px;
    border-radius: 4px;
    /* position: sticky;
    top: 10rem; */
}

.info-links {
    display : flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    gap: 1.4rem;
}

.info-links div a {
    color: rgba(0, 118, 146, 1);
    font-weight: 600;
    font-size: 16px;
}

.info-text {
    font-weight: 600;
}

.info-item.light-border {
    border-top: 1px solid rgba(240, 240, 240, 1);
}

.info-item i , .info-item .icon-link{
    font-size: 20px;
    color: black;
    cursor: pointer;
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

/* social icons */

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.social-icons i {
    color: white;
}

.social-icons li {
    display: inline-block;
}

/* Icon links */
.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effects */
.social-icons a:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

/* Brand Colors */
.social-icons a.facebook { background: #3b5998; }
.social-icons a.linkedin { background: #0077b5; }
.social-icons a.instagram { background: #e4405f; }
.social-icons a.truth { background: #5a3e85; }
.social-icons a.twitter { background: #1da1f2; }
.social-icons a.reddit { background: #ff4500; }


/* Tablet screens (max 1024px) */
@media (max-width: 1024px) {
    .left-section {
        width: 100%;
        padding: 1.5rem 1rem;
    }

    .right-section {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }

    .action-buttons {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}

/* Mobile screens (max 768px) */
@media (max-width: 768px) {
    .headline, .main-header {
        font-size: 32px;
        line-height: 40px;
    }

    .category-link {
        font-size: 14px;
    }

    .action-buttons button,
    .cmn-btn-layout,
    .write-review-btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .info-item {
        /* flex-direction: column; */
        /* align-items: flex-start; */
        /* gap: 0.5rem; */
    }

    .social-links {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .social-icons {
        gap: 0.6rem;
    }
}

/* Small mobile (max 480px) */
@media (max-width: 480px) {
    .headline, .main-headline {
        font-size: 24px;
        line-height: 32px;
    }

    .action-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .action-buttons button {
        width: 100%;
        text-align: center;
    }
}