/*
Theme Name: IdeálCsempe
Theme URI: https://www.idealcsempe.hu/
Template: twentytwentyfive
Author: ABMG web & PPC
Author URI: https://abmg.hu
Description: Twentytwentyfive egyedi gyerek blokksablon a Wunderbar Fesztivál weboldalához.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: idealcsempe
Tags: full-site-editing, block-patterns
*/

* {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
}

body {
    position: relative;
    max-width: 1920px !important;
    margin: 0 auto !important;
}

:where(.wp-site-blocks) > * {
    margin: 0 !important;
}

::selection {
    background-color: var(--wp--preset--color--custom-accent);
    color: var(--wp--preset--color--custom-base);
}

section {
    overflow: hidden !important;
}

.hidden{
    display: none !important;
}

#info .safe-svg-inside{
    display: block !important;
}

/* Menu */
#menu>div.uagb-container-inner-blocks-wrap{
    flex-wrap: wrap;
}

#menu .menuItem{
    min-width: 293px;
    min-height: 80px;
    max-width: 293px;
    max-height: 80px;
}

#menu .menuItem .safe-svg-cover{
    display: flex;
}

#menu .menuItem>div:first-child{
    filter: drop-shadow(0 0 8px #0d1014a6);
}

#menu .menuItem>div:first-child svg path{
    transition: fill 0.3s ease-in-out;
}

#menu .menuItem:hover>div:first-child svg path{
    fill: var(--wp--preset--color--custom-accent);
}


#menu .menuItem>div:nth-child(2){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
    width: unset !important;
}

#menu .menuItem>div:nth-child(2)>div.safe-svg-cover{
    width: unset !important;
}

#menu .menuItem>div:nth-child(2)>div.wp-block-uagb-advanced-heading{
    white-space: nowrap;
}
#menu .menuItem>div:nth-child(2)>div.wp-block-uagb-advanced-heading p{
    white-space: nowrap;
}

/*BTNS*/
.blueBtn .wp-block-button__link {
    background: transparent !important;
    border:4px solid var(--wp--preset--color--custom-accent-3) !important;
    border-radius: 40px !important;
    padding: 10px 20px;
    transition: 300ms ease-in-out !important;
}

.blueBtn .uagb-button__link {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--wp--preset--color--custom-accent-3) !important;
}

.blueBtn .wp-block-button__link:hover {
    border-color: var(--wp--preset--color--custom-accent-2) !important;
}

.fillBtn .wp-block-button__link {
    background: var(--wp--preset--color--custom-accent-2) !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 14px 24px;
    transition: 300ms ease-in-out !important;
}

.fillBtn .uagb-button__link {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--wp--preset--color--custom-accent) !important;
}

.fillBtn .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--custom-accent) !important;
    color: var(--wp--preset--color--custom-accent-3) !important;
}

/* CTA */
#cta{
    position: relative;
    overflow: hidden !important;
}

#cta .cta_img{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
#cta .cta_img figure,
#cta .cta_img img {
    width: 100%;
    height: 100%;
}

#cta .cta_img img {
    object-position: top right;
    max-width: 1540px;
    margin-left: auto;
}

.ctaTextOuter {
    clip-path: polygon(0% 0%, 550px 0%, 675px 62%, 315px 100%, 0% 100%);
    z-index: 10;
}

#cta .cta_text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    max-width: 50%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 14;
}

.ctaMain {
    max-width: 445px !important;
}

#cta .ctaButton{
    width: unset !important;
    align-self: flex-start;
}

#cta .ctaButton .wp-block-button__link{
    padding: 10px 20px !important;
    background-color: transparent !important;
    border: 4px solid var(--wp--preset--color--custom-base) !important;
    border-radius: 40px !important;
    transition: all 0.3s ease-in-out !important;
}
#cta .ctaButton .uagb-button__link{
    color: var(--wp--preset--color--custom-base) !important;
    transition: all 0.3s ease-in-out !important;
}
#cta .ctaButton:hover .wp-block-button__link{
    background-color: var(--wp--preset--color--custom-base) !important;
}
#cta .ctaButton:hover .uagb-button__link{
    color: var(--wp--preset--color--custom-accent-2) !important;
}

#cta .cta_text>.wp-block-uagb-advanced-heading{
    width: unset !important;
}

#cta .cta_mask{
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #EA8573;
    background: linear-gradient(90deg,rgba(234, 133, 115, 1) 0%, rgba(234, 133, 115, 1) 26%, rgba(234, 133, 115, 0) 56%, rgba(234, 133, 115, 0) 77%, rgba(234, 133, 115, 0.5) 100%);
    pointer-events: none !important;
}

.cta_bottom{
    position: absolute !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    z-index: 15 !important;
    width: 100vw !important;
    min-height: 55px !important;
    bottom: -1px !important;
    pointer-events: none !important;
    filter: brightness(0) invert(1) !important;
}

#visualPlan {
    overflow: hidden !important;
}

#visualPlan .cta_bottom {
    filter: unset !important;
}

#cta  .cta_bottom figure,
#cta  .cta_bottom img{
    width: 100% !important;
    height: 100% !important;
}


/* STRENGTHS */

#strengths{
    position: relative;
}

.home #strengths>div:first-child{
    position: static !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#strengths div:has(>.str_bg){
    position: absolute !important;
    top: 22%;
    left: 14%;
    width: 1700px;
    height: 1148px;
    transform: rotate(-40deg);
}

#strengths div>.str_bg{
    display: flex;
    width: 100% !important;
    height: 100% !important;
}

#strengths  .str_bottom{
    position: absolute !important;
    z-index: 15;
    min-width: 1920px !important;
    min-height: 55px !important;
    bottom: -1px;
}

#strengths  .str_bottom figure,
#strengths  .str_bottom img{
    width: 100%;
    height: 100%;
}

#strengths .sCardWrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

#strengths .sCard{
    display: flex;
    max-width: calc((100% - 80px) / 3);
    width: 100%;
}

#strengths .sCard .sCardCont{
    transition: all 0.4s ease-in-out;
}

#strengths .sCard .sCardCont.small{
    transform: scale(0);
}

#strengths .imgBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border: 5px solid var(--wp--preset--color--custom-base);
    border-radius: 50%;
    background-color: var(--wp--preset--color--custom-accent-2);
    box-shadow: 0 4px 15px #00000040;
    overflow: hidden !important;
    z-index: 10;
}

#strengths .imgBox .safe-svg-cover{
    z-index: 15;
}

#strengths .imgBox::before,
#strengths .imgBox::after{
    content: '';
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: +1;
    background-image: linear-gradient(to bottom, #F6C09C4D 0%, #0E2C574D 66%);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#strengths .imgBox::after{
    background-image: linear-gradient(to bottom, #F6C09CCC 0%, #0E2C57CC 66%);
    opacity: 0;
}

#strengths .sCardCont:hover .imgBox::before{
    opacity: 0;
}
#strengths .sCardCont:hover .imgBox::after{
    opacity: 1;
}

#strengths .sCardCont h3{
    transition: all 0.3s ease-in-out !important;
}

#strengths .sCardCont:hover h3{
    color: var(--wp--preset--color--custom-accent-3) !important;
}

#strengths .safe-svg-cover{
    width: unset;
}

#strengths .safe-svg-cover>div{
    display: flex;
}

/* INFO*/
.home #info{
    position: relative;
    background: linear-gradient(to bottom, #FCF9EE 0%, #F7F4E7 100%);
    padding-left: 1rem;
    padding-right: 1rem;
}

#info .left,
#info .right{
    width: unset !important;
    position: absolute !important;
}

#info .left{
    bottom: 17%;
    left: 10%;
}

#info .right{
    bottom: 3%;
    right: 10%;
}

#info>div{
    position: relative;
}

#info .infoTitle{
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#info .infoCard{
    position: relative;
    max-width: 410px;
    width: 100%;
    filter: drop-shadow(0 0 60px #0D10140D);
    overflow: hidden;
}

#info .infoCard::after{
    content: '';
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border: 0px solid #fcf9ee;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

#info .infoCard:hover::after{
    border: 3px solid var(--wp--preset--color--custom-accent-2);
}

#info .infoCards>div:nth-child(2) .infoCard:first-child a{
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

#info .infoCards>div:nth-child(2) .infoCard:first-child a:hover{
    color: var(--wp--preset--color--custom-accent);
}

#info .coinSpin{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    box-shadow: 0 4px 15px #0000001A;
}
#info .coinSpin>div{
    width: unset;
}


@keyframes slowing-spin {
    0% {
    transform: rotateY(0deg);
    animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
    }
    80% {
    transform: rotateY(1620deg);
    animation-timing-function: cubic-bezier(0, 0, 0.5, 1);
    }
    100% {
    transform: rotateY(1800deg);
    }
}

.spin {
    animation: slowing-spin 3s forwards;
}

/* CONTACT */
/* Contactform */
.home #contact{
    background: linear-gradient(to bottom, #F7F4E7 0%, #F4F0E2 100%);
    padding-bottom: 85px !important;
}


#contact>div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home #contact>div {
    padding: 0 1rem !important;
}

#contact>div {
    align-items: flex-start !important;
}

#contact>div>div{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#contact>div>div:first-child{
    max-width: 28%;
    width: 100%;
}
#contact>div>div:last-child{
    max-width: 66%;
    width: 100%;
}

.wpcf7{
    width: 100%;
}

.formWrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.fieldWrap{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.formWrap label,
.formWrap input,
.formWrap textarea{
    font-family: var(--wp--preset--font-family--mona-sans);
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0;
    color: var(--wp--preset--color--custom-contrast);
}

.formWrap input,
.formWrap textarea{
    border: 2px solid #0D101433;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #FCF9EE;
}

span.red{
    color: var(--wp--preset--color--custom-accent-2);
}

.fieldWrap input,
.fieldWrap textarea{
    display: flex;
    max-width: unset;
    width: 100%;
}
.acceptWrap{
    flex-direction: row;
}

.fieldWrap textarea{
    height: 120px;
}

.captcha{
    position: relative;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--wp--preset--color--custom-contrast);
}

.captcha .captcha-image{
    border-radius: 10px;
}

.checkBox{
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0 !important;
}

.checkBox + span {
    position: relative;
    display: block;
    margin-left: 15px;
}

.checkBox + span::before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    left: -22px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #F7F5F5;
    border: 1px solid var(--wp--preset--color--custom-contrast);;
}

.checkBox + span::after {
    position: absolute;
    display: block;
    width: 12px;
    height: 13px;
    left: -20px;
    background-image: url('/wp-content/uploads/2025/10/checkMark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    transform: translate( 10%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
}

.checkBox:checked + span::before {
    border: 1px solid var(--wp--preset--color--custom-accent-2);
}

.checkBox:checked + span::after {
    opacity: 1;
    visibility: visible;
}

.checkBox2 + span::before {
    background-color: transparent;
    border-color: var(--wp--preset--color--custom-contrast);
}
.fieldWrap.submitWrap{
    width: unset;
}

.fieldWrap.submitWrap input:disabled{
    filter: grayscale();
}

.fieldWrap.submitWrap input{
    font-size: 24px;
    line-height: 40px;
    padding: 18px 37px;
    border: unset;
    width: unset;
    color: #FCF9EE;
    background-color: var(--wp--preset--color--custom-accent-2);
    transition: all 0.3s ease-in-out;
    border-radius: 40px;
    filter: unset;
    cursor: pointer;
}

.fieldWrap.submitWrap input:not(:disabled):hover{
    filter: unset;
    color: var(--wp--preset--color--custom-accent-3);
    background-color: var(--wp--preset--color--custom-accent);
}
.wpcf7-form-control-wrap{
    position: static;
}

.wpcf7-not-valid-tip{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    white-space: nowrap;
}

.captcha .wpcf7-not-valid-tip{
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

/*VISUAL DESIGN SECTION*/
.visualDecorText {
    max-width: 535px !important;
}

#visualPlan {
    position: relative !important;
}

#visualPlan > .uagb-container-inner-blocks-wrap {
    position: static !important;
}

.visualInnerCont {
    position: relative !important;
}

.visualInnerCont > .uagb-container-inner-blocks-wrap {
    position: static !important;
}

.visualDecorMain {
    position: absolute !important;
    overflow: hidden !important;
    max-width: 728px;
    width: 100%;
    aspect-ratio: 1 / 1;
    filter: drop-shadow(17px 17px 0 #F6C09C);
    left: 0 !important;
    bottom: -200px !important;
}

.visualDecorMain figure {
    max-width: 583px !important;
}

.visualDecorMain img {
    width: 100% !important;
    object-fit: cover !important;
    aspect-ratio: 1 / 1 !important;
    clip-path: polygon(
        25% 6.6987%,
        75% 6.6987%,
        100% 50%,
        75% 93.3013%,
        25% 93.3013%,
        0% 50%
    );
    transform: rotate(-75deg);
}

.visualDecor {
    position: absolute !important;
    max-width: 402px !important;
    width: 40% !important;
    bottom: 0 !important;
    filter: drop-shadow(0 0 30px #0000004f) !important;
}

.visualDecorRight {
    right: 0;
    transform: rotate(7deg) translateY(10px);
}

.visualDecorLeft {
    right: 0;
    transform: translateX(-99%) rotate(-6.5deg);
}

.visualDecor figure,
.visualDecor img {
    width: 100%;
    height: 100%;
}

.visualDecor img {
    border-radius: 5px;
}

.visualDecorLeft img {
    filter: drop-shadow(8px 9px 0 #EA8573);
}

.visualDecorRight img {
    filter: drop-shadow(-9px 9px 0 #F2EDDF);
}

/*HEADER WOOCOMMERCE ICONS*/
.wc-block-components-drawer__screen-overlay {
    z-index: 10000;
}

.headerCart .wc-block-mini-cart__button,
.headerAcc a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    background: #CCD0D0 !important;
    border-radius: 50% !important;
    border: 1px solid #CCD0D0 !important;
    transition: 400ms ease-in-out !important;
}

.headerCart .wc-block-mini-cart__button:hover,
.headerAcc a:hover {
    background: #CCD0D000 !important;
}

.headerAcc a svg {
    width: 26px !important;
    height: 26px !important;
    margin-right: 1px;
    margin-bottom: 3px;
}

.headerCart svg path,
.headerAcc svg path,
.headerCart svg circle {
    transition: 400ms ease-in-out;
}

.headerCart .wc-block-mini-cart__button:hover svg path,
.headerCart .wc-block-mini-cart__button:hover svg circle,
.headerAcc a:hover svg path {
    fill: #CCD0D0 !important;
}

.pageTitleBox {
    background-color: var(--wp--preset--color--custom-accent-2) !important;
}

/*SHOP GENERAL*/
.storeCrumbsCont > .uagb-container-inner-blocks-wrap {
    position: static !important;
}

.storeCrumbsCont > .uagb-container-inner-blocks-wrap::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    border-radius: 5px;
    background-color: var(--wp--preset--color--custom-accent);
}

.storeCrumbs .woocommerce-breadcrumb {
    margin: 0 !important;
}

.storeCrumbs .woocommerce-breadcrumb a {
    text-decoration: none !important;
    transition: 300ms ease-in-out !important;
}

.storeCrumbs .woocommerce-breadcrumb a:hover {
    color: var(--wp--preset--color--custom-accent-2) !important;
}

.taxonomy-product_cat a {
    text-decoration: none !important;
}

/*IMG VIEWER HEADER FIX*/
.pswp {
    z-index: 100000 !important;
}

/*REQUEST QUOTE BTN*/
.add_to_cart_button,
.added_to_quote {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 14px 36px !important;
    text-align: center !important;
    border-radius: 40px !important;
    transition: 400ms ease-in-out !important;
    text-decoration: none !important;
    outline: none !important;
    height: unset !important;
}

.add_to_cart_button {
    margin: auto 0 0 0 !important;
    color: var(--wp--preset--color--custom-base) !important;
    background-color: var(--wp--preset--color--custom-accent-2) !important;
}

.add_to_cart_button:hover {
    color: var(--wp--preset--color--custom-accent-3) !important;
    background-color: var(--wp--preset--color--custom-accent) !important;
}

.added_to_quote {
    margin: 0 !important;
    color: var(--wp--preset--color--custom-base) !important;
    border: 4px solid var(--wp--preset--color--custom-accent-3) !important;
    color: var(--wp--preset--color--custom-accent-3) !important;
}

.added_to_quote:hover {
    border-color: var(--wp--preset--color--custom-accent) !important;
}

/*****************************/
/********* MEDIA *************/
/*****************************/

/* MENU */

@media(max-width:768px){
    #menu .menuItem>div:nth-child(2){
        flex-wrap: nowrap !important;
    }
}
/* CTA */
/*
@media(max-width:1820px){
    #cta .cta_text>div:first-child{
        max-width: 70%;
    }
}
@media(max-width: 1400px){
    #cta .cta_text>div:first-child{
        max-width: 60%;
    }
    #cta div>h3{
        font-size: 40px;
        line-height: 1.2em;
    }
    #cta div>p{
        font-size: 18px;
        line-height: 1.2em;
    }
    #cta .ctaButton .uagb-button__link{
        font-size: 18px;
    }
}
@media(max-width:950px){
    #cta .cta_text{
        padding-left: 1rem !important;
        align-items: flex-start;
    }
    #cta .cta_text>div:first-child{
        max-width: 70%;
    }
}
@media(max-width: 833px){
    #cta .cta_text>div{
        row-gap: 30px;
    }
    #cta div>h3{
        font-size: 30px;
    }
    #cta div>p{
        font-size: 16px;
    }
    #cta .ctaButton .uagb-button__link{
        font-size: 16px;
    }
}
@media(max-width: 650px){
    #cta .cta_text{
        padding-right: 1rem !important;
    }
    #cta br{
        display: none;
    }
    #cta .cta_text{
        max-width: unset;
        align-items: center;
        justify-content: center;
        bottom: unset;
        right: 0;
        padding-bottom: 40px;
        clip-path: ellipse(120% 120% at 50% calc(0% - 25%) );
    }
    #cta .cta_text > div {
        padding-top: 30px;
        align-items: center;
        text-align: center;
        max-width: unset !important;
    }
    #cta .ctaButton{
        align-self: center;
    }
    #cta{
        padding-top: calc(200px + (270 - 200) * ((650px - 100vw) / (650 - 320))) !important;
    }
    #cta .cta_mask{
        background-image: none;
    }
    #cta .cta_img{
        min-height: 400px;
    }
    #cta .cta_img img{
        height: 100%;
        object-fit: cover;
    }
}
*/
/*CTA ROUND 2*/
@media (max-width: 1799.98px) {
    .ctaTitle .uagb-heading-text {
        font-size: 3rem !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 1499.98px) {
    .ctaTextOuter {
        clip-path: polygon(0% 0%, 380px 0%, 475px 62%, 275px 100%, 0% 100%);
    }

    .cta_text {
        max-width: 450px !important;
    }

    .ctaMain .uagb-heading-text {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 1199.98px) {
    .ctaTextOuter {
        padding: 105px 0 60px 0 !important;
    }
}

@media (max-width: 991.98px) {
    .ctaTextOuter {
        clip-path: polygon(0% 0%, 300px 0%, 395px 62%, 275px 100%, 0% 100%);
    }

    .cta_text {
        max-width: 350px !important;
    }

    .ctaTitle .uagb-heading-text {
        font-size: 2.2rem !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 767.98px) {
    #cta .cta_img img {
        object-position: 100px 0;
    }
}

@media (max-width: 639.98px) {
    #cta .cta_img img {
        object-position: 20px 0;
    }
}

@media (max-width: 575.98px) {
    #cta {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 0 !important;
    }

    .ctaTextOuter {
        max-width: 100% !important;
        width: 100% !important;
        padding: 30px 16px !important;
        clip-path: unset;
    }

    .cta_text {
        max-width: 100% !important;
    }

    .cta_mask {
        display: none !important;
    }

    #cta .cta_img {
        position: static !important;
    }

    #cta .cta_img img {
        max-height: 300px;
        object-position: unset;
    }
}

@media (max-width: 339.98px) {
    .ctaTitle .uagb-heading-text {
        font-size: 2rem !important;
    }
}

/* STENGTHS */
@media(max-width: 1400px){
    #strengths .sCard{
        max-width: 430px;
    }

}
@media(max-width: 931px){
    #strengths .sCard.hidden{
        display: flex !important;
    }
}

/* INFO*/
@media(max-width:1180px){
    #info .infoCards>div:first-child{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 882px){
    #info .infoCards>div:first-child+div{
        flex-wrap: wrap;
        justify-content: center;
    }
    #info .infoCard{
        max-width: unset;
    }
}
@media(max-width:750px){
    #info > div:nth-child(3)>div:first-child{
        min-height: 160px !important;
    }
    #info > div:nth-child(3)>div:first-child figure{
        width: 100%;
    }
    #info > div:nth-child(3)>div:first-child img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media(max-width:490px){
    #info div>h2{
        font-size: 34px;
    }
}

/*CONTACT*/
@media(max-width:1150px){
    #contact>div{
        flex-direction: column;
        align-items: center !important;
        row-gap: 40px !important;
    }
    #contact>div>div{
        max-width: unset !important;
        width: 100%;
        align-items: center;

    }
    #contact .formWrap{
        align-items: center;
    }
    #contact > div > div:first-child{
        width: unset;
        text-align: center;
    }
}

/*VISUAL DESIGN*/
@media (max-width: 1299.98px) {
    .visualDecorMain {
        left: -140px !important;
    }
}

@media (max-width: 1099.98px) {
    .visualDecorMain {
        bottom: -90px !important;
    }

    .visualDecorTextCont {
        max-width: 40% !important;
    }

    .visualDecorTitle .uagb-heading-text {
        font-size: 2rem !important;
    }
}

@media (max-width: 767.98px) {
    #visualPlan {
        padding-bottom: -140px !important;
    }

    .visualDecorTextCont {
        max-width: 100% !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        padding-bottom: 20px !important;
    }

    .visualDecorMain {
        position: static !important;
    }

    .visualDecorMain figure {
        width: 100% !important;
    }

    .visualInnerCont {
        padding-bottom: 0 !important;
    }

    .visualDecorLeft,
    .visualDecorRight {
        max-width: 55% !important;
        width: 100% !important;
    }

    .visualDecorLeft {
        right: unset;
        left: 0;
        transform: rotate(-6.5deg);
        bottom: -60px !important;
    }

    .visualDecorRight {
        bottom: -80px !important;
    }
}

@media (max-width: 671px) {
    .headerAware {
        padding-top: 180px !important;
    }

    .sideBarWrap {
        top: 270px;
    }
}

@media (max-width: 575.98px) {
    #visualPlan {
        padding-top: 70px !important;
    }

    .sideBarWrap {
        right: 10px;
    }
}

@media (max-width: 519.98px) {
    .add_to_cart_button,
    .added_to_quote {
        padding: 12px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 499.98px) {
    .visualDecorTitle .uagb-heading-text {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 489.98px) {
    .headerAware {
        padding-top: 170px !important;
    }
}

@media (max-width: 359.98px) {
    .add_to_cart_button,
    .added_to_quote {
        font-size: 14px !important;
    }
}