/* ==== font family inter ==== */

@font-face {
    font-family: 'Inter 18pt l';
    src: url('fonts/Inter18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt m';
    src: url('fonts/Inter18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt rglr';
    src: url('fonts/Inter18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto rglr';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins rglr';
    src: url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Modual popup start */
/* The Modal/Popup */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
    z-index: 9999;
    padding-bottom: 50px;
}

.modal-content {
    background-color: #333;
    color: white;
    margin: auto;
    padding: 20px 0;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    position: relative;
    border: 10px solid #704F38;
}

.modal-content h2 {
    margin-bottom: 20px;
    padding: 0 15px 20px;
    font-size: 25px;
    font-weight: bolder;
    border-bottom: 1px solid #ccc;
}
.modal-content p{
    padding: 0 15px 20px;
}
.modal-content #contactForm
{
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
}

.modal-content label {
    display: block;
    margin: 10px 0 5px;
}

.modal-content input,
.modal-content select,
.modal-content textarea{
    width: 100%;
    padding: 10px 12px;
    line-height: normal;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: #626262;
    font-size: 18px;
}
.modal-content .b-box
{
    width: 48.5%;
}
.modal-content .submit-btn
{
    margin: auto;
}
.modal-content .submit-btn:hover
{
    background: #000;
}
.modal-content input::placeholder,
.modal-content select::placeholder,
.modal-content textarea::placeholder 
{
    color: #626262;
}

.modal-content .close-btn {
    background-color: #704F38;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 9%;
}

.modal-content button:hover {
    background-color: #000;
}

.submit-btn {
    background-color: #704F38;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 9%;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

/* Prevent scrolling of the body and html when the modal is open */
body.modal-open,
html.modal-open {
    overflow: hidden;
    height: 100%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

    .modal-content .close-btn {
        padding: 10px 13px;
    }

    .modal-content {
        width: 90%;
    }

    .modal-content h2 {
        font-size: 1.5rem;
    }

    .modal-content label {
        font-size: 0.9rem;
    }

    .modal-content input,
    .modal-content select,
    .modal-content textarea {
        font-size: 0.9rem;
    }

    .modal-content button {
        font-size: 1rem;
    }

    .close-btn {
        font-size: 1.5rem;
        top: 5px;
        right: 5px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 95%;
    }

    .modal-content h2 {
        font-size: 1.25rem;
    }

    .modal-content input,
    .modal-content select,
    .modal-content textarea {
        font-size: 0.85rem;
    }

    .modal-content button {
        font-size: 0.9rem;
    }

    .close-btn {
        font-size: 1.25rem;
        top: 5px;
        right: 5px;
    }
}

/* Modual popup end */


img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

html,
body {
    overflow-x: hidden !important;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'Inter 18pt rglr';
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* .container {
    max-width: 1680px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
} */

.header-main {
    width: 100%;
    margin: auto;
}

.navbar-custome {
    background-color: #F8F8F8;
}

.header-inside-first {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-inside-first p {
    color: white;
    font-size: 14px;
    line-height: normal;
}

.header-dpdn-main {
    width: fit-content;
    position: relative;
}

.header-dpdn-main a {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: normal;
}

.header-dpdn-main:hover ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.header-dpdn-main ul {
    width: 85px;
    background-color: #704F38;
    padding: 0px;
    margin: 0px;
    position: absolute;
    border-radius: 0 0 10px 10px ;
    top: 24px;
    transition: 0.5s;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

.header-dpdn-main ul li {
    list-style: none;
}

.header-dpdn-main ul li a {
    color: white;
    padding: 6px 8px;
    border-bottom: 1px solid white;
    line-height: normal;
}

.header-dpdn-main ul li:nth-last-child(1) a {
    border-bottom: unset;
}

.header-dpdn-main-one {
    display: flex;
    gap: 20px;
}

.header-one {
    padding: 12px 0px;
    background-color: #704F38;
}

.header-two {
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 7px 0px;
}

.header-two-inside-main {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    width: fit-content;
    margin: auto;
}

.header-menu ul {
    padding: 0px;
    margin: 0px;
    width: fit-content;
    display: flex;
    gap: 50px;
    align-items: center;
}

.header-menu ul li {
    list-style: none;
}

.header-menu ul li a {
    font-size: 16px;
    font-family: 'Inter 18pt m';
    color: #1F2029;
    line-height: normal;
}

.header-menu ul li a:hover {
    color: #704F38;
}

.header-menu ul li a.active {
    color: #704F38;
}

.header-contact {
    width: fit-content;
}

.header-contact p {
    color: #1F2029;
    font-size: 16px;
    line-height: normal;
}

.header-contact p a {
    font-family: 'Inter 18pt m';
    color: #704F38;
}

.hamburger-menu {
    display: none;
    background: transparent;
    border: 0;
    padding: 0
}

/* About heder */
.header-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-box {
    display: flex;
    flex-direction: column;
}

.search-icon {
    position: absolute;
    right: 0%;
}

/* About Heder */
/* -- banner start -- */

/* .home-page-banner-main {
    width: 100%;
    margin: auto;
    position: relative;
} */

/* .home-page-banner-image {
    width: 100%;
    margin: auto;
    display: block;
    object-fit: cover;
} */
/* 
.home-page-banner-image img {
    width: 100%;
} */
.home-page-banner-contant-main {
    position: relative;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("../images/banner-image.png");
    background-size:cover;
}

.home-page-contant-inside-main {
    width: 100%;
}

.home-page-banner-text-main {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 60px;
}
.container
{
    max-width: 1400px;
}

.home-page-banner-text-main h1 {
    text-align: center;
    font-size: 48px;
    color: white;
    font-weight: bolder;
    margin-bottom: 20px;
}

.home-page-banner-text-main p {
    font-size: 18px;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

.home-page-banner-button {
    width: fit-content;
    position: relative;
    margin: auto;
    z-index: 999;
}

.home-page-banner-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: white;
    width: 175px;
    color: #704F38;
    font-size: 16px;
    line-height: normal;
    padding: 10px 0px;
}

.home-page-banner-button a:hover {
    background-color: #704F38;
    color: white;
}

.home-page-banner-mobile-image {
    position: relative;
    width: 55%;
    margin: auto;
}

.home-page-banner-contant-main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 322px;
    margin: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.benefit-of-using-our-product-inside-main::before {
    position: absolute;
    content: "";
    width: 84px;
    height: 107px;
    background-image: url(../images/golden-star.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -49px;
    left: 0px;
}
.benefit-of-using-our-product-inside-main::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 62px;
    background-image: url(../images/silver-star-image.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -24.50px;
    right: -30px;
}


/* -- banner End -- */

/* -- Benefit of Using Our Product start -- */

.benefit-of-using-our-product {
    width: 100%;
    margin: auto;
    padding: 100px 0px;
}

.benefit-of-using-our-product-inside-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: end;
}

.benefit-of-using-our-product-left {
    width: 45%;
    position: relative;
}

.benefit-of-using-our-product-left-image {
    width: 100%;
    margin: auto;
    border-radius: 350px 350px 30px 30px;
    overflow: hidden;
    height: 900px;
}
.benefit-of-using-our-product-left-image img
{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.benefit-of-using-our-product-reivew-one {
    width: fit-content;
    position: absolute;
    top: 126px;
    left: -70px;
}

.benefit-of-using-our-product-reivew-one a {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0px 0px 20px #00000025;
    padding: 10px 20px 10px 10px;
}

.profile-image-review {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.profile-image-review img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.profile-rating-star {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-rating-star img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.benefit-of-using-our-product-reivew-two {
    width: 449px;
    position: absolute;
    bottom: 45px;
    right: -60px;
}

.benefit-of-using-our-product-reivew-two a {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0px 0px 20px #00000025;
    padding: 10px 20px 10px 10px;
}

.benefit-of-using-our-product-reivew-two a p {
    color: #797979;
    font-size: 19px;
    font-family: 'Inter 18pt m';
    width: 70%;
}

.benefit-of-using-our-product-right {
    width: 49%;
}

.benefit-of-using-our-product-right-heading {
    margin-bottom: 10px;
}

.benefit-of-using-our-product-right-heading h3 {
    text-transform: uppercase;
    color: #1F2029;
    font-size: 30px;
    font-weight: 600;
    line-height: 54px;
}

.benefit-of-using-our-product-right-heading h3 span {
    color: #704F38;
}

.benefit-of-using-our-product-right-pera {
    margin-bottom: 50px;
}

.benefit-of-using-our-product-right-pera p {
    color: #797979;
    font-size: 20px;
    font-family: 'Inter 18pt m';
}

.benefit-of-using-our-product-right-box-four-main {
    width: 100%;
    display: flex;
    /* c: 50px; */
    column-gap: 35px;
    flex-wrap: wrap;
}

.benefit-of-using-our-product-right-box-one {
    width: 47%;
    margin-bottom: 50px;
    position: relative;
}

.benefit-of-using-our-product-right-box-one::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 47px;
    background-image: url(../images/star-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 90px;
    top: -20px;
}

.benefit-box-one-icon {
    width: 85px;
    height: 85px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-box-one-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: contain;
}

.benefit-box-ttl {
    margin-bottom: 20px;
}

.benefit-box-ttl h6 {
    color: #1F2029;
    font-size:26px;
    font-weight: 600;
}

.benefit-box-pera p {
    font-size: 18px;
    color: #797979;
    font-family: 'Inter 18pt m';
}

/* -- Benefit of Using Our Product End -- */

/* -- Why choose Vrinda Hardware Start -- */
.home-page-why-choose-vrinda-hardware {
    width: 100%;
}

.home-page-why-choose-vrinda-hardware-inside {
    width: 100%;
}

.home-page-why-choose-vrinda-hardware-heading {
    margin-bottom: 20px;
}

.home-page-why-choose-vrinda-hardware-heading h6 {
    text-transform: uppercase;
    color: #704F38;
    font-size: 22px;
    font-family: 'Inter 18pt m';
    text-align: center;
}

.home-page-why-choose-vrinda-hardware-big-head {
    margin-bottom: 20px;
}

.home-page-why-choose-vrinda-hardware-big-head h4 {
    text-align: center;
    color: #1F2029;
    font-size: 36px;
    font-weight: 600;
}

.home-page-why-choose-vrinda-hardware-pera {
    margin-bottom: 100px;
}

.home-page-why-choose-vrinda-hardware-pera p {
    color: #797979;
    font-size: 20px;
    font-family: 'Inter 18pt m';
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.home-page-why-choose-vrinda-hardware-mobile-section-box-one .home-page-why-choose-box-one
{
    padding-right: 65px;
}
.home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box
{
    padding-left: 78px;
}

.home-page-why-choose-vrinda-hardware-mobile-section-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.home-page-why-choose-vrinda-hardware-mobile-section-box-one {
    width: 37%;
    position: absolute;
    left: 0px;
    z-index: 1;
}

.home-page-why-choose-vrinda-hardware-mobile-section-box-two-center {
    width: fit-content;
    margin: auto;
    z-index: 2;
}

.home-page-why-choose-vrinda-hardware-mobile-section-box-three {
    width: 37%;
    position: absolute;
    right: 0px;
    z-index: 1;
}

.home-page-why-choose-box-one {
    width: 100%;
    border-radius: 10px;
    background-color: #704F38;
    padding: 45px;
}

.home-page-why-chhose-count {
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.home-page-why-chhose-count span {
    font-size: 30px;
    color: #704F38;
    font-weight: 600;
}

.home-page-why-choose-box-one-ttl {
    margin-bottom: 20px;
}

.home-page-why-choose-box-one-ttl h5 {
    color: white;
    font-size: 30px;
    font-family: 'Inter 18pt m';
}

.home-page-why-choose-box-one-pera p {
    color: white;
    font-size: 20px;
    font-family: 'Inter 18pt m';
    line-height: 32px;
}

.home-page-why-choose-box-one.inside-two {
    width: 84%;
    margin-top: 60px;
    background-color: #F1EDEB;
}

.home-page-why-choose-box-one.inside-two .home-page-why-chhose-count {
    background-color: #704F38;
}

.home-page-why-choose-box-one.inside-two .home-page-why-chhose-count span {
    color: white;
}

.home-page-why-choose-box-one.inside-two .home-page-why-choose-box-one-ttl h5,
.home-page-why-choose-box-one.inside-two .home-page-why-choose-box-one-pera p {
    color: #1F2029;
}

.home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.inside-two {
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: auto;
}
/*.home-page-why-choose-vrinda-hardware .container
{
    max-width: 1680px;
}*/

/* -- Why choose Vrinda Hardware End -- */

.home-page-easy-affordable {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-page-title {
    font-family: "Inter 18pt m";
    font-size: 22px;
    color: #704F38;
}

.home-page-subtitle {
    font-family: 'Inter 18pt rglr';
    font-size: 36px;
    font-weight: 600;
    color: #1F2029;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-page-banner {
    color: #797979;
    font-size: 20px;
    font-family: 'Inter 18pt m';
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

/* WHY CHOOSE VRINDA HARDWARE satrt */
.home-easy-hardware {
    justify-content: center;
    align-items: center;
    gap:0;
}

.icon-box {
    background-color: #7a5a3c;
    color: white;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 34px;
    flex-shrink: 0;
}

.icon-box img {
    width: 70px;
    height: 70px;

}

.affordable-section {
    padding: 0px 30px 0 0;
}

.text-section .home-text-title {
    font-family: 'Inter 18pt rglr';
    font-weight: 600;
    font-size: 30px;
    color: #1F2029;
    margin-bottom: 20px;
    margin-top: 10px;
}

.text-section .home-page-pera {
    font-family: 'Inter 18pt m';
    font-size: 20px;
    color: #797979;
    margin-bottom: 30px;
}

.middle-image-wrapper {
    padding: 0px;
    height: max-content;
}

.middle-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
}

/* WHY CHOOSE VRINDA HARDWARE end */

/* Explore Our Collection strat */
.explore-section-main {
    width: 100%;
    min-height: 800px;
    height: 100%;
    background-image: url("../images/explore-section-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.explore-slider {
    position: relative;
    width: 100%;
    max-width: 900px;
    min-height: 380px;
}


.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 30px;
    padding: 50px 20px;
    max-width: 950px;
    margin: auto;
    box-sizing: border-box;
}

.swiper-slide p:first-child {
    font-family: 'Inter 18pt rglr';
    font-size: 34px;
    font-weight: 500;
    color: #FFFFFF;
}

.swiper-slide p:nth-child(2) {
    font-family: 'Inter 18pt rglr';
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
    margin-bottom: 50px;
    line-height: 34px;
    margin-top: 30px;
}

.exp-btn {
    font-family: 'Inter 18pt rglr';
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 11px 18px;
    background: #FFFFFF;
    color: #704F38;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.swiper-slide a:hover {
    background-color: #ddd;
    color: #704F38;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 1 !important;
}


.swiper-pagination {
    position: absolute !important;
    bottom: -30px !important;
    /* Adjust as needed */
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
}

.swiper-pagination-bullet {
    width: 19px !important;
    height: 19px !important;
    background: white !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 20px !important;
    background-color: #704F38 !important;
    border: 2px solid #FFFFFF;
}

.explore-slider .slick-dots {
    bottom: -56%;
}
.explore-slider .slick-dots li 
{
    margin: 0 3px;
}
.explore-slider .slick-dots li button:before {
    width: 14px;
    height: 14px;
    background: white;
    outline:3px solid transparent;
    opacity: 1;
    border-radius: 50px;
    content: "";
}

.explore-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    outline: 3px solid #ffffff;
    background: #704F38;
}

/* Explore Our Collection end */

/* Unlock The Power start */
.power-section-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 55px;
}


.power-mobile-section {
    width: 50%;
    display: flex;
    flex-direction: row;
    background: url("../images/home--vrinda-door-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    gap: 30px;
    padding:0 40px;
}

.power-mobile-section img {
    width: 100%;
    max-width: 290px;
    height: 100%;
    display: block;
    object-fit: cover;
}

.moblie-screen-1 {
    margin-top: 150px;
}

.mobile-screen-2 {
    margin-top: 180px;
}

.power-heading {
    font-family: 'Inter 18pt rglr';
    font-size: 22px;
    font-weight: 500;
    color: #704F38;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.power-text-section {
    margin-top: 150px;
    width: 50%;
}

.power-subheading {
    font-family: 'Inter 18pt rglr';
    font-size: 36px;
    font-weight: 600;
    color: #1F2029;
    margin-bottom: 20px;
    line-height: 50px;
}

.power-pera {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 500;
    color: #797979;
    margin-bottom: 20px;
    line-height: 28px;
}

/* Unlock The Power end */

/* OUR SPECIALITY section start */
.specilty-text-section {
    width: 100%;
    max-width: 1355px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}

.specilty-text-heading {
    font-family: 'Inter 18pt rglr';
    font-size: 22px;
    font-weight: 500;
    color: #704F38;
}

.specilty-text-subheading {
    font-family: 'Inter 18pt rglr';
    font-size: 36px;
    font-weight: 600;
    color: #1F2029;
}

.specilty-text-pera {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 500;
    color: #797979;
    max-width: 1200px;
    margin: auto;
}

.speciality-bg {
    margin-top: 100px;
    background: url("../images/vrinda-inerface-bg.png");
    background-size: 100% 90%;
    background-repeat: no-repeat;

}

.specialty-section-mobile img {
    position: relative;
    top: -40px;
    width: 21%;
    height: 30%;
    display: block;
    object-fit: cover;
    display: flex;
    margin: auto;

}

.download-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
    margin-top: 30px;
}

.download-section img {
    width: 100%;

}

.download-section a {
    margin: 0;
    padding: 0;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 20px;
}

.download-section a:hover {
    box-shadow: 0 6px 06px rgba(0, 0, 0, 0.2);
}

.download-section img {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
}


/* OUR SPECIALITY section end */

/* About Page Start */
/* Baner Section start */
.hero-wrap {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-text {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    text-align: center;
}

.slider-text h1 {
    font-family: 'Inter 18pt rglr';
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: 700;
}

.slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
}

.slider-text .breadcrumbs span {
    font-family: 'Inter 18pt rglr';
    color: rgba(255, 255, 255, 0.7);
}

.slider-text .breadcrumbs span a {
    color: #fff;
}
.dash{
    font-size: 17px;
    margin: 0 5px;
}
/* Baner Section end */

/* consect start  */
.parent {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 8px;
    margin-top: 100px;
}

.div1 {
    grid-column: span 2 / span 2;
    grid-row: span 6 / span 6;
}

.div2 {
    grid-column: span 2 / span 2;
    grid-row: span 5 / span 5;
    grid-column-start: 3;
}

.div3 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 6;
}

.div4 {
    grid-column: span 4 / span 4;
    grid-row: span 6 / span 6;
    grid-column-start: 5;
    grid-row-start: 1;
    margin-left: 40px;
}

.experience-box {
    background-color: #704F38;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    column-gap: 20px;
}

.counter {
    font-family: 'Inter 18pt rglr';
    font-size: 41px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 55px;
}

.counter-text {
    font-family: 'Inter 18pt m';
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.consecpt-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.consept-img-1 {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.consecte-text {
    margin-top: 20px;
}

.consecte-heading {
    font-family: 'Inter 18pt rglr';
    font-size: 30px;
    font-weight: 600;
    color: #1F2029;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.heilight-text {
    color: #704F38;
}

.consert-pera {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 500;
    color: #797979;
    padding-bottom: 20px;
}

.consecte-model {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.consecte-model p {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 500;
    color: #797979;
}

.explore-btn {
    margin-top: 40px;
}

.explore-btn a {
    font-family: 'Inter 18pt rglr';
    font-size: 14px;
    font-weight: 500;
    color: #704F38;
    border: 2px solid #704F38;
    padding: 15px 20px;
    border-radius: 6px;
    display: inline-block;
}
.explore-btn a:hover
{
    background: #704F38;
    color: #fff;
}

.explore-btn .fa-arrow-right {
    padding: 0px 0px 0px 10px;
}


.stats-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    margin: 0 5px 18px 5px;
    width: 18%;
}

.stat-number {
    font-family: 'roboto rglr';
    font-size: 21px;
    font-weight: 400;
    color: #3F4256;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    position: relative;
    min-width: 110px;
}
.stat-number:before
{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}
.underline-red.stat-number:before {
    background: #F85C7A;
}

.underline-blue.stat-number:before {
    background: #5250C2;
}

.underline-orange.stat-number:before {
    background: #FF7A5C;
}

.underline-purple.stat-number:before {
    background: #6A6F99;
}

.underline-cyan.stat-number:before {
    background: #6AD8DF;
}

.stat-desc {
    font-family: 'roboto rglr';
    font-size: 16px;
    font-weight: 400;
    color: #3F4256;
    margin: 0;
    padding-top: 15px;
}

/* consect end */

/*     <!-- Work Section Strat --> */
.work-section-main {
    width: 100%;
    height: 100%;
    background-color: #F1EDEB;
    margin-top: 100px;
    padding: 100px;
}

.work-section-title h2 {
    font-family: 'Inter 18pt rglr';
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #1F2029;
}

.section-wrapper {
    margin: 0 auto;
    padding: 50px 0px;
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.heilight-text-work {
    color: #704F38;
}

.image-left {
    flex: 1 1 500px;
    position: relative;
    width: 60%;
}

.content-right {
    margin-top: 20px;
    width: 40%;
}

.main-img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.overlay-img {
    width: 35%;
    border-radius: 8px;
    position: absolute;
    bottom: -10%;
    left: 70%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: white;
}


.content-header {
    text-align: center;
    margin-bottom: 30px;
}

.content-header strong {
    font-weight: 700;
}

.content-header span {
    font-weight: 600;
    color: #b2754a;
}

.content-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.icon-boxs {
    min-width: 62px;
    min-height: 62px;
    border-radius: 6px;
    padding:0 8px;
    display: flex;
    justify-content: center;
}

.icon-boxs svg {
    width: 60px;
    height: 60px;
    stroke-width: 2;
    fill: none;
}

.text-block {
    max-width: 530px;
}

.text-block strong {
    font-family: 'Inter 18pt m';
    font-size: 20px;
    color: #1C1F35;
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
}

.text-block p {
    font-family: 'Inter 18pt m';
    font-size: 19px;
    margin: 0;
    color: #666C89;
}

/*     <!-- Work Section end --> */

/* Vision Section Start */
.vision-main {
    width: 100%;
    height: 100%;
    margin-top: 100px;

}

.vision-title {
    font-family: 'Inter 18pt rglr';
    font-size: 36px;
    font-weight: 600;
    color: #1F2029;
}

.vision-text {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 500;
    color: #797979;
    margin-top: 20px;
}

.check-list {
    color: #797979;
    font-size: 0.9rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    margin-top: 40px;
}

.check-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
}

.check-list li p {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 500;
}

.check-list li::before {
    width: 18px;
    height: 18px;
    font-size: 12px;
    content: "\2713";
    position: absolute;
    left: 0px;
    color: #ffffff;
    font-weight: 700;
    background-color: #704F38;
    border-radius: 20px;
    text-align: center;
}

.btn-icon {
    width: 100%;
    max-width: 380px;
    height: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    color: #444;
    background-color: #fafafa;
    padding: 15px 17px;
    border-radius: 0;
}

.btn-icon svg {
    width: 60px;
    height: 50px;
    padding-right: 15px;
}

.btn-icon:hover {
    background-color: #e9e2d0;
    color: #795548;
    border-color: #a07d45;
}

.btn-icon:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(121, 85, 72, 0.5);
}

.btn-icon p {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 400;
    color: #222D35;
}

.btn-row {
    margin-bottom: 0.5rem;
}

.vision-main-row {
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.vision-main-row .col-xl-6.vision-mission {
    padding: 0px 70px;
}

.vision-mission {
    display: flex;
    justify-content: center;
    align-items: center;
}

.target-img {
    width: 100%;
    max-width: 100%;
}

/* Vision Section end */

/* our Export start */
.section-title {
    font-family: 'Inter 18pt rglr';
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    color: #1F2029;
}

.section-title .row {
    margin: 0px !important;
}

.section-title .row .col-xl-4 {
    padding: 0px !important;
}

.section-title .align-items-center .col-xl-4 {
    padding: 0px;
}

.section-title span {
    color: #704F38;
}

.expert-img-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}

.expert-img-container img {
    width: 100%;
    height: 100%;
    display: block;
}

.overlay-text {
    font-family: 'Inter 18pt rglr';
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    width: 92%;
    height: 60px;
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.expert-text {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1.5;
    padding: 0px;
    margin-top: 10px;
    width: 65%;
}

.expert-text p {
    font-family: 'Inter 18pt rglr';
    font-size: 20px;
    font-weight: 500;
    color: #797979;
    margin-bottom: 20px;
}

hr {
    margin-top: 60px;
    border-color: #ddd;
    margin-bottom: 50px;
}

/* our Export end */
/* About Page End */

/* gallery start */

.gallery {
    margin-top: 100px !important;
    gap: 25px;
    margin: 0px;
    justify-content: center;
    margin-bottom: 100px;
}

.gallery .col-6 {
    padding: 0px;
}

.gallery img {
    display: block;
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
    object-fit: cover;
}

.gallery img:hover {
    opacity: 0.7;
}

.gallery .col-md-3 {
    width: 23% !important;
}

/* Lightbox styles */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    padding: 20px;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 15px;
    width: 52%;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.thumbnail-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    max-width: 90vw;
}

.thumbnail-strip img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    border: 2px solid transparent;
}

.thumbnail-strip img.active,
.thumbnail-strip img:hover {
    opacity: 1;
    border-color: white;
}

.nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px !important;
    height: 55px !important;
    cursor: pointer;
    color: #000000;
    user-select: none;
    padding: 0 15px 0px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: background 0.3s;
    user-select: none;
}

span#next,
span#prev {
    font-size: 22px;
}

.thumbnail-strip {
    display: flex;
    gap: 10px;
    /* overflow-x: hidden; */
    max-width: 90vw;
}


/* New */
.thumbnail-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    max-width: 40vw;
    padding-bottom: 10px;
}


.thumbnail-strip img.active,
.thumbnail-strip img:hover {
    opacity: 1;
    border-color: white;
}

.thumbnail-strip::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.thumbnail-strip::-webkit-scrollbar-thumb {
    background: transparent;
}

.thumbnail-strip::-webkit-scrollbar-track {
    background: transparent;
}

.thumbnail-strip img.active,
.thumbnail-strip img:hover {
    opacity: 1;
    border-color: white;
}

.arrow-icon {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-arrow-right {
    margin-right: 20%;
}

/* This class will be added to both html and body when the lightbox is active */
.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Optional: Hide scrollbars */
.no-scroll::-webkit-scrollbar {
    display: none;
}

/* gallery end */

/* contect information section start */
.contect-explore {
    margin-bottom: 100px;
}

.container-contect {
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 100px;
    gap: 100px;
}

.contact-info {
    width: 100%;
    height: 100%;
    min-height: 900px;
    background-image: url("../images/contact-bg.png");
    background-size:cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px;
    flex: 1;
    position: relative;
    border-radius: 20px;
    background-position: bottom right;
}

.contact-info h2 {
    font-family: 'Inter 18pt rglr';
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 20px 0px;
}

.contact-info .sub-title {
    font-family: 'Inter 18pt rglr';
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 100px;
}

.contact-info .info-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.contact-info .info-item svg {
    flex-shrink: 1;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    fill: #fff;
    margin-top: -4px;
}

.contact-info .info-item p {
    font-family: 'Inter 18pt rglr';
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    width: calc(100% - 36px);
}

.social-icons {
    position: absolute;
    display: flex;
    gap: 50px;
    bottom: 50px;
}

.social-icons a {
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.social-icons a svg {
    width: 30px;
    height: 38px;
    margin-left: 10px;
    margin-top: 5px;
}

.contact-form {
    flex: 1.5;
    /* padding: 0px 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.form-row {
    display: flex;
    gap: 32px;
    margin-bottom: 50px;
}
.map-cls iframe{
    padding: 0;
    height: 500px;
}
.explore-section-main.explore-section-main-two
{
    margin-top: 70px;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-family: 'poppins rglr';
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 10px;
}

.select-sub-text {
    font-family: 'poppins rglr';
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
    font-family: 'poppins rglr';
    font-size: 22px;
    font-weight: 400;
    color: #1F2029;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #eee7e1;
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #1F2029;
    opacity: 0.7;
}

.form-group input:focus,
.form-group textarea:focus {
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    border: 1px solid #7b573f;
    outline: none;
}


.form-group textarea {
    height: 120px;
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    border: none;
    resize: none;
    border-radius: 20px;
    padding: 10px 15px;
    outline: none;
}

.subject-select {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.subject-select label {
    font-family: 'poppins rglr';
    font-size: 22px;
    font-weight: 400;
    color: #1F2029;
}

.subject-select input[type="radio"] {
    accent-color: #7b573f;
}

/* Hide the default radio input */
input[type="radio"] {
    display: none;
}

/* Create a custom radio button */
.subject-select label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Outer circle */
.subject-select label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E0E0E0;
    /* brown color */
    box-sizing: border-box;
}

.subject-select .active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #6b4c36;
    /* brown color */
    box-sizing: border-box;
}

/* White checkmark */
.subject-select .active::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    opacity: 0;
}

/* Show checkmark if checked */
.subject-select input[type="radio"]:checked+.active::after {
    opacity: 1;
}

.submit-btn {
    width: 24%;
    display: block;
    text-align: center;
    margin-top: 30px;
    background-color: #7b573f;
    color: white !important;
    padding: 12px 18px;
    font-size: 17px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    z-index: 999;
    box-shadow: 9px 9px 41px 1px transparent;
}

.radio-group {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.custom-radio {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-size: 18px;
  color: #1a1a1a;
  user-select: none;
  display: flex;
  font-family: 'poppins rglr';
  align-items: center;
}

.custom-radio input[type="radio"] {
  display: none;
}

.radio-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #E0E0E0;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background: #E0E0E0;
}
.radio-btn i
{
    color: #E0E0E0;
    font-size: 12px;
    line-height: normal;
}
.custom-radio input[type="radio"]:checked + .radio-btn {
  border-color: #5c3b1e;
  background-color: #5c3b1e;
}
.custom-radio input[type="radio"]:checked + .radio-btn i
{
    color: #fff;
}

.submit-btn:hover {
    box-shadow: 9px 9px 41px 1px #704F38;
}

.submit-border {
    position: relative;
    width: 24%;
    border: 2px solid #7b573f;
    padding: 20px 28px;
    left: 5px;
    top: -38px;
    border-radius: 10px;
}


iframe {
    width: 100%;
    height: 700px;
    margin-top: 100px;
    padding: 10px;
}

/* contect information section end */

/* Footer start */
.footer .container .row {
    justify-content: center;
}

.footer {
    background-color: #6a4a36;
    color: white;
    padding: 80px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer-col-1 .footer-pera {
    font-family: 'Inter 18pt rglr';
    font-size: 16px;
    font-weight: 400;
    color: #D7D7D7;
    margin-top: 20px;
}

.footer-col-4 .footer-pera {
    font-family: 'Inter 18pt rglr';
    font-size: 16px;
    font-weight: 400;
    color: #D7D7D7;
    margin-bottom: 30px;
}

.newsletter-input {
    color: #FFFFFF !important;
    font-size: 18px;
}

.newsletter-input::placeholder {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

input.form-control.newsletter-input {
    background: transparent;
    border: 1px solid white;
    width: 100%;
    max-width: 312px;
    height: 51px;
    border-radius: 10px 0px 0px 10px;
    padding: 18px;
}

button.btn.btn-light {
    width: 100%;
    max-width: 112px;
    text-transform: uppercase;
    border-radius: 0px 10px 10px 0px;
}

.footer-col-2 h6,
.footer-col-3 h6,
.footer-col-4 h6 {
    font-family: 'Inter 18pt rglr';
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.footer-col-2 ul li,
.footer-col-3 ul li {
    font-family: 'Inter 18pt rglr';
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 20px 0px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    margin-right: 15px;
    color: white;
    font-size: 18px;
}

.footer-bottom-main {
    padding: 20px 0;
}

.footer-bottom {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-bottom-text {
    font-family: 'Inter 18pt rglr';
    font-size: 14px;
    font-weight: 500;
    color: #704F38;
}

.social-icon {
    display: flex;
    gap: 20px;
}

.newsletter-input {
    background-color: white;
    border: none;
    padding: 8px;
    border-radius: 4px;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets {
    margin-top: 100px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal,

.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px !important;
}

.about-footer {
    margin-top: 100px;
}

/* Footer End */

@media only screen and (max-width:767px) {

    .custom-dropdown-item{
        padding: 7px 14px!important;
    }
    .slider-text{
        height: 350px;
    }
    .modal-content .b-box{
        width: 100%;
    }

    .modal-content p{
        font-size: 16px;
    }
    .modal-content h2{
        font-size: 20px!important;
        padding-right: 40px;
    }
    .modal{
        padding: 20px 0;
    }
    .modal-content .close-btn{
        padding: 1px 10px;
        width: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .arrow-icon{
        display: none;
    }
    .expert-text{
        width: 100%;
    }
    .expert-text{
        margin-top: 30px;
    }
    .expert-text p:last-child{
        margin-bottom: 0;
    }
    .content-right{
        width: 100%;
    }
    .icon-boxs svg{
        width: 45px!important;
        height: 45px!important;
    }
    .consecte-model{
        align-items: flex-start;
        justify-content: left!important;
    }
    .stat-item{
        width:120px;
    }
    .section-wrapper{
        gap:30px;
    }
    .stat-number{
        min-width: 90px;
    }
    .stat-desc{
        font-size: 16px;
        padding-top: 8px;
    }
    .consecte-model img{
        margin-top: 4px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.inside-two{
        background: #704F38;
    }
    .footer-bottom-text p{
        font-size: 15px;
    }
        /* Footer */
    .footer-bottom-text {
        font-size: 16px;
        text-align: left;
    }
    .payment-get{
        text-align: right;
        display: flex;
        justify-content: left;
        width: fit-content;
    }

    .col-md-6.col-xl-2.footer-col-2 {
        /* text-align: center; */
    }

    .footer-bottom-text p{
        font-size: 15px;
    }
    .footer-bottom {
        text-align: center;
        align-items: center;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .social-icon{
        justify-content: center;
    }
    .footer-bottom-text p{
        text-align: center;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.inside-two p,
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.inside-two h5{
        color: #fff;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.inside-two .home-page-why-chhose-count{
        background: #fff;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.inside-two .home-page-why-chhose-count span{
        color: #704F38;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box{
        background: #F1EDEB;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box p,
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box h5{
        color: #1F2029;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box .home-page-why-chhose-count{
        background: #704F38;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box .home-page-why-chhose-count span{
        color: #fff;
    }
    
    .home-page-why-choose-vrinda-hardware-mobile-section-box-one .home-page-why-choose-box-one{
        padding-right: 20px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box{
        padding-left: 20px;
    }
    .benefit-of-using-our-product-left-image{
        height: auto;
    }
    .profile-rating-star img{
        width: 20px;
        height: 20px;
    }
    /* Navbar css start */
    .header-main .container {
        padding: 0px;
    }

    .header-two-inside-main {
        flex-wrap: wrap;
        position: relative;
        padding: 0px 15px;
    }

    .header-inside-first {
        padding: 0px 15px;
    }

    .header-dpdn-main {
        z-index: 99;
    }

    .header-dpdn-main ul {
        right: -12px;
    }

    .hamburger-menu {
        display: block;
        font-size: 24px;
        color: #704F38;
        cursor: pointer;
    }

    .header-menu {
        display: none;
        width: 100%;
        background-color: white;
        padding: 35px 20px;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .header-inside-first p{
        padding-right: 10px;
    }
    .header-one{
        padding: 7px 0;
    }
    .header-menu ul {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        padding: 0;
        margin: auto;
    }

    .header-menu ul li {
        width: 100%;
        text-align: center;
    }
    .header-menu ul li a {
        font-size: 16px;
        color: #1F2029;
        text-align: center;
    }

    .header-contact {
        width: 100%;
        margin-top: 10px;
    }

    .header-contact p {
        text-align: center;
    }

    .custom-search-container {
        max-width: 218px;
    }

    /* Navbar css end */
    body {
        overflow-x: hidden !important;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }

    /* Home page start */

    .home-page-banner-main {
        position: relative;
        overflow: hidden;
    }

    .home-page-banner-text-main {
        padding: 0px;
    }

    .home-page-banner-text-main h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0 10px;
        position: relative;
        top: 0;
    }

    .home-page-banner-text-main p {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .home-page-banner-button a {
        width: 100%;
        max-width: 200px;
        padding: 10px 30px;
        font-size: 16px;
    }

    .home-page-banner-mobile-image {
        display: block;
        margin-top: 55px;
        text-align: center;
    }

    .home-page-banner-mobile-image img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }

    /* Baner Section end */

    /* benifit section start */
    .benefit-of-using-our-product {
        padding: 0px 20px;
    }

    .benefit-of-using-our-product-inside-main {
        flex-direction: column;
        margin-top: 50px;
        position: relative;
    }

    .benefit-of-using-our-product-inside-main::before,
    .benefit-of-using-our-product-inside-main::after {
        display: none;
    }

    .benefit-of-using-our-product-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .benefit-of-using-our-product-left-image img {
        width: 100%;
        height: auto;
    }

    .benefit-of-using-our-product-reivew-one,
    .benefit-of-using-our-product-reivew-two {
        position: static;
        margin-top: 20px;
        width: 100%;
    }

    .benefit-of-using-our-product-reivew-one a,
    .benefit-of-using-our-product-reivew-two a {
        flex-direction: row;
        justify-content: start;
        gap: 15px;
        padding: 10px 15px;
    }

    .benefit-of-using-our-product-reivew-two a p {
        font-size: 14px;
        width: auto;
    }
    .benefit-of-using-our-product-right-heading h3 span{
        display:block;
    }

    .benefit-of-using-our-product-right {
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }

    .benefit-of-using-our-product-right-heading h3 {
        font-size: 24px;
        line-height: 1.4;
        text-align: center;
    }

    .benefit-of-using-our-product-right-pera {
        margin-bottom: 30px;
    }

    .benefit-of-using-our-product-right-pera p {
        font-size: 16px;
        text-align: center;
    }

    .benefit-of-using-our-product-right-box-four-main {
        flex-direction: column;
        gap: 30px;
    }

    .benefit-of-using-our-product-right-box-one {
        width: 100%;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .benefit-of-using-our-product-right-box-one::before {
        display: none;
    }

    .benefit-box-ttl h6 {
        font-size: 20px;
        text-align: left;
    }

    .benefit-box-pera p {
        font-size: 16px;
    }

    .benefit-box-one-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .profile-rating-star i {
        font-size: 18px;
    }

    .profile-image-review {
        width: 60px;
        height: 60px;
    }

    .profile-image-review-1 img {
        width: 100%;
        height: 100%;
    }

    /* benifit section end */

    /* Why choose Vrinda Hardware Start */
    .power-section-main-tow {
        flex-direction: column-reverse !important;
    }

    .home-page-why-choose-vrinda-hardware {
        padding: 50px 20px 0px;
    }

    .home-page-why-choose-vrinda-hardware-heading h6 {
        font-size: 18px;
    }

    .home-page-why-choose-vrinda-hardware-big-head h4 {
        font-size: 24px;
        line-height: 1.4;
    }

    .home-page-why-choose-vrinda-hardware-pera {
        margin-bottom: 40px;
    }

    .home-page-why-choose-vrinda-hardware-pera p {
        font-size: 16px;
        line-height: 1.5;
        max-width: 100%;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-main {
        flex-direction: column;
        position: static;
        gap: 0px;
    }

    .text-section .home-text-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .text-section .home-page-pera {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .icon-box {
        margin-right: 20px;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-one,
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three {
        width: 100%;
        position: static;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center {
        width: 100%;
        text-align: center;
        margin: 30px 0;
        display: none;
    }

    .mobile-icon {
        display: block;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center img {
        width: 80%;
        max-width: 250px;
        height: auto;
    }

    .home-page-why-choose-box-one {
        padding: 30px 20px;
    }

    .home-page-why-chhose-count {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .home-page-why-chhose-count span {
        font-size: 22px;
    }

    .home-page-why-choose-box-one-ttl h5 {
        font-size: 20px;
    }

    .home-page-why-choose-box-one-pera p {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-page-why-choose-box-one.inside-two {
        width: 100%;
        margin: 30px 0 !important;
    }

    /* Why choose Vrinda Hardware end */

    /* WHY CHOOSE VRINDA HARDWARE start  */
    .home-page-easy-affordable {
        text-align: center;
        padding: 40px 20px;
        margin: 0px;
    }

    .home-page-title {
        font-size: 18px;
        color: #704F38;
        margin-bottom: 10px;
    }

    .home-page-subtitle {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .home-page-banner {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .home-easy-hardware {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .affordable-section {
        width: 100%;
        margin-bottom: 30px;
    }

    .affordable-section .d-flex {
        flex-direction: row;
        align-items: flex-start;
        gap: 0px;
        margin-bottom: 0px;
        padding: 0px 20px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

    .icon-box img {
        width: 100%;
        height: auto;
    }

    .text-section {
        flex: 1;
    }

    .home-text-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .home-page-pera {
        font-size: 15px;
        line-height: 1.5;
        color: #797979;
    }

    .middle-image-wrapper {
        width: 100%;
        text-align: center;
    }

    .middle-image-wrapper img {
        max-width: 100%;
        height: auto;
        padding: 0px 20px;
    }

    /* WHY CHOOSE VRINDA HARDWARE end  */

    /*  Explore Our Collection start */
    .explore-section-main {
        min-height: 600px;
        padding: 40px 15px;
        background-size: cover;
        background-position: center;
        margin-top: 60px;
    }

    .explore-slider {
        min-height: auto;
        max-width: 100%;
    }

    .swiper-slide {
        padding: 30px 15px;
        border-radius: 20px;
    }

    .swiper-slide p:first-child {
        font-size: 22px;
        line-height: 1.4;
    }

    .swiper-slide p:nth-child(2) {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .exp-btn {
        font-size: 14px;
        padding: 10px 16px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-pagination {
        margin-top: 20px;
    }

    .expert-text {
        padding: 0px 20px;
    }

    /*  Explore Our Collection end */
    /* Unlock The Power start */

    .power-section-main {
        flex-direction: column;
        gap: 30px;
        margin-top: 60px;
    }

    .power-mobile-section {
        width: 100%;
        flex-direction: row;
        background-size: cover;
        background-position: center;
        gap: 20px;
        align-items: center;
        padding: 0 10px;
    }

    .power-mobile-section img {
        max-width: 250px;
        width: 40%;
        height: auto;
        margin: 0 auto;
    }

    .moblie-screen-1,
    .mobile-screen-2 {
        margin-top: 0;
    }

    .power-text-section {
        width: 100%;
        margin-top: 0;
        padding: 0 15px;
    }

    .power-heading {
        font-size: 16px;
        text-align: center;
    }

    .power-subheading {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    .power-pera {
        font-size: 16px;
        line-height: 1.3;
        text-align: start;
        margin-bottom: 15px;
    }

    /* Unlock The Power end */
    .speciality-bg {
        margin-top: 50px;
    }

    .specialty-section-mobile img {
        position: relative;
        top: 0px;
        width: 170px;
        display: block;
        object-fit: cover;
        display: flex;
        margin: auto;
    }

    .specilty-text-section {
        margin-top: 50px;
    }

    .specilty-text-subheading {
        font-size: 28px;
    }

    .specialty-section-mobile .img-fluid {
        max-width: 52%;
        height: auto;
    }

    .speciality-bg {
        background-size: cover;
    }

    .download-section {
        margin-top: 50px;
    }

    /* Home page end */

    /* ABout us page */
    .parent {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 50px;
    }

    .div1,
    .div2,
    .div3,
    .div4 {
        grid-row: auto;
        grid-column: auto;
        width: 100%;
        margin: 0px;
    }

    .div1,
    .div2 {
        height: auto;
    }

    .consecte-text {
        padding: 0 15px;
    }

    .consecte-heading {
        font-size: 20px;
        text-align: center;
    }

    .consert-pera {
        font-size: 18px;
        text-align: start;
        text-align: center;
    }

    .consecte-model {
        gap: 10px;
        justify-content: center;
    }


    .consecte-model p {
        font-size: 18px;
    }

    .counter {
        font-size: 26px;
    }

    .counter-text {
        font-size: 18px;
    }

    .explore-btn {
        text-align: center;
        margin-top: 20px;
    }

    .explore-btn a {
        font-size: 16px;
        padding: 12px 16px;
    }

    .stats-container {
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }
    .custom-search-container{
        width: 100%;
        max-width: 100%!important;
    }
    .custom-middle-nav{
        flex-wrap: wrap;
        gap: 13px;
    }
    .custom-nav-item .custom-nav-link img{
        width: 22px;
    }   
    .custom-nav-container{
        padding: 0!important;
    }
    .custom-middle-nav{
        padding-bottom: 0!important;
    }
    .custom-logo-main{
        width: 100%;
    }
    .custom-logo{
        justify-content: center;
    }

    .stat-item {
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-desc {
        font-size: 18px;
    }

    .work-section-main,
    .vision-main,
    .section-title {
        margin-top: 50px;
    }

    .experience-box {
        padding: 10px;
    }


    .work-section-main {
        padding: 0px 20px;
    }

    .overlay-img {
        width: 35%;
        bottom: -7%;
        left: 67%;
    }

    .work-section-title h2 {
        padding-top: 50px;
        font-size: 26px;

    }

    .text-block strong {
        font-size: 20px;
    }

    .icon-boxs {
        padding: 0px;
    }

    .icon-boxs svg {
        width: 100%;
        height: 100%;
    }

    .content-item {
        gap: 10px;
    }

    .text-block p,
    .vision-text,
    .check-list li p,
    .btn-icon p,
    .overlay-text,
    .expert-text p {
        font-size: 18px;
    }

    .overlay-text {
        font-size: 16px;
    }

    .expert-text p {
        text-align: center;
    }

    .vision-text {
        text-align: center;
    }

    .vision-main {
        padding: 0px 15px;
    }

    .vision-title {
        font-size: 22px;
        text-align: center;
    }

    .btn-icon svg {
        padding-right: 0px;
    }

    .vision-main-row {
        gap: 50px;
    }

    .btn-icon {
        flex-direction: column;
    }

    .target-img {
        width: 70%;
    }

    .section-title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom-nav-item:hover .custom-dropdown {
        position: absolute;
    }

    .export-section-2 {
        flex-direction: column-reverse;
    }

    /* About Us page */

    /* Gallaery Page start*/
    .gallery {
        gap: 12px;
        margin-top: 60px !important;
        padding: 0px;
    }

    .gallery .col-6,
    .gallery .col-md-3 {
        width: 48% !important;
    }

    .gallery img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
    }

    .lightbox-content {
        max-width: 100%;
        max-height: 100%;
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
    }

    .lightbox-content img {
        max-width: 100%;
        max-height: 100%;
    }

    .thumbnail-strip {
        gap: 6px;
        max-width: 95vw;
    }

    .thumbnail-strip img {
        width: 60px;
        height: 40px;
    }

    .nav-arrow-right {
        margin-right: 75%;
    }

    .arrow-icon {
        transform: translateY(-100%);
    }

    .nav-arrow {
        width: 35px;
        height: 35px;

    }
    .custom-icon-btn{
        width: 33px;
    }
    /* Gallery Page End */

    /* Banner Section start */
    .hero-wrap {
        width: 100%;
        height: auto;
        min-height: auto;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .radio-group{
        flex-wrap: wrap;
        gap: 20px;
    }

    /* Banner Section end */

    /* Contect us  start*/
    .container-contect {
        flex-direction: column;
        margin-top: 50px;
    }

    .contact-info {
        padding: 30px 20px;
        min-height: auto;
        border-radius: 20px 20px 0 0;
        position: static;
    }

    .contact-info h2 {
        font-size: 28px;
    }

    .contact-info .sub-title,
    .contact-info .info-item p {
        font-size: 18px;
    }

    .contact-info .sub-title {
        margin-bottom: 50px;
    }

    .contact-info .info-item {
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }

    .contact-info .info-item svg {
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }

    .social-icons {
        position: static;
        margin-top: 45px;
        gap: 20px;
    }
    .container-contect{
        gap: 50px;
    }
    .map-cls iframe{
        margin-top: 20px;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
    }

    .social-icons a svg {
        width: 24px;
        height: 24px;
        margin: 8px;
    }

    .contact-form {
        padding: 20px;
        width: 100%;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .form-group label,
    .select-sub-text,
    .subject-select label {
        font-size: 16px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 18px;
    }

    .subject-select {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    .subject-select .active::after {
        left: 6px;
        top: 44%;
    }

    .submit-border {
        width: 100%;
    }

    .submit-btn {
        width: 100%;
        font-size: 1rem;
        margin-top: 40px;
    }

    iframe {
        height: 400px;
        margin-top: 50px;
    }

    .slider-text h1 {
        font-size: 30px;
    }

    /* Contect us end */
    /* footer start */
    .col-md-6.col-xl-2.footer-col-2 {
        margin-top: 20px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-bottom-text {
        text-align: center;
    }

    .social-icon {
        margin: auto;
    }

    /* Contact page section end */
    .payment-get {
        margin: auto;
    }

    .col-md-2.footer-col-2 {
        margin: 20px;
    }

    /* footer end */

    .explore-slider .slick-dots {
        bottom: -30%;
    }
}


@media only screen and (min-width: 993px) and (max-width: 1400px) {
    body {
        overflow-x: hidden !important;
    }

    h1 {
        font-size: 32px;
    }

    p {
        font-size: 18px;
    }
    .div4{
        margin-left: 20px;
    }
    .stat-number{
        min-width: 90px;
    }
    .content-item:last-child{
        margin-bottom: 0;
    }
    .section-wrapper{
        padding: 50px 0px 30px;
    }

    /* Home page */
    .home-page-banner-main {
        overflow: hidden;
        position: relative;
    }

    .home-page-banner-text-main h1 {
        font-size: 45px;
        line-height: 1.3;
    }

    /* Benefit section */
    .benefit-of-using-our-product {
        padding: 0px;
    }

    .benefit-of-using-our-product-inside-main {
        flex-direction: row;
        margin-top: 100px;
    }
    .benefit-of-using-our-product .container{
        max-width: 90%;
    }

    .benefit-of-using-our-product-reivew-two{
        width: 340px;
        right: -24px;
    }
    .benefit-of-using-our-product-right-heading h3 {
        font-size: 30px;
    }
    .home-page-why-choose-vrinda-hardware-heading{
        margin-bottom: 14px;
    }
    .home-page-subtitle{
        margin-top: 14px;
        font-size: 36px;
    }
    .icon-box img,
    .icon-box{
        width: 50px;
        height: 50px;
    }
    .explore-section-main{
        min-height: 720px;
        background-size: cover;
    }
    .explore-slider .slick-dots{
        bottom: -46%;
    }

    .benefit-of-using-our-product-right-box-four-main {
        flex-direction: row;
        gap: 10px;
    }

    .benefit-of-using-our-product-right-pera p {
        font-size: 18px;
    }

    .benefit-of-using-our-product-right-box-one {
        width: 48%;
        display: flex;
        flex-direction: column;
    }

    .benefit-box-ttl h6{
        font-size: 22px;
    }
    .benefit-box-ttl{
        margin-bottom: 13px;
    }
    .benefit-box-one-icon{
        width: 75px;
        height: 75px;
    }
    .benefit-box-pera p {
        font-size: 18px;
    }

    .benefit-of-using-our-product-left-image img {
        width: 100%;
    }

    /* Why choose Vrinda Hardware */
    .mobile-icon {
        display: none;
    }

    .home-page-why-choose-vrinda-hardware {
        padding: 90px 20px;
    }

    .home-page-why-choose-vrinda-hardware-heading h6 {
        font-size: 18px;
    }

    .home-page-why-choose-vrinda-hardware-big-head h4 {
        font-size: 34px;
        line-height: 1.4;
    }

    .home-page-why-choose-vrinda-hardware-pera {
        margin-bottom: 40px;
    }

    .home-page-why-choose-vrinda-hardware-pera p {
        font-size: 16px;
        line-height: 1.5;
    }
    .home-page-banner{
        font-size: 18px;
    }

    .text-section .home-text-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .text-section .home-page-pera {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .icon-box {
        margin-right: 20px;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center {
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center img {
        width: 80%;
        max-width: 360px;
        height: auto;
    }


    .home-page-why-chhose-count {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .home-page-why-chhose-count span {
        font-size: 22px;
    }

    .home-page-why-choose-box-one-ttl h5 {
        font-size: 23px;
    }
    .home-page-why-choose-box-one-ttl{
        margin-bottom: 13px;
    }

    .home-page-why-choose-box-one-pera p {
        font-size: 16px;
        line-height: 1.6;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box{
        padding-left: 55px;
    }
    .home-page-easy-affordable{
        margin-top: 0;
    }
    .home-easy-hardware{
        margin: 0;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-one .home-page-why-choose-box-one{
        padding-right: 45px;
    }

    /* Explore Section */
    .explore-section-main {
        padding: 60px 40px;
    }

    .power-mobile-section img {
        max-width: 250px;
    }

    .moblie-screen-1 {
        margin-top: 20px;
    }

    .mobile-screen-2 {
        margin-top: 80px;
    }

    .power-heading {
        font-size: 18px;
    }

    .power-subheading {
        font-size: 28px;
        line-height: 38px;
    }
    .power-mobile-section{
        width: 46%;
    }
    .specilty-text-heading,
    .home-page-title{
        font-size: 18px;
    }

    .power-pera {
        font-size: 18px;
    }

    .vision-main-row {
        gap: 0px;
    }

    .stats-container {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }

    /* About Us Page */
    .vision-main-row {
        gap: 0px;
    }

    .stats-container {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 12px;
    }
    .section-wrapper{
        align-items: center;
    }
    .work-section-main{
        padding: 100px 10px 10px;
    }
    .btn-icon p{
        font-size: 17px;
    }
    .btn-icon svg{
        width: 50px;
        height: 35px;
    }
    .overlay-text{
        font-size: 17px;
    }
    .export-section .row,
    .export-section-2{
        margin: 0;
    }
    .footer-bottom-text p{
        font-size: 15px;
    }
    .consecte-heading {
        font-size: 30px;
    }

    .consert-pera,
    .consecte-model p {
        font-size: 18px;
    }

    .counter {
        font-size: 30px;
    }

    .counter-text {
        font-size: 18px;
    }

    /* Gallery Page */
    .gallery .col-6,
    .gallery .col-md-3 {
        width: 31% !important;
    }

    /* Contact Us */
    .contact-info {
        padding: 40px;
    }
    .container-contect{
        gap: 80px;
    }
    .social-icons a{
        width: 42px;
        height: 42px;
    }
    .social-icons a svg{
        width: 22px;
        height: 30px;
    }
    .social-icons{
        gap: 40px;
    }

    .contact-info h2 {
        font-size: 32px;
    }

    .contact-info .sub-title,
    .contact-info .info-item p {
        font-size: 18px;
    }

    .submit-btn {
        font-size: 18px;
        width: 28%;
    }
    .submit-border{
        width: 28%;
    }

    iframe {
        height: 500px;
    }

    /* Footer */
    .footer-bottom-text {
        font-size: 16px;
    }
}


@media screen and (min-width:1241px) and (max-width:1500px)
{
    .container{
        width: 85%;
    }
    .home-page-banner-mobile-image{
        width: 60%;
    }
    .specialty-section-mobile img{
        width: 21%
    }
    .benefit-of-using-our-product-right-heading h3{
        font-size: 25px;
        line-height: 34px;
    }
    .benefit-box-one-icon{
        width: 65px;
        height: 65px;
    }
    .benefit-of-using-our-product-right-pera p,
    .benefit-box-pera p,
    .benefit-of-using-our-product-reivew-two a p{
        font-size: 16px;
    }
    .profile-image-review{
        height: 60px;
        width: 60px;
    }
    .benefit-of-using-our-product-left-image{
        height: 700px;
    }
    .benefit-of-using-our-product-reivew-two{
        right: -50px;
    }
    .profile-rating-star img{
        width: 23px;
        height: 23px;
    }
    .benefit-of-using-our-product-inside-main::before{
        width: 55px;
        height: 72px;
    }
    .benefit-of-using-our-product-inside-main::after{
        height: 52px;
        width: 36px;
    }
    .home-page-why-choose-vrinda-hardware-big-head h4{
        font-size: 30px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center img{
        max-width: 330px;
    }
    .home-page-why-choose-box-one{
        padding: 20px;
    }
    .home-page-why-chhose-count{
        height: 52px;
        width: 52px;
    }
    .home-page-why-chhose-count span{
        font-size: 17px;
    }
    .home-page-why-choose-box-one-ttl h5{
        font-size: 21px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box{
        padding-left: 48px;
    }
    .home-page-why-choose-box-one.inside-two{
        width: 87%;
    }
    .home-page-subtitle{
        font-size: 30px;
    }
    .home-page-banner{
        font-size: 16px;
    }
    .text-section .home-page-pera{
        font-size: 16px;
    }
    .text-section .home-text-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .home-page-easy-affordable{
        margin-bottom: 50px;
    }
    .explore-section-main{
        margin-top: 70px;
    }
    .power-pera{
        font-size: 16px;
        line-height: 25px;
    }
    .power-subheading{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .power-heading{
        margin-bottom: 7px;
        font-size: 16px;
    }
    .power-text-section{
        margin-top: 100px;
    }
    .power-section-main{
        margin-top: 40px;
    }
    .power-mobile-section img{
        max-width: 200px;
    }
    .specilty-text-subheading{
        font-size: 30px;
    }
    .specilty-text-section{
        gap: 10px;
    }
    .specilty-text-pera{
        font-size: 16px;
    }
    .footer-col-2 h6, .footer-col-3 h6, .footer-col-4 h6{
        font-size: 18px;
        margin-bottom: 22px;
    }
    .footer-col-2 ul li, .footer-col-3 ul li{
        margin: 16px 0px;
    }
    .stat-number{
        font-size: 18px;
    }
    .stat-desc{
        font-size: 15px;
        padding-top: 10px;
    }

    .home-page-why-choose-box-one.inside-two{
        margin-top: 30px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-one .home-page-why-choose-box-one.inside-two{
        padding-right: 20px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.inside-two{
        margin-bottom: 30px;
    }
    .consecte-heading{
        font-size: 22px;
    }
    .consert-pera, .consecte-model p{
        font-size: 16px;
    }
    .explore-btn a{
        font-size: 13px;
        padding: 11px 16px;
    }
    .explore-btn{
        margin-top: 24px;
    }
    .parent{
        margin-top: 70px;
    }
    .work-section-main{
        margin-top: 70px;
        padding: 60px 10px 10px;
    }
    .work-section-title h2{
        font-size: 30px;
    }
    .text-block p{
        font-size: 17px;
    }
    .icon-boxs svg{
        height: 40px;
        width: 40px;
    }
    .text-block strong{
        font-size: 17px;
    }
    .content-item{
        margin-bottom: 20px;
    }
    .section-wrapper{
        padding: 50px 0px 60px;
    }
    .vision-title{
        font-size: 26px;
    }
    .vision-text{
        margin-top: 13px;
        font-size: 16px;
    }
    .check-list li p{
        font-size: 16px;
    }
    .check-list{
        margin-top: 30px;
    }
    .btn-icon{
        padding: 9px 9px;
    }
    .btn-icon p{
        font-size: 15px;
    }
    .vision-main{
        margin-top: 70px;
    }
    .section-title{
        font-size: 29px;
    }
    .expert-text p{
        font-size: 16px;
    }
    .overlay-text{
        font-size: 14px;
        height: 46px;
    }
    .slider-text{
        height: 56vh;
    }
    .gallery .col-6, .gallery .col-md-3{
        width: 23% !important;
    }
    .gallery{
        gap: 18px;
        margin-top: 70px !important;
        margin-bottom: 70px;
    }
    .contact-info h2{
        font-size: 26px;
    }
    .contact-info{
        padding: 33px;
        min-height: 720px;
    }
    .social-icons a svg{
        height: 29px;
        width: 18px;
    }
    .social-icons a{
        width: 40px;
        height: 40px;
    }
    .social-icons{
        gap: 30px;
    }
    .contact-info .info-item svg{
        width: 30px;
        height: 30px;
    }
    .form-group input, .form-group textarea::placeholder{
        padding: 10px 16px;
        font-size: 16px;
        background: #F1EDEB !important;
        background-color: #F1EDEB !important;
    }
    .container-contect{
        margin-top: 80px;
    }
    .map-cls iframe{
        margin-top: 70px;
    }
    .slider-text h1{
        font-size: 46px;
        margin-bottom: 10px!important;
    }
    .form-group label,
    .select-sub-text,
    .custom-radio{
        font-size: 16px;
    }
    .radio-group{
        margin-bottom: 36px;
    }
    .submit-btn,
    .submit-border{
        width: 32%;
        font-size: 16px;
    }
    .form-row{
        margin-bottom: 40px;
    }

    .contact-info .sub-title, .contact-info .info-item p{
        font-size: 16px;
    }
    .contact-form{
        width: 54%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    body {
        overflow-x: hidden !important;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-one .home-page-why-choose-box-one{
        padding-right: 20px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box{
        padding-left: 20px;
    }
    /* Navbar css start */
    .header-main .container {
        padding: 0px;
    }

    .header-two-inside-main {
        flex-wrap: wrap;
        position: relative;
        padding: 0 15px;
    }
    .header-one{
        padding: 12px 15px;
    }

    .hamburger-menu {
        display: block;
        font-size: 24px;
        color: #704F38;
        cursor: pointer;
    }

    .header-menu {
        display: none;
        width: 100%;
        background-color: white;
        padding: 25px 20px;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .header-menu ul {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .header-menu ul li{
        width: 100%;
    }

    .header-menu ul li a {
        font-size: 16px;
        color: #1F2029;
    }

    .header-contact {
        width: fit-content;
        margin-top: 10px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    .header-contact p {
        text-align: center;
    }

    /* Navbar css end */

    h1 {
        font-size: 28px;
    }

    p {
        font-size: 18px;
    }

    /* Home page start */
    .speciality-bg {
        background-size: cover;
        margin-top: 60px;
    }

    .specialty-section-mobile img {
        top: 0px;
    }

    .download-section {
        margin-top: 50px;
    }

    .home-page-banner-image {
        width: 100%;
        margin: auto;
        display: block;
        object-fit: cover;
        position: absolute;
        z-index: -1;
        height: 100%;
    }

    .home-page-banner-contant-main {
        padding: 10px 30px 0;
        text-align: center;
    }

    .home-page-banner-text-main h1 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 16px;
    }

    .home-page-banner-text-main {
        padding: 30px 0 0;
    }

    .home-page-banner-text-main p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 32px;
    }

    .home-page-banner-button a {
        width: auto;
        padding: 12px 30px;
        font-size: 18px;
    }

    .home-page-banner-mobile-image {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .home-page-banner-mobile-image img {
        max-width: 670px;
        margin-top: 40px;
    }

    .home-page-contant-inside-main {
        margin-top: 18px;
    }

    /* Benefit section */
    .benefit-of-using-our-product {
        padding: 0px;
    }

    .benefit-of-using-our-product-inside-main {
        margin-top: 100px;
    }
    .benefit-of-using-our-product-left {
        width: 47%;
    }
    .profile-image-review{
        width: 60px;
        height: 60px;
    }
    .profile-rating-star img{
        width: 25px;
        height: 25px;
    }

    .benefit-of-using-our-product-right-heading h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .benefit-of-using-our-product-right-pera p{
        font-size: 17px;
    }

    .benefit-of-using-our-product-right-box-four-main {
        flex-direction: row;
        gap: 30px;
    }

    .benefit-of-using-our-product-right-box-one {
        width: 44%;
        display: flex;
        flex-direction: column;
    }
    .benefit-of-using-our-product-reivew-two{
        right: -24px;
        width: 339px;
    }
    .benefit-of-using-our-product-inside-main::after{
        right: -10px;
        height: 42px;
        width: 26px;
    }
    .benefit-of-using-our-product-inside-main::before{
        width: 44px;
        height: 57px;
    }
    .benefit-of-using-our-product-reivew-two a p{
        font-size: 17px;
    }

    .benefit-box-ttl h6{
        font-size: 18px;
    }
    .benefit-box-pera p {
        font-size: 16px;
    }
    .benefit-box-one-icon{
        width: 55px;
        height: 55px;
    }
    .benefit-of-using-our-product-reivew-one{
        left: -10px;
    }
    .benefit-of-using-our-product-left-image{
        height: 800px;
    }
    .benefit-of-using-our-product-reivew-two a{
        padding: 10px;
    }
    .home-easy-hardware{
        margin: 0;
    }
    .affordable-section{
        padding: 0 0 50px;
    }

    .benefit-of-using-our-product-left-image img {
        width: 100%;
    }

    /* Why choose Vrinda Hardware */
    .power-section-main-tow {
        flex-direction: column-reverse !important;
    }

    .home-page-why-choose-vrinda-hardware {
        padding: 60px 20px;
    }

    .home-page-why-choose-vrinda-hardware-heading h6 {
        font-size: 18px;
    }

    .home-page-why-choose-vrinda-hardware-big-head h4 {
        font-size: 36px;
        line-height: 1.4;
    }

    .home-page-why-choose-vrinda-hardware-pera {
        margin-bottom: 40px;
    }

    .home-page-why-choose-vrinda-hardware-pera p {
        font-size: 16px;
        line-height: 1.5;
        max-width: 100%;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-main {
        flex-direction: row;
        position: static;
        gap: 0px;
    }

    .text-section .home-text-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .text-section .home-page-pera {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .icon-box {
        margin-right: 20px;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-one,
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three {
        width: 100%;
        position: static;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center {
        width: 100%;
        text-align: center;
        margin: 0px;
    }

    .mobile-icon {
        display: none;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center img {
        width: 80%;
        max-width: 250px;
        height: auto;
    }

    .home-page-why-choose-box-one {
        padding: 30px 20px;
    }

    .home-page-why-chhose-count {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .home-page-why-chhose-count span {
        font-size: 22px;
    }

    .home-page-why-choose-box-one-ttl h5 {
        font-size: 20px;
    }

    .home-page-why-choose-box-one-pera p {
        font-size: 16px;
        line-height: 1.6;
    }

    .home-page-why-choose-box-one.inside-two {
        width: 100%;
        margin: 30px 0 !important;
    }

    .consecte-text .explore-btn {
        text-align: left;
    }

    /* Explore Section */
    .explore-section-main {
        padding: 60px 30px;
    }

    .swiper-slide p:first-child {
        font-size: 26px;
    }
    .specilty-text-section{
        gap: 12px;
    }

    .swiper-slide p:nth-child(2) {
        font-size: 20px;
    }

    .explore-btn {
        text-align: center;
    }

    .work-section-main {
        margin-top: 50px;
        padding: 50px;
    }

    .text-block strong {
        font-size: 22px;
    }

    .text-block p {
        font-size: 18px;
    }

    .vision-main .col-md-6.col-xl-7 {
        padding: 0px;
    }

    .vision-title {
        font-size: 28px;
    }

    .vision-text {
        font-size: 18px;
    }

    .vision-mission {
        margin: auto;
        padding: 50px;
    }

    .expert-text p {
        font-size: 18px;
    }
    .export-section-2{
        margin-bottom: 60px;
    }

    .check-list {
        margin: 30px 0px;
    }

    .btn-icon {
        flex-direction: column;
    }

    .check-list li p {
        font-size: 18px;
    }

    /* Power Section */
    .power-section-main {
        gap: 10px;
        margin-top: 70px;
        flex-direction: column;
    }

    .power-mobile-section img {
        max-width: 250px;
    }

    .moblie-screen-1 {
        margin-top: 20px;
    }

    .mobile-screen-2 {
        margin-top: 80px;
    }

    .power-text-section {
        padding: 0px;
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }

    .power-heading {
        font-size: 18px;
    }

    .power-subheading {
        font-size: 26px;
    }

    .power-pera {
        font-size: 18px;
    }

    .vision-main {
        margin-top: 50px;
    }

    .btn-icon p {
        font-size: 18px;
    }

    .stats-container {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }

    /* About Us Page */


    .consecte-heading {
        font-size: 22px;
    }

    .consert-pera,
    .consecte-model p {
        font-size: 18px;
    }

    .counter {
        font-size: 28px;
    }

    .counter-text {
        font-size: 18px;
    }


    .experience-box {
        padding: 10px;
    }

    /* Gallery Page */
    .gallery .col-6,
    .gallery .col-md-3 {
        width: 48% !important;
    }

    .thumbnail-strip {
        max-width: 110vh;
    }

    /* Contact Us */
    .slider-text h1 {
        font-size: 40px;
    }

    .contact-info {
        padding: 40px 30px;
    }

    .contact-info h2 {
        font-size: 30px;
    }

    .hero-wrap {
        min-height: 330px;
    }

    .contact-info .sub-title,
    .contact-info .info-item p {
        font-size: 18px;
    }

    .submit-btn {
        font-size: 18px;
    }

    iframe {
        height: 450px;
    }

    .contact-form {
        padding: 0px 0px;
        width: 100%;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }

    .contact-info .sub-title {
        margin-bottom: 20px;
    }

    /* Footer */
    .footer-bottom-text {
        font-size: 16px;
        text-align: left;
    }
    .payment-get{
        text-align: right;
        display: flex;
        justify-content: left;
        width: fit-content;
    }

    .col-md-6.col-xl-2.footer-col-2 {
        /* text-align: center; */
    }

    .footer .container .row {
        row-gap: 50px;
    }
    .footer-bottom-text p{
        font-size: 15px;
    }
    .footer-bottom {
        text-align: center;
        align-items: center;
        row-gap: 20px;
        flex-wrap: wrap;
    }
}

/* New */
/* Top Header */
.custom-top-header {
    background: #704F38;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.custom-top-header .custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-top-header .custom-tagline {
    font-weight: 500;

}

.custom-top-header .custom-contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-top-header .custom-contact-info i {
    color: #FFD700;
}

/* Main Navbar */
.custom-navbar {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.custom-navbar .custom-container {
    width: 100%;
    margin: auto;
    max-width: 1680px;
}

.custom-nav-container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.custom-middle-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
}

/* Logo */
.custom-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
}

/* Search Bar */
button.custom-mobile-toggle {
    position: absolute;
    top: 8px;
    right: 12px;
}

.custom-search-container {
    flex: 1;
    max-width: 550px;
    margin: 0px;
    position: relative;
}

.custom-search-input {
    width: 100%;
    padding: 12px 45px 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.custom-search-input::placeholder {
    font-family: 'Inter 18pt rglr';
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}

.custom-search-input:focus {
    outline: none;
    border-color: #8B4513;
    box-shadow: 0 0 0 3px rgba(139, 69, 19, 0.1);
}

.custom-search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 16px;
}

/* Navigation Menu */
.custom-nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
}

.custom-nav-item {
    position: relative;
    list-style: none;
}

.custom-nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 0 0;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-nav-link:hover {
    color: #8B4513;
}

.custom-nav-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Dropdown Menu */
.custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.custom-nav-item:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: max-content;
}

.custom-nav-item:hover .custom-nav-link i {
    transform: rotate(180deg);
}

.custom-nav-menu .custom-nav-item .active {
    font-size: 16px;
    font-weight: 600;
    color: #704F38;
}

.custom-dropdown-item {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.custom-dropdown-item:last-child {
    border-bottom: none;
}

.custom-dropdown-item:hover {
    background: #f8f8f8;
    color: #8B4513;
    padding-left: 25px;
}

/* Right Side Icons */
.custom-nav-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-icon-btn {
    position: relative;
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.custom-icon-btn:hover {
    color: #8B4513;
}

.custom-cart-badge {
    position: absolute;
    top: 0;
    right: -6px;
    background: #FF4757;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Toggle */
.custom-mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

/* Mobile Styles */
@media (max-width: 992px) {
    .home-page-banner-contant-main::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 76%, #FFFFFF 100%);
    }

    /* Header start */

    /* Header end */
    .custom-top-header {
        text-align: center;
        padding: 5px 0;
    }

    .custom-top-header .custom-container {
        flex-direction: column;
        gap: 5px;
    }

    .custom-nav-container {
        padding: 0 15px;
        height: 60px;
    }

    .custom-mobile-toggle {
        display: block;
        z-index: 111;
    }
    .custom-nav-item:hover .custom-nav-link i{
        transform: unset;
    }
    .custom-nav-item .custom-dropdown.active ~ .custom-nav-link i{
        transform: rotate(180deg)!important;
    }
    .custom-nav-menu {
        position: absolute;
        top: 57px;
        left: -100%;
        width: 100%;
        height: fit-content;
        background: white;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 0;
        transition: left 0.3s ease;
        overflow-y: auto;
    }
    .custom-nav-menu.active {
        left: 0;
        z-index: 1;
    }

    .custom-nav-item {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .custom-nav-link {
        padding: 13px 0;
        width: 100%;
        justify-content: start;
    }

    .custom-nav-item:hover .custom-dropdown{
        max-height: 0;
        transform: none;
    }
    .custom-dropdown.active{
        max-height: max-content!important;
        transform: translateY(0)!important;
    }

    .custom-dropdown {
        position: static;
        box-shadow: none;
        background: #f8f8f8;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .custom-dropdown.active {
        max-height: 300px;
        position: absolute;
    }

    .custom-dropdown-item {
        padding: 7px 0px;
        border-bottom: 0;
    }

    .custom-nav-icons {
        gap: 15px;
    }

    /* navbar */
    
}

/* Demo Content */
.demo-content {
    padding: 40px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.demo-content h1 {
    color: #333;
    margin-bottom: 20px;
}

.demo-content p {
    color: #666;
    font-size: 18px;
}


@media only screen and (min-width:769px) and (max-width:859px) {
    .custom-nav-menu {
        gap: 12px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1024px)
{
    .custom-nav-menu{
        gap: 20px;
    }
    .container-contect{
        gap: 20px;
    }
    .contact-info .info-item{
        margin-bottom: 20px;
    }
    .contact-info .sub-title{
        margin-bottom: 50px;
    }
    .social-icons a svg{
        width: 25px;
        height: 34px;
    }
    .radio-group{
        flex-wrap: wrap;
        gap: 20px;
    }
    .submit-btn,
    .submit-border{
        width: 37%;
    }
    .map-cls iframe{
        margin-top: 40px;
    }
    .social-icons a{
        width: 45px;
        height: 45px;
    }
    .stat-number{
        min-width: 90px;
        font-size: 18px;
    }
    .stat-item{
        width: 29%;
    }
    .div4{
        margin-left: 10px;
    }
    .image-left{
        flex:1 1 400px;
    }
    .section-wrapper{
        align-items: center;
    }
    .container.export-section .row{
        margin: 0;
    }
    .export-section-2.row{
        margin: 0 0 70px;
    }
    .overlay-text{
        font-size: 16px;
    }
    .stat-desc{
        font-size: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:991px)
{
    .custom-icon-btn img{
        width: 32px;
    }   
    .container-contect{
        gap: 20px;
        margin-top: 50px;
    }
    .explore-section-main{
        min-height: 600px;
    }
    .explore-slider .slick-dots{
        bottom: -33%;
    }
    .swiper-slide p:first-child{
        font-size: 30px;
    }
    .contact-info .info-item{
        margin-bottom: 20px;
    }
    .contact-info .sub-title{
        margin-bottom: 50px;
    }
    .social-icons a svg{
        width: 19px;
        height: 28px;
    }
    .social-icons{
        gap: 30px;
    }
    .radio-group{
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px;
    }
    .form-row{
        margin-bottom: 20px;
    }
    .submit-btn,
    .submit-border{
        width: 45%;
    }
    .map-cls iframe{
        margin-top: 40px;
        height: 400px;
    }
    .social-icons a{
        width: 38px;
        height: 38px;
    }
    .contact-info{
        padding: 20px;
    }


    .consept-img-1,
    .consecpt-img{
        object-fit: cover;
    }
    .parent{
        margin-top: 60px;
    }

    .stat-number{
        min-width: 90px;
        font-size: 18px;
    }
    .stat-item{
        width: 29%;
    }
    .div4{
        width: 100%;
        margin-left: 10px;
    }
    .image-left{
        flex:1 1 400px;
    }
    .content-right{
        width: 100%;
    }
    .expert-text{
        width: 100%;
        margin-top: 40px;
    }
    .row.align-items-center.export-section-2{
        flex-direction: column-reverse;
    }
    .section-wrapper{
        align-items: center;
    }
    .container.export-section .row{
        margin: 0;
    }
    .export-section-2.row{
        margin: 0 0 70px;
    }
    .overlay-text{
        font-size: 16px;
    }
    .stat-desc{
        font-size: 15px;
    }
    .counter-text{
        font-size: 16px;
    }
}


.export-section .row {
    justify-content: space-between;
    align-items: center;
}

.export-section-2 {
    justify-content: space-between;
    margin-bottom: 100px;
}

@media (max-width: 480px) {

    .profile-rating-star{
        width: calc(100% - 80px);
    }
    .profile-rating-star img{
        width: 16%;
        height: auto;
        max-height: 30px;
    }

    .social-icons a svg{
        width: 24px;
        height: 24px;
    }
    .gallery .col-6, .gallery .col-md-3{
        width: 47% !important;
    }
    .btn-icon p{
        font-size: 16px;
    }
    .btn-icon svg{
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    .work-section-main{
        margin-top: 10px;
    }
    .section-wrapper{
        padding: 30px 0px 30px;
    }

    .home-page-title{
        margin-bottom: 0;
    }
        /* Footer */
    .footer-bottom-text {
        font-size: 16px;
        text-align: left;
    }
    .payment-get{
        text-align: right;
        display: flex;
        justify-content: left;
        width: fit-content;
    }

    .col-md-6.col-xl-2.footer-col-2 {
        /* text-align: center; */
    }

    .footer-bottom-text p{
        font-size: 15px;
    }
    .footer-bottom {
        text-align: center;
        align-items: center;
        row-gap: 20px;
        flex-wrap: wrap;
    }
    .home-page-subtitle{
        margin-top: 10px;
    }
    .home-page-easy-affordable{
        padding: 40px 0;
    }
    .affordable-section{
        padding: 0;
    }
    .explore-slider .slick-dots{
        bottom: -35%;
    }
    .power-subheading,
    .specilty-text-subheading{
        line-height: 30px;
    }
    .specilty-text-heading{
        font-size: 16px;
    }
    .specilty-text-subheading{
        font-size: 24px;
    }
    .specilty-text-pera{
        font-size: 16px;
    }
    .specilty-text-section{
        gap: 10px;
    }
    .footer-col-2 ul li, .footer-col-3 ul li{
        margin: 13px 0px;
    }
    .footer-col-2 h6, .footer-col-3 h6, .footer-col-4 h6{
        margin-bottom: 20px;
        margin-top: 22px;
    }
    input.form-control.newsletter-input{
        height: 46px;
        padding: 12px;
        line-height: normal;
    }
    button.btn.btn-light{
        max-width: 92px;
        font-size: 15px;
    }
    .home-page-why-choose-vrinda-hardware{
        padding:50px 0 0;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-one .home-page-why-choose-box-one{
        padding-right: 20px;
    }
    .home-page-why-choose-vrinda-hardware-mobile-section-box-three .home-page-why-choose-box-one.four-box{
        padding-left: 20px;
    }
    .home-page-why-choose-vrinda-hardware-inside .home-page-why-choose-box-one{
        margin-bottom: 10px!important;
        margin-top: 0!important;
    }
    .home-page-why-choose-vrinda-hardware-heading h6{
        font-size: 16px;
    }
    .benefit-of-using-our-product-reivew-two a p {
        width: 68%;
    }
    .benefit-of-using-our-product{
        padding: 0;
    }

    .home-page-why-choose-box-one {
        margin-left: 0px;
    }

    .home-page-contant-inside-main {
        padding: 58px 0px 0;
    }

    .affordable-section .d-flex {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .icon-box {
        margin: auto;
    }

    .power-pera {
        text-align: center;
    }

    .custom-icon-btn {
        padding: 0px;
    }

    .custom-cart-badge {
        top: -1px;
        right: -3px;
        width: 14px;
        height: 14px;
        font-size: 10px;
    }

    .footer {
        padding: 40px 0;
    }

    .download-section {
        margin: 40px 0px;
    }

    .specilty-text-section,
    .power-section-main {
        margin-top: 40px;
    }

    .affordable-section {
        margin-bottom: 0px;
    }

    .home-page-why-choose-vrinda-hardware-mobile-section-box-two-center {
        margin-bottom: 0px;
    }

}

@media (max-width: 340px) {

    .custom-contact-info,
    .custom-tagline {
        font-size: 12px;
    }

    .custom-middle-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 10px;
        flex-direction: column;
        gap: 13px;
    }

    .custom-search-input {
        padding: 8px 36px 8px 12px;
    }

}

/* Contact Form Styles */
.contact-section {
    padding: 80px 0;
}

.contact-heading {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
}

.contact-info {
    margin-bottom: 40px;
}

.contact-info address {
    font-style: normal;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.contact-info i {
    margin-right: 10px;
    color: #007bff;
}

.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-primary {
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.d-none {
    display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-heading {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 20px;
    }
}

.form-group input,
.form-group textarea {
    font-family: 'poppins rglr';
    font-size: 22px;
    font-weight: 400;
    color: #1F2029;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #eee7e1;
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #1F2029;
    opacity: 0.7;
}

.form-group input:focus,
.form-group textarea:focus {
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    border: 1px solid #7b573f;
    outline: none;
}

.form-group textarea {
    height: 120px;
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    border: none;
    resize: none;
    border-radius: 20px;
    padding: 10px 15px;
    outline: none;
}

/* Browser-specific fixes for form inputs */
@supports (-webkit-appearance: none) {
    .form-group input,
    .form-group textarea {
        -webkit-appearance: none;
        background: #F1EDEB !important;
        background-color: #F1EDEB !important;
    }
}

@supports (-moz-appearance: none) {
    .form-group input,
    .form-group textarea {
        -moz-appearance: none;
        background: #F1EDEB !important;
        background-color: #F1EDEB !important;
    }
}

/* Ensure form inputs work in all browsers */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group textarea {
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #eee7e1;
    box-sizing: border-box;
}

/* Focus states for better accessibility */
.form-group input:focus,
.form-group textarea:focus {
    background: #F1EDEB !important;
    background-color: #F1EDEB !important;
    border-color: #7b573f;
    outline: none;
    box-shadow: 0 0 0 2px rgba(123, 87, 63, 0.1);
}

/* Expert Cards Styles */
.expert-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.expert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.expert-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.expert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.expert-card:hover .expert-image img {
    transform: scale(1.05);
}

.expert-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px 15px 15px;
    text-align: center;
}

.expert-overlay h5 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'poppins rglr', sans-serif;
}

.expert-overlay p {
    margin: 0;
    font-size: 14px;
    color: #f0f0f0;
    font-family: 'poppins rglr', sans-serif;
}

.expert-content {
    padding: 20px;
}

.expert-content h6 {
    color: #7b573f;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-family: 'poppins rglr', sans-serif;
}

.expert-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 15px 0;
    font-family: 'poppins rglr', sans-serif;
}

.expert-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.highlight-tag {
    background: #f8f9fa;
    color: #7b573f;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e9ecef;
    font-family: 'poppins rglr', sans-serif;
}

/* Responsive adjustments for expert cards */
@media (max-width: 768px) {
    .expert-card {
        margin-bottom: 20px;
    }
    
    .expert-image {
        height: 180px;
    }
    
    .expert-overlay h5 {
        font-size: 16px;
    }
    
    .expert-overlay p {
        font-size: 13px;
    }
    
    .expert-content {
        padding: 15px;
    }
    
    .expert-content h6 {
        font-size: 15px;
    }
    
    .expert-content p {
        font-size: 13px;
    }
    
    .highlight-tag {
        font-size: 11px;
        padding: 3px 10px;
    }
}

@media (max-width: 576px) {
    .expert-image {
        height: 160px;
    }
    
    .expert-overlay {
        padding: 15px 10px 10px;
    }
    
    .expert-overlay h5 {
        font-size: 15px;
    }
    
    .expert-overlay p {
        font-size: 12px;
    }
    
    .expert-content {
        padding: 12px;
    }
    
    .expert-content h6 {
        font-size: 14px;
    }
    
    .expert-content p {
        font-size: 12px;
    }
}

/* Expert Text Formatting Improvements */
.expert-name {
    color: #7b573f;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px 0;
    font-family: 'poppins rglr', sans-serif;
}

.expert-designation {
    color: #999;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
    font-family: 'poppins rglr', sans-serif;
}

.expert-achievements {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.expert-achievements li {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 8px 0;
    padding: 0 0 0 20px;
    position: relative;
    font-family: 'poppins rglr', sans-serif;
}

.expert-achievements li:before {
    content: "✓";
    color: #7b573f;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.expert-text strong {
    color: #7b573f;
    font-weight: 600;
}