/* Theme Name: Kerapy
Theme URI: http://kerapy.com/
Author: Nibir
Author URI: https://nibirahmed.com
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kerapy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.

Copyright: © 2025 Elegance In Code
This theme is distributed under the GNU General Public License.
*/


body {
    font-family: "Inter", sans-serif;
}
a{
    text-decoration: none;
    font-size: 16px;

}
.sub-head {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 1px;
}

.star {
    width: 24px;
    height: 24px;
}

p {
    font-size: 16px;
    color: #666666;
    line-height: 170% ;
    margin: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    margin: 0px !important;
}


h1 {
    font-size: 62px;
    line-height: 120%;
}

h2 {
    font-size: 48px;
    line-height: 120%;
}

h3 {
    font-size: 40px;
    line-height: 120%;
}

h4 {
    font-size: 32px;
    line-height: 130%;
}

h5 {
    font-size: 24px;
    line-height: 160%;
}

h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

p {
    font-size: 16px;
    line-height: 140%;
}


@media (max-width: 1024px) and (min-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }
}


@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
        line-height: 160% !important;
    }
}

.hero-head {
    color: #0052A8;
}

.navbar-brand {
    font-family: "Onest", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;

}
.navbar-brand img{
    max-width: 120px;
    object-fit: cover;
    height: auto;
}


.btn-outline-dark {
    padding: 16px 32px;
    color: #212529 !important;
}
.btn-outline-dark:hover {
    background-color:transparent;
    border-color: #212529 !important;
}

@media screen and (max-width: 480px) {
    .btn-outline-dark {
        border-radius: 50px;
        padding: 8px 16px;
    }
}

input[type="submit"],
button[type="submit"],
.primary-button {
    border-radius: 100px;
    padding: 16px 32px;
    background-color: var(--primary);
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.5s;
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    line-height: 27.2px;
    letter-spacing: 0.04em;
    border: 0;
}

@media screen and (max-width: 480px) {
    .primary-button {
        padding: 8px 16px;
    }
}

.primary-button:hover {
    background-color: #00aa9c;
    text-decoration: none;

}

.divider {
    height: 2px;
    width: 30px;
    background-color: #0052A8;
}



.fa-regular {
    color: #0052A8;
}

.cta {
    background-color: #0052A8;
}

.card-category {
    font-size: 14px;
    color: #031A0680;
}

#news {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.616)), url('images/Hero_v2_blog.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 22rem;
    padding: 2rem;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-icon {
    color: #0052A8;
}


.why-choose-blue {
    background-color: #0052A8;
}

.hero-v4-last {
    background-color: #0052A8;
}


@media (min-width: 767px) {
    .sp-seciton {
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto;  
        overflow-y: hidden; 
        max-width: 100%; 
    }
    .box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        position: relative;
        min-width: 260px;
        
    }
    .box:last-child .circle_divider:after {
        width: 50%;
    
    }
    .box:first-child .circle_divider:after {
        width: 50%;
        right: 0 !important;
        left: unset !important;
        
    }
    .box:only-child .circle_divider:after {
        display: none;
        
    }
}



@media (max-width: 767px) {
    .box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        width: 100%;
        
    }
    .sp-seciton {
        display: flex; 
        flex-wrap: wrap;
        gap: 36px; 
    }
     /* 1 and 4 number box */
    .box:nth-child(3n-2) .circle_divider:after  {
        left: 50%;
        width: 50%;
        background-color: blueviolet !important;
    }
    /* 2 and 5 number box */
    .box:nth-child(3n-1) .circle_divider:after  {
        left: 0;
        right: 0;
        width: 50%;
        background-color: blueviolet !important;
    }
    
    .box:nth-child(3n) .circle_divider:after  {
        left: 50%;
        right: unset;
        background-color: rgb(36, 4, 67) !important;
    }
    
    .box:last-child:not(:nth-child(3n)) .circle_divider:after  {
        width: 50%;
    
    }
    
    .box:last-child:not(:nth-child(3n - 3)) .circle_divider:after  {
        display: none;
    
    }
    .circle_divider::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 5px;
        background-color:#0052A8;
        z-index: 0;
        width: 100%;
        transform: translateY(-50%);
        display: none;
    }
    
}


.increment{
    counter-reset: ordered-counter;
}
.circle {
    width: 80px;
    height: 80px;
    background-color: #0052A8;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
    counter-increment: ordered-counter;
    position: relative;
    
}
.box .circle::before {
    content: counter(ordered-counter);
}
.box:nth-child(-n+9) .circle:before{
    content: "0" counter(ordered-counter);
  }
.circle_divider{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle_divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 5px;
    background-color:#0052A8;
    z-index: 0;
    width: 100%;
    transform: translateY(-50%);
}



.video-wrapper {
    position: relative;
    /* cursor: pointer; */
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #8a8a8a1f;
    backdrop-filter: blur(7px);
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.play-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.play-icon {
    font-size: 24px;
    color: #fff;
}


.cta-bg-img {
    background-image: linear-gradient(#0052A8D9, #0052A8D9), url('images/Hero_v3_cta.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}


.bg-img-banner {
    background-image: linear-gradient(90deg, #0052A8 50%, #ffffff00), url('images/About_v2_banner.jpg');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .bg-img-banner {
        background-image: none;
        background-color: #0052A8;
    }
}

.form-control {
    border-radius: 0;
    border: 1px solid #031A06;
}

.btn-custom {
    border-radius: 50px;
    width: 100%;
    padding: 16px 32px;
    background-color: var(--primary);
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    .btn-custom {
        padding: 8px 16px;
    }
}

.btn-custom:hover {
    background-color: #00aa9c;
    text-decoration: none;

}

#map {
    width: 100%;
    height: 500px;
    /* Adjust height as needed */
}

.footer-list-item {
    font-size: 16px !important;
    font-weight: 400 !important;
    /* line-height: 28.28px; */
}

.footer-list-item a:hover {
    color: var(--primary) !important;
}
.list-unstyled li {
    list-style: none;
}


footer a {
    text-decoration: none;
}
.wp-social-link a{
    color: #fff;
    font-size: 20px;
    margin-right: 4px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #fff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.wp-social-link{
    background: transparent !important;
}
.wp-social-link a svg path{
    fill: currentColor !important; /* Matches the color property */
    stroke: currentColor !important; /* Matches the color property */
}

.social-icon {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

footer .social-icon:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}


.footer-list-header {
    font-size: 20px !important;
    margin-bottom: 30px;
    font-weight: bold;
}

.footer-input {
    background-color: #091D2D;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.footer-input::placeholder {
    color: #fff;
}

footer .bottom-link {
    color: #fff;
    font-size: 14px;
}

.service-details-gradient {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 50%, transparent), url('images/Service_v2_child.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

@media (max-width: 768px) {
    .service-details-gradient {
        background-image: none;
        background-color: #0052A8;
    }
}

.service-details-gradient-right {
    background-image: linear-gradient(90deg, transparent, rgb(255, 255, 255) 50%), url('images/Service_v2_adult.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

@media (max-width: 768px) {
    .service-details-gradient-right {
        background-image: none;
        background-color: #0052A8;
    }
}

.service-details-gradient-left {
    background-image: linear-gradient(90deg, white 50%, transparent), url('images/Service_v2_senior.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

@media (max-width: 768px) {
    .service-details-gradient-left {
        background-image: none;
        background-color: #0052A8;
    }
}


.blockquote {
    border-left: 2px solid #0052A8;
    padding-left: 15px;
    margin-left: 0;
}

.blockquote p {
    font-size: 20px !important;
    line-height: 180% !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

.custom-shadow {
    box-shadow: 0px 20px 20px -10px #5987B733;
}

.kerapy-blockquote p {
    border-left: 2px solid var(--primary);
    padding-left: 15px;
}

.landing-cta {
    background-image: url('images/Demo_footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.text-primary-color {
    color: #0052A8;
}

.blue-bg {
    background-color: #0052A8;
}

.footer-logo {
    color: var(--primary);
}


.social-icon-footer {
    color: var(--primary);
    font-size: 20px;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.social-icon-footer:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.gray-bg {
    background-color: #FFFFFF33;
}

.testimonial-slider .owl-nav button span {
    font-size: 24px;
    font-family: Onest;
    color: #00000050;
    padding: 10px 14px;
}

.testimonial-slider .owl-nav button {
    background-color: #00000000 !important;
    border-radius: 50px ;
    border: 1px solid #00000050 ;
    margin: 5px !important;
    
}


.testimonial-slider .owl-nav {
    position: absolute;
    text-align: right;
    z-index: 500 !important;
    right: 21px;
    bottom: 34px;
}

@media (max-width: 768px) {
    .testimonial-slider .owl-nav {
        text-align: center;
        margin-top: 0px;

    }
}

.testimonial-box .owl-nav button span {
    font-size: 24px;
    font-family: Onest;
    color: #00000050;
    padding: 10px 14px;
}

.testimonial-box .owl-nav button {
    background-color: #00000000 !important;
    border-radius: 50px !important;
    margin: 5px !important;
}
.ts-nav-button .owl-nav button:hover{
    border-color:transparent !important;
} 


.testimonial-box .owl-nav button:hover {
    background-color: var(--primary) !important;
}

.testimonial-box .owl-nav {
    position: relative;
    text-align: center;
    margin-top: 1em !important;
    z-index: 500 !important;
}

@media (max-width: 768px) {
    .testimonial-box .owl-nav {

        text-align: center;
        margin-top: 0px;

    }
}


/* comment form */
.comments-area .comment-list {
	margin-bottom: 60px;
	padding: 0;
	list-style: none;
}

.comments-area .comment-list > .comment .comment-body {
	position: relative;
	padding: 2px 124px 30px 100px;
	margin-bottom: 30px;
	min-height: 115px;
}



.comments-area .comment-list > .comment .comment-body .comment-author .avatar {
	position: absolute;
	left: 0;
	height: 70px;
	width: 70px;
	top: 0;
	border-radius: 999px;
}
@media (max-width: 768px) {
    .comments-area .comment-list > .comment .comment-body {
        padding: 2px 0px 30px 60px;
        min-height: 70px;
    }
    .comments-area .comment-list > .comment .comment-body .comment-author .avatar {
        height: 50px;
        width: 50px;
    }
}
.comments-area .says {
	display: none;
}
.comments-area .comment-meta a {
	color: #898787;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
}
.comments-area .comment-meta {
	margin-bottom: 12px;
}
.comments-area .comment-list > .comment .comment-body .comment-author .fn a{
    font-size: 20px !important;
    line-height: 21px;
    color: var(--heading);
    font-weight: 400;
    font-style: normal;
    margin-bottom: 12px;
    display: block;
    color: rgb(33, 37, 41);
}
.comments-area .fn a{
    text-decoration: none;
    color: inherit;
}

.comments-area .comment-list > .comment .comment-body p {
    font-family: var(--font-family-base);
    margin-bottom: 10px;
}

.comments-area .comment-list > .comment .comment-body p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list > .comment .comment-body .reply .comment-reply-link {
	border-radius: 6px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	line-height: 1.3;
	transition: all 0.8s;
	color: var(--primary);
	text-decoration: none;
	font-weight: 600;
}

.comments-area .comment-list > .comment > .children {
	padding-left: 50px;
	list-style: none;
}

.comments-area .comment-list .default-form {
    margin-bottom: 30px;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E1E1F0;
}

.comment-reply-title a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    margin-left: 10px;
}

.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.comment-respond .comment-form p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.comment-respond .comment-form p.comment-form-author input,
.comment-respond .comment-form p.comment-form-email input,
.comment-respond .comment-form p.comment-form-url input,
.comment-respond .comment-form p textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 10px;
}

.comment-respond .comment-form p.comment-form-comment textarea {
    height: 150px !important;
}

.comment-respond .comment-form p.form-submit {
    margin-bottom: 0;
}

.comment-respond .comment-form p.comment-form-cookies-consent,
.comment-respond .comment-form p.comment-notes,
.comment-respond .comment-form p.comment-form-url {
    width: 100%;
}

.comment-respond .comment-form .comment-form-comment {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 600px) {
    .comment-respond .comment-form .comment-form-author,
    .comment-respond .comment-form .comment-form-email,
    .comment-respond .comment-form .comment-form-url {
        width: 100% !important;
    }
}

.wp-block-post-comments-form {
    margin-bottom: 30px;
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 30px;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-right: 10px;
    margin-top: 0;
}
.comment-list{
    position: relative;
}
.comment-list .reply{
    position: absolute;
    top: 0px;
    right: 0px;
}
.comment-list .reply a{
    border-radius: 100px !important;
    padding: 16px 32px;
    background-color: var(--primary);
    color: #000000 !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: 0.5s;
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    line-height: 27.2px;
    letter-spacing: 0.04em;
    border: 0;
}
@media screen and (max-width: 480px) {
    .comment-list .reply a {
        padding: 8px 16px;
    }
}
@media (max-width: 768px) {
    .comment-list .reply{
        position: unset;
        top: 16px;
        right: 0px;
    }
}

.comment-list .reply a:hover {
    background-color: #00aa9c;
    text-decoration: none;
}

/* pagination */

.page-numbers.current {
	cursor: no-drop;
}
.page-numbers li{
    list-style: none;
}
.page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.nav-links{
    display: flex;
    padding-top: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;

}
.page-numbers li a svg{
    width: 20px;
    height: 20px;
    color: #000;
}

.page-numbers li .page-numbers {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .5);
}
.page-numbers li .page-numbers:hover{
    background: #0ea5e9;
    border: transparent;
    color: #fff !important;
}
.page-numbers li .page-numbers:hover svg{
    background: #0ea5e9;
    border: transparent;
    color: #fff !important;
}
.page-numbers li a svg{
    color: rgba(0, 0, 0, .5) ;
}
.page-numbers li a{
    color: #000 ;
}
.page-numbers li .panpage-numbers.current{
    color:#0ea5e9!important;
    cursor: no-drop;

}

/* postcard_design */
.blog-card2{
    aspect-ratio: 1/.7;
    width: 100%;
}

.loadmore-btn{
    padding-top: 46px;
}
@media (max-width: 768px) {
    .loadmore-btn{
        padding-top: 30px;
    }
}

.blog-single-img{
    aspect-ratio: 6/2.8;
}

.rela-card {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 1px;
    color: #666666;
    font-weight: 400 !important;
}
.author-img img{
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

/* owl-dots */

.service-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -38px;
    display: flex;
    justify-content: center;
}
.service-carousel .owl-dot {
    background: #85c443 !important;
    width: 12px;
    height: 12px;
    border-radius: 99999px;
    margin-left:6px;
    margin-right:6px;
}
.service-carousel .owl-dot.active {
    background: #000 !important;
    width: 12px;
    height: 12px;
    transition: all;
    animation-duration:300ms ;
}
.author-name{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.tesimonial2-img{
    aspect-ratio: 1/1;
    width: auto !important;
}
.tesimonial2-icon svg{
    width: 100px ;
    height: 90px ;
    color: #e0e4e1;
}
.blogcard1-img {
    position: relative !important;
}
.blogcard1-img{
    z-index: 1;
    aspect-ratio: 1/.6;
    max-width: 100% !important;
    width: 100%;
}
.blogcard1-content{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    padding: 25px 0px 25px 36px;
    gap: 0px;
    z-index: 10;
    
}
@media (max-width: 991px) {
    .blogcard1-content{
        padding: 20px;
        
    }
}
.liniar{ 
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.616));
    content: "";
    bottom: 0;
    left: 0;
    z-index: 2;
} 
.categori-color{
    font-size: 16px ;
    line-height: 180% ;
}

.counter{
    font-size: 48px ;
    line-height: 120%;
}
.counter-plus span{
    font-size: 48px;
    line-height: 120%;
}
.counter-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* accordion */
.accordion-header button{
    border-radius: inherit !important;
    padding: 24px 20px 24px 20px;
}
@media (max-width: 540px) {
    .accordion-header button{
        padding: 20px 16px 20px 16px;
    }
}

.accordion-button{
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button.collapsed {
    box-shadow: none !important;
}

.review-img img {
    object-fit: cover;
}
.review-img {
    width: 60px !important;
    height: 60px !important;
}
.review-img:not(:first-child) {
    margin-left: -20px !important;
}
.review-text{
    font-size: 20px;
}

.testimonial-section{
    width: 100%;
    margin: auto;
}

.list-icon svg{
    width: 16px;
    height: 16px;
    display: flex;
    margin-top: 6px;
}
.list-icon svg, .list-icon svg path, .list-icon i {
    fill: currentColor; 
    stroke: currentColor;
}
.list-description p{
    color:inherit !important;
}
/* .list-content{
    display: flex;
    flex-direction: column;
} */

/* team-section */
.team-img{
    aspect-ratio: 1/1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.team-all-card{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sectionicon svg {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionicon i{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionicon svg path {
    fill: currentColor;
}
.circle-overlay svg path {
    fill: currentColor;
}
.service-img{
    aspect-ratio: 1/1;
    width: 100%;
}
.service-img2{
    aspect-ratio: 1/.6 !important;
    width: 100%;
}
.no-image{
    aspect-ratio: 1/.6 !important;
}
.video-img{
    aspect-ratio: 5 / 2.3;
    width: 100% !important;
}
.menu {
    list-style: none !important;
    padding-left: 0px !important;
}
.navbar-collapse {
    z-index: 1;
}


/* headign color */
.all-heading-color{
    color: var(--heading) !important;
}
.comment-reply-title{
    color: var(--heading) !important;
}


/* menu style */


.nav-link {
    color: rgb(0 0 0 / 65%) !important;
}
.nav-link.active{
    color: rgb(0 0 0 / 100%) !important;
}
.nav-link:hover{
    color: rgb(0 0 0 / 100%) !important;
}
.navbar-collapse{
    justify-content: center !important;
    position: relative;
}
@media screen and (min-width: 991px) {
    .header-btn {
        position: absolute;
        right: 0px;
        transform: translateY(-51%);
        top: 50%;
    }
    .navbar-expand-lg .navbar-nav {
        transform: translateX(-43px);
    }
}
.menu-toggle {
    background-color: transparent !important;
    border: 1px solid !important;
    border-radius: 7px !important;
    padding: 7px 13px !important;
    border-color: rgb(0 0 0 / 15%) !important;
}
.navbar-toggler-icon {
    width: 30px !important;
    height: 30px !important;
}
.search-page{
    display: flex !important;
    gap: 12px !important;
    padding-top: 16px !;
}
.search-button{
    border-radius: 8px !important;
}
.serch-input{
    border-radius: 8px !important;
}

/* client-reviews-section */
/* .client-reviews-section {
    border-left: 2px  dashed #3fbccb;
    border-bottom: 2px dashed #3fbccb;
    padding: 40px 0px 40px 4px;
} */
@media screen and (max-width: 540px) {
    .client-reviews-section {
        width: 100%; 
        padding: 40px 0px 40px 4px; 
    }
}

/* .happy-customers-border{
    position:absolute;
    left: 0px;
    top: 0px;
} */
.happy-customers-desc {
    border-left: 2px solid;
}
/* .happy-customers-desc{
    border-left: 2px solid;
    padding: 6px 0px 6px 16px;
    border-color: #5fc4be;
} */
.happy-customers-content{
    width: 400px;
}

/* footer bottom menu */

.footer-bottom-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    padding: 0px;
}
.footer-bottom-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    padding: 0px;
    flex-wrap: wrap;
}
.footer-bottom-menu ul li{
    list-style: none;
}
.footer-bottom-menu li{
    list-style: none;
}

.wp-calendar-table{
    width: 100% !important;
}
.wp-calendar-table tbody tr td a{
    color: var(--primary) !important;
}
.wp-calendar-table caption{
    color: inherit;
}
.wp-calendar-nav-prev a{
    color: inherit !important;
}
.list-unstyled img{
    margin-top: 26px;
}

.all-heading-color p {
    color: inherit !important;
}
/* review widget */
.review_number{
    font-weight: 600;
}
.team-content{
    padding-bottom: 24px;
}
.section-alignment{
    display: flex;
    align-items: center;   
}
.accordion-radius{
    overflow: hidden;
}
.team-w-img img{
    aspect-ratio: 1/1;
    margin: auto;
    width: 100% ;
}

.menu-item .dropdown {
    display: none;
}

/* Show dropdown on hover */
.menu-item:hover .dropdown {
    display: block;
}

/* Show dropdown when 'show' class is added (on click) */

@media screen and (max-width: 992px) {
    .menu-item.show .dropdown-menu{
        z-index: 1;
        display: block;
    }
}

@media screen and (min-width: 991px) {
    .menu-item:hover .dropdown-menu{
        display: block;
        z-index: 1;
    }
}
.section-bg{
    position: relative;
}

.dropdown-menu{
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: 0px 4px 12px #0000001f !important;
    
}

.page-id-631 footer{
    display:none;
}

footer ul .footer-list-header {
    font-size: 24px!important;
    margin-bottom: 20px!important;
    line-height: 160% px!important;
}

.navbar>.container{
    max-width:1200px;
}

.accordion-body{
    padding-left:15px;
}

@media screen and (max-width: 540px) {
    .client-reviews-section {
        width: 100%;
        padding: 0;
    }
}

#wpforms-submit-347 {
    border-radius: 100px;
    padding: 16px 32px;
    background-color: #00DCC2 !important;
    color: #2a2a2a;
    line-height:60%;
}