@font-face {
  font-family: 'Geogrotesque-Bold';
  src: url('../fonts/Geogrotesque-Bold.eot') format('embedded-opentype'),
  url('../fonts/Geogrotesque-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geogrotesque-Regular';
  src: url('../fonts/Geogrotesque-Regular.eot') format('embedded-opentype'),
  url('../fonts/Geogrotesque-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroybold';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Main CSS */
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Geogrotesque-Regular';
  font-weight: normal;
  font-style: normal;
  padding-top: 78px;
}
a{
  text-decoration: none;
}
a:hover, a:focus{
  text-decoration: none;
}
i{
  font-family: 'FontAwesome';
  color: #112c91;
}
p{
  font-size: 20px;
}

/* CSS for Navbar */
.navbar-section{
  padding: 0 2.5rem;
  background-color: #283072;
  z-index: 999999;
}
.nav-shadow{
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.navbar-toggler{
  margin-right: 15px;
  font-size: 25px
}
.navbar-toggler:focus {
  outline: 0;
  border: 1px solid #d5d5d5;
}
.navbar-section .navbar{
  padding: 0;
}
.navbar-nav{
  flex-direction: row;
}
/* #swissta-navbar{
  margin-right: 15px;
} */
.navbar-section .navbar-brand img:hover, .footer-section .footer-logo:hover{
    animation: spin .3s ease-out;
}
@keyframes spin{
    0%{
        transform: rotate(0);
    }
    50%{
        transform: rotate(360deg);   
    }
    75%{
        transform: rotate(405deg);   
    }
    100%{
        transform: rotate(360deg);     
    }
}
#swissta-navbar ul li a{
  font-size: 18px;
  color: #fff;
  padding: 3px 8px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
#swissta-navbar ul li a.active{
  color: #c5c8e8;
}
#swissta-navbar ul li a .nav-label{
    margin-bottom: 0;
    position: relative;
    top: 2px;
    cursor: pointer;
    margin-right: 5px;
}
.langActive label{
  color: #c5c8e8;
}
.newsletter-modal{
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  overflow: initial;
  width: 600px;
  height: auto;
  z-index: 999999;
}
.cookie-modal{
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  overflow: initial;
  width: 600px;
  height: auto;
}
.newsletter-btn{
  border: 1px solid #fff;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 0;
}

.newsletter-btn:hover{
  background-color: #fff;
  color: #283072;
}
.flag-box{
  width: 20px;
  height: 15px;
}
#swissta-navbar ul li a .lang{
  margin-bottom: 0;
  position: relative;
  top: 2px;
  cursor: pointer;
}
#swissta-navbar ul li a .flag-box{
  display: inline-block;
}
#swissta-navbar ul li.nav-item{
  margin-left: 10px;
  cursor: pointer;
  padding: 1.35rem 0;
}
.product-dropdown-nav .dropdown-toggle::after{
  display: none;
}
#swissta-navbar .product-dropdown-nav .dropdown-menu{
  border-radius: 0;
  transform: translateY(10px);
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: all 0.15s ease-in;
  border: 0;
  background-color: #433ea1;
}
#swissta-navbar .product-dropdown-nav:hover .dropdown-menu{
  transform: translateY(-12px);
  opacity: 1;
  visibility: visible;
}
#swissta-navbar .product-dropdown-nav .dropdown-menu .dropdown-item{
  padding: .5rem 2rem;
  color: #fff;
}
.product-dropdown-nav .dropdown-menu .dropdown-item:hover{
    background-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,.85);
}
/* End of Navbar */

.swissta-logo-adjust{
  height: 90px;
}
.swissta-header-section{
  /*max-height: 93vh;*/
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
  display: block;
}

.responsive-image {
    width: 100%;
    /*height: 93vh;*/
    object-fit: cover;
}

/*@media(max-width: 1400px){
  .responsive-image {
      height: 91vh;
  }
}

@media(max-width: 435px){
  .responsive-image {
    height: 65vh;
  }
}

@media(max-width: 380px){
  .responsive-image {
      height: 60vh;
  }
}*/



.swissta-header-banner{
  transform: translate3d(0px, 0px, 0px);
  background: url(../images/swissta-header-bg.webp);
  background-repeat: no-repeat !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  transition: all 0s ease !important;
  transition: opacity 0.3s ease !important;
  opacity: 1;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 1;
}
.swissta-header-banner-content{
  position: absolute;
  z-index: 3;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.swissta-header-banner-content h3{
  color: #283072;
  font-size: 60px;
  font-family: 'Geogrotesque-Bold';
}
.swissta-history-section{
  background-color: #1f2872;
}
.common-padding{
  padding-top: 50px;
  padding-bottom: 50px;
}
.swissta-history-content p{
  color: #fff;
}
.swissta-history-content h2{
  color: #fff;
  font-size: 40px;
}
.our-product-range-section{
  background-image: linear-gradient(to bottom, #fff, #e9e9e9);
}
.our-product-range-section p{
  color: #2e2e2e;
}
.buy-now-btn{
  background-color: none;
  border: 2px solid #283072;
  padding: 8px 20px;
  color: #283072;
  display: inline-block;
  font-family: 'Geogrotesque-Bold';
  transition: 0.5s;
  margin-bottom: 20px;
  cursor: default;
}
.buy-now-btn:hover{
  background-color: #283072;
  color: #fff;
}
.swissta-bottles-in-mob{
  display: none;
}
.common-heading{
  color: #283072;
  font-family: 'Geogrotesque-Bold';
  font-size: 46px;
  margin-bottom: 25px;
}
.water-facts-accordian .card{
  border: none;
  margin-bottom: 15px;
}
.water-facts-accordian .card-header{
  border-radius: 0;
  border: none;
  padding: 0;
  background: none !important;
}
.water-facts-accordian .card-link.collapsed{
  color: #333;
  display: block;
  padding: .75rem 1.25rem;
  background: #eeeeee;
}
.water-facts-accordian .card-link{
  color: #001862;
  font-size: 20px;
  padding: .75rem 1.25rem;
  display: block;
  background: #e9eeff;
}
.water-facts-accordian .card-link, .water-facts-accordian .card-link h1, 
.water-facts-accordian .card-link h2, .water-facts-accordian .card-link h3{
  font-size: 20px;
  margin: 0;
}
.water-facts-accordian .card-body{
  font-size: 20px;
}
.water-facts-accordian .card-link:after{
  float: right;
  font-family: 'Font Awesome 5 Free';
  content: "\f068";
  padding-right:0;
  color: #001862;
  font-weight: 900;
  top: 10px;
  position: absolute;
  right: 20px;
}
.water-facts-accordian .card-link.collapsed:after{
  content: "\f067";
  color: #575757;
}
.bg-grey{
  background-color: #eee;
}
.bg-sky{
  background-color: #e9eeff;
}
.padding-30{
  padding: 30px;
}
.margin-top-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px;
}

/* CSS for footer */
.footer-section{
  padding-top: 25px;
  padding-bottom: 5px;
  background-color: #283072;
}
.min-width-18{
  min-width: 18px;
}
.padding-zero{
  padding: 0;
}
.footer-section a, .footer-section p{
  font-size: 14px;
}
.footer-section h4{
  font-family: 'Geogrotesque-Bold';
  font-size: 1.75rem;
}
.border-bottom-white{
  border-bottom: 1px solid #fff;
}
.footer-social-icons li a{
  /* height: 50px;
  width: 50px;
  border-radius: 50%; */
  /* border: 1px solid #fff; */
  margin-right: 20px;
  display: inline-block;
  /* line-height: 50px; */
  /* transition: 0.5s; */
  padding: 0;
  text-align: center;
}
/* .footer-social-icons li a:hover{
  background-color: #fff;
} */
.footer-social-icons li a i{
  font-size: 25px;
  line-height: 1;
  color: #fff;
  transition: color .15s ease-in;
}
.footer-social-icons li a:hover i{
  color: rgba(255,255,255,.85);
} 
.blue-underline{
  background-color: #333d8f;
  height: 2px;
}
.important-links .nav-item{
  margin-bottom: 8px;
}

.important-links .nav-item .nav-link{
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  transition: color .15s ease-in;
  padding: 0;
}
.important-links .nav-item .nav-link:hover{
  color: rgba(255,255,255,.85);
}
.footer-row {
  padding: 50px 0 0 50px;
} 
/*CSS for new corrections*/
.footer-form label{
  color: #fff;
}
.footer-btn{
  background: #fff;
  color: #283072;
  padding: 5px 25px;
  text-align: center;
  display: inline-block;
  border:none;
  transition: 0.3s;
}

.footer-btn:hover{
  background: #d0d5ff;
  color: #283072;
}

.footer-form .footer-input{
  border-radius: 0;
  height: 30px;
}
.footer-form .form-control{
  border-radius: 0;
}
.swissta-value-section-new h1{
  color: #fff;
}
.swissta-value-section-new p{
  color: #fff;
}
.change-address.address-font{
    font-size: 16px;
    font-weight: bold;
}
.swissta-bottles-in-desktop.bottle-1{
  width: 33%;
}
.swissta-bottles-in-desktop.bottle-2{
  width: 35%;
}
.swissta-bottles-in-desktop.bottle-3{
  width: 40%;
}
.swissta-bottles-in-desktop.bottle-4{
  width: 68%;
}
/* .navbar-brand{
  padding-left: 15px;
} */
.common-padding-2{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.common-padding-3{
  padding-left: 1rem;
  padding-right: 1rem;
}
.swissta-bottle-big{
  width: 70%;
}
.sticky{
    position: sticky;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    z-index: 20;
    width: auto;
    box-shadow: 0 0 5px #ccc;
}
/************** Customer Testimonial ************/
.customer-testimonial-section{
  background-image: linear-gradient(to bottom, #fff, #e9e9e9);
  padding-bottom: 50px;
}
.customer-name{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'robotobold';
}
.customer-location{
  opacity: 0.6;
}
#customerSay .carousel-control-next, #customerSay .carousel-control-prev{
  width: 10%;
}
#customerSay .carousel-control-next span, #customerSay .carousel-control-prev span{
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #c8c8c8;
  background-image: none;
}
#customerSay .carousel-inner, #customerSay .carousel-item{
  padding: 15px 0;
}
#customerSay .carousel-indicators li{
  background-color: #283072;
}
.testimonial-wrapper{
  width: 75%;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid rgba(48,48,114,1);
}
.testimonial-wrapper .col-sm-3{
  text-align: center;
}
.customer-img-div img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.quote-icon{
  font-size: 28px;
  margin-bottom: 10px;
}
.modal-swissta-logo{
  width: 80px;
}
.newsletter-modal .modal-dialog{
  max-width: 600px;
  position: absolute;
  bottom: 0;
  right: -300px;
  margin-bottom: 0;
  box-shadow: 0 0 20px rgba(255,255,255,0.5);
  transition: all 3s;
}
.cookie-modal .modal-dialog{
  max-width: 600px;
  position: absolute;
  bottom: 0;
  left: -300px;
  margin-bottom: 0;
  box-shadow: 0 0 20px rgba(255,255,255,0.5);
  transition: all 3s;
}
.modal-dialog.modal-slide{
  right: 0;
}
.cookie-modal .modal-dialog.modal-slide{
  left: 0;
}
.newsletter-modal .modal-header{
  border-bottom: 0;
  padding: 20px 15px 5px 30px;
}
.cookie-modal .modal-header{
  border-bottom: 0;
  padding: 20px 15px 5px 30px;
}
.newsletter-modal .modal-header button.close{
  font-weight: normal;
  opacity: 1;
  font-size: 2rem;
}
.newsletter-modal .modal-header button.close i{
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.newsletter-modal .modal-content{
  background-color: #283072;
  border-radius: 0;
}
.cookie-modal .modal-content{
  border-radius: 0;
  padding: 1rem 0;
}
.newsletter-modal.white .modal-content{
  background-color: #fff;
}
.newsletter-modal .modal-body{
  padding: 15px 15px 15px 30px;
}
.newsletter-modal .modal-body .form-control{
  border-radius: 0;
  background-color: rgba(255,255,255,0.9);
  border: 0;
  padding: 0.5rem .75rem;
  font-size: 0.9rem;
  height: 2rem;
}
.cookie-heading{
  color: #283072;
  font-size: 32px;
  font-family: 'Geogrotesque-Bold';
}
.modal-sign-up-now-btn{
  border: 1px solid #fff;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1rem;
}
.modal-sign-up-now-btn:hover{
  background-color: #fff;
  color: #283072;
}
.w-80{
  width: 80%;
}
.w-60{
  width: 60%;
}
/*CSS for Loader*/
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 2100px){
  .common-btn{
    font-size: 28px;
  }
  .modal-title {
      font-size: 36px;
  }
  label {
      font-size: 28px;
  }
  input[type=checkbox], input[type=radio]{
    height: 32px;
    width: 32px;
  }
  .update-now {
      font-size: 28px;
  }
  .form-control{
    height: 60px;
  }
  .default-address {
      font-size: 30px;
  }
  .footer-btn {
      font-size: 28px;
  }
  .footer-form .footer-input {
      height: 45px;
  }
  .footer-form label {
      font-size: 28px;
  }
  ul li{
    font-size: 30px;
    margin-bottom: 10px;
  }
  #swissta-navbar select{
    font-size: 30px;
  }
  #swissta-navbar select option{
    font-size: 18px;
  }
  #swissta-navbar ul li a i span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
  }
  .hover-circle:after {
    top: calc(50% - 38px);
    left: calc(50% - 38px);
    width: 76px;
    height: 76px;
  }
  .container {
      max-width: 1800px;
  }
  .swissta-logo-adjust {
      height: 220px;
  }
  #swissta-navbar ul li a i {
      font-size: 50px;
  }
  #swissta-navbar ul li a .lang {
    margin-bottom: .5rem;
    top: 5px;
  }
  .flag-box {
      width: 30px;
      height: 35px;
  }
  .swissta-header-banner-content h3 {
      font-size: 80px;
  }
  p {
      font-size: 30px;
  }
  .h1, h1 {
      font-size: 4.5rem;
  }
  .buy-now-btn {
      font-size: 25px; 
  }
  .common-heading {
      font-size: 70px;
  }
  .water-facts-accordian .card-link.collapsed {
      font-size: 35px;
  }
  .card-link:hover {
      font-size: 35px;
  }
  .water-facts-accordian .card-link {
      font-size: 35px;
  }
  .water-facts-accordian .card-body {
      font-size: 28px;
  }
  .footer-section h2 {
      font-size: 45px;
  }
  .footer-section a, .footer-section p {
      font-size: 28px;
  }
  .footer-social-icons li a {
      height: 60px;
      width: 60px;
  }
  .footer-social-icons li a i {
      font-size: 35px;
      margin-top: 6px;
  }
  strong {
      font-size: 34px;
  }
  .product-overview-heading {
      font-size: 28px;
  }
  .product-stock {
      font-size: 25px;
  }
  .product-paragraph {
      font-size: 28px;
  }
  .product-price {
      font-size: 25px;
  }
  .buy-btn {
      font-size: 28px;
  }
  .add-to-cart {
      font-size: 28px;
  }
  .quantity-text {
      font-size: 28px;
  }
  .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
      font-size: 25px;
  }
  .fa {
      margin-top: 5px;
      font-size: 20px;
  }
  .contact .form-group {
      margin-bottom: 40px;
  }
  .contact label {
      font-size: 35px;
      padding-bottom: 20px;
  }
  .contact .form-group label  {
      margin-bottom: 40px;
  }
  .contact input:focus  label, .contact input:valid  label {
      font-size: 30px;
  }
  .contact .form-control {
    border-bottom: 2px solid #ccc;
    padding-top: 50px;
    font-size: 35px;
    padding-bottom: 18px;
  }
  .contact .register-btn {
      font-size: 35px;
  }
  .contact h3 {
      font-size: 45px;
  }
  .contact-iframe iframe{
    min-height: 800px;
  }
  .account-box h4 {
      font-size: 35px;
  }
  .table .thead-light th {
      font-size: 35px;
  }
  .table>tbody>tr>td>p {
      font-size: 25px;
  }
  .table>tbody>tr>td {
      font-size: 28px;
  }
  .product-order {
      width: 150px;
      height: 150px;
  }
  .product-order-img {
      height: 130px;
  }
  .map-size {
    width: 100%;
    height: 800px;
  }
  .footer-section .col-md-3 img{
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px){

  .mobile-lang{
    list-style: none;
  }

  .lang-select {
    width: 50px;
    height: 30px;
  } 
  .navbar-toggler{
    list-style: none;
    color: white;
  }
  .social-media-card-icon img{
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {

  .mobile-lang{
    list-style: none;
  }

  .desktop-lang {
    display: none;
  }

  .lang-select {
    width: 50px;
    height: 30px;
  } 
  .navbar-toggler{
    list-style: none;
    color: white;
  }
  .facebook-media iframe {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      margin-left: 100px;
  }

  .insta_social{
    display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      margin-left: 0px !important;
  }

  .dropdown-menu {
        display: none !important;
        position: static;
        width: 100%;
        background: none;
        box-shadow: none;
        margin-top: 0px !important; /* Ensure no extra space when closed */
        transition: margin-top 0.3s ease-in-out; /* Smooth transition */
    }

    .dropdown-menu.show {
        display: block !important;
        padding-top: 10px;
        margin-top: 30px !important; /* Space only when open */
    }
}

@media (max-width: 600px) {
   /* Ensure navigation buttons are visible */
    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next {
        right: 5px;
    }

    .carousel-control-prev i,
    .carousel-control-next i {
        color: white;
        font-size: 18px;
    }

    .desktop-lang {
        display: none !important; /* Hide desktop language switcher on mobile */
    }

    .mobile-lang {
        list-style: none !important; /* Removes the bullet */
        padding: 0;
        margin: 0;
    }

    .lang-select {
        font-size: 16px;
        padding: 6px 10px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        width: 60px; /* Adjust width */
        border-radius: 5px;
    }
    
    /* Hover and focus effects */
    .lang-select:hover, 
    .lang-select:focus {
        background-color: white;
        border-color: #ffcc00; /* Lighter gold */
    }
}

@media only screen and (max-width: 375px) {
    /* Ensure navigation buttons are visible */
    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next {
        right: 5px;
    }

    .carousel-control-prev i,
    .carousel-control-next i {
        color: white;
        font-size: 18px;
    }

    .desktop-lang {
        display: none !important; /* Hide desktop language switcher on mobile */
    }

    .mobile-lang {
        list-style: none !important; /* Removes the bullet */
        padding: 0;
        margin: 0;
    }

    .lang-select {
        font-size: 16px;
        padding: 6px 10px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        width: 60px; /* Adjust width */
        border-radius: 5px;
    }
    
    /* Hover and focus effects */
    .lang-select:hover, 
    .lang-select:focus {
        background-color: white;
        border-color: #ffcc00; /* Lighter gold */
    }


}

@media (min-width: 992px) {
    .mobile-lang {
        display: none !important;
    }

    .desktop-lang {
        display: flex !important;
        align-items: center;
        gap: 5px; /* Adds spacing between language links */
        margin-left: auto !important; /* Pushes language switcher to the right */
    }

    .desktop-lang a {
        margin: 0 5px; /* Space between links */
    }
}


.common-slider .carousel .carousel-item video{
  width: 100%;
}

.common-slider .carousel .carousel-control-prev, .common-slider .carousel .carousel-control-next{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  background-color: rgba(255,255,255,0.1);
}
.common-slider .carousel .carousel-control-prev{
  left: 1rem;
}
.common-slider .carousel .carousel-control-next{
  left: auto;
  right: 1rem;
}
.product-range-slider .carousel-control-prev, 
.product-range-slider .carousel-control-next{
  width: 45px;
  height: 45px;
  border: 1px solid #1e1e1e;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  background-color: rgba(255,255,255,0.1);
}
.product-range-slider{
  padding-bottom: 3rem;
}
.product-range-slider .carousel-indicators li{
  background-color: #a0a0a0;
  height: 5px;
}
.product-range-slider .carousel-indicators li.active{
  background-color: #283072;
}
.product-range-slider .carousel-control-prev .fas, 
.product-range-slider .carousel-control-next .fas{
  color: #1e1e1e;
}
.product-range-slider .carousel .carousel-control-prev{
  left: 1rem;
}
.product-range-slider .carousel .carousel-control-next{
  left: auto;
  right: 1rem;
}
.social-media-card{
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  padding: 8px 1rem;
  border: 2px solid #283072;
  height: 100%;
}
.social-media-card .social-media-card-icon{
  margin-right: 10px;
}
.social-media-posts{
  width: 100%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow-1{
  flex-grow: 1;
}
.cursor-pointer{
  cursor: pointer;
}
.view-product-all{
  border: 3px solid #283072;
  color: #283072;
  background: transparent;
  padding: 14px 80px;
  display: inline-block;
  font-family: 'robotobold';
  transition: 0.5s;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.view-product-all:hover{
  color: #fff;
  background: #283072;
}
.single-product-img{
  background: linear-gradient(to bottom, #d3e9ff 0%, #e1eff9 100%);
  padding: 35px 20px;
  border-radius: 3px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product-img img{
  max-height: 450px;
}
.single-product-right-main-div{
  display: flex;
  align-items: center;
}
.single-product-heading{
  font-size: 42px;
  font-family: 'robotobold';
}
.bottleSizePara{
  font-size: 21px;
  margin: 0;
  margin-bottom: 15px;
}
.total-available-bottles{
  font-size: 18px;
  font-weight: 600;
  background: #cce3fc;
  padding:5px 10px;
  width: 150px;
  text-align: center;
  color: #283072;
}
.single-category-type-para{
  font-size: 18px;
  margin: 20px 0;
}
.single-category-type-para span{
  font-weight: 700;
  color: #283072;
}
.single-product-underline{
  width: 50%;
  display: inline-block;
  border-top: 4px solid #283072;
  margin: 20px 0;
}
.underlineBelowHeading{
  width: 100px;
  border-top: 4px solid #283072;
  margin: 2px auto 10px auto;
}
.afterHeadingPara{

  font-size: 20px;
  margin: 0;
  
}
.category-heading-mainDiv{
  width: 80%;
  margin:0 auto;
}
.heading-bg-div{
  background: linear-gradient(to bottom, #fff 0%, #d3e9ff 100%);
  margin: 2rem 2.5rem;
  padding: 2rem 0;
  margin-bottom: 0;
}
.bottles-bg-div{
  background: linear-gradient(180deg, #D3E9FF 65%, #FFFFFF 360px);
  margin: 2rem 2.5rem;
  margin-top: 0;
}

/* Careers Page */
.small-banner-section{
    margin-top: 75px;
    background: linear-gradient(to right, #F7C409, #AC9C14);
}
.small-banner-row{
    display: flex;
    min-height: 350px;
}
.small-banner-row .small-banner-col{
    width: 50%;
}
.small-banner-col-1{
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
}
.small-banner-heading{
    font-size: 48px;
    color: #DA0E0E;
    font-family: 'Overpass-Heavy';
}
.small-banner-para{
    font-size: 18px;
    font-family: 'Overpass-Light';
}
.small-banner-col-2{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.bottom-line{
    position: relative;
}
.bottom-line::after{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 5px;
    width: 100px;
    background-color: #202020;
}

.no-job-section{
    margin-top: 75px;
    margin-bottom: 50px;
    padding: 0 15px;
}
.no-opening-heading{
    margin-top: 15px;
    font-size: 30px;
    color: #202020;
}
.career-thank-text{
    color: #DA0E0E;
    font-size: 30px;
    display: block;
}

.current-openings-section{
    padding: 0 50px;
    margin-bottom: 30px;
}
.current-opening-heading{
    text-align: center;
    color: #223B91;
    font-family: 'Overpass-Bold';
    font-size: 36px;
    margin-bottom: 50px;
}
.red-bottom-line{
    position: relative;
}
.red-bottom-line::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 100px;
    background-color: #DA0E0E; 
}
.opening-card{
    box-shadow: 0 0 20px rgba(0,0,0,0.20);
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.opening-card-row{
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
}
.opening-card-row > .col{
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    margin-bottom: 40px;
}
.career-job-title{
    font-size: 24px;
    color: #202020;
    margin-top: 0;
}
.career-job-label{
    font-family: 'Overpass-Light';
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 5px;
    display: inline-block;
}
.career-job-label span{
    color: #202020;
}
.career-job-description p{
    font-family: 'Overpass-Light';
    font-size: 16px;
    color: #202020;
    margin-bottom: 10px;
}
.view-job-btn-div{
    margin-top: auto;
}
.view-job-link-btn{
    padding: 0.6rem 2rem;
    background-color: #DA0E0E;
    color: #fff;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
}
.view-job-link-btn:hover{
    background-color: #223B91;
}

.career-thank-you-section{
    margin-top: 75px;
    margin-bottom: 50px;
    padding: 0 15px;
}
.career-thank-you-box{
    background-color: #f1f1f1;
    border: 1px solid #223B91;
    padding: 50px 0;
}
.career-thank-you-heading{
    margin-top: 15px;
    font-size: 40px;
    color: #223B91;
    font-family: 'Overpass-ExtraBold';
}
.upper-red-line{
    position: relative;
}
.upper-red-line::before{
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 100px;
    border-radius: 5px;
    background-color: #DA0E0E; 
}
.transparent-btn{
    padding: 0.6rem 2rem;
    background-color: transparent;
    color: #202020;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
}
.transparent-btn:hover{
    padding: 0.6rem 2rem;
    background-color: #e0e0e0;
}
.job-details-heading{
    color: #223B91;
    font-family: 'Overpass-Bold';
    font-size: 36px;
    margin-bottom: 35px;
    position: relative;
}
.red-bottom-line-left::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 5px;
    width: 100px;
    background-color: #DA0E0E; 
}

.job-details-section {
    padding: 0 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.job-detail-row{
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
}
.job-detail-little-heading{
    background-color: #e9e9e9;
    padding: 15px;
    margin-right: 15px;
    flex-basis: 20%;
    flex-shrink: 0;
}
.job-detail-little-heading label{
    font-size: 16px;
    color: #202020;
}
.job-detail-para{
    padding: 10px 0;
}
.job-detail-para p{
    margin-top: 0;
    margin-bottom: 0;
    color: #202020;
    font-family: 'Overpass-Light';
}
.job-detail-ul ul{
    margin: 0;
}
.job-detail-ul ul li{
    font-family: 'Overpass-Light';
    font-size: 16px !important;
    color: #202020 !important;
}
.job-detail-ul ul li:before{
 content: '-'; 
 margin-right: 10px; 
}
.apply-now-heading{
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
    position: relative;
}
.apply-now-heading::after{
    content: '';
    position: absolute;
    width: 85px;
    height: 3px;
    background-color: rgba(255,255,255,0.5);
    bottom: -10px;
    left: 0;
}
.career-apply-box{
    padding: 20px 25px;
    background-color: #223B91;
}
.career-submit-btn{
    background-color: #fff;
    color: #223B91;
    padding: 0.6rem 2rem;
    transition: all 0.3s;
    display: inline-block;
    font-size: 16px;
}
.career-submit-btn:hover{
    background-color: rgba(255,255,255,0.8);
}
.browser-select{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-bottom: 15px;
}
select.browser-select:focus {
    outline: none;
}
.career-apply-box input[type=text]:not(.browser-default), .career-apply-box input[type=email]:not(.browser-default), .career-apply-box input[type=number]:not(.browser-default), .career-apply-box input.valid[type=text]:not(.browser-default){
    border-bottom: 1px solid #fff;
    box-shadow: none;
    color: #fff;
}
.custom-upload-field{
    padding-top: 15px;
}
.custom-upload-field .btn{
    background-color: rgba(255,255,255,0.8);
    color: #223B91;
}
.option-clr{
    color: black;
}
.white-text{
  color: #fff;
}
/* 🖥️ Desktop: Default Hover Behavior */
@media (min-width: 992px) {
    .dropdown-menu {
        display: none;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* 📱 Mobile: Fix Spacing Issues */
@media (max-width: 991px) {
    .dropdown-menu {
        display: none !important;
        position: static;
        width: 100%;
        background: none;
        box-shadow: none;
        margin-top: 0px !important; /* Ensure no extra space when closed */
        transition: margin-top 0.3s ease-in-out; /* Smooth transition */
    }

    .dropdown-menu.show {
        display: block !important;
        padding-top: 10px;
        margin-top: 15px !important; /* Space only when open */
    }
}
