/* Font Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
  --primary-color: #2289CB;
  --secondary-color:#E0445A;
  --text-dark: #000000;
  --color-white: #FFFFFF;
  --primary-opacity-color: #228acae8;
  --color-grey:#f0f0f0;
  --color-lightblue:#ecf4ff;
  --black-bg-color:#2A2A2A;
  --color-yellow:#ffcc00;
  --color-container-blue:#56B2EB;
  --color-hero-backgorund:rgba(236, 244, 255,0.9);
  --color-hero-single-service:#56b2eb;
  --color-deep-blue:rgba(0, 89, 143, 1);
}

/* Global Buttons */
.btn {
    padding: 16px 36px;
    border-radius: 24px;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
}

.btn:hover {
	color: var(--color-white) !important;
}

.btn .icon-form {
    margin-right: 5px;
    width: 25px;
}

.btn-primary, 
.btn-secondary:hover {
	background-color: var(--primary-color);
}

.btn-secondary, 
.btn-primary:hover {
    background-color: var(--secondary-color);
}

/* Global Section heading */
.section-heading {
    font-size: 3.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Global  sub-heading */
.section-subheading{
    max-width: 1000px;
    margin: 0 auto;
    color: var(--text-dark);
}

/* Foating Sidebar Css*/
.contact-sidebar-block {
    position: sticky;
    width: 90px;
    top: 320px;
    display: inline-flex;
    justify-content: flex-end;
    align-self: end;
    padding-right: 70px;
    z-index: 9;
}

.contact-sidebar {
    position: absolute;
    width: 70px;
    border-radius: 50px;
    padding: 20px 5px;
    border: 3px solid var(--color-white);
    background: var(--secondary-color);
}

.sidebar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: auto;
    color: var(--color-white);
}

.contact-sidebar .phone-icon {
    margin: 10px 0;
}

.sidebar-icon .icon-img {
    width: 32px;
}

.icon-label {
    font-size: 16px;
}

.contact-sidebar a:hover {
    color: var(--color-white);
}

.contact-sidebar a:focus{
    color:var(--color-white);
    outline: 0;
}
/* =========================================
   Global Cards Container Section
========================================= */

.cards-container {
    display: flex;
    gap: 25px;
}

.card-title {
    color: var(--color-white);
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-text {
    color: var(--text-dark);
    font-size: 0.875rem;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 5px;
}

/* =========================================
   Start Hero Section
========================================= */

 #primary {
    margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.hero-section {
    border-radius: 30px;
}

.hero-content {
    display: grid;
    grid-template-columns: 44% 56%;
    margin-bottom: 30px;
}

.hero-left {
    padding: 50px 0px 50px 40px;
    z-index: 1;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.hero-right {
    position: relative;
    border-radius: 20px;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.image-slider > div {
    height: 100%;
}

.slick-slider,
.slick-list,
.slick-track,
.slick-slide,
.slick-slide > div {
    height: 100%;
}

.slick-list {
    margin: 0;
    padding: 0;
}

.slick-track {
    display: flex;
}

.slick-dots {
    display: none !important;
}

.fade-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.scroll-button {
    padding: 30px;
    position: absolute;
    bottom: -60px;
    left: 13%;
    transform: translateX(-50%);
    width: auto;
    height: 150px;
    cursor: pointer;
}


.slider-dots {
    position: absolute;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 4;
}

.dot {
    width: 33px;
    height: 33px;
    background-image: url('https://kelgray-v2.on-forge.com/wp-content/uploads/2025/11/Ellipse-Slider-Blue-Kelgray.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: background-image 0.3s ease;
}

.dot.active {
    background-image: url('https://kelgray-v2.on-forge.com/wp-content/uploads/2025/11/Ellipse-Slider-Red-Kelgray.png');
}

.image-slider {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info-bar {
    display: flex;
    align-items: center;
    gap: 28px; 
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.contact-icon {
    width: 32px; 
    height: auto;
}

.contact-text {
    font-size: 1.125rem;
    font-weight: 500;
}

.hero-left h1 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom:10px;
}

.hero-description {
    color: var(--text-dark);
    line-height: 1.3em;
    margin-bottom: 20px;
}

.google-reviews {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.review-text strong {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-yellow);
}

.review-text {
    font-weight: 400;
    color: var(--text-dark);
	font-size: 0.875rem;
}

.stars-image {
    width: 140px;
}

.certifications {
    margin-bottom: 20px;
}

.certifications-image {
    width: 360px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
	margin-top: 40px;
}

section#testimonial.testimonials-section {
    display: none;
}

@media (max-width: 768px) {
    .ast-container{
        padding: 0 !important;
    }
	
	.hero-buttons .btn {
		width: 55%;
        justify-content: center;
	}

	.hero-buttons .btn span.icon-form {
		display: none;
	}

    .contact-info-bar{
        display: flex;
        gap: 17px;
        margin-bottom: 6px;
        text-align: center;
        justify-content: center;
    }
    
    .contact-icon {
        width: 25px;
    }

    .contact-text {
        font-size: 1rem;
        font-weight: 500;
    }
	
	.contact-item {
		gap: 6px;
	}

    .hero-content {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }
    
    .hero-left h1 {
        font-size: 3.25rem;
        font-weight: 700;
        line-height: 1.1em;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    
    .hero-description {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .google-reviews {
        justify-content: center;
        margin-bottom: 15px;
    }

    .review-text strong {
        font-size: 18px;
        font-weight: 600;
    }

    .review-text {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-dark);
    }


    .hero-left {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 25px 20px 0;
        text-align: center;
    }
    
    .hero-right {
        height: 450px;
    }
    
    .main-image {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;    
    }
    
    .certifications {
        text-align: center;
		margin-bottom: 0 !important;
    }
    
    .certifications-image {
        width: 90%;
        height: auto;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 10px;
		margin-top: 25px;
    }
    
    .contact-sidebar {
        /* display: none; */
        position: absolute;
        right: 0;
        margin: 0 14px;
    }
    
    .dot {
        width: 23px;
        height: 23px;
    }

    .scroll-button {
        display: none;  
    }

    .icon-form img {
        display: none;
    }


	    
}

@media (max-width: 376px) {
    .google-reviews{
        gap:0;
    }

    .hero-buttons .btn{
        width:64%;
    }

}

@media (max-width: 321px) {
    .contact-info-bar{
        flex-direction: column;
    }
    .hero-buttons .btn{
        width:75%;
    }
    .review-text{
        font-size:14px;
    }
    .contact-text {
        font-size: 1.2rem;
    }
    a.btn {
        max-width: 100% !important;
    }
}
/* =========================================
    End of Hero Section 
========================================= */
/* =========================================
    Testimonial Section 
========================================= */

.testimonials-section {
    background: var(--primary-color);
    padding: 60px;
    border-radius: 30px;
}

.testimonials-container {
    margin: 0 auto;
}


.testimonials-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-lightblue);
    margin-bottom: 0;
}

.testimonials-title {
    color: var(--color-white);
}

.testimonials-description {
    color: var(--color-white);
    margin  : 0;
}

.testimonial-text {
    color: var(--text-dark);
    font-size: 1.125rem;
    line-height: 1.4em;
    font-weight: 400;
}

.testimonial-card {
    background:var(--color-white);
    border-radius: 30px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.author-name {
    color: var(--text-dark);
    font-weight: 500;
    font-size: 1.25rem;
    margin: 0;
}


.testimonial-card:hover {
    transform: translateY(-5px);
}


.star-rating {
    width: 125px;
}


.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-image {
    width: 65px;
    height: 65px;
}

.author-info {
    display: flex;
    flex-direction: column;
}

/* Mobile hidden class */
.mobile-hidden {
    display: block;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 30px;
        border-radius: 0;
    }
    .testimonials-header{
        text-align: center;
    }
    .testimonials-subtitle {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: var(--color-white);
    }

    .testimonials-title {
        font-size: 30px;
        font-weight: 700;
    }

    .testimonials-description {
        font-size: 14px;
        font-weight: 400;

    }

    .author-image{
        height: 45px;
        width: 45px;
    }
    .author-name{
        font-size: 14px;
        font-weight: 500;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mobile-hidden {
        display: none;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-text {
        min-height: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }
}


/* =========================================
    FAQ Section 
========================================= */

.faq-section {
    padding: 20px 40px 50px;
    background-color: var(--color-grey);
    margin: 30px 0px;
    border-radius: 30px;
}
.faq-container {
    margin: 0 20px;
}

.faq-header {
    margin-bottom: 20px;
}

.faq-title {
    color: var(--primary-color);
    line-height: 1.6;
}

.faq-subtitle {
    margin: 0;
}

.faq-accordion {
    margin-bottom: 40px;
}

.faq-item {
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    border-bottom: 1px solid var(--text-dark);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
    line-height: 1.2;
}

button.faq-question:hover, 
button.faq-question:focus {
    background-color: transparent;
}

.question-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-dark);
}

.faq-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	right: 10px;
}

.faq-icon svg {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.icon-minus {
    color: var(--primary-color);
    opacity: 0;
    transform: rotate(-90deg);
}

.icon-plus {
    color:var( --secondary-color);
    opacity: 1;
    transform: rotate(0deg);
}

.faq-item.active .icon-minus {
    opacity: 1;
    transform: rotate(0deg);
}

.faq-item.active .icon-plus {
    opacity: 0;
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 70px 0 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    color: var(--text-dark);
}

.faq-answer-content p {
    font-size: 18px;
    color: var(--text-dark);
    margin: 0;
    font-weight: 400;
	margin-bottom: 30px;
}

.faq-cta {
    text-align: center;
    margin-top: 50px;
	display: none;
}

.explore-button {
    display: inline-block;
    background:var( --secondary-color);
    color:var(--color-white);
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* Mobile Styles */
@media (max-width: 768px) {
	
	a.btn {
		max-width: 75%;
		padding-left: 20px;
		padding-right: 20px;
	}

	a.btn span.icon-form {
		display: none;
	}

  .faq-section{
    border-radius: 0;
	  margin-top: 0;
	  padding: 10px 10px 30px !important;
	  margin-bottom: 0;
    }

    .faq-header {
        text-align: center;
        margin-bottom: 10px;
    }
    
    .faq-title {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.3em;
        margin-bottom: 5px;
    }
    
    .faq-subtitle {
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
        font-weight: 400;
    }
    
    .faq-question {
        padding: 12px 0;
        gap:5px;
    }
    
    .question-text {
        font-size: 16px;
        font-weight: 500;
    }
    
    .faq-icon {
        width: 28px;
        height: 28px;
		right: 0;
    }
    
    .faq-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 10px 20px 0;
    }
    
    .faq-answer-content p {
        font-size: 14px;
		margin-bottom: 0;
    }
    
    .explore-button {
        width: auto;
        max-width: 350px;
    }
}

@media (max-width:376px){
    .faq-title{
        font-size:2.5rem ;
    }
    
}

@media (max-width:321px){
    .faq-title{
        font-size:2.2rem ;
    }
    
}
/* ================================
   Brands Section
   ================================ */
.brands-box hr {
    display: none; 
}
.trusted-brands-container {
    max-width: 1400px;
    margin: 40px auto;
}

.trusted-brands-header {
    text-align: center;
    margin-bottom: 20px;
}

.trusted-brands-header h2 {
    color: var(--primary-color);
}

.brands-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.brands-logo {
    width: 100%;
    height: auto;
    display: block;
}
.brands-logo.mobile {
    display: none;
}    

.brands-logo.desktop {
    display: block;
}


@media (max-width: 768px) {
  .brands-box hr {
        display: block;
        width: 80%;
        margin:auto;
        background: var(--primary-color);
        opacity: 1;
    }

    .trusted-brands-section {
        padding: 0px 15px;
    }

    .trusted-brands-header h2 {
        font-size: 33px;
        margin-bottom: 10px;
    }

    .brands-wrapper::before,
    .brands-wrapper::after {
        display: none;
    }

    .brands-wrapper {
        gap: 0;
    }

    .brands-logo.desktop {
        display: none;
    }

    .brands-logo.mobile {
        display: block;
    }

}







