@font-face {
    font-family: "Larken DEMO";
    src: url("../font/LarkenDEMO-Bold.otf");
    src: url("../font/LarkenDEMO-Italic.otf");
    src: url("../font/LarkenDEMO-Medium.otf");
    src: url("../font/LarkenDEMO-Regular.otf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

h1 {
    margin-bottom: 0px;
}

h2 {
    margin-bottom: 0px;
}

h3 {
    margin-bottom: 0px;
}

h4 {
    margin-bottom: 0px;
}

h5 {
    margin-bottom: 0px;
}

h6 {
    margin-bottom: 0px;
}

P {
    margin-bottom: 0px;
}

.logo-head {
    font-size: 50px;
    font-weight: bold;
    font-family: "Larken DEMO", Arial, sans-serif;
    color: #5b6a8b;
}

.logo-para {
    font-size: 20px;
    font-weight: 400;
    font-family: "Larken DEMO", Arial, sans-serif;
    color: black;
    text-transform: capitalize;
    margin-top: -4px;
}

.nav-parrent {
    display: flex;
    align-items: center;
    gap: 40px;
}

.section-1 {
    width: 100%;
    background-color: white;
    border: 1px solid #5b6a8b;
    height: fit-content;
    padding: 20px 0px 15px;
}

.nav-icon {
    width: 20px;
    height: 20px;
}

.tab {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}

.tab.active {
    color: #5b6a8b;
    font-weight: bold;
}

.tabs-parrent {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tab2 {
    position: relative;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    cursor: pointer;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 222px;
    height: fit-content;
    border: 1px solid #5b6a8b;
    z-index: 1000;
    border-radius: 10px;
    background-color: white;
    padding: 0px 8px;
    padding-bottom: 20px;
}

.dropdown-parrent:hover {
    background-color: #5b6a8b;
}

.dropdown:hover {
    padding: 0px;
}

.dropdown-parrent:hover .dropdown-para {
    color: white;
}

.dropdown a {
    display: block;
    text-decoration: none;
    color: black;
}

/* Show dropdown on hover */
.tab2:hover .dropdown {
    display: block;
}

.line-img {
    width: 100%;
    margin-top: -10px;
}

.dropdown-content {
    padding: 0px 15px;
    height: 20px;
    margin: 0px;
}

.dropdown-parrent {
    height: 40px;
}

.dropdown-para {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 60%);
    text-wrap: nowrap;
}

.dropdown-arrow {
    position: absolute;
}

.sec1-bg {
    width: 100%;
    height: fit-content;
    padding-bottom: 70px;
    background-color: #5b6a8b;
    margin-bottom: 60px;
}

.sec1-head {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    color: white;
    font-weight: bold;
    width: 87%;
    text-transform: capitalize;
}

.sec1-para {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 400;
    width: 79%;
    text-transform: capitalize;
    margin-top: 12px;
}

.sec1-btn {
    border: 1px solid white;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 400;
    background: none;
    padding: 0px 20px;
    height: 55px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-parrent {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
}

.sec1-btn:hover {
    background-color: white;
    color: black;
    transition: all 0.7s ease-in-out;
}

.sec1-row {
    align-items: center;
    padding-top: 20px;
}

.sec2-head {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    text-align: center;
}

.sec2-card {
    width: 100%;
    background-color: #eeeeee;
    border-radius: 10px;
    height: fit-content;
    padding: 30px 0px;
}

.sec2-card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.7s ease-in-out;
}

.card-row {
    padding-top: 40px;
}

.card-img {
    width: 90px;
    height: 90px;
    display: flex;
    margin: 0 auto;
}

.sec2-card h1 {
    font-size: 23px;
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    text-align: center;
    margin-top: 10px;
}

.sec2-card p {
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    text-align: center;
    width: 76%;
    margin: 0 auto;
    margin-top: 10px;
}

.sec2-row {
    padding-top: 40px;
}

.border-div {
    border: 1px solid #5b6a8b;
    width: 80px;
}

.border-parrent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.border-parrent2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.sec2-para2 {
    font-size: 18px;
    color: black;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.sec2-head2 {
    font-size: 44px;
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    text-align: center;
    margin-top: 8px;
}

.banner-parrent {
    width: 100%;
    background-color: #008080;
    height: fit-content;
    margin-top: 30px;
}

.banner-div {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 30px 0px;
    overflow-x: scroll;
}

.banner-div::-webkit-scrollbar {
    scrollbar-width: none !important;
    scroll-behavior: none !important;
}

.sec2-head3 {
    font-size: 44px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    width: 86%;
}

.sec2-para3 {
    font-size: 18px;
    color: black;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    width: 72%;
    margin-top: 13px;
}

.sec2-row {
    align-items: center;
    padding-top: 90px;
}

.sec2-btn {
    width: 199px;
    height: 55px;
    background-color: #5b6a8b;
    color: white;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-weight: 100;
    border: none;
    outline: none;
    margin-top: 30px;
}

.sec2-btn:hover {
    background-color: transparent;
    border: 1px solid #5b6a8b;
    color: #5b6a8b;
    transition: all 0.7s ease-in-out;
}

.footer-para {
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    margin-top: 15px;
    width: 80%;
}

.footer-logo-head {
    font-size: 45px;
    font-weight: bold;
    font-family: "Larken DEMO", Arial, sans-serif;
    color: #008080;
}

.footer-logo-para {
    font-size: 16px;
    font-weight: 400;
    font-family: "Larken DEMO", Arial, sans-serif;
    color: black;
    text-transform: capitalize;
    margin-top: -4px;
}

footer h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Larken DEMO", Arial, sans-serif;
    color: black;
    /* margin-left: 15px; */
}

footer li {
    font-size: 15px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

footer ul {
    margin-top: 20px;
}

footer h5 {
    font-size: 15px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    text-decoration: underline;
}

footer {
    margin-top: 100px;
}

.bottom-div {
    width: 100%;
    background-color: #008080;
    height: 60px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.bottom-para {
    font-size: 12px;
    color: white;
    font-family: "Poppins", sans-serif;
    align-items: center;
}

/* PRODUCT// */
.product-sec1-bg {
    width: 100%;
    height: 280px;
    background-color: #008080;
    flex-direction: column;
    margin-top: 80px;
}

.product-box {
    width: 100%;
    background-color: #008080;
    color: white;
    padding: 45px 30px 25px;
    border-radius: 30px;
    margin-top: 80px;
}

.product-para {
    /* text-align: center; */
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 49px;
    font-weight: bold;
    text-transform: uppercase;
}

a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb-item {
    color: white !important;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.breadcrumb-item.active {
    font-weight: bold;
}

.product-head1 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
}

.product-para2 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    width: 89%;
    margin-top: 25px;
}

.product-btn {
    width: 200px;
    text-transform: capitalize;
    height: 48px;
    border-radius: 50px;
    background-color: #209090;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-top: 15px;
}

.product-btn:hover {
    border: 1px solid #4b5973;
    color: #4b5973;
    background-color: transparent;
    transition: all 0.7s ease-in-out;
}

.product-img1 {
    width: 100%;
}

.product-sec2 {
    width: 100%;
    background-color: #f6f6f6;
    height: fit-content;
    padding-top: 40px;
}

.product-col {
    padding: 60px 0px 25px;
}

.product-sec2-head {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-top: 50px;
}

.window-tabs #tabs {
    padding: 0px !important;
    display: flex;
    gap: 0px;
    text-align: center;
}

.window-tabs #tabs li {
    list-style: none;
    display: inline-block;
    background: transparent;
    padding: 5px 10px;
    cursor: pointer;
    width: 200px;
    padding: 14px 0px;
    color: #008080;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.window-tabs {
    margin-top: 25px;
}

.product-img {
    margin-top: -70px;
}

.window-tabs #tabs li.active {
    background: #209090;
    color: white;
}

.window-tabs .tabs-div {
    height: 57px;
}

.window-tabs #tabs ul {
    width: 100%;
    border: 1px solid #5b6a8b;
}

.window-tabs #container>div {
    padding-top: 25px;
    display: none;
}

.window-tabs #container>div.active {
    display: block;
}

.window-tabs .tabs-div {
    width: fit-content;
    border: 1px solid #5b6a8b;
    margin: 0 auto;
}

.product-filter {
    width: 100%;
    height: fit-content;
    background-color: #209090;
    padding: 20px 20px 20px 40px;
}

.product-filterpara {
    font-size: 23px;
    font-weight: 400;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropbtn {
    color: black;
    width: 194px;
    height: 48px;
    background-color: white;
    padding: 10px 16px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    border-radius: 0px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    z-index: 10;
}

.custom-dropdown-item {
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    color: #333;
    transition: background 0.2s;
    width: 194px;
}

.custom-dropdown-item:hover {
    background: #f0f0f0;
}

/* Show menu on button click */
.custom-dropdown.show .custom-dropdown-menu {
    display: block;
}

.category-tabs {
    width: 100%;
    border: 1px solid #209090;
    padding: 5px;
    margin-top: 30px;
}

/* Hide radio buttons */
.category-tabs input[type="radio"] {
    display: none;
}

.category-tabs label {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    transition: all 0.3s ease;
}

.category-tabs .nav-link {
    color: rgba(0, 0, 0, 50%);
    font-weight: 400;
}

/* Active tab */
.category-tabs [id^="tab"]:checked+label {
    background: #5a6a8a;
    color: #fff;
    font-weight: bold;
}

/* Tab content (hidden by default) */
.tab__content {
    display: none;
    width: 100%;
    /* padding: 20px; */
    border-top: none;
    background: #fff;
    box-sizing: border-box;
}

/* Show only active tab content */
#tab1:checked~#tab__content--1,
#tab2:checked~#tab__content--2,
#tab3:checked~#tab__content--3,
#tab4:checked~#tab__content--4,
#tab5:checked~#tab__content--5 {
    display: block;
}

.product-head2 {
    font-size: 26px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: black;
    text-transform: capitalize;
}

.product-para1 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: black;
    text-transform: capitalize;
}

.product-card {
    width: 100%;
    border: 1px solid #c8c8c8;
    padding-bottom: 25px;
}

.product-card h1 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #222222;
    text-transform: capitalize;
    text-align: center;
    margin-top: 15px;
}

.product-card p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    text-align: center;
}

.dor-img {
    width: 59%;
    height: 310px;
    margin: 26px auto;
    display: flex;
}



.product-head3 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.product-para3 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: black;
    text-transform: capitalize;
    width: 89%;
    margin-top: 18px;
}

.product-para4 {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-top: 25px;
}

.footer-parrent {
    margin-top: 24px;
}

.custom-dropdown-menu {
    display: none;
}

.custom-dropdown-menu.show {
    display: block;
}

/* Nav Tabs Container */

/* Tab Items */

/* Tab Links */
.nav-link {
    text-align: center;
    padding: 19px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;

    border-bottom: none;
    /* background-color: white; */
}

/* Active Tab */
.nav-tabs .nav-link.active {
    background-color: #209090;
    color: white;
    font-weight: bold;
    border-color: #209090 #209090 transparent #209090;
    border-radius: 0px;
}

/* Hover Effect */
.nav-tabs .nav-link:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.nav-tabs .nav-link:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Tab Content */
.tab-content {
    /* border: 1px solid #6c7a95; */
    border-top: none;
    padding: 0px;
    background-color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #333;
    margin-top: 40px;
}

.product-para1 {
    font-size: 14px;
}

.nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none !important;
}

.nav.nav-tabs.hm {
    justify-content: unset !important;
}

.nav.nav-tabs::-webkit-scrollbar {
    scrollbar-width: none;
    scroll-behavior: none;
}

.custom-dropbtn {
    -webkit-appearance: none;
    /* Chrome/Safari */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Default */
    background-color: white;
    background-image: url("../img/Arrow-1.svg");
    /* arrow image */
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* right side align */
    background-size: 16px;
    /* arrow size */
    padding: 10px 35px 10px 10px;
    /* right padding for arrow */
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    cursor: pointer;
}

/* details-page// */
.details1-img {
    width: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    /* default border */
    transition: border 0.3s;
}

.details1-img.thumb.active {
    border: 2px solid #c9c9c9;
    /* active border color */
}

.details1-img2 {
    width: 100%;
    border-radius: 8px;
}

.details1-img {
    width: 100%;
}

.up-arrow {
    width: 80px;
}

.detail1-img-box {
    width: 70px;
}

.details1-head1 {
    font-size: 32px;
    color: black;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: bold;
}

.details1-para1 {
    font-size: 20px;
    color: black;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}

.details1-para2 {
    font-size: 14px;
    color: black;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}

.details-btn {
    width: 300px;
    text-transform: capitalize;
    height: 48px;
    border-radius: 50px;
    background-color: #5b6a8b;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-top: 30px;
}

.details1-img {
    width: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: border 0.3s;
}

.details1-img.thumb.active {
    border: 2px solid #c9c9c9;
}

.details1-img2 {
    width: 100%;
    border-radius: 8px;
    height: 515px;
    object-fit: contain;
}

.down-arrow {
    padding-right: 14px;
}

.detail1-head2 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: black;
}

.detail1-sec1 {
    background-color: #f9f9f9;
    width: 100%;
    padding: 40px 0px 40px;
    margin-top: 60px;
}

.product-para3 span {
    font-weight: bold;
    margin-left: 20px;
}

.details1-img3 {
    width: 100%;
    /* height: 399px; */
}

.detail1-sec2 {
    width: 100%;
    background-color: #f9f9f9;
    padding: 60px 0px 40px;

    margin-bottom: 60px;
}

/* DETAILS2/// */
.details2-para {
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    font-family: "Open Sans", sans-serif;
}

.details2-btn {
    width: 127px;
    height: fit-content;
    border-radius: 20px;
    color: white;
    background-color: #209090;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    padding: 10px 20px 8px;
    gap: 5px;
    text-transform: capitalize;
}

.details2-btn2 {
    width: 127px;
    height: fit-content;
    border-radius: 20px;
    color: #209090;
    background-color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #209090;
    outline: none;
    display: flex;
    align-items: center;
    padding: 10px 20px 8px;
    gap: 5px;
    text-transform: capitalize;
}

.details2-btndiv {
    display: flex;
    align-items: center;
    gap: 0px;
}

.configuration-box {
    width: 100%;
    background-color: #209090;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 30px;
}

.configuration-box h1 {
    font-size: 20px;
    color: white;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.configuration-box h1 span {
    font-weight: 100;
}

.detail2-img-box {
    background-color: #f6f6f6;
    width: 100%;
    height: fit-content;
    /* padding-bottom: 50px; */
}

.detail2-head {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: black;
    background-color: #f6f6f6;
    width: fit-content;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 15px;
}

.detail2-head2 {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: black;
    background-color: #f6f6f6;
    width: fit-content;
    padding: 0px 15px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    top: 50%;
    white-space: nowrap;
}

.details2-head {
    font-size: 23px;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.details2-para2 {
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    margin-top: 15px;
}

.minimis-para {
    font-size: 50px;
    color: white;
    margin-top: -7px;
}

.configuration-box2 {
    width: 100%;
    background-color: #5a6a8a;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
    padding: 0px 34px 0px 15px;
}

.configuration-box2 h1 {
    font-size: 20px;
    color: white;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.faq-para {
    font-size: 17px;
    color: black;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    /* text-transform: capitalize; */
}

.faq-para span {
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
}

.details-border {
    border: 1px solid rgba(0, 0, 0, 15%);
    margin-top: 15px;
}

.faq-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px 0px 15px;
    margin-top: 15px;
}

/* faq/// */

.faq-header {
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: white;
}

.toggle-symbol {
    font-weight: bold;
    font-size: 28px;
    margin-left: 10px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-div {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.3s;
}

.arrow.open {
    transform: rotate(90deg);
}

.faq-content {
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 14px;
    color: #555;
    padding: 0 0;
    margin: 5px 0 0 15px;
}

.faq-content.open {
    padding: 5px 0;
}

.faq-content.open {
    padding: 5px 0;
}

.arrow {
    transition: transform 0.3s;
}

.arrow.open {
    transform: rotate(90deg);
}

.faq-content {
    display: none;
    /* hide by default */
    padding: 10px 0;
}

.toggle-symbol {
    cursor: pointer;
}

.details2-faq-box {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #5a6a8a;
    padding: 0px 20px 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 52px;
}

.details2-para3 {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    /* text-transform: capitalize; */
    color: black;
    font-weight: bold;
    margin-left: 4px;
    margin-top: 25px;
}

.details2-para4 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    color: black;
    font-weight: bold;
    margin-left: 4px;
}

.details2-para4 span {
    color: rgba(0, 0, 0, 50%);
    font-weight: 400;
}

.details-input {
    width: 217px;
    height: 40px;
    border: 1px solid #595959;
    outline: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
}

.details2-para5 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: black;
    font-weight: 400;
    margin-left: 4px;
    position: absolute;
    right: 10px;
    top: 21px;
}

.details2-btn3 {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: black;
    font-weight: bold;
    background-color: #c8c8c8;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.details-2-div {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.details-2-para3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.details2-card {
    border: 1px solid #bdbdbd;
    background-color: white;
    width: 100%;
    height: fit-content;
    border-radius: 5px;
    cursor: pointer;
}

.details2-card img {
    width: 111px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.details2-card h1 {
    font-size: 13px;
    color: black;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 10px;
}

.details2-card4 {
    position: relative;
    transition: border 0.3s;
}

.details2-card {
    position: relative;
    transition: border 0.3s;
}

.card-select-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0074df;
    /* blue background */

    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    /* hidden by default */
}

.card-select-icon img {
    width: 14px;
    height: 14px;
}

.details2-card.selected {
    border: 2px solid #0074df;
    padding: 0px;
}

.details2-card.selected h1 {
    background-color: #f5f5f5;
    color: black;
    padding: 12px 0px;
    margin: 0px;
}

.details2-card.selected .card-select-icon {
    display: flex;
}

.details2-card2 {
    width: 100%;
    border: 1px solid #bdbdbd;
    background-color: white;
    border-radius: 5px;
    height: fit-content;
}

.text-box {
    background-color: #dcdcdc;
    width: 100%;
    height: fit-content;

    padding: 3px 0px 6px;
}

.details2-card-head {
    font-size: 15px;
    color: black;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 5px;
}

.details2-card-head2 {
    font-size: 15px;
    color: #0066cc;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
}

.details2-card4 {
    width: 171px;
    height: 200px;
    background-color: white;
    border: 2px solid #bdbdbd !important;
}

.details2-head4 {
    font-size: 13px;
    font-weight: bold;
    color: black;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 15px;
}

.color-img {
    width: 100%;
}

.details2-btn4 {
    width: 100%;
    height: 56px;
    border: none;
    outline: none;
    color: white;
    background-color: #209090;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    border-radius: 10px;
    text-transform: capitalize;
}

.faq-item-unique {
    margin-bottom: 15px;
}

.faq-box-unique {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #209090;
    padding: 0px 20px 0px 15px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.arrow-unique {
    transition: transform 0.3s ease;
    margin-left: auto;
}

.faq-content-unique {
    display: none;
    padding-left: 30px;
    margin-top: 5px;
}

.faq-item-unique.open .faq-content-unique {
    display: block;
}

.faq-item-unique.open .arrow-unique {
    transform: rotate(180deg);
}

.details2-card4 {
    position: relative;
    border: 2px solid transparent;
}

.color-img {
    display: block;
}

.card4-select-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0074df;
    /* border-radius: 50%; */
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    /* hidden by default */
}

.details2-head4 {
    background-color: transparent;
    transition: background-color 0.3s;
    font-size: 14px;
    margin: 0;
    padding: 4px;
}

.details2-card4.selected {
    border: 2px solid #0074df !important;
    background-color: #f5f5f5;
}

.details2-card4.selected .details2-head4 {
    /* background-color: #f5f5f5; */
    color: black;
}

.details2-card4.selected .card4-select-icon {
    display: flex;
}

.accordion-button::after {
    display: none !important;
}

/* Accordion item background ko white rakho */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}

/* Custom accordion header button styling */
.custom-accordion-btn {
    width: 100%;
    background-color: #209090 !important;
    height: 50px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 34px 0px 15px;
    font-size: 20px;
    color: white !important;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    box-shadow: none !important;
    margin-top: 15px;
}

/* When accordion is open */
.custom-accordion-btn:not(.collapsed) {
    background-color: #209090 !important;
    /* thoda dark shade when active */
    color: white !important;
}

/* Body styling */
.accordion-body {
    padding: 20px;
    background: #f8f9fa;
    font-size: 16px;
    color: #333;
}

/* details3/// */
.slect-box {
    width: 100%;
    background-color: #efefef;
    height: fit-content;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 50px;
}

.slect-box h1 {
    font-size: 20px;
    font-weight: 500;
    color: black;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.details3-input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #999999;
    outline: none;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

.arrow-box {
    width: 40px;
    height: 36px;
    margin-top: 2px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1px;
    top: 0;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
    /* native select click works */
}

.color-box {
    width: 100%;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    background-color: white;
}

.color-box h1 {
    font-size: 13px;
    font-weight: 400;
    color: black;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    transition: color 0.3s;
}

.radio-btn {
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    /* remove default style */
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999999;
    /* blue border */
    background-color: #0074df;
    border-radius: 50%;
    background-color: white;
    /* outer circle white */
    position: relative;
}

/* Dot for selected state */
.radio-btn:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    /* dot size */
    height: 7px;
    background-color: white;
    /* dot color */
    border-radius: 50%;
    background-color: #0074df;
}

/* Check icon */
.card4-select-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    display: none;
}

/* Selected state */
.color-box.selected {
    border: 2px solid #0074df;
    background-color: #f5f5f5;
}

.color-box.selected h1 {
    color: black;
}

.color-box.selected .card4-select-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.details3-btn {
    width: 100%;
    height: 55px;
    background-color: #209090;
    color: white;
    font-weight: 400;
    text-transform: capitalize;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
    margin-top: 20px;
}

.lock-img {
    width: 100%;
    height: 200px;
}

.alert-para {
    font-size: 14px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

.alert-para span {
    font-weight: bold;
}

.alert-warning {
    border: 2px solid #ffdc5c;
    background-color: #faf6d9;
    padding: 0px;
}

.alert-box {
    width: 100%;
    height: 70px;
    background-color: #ffdc5c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-2 .alert-warning {
    background-color: #cce6ff;
    border: 2px solid #0060b7;
}

.alert-2 .alert-box {
    background-color: #0060b7;
    width: 100%;
    height: 100%;
}

.alert-para2 {
    font-size: 14px;
    color: black;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

.alert-text-box {
    width: 100%;
    background-color: white;
    border: 1px solid #0060b7;
    padding: 0px 16px;
    height: 56px;
}

.alert-text-box p {
    font-size: 12px;
    width: 78%;
    color: #111111;
    font-family: "Open Sans", sans-serif;
}

.input-box {
    width: 80px;
    height: 48px;
    right: 0px;
    background-color: #75839e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.input-box p {
    font-size: 12px;
    color: white;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

.input-text {
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.input-text p {
    font-size: 13px;
    color: #0060b7;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.card-text-box {
    width: 100%;
    height: 30px;
    background-color: #75839e;
    margin-top: 10px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-box {
    width: 85px;
    height: 40px;
    background-color: white;
    border: 1px solid #595959;
    border-radius: 5px;
    font-size: 16px;
    color: #595959;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    text-align: end;
    justify-content: center;
    padding-left: 10px;
}

.number-box span {
    color: black;
    margin-left: 5px;
}

.color-row {
    width: 100%;
    background-color: #efefef;
    border-radius: 4px;
    padding: 10px;
}

.color-row h1 {
    font-size: 16px;
    color: black;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
    text-wrap: nowrap;
}

.table thead tr th {
    background-color: #efefef !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* padding: 12px 14px; */
    /* text-align: left; */
}

.table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 14px 16px;
    vertical-align: top;
}

.table tbody tr td select {
    padding: 4px 21px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
}

.table tbody tr td img {
    display: block;
}

.table tbody tr td .desc-input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
    outline: none;
}

.table tbody tr td .item-details {
    line-height: 1.5;
}

.table tbody tr td .item-details .small-price {
    float: right;
    font-weight: 600;
}

.table tbody tr td ul {
    margin: 6px 0 6px 18px;
    padding: 0;
}

.table tbody tr td ul li {
    margin-bottom: 3px;
}

.table tbody tr td .more-link {
    color: #007bff;
    font-size: 14px;
    margin: 8px 0;
    cursor: pointer;
}

.table tbody tr td .actions {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 6px;
}

.table tbody tr td .actions a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
}

.table tbody tr td .actions a:hover {
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

.compare-cards {
    width: 100%;
    height: fit-content;
    background-color: #efefef;
    padding: 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.compare-cards h1 {
    font-size: 16px;
    font-weight: 00;
    font-family: "Montserrat", sans-serif;
    color: black;
    text-transform: capitalize;
}

.compare-cards h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: black;
    text-transform: capitalize;
}

.compare-btn {
    background-color: #209090;
    width: 130px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.compare-head {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin-top: 30px;
}

.compare-head2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline;
    margin-top: 25px;
    cursor: pointer;
}

.compare-cards.selected {
    border: 2px solid #5b6a8b;
    padding: 3px;
    padding-bottom: 6px;
}

.compare-cards .check-box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: #5b6a8b;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #444;
    display: none;
}

.compare-cards.selected .check-box {
    display: flex;
}

.compare-head2:hover {
    text-decoration: underline;
}

.company-head {
    font-size: 33px;
    font-weight: bold;
    color: black;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.company-para {
    color: #3c4242;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.review-box {
    width: 170px;
    height: 34px;
    background-color: #209090;
    border-radius: 6px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    padding-left: 10px;
}

.review-box h2 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.compant-sec1 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.company-para2 {
    color: #3c4242;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.company-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    overflow-x: scroll;
    text-wrap: nowrap;
}

.company-tabs::-webkit-scrollbar {
    scrollbar-width: none !important;
    scroll-behavior: none !important;
}

.company-para2 {
    cursor: pointer;
    padding-bottom: 5px;
    margin-right: 20px;
    display: inline-block;
    transition: color 0.2s;
}

.company-para2.active {
    color: #5b6a8b;
    font-weight: bold;
    border-bottom: 4px solid #5b6a8b;
}

.company-border {
    border: 1px solid rgba(0, 0, 0, 15%);
    width: 100%;
    margin-top: -1px;
}

.company-para3 {
    color: rgba(0, 0, 0, 50%);
    font-weight: 400;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
    /* text-transform: capitalize; */
}

.company-btn {
    width: 400px;
    background-color: #209090;
    height: 50px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.show-images {
    position: absolute;
    top: 15px;
    left: 8px;
    cursor: pointer;
}

/* .modal-dialog {
    max-width: 50%;
} */

.modal-body {
    padding: 20px;
}

.Business-para {
    color: black;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
}

.Business-para2 {
    color: rgba(0, 0, 0, 50%);
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}

.review-para {
    font-size: 33px;
    color: black;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.review-para2 {
    font-size: 29px;
    font-weight: bold;
    color: black;
    font-family: "Poppins", sans-serif;
}

.review-para3 {
    font-size: 28px;
    color: black;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.review-parrent {
    display: flex;
    align-items: center;
    gap: 30px;
}

.review-box2 {
    background-color: #ff9d00;
    height: 21px;
    width: 56px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.review-box3 {
    background-color: #ff9d00;
    height: 21px;
    width: 56px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.review-para4 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    width: 71%;
    text-transform: capitalize;
    margin-top: 30px;
}

.rewiew-star {
    width: 28px;
    height: 28px;
}

/* chat-page//// */
.chats .chat-head {
    font-size: 14px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chats .user-box {
    border: 1px solid #e6e8ee;
    height: fit-content;
    padding: 20px 15px;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chats .chat-input {
    width: 100%;
    border: 1px solid #e6e8ee;
    outline: none;
    height: 45px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding-left: 15px;
}

.chats .search-icon {
    position: absolute;
    right: 10px;
    top: 33px;
}

.chats .user-box2 {
    border: 2px solid #e6e8ee;
    height: fit-content;
    padding: 20px 15px;
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow-y: scroll;
    /* padding-bottom: 50px; */
    height: 600px;
}

.chats .chat-head2 {
    font-size: 13px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chats-box {
    width: 100%;
    height: fit-content;
    padding: 10px;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}

.chat-head3 {
    font-size: 13px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chat-para {
    font-size: 10px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #012047;
}

.chek-img2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.chats .main-box {
    width: 100%;
    border: 1px solid #e6e8ee;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    height: fit-content;
}

.chats-btn {
    border-radius: 10px;
    background-color: white;
    border: 1px solid #d5d5d5;
    font-size: 10px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    outline: none;
    height: 32px;
    width: 166px;
    text-transform: capitalize;
}

.chats .btn-div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chats .filter-box {
    display: flex;
    align-items: center;

    background-color: #f9f9f9;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    flex-wrap: wrap;
    /* ye add karein */
    gap: 10px;
    /* spacing */
}

/* Small screen ke liye */

.chats .filter-box .btn-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* buttons spread ho jaye */
    margin-top: 8px;
}

.chats .filter-box .d-flex.align-items-center.gap-3 {
    margin-top: 8px;
    width: 100%;
    justify-content: flex-end;
    /* search + dots right side pe rahe */
}

.chats .chat-box2 {
    width: 284px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #e6e8ee;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    margin-left: 0px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.chat-input2 {
    width: 745px;
    height: 32px;
    border: 1px solid #e6e8ee;
    outline: none !important;
    height: 40px;
    border-radius: 8px;
    font-size: 15px;
    text-transform: capitalize;
}

.chat-input2:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #e6e8ee;
}

.chats .message-btn {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 10px;
    background-color: #209090;
}

.chat-row {
    /* height: 1023px; */
}

.message-img2 {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    margin-top: 18px;
}

.chat-modal-head {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: black;
}

.chat-modal-head2 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    /* margin-top: 20px; */
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: black;
}

.chat-modal-para {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: black;
    width: 62%;
    margin: 0 auto;
    margin-top: 15px;
}

.chats .modal-content {
    width: 75%;
    padding: 30px 45px 50px;
    margin: 0 auto;
}

.chats2 .modal-content {
    width: 75%;
    padding: 20px 45px 50px;
    margin: 0 auto;
}

.star-group {
    width: 213px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;
}

.chat-text-area {
    width: 100%;
    height: 200px;
    background-color: white;
    border: 1px solid #8c7a7a;
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    outline: none;
    margin-top: 15px;
}

.chat-box h4 {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #012047;
    text-transform: capitalize;
}

.chat-box p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #012047;
    text-transform: capitalize;
}

.chat-img3 {
    width: 54px;
}

.delivery-box {
    width: 385px;
    height: fit-content;
    background-color: #f9f9f9;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 20px;
    padding: 30px 30px 15px;
    margin-left: 58px;
}

.delivery-box h5 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4b5973;
    text-transform: capitalize;
}

.delivery-box p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4b5973;
    text-transform: capitalize;
    margin-top: 30px;
}

.delivery-box button {
    background-color: #4b5973;
    color: white;
    width: 168px;
    height: 33px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

/* quote-page/// */

.quote-head {
    font-size: 40px;
    font-weight: 700;
    color: black;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.quote-para {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.credit-box {
    width: 100%;
    background-color: white;
    height: fit-content;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 20%);
    /* padding: 30px; */
    padding-bottom: 15px;
}

.payment-box {
    width: 100%;
    height: fit-content;
    box-shadow: 0 4px 3px -1px rgba(0, 0, 0, 0.3);
    padding: 15px;
}

.payment-img {
    width: 100px;
}

.payment-para {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 80%);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.quote-para2 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: black;
    font-weight: 500;
    margin-left: 5px;
}

.quote-input {
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 15%);
    height: 40px;
    font-size: 14px;
    border-radius: 10px;
    padding-left: 15px;
}

.quote-para2 span {
    color: rgba(0, 0, 0, 50%);
}

.quote-para3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
}

.chek-box {
    width: 15px;
    height: 15px;
}

.quote-row {
    padding-left: 30px;
    width: 70%;
}

.quote-border {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 15%);
    margin-top: 20px;
}

.quote-head3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    text-decoration: underline;
    margin-top: 30px;
}

.billing-para {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 50%);
    /* text-transform: capitalize; */
}

.billing-para2 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

/* landing-page// */
.nav-link {
    font-size: 15px;
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.navbar-nav {
    gap: 8px;
}

.top-border {
    background-color: #008080;
    height: 13px;
    position: relative;
}

.navbar {
    position: relative;
}

.navbar .nav-link {
    position: relative;
}

.navbar .nav-link.active::before {
    content: "";
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background-color: #008080;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.icon-box {
    background: url(../img/icon-box.svg);
    background-repeat: no-repeat;
    height: 50px;
    padding: 15px 40px 15px 48px;
    position: absolute;
    z-index: 999999;
    right: 25px;
    top: 0px;
    background-size: cover;
    border-bottom-right-radius: 10px;
}

.nav-para {
    font-size: 9px;
    text-wrap: nowrap;
}

.nav-head {
    font-size: 9px;
    text-wrap: nowrap;
}

.landind-page .sec1-head {
    font-size: 52px;
    color: black;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    width: 100%;
}

.landind-page .sec1-head span {
    color: #008080;
    font-weight: bold;
}

.landind-page .sec1-head2 {
    font-size: 32px;
    font-weight: 400;
    color: #008080;
    font-family: "Anton", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 20px;
}

.landind-page .sec1-para {
    font-size: 20px;
    font-weight: 400;
    color: black;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    width: 97%;
    margin-top: 15px;
}

.landind-page .sec1-btn {
    width: 247px;
    height: 50px;
    background-color: #008080;
    border-radius: 50px;
    font-size: 17px;
    color: white;
    font-family: "Inter", sans-serif;
    transition: all ease-in-out 0.7s;
}

.landind-page .sec1-btn:hover {
    background-color: transparent;
    border: 2px solid #008080;
    color: #008080;
}

.landind-page .sec1-para2 {
    font-size: 24px;
    font-weight: 500;
    color: black;
    font-family: "Montserrat", sans-serif;
}

.landind-page .sec1-btn2 {
    width: 151px;
    height: 50px;
    border: 2px solid #cc2525;
    background-color: transparent;
    outline: none;
    font-size: 17px;
    color: black;
    font-family: "Inter", sans-serif;
    transition: all ease-in-out 0.7s;
    border-radius: 50px;
    text-transform: capitalize;
}

.landind-page .sec1-btn2:hover {
    box-shadow: #cc2525 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.landind-page .sec2-card {
    width: 100%;
    height: fit-content;
    background-color: #008080;
    border-radius: 10px;
    padding: 30px 0px;
    margin-bottom: 27px;
}

.landind-page .sec-cardimg {
    width: 140px;
    height: 140px;
    display: flex;
    margin: 0 auto;
}

.landind-page .sec2card-para {
    font-size: 18px;
    color: black;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.sec1-head3 {
    font-size: 50px;
    color: #008080;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.landind-page .sec1 {
    padding-top: 100px;
}

.landind-page .sec2-cards {
    width: 100%;
    height: fit-content;
    padding: 13px;
    border-radius: 20px;
    background-color: white;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.landind-page .sec2card-para2 {
    font-size: 14px;
    color: black;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.landind-page .sec2 {
    width: 100%;
    height: 300px;
    background-color: #008080;
    padding-top: 55px;
    margin-top: 70px;
}

.landind-page .sec1-para3 {
    font-size: 20px;
    font-weight: 400;
    color: black;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    width: 70%;
    /* margin-top: 15px; */
}

.landind-page .sec3 {
    width: 100%;
    background-color: #008080;
    padding: 25px;
    margin-top: 100px;
    border-radius: 30px;
    margin-bottom: 90px;
}

.landind-page .sec3-head {
    font-size: 40px;
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.landind-page .sec3-para {
    font-size: 20px;
    font-weight: 400;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    width: 90%;
    margin-top: 15px;
}

.landind-page .sec3btn {
    width: 170px;
    background-color: white;
    color: black;
    border-radius: 40px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    margin-top: 30px;
    transition: all ease-in-out 0.7s;
}

.landind-page .sec3btn:hover {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.sec4-cards {
    width: 100%;
    height: fit-content;
    border-radius: 30px;
    border: 3px solid #008080;
    background-color: white;
    padding: 35px 25px;
}

.landind-page .sec4-cardhead {
    font-size: 25px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin-top: 18px;
}

.landind-page .sec4-cardpara {
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    margin-top: 15px;
}

.landind-page .sec4-cards2 {
    width: 100%;
    background-color: #008080;
    border-radius: 30px;
    height: fit-content;
    padding: 8px 13px 10px 35px;
}

.sec4-cardimg2 {
    width: 100%;
}

.landind-page .sec4-cardpara2 {
    font-size: 14px;
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    width: 91%;
    /* margin-top: 15px; */
}

/* faq//// */

.faq-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #007777;
    border-radius: 20px;
    padding: 30px 15px 15px;
    box-sizing: border-box;
    margin-top: 90px;
}

.faq-heading {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: "DM Serif Display", serif;
}

.faq-item {
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    font-weight: 600;
    font-size: 16px;
    color: #0b0b0b;
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.faq-question:hover {
    background-color: rgba(255, 255, 255, 0.45);
}

.faq-answer {
    background-color: #fff;
    padding: 16px 20px;
    font-size: 14px;
    color: #000;
    display: none;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.6;
}

.faq-answer.active {
    display: block;
}

.faq-symbol {
    font-size: 20px;
    font-weight: bold;
}

.dot-icon {
    position: absolute;
    bottom: 10px;
    left: 31px;
}

.height-parrent {
    height: 560px;
}

.chats .search-icon2 {
    position: absolute;
    right: 13px;
    top: 35px;
}

/* Chat content display */
.chat-content {
    display: none;
}

/* Profile images hidden by default */
.chat-profile-img {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* Names and status hidden by default */
.chat-info h1,
.chat-info p {
    display: none;
}

/* Display chat content + profile + name + status for selected chat */
#chat1:checked~.col-md-7 .main-box #content1,
#chat1:checked~.col-md-7 .main-box #profile1,
#chat1:checked~.col-md-7 .main-box #name1,
#chat1:checked~.col-md-7 .main-box #status1 {
    display: block;
}

#chat2:checked~.col-md-7 .main-box #content2,
#chat2:checked~.col-md-7 .main-box #profile2,
#chat2:checked~.col-md-7 .main-box #name2,
#chat2:checked~.col-md-7 .main-box #status2 {
    display: block;
}

#chat3:checked~.col-md-7 .main-box #content3,
#chat3:checked~.col-md-7 .main-box #profile3,
#chat3:checked~.col-md-7 .main-box #name3,
#chat3:checked~.col-md-7 .main-box #status3 {
    display: block;
}

/* Repeat similar pattern for chat4 to chat13 */
#chat4:checked~.col-md-7 .main-box #content4,
#chat4:checked~.col-md-7 .main-box #profile4,
#chat4:checked~.col-md-7 .main-box #name4,
#chat4:checked~.col-md-7 .main-box #status4 {
    display: block;
}

#chat5:checked~.col-md-7 .main-box #content5,
#chat5:checked~.col-md-7 .main-box #profile5,
#chat5:checked~.col-md-7 .main-box #name5,
#chat5:checked~.col-md-7 .main-box #status5 {
    display: block;
}

#chat6:checked~.col-md-7 .main-box #content6,
#chat6:checked~.col-md-7 .main-box #profile6,
#chat6:checked~.col-md-7 .main-box #name6,
#chat6:checked~.col-md-7 .main-box #status6 {
    display: block;
}

#chat7:checked~.col-md-7 .main-box #content7,
#chat7:checked~.col-md-7 .main-box #profile7,
#chat7:checked~.col-md-7 .main-box #name7,
#chat7:checked~.col-md-7 .main-box #status7 {
    display: block;
}

#chat8:checked~.col-md-7 .main-box #content8,
#chat8:checked~.col-md-7 .main-box #profile8,
#chat8:checked~.col-md-7 .main-box #name8,
#chat8:checked~.col-md-7 .main-box #status8 {
    display: block;
}

#chat9:checked~.col-md-7 .main-box #content9,
#chat9:checked~.col-md-7 .main-box #profile9,
#chat9:checked~.col-md-7 .main-box #name9,
#chat9:checked~.col-md-7 .main-box #status9 {
    display: block;
}

#chat10:checked~.col-md-7 .main-box #content10,
#chat10:checked~.col-md-7 .main-box #profile10,
#chat10:checked~.col-md-7 .main-box #name10,
#chat10:checked~.col-md-7 .main-box #status10 {
    display: block;
}

#chat11:checked~.col-md-7 .main-box #content11,
#chat11:checked~.col-md-7 .main-box #profile11,
#chat11:checked~.col-md-7 .main-box #name11,
#chat11:checked~.col-md-7 .main-box #status11 {
    display: block;
}

#chat12:checked~.col-md-7 .main-box #content12,
#chat12:checked~.col-md-7 .main-box #profile12,
#chat12:checked~.col-md-7 .main-box #name12,
#chat12:checked~.col-md-7 .main-box #status12 {
    display: block;
}

#chat13:checked~.col-md-7 .main-box #content13,
#chat13:checked~.col-md-7 .main-box #profile13,
#chat13:checked~.col-md-7 .main-box #name13,
#chat13:checked~.col-md-7 .main-box #status13 {
    display: block;
}

.transition-all {
    transition: transform 0.4s ease;
}

.zoomed {
    transform: scale(1.5);
}

.rotated {
    transform: rotate(90deg);
}

/* checkout// */

/* Font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

.main-wrapper {
    font-family: "Montserrat", sans-serif;
    color: #333;
}

/* Breadcrumb */
.breadcrumb-bar-two {
    /* background: #f8f9fa; */
    padding: 30px 0;
    text-align: center;
}

.breadcrumb-bar-two .breadcrumb-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.breadcrumb-bar-two .breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-bar-two .breadcrumb-item a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb-bar-two .breadcrumb-item.active {
    color: #6c757d;
}

/* Cards */
.card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.card-header {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: "Inter", sans-serif;
    color: black;
}

.card-body {
    padding: 20px;
}

/* Form Inputs */
.card-label label {
    font-weight: 500;
    font-size: 14px;
    /* color: #555; */
    font-family: "Inter", sans-serif;
    color: black;
}

.card-label input,
.card-label textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.card-label input:focus,
.card-label textarea:focus {
    border-color: #007bff;
}

/* Info Widgets */
.info-widget {
    margin-bottom: 25px;
}

.info-widget h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
    color: black;
}

/* Shipping & Terms */
.terms-accept {
    margin-bottom: 20px;
}

.custom-checkbox {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 4px;
}

.custom-checkbox input:checked~span {
    background-color: #007bff;
}

.custom-checkbox span::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~span::after {
    display: block;
}

.custom-checkbox span::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Payment List */
.payment-list {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: border-color 0.3s;
}

.payment-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment-radio .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

.payment-radio input:checked~.checkmark {
    background-color: #007bff;
}

.payment-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.payment-radio input:checked~.checkmark::after {
    display: block;
}

.payment-radio .checkmark::after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Submit Button */
.submit-section .submit-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    background-color: #209090;
    color: #fff;
    cursor: pointer;
    transition: all ease-in-out 0.7s;
}

.submit-section .submit-btn:hover {
    background-color: white;
    border: 1px solid #209090;
    color: #209090;
}

/* Booking Summary */

.booking-card table {
    width: 100%;
    border-collapse: collapse;
}

.booking-card th,
.booking-card td {
    padding: 10px 8px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
}

.booking-card .text-end {
    text-align: right;
}

.booking-summary {
    margin-top: 20px;
}

.booking-total .total-cost {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
}

/* Responsive */
@media (max-width: 991px) {
    .theiaStickySidebar {
        position: static;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-bar-two .breadcrumb-title {
        font-size: 24px;
    }

    .card-title {
        font-size: 18px;
    }
}

.card-label input,
.card-label textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 50%) !important;
}

#terms_accept1 {
    border: 1px solid black;
}

.checkout .modal-content {
    width: 576px;
    background-color: #209090;
    height: fit-content;
    border-radius: 16px;
    padding: 15px 30px 30px;
}

.modal-head {
    font-size: 25px;
    font-weight: bold;
    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.modal-para {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 90%);
    font-family: "Montserrat", sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.payment-box2 {
    width: 53%;
    background-color: #209090;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 0 auto;
    /* margin-bottom: 99px; */
}

.payment-box2 img {
    width: 20%;
}

/* checkout// */

.quotation .nav-link {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: #000;
    padding: 9px 35px !important;
}

.quotation .nav-tabs .nav-link.active {
    background-color: #209090 !important;
    font-weight: bold;
    border-color: #209090 #209090 transparent #209090;
    border-radius: 0px;
}

.quotation {
    background-color: #f8f8f8;
    border: 1px solid #e6e8ee;
    padding: 20px 40px 50px 27px;
    border-radius: 10px;
}

.marketimg {
    width: 180px;
}

.company-para {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 80%;
}

.booking-item-wrap h2 {
    font-size: 17px;
}

.booking-item-wrap h1 {
    font-size: 17px;
}

.ad-slider {
    margin: 50px auto 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.ad-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
}



.cart-container {
    position: fixed;
    /* Fixed position to always stay at the bottom */
    right: 20px;
    /* Positioned 20px from the right */
    bottom: 20px;
    /* Positioned 20px from the bottom */
    z-index: 1000;
    /* Ensure the cart is always on top of other elements */
}

/* Style for the cart icon */
.cart-icon {
    position: relative;
    background-color: #008080;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
}

/* Style for the cart item count badge */
.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    width: 20px;
    height: 20px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}



.plus-icon {
    position: fixed;
    top: -9999px;
    left: -9999px;
    z-index: 1001;
    font-size: 24px;
    color: #ffcc00;
    pointer-events: none;
}


.leftboxauth {
    background-color: #209090;
    min-height: 100vh;
    padding: 10px 40px;
    display: flex;
    flex-direction: column;
}

.centerContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.centerContent p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 78%;
}

.authlogo {
    width: 168.78px;
    height: 79px;
}

.rightboxauth {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.loginbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 630px;
    margin: 0 auto;
}

.loginbox h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 42.34px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}

.loginbox input {
    width: 100%;
    height: 55px;
    border: 1.5px solid #BFBFBF;
    background: #F8F8F8;
    border-radius: 10px;
    outline: none;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 0px 25px;
}

.loginbox input::placeholder {
    color: #000000;
}

.eyeicon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.loginbox .passvalidation {
    font-family: "Inter", sans-serif;
    font-size: 15.14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
    padding: 0px 25px;
}

.formbtn {
    height: 55px;
    background: #209090;
    border: 0.89px solid #CDCDCD;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.formbtn2 {
    height: 55px;
    background: transparent;
    border: 0.89px solid #209090;
    border-radius: 10px;
    text-align: center;
    color: #209090;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.alreadyaccounttext {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #000000;
    font-weight: 400;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.profilediv {
    position: relative;

}

.profilediv .profilePreviewImg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #209090;
}

.profilediv .profileEdit {
    position: absolute;
    bottom: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profilediv .profileEdit img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}