body {
    font-family: "Roboto", sans-serif;
    color: #0c0c0c;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.container-fluid {
    padding: 0;
}

.content-section {
    margin-top: 1.5rem;
}

.layout_padding {
    padding: 0px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
}

.heading_container h2 span {
    color: #8019c8;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

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

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    /* min-height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.line-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub_page .hero_area {
    min-height: auto;
}

.sub_page .header_section {
    margin-top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-brand span {
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
}

.custom_nav-container {
    padding: 15px 0;
}

.custom_nav-container .navbar-nav {
    margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
    background-color: #8019c8;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
    color: #000000;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000000;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}

.user_optio_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user_optio_box a {
    margin-left: 15px;
    color: #8019c8;
}

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #ffffff;
}

.slider_section .detail-box h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.slider_section .detail-box p {
    margin: 25px 0;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #19c880;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
    background-color: #118454;
}

.slider_section .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #8019c8;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
    background-color: #541184;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

.slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    width: 23px;
    height: 23px;
    background-color: #19c880;
}

.slider_bg_box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.slider_bg_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* box card css style */
.service_section {
    position: relative;
    /* background-color: #f8f8f8; */
}

.service_section .heading_container h2 {
    text-transform: none;
}

.service_section .box {
    /* margin: 15px 0; */
    text-align: center;
    /* my-style */
    margin: 10px 0;
    background: white;
}

.service_section .box .img-box {
    height: 65px;
}

.service_section .box .img-box img {
    height: 100%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box .detail-box {
    margin-top: 20px;
}

.service_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.service_section .box .detail-box a {
    color: #19c880;
    font-weight: 600;
}

.service_section .box .detail-box a:hover {
    color: #8019c8;
}

.service_section .box:hover .img-box img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.card-price {
    color: var(--base-color-dark, #1c1c1c);
    /* font-size: 18px; */
    margin-bottom: 0px;
}

.text-grey {
    color: var(--gray-500, #8b96a5);
    /* font-size: 18px; */
    font-style: normal;
    font-weight: 500;
    /* line-height: 24px; */
    /* 150% */
    letter-spacing: -0.2px;
}

.box .img-box1-container img {
    padding: 10px;
}

.img-box1-container,
.img-box2-container {
    /* Set a larger height for the image container */
    height: 180px;
    /* adjust the height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

.large-img {
    max-width: 200px;
    max-height: 100%;
    /* Ensure the image doesn't exceed the container size and stays responsive */
    width: 200px;
    height: auto;
}

.box .img-box2-container img {
    padding: 10px;
}

.img-box2-container {
    /* Set a larger height for the image container */
    height: 150px;
}

.img-box2-container .large-img {
    /* Ensure the image doesn't exceed the container size and stays responsive */
    width: 110px;
    height: auto;
}
.box .img-box3-container img {
    padding: 10px;
}

.img-box3-container {
    /* Set a larger height for the image container */
    height: 100px;
}

.img-box3-container .small-img {
    /* Ensure the image doesn't exceed the container size and stays responsive */
    width: 80px;
    height: auto;
}

.box-heading {
    font-size: 24px;
    font-weight: 600;
}
.about_section {
    position: relative;
}

.about_section .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about_section .img_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about_section .img_container .img-box {
    position: relative;
    margin: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about_section .img_container .img-box img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.about_section .img_container .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
}

.about_section .img_container .img-box.b1::before {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
}

.about_section .img_container .img-box.b2 {
    margin-top: 150px;
}

.about_section .img_container .img-box.b2::before {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
}

.about_section .detail-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3%;
    padding-right: 10%;
}

.about_section .detail-box h2 {
    font-weight: bold;
}

.about_section .detail-box p {
    margin-top: 35px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 8px 35px;
    background-color: #8019c8;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 35px;
}

.about_section .detail-box a:hover {
    background-color: #541184;
}

.product_section {
    /* background-color: #f5f5f5; */
    margin-bottom: 45px;
}

.product_section .product_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

.product_section .product_heading h2 {
    padding: 10px 20px;
    background-color: #19c880;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
}

.product_section .product_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.product_section .product_container .box {
    width: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 45px 10px;
}

.product_section .product_container .box .box-content {
    background-color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.product_section .product_container .box .box-content .img-box {
    margin: 45px 0;
}

.product_section .product_container .box .box-content .img-box img {
    height: 175px;
}

.product_section .product_container .box .box-content .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_section .product_container .box .box-content .detail-box .text,
.product_section .product_container .box .box-content .detail-box .like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_section
    .product_container
    .box
    .box-content
    .detail-box
    .star_container {
    color: #e2ba1b;
}

.product_section .product_container .box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}

.product_section .product_container .box .btn-box a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #8019c8;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.product_section .product_container .box .btn-box a:hover {
    background-color: #541184;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0;
}

.client_section .box .img-box {
    width: 125px;
    height: 125px;
    min-width: 125px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: -65px;
    position: relative;
    border: 5px solid #19c880;
}

.client_section .box .img-box img {
    width: 100%;
}

.client_section .box .client_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
    font-weight: bold;
    color: #8019c8;
    margin-bottom: 0;
    text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
    margin-bottom: 0;
    color: #19c880;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.client_section .box .client_info i {
    font-size: 24px;
    color: #8019c8;
}

.client_section .box p {
    margin-top: 25px;
}

.client_section .box .detail-box {
    background-color: #ffffff;
    padding: 45px 45px 45px 85px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.client_section .carousel-indicators {
    display: none;
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

.client_section .carousel-indicators li {
    background-color: #8019c8;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
}

.client_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #19c880;
}

.contact_section {
    position: relative;
}

.contact_section .heading_container {
    margin-bottom: 25px;
}

.contact_section .heading_container h2 {
    text-transform: uppercase;
}

.contact_section .form_container {
    margin-right: 15px;
}

.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    outline: none;
    color: #101010;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
    color: #444;
}

.contact_section .form_container input:-ms-input-placeholder {
    color: #444;
}

.contact_section .form_container input::-ms-input-placeholder {
    color: #444;
}

.contact_section .form_container input::placeholder {
    color: #444;
}

.contact_section .form_container input.message-box {
    height: 120px;
}

.contact_section .form_container button {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    background-color: #8019c8;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.contact_section .form_container button:hover {
    background-color: #541184;
}

.contact_section .map_container {
    height: 450px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}

.contact_section .map_container .map {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact_section .map_container .map #googleMap {
    height: 100%;
}

.info_section {
    background-color: #0f1521;
    color: #ffffff;
}

.info_section .info_logo {
    width: 80%;
    margin: 0 auto 45px auto;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

.info_section .info_logo h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.info_section h5 {
    margin-bottom: 25px;
    font-size: 24px;
}

.info_section .info_insta .insta_container img {
    height: 45px;
}

.info_section .info_insta .insta_container .insta-box {
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    padding: 15px;
}

.info_section .info_contact .img-box {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section .info_contact p {
    margin: 0;
}

.info_section .info_contact > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.info_section .info_contact > div img {
    height: auto;
    margin-right: 12px;
}

.info_section .info_form form input {
    outline: none;
    width: 100%;
    padding: 7px 10px;
}

.info_section .info_form form button {
    display: inline-block;
    padding: 8px 30px;
    background-color: #8019c8;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.info_section .info_form form button:hover {
    background-color: #541184;
}

.info_section .info_form .social_box {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .info_form .social_box a {
    margin-right: 25px;
}

/* footer section*/
.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

.footer_section p {
    color: #000000;
    padding: 25px 0;
    margin: 0;
}

.footer_section p a {
    color: inherit;
}
/*# sourceMappingURL=style.css.map */
.slider_section {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-indicators li {
    background-color: #000; /* Change the color of indicators */
}

.slider_bg_box img {
    display: none; /* If you don't need the background image anymore */
}
.col-lg-custom {
    flex: 0 0 20%; /* Each column takes up 20% width */
    max-width: 20%;
}

@media (max-width: 991px) {
    /* Adjust layout for smaller screens */
    .col-lg-custom {
        flex: 0 0 50%; /* Two cards per row for medium screens */
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .col-lg-custom {
        flex: 0 0 100%; /* One card per row for small screens */
        max-width: 100%;
    }
}
.box {
    border: 1px solid #ddd; /* Light border around each card */
    padding: 15px; /* Padding inside the card */
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Shadow for a card-like effect */
    /*transition: transform 0.3s ease; /* Add transition for hover effect */
}

.box:hover {
    transform: translateY(-5px); /* Slight lift-up effect on hover */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}
.detail-box {
    text-align: left; /* Ensures text is left-aligned */
}
/*  */
.product_section {
    padding: 40px 0;
}

.product_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.product_box .detail-box {
    text-align: left;
}

.product_box img.watch-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px; /* You can adjust the size as per requirement */
    height: auto;
}

.product_box h6 {
    font-size: 16px;
    font-weight: 600;
}

.product_box p {
    font-size: 14px;
    color: #888;
}

@media (min-width: 992px) {
    .product_box {
        height: 220px;
    }
}
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%; /* Each card will take 20% of the row width */
        max-width: 20%;
    }
}

@media (max-width: 991px) {
    .col-lg-2-4 {
        flex: 0 0 33.33%; /* 3 cards per row on medium devices */
        max-width: 33.33%;
    }
}

@media (max-width: 768px) {
    .col-lg-2-4 {
        flex: 0 0 50%; /* 2 cards per row on small devices */
        max-width: 50%;
    }
    .img-box1-container,
    .img-box2-container {
        height: 130px;
    }
}

@media (max-width: 576px) {
    .col-lg-2-4 {
        flex: 0 0 100%; /* Full width cards on extra small devices */
        max-width: 100%;
    }
}
/* General dropdown styles */
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 10px;
    width: 200px;
    border: 1px solid #ccc;
}
.profile-menu {
    z-index: 2;
}
.dropdown-columns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.dropdown-column {
    display: flex;
    flex-direction: column;
}

.dropdown-item {
    padding: 8px 10px;
    text-decoration: none;
    color: #000;
    display: block;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Vertical divider */
.dropdown-columns::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    left: 50%;
    top: 0;
}

/* Show dropdown when triggered */
.show .dropdown-menu {
    display: block;
}
/*  */
.product_section {
    padding: 20px;
    max-width: 1800px;
    margin: 0 auto;
}

.watch-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columns per row */
    grid-gap: 0; /* Remove gap between cards */
}

.watch-card {
    border: 1px solid #e0e0e0;
    border-radius: 0px !important;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.watch-card h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #000;
}

.watch-card p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.watch-card img {
    max-width: 100px;
    max-height: 100px;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_section {
    padding: 20px;
    max-width: 1600px; /* Adjust max width to 1600px */
    margin: 0 auto;
}

.watch-grid {
    display: grid;
    grid-template-columns: repeat(
        5,
        1fr
    ); /* Display 5 cards per row on large screens */
    grid-gap: 0px; /* Add some space between the cards */
}

.watch-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.watch-card h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #000;
    max-width: 180px;
}

.watch-card p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Media Queries */
@media (max-width: 1200px) {
    .watch-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
    }
}

@media (max-width: 1000px) {
    .watch-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
    }
}

@media (max-width: 768px) {
    .watch-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    }
}

@media (max-width: 480px) {
    .watch-grid {
        grid-template-columns: 1fr; /* 1 card per row */
    }
}
/*  */
/* .card-sect5 {
  width: 280px;
  height: 200px;
} */

.card-img-top {
    height: 150px;
    object-fit: cover;
}
.icon-wrapper {
    position: absolute;
    bottom: 40px;
    right: 10px;
    background-color: #e0f2ff;
    border-radius: 50%;
    padding: 10px;
}
.icon-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.container {
    max-width: 1600px;
    width: 100%;
}

/*navbarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.navbar-brand img {
    width: 50px;
}

.navbar-brand span {
    color: #ff0000;
    font-weight: 700;
}

@media (max-width: 768px) {
    .card {
        width: 100%;
        height: auto;
    }

    /* .search-box {
        margin-left: 0px;
    } */
}

.navbar-bottom {
    background-color: #f8f9fa;
    padding: 10px 0;
}

.navbar-bottom .nav-item {
    margin: 0 15px;
}

.navbar-bottom .nav-link {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.navbar-bottom .nav-link:hover {
    color: #007bff;
}

/* New Section to Display Below Navbar */
.navbar-extra-menu {
    display: none;
    background-color: #f8f9fa;
    padding: 10px 0;
    text-align: center;
}

.navbar-extra-menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.navbar-extra-menu ul li {
    margin: 0 15px;
}

.navbar-extra-menu ul li a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.navbar-extra-menu ul li a:hover {
    color: #007bff;
}

/* Responsive Styles */
@media (max-width: 1000px) {
    .navbar-nav,
    .profile-btn,
    .join-now,
    .navbar-extra-menu {
        display: none;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hamburger-menu {
        display: inline-block;
        cursor: pointer;
        padding: 10px;
        position: absolute;
        right: 0rem;
        top: 1rem;
    }

    .hamburger-menu span {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px;
        background-color: #333;
    }

    /* Hide dropdown menu on small screens */
    .dropdown-menu {
        display: none;
    }
}

@media (min-width: 1001px) {
    .hamburger-menu {
        display: none;
    }

    /* Show the extra menu on large screens */
    .navbar-extra-menu {
        display: block;
    }
}

/* Hamburger menu toggle */
.nav-links {
    display: none;
}

.nav-links.show {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 15px;
}

.nav-links ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.nav-links ul li {
    margin: 15px 0;
}

.nav-links ul li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.nav-links ul li a:hover {
    color: #007bff;
}
/*  */
.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px 0;
}

.page-item.disabled .page-link {
    background-color: #f8f9fa;
}

.page-link {
    color: #6c757d;
}

.page-link:focus,
.page-link:hover {
    background-color: #e9ecef;
}

.items-per-page {
    margin-right: 15px;
}

.custom-pagination .dropdown {
    margin-right: 15px;
}

.custom-pagination .pagination {
    margin-bottom: 0;
}
.toggle-arrow {
    cursor: pointer;
    font-size: 1.2rem;
    margin-left: 8px;
}

.collapsible-content {
    padding-top: 10px;
}
/* navbararrar */

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    /* padding: 1rem 0; */
    padding: 0;
}

.navbar-brand img {
    width: 60px;
}

.navbar-brand span {
    color: #ff0000;
    font-weight: 700;
}

.search-box input {
    border-radius: 50px 0 0 50px;
    border: 1px solid #007bff;
    padding: 10px;
    width: 100%;
    outline: none;
}

.search-box select {
    border-radius: 0;
    border: 1px solid #007bff;
    outline: none;
}

.search-box .btn-search {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 0 50px 50px 0;
}

.search-box .custom-select1 {
    background-color: transparent !important;
    border: none;
    color: black;
    padding: 10px 20px;
    font-size: 2vh;
    border-radius: 0px !important;
    height: 38px;
    border: 1px solid #007bff;
    width: 200px;
}

.navbar-bottom {
    background-color: #f8f9fa;
    padding: 10px 0;
}

.navbar-bottom .nav-item {
    margin: 0 15px;
}

.navbar-bottom .nav-link {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.navbar-bottom .nav-link:hover {
    color: #007bff;
}

/* New Section to Display Below Navbar */
.navbar-extra-menu {
    display: none;
    background-color: #f8f9fa;
    padding: 10px 0;
    text-align: center;
}

.navbar-extra-menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.navbar-extra-menu ul li {
    margin: 0 15px;
}

.navbar-extra-menu ul li a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.navbar-extra-menu ul li a:hover {
    color: #007bff;
}

/* Responsive Styles */
@media (max-width: 1000px) {
    .navbar-nav,
    .profile-btn,
    .join-now,
    .navbar-extra-menu {
        display: none;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hamburger-menu {
        display: inline-block;
        cursor: pointer;
        padding: 10px;
    }

    .hamburger-menu span {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px;
        background-color: #333;
    }

    /* Hide dropdown menu on small screens */
    .dropdown-menu {
        display: none;
    }
}

@media (min-width: 1001px) {
    .hamburger-menu {
        display: none;
    }

    /* Show the extra menu on large screens */
    .navbar-extra-menu {
        display: block;
    }
}

/* Hamburger menu toggle */
.nav-links {
    display: none;
}

.nav-links.show {
    display: block;
    position: absolute;
    top: 9rem;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 15px;
}

.nav-links ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.nav-links ul li {
    margin: 15px 0;
}

.nav-links ul li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.nav-links ul li a:hover {
    color: #007bff;
}
@media (max-width: 998px) {
    .service_section .box {
        margin: 10px 0 !important;
    }
}

/* my style */

.btn-learn {
    background: white;
    color: #3e3434;
    font-size: 16px;
    font-weight: 600;
    border-color: white;
    padding: 10px 20px;
    /* More padding for larger button size */
    display: inline-block;
    text-align: center;
    width: 150px;
    margin-top: 1rem;
}

.c-image-text {
    top: 0;
    right: 0;
    text-align: right;
    left: 48rem;
}

.custom-heading {
    color: var(--dark, #1c1c1c);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.2px;
}

@media (max-width: 1200px) {
    .c-image-text {
        left: 40rem;
    }
}

@media (max-width: 768px) {
    .c-image-text {
        left: 32rem;
    }

    .carousel-caption h1 {
        font-size: 24px;
    }

    .carousel-caption h3 {
        font-size: 16px;
    }

    .btn-learn {
        padding: 8px 16px;
        /* Smaller padding for medium screens */
        font-size: 14px;
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .c-image-text {
        left: 13rem;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }

    .carousel-caption h3 {
        font-size: 14px;
    }

    .btn-learn {
        padding: 4px 12px;
        /* Smallest padding for extra-small screens */
        font-size: 12px;
        width: 115px;
        margin-top: 0px;
    }
}

.custom-btn1 {
    color: var(--primary, #0d6efd);
    border: 1px solid #ccc;
    background: white;
}

.text-detail {
    color: var(--gray-600, #505050);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
}
