/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ======= Typography ========= */
.ben, .ben *{
    font-family: 'Ben' !important;
    font-weight: 100 !important;
}
.benMainHeaiding .elementor-heading-title{
    /* font-size: 42px !important; */
    font-size: clamp(1.5rem, 1.2102rem + 1.3636vw, 3rem) !important;
    font-family: 'Ben' !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
    letter-spacing: 10px !important;
    line-height: 1.3 !important;
}
.goudy, .goudy *{
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
}
.goudyParaFont * {
    /* font-size: 17px; */
    font-size: clamp(1.0625rem, 1.0263rem + 0.1705vw, 1.25rem);
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
}
.goudyParaFont strong{
    font-weight: 600 !important;
}
.goudyBtnFont a{
    /* font-size: 17px; */
    font-size: clamp(1.0625rem, 1.0263rem + 0.1705vw, 1.25rem);
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
    text-transform: uppercase;
}
[class*=" eicon-"], [class^=eicon] {
    font-family: eicons !important;
    font-weight: 400 !important;
}
/* ======= Typography ========= */
/*=========== Genral Css ============= */
body{
    max-width: 2100px;
    margin-inline: auto;
    font-size: 17px;
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
}
.fa, .fas,.far  {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}
.padding-inline-5{
    padding-inline: 5% !important;
}
.padding-inline-8{
    padding-inline: 8% !important;
}
.padding-inline-10{
    padding-inline: 10% !important;
}
.ptb-50{
    padding-block: 50px !important;
}
.ptb-40{
    padding-block: 50px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.flexFull > div{
    flex-direction: column !important;
}
.flexFull > div > div{
    width: 100% !important;
}
/*=========== Genral Css ============= */
.page-header {
    display: none;
}
.goudyBtnFont a {
    padding-inline: 80px;
}
.goudyBtnFont a .elementor-button-text {
    letter-spacing: 2px;
}

/* ============ Header  ============== */
.elementor-location-header {
    position: sticky;
    box-shadow: 0 0 3px #00000082;
    z-index: 9;
    top: 0;
    background: #fff;
}
.HeaderMenu .elementor-item img {
    width: 24px;
    margin-top: -3px !important;
}
.mainHeader  .elementor-item {
    font-size: clamp(1rem, 0.7621rem + 0.3717vw, 1.25rem) !important;
}
/* ============ Header  ============== */
/* ============== Footer ============= */
.mainFooter .discoverCol .elementor-icon-list-text{
    display: flex !important;
    align-items: center;
    gap: 14px;
}
.mainFooter .discoverCol .elementor-icon-list-text:after {
    content: '';
    background: url(https://duvalcenter.com/wp-content/uploads/2025/04/arr-right.png) no-repeat;
    background-size: 10px;
    height: 12px;
    width: 12px;
    display: inline-block;
}

.mainFooter .discoverCol .elementor-icon-list-icon {
    display: none;
}
.mainFooter .underLineBox .elementor-icon-list-text {
    text-decoration: underline;
}
/* =========== Banner Sec ============ */
.heroBanner  .elementor-heading-title {
    text-shadow: 1px 1px rgb(0 0 0 / 40%) !important;
}
.heroBanner .bannerHeading .elementor-heading-title {
    font-size: clamp(2.625rem, 2.3473rem + 1.3068vw, 4.0625rem) !important;
}
.heroBanner .bannerSubHeading .elementor-heading-title {
    font-size: clamp(2.25rem, 2.1293rem + 0.5682vw, 2.875rem) !important;
}
/* =============== About ============= */
.aboutSec .aboutContentCol {
    padding-right: 0px;
}
/* ============ Catring Sec ============== */
.catringMenusBoxes .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
}
.catringMenusBoxes .elementor-widget-wrap .catringMenuBox {
    border: 1px solid #808080;
    margin: 0px;
}
.catringMenusBoxes .elementor-widget-wrap .catringMenuBox .elementor-cta .elementor-cta__content {
    background: transparent !important;
    padding: 20px 15px;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 10px;
}
.catringMenusBoxes .elementor-widget-wrap .catringMenuBox .elementor-cta .elementor-cta__content .elementor-cta__description {
    grid-column: 1/3;
    margin: 0;
    border-top: 1px solid #808080;
    padding-block: 14px 0;
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
    font-size: 18px !important; 
}
.catringMenusBoxes .elementor-widget-wrap .catringMenuBox .elementor-cta .elementor-cta__content .elementor-cta__title {
    grid-column: 1/2;
    margin: 0px;
    font-family: 'Ben' !important;
    font-weight: 100 !important;
}
.catringMenusBoxes .elementor-widget-wrap .catringMenuBox .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper {
    grid-column: 2/3;
    grid-row: 1;
    text-align: end;
}
.catringMenusBoxes .elementor-widget-wrap .catringMenuBox .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper a {
    font-size: 17px !important;
    padding: 4px 0;
    align-items: center;
    border-bottom: 1px solid;
    text-decoration: none;
    margin-right: 26px;
    font-family: "Alegreya", serif !important;
}
.catringMenusBoxes .elementor-widget-wrap .catringMenuBox .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:after {
    content: '';
    background: url('https://duvalcenter.com/wp-content/uploads/2025/04/arrowRight.png') no-repeat;
    background-size: 12px;
    height: 9px;
    width: 16px;
    display: inline-block;
    margin-top: 4px;
    position: absolute;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* ============== Our Service =============== */
.servicesBoxes .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, 350px);
    gap: 40px;
    justify-content: center;
}

.servicesBoxes .elementor-widget-wrap .serviceBox {}

.servicesBoxes .elementor-widget-wrap .serviceBox figure {
    width: 350px !important;
    height: 350px !important;
    border-radius: 50%;
    margin-bottom: 18px !important;
}
/* ============= Package Sec ============= */
.packagesSec {
    background-position: 50% -280px !important;
    background-size: auto 100% !important;
}
.packages .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: stretch;
}
.packages .elementor-widget-wrap .elementor-price-table__header {
    padding: 60px 15px 75px;
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0 100%);
}
.packages .elementor-widget-wrap .elementor-price-table__header .elementor-price-table__heading {
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
    color: #000;
    font-size: 36px;
}

.packages .elementor-widget-wrap .elementor-price-table__price {
    display: none;
}

.packages .elementor-widget-wrap .elementor-price-table__features-list {
    padding: 40px 20px;
}

.packages .elementor-widget-wrap .packageBox {
    height: 100%;
    background: #fff;
    box-shadow: 4px 4px 10px 0px #00000040;
    margin: 0px;
}

.packages .elementor-widget-wrap .packageBox .elementor-price-table {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

.packages .elementor-widget-wrap .packageBox .elementor-price-table__features-list {
    height: 100%;
}

.packages .elementor-widget-wrap .packageBox .elementor-price-table__button {
    width: 90%;
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
    font-size: clamp(1.0625rem, 1.0263rem + 0.1705vw, 1.25rem);
    letter-spacing: 2px;
}

.packages .elementor-widget-price-table .elementor-widget-container {
    height: 100%;
}

.packages .elementor-widget-wrap .packageBox .elementor-price-table__features-list .elementor-price-table__feature-inner {
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
    font-size: 17px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.packages .elementor-widget-wrap .packageBox .elementor-price-table .elementor-price-table__footer {
    padding-top: 0px;
    display: none;
}
.packages .elementor-price-table__feature-inner:before {
    content: '';
    background: url('https://duvalcenter.com/wp-content/uploads/2025/03/arrow.png') no-repeat;
    background-size: 12px;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-top: 4px;
}
.packages .elementor-price-table__feature-inner i {
    display: none;
}
.packages .elementor-price-table__feature-inner span {
    width: calc(100% - 40px );
    font-size: clamp(1.0625rem, 1.0263rem + 0.1705vw, 1.25rem);
    line-height: 1.3;
}
/* ============ Testimonial ============= */
.testimonialSliderCol {
    padding-right: 40px;
}
.testImgCol .elementor-widget-wrap {
    position: relative;
}
.testImgCol .elementor-widget-wrap img {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.testImgCol .elementor-widget-wrap * {
    height: 100%;
}
.testImgCol .elementor-widget-wrap .elementor-widget-container {
    width: calc(100% + 100px) !important;
    position: relative;
}
.testimonialSliderCol .elementor-widget-wrap {
    padding: 50px !important;
    background: #fff;
    margin-block: 60px;
    margin-right: 30px;
    position: relative;
}
.testimonialSliderCol .elementor-widget-wrap:before {
    content: '';
    position: absolute;
    border: 3px solid #fff;
    height: calc(100% + 15px ) !important;
    width: calc(100% + 15px) !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px 10px 0px #00000040;
}
.testimonialSlider {
    margin-block: 20px 40px !important;
}

.testimonialSlider .swiper-slide {
    border: none;
    background: transparent;
    padding-top: 50px;
    position: relative;
    padding-right: 30px;
}
.testimonialSlider .swiper-slide .elementor-testimonial * {
    padding-inline: 0px;
}
.testimonialSlider .swiper-slide .elementor-testimonial__icon {
    display: none !important;
}

.testimonialSlider .swiper-slide .elementor-testimonial__cite {
    width: 100% !important;
}

.testimonialSlider .swiper-slide .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
}

.testimonialSlider .swiper-slide .elementor-star-rating {
    position: absolute;
    top: 10px;
}

.testimonialSlider .swiper-slide .elementor-testimonial__text {
    /* font-size: 18px; */
    font-size: clamp(1.0625rem, 1.0263rem + 0.1705vw, 1.25rem);
    line-height: 1.4;
    font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
    color: #000;
}

.testimonialSlider .swiper-slide .elementor-testimonial__name {
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0043rem + 0.5682vw, 1.75rem);
     font-family: 'Goudy Old Style' !important;
    font-weight: normal !important;
    color: #000;
}
.testimonialSlider .elementor-testimonial__header {
    border: none !important;
}

.testimonialSlider .elementor-star-full:before {
    content: '';
    background: url('https://duvalcenter.com/wp-content/uploads/2025/03/star.png') no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.testimonialSlider .elementor-star-full {
    font-size: 0;
}

.testimonialSlider .elementor-swiper .elementor-main-swiper {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 5px;
}
.testimonialSlider  .elementor-main-swiper .swiper-wrapper {
    display: inline-flex !important;
}
.testimonialSlider .elementor-swiper-button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: #fff;
    WIDTH: 40PX;
    HEIGHT: 40PX;
    border: 1px solid #656F32;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.testimonialSlider .elementor-swiper-button.elementor-swiper-button-next {
    right: -70px;
}
.testimonialSlider .elementor-swiper-button.elementor-swiper-button-prev {
    left: -70px;
}

/* ============ Contact Sec ============= */
.contactSec .elementor-container {
    gap: 50px;
}
.contactFormBox .elementor-widget-wrap {
    background: #fff;
    padding: 40px !important;
}
.contactFormBox .elementor-widget-wrap form ::placeholder {
    opacity: 1;
    font-size: 18px;
}
.contactFormBox .elementor-widget-wrap form .elementor-field-type-submit {
    margin-top: 30px;
}
.contactFormBox .elementor-widget-wrap form .elementor-field-type-submit .elementor-button-text {
    font-size: clamp(1.0625rem, 1.0263rem + 0.1705vw, 1.25rem);
    letter-spacing: 2px;
}
.contactSec .elementor-field-type-date {
    position: relative;
}
.contactSec .elementor-field-type-date:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background: url('https://duvalcenter.com/wp-content/uploads/2025/04/date.png') no-repeat;
    background-size: 15px;
    z-index: 88;
    right: 10px;
    top: 52%;
    transform: translateY(-50%);
}
input[type="date"]:not(.has-value):before{
  color: #313131;
  content: attr(placeholder);
}
/* ============= Footer CTA ============= */
.sisterBrandsSlider .slick-slide {
    aspect-ratio: 3/2;
    display: flex !important;
    align-items: center;
	justify-content: center;
    margin-inline: 10px;
}
.sisterBrandsSlider .slick-slide img{
	width: 100%;
	object-fit: contain;
}
/* ============= Footer CTA ============= */
/* =============== Inner Page  ================= */
.innerBannerTitle {
    padding: 100px 20px;
}
/* ============ Inner Pages Image  ================ */
.landscapeImage .elementor-widget-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.landscapeImage .elementor-widget-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.landscapeImage {
    width: 100%;
    height: 100%;
}
/* ============ List Contents ================== */
.withListContents ul{
    padding-left: 0;
    margin-block: 10px;
}
.withListContents ul li{
    list-style: none;
    display: flex;
    gap: 14px;
    align-items: center;
}
.withListContents ul li:before {
    content: '';
    background: url('https://duvalcenter.com/wp-content/uploads/2025/03/arrow.png') no-repeat;
    background-size: 12px;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-top: 4px;
}
/* ============= FAQ =============== */
.elementor-accordion .elementor-tab-content {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.elementor-accordion .elementor-tab-title {
    pointer-events: none;
    cursor: default;
}
.elementor-accordion .elementor-accordion-icon-closed {
    display: none !important;
}
.elementor-accordion .elementor-accordion-icon-opened {
    display: inline-block !important;
}


/* ================== Responsive  ====================== */
@media screen and (max-width:1200px) {}
@media screen and (min-width: 1024px){
	.homeWithIcon a.elementor-item {
		font-size: 0 !important;
	}
}
@media screen and (max-width:1024px) {
	.homeWithIcon a.elementor-item img {
		display: none;
	}
	.topBar .slick-track {
		display: flex;
		align-items: center;
	}
	.topBar .elementor-widget-wrap > div{
		display: none;
	}
	.topBar .elementor-widget-wrap:has( .slick-track ) > div{
		display: block;
	}
	.topBar .elementor-widget-wrap > div:first-child{
		display: block;
	}
	.topBar .elementor-icon-list-item a {
		justify-content: center;
	}
	.topBar .slick-slide > div {
		display: flex;
		align-items: center;
	}
    .servicesBoxes .elementor-widget-wrap {
        grid-template-columns: repeat(3, 240px);
    }
    .servicesBoxes .elementor-widget-wrap .serviceBox figure {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1;
    }
    .packages .elementor-widget-wrap{
        grid-template-columns: repeat(3, 1fr);
    }
	.mainFooter .midColFooter {
		order: -1;
		padding-bottom: 40px;
	}
    
}
@media screen and (max-width:991px) {
	.padding-inline-8,.padding-inline-10{
		padding-inline: 5% !important;
	}
    .testimonialSliderCol {
        padding-inline: 30px;
    }
    .aboutSec .aboutContentCol {
        padding: 0;
    }
    .aboutSec .aboutContentCol {
        padding-block: 40px;
    }
    .testimonialSliderCol .elementor-widget-wrap{
        margin: 0;
    }
    .servicesBoxes .elementor-widget-wrap {
        grid-template-columns: repeat(2, 240px);
    }
    .packages .elementor-widget-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .testImgCol .elementor-widget-wrap img,
	.landscapeImage .elementor-widget-container img{
        position: unset !important;
        transform: none;
    }  
    .testImgCol .elementor-widget-wrap .elementor-widget-container {
        width: 100% !important;
    }
	.sisterBrandsSlider .slick-track {
		display: flex;
		align-items: center;
	}
	.sisterBrandsSlider .slick-slide{
		aspect-ratio: auto;
		padding-inline: 10px;
	}
	.testimonialSliderCol .elementor-widget-wrap{
		padding-inline: 20px !important;
	}
	.contactFormBox .elementor-widget-wrap{
		padding-inline: 15px !important;
	}
	
}
@media screen and (max-width:767px) {
	.testimonialSlider .elementor-swiper-button.elementor-swiper-button-prev{
		left: -45px;
	}
	.testimonialSlider .elementor-swiper-button.elementor-swiper-button-next {
		right: -45px;
	}
}
@media screen and (max-width:640px) {
    .packages .elementor-widget-wrap{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width:576px) {
    .servicesBoxes .elementor-widget-wrap {
        grid-template-columns: repeat(1, 300px);
    }
}