/* Sizes read from the sitewide type scale in header.css (--fs-*) — no
   breakpoint steps needed, clamp() already scales these fluidly. */
:root {
    --services-tabbody-text: var(--fs-body);
    --Question-quote-heading: var(--fs-h2);
    --reviwew-subheading: var(--fs-small);
}



.reviwew-subheading {
    font-size: var(--reviwew-subheading);
}

.services-tab-body-text {
    font-size: var(--services-tabbody-text);
    font-weight: 400;
    text-align: justify;
}

.question-quote-heading {
    font-size: var(--Question-quote-heading);
}





#servicespage-section2 {

    background: linear-gradient(to right,
            #1C3D6E 0%,
            #1E5789 2%,
            #2174A8 4%,
            #238BC1 6%,
            #249CD2 8%,
            #25A5DC 11%,
            #26A9E0 14%,
            #3170B7 31%,
            #3789C7 37%,
            #40A9DC 45%,
            #44B6E5 49%,
            #42AFE0 54%,
            #3C9BD3 62%,
            #347CBF 71%,
            #3170B7 80%,
            #285C9A 91%,
            #1F457A 100%);

    height: 6px;
}



/* SECTION */
/* .services-section {
 
} */

.services-section {
    position: relative;
    padding: 0;
}

/* LEFT FULL-WIDTH BACKGROUND */
.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    /* adjust based on your layout */
    height: 100%;
/*     background: #e3e2e2; */
	 background: linear-gradient(to right, #e3e2e2 0%, #ececec 20%, #f7f7f7 30%, #ffffff 55%, #f7f7f7 70%, #eeeeee 100%);
    z-index: 0;
}

/* RIGHT WHITE BACKGROUND */
.services-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
}

.services-section .tab-content {
    background: #fff;
    padding: 50px 25px;

}

.services-section .tabservices-text {
    font-size: var(--fs-body);
    line-height: 1.22;
    font-weight: 300;

}

/* LEFT PANEL */
.services-section .services-left {
    padding: 50px 25px 0px 0px;
/*     background: linear-gradient(to right,
            #e3e2e2 0%,
            #e3e2e2 30%,
            #ffffff 50%,
            #eeeeee 100%);
     height: 100%; */
	    background: none;
}
.services-section .services-tabs .nav-link span p{
		margin-bottom:0px;
	}
.services-section .services-left h3 {
    color: #1C3D6E;
     margin-bottom: 45px;
    margin-top: 25px;
    font-weight: 600;
    text-align: center;
}

/* TABS */
.services-section .services-tabs li {
    margin-bottom: 15px;
}

.services-section .services-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}

.services-section .services-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 20px 20px 20px 25px;
    border: none;
    background: transparent;
    color: var(--color-primary);
    font-size: var(--fs-h4);
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    text-align: start;
    margin-bottom: 20px;

}

/* ICON */
.services-section .services-tabs img {
    width: 55px;
    height: 55px;
}

/* ACTIVE TAB (Arrow Shape) */
.services-section .services-tabs .nav-link:hover{
    background: var(--color-primary);
    color: #fff;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.services-section .services-tabs .nav-link:hover img {
    filter: brightness(0) invert(1);
}
.services-section .services-tabs .nav-link.active {
    background: var(--color-primary);
    color: #fff;

    clip-path: polygon(0 0,
            90% 0,
            100% 50%,
            90% 100%,
            0 100%);
}

/* RIGHT SIDE */
.services-section .service-img {
    width: 100%;
    height: 310px;
    border-radius: 25px;
    margin-bottom: 20px;
	object-fit: cover;
}

.services-section .container {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1027px) {


    .services-section .service-img {
        height: 225px;
        margin-bottom: 15px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .services-section .container, .container-md, .container-sm {
        max-width: 991px !important;
    }
}

@media (max-width: 991.98px) {

    .services-section .services-tabs .nav-link {

        margin-bottom: 0px;
    }

    .services-section .container {

        padding: 0px;
    }

    .services-section .col-md-12 {
        padding: 0px;
    }

    /* REMOVE SPLIT BACKGROUND */
    .services-section::before,
    .services-section::after {
        display: none;
    }

    /* APPLY NORMAL BACKGROUND FLOW */
    .services-section .services-left {
        background: #e3e2e2;
        padding: 25px 20px 0px;
    }

    .services-section .tab-content {
        background: #ffffff;
        padding: 20px 25px;
    }
}

@media (max-width: 767.98px) {

    .services-section .services-left {
        padding: 30px 25px 15px 0px;
        border-radius: 8px;
    }

    .services-section .service-img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        margin-bottom: 20px;
    }
	.services-section .services-left h3{
	color: #1C3D6E;
    margin-bottom: 35px;
	}
	   

}

#question-quote {

    background: linear-gradient(90deg, var(--blue-600) 0%, var(--cyan-500) 50%, var(--blue-600) 100%);
    padding: 50px 0 50px;
}

#question-quote .form-control-custom {
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: var(--fs-body);
    font-weight: 500;
    border: 2px solid #dee2e6;
    border-radius: 3rem;
    background: white;
    color: var(--navy-900);
    transition: all 0.2s ease;
    outline: none;
}

#question-quote textarea.form-control-custom {
    border-radius: 1.5rem;
    resize: vertical;
}

#question-quote .form-control-custom:focus,
#question-quote textarea.form-control-custom:focus {
    border-color: transparent;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

#question-quote .date-input-wrapper {
    position: relative;
    width: 100%;
}

#question-quote .date-input-wrapper .form-control-custom {
    padding-right: 3.2rem;
}

#question-quote .calendar-icon {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--color-primary);
    cursor: pointer;
    background: transparent;
    transition: all 0.2s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

#question-quote .calendar-icon:hover {
    color: var(--color-primary);
    background: #e9f0f5;
    transform: translateY(-50%) scale(1.05);
}

/* Blue placeholder for ALL inputs/textarea in form */
#question-quote .form-control-custom::placeholder,
#question-quote textarea.form-control-custom::placeholder {
    color: var(--color-primary) !important;
    opacity: 1 !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}

#question-quote .form-control-custom::-webkit-input-placeholder,
#question-quote textarea.form-control-custom::-webkit-input-placeholder {
    color: var(--color-primary) !important;
    opacity: 1 !important;
}

#question-quote .field-spacing {
    margin-bottom: 1.25rem;
}

/* Apply same styling to select */
#question-quote select.form-control-custom {
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: var(--fs-body);
    font-weight: 500;
    border: 2px solid #dee2e6;
    border-radius: 3rem;
    background: white;
    color: var(--navy-900);
    transition: all 0.2s ease;
    outline: none;
 
    /* Remove default browser styling */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
 
    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233B82F6' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%233B82F6' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 16px;
}
 
/* Focus same as input */
#question-quote select.form-control-custom:focus {
    border-color: transparent;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}
 
/* A <select> can't use ::placeholder like the other fields do, so its
   placeholder option ("Select Services") is colored via this class instead
   (toggled in main.js based on the select's current value) - matches the
   same cyan the inputs' ::placeholder text uses, and reverts to navy once
   a real value is picked (the select's normal color, set above). Pure
   styling hook - doesn't touch this form's existing custom validation. */
#question-quote select.form-control-custom.is-placeholder {
    color: var(--color-primary);
}
 
@media (max-width: 991.98px) {

    #question-quote {

        padding: 30px 0 30px;
    }
}


/* review */

#reviews-section {
    padding: 60px 0;
    background: #fff;
}


/* Card */
#reviews-section .review-card {
    background: #fff;
    border: 2px solid var(--color-primary);
    border-radius: 0px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Header */
#reviews-section .review-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

#reviews-section .img-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;

}

#reviews-section .review-header img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}


/* Stars */
#reviews-section .stars {
    color: #F2C300;
    font-size: 40px;
    margin: 10px auto;
}

#reviews-section .review-slider .swiper-wrapper {
    align-items: stretch;
}

.review-slider .swiper-slide {
    height: auto;

}

/* Slider spacing */
#reviews-section .review-slider {
    padding-bottom: 60px;
}

/* Pagination */
#reviews-section .swiper-pagination-bullet {
    background: var(--navy-900);
    opacity: 1;
	
    height: 14px;
    width: 14px;

}

#reviews-section .swiper-pagination-bullet-active {
    background: var(--color-primary);
    opacity: 1;
	
    height: 14px;
    width: 14px;

}


@media (max-width: 991.98px) {

    #reviews-section {
        padding: 30px 0;

    }

/*     #reviews-section .swiper-pagination {
        display: none;
    } */

}

@media (max-width: 767.98px) {
    #reviews-section .review-header {
        margin-bottom: 0px;
    }

    #reviews-section .stars {
        font-size: 30px;
        margin: 10px auto;
    }

    #reviews-section .review-slider {
        padding-bottom: 40px;
    }


}

/* GET IN TOUCH  */

#get-in-touch{

    background: var(--navy-900);
    padding: 70px 0 20px;
}


#get-in-touch .form-control-custom {
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: var(--fs-body);
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 1rem;
    background: white;
    color: var(--navy-900);
    transition: all 0.2s ease;
    outline: none;
}

#get-in-touch textarea.form-control-custom {
    border-radius: 1.5rem;
    resize: vertical;
}

#get-in-touch .form-control-custom:focus,
#get-in-touch textarea.form-control-custom:focus {
    border-color: transparent;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

#get-in-touch .date-input-wrapper {
    position: relative;
    width: 100%;
}

#get-in-touch .date-input-wrapper .form-control-custom {
    padding-right: 3.2rem;
}

#get-in-touch .calendar-icon {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--color-primary);
    cursor: pointer;
    background: transparent;
    transition: all 0.2s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

#get-in-touch .calendar-icon:hover {
    color: var(--color-primary);
    background: #e9f0f5;
    transform: translateY(-50%) scale(1.05);
}

/* Blue placeholder for ALL inputs/textarea in form */
#get-in-touch .form-control-custom::placeholder,
#get-in-touch textarea.form-control-custom::placeholder {
    color: var(--navy-900) !important;
    opacity: 1 !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}

#get-in-touch .form-control-custom::-webkit-input-placeholder,
#get-in-touch textarea.form-control-custom::-webkit-input-placeholder {
    color: var(--navy-900) !important;
    opacity: 1 !important;
}

#get-in-touch .field-spacing {
    margin-bottom: 1.25rem;
}


.contact-btn-form{
    padding: 12px 42px !important;
}



.contact-box {
  max-width: 420px;
  color: #fff;
}

/* spacing between blocks */
.contact-item {
  margin-bottom: 27px;
}
.for-padding-width{
    width: 70%;
}

@media (max-width: 991.98px) {

    #get-in-touch {
    padding: 80px 0 15px;
}
.for-padding-width{
    width: 100%;
}

}


@media (max-width: 767.98px) {

        #get-in-touch {
        padding: 55px 0 15px;
    }


}



.contactmap-wrapper {
position: relative;
  width: 100%;
}

.contactmap-wrapper iframe {
  width: 100%;
  height: 80vh; /* 50% of screen height */
}



.psv-download-button {
    display: none !important;
}