
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    background: white;
    color: #838080;
}
header {
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
#logo img {
    height: 50px;
}


/* Optional: Add styles for the lines inside the div */
.lines {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
}


 .country-select-wrapper {
     position: relative;
     display: inline-block;
     width: 200px;
 }

.country-input {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;

    background: white no-repeat 10px center;
    background-size: 24px 18px;
}

.country-dropdown {
    position: absolute;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
}

.country-item {
    display: flex;
    align-items: center;
    padding: 2px 6px !important; /* Reduced padding */
    cursor: pointer;
    font-size: 13px !important; /* Adjust font size if needed */
    line-height: 2.5 !important; /* Reduce line spacing */
}

.country-item:hover {
    background: #f0f0f0 !important;
}

.flag {
    width: 24px;
    height: 18px;
    margin-right: 10px;
    background-size: cover;
}

.hide {
    display: none;
}

 nav ul li a {
     font-family: "Poppins", "Helvetica", "Arial", sans-serif;
     font-size: 12px;
     font-weight: 600;
     color: black;
     text-decoration: none;
     padding: 10px 15px;
     display: block;
     transition: color 0.3s;
     text-transform: uppercase;
 }

 .dropdown-menu li a {
     font-family: "Poppins", "Helvetica", "Arial", sans-serif;
     font-size: 12px;
     font-weight: 600;
     color: black;
     text-decoration: none;
     padding: 10px 15px;
     display: block;
     transition: color 0.3s;
     text-transform: uppercase;
 }



.blue-underline {
    position: relative;
    display: inline-block;
    color: #000; /* Default text color */
    margin-bottom: 30px; /* first text after the blue line */
}

.blue-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px; /* Adjust this value to control the space between text and underline */
    width: 90px;
    height: 2px; /* Thickness of the underline */
    background-color: blue; /* Color of the underline */
}

#footer {
    display: block;
    position: relative;
    background-color: #f9f9fa;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: inherit;
}

#footer .copyright-content {
    min-height: 60px;
    padding: 10px 0;
    background-color: #f1f1f3;
    font-size: 13px;
}

@font-face {
    font-family: 'Poppins';
    src: url('/include/fonts/Poppins/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/include/fonts/Poppins/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('/include/fonts/Poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('/include/fonts/Poppins/Poppins-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/include/fonts/Poppins/Poppins-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

body, input, select, textarea, button,
p, a, span, li, label, .navbar-nav .nav-link,
.dropdown-menu, .dropdown-item, .btn, .form-control, .form-label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.social-icons a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 60%;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.social-icons a:hover::after {
    opacity: 1;
    transform: translateX(-50%) scale(1.2);
}

.facebook {
    background: #1877F2;
}

.instagram {
    background: #E4405F;
}

.tiktok {
    background: #000;
}

.social-icons img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.social-icons a:hover img {
    transform: translateY(-1px);
}

/* Reduce height of the selected input before dropdown expands */
.choices__inner {
    background-color: white !important; /* Keep background transparent */
    border: 1px solid #ccc !important; /* Optional: Keep a subtle border */
    min-height: 39px !important; /* Reduce height */
    max-height: 39px !important; /* Reduce height */
    padding: 6px 10px !important; /* Adjust padding for better alignment */
    font-size: 13px !important; /* Adjust text size */
    line-height: 1.2 !important; /* Improve line height */
    width: 257px !important; /* Set a fixed width */
    max-width: 100%; /* Ensure it remains responsive */
}

/* Reduce size of the dropdown container */
.choices__list--dropdown {
    font-size: 14px !important; /* Adjust dropdown text size */
    background-color: white !important; /* White background for dropdown list */
}

/* Adjust the placeholder text styling */
.choices__placeholder {
    font-size: 13px !important;
}

/* Ensure dropdown doesn't break layout */
.choices {
    width: 257px !important; /* Match width with select */
    max-width: 100%;
}

/* Reduce space between label and select */
.form-label {
    margin-bottom: 7px !important; /* Reduce bottom margin */
}

/* Make the hover & selected background blue in dropdown */
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list--dropdown .choices__item--selectable:hover {
    background-color: #007bff !important; /* Blue highlight */
    color: white !important; /* White text */
}

/* Cookie Consent Begin */
#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 30px 8px 30px; /* Adjusted padding */
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0; /* Ensure it's at the bottom */
    left: 0;
    right: 0;
    display: none; /* Hidden by default */
    z-index: 9999; /* Ensure it's on top */
    text-align: center; /* Center the text */
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    position: absolute; /* Position the close button */
    top: 50%;
    right: 10px;
    transform: translateY(-50%); /* Center vertically */
    cursor: pointer;
    font-weight: bold;
    color: #ccc;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    margin-left: 20px; /* Spacing between text and button */
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

/* Cookie Consent End */

/* ----------------------------------------------------------------------
	        Headings
        ------------------------------------------------------------------------*/
.heading {
    margin-bottom: 100px;
    text-align: center;
}

.heading > h1, .heading > h2 {
    font-size: 40px;
    text-transform: capitalize;
    line-height: 46px;
    font-weight: 300;
}

.heading > h1, .heading > h2, .heading > h4, .heading > p {
    margin-bottom: default-bottom-margin;
}

.heading-text {
    margin-bottom: 30px;
}

.heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 {
    position: relative;
    margin-bottom: 30px;
}

.heading-text h1 {
    font-size: 70px;
    font-weight: 600;
}

.heading-text h2 {
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -.7px;
    line-height: 66px;
}

.heading-text h3 {
    font-size: 60px;
    margin-bottom: 30px;
    letter-spacing: -.7px;
    line-height: 66px;
}

.heading-text h4 {
    font-size: 34px;
    margin-bottom: 30px;
    letter-spacing: -.7px;
    line-height: 40px;
}

.heading-text p {
    font-size: 20px;
    margin-bottom: 30px;
}

.heading-text.heading-gradient h2 > * {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: -webkit-radial-gradient(left top, circle, #4b72ff 9%, #2250fc 48%, #6442ff 91%);
    background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%);
}

.heading-text.heading-section h2 {
    position: relative;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 60px;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #2250fc;
    bottom: -30px;
    left: 0;
    right: 0;
}

.heading-text.heading-section.text-center h1:before, .heading-text.heading-section.text-center h2:before, .heading-text.heading-section.text-center h3:before, .heading-text.heading-section.text-center h4:before, .heading-text.heading-section.text-center h5:before, .heading-text.heading-section.text-center h6:before {
    margin: 0 auto;
}

.heading-text.heading-section.text-right h1:before, .heading-text.heading-section.text-right h2:before, .heading-text.heading-section.text-right h3:before, .heading-text.heading-section.text-right h4:before, .heading-text.heading-section.text-right h5:before, .heading-text.heading-section.text-right h6:before {
    right: 0;
    left: auto;
}

.heading-text.heading-section p {
    font-size: 20px;
    font-weight: 300;
}

.heading-text.heading-section p span {
    font-weight: 600;
}

.heading-text.heading-plain h2 {
    font-size: 56px;
    line-height: 56px;
    font-family: initial;
}

.heading-text.heading-plain p {
    font-size: 20px;
    font-weight: 300;
}

.heading-text.heading-plain p span {
    font-weight: 600;
}

.heading-text.heading-light h2 {
    font-size: 59px;
    font-weight: 100;
    letter-spacing: -1px;
    line-height: 70px;
}

.heading-text.heading-light p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
}

.heading-text.heading-light p span {
    font-weight: 600;
}

.heading-text.heading-vintage h2 {
    border: 2px solid #fff;
    display: inline-block;
    padding: 8px 21px;
    margin-bottom: 30px;
}

.heading-text.heading-vintage p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
}

.heading-text.heading-vintage p span {
    font-weight: 600;
}

.heading-text.heading-line h1:before, .heading-text.heading-line h2:before, .heading-text.heading-line h3:before, .heading-text.heading-line h4:before, .heading-text.heading-line h5:before, .heading-text.heading-line h6:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: -8px;
    right: 0;
    background-color: #ddd;
}

.heading-text.heading-line.text-center h1:before, .heading-text.heading-line.text-center h2:before, .heading-text.heading-line.text-center h3:before, .heading-text.heading-line.text-center h4:before, .heading-text.heading-line.text-center h5:before, .heading-text.heading-line.text-center h6:before {
    margin: 0 auto;
}

.heading-text.heading-line.text-right h1:before, .heading-text.heading-line.text-right h2:before, .heading-text.heading-line.text-right h3:before, .heading-text.heading-line.text-right h4:before, .heading-text.heading-line.text-right h5:before, .heading-text.heading-line.text-right h6:before {
    right: 0;
    left: auto;
}

.heading-text.heading-small h2, .heading-text.heading-small h3 {
    margin-bottom: 10px;
}

.heading-text.heading-small p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .heading-text {
        margin-bottom: 16px;
    }

    .heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 {
        margin-bottom: 16px;
    }

    .heading-text h1 {
        font-size: 50px;
    }

    .heading-text h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .heading-text h3 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .heading-text h4 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .heading-text p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .heading-text.heading-plain h2, .heading-text.heading-light h2, .heading-text.heading-section h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    .heading-text.heading-plain h2:before, .heading-text.heading-light h2:before, .heading-text.heading-section h2:before {
        display: none;
    }

    .heading-text.heading-plain p, .heading-text.heading-light p, .heading-text.heading-section p {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

/*Creative fade heading*/
.heading-creative {
    font-size: 62px;
    font-weight: 100;
    position: relative;
    text-align: left;
    width: 100%;
}

.heading-creative strong {
    color: #2250fc;
}

/*Fixes*/
#header:not([data-transparent="true"]).dark .heading-creative {
    color: #fbfbfb;
}

/* ----------------------------------------------------------------
    Team Members
-----------------------------------------------------------------*/
.team-members .team-member {
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}

.team-members .team-member .team-image {
    margin-bottom: 20px;
}

.team-members .team-member .team-image > img {
    width: 100%;
    border-radius: 0.42rem 0.42rem 0 0;
}

.team-members .team-member .team-desc {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.team-members .team-member .team-desc > h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.team-members .team-member .team-desc > span {
    font-size: 13px;
    color: #1e2022;
    line-height: 20px;
}

.team-members .team-member .team-desc > p {
    margin-top: 10px;
    font-size: 14px;
}

.team-members.team-members-circle .team-member {
    background-color: transparent;
    padding: 20px;
}

.team-members.team-members-circle .team-member .team-image > img {
    border-radius: 50%;
}

.team-members.team-members-card .team-member {
    border: 1px solid #fbfbfb;
    border-radius: 4px;
}

.team-members.team-members-card .team-member .team-image > img {
    border-radius: 0;
}

.team-members.team-members-card .team-member .team-desc {
    background-color: #fdfdfd;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
}

.team-members.team-members-shadow .team-member {
    border: 1px solid #fbfbfb;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.03);
}

.team-members.team-members-shadow .team-member .team-image > img {
    border-radius: 0;
}

.team-members.team-members-shadow .team-member .team-desc {
    padding: 20px;
}

.team-members.team-members-transparent .team-member {
    background-color: transparent;
}

.team-members.team-members-transparent .team-member .team-desc > h3 {
    color: #fff;
}

.team-members.team-members-transparent .team-member .team-desc > span {
    color: #fff;
}

.team-members.team-members-transparent .team-member .team-desc > p {
    color: #fff;
}

.team-members.team-members-left .team-member {
    text-align: left;
}

.team-members.team-members-left .team-member .team-image {
    float: left;
    width: 40%;
    margin-bottom: 0;
}

.team-members.team-members-left .team-member .team-desc {
    overflow: hidden;
    position: relative;
    width: 60%;
    padding-left: 30px;
}

.team-members.team-members-left .team-member .team-desc > h3 {
    margin-top: 0;
}

.background-grey {
    background-color: #f9f9fa !important;
}

.cart-count-badge {
    font-size: 13px; /* Slightly smaller */
    padding: 6px 10px; /* Adjust padding for a balanced look */
    min-width: 18px;
    min-height: 18px;
}

.navbar {
    background: #fff;
    animation: slideDown 0.8s;
}

.navbar-nav .nav-link {
    color: #0d1b2a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
    position: relative;
    transition: color .3s;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #1965e4;
    transition: width .3s;
}

.navbar-nav .nav-link:hover {
    color: #1965e4;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.nav-link.active {
    color: #1965e4 !important;
    border-bottom: 2px solid #1965e4;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-nav .nav-link {
    text-transform: none !important;
}