@charset "utf-8";
/* CSS Document */

/* Bootstrap Icon  */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


/*html, body {
	width: 100%;
	overflow-x: hidden;
} */



:root {
    --font-titel: 'DM Sans', 'DM Sans Local', sans-serif;
    --font-paragraph: 'DM Sans', 'DM Sans Local', sans-serif;
    --red-color: #F44601;
    --primry-color: #0056b3;
    --blue-gradient-color: linear-gradient(180deg, #007df2, #00162d);
    --sky-blue-color: #0B79C3;
    --orange-color: #df001f;
    --light-gray-color: #F5F5F5;
    --title-color: #3B3A3A;
    --text-white: #FFF;
    --para-color: #1F2230;
}



/* DM Sans Local - Regular */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Medium */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - SemiBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* DM Sans Local - Bold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/DMSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Italics (Example: Medium Italic) */
@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/DMSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans Local';
    ;
    src: url('../fonts/DMSans-LightItalic.woff2') format('woff2'),
        url('../fonts/DMSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans Local';
    src: url('../fonts/DMSans-Light.woff2') format('woff2'),
        url('../fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/******************************/

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/poppins-regular-webfont.woff') format('woff2'),
        url('../fonts/poppins-regular-webfont.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/poppins-bold-webfont.woff') format('woff2'),
        url('../fonts/poppins-bold-webfont.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/poppins-medium-webfont.woff') format('woff2'),
        url('../fonts/poppins-medium-webfont.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/poppins-light-webfont.woff') format('woff2'),
        url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Poppins", sans-serif;
    src: url('../fonts/poppins-semibold-webfont.woff') format('woff2'),
        url('../fonts/poppins-semibold-webfont.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: var(--font-paragraph);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    overflow-x: hidden;
    color: #333333;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;


    font-family: var(--font-paragraph);
    /* Font-er pixel gulo smooth korar jonne */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* Letter spacing thik korun (Google Fonts ektu tight thake) */
    letter-spacing: -0.015em;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}



ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height:30px;
    font-family: "Poppins", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--font-paragraph);
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}



/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}




/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #0B1D31;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/


/***************** Navbar *******************************/



/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

.nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
}

/* .nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 20px;
    height: 3px;
    background: #1db315;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
} */

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0px;
    color: #292929;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: #df001f;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #df001f;
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}


.nav {
    width: 100%;
    justify-content: flex-end;
}

.top-nav {
    position: relative;
}


span.arrow-icon {
    position: absolute;
    top: 18px;
    right: -20px;
    font-size: 12px;
}

.drop>ul>.drop .arrow-icon {
    right: 10px !important;
    top: 6px !important;
    color: #FFF !important;
    rotate: -90deg;
}



/*******************************
********NAV BAR*****************
*****************************/


.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: rgb(95, 154, 42);
    background: linear-gradient(90deg, rgba(95, 154, 42, 1) 0%, rgba(120, 186, 60, 1) 100%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}


/*************** Nav Top ************************/

.topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
}



.nav-active .menu-part {
    align-items: center;
}



/*****************************************/


.header-top {
    background: var(--primry-color);
    padding: 5px 0;
}

.top-contact-details ul li a {
    color: #FFF;
}

.top-contact-details ul li {
    margin-right: 20px;
}

.top-contact-details ul li:last-child {
    margin-right: 0;
}

.top-contact-details ul li i {
    font-size: 18px;
    margin-right: 10px;
}


.social ul li a {
    color: #FFF;
}

.social ul li {
    margin-right: 10px;
}

.social ul li:last-child {
    margin-right: 0;
}

.logo {
    width: 120px;
}


.banner-area {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.banner-flow-con {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 50px 0;
}

.orange-text {
    color: var(--orange-color);
}

.banner-text h1 {
    font-size: 72px;
    font-weight: 900;
    color: #111;
    line-height: .95;
}

.lower-from strong {
    font-size: 20px;
    color: #FFF;
    font-weight: bold !important;
}

.lower-from div i {
    margin-right: 5px;
    color: orange;
}

.lower-from div p {
    text-transform: uppercase;
    font-weight: 600;
}

.blue-text {
    color: #1d8ef5;
    line-height: .9;
}

.banner-text ul {
    margin: 20px 0 0;
}

.banner-text ul li {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.banner-text ul li i {
    color: var(--orange-color);
}

.banner-text b {
    font-weight: bold !important;
    font-size: 20px;
}

.banner-from {
    background: var(--blue-gradient-color);
    padding: 30px;
}

.banner-from .form-check-label {
    color: #FFF;
    font-size: 18px;
}

.banner-from h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 18px;
    color: #FFF;
}

.banner-from ul li {
    font-size: 18px;
    color: #FFF;
    margin-right: 20px;
}

.banner-from p {
    font-size: 18px;
    color: #FFF;
}

.banner-from {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.submit-btn {
    width: 100%;
    height: 54px;
    background: var(--orange-color);
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    cursor: pointer;
}

.submit-btn:hover {
    color: #FFF !important;
}

.trusted-brands {
    background: #f5f5f5;
    padding: 50px 0;
}

.logoSwiper img {
    height: 65px;
    width: auto;
    display: block;
}

.brand-heading {
	margin-top: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}


.section-gap {
    padding:20px 0;
}

.map-section {
    background: #0693e31a;
}

.map-area {
    background: #fff;
    border-radius: 18px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .4s;
}

.map-details h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.hearing-area {
    background: var(--blue-gradient-color);
    border-radius: 20px;
    overflow: hidden;
}

.hearing-image {
    overflow: hidden;
}

.hearing-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.hearing-content h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFF;
}

.hearing-content p {
    color: #FFF;
}

.section-simple-step {
    background: var(--blue-gradient-color);
}


.simple-step {
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.more {
    display: none;
}

.simple-image img {
    border-radius: 20px;
}

.step-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    margin-right: 10px;
    background: var(--orange-color);
    padding: 20px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}


.section-simple-step .brand-heading {
    color: #FFF;
}

.step-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-slider
 {
    overflow: hidden;
    border-radius: 15px;
    background: #0693e31a;
    min-height:600px;
}

.product-slider>span {
    background: var(--orange-color);
    text-align: center;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    display: block;
}

.hearing-product h3 {
    margin-bottom: 10px;
}

.hearing-product ul li {
    font-weight: 600;
}

.hearing-product ul li i {
    margin-right: 10px;
}

.hearing-slider .swiper-pagination {
    position: relative;
    bottom: -5px !important;
}


.digital-hearing {
    background: #f5f5f5;
}

.hearing-img {
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hearing-img img {
    object-fit: cover;
}

.digi-hearing .swiper-pagination {
    position: relative;
    bottom: -5px !important;
}

.video-slider .swiper-slide {
    padding: 10px;
}

#video-slider {
    display: flex;
    flex-wrap: wrap;

}



.slider-video-part video {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    object-fit: cover;
}

.video-slider .swiper-slide .slider-video-part {
    height: 250px;
}

.video-slider .swiper-pagination {
    position: relative;
    bottom: -5px !important;
}

.customer-review {
    background: #0693e31a;
}

.customer-slider {
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.custo-pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.custo-pic img {
    width: 100%;
}

.customer-details {
    margin-bottom: 10px;
}

.customer-details>div {
    line-height: 20px;
}

.customer-details>div strong {
    font-size: 18px;
}

.custo-content ul li i {
    color: orange;

}


.clint-review .btn-des {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange-color);
    border-radius: 50%;
    position: relative !important;
    margin: 0 10px;
    margin-top: 10px;
}

.clint-review .btn-des svg {
    width: 10px;
    fill: #FFF;
    color: #FFF;
}

.nav-area-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-flow: row-reverse;
}




/*********** Acordian *****************/

.acordian-area .accordion-panel {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    position: relative;
}

.acordian-area .active,
.acordian-area .accordion-panel:hover {
    background-color: var(--orange-color);
    color: #FFF;
}

.acordian-area .accordion-panel:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 0;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.acordian-area .active:after {
    content: "\2212";
    color: #FFF;
}

.acordian-area .accordion-panel:hover::after {
    color: #FFF;
}

.acordian-area .panel {
    padding: 0px;
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
}

.uner-panel {
    padding: 15px;
}

.social-link-image a img {
    width: 200px;
    margin-right: 20px;
    background: #FFF;
    border-radius: 15px;
    border: 1px solid var(--orange-color);
}

.social-link-image a:last-child {
    margin-right: 0;
}

.banner-listing li {
    line-height: 25px !important;
}

.banner-listing li a {
    color: #000;
    font-size: 16px;
}

/*********** Acordian End *****************/

footer {
    background: #111111;
    padding: 60px 0 0 0;
}

.footer-holder h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

.footer-holder h4::before {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    background: var(--orange-color);
    width: 80px;
    bottom: -20px;
}

.footer-holder p {
    color: #FFF;
}

.copy-right {
    border-top: 1px solid #FFF;
    margin-top: 50px;
}

.copy-right p {
    color: #FFF;
}

footer .social li a {
    font-size: 30px;
}

footer .social ul li {
    margin-right: 20px;
}

.link-foot ul li a {
    color: #FFF;
}

.link-foot ul li a i {
    margin-right: 10px;
}

.foot-contact ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #FFF;
}

.foot-contact ul li i {
    background: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 20px;
}



/* Gallery Grid Styling */
.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}

.image-container .image {
    height: 250px;
    width: 350px;
    border: 10px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.image-container .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.2s linear;
}

.image-container .image:hover img {
    transform: scale(1.1);
}

/* Popup Overlay Styling */

.popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 67%);
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}

.popup-image span {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 100;
    user-select: none;
}

.popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 5px;
    width: 750px;
    object-fit: cover;
    max-width: 90%;
}


dialog {
    padding: 20px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    min: width 280px;
}

#countdown {
    color: #df001f;
}

/* Style the native background overlay */
dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

#closeBtn {
    background: transparent;
    margin-left: auto;
    border: none;
    display: flex;
    font-size: 20px;
    position: static;
    top: 5px;
    right: 0;
    cursor: pointer;
}


/****************************************************/

.inner-banner {
    padding: 100px 0;
}

.inner-banner-text h1 {
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 40px;
}


.con-from {
    background: #0693e31a;
    padding: 20px;
    border-radius: 20px;
}

.text-content h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-content h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}


.text-content p {
    margin-bottom: 15px;
}


.step-area {
    background: #0693e31a;
}

.step-part {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}



.whatsapp-call {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
}

.whatsapp-call a {
    width: 50px;
    height: 50px;
    display: flex;
    flex: 0 0 50px;
}


.btn-list a {
    line-height: 40px;
    box-shadow: none !important;
    width: 150px;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px;
}

.hearing-test-area {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}

.hearing-qu {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}

.hearing-test-area h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Video section */
#video-sec{
    background-color: #ffffff;
    padding:50px;
    
    
}

.video-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}

.video {
    width:20%;
}

#video-sec .container .video-wrapper {
    display: flex;
    /* flex-wrap: wrap;
    justify-content: center; */
    gap: 10px;
}

#contact-add{
    height:100% ;
    border:1px solid #0057b34a;
    padding:20px ;
    border-radius:20px ;
}

.address{
    border:1px solid #0057b332;
    padding:20px 10px;
    border-radius:20px ;
}

.product-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width:100% !important ;
}

#modal-text{
    font-size:16px;
}

.hearing-product p{
    font-size:16px ;
}

.hearing-product{
    padding:10px 0;
}

/* Hearing Test Wizard styling */
.hearing-test-step {
    display: none;
}
.hearing-test-step.active {
    display: block;
}
.hearing-test-area .option-btn {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #1F2230;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}
.hearing-test-area .option-btn:hover {
    border-color: var(--primry-color);
    color: var(--primry-color);
}
.hearing-test-area .option-btn.selected {
    background-color: var(--primry-color);
    border-color: var(--primry-color);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.3);
}
.hearing-test-area .btn-next {
    background-color: var(--orange-color);
    border: none;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
    margin: 5px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s;
    text-decoration: none;
}
.hearing-test-area .btn-next:hover {
    background-color: #b70016;
}
.hearing-test-area .btn-back {
    background-color: var(--primry-color);
    border: none;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
    margin: 5px;
    min-width: 100px;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s;
    text-decoration: none;
}
.hearing-test-area .btn-back:hover {
    background-color: #004494;
}
.hearing-test-form-container {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    margin-top: 20px;
}
.hearing-test-form-container h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #3B3A3A;
}
.hearing-test-form-container p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 20px;
}