
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


.curved-box-header, .curved-box-footer{ margin: 10px; background-color: #000 !important; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.curved-box-footer{ padding:15px; font-size: 14px;}
img{max-width: 100%;}
body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;

    /* font-family: "Roboto", sans-serif !important; */
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #13241F, #6BA492); /* Change colors as needed */
    background-repeat: no-repeat;
    background-color:#6BA492;
    height: 100vh; /* Ensure the gradient covers the entire viewport height */
    color: white;
}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.9); text-transform: uppercase; font-size: 16px; font-weight: 600 !important; }
.footer-fwc img{ max-width: 80px; margin-right: 15px; }
.text-42{ font-size: 30px; margin-top: 20px;}
.text-72{ font-size: 52px;  margin-top: -10px;}
.navbar-brand{font-size: 1.80rem;}
li.nav-item a.active{
  color: #ffbe09 !important;
}

h1, h5{
  color: #ffbe09 !important;
}

quote::after{ content="x" padding: 10px; width:10px; height:10px;}
quote{font-size: 17px; color: #6dffd1; font-style: italic; margin-bottom: 25px; margin-left: 0px;}

.sidebar{
  background-color: #1d372f;
  padding: 15px;
  -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
  border: #3a6a5b solid 1px;
  text-align: center;
}

.brands{ -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
.sidebar-pic{ -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.sidebar img.say-logo{ max-width:250px; margin: 0 auto; margin-bottom: 25px; }

h1{ color: #ffffff; text-transform: uppercase; font-size: 36px; margin-bottom: 15px; }

/* PAGES EFFECT */
/* .content-wrapper {
  position: relative;
  height: 100%;
  height: calc(100vh - 100px);
  overflow: scroll;
} */

.content {
  display: none;
  margin-top: 20px;
}

.active {
  opacity: 1;
  z-index: 1 !important;
}

/* PAGE LOADER*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 60, 60, 0.7); /* Semi-transparent white background */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #9b9b9b;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.loader p {
  font-size: 24px;
  color: #333;
  margin-left: 10px;
}

.delivery-icons{
  max-width: 75px;
  margin: 0 auto;
}



/* KRUNAL START */
#mailinfo p a{
  color:white;
  text-decoration: none;
}

#formcontact .inquiry{
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 15px;
  width: 100% !important;
}

.btnsbt {
  background-color: #052117;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.btnsbt:hover {
  background-color: #0e491185;
}

/* KRUNAL END */

ul.checkmark-list {
  list-style-type: none; /* Remove default bullets */
  padding-left: 0; /* Remove default padding */
}
ul.checkmark-list li {
  position: relative; /* Create a positioning context */
  padding-left: 20px; /* Add space for the checkmark */
}
ul.checkmark-list li::before {
  content: "\2714"; /* Unicode character for checkmark */
  position: absolute; /* Position checkmark relative to li */
  left: 0; /* Align checkmark to the left */
  color: green; /* Optional: Change checkmark color */
}


@media (max-width: 1200px)
{
  .text-42{ font-size: 20px; margin-top: 20px;}
  .text-72{ font-size: 42px;  margin-top: -10px;}
}
@media (max-width: 992px)
{
  .text-42{ font-size: 15px; margin-top: 20px;}
  .text-72{ font-size: 32px;  margin-top: -10px;}

  .footer-fwc img{
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
  }
  .footer-fwc {
      text-align: center;
  }
  .address{
      text-align: center !important;
  }
  .curved-box-footer{ position: relative; top: 150px;}
}
@media (max-width: 768px)
{
  .address{ margin-top: 10px; }
  .text-42{ font-size: 25px; margin-top: 20px; text-align: center;}
  .text-72{ font-size: 52px;  margin-top: -10px; text-align: center;}

}