/*
Theme Name: Kadmar Digital
Theme URI: https://www.kadmardigital.com
Description: Theme by Kadmar Digital
Version: 1.00
Author: Kadmar Digital
*/

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
/* 	overflow-x: hidden !important; */
}
.overflow-section {
    overflow-x: hidden !important;
}
.post-sec a.elementor-post__read-more {
    background-color: var(--e-global-color-accent );
    padding: 10px 16px;
/*     border-radius: 10px; */
    color: #fff;
    margin-top: 10px;
    display: inline-block;
	font-size:16px;
}

/* Custom Hover Effect for the Three Feature Boxes */

/* Target the container that has your custom class */
.three-box {
    /* Apply a smooth transition to all properties */
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Define the styles that apply on hover */
.three-box:hover {
    /* Move the box up by 8px */
    transform: translateY(-8px);

    /* Add a large, soft shadow */
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

span.woocommerce-Price-amount.amount {
    color: #533016;
    font-size: 20px;
    font-weight: 700;
}
.post-cont h2, .post-cont h3, .post-cont h4, .post-cont h5 {
    color: #533016 !important;
	margin: 0px !important;
   
}
.post-cont h2{
	 font-size: 30px !important;
}
.woocommerce-shipping-fields, .woocommerce-additional-fields, .woocommerce-notices-wrapper {
    display: none !important;
}
.main-menu a.elementor-sub-item {
    text-transform: uppercase;
}

/* post comment */

/* Main Comment Box */
#respond.comment-respond {
    max-width: 900px;
/*     margin: 50px auto; */
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
/*     border-radius: 16px; */
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* Heading */
#reply-title {
    font-size: 32px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 25px;
    line-height: 1.3;
}

/* Logged in text */
.logged-in-as {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.logged-in-as a {
    color: #00488E;
    text-decoration: none;
    font-weight: 500;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

/* Labels */
.comment-form label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

/* Textarea */
.comment-form textarea {
    width: 100%;
    min-height: 180px;
    padding: 18px;
    border: 1px solid #d9d9d9;
/*     border-radius: 12px; */
    font-size: 16px;
    font-family: inherit;
    resize: vertical;
    outline: none;
    transition: all 0.3s ease;
    background: #fafafa;
    box-sizing: border-box;
}

.comment-form textarea:focus {
    border-color: #00488E;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,72,142,0.1);
}

/* Submit Button */
.form-submit {
    margin-top: 25px;
}

.form-submit .submit {
    background: #00488E;
    color: #fff;
    border: none;
    padding: 16px 34px;
    font-size: 16px;
    font-weight: 600;
/*     border-radius: 10px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit .submit:hover {
    background: #00366c;
    transform: translateY(-2px);
}

/* Required field */
.required {
    color: #d93025;
}

/* Cancel Reply */
#cancel-comment-reply-link {
    font-size: 14px;
    color: #00488E;
    text-decoration: none;
    margin-left: 10px;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

/* Name, Email, Website fields */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    width: 100%;
    max-width: 100%;
    height: 58px;
    padding: 0 18px;
    border: 1px solid #d9d9d9;
/*     border-radius: 12px; */
    background: #fafafa;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Focus Effect */
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus{
    border-color: #00488E;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,72,142,0.1);
}

/* Input spacing */
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url{
    margin-bottom: 25px;
}

/* Checkbox area */
.comment-form-cookies-consent{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}

.comment-form-cookies-consent input{
    margin-top: 5px;
}

.comment-form-cookies-consent label{
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Tablet */
@media (max-width: 768px) {
    #respond.comment-respond {
        padding: 30px 20px;
/*         margin: 30px 15px; */
    }

    #reply-title {
        font-size: 26px;
    }

    .comment-form textarea {
        min-height: 150px;
        padding: 15px;
    }

    .form-submit .submit {
        width: 100%;
        padding: 15px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    #respond.comment-respond {
        padding: 25px 15px;
/*         border-radius: 12px; */
    }

    #reply-title {
        font-size: 22px;
    }

    .logged-in-as {
        font-size: 14px;
    }

    .comment-form label {
        font-size: 15px;
    }

    .comment-form textarea {
        font-size: 15px;
        min-height: 130px;
    }
}

/* post comment */


@media (max-width:767px){
	.counter-sect .elementor-counter-title {
    text-align: center !important;
}
	.main-menu a.elementor-item.elementor-item-anchor {
    font-size: 16px !important;
    line-height: 20px !important;
}
.img-box .elementor-image-box-wrapper {
    display: flex;
    grid-gap: 10px;
}	
}