/* Custom styles for header quote button */
.header-quote-btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap;
}

.header-quote-btn .btn-title {
    font-size: 14px;
    padding: 0;
}

/* Responsive adjustments for header button */
@media (max-width: 1199px) {
    .header-quote-btn {
        padding: 8px 16px;
        font-size: 13px;
        margin-right: 10px;
    }
    
    .header-quote-btn .btn-title {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-quote-btn {
        display: none;
    }
}

/* Banner Section Full Height Styles */
.banner-section-six {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
}

.banner-section-six .banner-carousel {
    width: 100%;
    min-height: 100vh;
}

.banner-section-six .banner-carousel .owl-stage-outer,
.banner-section-six .banner-carousel .owl-stage,
.banner-section-six .banner-carousel .owl-item {
    min-height: 100vh;
}

.banner-section-six .slide-item {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}

.banner-section-six .slide-item .bg {
    min-height: 100vh;
    height: 100%;
}

.banner-section-six .slide-item .bg.bg-image {
    min-height: 100vh;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-section-six .slide-item .auto-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 80px 15px;
}

.banner-section-six .slide-item .content-box {
    width: 100%;
}

/* Reduce banner height for 1366px laptop screens */
@media (min-width: 1360px) and (max-width: 1399.98px) {
    .banner-section-six {
        min-height: calc(100vh - 150px);
    }
    
    .banner-section-six .banner-carousel {
        min-height: calc(100vh - 150px);
    }
    
    .banner-section-six .banner-carousel .owl-stage-outer,
    .banner-section-six .banner-carousel .owl-stage,
    .banner-section-six .banner-carousel .owl-item {
        min-height: calc(100vh - 150px);
    }
    
    .banner-section-six .slide-item {
        min-height: calc(100vh - 150px);
    }
    
    .banner-section-six .slide-item .bg {
        min-height: calc(100vh - 150px);
    }
    
    .banner-section-six .slide-item .bg.bg-image {
        min-height: calc(100vh - 150px);
    }
    
    .banner-section-six .slide-item .auto-container {
        min-height: calc(100vh - 150px);
    }
}

/* Responsive adjustments for banner height */
@media (max-width: 1199.98px) {
    .banner-section-six {
        min-height: 100vh;
    }
    
    .banner-section-six .slide-item {
        min-height: 100vh;
        padding: 0;
    }
    
    .banner-section-six .slide-item .auto-container {
        padding: 60px 15px;
    }
}

@media (max-width: 991.98px) {
    .banner-section-six {
        min-height: 100vh;
    }
    
    .banner-section-six .slide-item {
        min-height: 100vh;
    }
    
    .banner-section-six .slide-item .auto-container {
        padding: 50px 15px;
    }
}

@media (max-width: 767.98px) {
    .banner-section-six {
        min-height: 100vh;
    }
    
    .banner-section-six .slide-item {
        min-height: 100vh;
    }
    
    .banner-section-six .slide-item .auto-container {
        padding: 40px 15px;
    }
}

@media (max-width: 575.98px) {
    .banner-section-six {
        min-height: 100vh;
    }
    
    .banner-section-six .slide-item {
        min-height: 100vh;
    }
    
    .banner-section-six .slide-item .auto-container {
        padding: 30px 15px;
    }
}

/* Standardize all section padding to 50px top and bottom (excluding banner) */
.about-section,
.services-section-four,
.services-section,
.about-section-seven,
.call-to-action-six,
.testimonial-section-three,
.fun-fact-section-six,
.subscribe-section,
.news-section{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.gallery-section {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

/* Override pt-0 utility class if it exists */
.pt-0 {
    padding-top: 50px !important;
}

/* Services Carousel Styles */
.services-carousel {
    position: relative;
}

.services-carousel .service-block-four {
    margin-bottom: 0;
}

/* Custom navigation for services carousel on dark background */
.services-section-four .services-carousel.default-navs .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.services-section-four .services-carousel.default-navs .owl-next,
.services-section-four .services-carousel.default-navs .owl-prev {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--theme-color-light);
}

.services-section-four .services-carousel.default-navs .owl-next:hover,
.services-section-four .services-carousel.default-navs .owl-prev:hover {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: var(--theme-color-light);
}

@media (max-width: 991.98px) {
    .services-section-four .services-carousel.default-navs .owl-nav {
        position: relative;
        top: 0;
        right: 0;
        justify-content: center;
        margin-top: 30px;
    }
}

/* Design Styles Carousel Styles */
.design-styles-carousel {
    position: relative;
}

.design-styles-carousel .services-block {
    margin-bottom: 0;
}

/* Navigation for design styles carousel on light background */
.services-section .design-styles-carousel.default-navs .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

@media (max-width: 991.98px) {
    .services-section .design-styles-carousel.default-navs .owl-nav {
        position: relative;
        top: 0;
        right: 0;
        justify-content: center;
        margin-top: 30px;
    }
}

/* Why Choose Kalpana Section - Vertical Center Alignment */
.about-section-seven .row {
    display: flex;
    align-items: center;
}

.about-section-seven .content-column,
.about-section-seven .image-column {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .about-section-seven .row {
        align-items: flex-start;
    }
    
    .about-section-seven .content-column,
    .about-section-seven .image-column {
        align-items: flex-start;
    }
}

/* Testimonial User Initial Styling */
.testimonial-block-three .info-box .thumb .user-initial {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-theme-color1);
    color: var(--theme-color-light);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 300ms ease;
}

.testimonial-block-three .inner-box:hover .thumb .user-initial {
    background-color: var(--theme-color1);
    transform: scale(1.05);
}

/* Subscribe Form - Style Phone and Select Fields to Match Name and Email */
.subscribe-form .form-group input[type=tel],
.subscribe-form .form-group select.service-select {
    position: relative;
    display: block;
    height: 65px;
    width: 100%;
    background-color: transparent;
    line-height: 32px;
    color: var(--theme-color-dark);
    padding: 20px 25px;
    border: 2px solid #E3E3E3;
    transition: all 300ms ease;
    font-size: 16px;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.subscribe-form .form-group input[type=tel]::-webkit-input-placeholder,
.subscribe-form .form-group select.service-select::-webkit-input-placeholder {
    color: var(--theme-color-light);
}

.subscribe-form .form-group input[type=tel]::-moz-placeholder,
.subscribe-form .form-group select.service-select::-moz-placeholder {
    color: var(--theme-color-light);
}

.subscribe-form .form-group input[type=tel]:-ms-input-placeholder,
.subscribe-form .form-group select.service-select:-ms-input-placeholder {
    color: var(--theme-color-light);
}

.subscribe-form .form-group input[type=tel]::-ms-input-placeholder,
.subscribe-form .form-group select.service-select::-ms-input-placeholder {
    color: var(--theme-color-light);
}

.subscribe-form .form-group input[type=tel]::placeholder,
.subscribe-form .form-group select.service-select::placeholder {
    color: var(--theme-color-light);
}

.subscribe-form .form-group input[type=tel]:focus,
.subscribe-form .form-group select.service-select:focus {
    border-color: #ffffff;
    outline: none;
}

/* Select dropdown arrow styling */
.subscribe-form .form-group select.service-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23303030' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 50px;
    cursor: pointer;
}

.subscribe-form .form-group select.service-select option {
    color: var(--theme-color-dark);
    background-color: #ffffff;
    padding: 10px;
}

/* Footer Newsletter Widget - Fix Contact List Text Color */
.footer-style-four .newsletter-widget .newsletter-box .contact-list {
    color: var(--theme-color-light);
}

.footer-style-four .newsletter-widget .newsletter-box .contact-list li {
    color: var(--theme-color-light);
    line-height: 24px;
    margin-bottom: 17px;
}

.footer-style-four .newsletter-widget .newsletter-box .contact-list li .icon {
    color: var(--theme-color1);
    margin-right: 10px;
}

.footer-style-four .newsletter-widget .newsletter-box .contact-list li a {
    color: var(--theme-color-light);
}

.footer-style-four .newsletter-widget .newsletter-box .contact-list li a:hover {
    color: var(--theme-color1);
}

/* Footer Social Icons - Double Size */
.footer-style-four .social-icon-two li a {
    font-size: 32px !important;
    line-height: 60px !important;
    height: 60px !important;
    width: 60px !important;
}

/* Header WhatsApp Button with Animations */
.whatsapp-btn {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    z-index: 10;
}

.whatsapp-icon-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #197165;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(25, 113, 101, 0.4);
    transition: all 300ms ease;
    animation: whatsapp-glow 2s ease-in-out infinite;
}

.whatsapp-icon-wrapper:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(25, 113, 101, 0.6);
}

.whatsapp-icon-wrapper i {
    position: relative;
    z-index: 2;
}

/* Pulse Animation */
.whatsapp-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #197165;
    opacity: 0.6;
    animation: whatsapp-pulse 2s ease-out infinite;
    z-index: 1;
}

/* Wave Animation */
.whatsapp-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #197165;
    opacity: 0.4;
    animation: whatsapp-wave 2s ease-out infinite;
    z-index: 0;
}

/* Glow Animation */
@keyframes whatsapp-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(25, 113, 101, 0.4), 0 0 0 0 rgba(25, 113, 101, 0.7);
    }
    50% {
        box-shadow: 0 4px 15px rgba(25, 113, 101, 0.4), 0 0 0 8px rgba(25, 113, 101, 0);
    }
}

/* Pulse Animation */
@keyframes whatsapp-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Wave Animation */
@keyframes whatsapp-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .whatsapp-btn {
        margin-right: 10px;
    }
    
    .whatsapp-icon-wrapper {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* Hidden Bar Social Icons - Double Size */
.hidden-bar .social-links li a {
    font-size: 28px !important;
    line-height: 100px !important;
    height: 100px !important;
}

/* Portfolio Before-After Slider Section - Full Width */
.portfolio-before-after-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Let the plugin handle its own styles, just ensure container is full width */
.portfolio-before-after-section .beforeAfter {
    width: 100% !important;
    max-width: 100% !important;
}

.portfolio-carousel-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.portfolio-before-after-carousel {
    width: 100%;
    position: relative;
}

.portfolio-slide-item {
    width: 100%;
    position: relative;
}

.portfolio-before-after-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

/* Ensure images display before plugin initializes */
.portfolio-before-after-section .beforeAfter:not(.before-after-container) img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hide second image before initialization */
.portfolio-before-after-section .beforeAfter:not(.before-after-container) img:last-child {
    display: none;
}

/* Plugin handles all styling - just ensure full width */
.portfolio-before-after-section .before-after-container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Optimize for smooth dragging - enable hardware acceleration */
.portfolio-before-after-section .before-after-container .after-wrapper,
.portfolio-before-after-section .before-after-container .separator {
    will-change: width, right;
    transform: translateZ(0); /* Force hardware acceleration */
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Optimize images for smooth dragging */
.portfolio-before-after-section .before-after-container .before-wrapper img,
.portfolio-before-after-section .before-after-container .after-wrapper img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Responsive adjustments for portfolio slider */
@media (max-width: 991.98px) {
    .portfolio-before-after-section .beforeAfter img,
    .portfolio-before-after-section .before-after-container img {
        min-height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .portfolio-before-after-section .beforeAfter img,
    .portfolio-before-after-section .before-after-container img {
        min-height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 575.98px) {
    .portfolio-before-after-section .beforeAfter img,
    .portfolio-before-after-section .before-after-container img {
        min-height: 300px;
        object-fit: cover;
    }
}

/* Slide Heading - Positioned at middle bottom, 100px from bottom */
.portfolio-slide-item .slide-heading {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    pointer-events: none;
}

.portfolio-slide-item .slide-heading h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    display: inline-block;
}

/* Responsive adjustments for slide heading */
@media (max-width: 991.98px) {
    .portfolio-slide-item .slide-heading {
        bottom: 80px;
    }
    
    .portfolio-slide-item .slide-heading h3 {
        font-size: 28px;
        padding: 12px 25px;
    }
}

@media (max-width: 767.98px) {
    .portfolio-slide-item .slide-heading {
        bottom: 60px;
    }
    
    .portfolio-slide-item .slide-heading h3 {
        font-size: 24px;
        padding: 10px 20px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .portfolio-slide-item .slide-heading {
        bottom: 50px;
    }
    
    .portfolio-slide-item .slide-heading h3 {
        font-size: 20px;
        padding: 8px 15px;
    }
}

/* Owl Carousel Navigation for Portfolio */
.portfolio-before-after-carousel.default-navs .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
    z-index: 100;
    left: 0;
    right: 0;
}

.portfolio-before-after-carousel.default-navs .owl-nav button,
.portfolio-before-after-carousel.default-navs .owl-nav .owl-prev,
.portfolio-before-after-carousel.default-navs .owl-nav .owl-next {
    pointer-events: auto !important;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: #30373E !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 300ms ease;
    cursor: pointer !important;
    position: relative;
    z-index: 101;
}

.portfolio-before-after-carousel.default-navs .owl-nav button:hover,
.portfolio-before-after-carousel.default-navs .owl-nav .owl-prev:hover,
.portfolio-before-after-carousel.default-navs .owl-nav .owl-next:hover {
    background: var(--theme-color1) !important;
    border-color: var(--theme-color1) !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

.portfolio-before-after-carousel.default-navs .owl-nav button:active,
.portfolio-before-after-carousel.default-navs .owl-nav .owl-prev:active,
.portfolio-before-after-carousel.default-navs .owl-nav .owl-next:active {
    transform: scale(0.95);
}

@media (max-width: 767.98px) {
    .portfolio-before-after-carousel.default-navs .owl-nav {
        padding: 0 15px;
    }
    
    .portfolio-before-after-carousel.default-navs .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/* Portfolio Images Section */
.portfolio-images-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.portfolio-images-section .sec-title {
    margin-bottom: 50px;
}

.portfolio-images-section .sec-title .text {
    max-width: 800px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: var(--theme-color-dark);
}

.portfolio-card {
    margin-bottom: 30px;
}

.portfolio-card .inner-box {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 300ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.portfolio-card .inner-box:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.portfolio-card .image-box {
    position: relative;
    overflow: hidden;
}

.portfolio-card .image-box .image {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.portfolio-card .image-box .image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 400ms ease;
}

/* Horizontal images - wider aspect ratio */
.portfolio-card .image-box.image-horizontal .image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.portfolio-card .image-box.image-horizontal .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Vertical images - taller aspect ratio */
.portfolio-card .image-box.image-vertical .image {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.portfolio-card .image-box.image-vertical .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-card .inner-box:hover .image-box .image img {
    transform: scale(1.1);
}

.portfolio-card .image-box .icon-box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.portfolio-card .image-box .icon-box .icon {
    position: relative;
    display: inline-block;
    background-color: var(--bg-theme-color1);
    border: 3px solid var(--theme-color-light);
    border-radius: 50%;
    color: var(--theme-color-light);
    width: 60px;
    height: 60px;
    line-height: 54px;
    font-size: 30px;
    text-align: center;
    transition: all 300ms ease;
}

.portfolio-card .inner-box:hover .image-box .icon-box .icon {
    background-color: var(--theme-color1);
    transform: scale(1.1);
}

.portfolio-card .content-box {
    padding: 25px 30px;
    text-align: center;
}

.portfolio-card .content-box .title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color-dark);
    transition: all 300ms ease;
}

.portfolio-card .inner-box:hover .content-box .title {
    color: var(--theme-color1);
}

/* Responsive adjustments for portfolio cards */
@media (max-width: 991.98px) {
    .portfolio-images-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .portfolio-card {
        margin-bottom: 30px;
    }
    
    /* Make all cards same width on tablet */
    .portfolio-card.col-lg-6,
    .portfolio-card.col-lg-4,
    .portfolio-card.col-lg-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .portfolio-images-section .sec-title .text {
        font-size: 15px;
        line-height: 26px;
        color: var(--theme-color-dark);
    }
    
    .portfolio-card .content-box {
        padding: 20px 25px;
    }
    
    .portfolio-card .content-box .title {
        font-size: 18px;
    }
    
    /* Stack all cards vertically on mobile */
    .portfolio-card.col-lg-6,
    .portfolio-card.col-lg-4,
    .portfolio-card.col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* Adjust aspect ratios for mobile */
    .portfolio-card .image-box.image-horizontal .image {
        aspect-ratio: 4 / 3;
    }
    
    .portfolio-card .image-box.image-vertical .image {
        aspect-ratio: 3 / 4;
    }
}

/* Service Sidebar WhatsApp Icon - Matching Header Style but Bigger */
.service-details-help .help-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 20px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: center !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.service-whatsapp-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    z-index: 10;
}

.service-whatsapp-icon-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #197165;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 4px 15px rgba(25, 113, 101, 0.4);
    transition: all 300ms ease;
    animation: whatsapp-glow 2s ease-in-out infinite;
    z-index: 2;
}

.service-whatsapp-icon-wrapper:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(25, 113, 101, 0.6);
}

.service-whatsapp-icon-wrapper i {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.service-details-help .service-whatsapp-btn .whatsapp-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #197165;
    opacity: 0.6;
    animation: whatsapp-pulse 2s ease-out infinite;
    z-index: 1;
}

.service-details-help .service-whatsapp-btn .whatsapp-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #197165;
    opacity: 0.4;
    animation: whatsapp-wave 2s ease-out infinite;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .service-whatsapp-icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}

/* Key Features Section with Dark Background */
.key-features-section {
    background-color: var(--theme-color-dark);
    padding: 40px 35px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.key-features-section h3 {
    color: var(--theme-color-light);
    margin-bottom: 20px;
}

.key-features-section p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.key-features-section .list-style-two {
    margin-top: 20px;
}

.key-features-section .list-style-two li {
    color: var(--theme-color-light);
    margin-bottom: 18px;
}

.key-features-section .list-style-two li i {
    color: var(--theme-color1);
    font-size: 18px;
}

.key-features-section .list-style-two li strong {
    color: var(--theme-color-light);
}

@media (max-width: 767.98px) {
    .key-features-section {
        padding: 30px 25px;
    }
}

/* Comment Avatar Circle Styles */
.comment-one .comment-one__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
    width: 100px;
    height: 100px;
}

.comment-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    color: var(--theme-color-light);
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--title-font);
}

@media (max-width: 767.98px) {
    .comment-one .comment-one__image {
        width: 80px;
        height: 80px;
        -webkit-box-flex: 80px;
        -ms-flex: 80px 0 0px;
        flex: 80px 0 0;
    }
    
    .comment-avatar {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }
}