/* public/css/style.css */
body {
    margin: 0;
    font-family: 'Poppins';
    background-color: #fff;
    color: #333;
}
:root {
    --bg-primary-theme: #006795;
    --primary-text:  #ffffff;
    --button-border: #FFB100;
}
.bg-primary-theme {
    background-color: var(--bg-primary-theme);
}

/* theme buttons */
.btn-primay-theme-d {
    background-color:var(--bg-primary-theme);
    border-color: var(--bg-primary-theme)  ;
    font-family: "Mulish", sans-serif;
    width: 165px;
    height: 49px;
    border:none;
    border-radius: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
/* header style */
header nav a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
}
header .input-group .form-control {
    border-radius: 0;
}
header .btn-outline-warning {
    border-width: 2px;
    font-weight: 500;
}
.search-bar {
    max-width: 590px;
    height: 40px;
}
.search-bar .input-group {
    box-shadow: 0px 3px 7px 1px #0000004a;
}
.search-bar .input-group button {
    border-radius: 0px;
    border:none;
    width: 50px;
    background-color: var(--bg-primary-theme);
}
.search-bar .input-group button:hover {
    background-color: #006795;
}
.auth-btn-group .btn{
 width: 94px;
 height: 40px;
 border-radius: 100px;
 border-width: 2px;
 padding-top: 10px;
 padding-right: 12px;
 padding-bottom: 10px;
 padding-left: 12px;
 line-height: 15px;
 color: #fff;
 border-color: #FFB100;
 font-weight: normal;
}
.gap-10 {
    gap: 7.5em;
}
@media (max-width: 768px) {
.gap-10 {
    gap: 1.5rem;
}

.auth-btn-group {
    justify-content: center;
}

.search-bar {
    max-width: 100%;
}

header h1 {
    font-size: 1.25rem;
}
}

/* footer style */
.footer {
  font-family: "Mulish", sans-serif;
  font-size: 15.71px;
  font-weight: 400;
  font-style: normal;
}
.newsletter .input-group input {
    border-radius: 0;
    border: none;
    max-width: 200px;
    height: 40px;
}
.newsletter .input-group button {
    border-radius: 0;
    border: none;
    background-color: #0081A3;
    height: 40px;
}

.footer li {
    line-height: 26.18px;
}

/* Hero style */
/* Promo section */
.promo-search-section {
    background-color: white;
}

.promo-box {
    height: 428px;
    background-color: #003b5c;
    border-radius: 50px;
}

.promo-box img {
    object-fit: cover;
    height: 100% ;
    max-width: 60%;
}
.promo-box p {
    font-family: "Mulish", sans-serif;
    font-size: 24.43px;
    font-weight: 700;
    text-align: left;
}
.promo-box h2 {
    font-family: "Mulish", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
}
.row-gap-40{
    gap: 40px;
}

.promo-content .content {
    padding-left: 3rem;
}
.promo-text {
    background: linear-gradient(270deg, #071222 0%, #08192E 100%);
    height: 100%;
    justify-content: center;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.search-card {
    background-color: #ffffff;
    border:none;
}

.circle-badge {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: #e7f0f5;
    color: #006795;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-select {
    padding-left: 45px !important;
}

.btn-primary {
    background-color: #006795;
    border: none;
}

.btn-primary:hover {
    background-color: #005273;
}

.search-card {
    font-family: "Mulish", sans-serif;
    background-color: #F9FAFB;
    border-radius: 0px !important;
    color: #757575;
}
.search-card p {
    font-size: 16px;
    font-family: "Mulish", sans-serif;
}
.FIN-ibox {
    width: 40px;
    height: 49px;
    text-align: center;
    line-height: 3;
}
.btn-primary-theme {
    background-color: var(--bg-primary-theme);
    border-color: var(--bg-primary-theme);
    color: white;
    width: 83px;
    height: 49px;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    font-weight: normal;
    border: none;

}
.search-card input {
    background-color: #F9FAFB;
    border: 1px solid #D9D9D9;
    padding-right: 20px;
    border-right: 5px solid #0081A3;
    margin-right: 5px;
}
.search-card .btn-primary-theme {
    font-size: 18px;
    font-weight: bold;
}
.text-primary-theme {
    color: #00ADDB !important;
}

/* slick */
/* Best Offers Section */
.best-offers {
    background-color: white;
}

.offer-slider .offer-card {
    min-height: 360px;
    margin: 10px;
}
.best-offers h2 {
 font-family: "Mulish", sans-serif;
 font-size: 41px;
 font-weight: 700;

}

.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #aaaaaa61;
    backdrop-filter: blur(20px);
    box-shadow: 2px 2px 10px 0px #00000008 !important;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 20px; 
    border-radius: 20px;
    font-family: "Mulish", sans-serif;
}

.btn-light-blue {
    background-color: #e7f0f5;
    color: #0077a3;
    border: none;
}

.btn-light-blue:hover {
    background-color: #d2e7f0;
    color: #005273;
}
.offer-slider {
    position: relative;
}
.offer-card .slick-head{
    background: #EEEEEE;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    height: 350px;
    object-fit: cover;
    align-items: center;
}
.slick-head img{
    display: block;
    height: fit-content;
    /*height: -webkit-fill-available;*/
}
.slick-slide img{
    display: block;
    height: fit-content;
    /*height: -webkit-fill-available;*/
}
/* Left Arrow */
.slick-prev-custom {
    position: absolute;
    top: 50%;
    left: -40px; /* adjust as needed */
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    border: none;
}

/* Right Arrow */
.slick-next-custom {
    position: absolute;
    top: 50%;
    right: -40px; /* adjust as needed */
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    border: none;
}
.btn-theme-df {
    width: 120px;
    height: 49px;
    background-color: #006795;
    text-align: center;
    line-height: 2.3;
    color: #fff;
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 700;
    border: none;
}

/* Optional: remove default arrows if still visible */
.slick-prev, .slick-next {
    display: none !important;
}
.btn-theme-light {
    width: 100%;
    height: 36px;
    border-radius: 20px;
    background: #0067951A;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #006795;
    display: inline-block;
}
/* promo banner */
.promo-banner {
  background-color: #fff;
}

.promo-content {
  background: 
  linear-gradient(90deg, #006795 0%, #00202F 100%),
  url('http://localhost:8000/images/Vector.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  max-height: 250px;
}

.promo-content .promo-img img {
  max-height: 250px;
  object-fit: contain;
}
.promo-content .content p{
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.promo-content .content .In-just {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.promo-content .content h2{
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 30px;
}
.promo-content h1 {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
  .promo-content {
    flex-direction: column;
    text-align: center;
  }

  .promo-content .promo-img img {
    margin-top: 0rem;
    max-width: 100%;
  }
}
/* products */
.products .input-group{
    max-width: 500px;
    width: 100%;
    flex-wrap: nowrap;
    border-color: #DDDDDD;
    border-radius: 15px;
}
.products .input-group .btn {
    border-color: #DDDDDD;
    border-radius: 15px;
    border-left: none;
}
.products .input-group input {
    width: 100%;
    height: 54px;
    border-radius: 15px;
    border-color: #DDDDDD;
    border-right: none;
}
.product-title{
 font-family: "Mulish", sans-serif;
 font-weight: 700;
 font-size: 40px;
 color: #333333;
}
.page-item:first-child .page-link {
    border-top-left-radius:0px !important;
    border-bottom-left-radius:0px !important;
    background-color: var(--bg-primary-theme) !important;
    border-color: var(--bg-primary-theme) !important;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: var(--bg-primary-theme) !important;
    border-color: var(--bg-primary-theme) !important;
}
.page-link {
    width: 40px;
    height: 40px;
    margin: 8px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #AAAAAA !important;
    text-align: center;
    padding: 0px !important;
    line-height: 38px;
}
.active>.page-link, .page-link.active {
    background-color: #051E2E08 !important;
    border-color: var(--bg-primary-theme) !important;
    color: var(--bg-primary-theme) !important;

}

.category-wrapper {
  position: relative;
}

.top-category-scroll {
  scroll-behavior: smooth;
  white-space: nowrap;
  overflow: hidden;
}

.category-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  border: none;
  padding: 0 10px;
}

.left-arrow {
  left: 0;
  margin-left: -25px;
}

.right-arrow {
  right: 0;
  margin-right: -25px;
}

.category-links a {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 17px;  
  padding-bottom: 4px;
  transition: color 0.2s ease;
  color: var(--bg-primary-theme);
}
.category-links a:hover {
  color: var(--bg-primary-theme);
  border-color: var(--bg-primary-theme);
}
.category-title {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 41px;
    color: #333333;
}

.star { font-size: 1rem; line-height: 1; margin-right: 1px; }
.star.full  { color: #ffc107; }             
.star.empty { color: #e0e0e0; }              

.star.half {
    color: transparent;
    background: linear-gradient(90deg, #ffc107 50%, #e0e0e0 50%);
    -webkit-background-clip: text;
    background-clip: text;
}

.divider{
    border-bottom: 1px solid #e5eaed;
    display: block;
    position: relative;
}
.divider:before{
        background-color: #e5eaed;
        border: 3px solid #f9fafb;
        border-radius: 50%;
        bottom: -7px;
        content: "";
        display: block;
        height: 12px;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        width: 12px;
}
.category-offer-card{
    border: 1px solid #e5eaed;
    padding: 10px;
    border-radius: 0.5rem;
}

 .loading-container{
    height: 100vh;
}

.header-search-dropdown-div {
    width: 206px;
    background:#fff;
    z-index:1;
}
    body{
        position: relative;
        top: 0 !important;
    }
    body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
        display: none!important;
    }
    .goog-te-gadget {
        color: transparent!important;
        font-size:0px;
    }
    .goog-text-highlight {
        background: none !important;
        box-shadow: none !important;
    }
    #google_translate_element select{
        background: #006795;
        color: #fff;
        font-weight: bold;
        border-radius: 100px;
        padding: 10px 12px;
        border: 2px solid #FFB100;
    }

@media (min-width: 768px) {
    .header-search-dropdown-div {
        width: 209px;
    }
}

@media (min-width: 1024px) {
    .header-search-dropdown-div {
        width: 443px;
    }
}

@media (min-width: 1200px) {
    .header-search-dropdown-div {
        width: 540px;
    }
}
