.day-content.active {
    max-height: 5000px;
}

.info-item i {
    display: none;
}

.review-rating {
    display: flex;
    margin: 0 0 5px;
}

.review-rating i {
    color: gold;
}
.review-image img {
    width: 100%;
    margin: 0 0 10px;
}

.icon-image img {
    max-height: 80px;
}

section#enquire {
    margin: 0;
}
.whyopt-inner {
    width: auto;
    border-radius: 10px;
    padding: 10px;
}

.icon-image {
    margin: 0 0 10px;
}
section.flexible-content-section {
    padding: 100px 0;
}
.contact-detail-item a {
    color: #6c757d;
}

.contact-detail-item a:hover {
    color: var(--main);
}
section.blog-hero svg {
    opacity: 0;
    height: 50px;
}

section.hero svg {
    opacity: 0;
    margin: 0;
}
.site-branding img {
    height: 60px;
}

@media (max-width: 1024px){
	article.blog-content {
    width: 100%;
    padding: 0;
    box-shadow: none;
}

.blog-layout {
    display: block;
}
}

@media (min-width: 1100px){
	
.site-branding img {
    height: 90px;
}
}


/* Team Section Styling */
.team-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.team-header {
    text-align: center;
    margin-bottom: 60px;
}

.team-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 20px;
}

.team-header h2 .decor {
    position: relative;
}

.team-header h2 .decor::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #1BA7CB 0%, #0d6efd 100%);
    border-radius: 2px;
}

.team-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    background: white;
    border-radius: 8px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #e9ecef;
}

.member-image {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.member-info {
    text-align: center;
}

.member-name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.member-position {
    font-size: 16px;
    color: #1BA7CB;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.member-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    text-align: left;
}

.member-description p {
    margin-bottom: 10px;
}

.member-description p:last-child {
    margin-bottom: 0;
}

.member-description strong {
    color: #333;
    font-weight: 600;
}

.member-description a {
    color: #1BA7CB;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.member-description a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

/* Team Section Responsive Design */
@media (max-width: 768px) {
    .team-section {
        padding: 60px 0;
    }
    
    .team-header h2 {
        font-size: 28px;
    }
    
    .team-header p {
        font-size: 16px;
        padding: 0 20px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    .team-member {
        padding: 25px 20px;
    }
    
    .member-image {
        height: 180px;
    }
    
    .member-name {
        font-size: 20px;
    }
    
    .member-position {
        font-size: 14px;
    }
    
    .member-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .team-section {
        padding: 50px 0;
    }
    
    .team-header {
        margin-bottom: 40px;
    }
    
    .team-header h2 {
        font-size: 24px;
    }
    
    .team-header p {
        font-size: 15px;
        padding: 0 15px;
    }
    
    .team-grid {
        gap: 25px;
        padding: 0 15px;
    }
    
    .team-member {
        padding: 20px 15px;
    }
    
    .member-image {
        height: 160px;
    }
    
    .member-name {
        font-size: 18px;
    }
    
    .member-position {
        font-size: 13px;
    }
    
    .member-description {
        font-size: 13px;
    }
}

/* Reviews Section Styling */
.reviews-section {
    padding: 80px 0;
    background: #ffffff;
}

.reviews-header {
    text-align: center;
    margin-bottom: 60px;
}

.reviews-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 20px;
}

.reviews-header h2 .decor {
    position: relative;
}

.reviews-header h2 .decor::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #1BA7CB 0%, #0d6efd 100%);
    border-radius: 2px;
}

.reviews-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
}

.review-gallery {
    width: 100%;
    position: relative;
}

.gallery-list li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #f8f9fa;
}
section.full-width-content.gallery-section ul.gallery-list {
    padding: 0;
    width: 100%;
}

section.full-width-content.gallery-section .gallery-list li {
    background: transparent;
}

section.full-width-content.gallery-section .gallery-single img {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.gallery-section p {
    color: #fff;
}
.gallery-single {
    position: relative;
}

.gallery-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.gallery-count {
    background: rgba(27, 167, 203, 0.9);
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
}

@media (min-width: 1024px){
	.member-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.team-grid {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
}
}