@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'adelia';
    src: url('../fonts/adelia.otf') format('truetype');
}

@font-face {
    font-family: 'nulshockbk-regular';
    src: url('../fonts/nulshockbk-regular.otf') format('truetype');
}

/* NAVBAR */
.dermadew-navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    padding: 20px 0;
}

/* LOGO */
.navbar-brand {
    font-size: 22px;
    letter-spacing: 1px;
}

/* NAV PILLS */
.nav-pill {
    background: #F36E2B;
    color: #fff !important;
    width: 130px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    /* font-weight: 500; */
    text-transform: uppercase;
    text-align: center;
/*    line-height: 1.2;*/
    border-radius: 4px;
    padding: 0;
    font-family: 'nulshockbk-regular', sans-serif;
}

.nav-pill:hover {
    background: #F36E2B;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    background: #0047BA;
}


/* PARENT */
.where-shop {
    position: relative;
}

/* DROPDOWN BOX */
.shop-dropdown {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 71, 186, 0.6);
    padding: 25px 50px;
    border-radius: 14px;
    width: max-content;
    text-align: center;
    z-index: 999;

    /* smooth hover behavior */
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

/* DROPDOWN LINKS */
.shop-link {
    display: block;
    margin: 0;
    padding: 6px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'nulshockbk-regular', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    text-decoration: none;
}

.shop-link:hover {
    text-decoration: none;
}

/* ⭐ KEEP DROPDOWN OPEN ON HOVER + ALLOW CLICK */
.where-shop:hover .shop-dropdown,
.shop-dropdown:hover {
    opacity: 1;
    visibility: visible;
}

/*contact us */
/* PARENT */
.contact-us {
    position: relative;
}

/* DROPDOWN BOX */
.contact-dropdown {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 71, 186, 0.6);
    padding: 22px 36px;
    border-radius: 14px;
    width: max-content;
    text-align: center;
    z-index: 999;

    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

/* LABELS */
.contact-dropdown .label {
    margin: 6px 0 2px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'nulshockbk-regular', sans-serif;
}

/* LINKS */
.contact-dropdown a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 10px;
    font-family: 'nulshockbk-regular', sans-serif;
}

.contact-dropdown a:hover {
    text-decoration: underline;
}

/* SHOW ON HOVER + CLICK */
.contact-us:hover .contact-dropdown,
.contact-dropdown:hover {
    opacity: 1;
    visibility: visible;
}

.contact-dropdown .label:not(:first-child) {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 10px;
    margin-top: 12px;
}




/* RIGHT BUTTON */
.dew-calculator-btn {
    background: #ffffff;
    color: #0b2b42;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
}

/* MOBILE MENU */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .nav-pill {
        width: 100%;
    }
}

/* FIX HAMBURGER VISIBILITY */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

/* HERO SECTION */
.hero-section {
    min-height: 100vh;
    background-image: url('../img/bg-img1.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    display: flex;
    align-items: center;
}

/* CONTENT */
.hero-content {
    padding-top: 100px;
}


.hero-small {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
}

.hero-title {
    font-family: 'adelia', sans-serif;
    font-size: 56px;
    text-align: center;
}

.hero-subtitle {
    font-family: 'nulshockbk-regular', sans-serif;
    font-size: 49px;
    letter-spacing: 2px;
    text-align: center;
}

/*know-about section*/
.know-section {
    min-height: 120vh;
    background-image: url('../img/bg-img2.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    display: flex;
    align-items: center;
}


.know-small {
       font-family: 'Gilroy-Regular', sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    color: #231F20;
    text-transform: uppercase;
}

.know-title {
    font-family: 'adelia', sans-serif;
    font-size: 50px;
    text-align: center;
    color: #0047BA;
}

.know-subtitle {
    font-family: 'nulshockbk-regular', sans-serif;
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    color: #F36E2B;
}


/* SECTION */
.aloe-section {
    background-color: #e2dee5;
    padding: 80px 0 100px;
}

/* HEADINGS */
.heading-wrap {
    margin-top: 70px;
    margin-bottom: 60px;
}

.aloe-subtitle {
    font-family: 'nulshockbk-regular', sans-serif;
    letter-spacing: 2px;
    color: #F36E2B;
    font-size: 35px;
}

.aloe-title {
    font-family: 'adelia', sans-serif;
    color: #0046be;
    font-size: 38px;
    margin-top: 10px;
}

/* PRODUCT GRID */
.aloe-products {
    margin-top: 40px;
}

/* EACH PRODUCT */
.aloe-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FIXED VISUAL HEIGHT (THIS IS THE KEY) */
.product-visual {
/*    height: 420px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* PACK IMAGE */
.aloe-pack {
    max-width: 280px;
    margin-bottom: 20px;
}

/* LOGO */
.product-logo {
    max-width: 220px;
    margin-bottom: 20px;
}

/* DESCRIPTION (SAME LINE ALIGNMENT) */
.product-desc {
    min-height: 90px;
    max-width: 350px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 auto;
     font-family: 'Gilroy-Regular', sans-serif;
}

/* COLORS */
.desc-orange { color: #F36E2B; }
.desc-blue   { color: #0047BA; }
.desc-green  { color: #507B27; }

/* MOBILE */
@media (max-width: 768px) {
    .product-visual {
        height: auto;
    }

    .aloe-pack {
        max-width: 220px;
    }

    .product-logo {
        max-width: 180px;
    }

    .product-desc {
        min-height: auto;
        margin-bottom: 40px;
    }
}

/*dew section */

.dew-section {
    background-color: #e2dee5;
    padding: 80px 0 100px;
}

/* HEADINGS */
.heading-wrap {
    margin-top: 70px;
    margin-bottom: 60px;
}

.dew-subtitle {
    font-family: 'nulshockbk-regular', sans-serif;
    letter-spacing: 2px;
    color: #F36E2B;
    font-size: 35px;
}

.dew-title {
    font-family: 'adelia', sans-serif;
    color: #0046be;
    font-size: 38px;
    margin-top: 10px;
}

/* PRODUCT GRID */
.dew-products {
    margin-top: 40px;
}

/* EACH PRODUCT */
.dew-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* FIXED VISUAL HEIGHT (THIS IS THE KEY) */
.dew-visual {
/*    height: 420px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* PACK IMAGE */
.dew-pack {
    max-width: 280px;
    margin-bottom: 20px;
}

/* LOGO */
.dew-logo {
    max-width: 220px;
/*    margin-bottom: 20px;*/
}

.dew-desc {
        font-size: 18px;
        line-height: 1.2;
        font-family : 'Gilroy-Regular', sans-serif;
    /*    margin: 10px 0;*/
}

/* DIVIDER */
.dew-divider {
    width: 300px;
    height: 1px;
    margin: 12px auto;
    background-color: currentColor;
}

.dew-divider-orange {
    width: 300px;
    height: 1px;
    margin: 12px auto;
    background-color: #F36E2B;
}

/* COLORS */
.desc-orange { color: #F36E2B; }
.desc-blue   { color: #0047BA; }
.desc-green  { color: #507B27; }

/* MOBILE */
@media (max-width: 768px) {
    .dew-visual {
        height: auto;
    }

    .dew-pack {
        max-width: 220px;
    }

    .dew-logo {
        max-width: 180px;
    }

    .dew-desc {
        min-height: auto;
        margin-bottom: 40px;
    }
}

/*faqs section */
/* FAQ SECTION WITH BACKGROUND MODEL */
/*.faq-section-bg {
    background:
        url("../img/bg-img3.jpg") no-repeat right bottom;
    background-size: cover;
    padding: 80px 0;
    min-height: 650px;
    font-family: 'Poppins', sans-serif;
}*/

.faq-section {
    min-height: 100vh;
    background-image: url('../img/bg-img3.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
/*    padding: 60px 0;*/
}

/* CONTENT AREA */
.faq-content {
    padding-right: 60px;
}

/* TITLES */
.brand-title {
    font-size: 28px;
    font-weight: 600;
    color: #4a4a4a;
}

.faq-subtitle {
    font-family: 'nulshockbk-regular', sans-serif;
    letter-spacing: 2px;
    color: #F36E2B;
    font-size: 30px;
}

.heading-wrap{
   margin-top: 120px;;
}

/* FAQ ITEMS */
.faq-item {
    position: relative;
    padding-left: 48px;
    margin-bottom: 28px;
}

.faq-number {
    font-family: 'nulshockbk-regular', sans-serif;
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    background: #F36E2B;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-item h6 {
    font-size: 16px;
    color: #0047BA;
    margin-bottom: 6px;
    font-family: 'Gilroy-Bold', sans-serif;
    line-height: 22px;
}

.faq-item p {
    font-size: 15px;
    color: #0047BA;
    line-height: 1.6;
    font-family: 'Gilroy-Regular', sans-serif;
}

/*Calculator */

/*.calculator-section {
    min-height: 100vh;
    background-image: url('../img/cal-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}*/

/* SECTION */
/* SECTION */
        .calculator-section {
            min-height: 100vh;
            background-image: url('../img/cal-bg.png');
            background-repeat: no-repeat;
            background-position: right center;
            background-size: cover;
        }

        /* BLUE CARD */
        .calculator-card {
            background: rgba(0, 71, 186, 0.9);
            border-radius: 24px;
            padding: 50px 60px;
            color: #fff;
            margin-top: 120px;
        }

        /* HEADER */
        .calc-script {
            font-family: 'adelia', cursive;
            font-size: 42px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .calc-title {
            font-family: 'NulshockBk-Regular', sans-serif;
            font-size: 32px;
            text-transform: uppercase;
            color: #F36E2B;
        }

        /* QUESTIONS */
        .calc-question {
            margin-bottom: 28px;
        }

        .calc-question h6 {
            font-size: 19px;
            font-weight: 600;
            color: #ff6a00;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            font-family: 'Gilroy-Bold', sans-serif;
        }

        .q-num {
            width: 30px;
            height: 30px;
            background: #ff6a00;
            color: #fff;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            margin-right: 10px;
            font-family: 'NulshockBk-Regular', sans-serif;
        }

        /* OPTIONS */
        .calc-options {
            list-style: none;
            padding-left: 36px;
            margin: 0;
        }

        .calc-options li {
            margin-bottom: 8px;
        }

        /* Hide default radio */
        .calc-options input[type="radio"] {
            display: none;
        }

        /* Label styling */
        .calc-options label {
            display: flex;
            align-items: center;
            font-size: 17px;
            cursor: pointer;
            color: #fff;
            font-family: 'Gilroy-Regular', sans-serif;
        }

        /* Custom radio box */
        .custom-radio {
            width: 14px;
            height: 14px;
            border: 2px solid #ff6a00;
            margin-right: 10px;
            position: relative;
            display: inline-block;
        }

        /* Checked state */
        .calc-options input[type="radio"]:checked + .custom-radio::after {
            content: "";
            width: 8px;
            height: 8px;
            background: #ff6a00;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .calculator-card {
                padding: 30px;
                margin-top: 80px;
            }
        }


 .btn-submit{
    background: #F36E2B;
    color: #FFF;
    font-size: 20px;
    font-family: 'Gilroy-Bold', sans-serif;
 }  

  .btn-submit:hover{
    background: #FFF;
    color: #F36E2B;
    font-size: 20px;
    font-family: 'Gilroy-Bold', sans-serif;
 }      








