html  {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

.h3-yellow{
  color:#fcc04c !important;
  margin-bottom: 10px;
}

.greenText{
  color:#a1d085;
}
.yellowText{
  color:#fcc04c !important; 
}

.contactusbtn{
   background-color: #fcc04c !important;
   text-align: center;
}

img {
    max-width: 100%;

}

@font-face {
  font-family: 'Bobby Jones Soft';
  src: url('font/Bobby Jones/Bobby Jones Soft.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNowMTText';
  src: url('font/HelveticaNowMTText.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4,h5{
  font-family: 'Bobby Jones Soft'!important;
  text-transform: uppercase !important;
}
/*-- Body Reset --*/
body {
    overflow-x: hidden;
    font-family: 'HelveticaNowMTText';
    color: black;
  }
  .border-primary{
    border-top: 0.2rem solid #A0D083 !important;
    padding-bottom: 2rem;
  }

  .content-box{
    line-height: 1.8;
  }

  /*============= TOP BAR HEADER =============*/
  
  .top-bar{
    height: 2.6rem;
    padding: .5rem 0;
    background-color: #F5FAF1;
  }
  
  ul {
    list-style-type: none;
    display: inline-flex;
  }
  li{
    padding-right: 1rem;
  }
  .top-bar a,
  .top-bar p,
  .btn-secondary{
    color: black;
    text-decoration: none;
    font-size: 1rem;
  }


  /*============= NAVIGATION =============*/
  
  .navbar-brand img{
    height: 5rem;
  }
  .navbar{
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: .1rem;
    /* box-shadow: 0 .5rem .5rem rgb(255, 230, 0); */
    z-index: 1;
    /* box-shadow: inset 0 20px 20px -20px rgb(236, 223, 107); */
  }
  /*
  .nav-item{
      padding: .5rem;
  }
  */
  .nav-link,
  .btn-secondary{
    color: #a7a1a1 !important;
  }
  .nav-link.active,
  .nav-link:hover,
  .btn-secondary:active,
  .btn-secondary:hover
  .dropdown-item:active,
  .dropdown-item:hover{
    color: rgb(0, 0, 0) !important;
    background-color: transparent !important;
  }

  .btn-secondary,
  .dropdown-item{
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: .1rem;
    color: #a7a1a1 !important;
  }
  .dropdown-toggle::after,
  .dropdown-toggle::before{
    margin-left: 0 !important;
  }
  .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active, 
  .btn-secondary.dropdown-toggle,
  .btn-secondary.dropdown-toggle:focus,
  .dropdown-item{
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 0  !important;
  }
  .dropdown{
    display: inline-flex;
  }

  .btn-secondary.dropdown-toggle:focus,
  .btn-secondary.dropdown-toggle:active{
    color: black !important;
  }
  
  /*============= CAROUSEL =============*/
.fa-chevron-left,
.fa-chevron-right{
    color: black;
  }

.fa-2x{
    font-size: 3rem !important;
}

#carousel{
    /* box-shadow: 0 1rem 1rem rgb(255, 230, 0); */
}

.noCarousel{
  /* box-shadow: 0 1rem 1rem rgb(255, 230, 0); */
}


.carousel-inner{
    max-height: 50rem !important;
}
   
  /*---Change Carousel Transition Speed --*/
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active{
    /*transition: 1s ease;*/
  }
  /* Custom positioning for 2nd carousel item */
.custom-left-align .col-lg-4 {
  text-align: left;
  margin-left: 0;  /* Align to the left */
  margin-right: auto; /* Push text to left side */
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/* 1st and 3rd carousel items */
.carousel-item.active .carousel-caption,
.carousel-item:nth-child(3) .carousel-caption {
  text-align: right;
  justify-content: flex-end;
}

/* 2nd carousel item (center text to left side) */
.carousel-item:nth-child(2) .carousel-caption {
  text-align: left;
  justify-content: flex-start;
}

  /*-- Carousel Content --*/
  .carousel-caption{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
  }

  .carousel-caption p{
    color: black;
    margin-block-start: 0em !important;
    font-size: small;
  }
.btn-lg{
  text-transform: uppercase;
  font-size: 1rem;
}  


.content-box-color {
  padding: 0 !important;
  margin: 0 !important;
}
.image-column {
  padding: 0;  /* Remove padding */
  margin: 0;   /* Remove margin */
  width: 100%; /* Ensure full width */
  height: 100%; /* Ensure full height */
}

.image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the area without distortion */
}

h1,
h2{
  color: #a1d085 !important;
}
h3,h4{
  color: #a1d085 !important;
  margin-bottom: 10px;
}
.pageheading{
  line-height: 1.2 !important;
  font-size: 1.8rem;
}
.content-box-color{
  background-color: #F5FAF1 !important;
}
/*Contact us button*/
.btnContactUs {
  background-color: #FDC04D;
  border: none;
  color: black !important;
  border-radius: 16px;
}

.contactusbtn:hover {
  border: 2px solid  #fcc04c; 
  background-color: #a1d085 !important;
}
  
  /*===== FIXED BACKGROUND IMG =====*/
  
  .fixed-background {
    overflow: hidden; /*-- Correction for iOS --*/
  }

  /*============= FOOTER =============*/
  footer{
    /* box-shadow: inset 0 20px 20px -20px rgb(102, 101, 90); */
    background-color: #F5FAF1;
    padding: 1rem 2rem 3rem;
    display: block;
  }
  .mainareatext{
    box-shadow: 0 .5rem .5rem rgb(255, 230, 0);
  }
  footer img{

  }
  footer p,
  footer a
  .socket a{
    color: white;
    text-decoration: none;
  }

  footer p{
    font-size: 1.6rem;
  }
  
  ul.social{
    list-style-type: none;
    display: inline-flex;
    max-width: 16rem;
    margin: auto;
  }
  ul.social li{
    margin:  auto;
  }
footer .svg-inline--fa{
  font-size: 3rem;
  color: black;
}
footer .svg-inline--fa:hover{
  /* color:#fcc04c; */
}
footer .fa-facebook:hover,
footer .fa-instagram:hover {
  color: #fcc04c !important;
}
  /*=========== SOCKET =============*/
  .socket{
    background-color:rgb(255, 230, 0);   
  }
  
  
  /*============= MEDIA QUERIES =============*/
  @media (min-width: 1920px) and (max-width: 2560px)  {
    .carousel-inner{
        max-height: 70rem !important;
    }
}
@media(min-width: 1199.99px) and  (max-width: 1367.98px){
  .nav-item,
  .dropdown-item{
    font-size: 1rem !important;
  }
  .navbar-brand img{
    height: 2.5rem !important;
  }
  .ourphilosphy{
    margin-top: 1.5rem!important;
  }
}

 /* Devices under 1199px (xl) */
  @media (max-width: 1199.98px) {
    .btn-secondary,
    .dropdown-item{
      padding-left: 0;
    }
    .fa-2x{
      font-size: 2rem !important;
    }
    footer ul {
      padding: 0;
      margin: 0;
      text-align: center;
  }
  
  footer li {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
    .ourphilosphy{
      margin-top: 1.5rem!important;
    }
    .dropdown-item.nav-link.active{
      padding: 0 0 0 0 !important;
    }
    .dropdown-menu{
      position: absolute !important;
      padding-left: 1rem;
      border: 0 0 0 0 !important;
      border-color: transparent;
    }
    .border-primary{
      width: 100% !important;
    }
    .top-bar{
      font-size: 0.7rem;
      padding-right:0rem !important;
    }
    .mobile-padding{
      padding-right:0rem !important;
    }
    .navbar-brand{
      padding-left: 0rem !important;
    }
    .top-bar a{
      font-size: 0.7rem;
    }
    ul {
      list-style-type: none;
      display: list-item;
    }
    li{
      padding-right: 0;
    }
    ul.social{
      display: inline-flex;
      padding:0 0 0 0;
    }
    footer p{
      padding-left: .2rem;
    }
  }
  /* Devices under 768px (md) */
  @media (max-width: 767.98px) {
    .border-primary{
      width: 100% !important;
    }
    .fa-2x{
      font-size: 1rem !important;
  }
    .top-bar-mob{
      padding-right: 10px !important;
    } 

  }

  @media (max-width: 980.98px) {
    .btnContactUs{
      display: inline-block; 
    }
  }

   /* Devices under 320px (md) */
   @media (max-width: 320px) {
    .top-bar{
      height: 4rem;
    }
  }
@media (max-width: 1187px) {
    .navbar-nav {
        flex-wrap: wrap; /* Allow menu items to wrap instead of overflow */
        justify-content: center; /* Center align items */
    }
    .navbar-brand img {
        height: 4rem; /* Reduce logo size */
    }
    .navbar {
        padding: 0.5rem; /* Adjust padding */
    }
}
  
  /*-- Bootstrap Mobile Gutter Fix --*/
  .row, .container-fluid {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /*-- Fixed Background Image --*/
  .fixed-background {
    position: relative;
    width: 100%;
    z-index: 1000!important;
  }
  .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999 !important;
  }
  .fixed {
    z-index: -999!important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }