/*
 Theme Name: Hello Elementor Child
 Theme URI: https://perfumeuae.local/
 Description: Child theme for Hello Elementor
 Author: Aswani
 Author URI: https://perfumeuae.local/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Custom CSS starts below */
/* header */

.elementor-item:after {
    content: "";
    position: absolute;
    left: 9%!important;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
.elementor-item:hover:after,
.elementor-item.elementor-item-active:after {
    width: 57%!important;
   
}


.hero-banner {
    position: relative;
height: 300px;
top: -130px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 120px 24px 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 10, 25, 0.4) 0%, rgba(12, 10, 25, 0.65) 80%, rgba(12, 10, 25, 0.85) 100%);
    z-index: 0;
}

.hero-overlay {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: auto;
}

.hero-overlay h1 {
    font-size: clamp(2.8rem, 5vw, 3.8rem);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-overlay p {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.85;
}

.perfume-showcase {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 150px;
    margin-top: auto;
    margin-bottom: clamp(48px, 10vh, 160px);
}

.perfume-banner-heading {
    font: 300 55px/95px "Raleway", sans-serif;
    letter-spacing: 1.29px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 12px;
    width:80%;
}

.perfume-wrapper {
    position: relative;
    width: clamp(320px, 28vw, 480px);
    min-width: 320px;
    cursor: pointer;
    transform-style: preserve-3d;
    perspective: 1200px;
    transition: transform 0.4s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    transform: scale(1);
	outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* Default cap alignment offsets — tweak per image if needed */
    --cap-x: 0px;   /* positive moves cap to the right */
    --cap-y: 40px;  /* positive moves cap downward */
}

.perfume-wrapper::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -170%);
    padding: 8px 16px;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(12, 10, 25, 0.65);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    --cap-x: 0px;   /* positive moves cap to the right */
    --cap-y: 30px;
    z-index: 1;
}

.perfume-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -128%);
    width: 28px;
    height: 28px;
    background: #cbad54;
    border: 1px solid #b0903e;
    border-top: none;
    border-left: none;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    animation: arrow-bounce 1.4s ease-in-out infinite;
}

.perfume-wrapper:hover,
.perfume-wrapper:focus-visible {
    transform: translateY(-12px) scale(1.05) rotateY(5deg);
}

.perfume-wrapper:focus-visible {
    outline: none;
}
.perfume-wrapper:focus,
.perfume-wrapper:focus-visible,
.perfume-wrapper:active {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.perfume-wrapper.tooltip-hidden::after,
.perfume-wrapper.tooltip-hidden::before {
    opacity: 0;
    visibility: hidden;
}

@keyframes arrow-bounce {
    0%, 100% {
        transform: translate(-50%, -128%) scale(1) rotate(0deg);
        box-shadow: 0 0 0 rgba(203, 173, 84, 0.35);
    }
    40% {
        transform: translate(-50%, -150%) scale(1.12) rotate(-4deg);
        box-shadow: 0 0 12px rgba(203, 173, 84, 0.5);
    }
    70% {
        transform: translate(-50%, -140%) scale(1.08) rotate(3deg);
        box-shadow: 0 0 8px rgba(203, 173, 84, 0.4);
    }
}

.perfume-wrapper img {
    border: none;
}

.perfume-bottle {
    width: 100%;
    height: auto;
    min-width: 100%;
    display: block;
    filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.35));
    transition: transform 0.3s ease;
    object-fit: contain;
}

.perfume-wrapper.cap-open .perfume-bottle {
    transform: translateZ(32px);
}

.perfume-cap {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 46%;
    max-width: 200px;
    /* Align to bottle top and fine-tune with offsets */
    transform: translate(
        calc(-50% + var(--cap-x, 0px)),
        calc(-100% + var(--cap-y, 0px))
    ) translateZ(36px);
    transform-origin: center bottom;
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55), filter 0.3s ease;
    filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.4));
    pointer-events: none;
   
}



/* .perfume-wrapper.cap-open .perfume-cap {
    transform: translate(
        calc(-50% + var(--cap-x, 0px)),
        calc(-212% + var(--cap-y, 0px))
    ) rotateX(35deg) rotateZ(-6deg);
    filter: drop-shadow(0 45px 65px rgba(0, 0, 0, 0.45));
} */
.perfume-wrapper.cap-open .perfume-cap {
    transform: translate(calc(-50% + var(--cap-x, 0px)), calc(-212% + var(--cap-y, 0px))) rotateX(15deg) rotateZ(-6deg);
    filter: drop-shadow(0 45px 65px rgba(0, 0, 0, 0.45));
}

.spray-container {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 200px;
    z-index: 10;
    height: 300px;
    pointer-events: none;
    transform: translateX(-50%) perspective(800px);
    transform-style: preserve-3d;
    overflow: visible;
}

.spray-particle {
    position: absolute;
    top: var(--spray-origin, 10%);
    left: 50%;
    width: var(--spray-width, 8px);
    height: var(--spray-height, 18px);
    transform: translateX(calc(-50% + var(--spray-x, 0px))) translateY(0) rotate(var(--spray-rotate, 0deg));
    transform-origin: center;
    opacity: 0;
    border-radius: var(--spray-radius, 50%);
    background: var(--spray-color, radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(203, 173, 84, 0.35) 60%, rgba(203, 173, 84, 0) 100%));
    filter: blur(var(--spray-blur, 0px));
    mix-blend-mode: screen;
    pointer-events: none;
    animation: spray-motion var(--spray-duration, 2s) cubic-bezier(0.42, 0, 0.3, 1) var(--spray-delay, 0s) forwards;
    will-change: transform, opacity, filter;
    z-index: 100;
}

.spray-particle.droplet {
    --spray-width: 5px;
    --spray-height: 5px;
    --spray-radius: 42%;
    --spray-origin: 13%;
    --spray-color: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(203, 173, 84, 0.5) 55%, rgba(203, 173, 84, 0.05) 100%);
    --spray-blur: 0.4px;
    --spray-blur-end: 2px;
    --spray-scale-end: 0.5;
 
}

.spray-particle.mist {
    --spray-width: 20px;
    --spray-height: 11px;
    --spray-radius: 50%;
    --spray-origin: 10%;
    --spray-color: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(203, 173, 84, 0.35) 55%, rgba(203, 173, 84, 0) 100%);
    --spray-blur: 2px;
    --spray-blur-end: 6px;
    --spray-scale-end: 0.3;
}

.spray-particle.smoke {
    --spray-width: 30px;
    --spray-height: 26px;
    --spray-radius: 50%;
    --spray-origin: 8%;
    --spray-color: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.5) 0%, rgba(203, 173, 84, 0.15) 45%, rgba(203, 173, 84, 0.03) 80%, rgba(203, 173, 84, 0) 100%);
    --spray-blur: 4px;
    --spray-blur-end: 12px;
    --spray-scale-end: 0.48;
    mix-blend-mode: lighten;
    animation: smoke-drift var(--spray-duration, 2.4s) cubic-bezier(0.32, 0.02, 0.26, 1) var(--spray-delay, 0s) forwards;
}

@keyframes spray-motion {
    0% {
        opacity: 0;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.2)) translateY(0) translateZ(0) rotate(var(--spray-rotate, 0deg)) scale(0.75);
        filter: blur(var(--spray-blur, 0px));
    }
    15% {
        opacity: 0.85;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.3)) translateY(-18px) translateZ(15px) rotate(var(--spray-rotate, 0deg)) scale(0.78);
    }
    55% {
        opacity: 0.45;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.55)) translateY(calc(-1 * var(--spray-distance, 160px) * 0.5)) translateZ(35px) rotate(var(--spray-rotate, 0deg)) scale(0.6);
    }
    100% {
        opacity: 0;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.75)) translateY(calc(-1 * var(--spray-distance, 180px))) translateZ(50px) rotate(var(--spray-rotate, 0deg)) scale(var(--spray-scale-end, 0.45));
        filter: blur(var(--spray-blur-end, 3px));
    }
}

@keyframes smoke-drift {
    0% {
        opacity: 0;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.25)) translateY(0) translateZ(0) scale(0.45) rotate(0deg);
        filter: blur(var(--spray-blur, 4px));
    }
    25% {
        opacity: 0.38;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.3)) translateY(-12px) translateZ(20px) scale(0.5) rotate(0.5deg);
    }
    60% {
        opacity: 0.26;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.4)) translateY(calc(-1 * var(--spray-distance, 140px) * 0.55)) translateZ(40px) scale(0.6) rotate(1deg);
    }
    100% {
        opacity: 0;
        transform: translateX(calc(-50% + var(--spray-x, 0px) * 0.55)) translateY(calc(-1 * var(--spray-distance, 160px))) translateZ(60px) scale(0.7) rotate(-2deg);
        filter: blur(var(--spray-blur-end, 9px));
    }
}

.perfume-wrapper.spraying .perfume-bottle {
    animation: bottle-sway 1.4s ease-in-out;
}

@keyframes bottle-sway {
    0%, 100% {
        transform: translateZ(20px) rotateZ(0deg);
    }
    40% {
        transform: translateZ(28px) rotateZ(1.2deg);
    }
    70% {
        transform: translateZ(16px) rotateZ(-0.8deg);
    }
}

.interaction-hint {
    display: none;
}
main{
    background: linear-gradient(#f3f0eb, #ffffff);
}
.content-sections
{
    background: linear-gradient(#f7f5f2, #ffffff);
} 

.content-section {
    max-width: 1316px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 24px;


}

.content-section h2 {
    margin-bottom: 30px;
    font: 42px / 60px "Lora", serif;
    letter-spacing: 0.76px;
    text-align: center;
    color: inherit;
}

.content-section .section-content {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 1.6;
}

.custom-content {
    padding: 80px 24px 120px;
    background: #120e25;
    color: #efe8ff;
    text-align: center;
}

.custom-content > * {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Create Perfume Section - Combined section with heading, options, and background */
.create-perfume-section {
    position: relative;
    min-height: 970px;
    background-size: 450px auto;
    background-position: center 300%;
    background-repeat: no-repeat;
    padding: 0px 24px;
    background-color: #fff;
    overflow: hidden;
    padding-top: 50px;
}

.create-perfume-wrapper {
    max-width: 1316px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.create-perfume-heading {
    font: 42px / 60px "Lora", serif;
    letter-spacing: 0.76px;
    text-align: center;
  
    color: #000000;
    width: 100%;
}

.create-perfume-wrapper::after {
    content: "";
    width: 100%;
    height: 399px;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: -516px;
    left: 0;
    opacity: 1;
    z-index: 10;
    pointer-events: none;
}

.perfume-option {
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 2;
    margin: 0 auto;
    margin-top: -50px;
}

/* Curved connector line using SVG - connecting circle centers */
.perfume-option::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-image: 
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M 96 475 Q 216 409 336 343 Q 468 313 600 283 Q 732 313 864 343 Q 984 409 1104 475" fill="none" stroke="%23E0E0E0" stroke-width="5" stroke-linecap="round"/></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.perfume-option-item {
    width: 230px;
    height: 230px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 8px;
    z-index: 3;
}

/* Position items in curved arc - creating a balanced semi-circular layout */
.perfume-option-item[data-option-index="1"] {
    left: 8%;
    top: 60%;
    transform: translateX(-50%);
}

.perfume-option-item[data-option-index="2"] {
    left: 28%;
    top: 38%;
    transform: translateX(-50%);
}

.perfume-option-item[data-option-index="3"] {
    left: 50%;
    top: 28%;
    transform: translateX(-50%);
}

.perfume-option-item[data-option-index="4"] {
    left: 72%;
    top: 38%;
    transform: translateX(-50%);
}

.perfume-option-item[data-option-index="5"] {
    left: 92%;
    top: 60%;
    transform: translateX(-50%);
}

.perfume-option-item .img {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perfume-option-item .img img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
}

.perfume-option-item .text {
    text-align: center;
    font: 18px / 30px "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    width: 193px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 0px 0px #F4F4F4;
    border-radius: 50%;
    padding: 40px 20px;
    z-index: 2;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f1f8f5 0%, #fdf5e3 100%);
}

.perfume-option-item .text span {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    max-width: 100%;
    text-align: center;
    white-space: normal;
}

.perfume-option-item .text span br {
    display: block;
    content: "";
    margin-top: 0;
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 120px 24px;
    background-color: #fafafa;
}

.why-choose-us-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
 
}

.why-choose-us-image {
    position: relative;
    margin: 0 0 1rem;
}

.why-choose-us-image img {
    width: 100%;
    height: auto;
    max-width: 500px;
    display: block;
    object-fit: contain;
}

.why-choose-us-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 50px;
}

.why-choose-us-heading {
    font: 42px / 60px "Lora", serif;
    letter-spacing: 0.76px;
    color: #000000;
    margin: 0;
}

.why-choose-us-description {
    font: 16px / 28px "Raleway", sans-serif;
    color: #6c6c6c;
    margin: 0;
}

.why-choose-us-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-choose-us-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    transition: opacity 0.3s ease;
    opacity: 0.3;
    display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        max-width:824px;
        height: auto;  
}
.why-choose-us-cards-wrapper {
    display: flex;

    gap: 50px;
    justify-content: center;
    align-items: center;
}
.why-choose-us-card.active {
    opacity: 1;
}

.card-icon {
    margin-bottom: 20px;
    
}

.card-icon img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
    display: block;
}

.card-title {
    font: 20px / 32px "Raleway", sans-serif;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
}

.card-description {
    font: 16px / 24px "Raleway", sans-serif;
    color: #6c6c6c;
    margin: 0;
}

.why-choose-us-tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.why-choose-us-tab {
    width: 11px;
    height: 48px;
    border-radius: 6px;
    border: none;
    background-color: #3c2c2c;
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.why-choose-us-tab.active {
    opacity: 1;
    background-color: #cbad54;
}

.why-choose-us-tab:hover {
    opacity: 0.6;
}

/* Information Section */
.information-section {
    padding: 0px 24px;
    background-color: #FFFFFF;
}

.information-section .container {
    max-width: 1320px;
    margin: 0 auto;
    margin-bottom: -100px;
}

.information-section .info-section {
    position: relative;
    width: 100%;
    z-index: 10;
}

.information-section .info-section img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}

.information-section .info-section .info-content {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 778px;
    padding: 50px 50px 45px;
}

.information-section .info-section .info-content h2 {
    color: #000000;
    margin-bottom: 25px;
    font: 42px / 60px "Lora", serif;
    letter-spacing: 0.76px;
}

.information-section .info-section .info-content p {
    font: 18px / 38px "Raleway", sans-serif;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
input
{
    background: transparent!important;
}
@media (max-width: 1366px) {
    .perfume-banner-heading {
        line-height: normal;
        font-size: 40px;
    }
    .perfume-wrapper {
        width: clamp(260px, 35vw, 420px);
    }
    .hero-banner {
        
          
            min-height: 138vh;
        
}
}
@media (max-width: 1280px) {
    .hero-banner {
        min-height: 100vh;
    }
}
@media (max-width: 1200px) {
    .hero-banner {
        min-height: 135vh;
 padding-top: 0;
        top: 0;
    }
    .perfume-option-item {
        width: 200px;
        height: 200px;
    }

    .perfume-option-item .img {
        top: -90px;
        width: 180px;
        height: 180px;
    }

    .perfume-option-item .img img {
        width: 180px;
        height: 180px;
    }

    .perfume-option-item .text {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 1024px) {
    .hero-banner {
        /* min-height: 50vh; */
        min-height: 100vh;
       
    }
    .perfume-wrapper {
        width: clamp(260px, 50vw, 420px);
    }
    .create-perfume-heading 
    {
               margin-bottom: 126px;
        margin-top: -47px;
    }
    .create-perfume-section
    {
        background-size: 422px auto;
    }
    .perfume-option {
        display: grid;
  grid-template-columns: repeat(3, 2fr);
        gap: 100px;
        justify-content: center;
        align-items: center;
        height: auto;
        min-height: 500px;
        overflow: visible;
		
    }

    .perfume-option::before {
        display: none; /* Hide arc line */
    }

    .perfume-option-item {
        position: relative;
        /* flex: 0 0 calc(50% - 10px); */
        max-width: 200px;
        transform: none!important;
    }

    .perfume-option-item[data-option-index="1"],
    .perfume-option-item[data-option-index="2"],
    .perfume-option-item[data-option-index="3"],
    .perfume-option-item[data-option-index="4"],
    .perfume-option-item[data-option-index="5"] {
        left: auto;
        top: auto;
    }

    .why-choose-us-wrapper {
       flex-direction: column-reverse;
        gap: 40px;
    }

    .why-choose-us-image {
        text-align: center;
    }

    .why-choose-us-image img {
        max-width: 400px;
        margin: 0 auto;
    }
    .why-choose-us-content
    {
        padding-top: 0px;
    }
    .why-choose-us-tabs {
        
        justify-content: center;
        margin-top: 20px;
    }
    .perfume-option .perfume-option-item:nth-child(5) {
        grid-column: span 2;   /* make it take full row */
        justify-self: center;  /* center THIS item only */
                 /* remove forced 100% width */
    }
    .perfume-option .perfume-option-item:nth-child(4),
.perfume-option .perfume-option-item:nth-child(5) {
    grid-column: span 1;   /* take full width row */
    justify-self: center;  /* center the item */
}

}
@media (max-width: 853px) {
    .hero-banner {
        min-height: 53vh;
        top: 0;
        padding: 0;
    }
}

@media (max-width: 768px) {
    /* .hero-banner {
        min-height: 120vh;
        padding: 90px 18px 150px;
    } */
    .hero-banner {
        min-height: 66vh;
    }

    .hero-overlay {
        margin-bottom: auto;
    }

    .hero-overlay h1 {
        letter-spacing: 1px;
    }

    .perfume-wrapper::after {
        font-size: 0.75rem;
        letter-spacing: 0.1em;
    }

    .cloth-image {
        transform: translateY(10px);
    }
    .perfume-option {
        grid-template-columns: repeat(2, 0fr);
    }
    
    .perfume-option .perfume-option-item:nth-child(5) {
        grid-column: span 2;   /* make it take full row */
        justify-self: center;  /* center THIS item only */
                 /* remove forced 100% width */
    }
    .why-choose-us-cards-wrapper
    {
        gap: 20px;
    }
    /* .perfume-option-item {
        width: 160px;
        height: 160px;
        padding: 6px;
    } */

    /* .perfume-option-item .text {
        width: 140px;
        height: 140px;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        padding: 30px 15px;
    } */

    /* .perfume-option-item .img {
        top: -80px;
        width: 160px;
        height: 160px;
    }

    .perfume-option-item .img img {
        width: 160px;
        height: 160px;
    }

    .create-perfume-section {
        min-height: 700px;
        padding: 80px 20px;
    } */

    .create-perfume-heading {
        font-size: 36px;
        line-height: 50px;
        margin-top:0px;
    }

    .why-choose-us-section {
        padding: 80px 20px;
    }

    .why-choose-us-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .why-choose-us-heading {
        font-size: 32px;
        line-height: 44px;
    }

    .why-choose-us-card {
        
        padding: 30px;
        flex-direction: column;
    }

    .card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .information-section {
        padding: 0px 20px;
    }

    .information-section .info-section .info-content {
        max-width: 100%;
        padding: 30px 25px;
        position: relative;
        left: auto;
        bottom: auto;
        background: rgba(255, 255, 255);
    }

    .information-section .info-section .info-content h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .information-section .info-section .info-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .create-perfume-section {
        
        min-height: 1230px;
      
        background-position: center 200%;
    }
/* 
    .perfume-option {
        height: 500px;
        
    }

    .perfume-option-item[data-option-index="1"] {
        left: 5%;
        top: 65%;
    }

    .perfume-option-item[data-option-index="2"] {
        left: 25%;
        top: 42%;
    }

    .perfume-option-item[data-option-index="3"] {
        left: 50%;
        top: 32%;
    }

    .perfume-option-item[data-option-index="4"] {
        left: 75%;
        top: 42%;
    }

    .perfume-option-item[data-option-index="5"] {
        left: 95%;
        top: 65%;
    } */
}
@media (max-width: 540px) {
   
    .hero-banner {
        min-height: 90vh;
    }
    .perfume-wrapper {
        width: clamp(260px, 69vw, 420px);
    }
}
@media (max-width: 480px) {
   

    .perfume-wrapper {
        width: clamp(209px, 100vw, 371px);
    }

    .spray-container {
        width: 180px;
        height: 280px;
    }
    .perfume-banner-heading {
        font-size: 35px;
    }
    .hero-banner {
        min-height: 73vh;
    }
    .perfume-option {
      
        row-gap: 100px;
        column-gap: 50px;
}
.perfume-option-item .img img {
    width: 150px;
    height: 150px;
}

.perfume-option-item .text {
    width: 130px;
    height: 130px;
    font-size: 12px;
    line-height: 18px;
}
.perfume-option-item {
    width: 160px;
    height: 160px;
}

    .information-section {
        padding: 40px 16px;
    }

    .information-section .info-section .info-content {
        padding: 25px 20px;
    }

    .information-section .info-section .info-content h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .information-section .info-section .info-content p {
        font-size: 14px;
        line-height: 24px;
    }
	.content-section {
        padding-bottom: 0px;
    }
}
/* @media (max-width: 480px) {
    .content-section {
        padding-top: 115px;
    }
} */
@media (max-width: 380px) {
    .perfume-wrapper {
        width: clamp(209px, 100vw, 348px);
    }
}
