@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;

}

/* Declare the font */
@font-face {
  font-family: 'ChavieraPro';
  src: url('../fonts/CHAVIERAPROREGULAR.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Flawsome';
  src: url('../fonts/FLAWSOME-REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaLight';
  src: url('../fonts/FUTURA-LIGHT-BT.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.futura {
  font-family: 'FuturaLight', sans-serif;
  color: #8b541c;
  font-size: 40px;


}

.sbhl {
  font-family: 'FuturaLight', sans-serif;
  color: #000000;
  font-size: 30px;
}

.nvbarnav .nav-link {
  font-size: 15px;
  color: #000;
}

.tpenq {
  padding: 10px 26px;
  border-radius: 20px;
  background-color: #db9955;
  font-size: 15px;
  color: #000;
}

.tpenq:hover,
.btn-frm:hover {
  border: 1px solid #db9955;
}

.bgimg {
  background: url('../images/banner.jpg') center/cover no-repeat;
  min-height: 500px;
}

.frmtp {
  padding: 42.9px 41.9px 53.1px 52.3px;
  border-radius: 40px;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border: solid 1px #969696;
  background-color: #e5e5e5;

}

.frmtplst {
  padding: 42.9px 41.9px 53.1px 52.3px;
  border-radius: 40px;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border: solid 1px #969696;
  background-color: #ffffff;

}


.frmhl {
  font-family: 'Flawsome', sans-serif;
  color: #000;
}

.frmhlnw {
  font-family: 'Flawsome', sans-serif;
  color: #8b541c;
}

.form-control,
.form-select {
  border-radius: 26px;
  background-color: #f4f4f4;
  font-size: 12px;
  color: #666;
  height: 40px;
  padding-left: 20px;
}

.btn-frm {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #db9955;
  font-size: 15px;
  color: #000;
}

.stat-card {
  padding: 35px;
  border-radius: 40px;
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border: solid 1px #bdbdbd;
  background-color: rgba(255, 255, 255, 0.03);
}

.yrtxt {
  font-family: 'ChavieraPro', sans-serif;
  color: #db9955;
  font-size: 80px;
}

.smltxt {
  font-size: 12px;
  margin-top: -15px;
}

.sechl {
  font-family: 'Flawsome', sans-serif;
  color: #8b541c;
  font-size: 30px;
}

.bg-img {
  background-image: url("../images/firstbg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;

  width: 100%;
}

.carousel-container {
  position: relative;
  padding: 0 60px;
  /* space for external buttons */
}



.carousel-control-prev,
.carousel-control-next {
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  opacity: 1;
}

.carousel-control-prev {
  position: absolute;
  left: -20px;
}

.carousel-control-next {

  right: -20px;
}

/* Make default Bootstrap arrow icons black */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1) grayscale(1) brightness(0);
  width: 25px;
  height: 25px;

}

.cmnpara {
  font-size: 14px;
  color: #000;
  text-align: center;
  padding-top: 20px;
}

.getaqtbtn {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stn5 {
  background: #481e00;
  background-size: cover;
}

.onbr {
  border: 1px solid #db9955;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding: 10px 10px;
  margin: 0 auto;
}

.nm {
  color: #db9955;
  font-size: 25px;

}

.rndbx {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.nmbr {
  position: relative;
}

.nmbr:not(:last-child)::after {
  content: "→";
  /* arrow symbol */
  font-size: 20px;
  color: #db9955;
  position: absolute;
  top: 10%;
  right: -35px;
  /* adjust spacing */
  transform: translateY(-10%);
}

.nmbr.active .onbr {
  background: #fff;
  /* white background */
  border: 1px solid #db9955;
  /* keep same border */
}

.nmbr.active .nm {
  color: #814408;
  /* same as earlier */
}

.nmbr.active .cmnparanw {
  color: #fff;
  /* white text */
}

.cmnparanw {
  font-size: 13px;
  color: #db9955;
}

.rrtxt {
  color: #8b541c;
  font-size: 16px;
}

@media screen and (max-width:1024px) {
  .clrdiv {
    border: 1px solid #db9955;
    border-radius: 25px;
    padding: 20px 20px;
    height: 310px !important;
  }

}

.stn7 {
  background-color: #481e00;
  background-size: cover;
}

.accordion-item {
  border: 1px solid #fefefe;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
}

.accordion-button {
  background: #fff;
  border: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  box-shadow: none !important;
  /* no shadow */
  transition: all 0.3s ease;
  padding: 15px 20px;
}

/* Active (open) button */
.accordion-button:not(.collapsed) {
  color: #8b541c;
  background: #fff;
}

/* Custom plus/minus icons */
.accordion-button::after {
  content: "+";
  font-size: 14px;
  font-weight: bold;
  background-image: none !important;
  color: #fff;
  background: #000;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-button:not(.collapsed)::after {
  content: "−";
  background: #8b541c;
}

/* Body */
.accordion-body {
  font-size: 14px;
  color: #333;
  padding: 10px 20px 20px;
  border: none;
  /* ❌ remove body border */
}





.stn6 {
  background-image: url('../images/scndbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ftrimg {
  width: 10%;
  height: auto;
}

.ftrstn {
  background-color: #481e00;
  background-size: cover;
}

.footer {
  background-color: #4a1d00;
  /* same brown shade */
  color: #d6b98c;
  /* light beige text */

}

.ftrlogo {
  max-width: 200px;
  /* control logo size */
}

.ftr-items {
  gap: 20px;
  /* spacing between items */
}


.ftrtext {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}

.ftrtext a {
  color: #fff;
  text-decoration: none;
}

.ftrtext a:hover {
  text-decoration: underline;
}

.ftrtextns {
  font-size: 14px;
  color: #fff;
  font-family: inherit;
}

.ftrtextns a {
  color: #fff;
}

.padleft {
  padding-left: 50px;
}

@media screen and (max-width:1024px) {
  .bg-img {
    background-image: url("../images/firstbg.png");
    background-position: center center;
    /* center horizontally + vertically */
    background-size: cover;
    background-repeat: no-repeat;
    /* cover entire container */
    height: 900px;

  }
}

.tprformm {
  display: flex;
  justify-content: end;
}


@media screen and (max-width: 600px) {
  .padleft {
    padding-left: 25px;
  }
  .bg-img {
    margin-top: 90%;
  }
  

  .stn3 {
    margin-top: -15% !important;
  }

  .tprformm {
    display: flex;
    justify-content: center;
  }


  .carousel-control-prevmb,
  .carousel-control-nextmb {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    opacity: 1;
  }

  .carousel-control-prevmb {
    position: absolute;
    left: 12px;
  }

  .carousel-control-nextmb {
    position: absolute;
    right: 12px;
  }

  /* Make default Bootstrap arrow icons black */
  .carousel-control-prev-iconmb,
  .carousel-control-next-iconmb {
    filter: invert(1) grayscale(1) brightness(0);
    width: 25px;
    height: 25px;

  }


  .futura {

    font-size: 25px;
  }

  .sbhl {

    font-size: 20px;
  }

  .mbdown {
    padding-top: 370px;
  }

  .yrtxt {
    font-size: 70px;
  }

  .mobtp {
    padding-top: 30px;
  }

  .ftrhrdivd {
    border-top: 1px solid #db9955;
    width: 18%;
  }

  .brmmg {
    width: 40% !important;
  }

  .ftralig {
    text-align: center !important;
  }

  .ftraligleft {
    text-align: center !important;
  }

}

.brmmg {
  height: auto;
  width: 15%;
}

@media (max-width: 991.98px) {

  /* Applies only to mobile/tablet */
  .navbar-collapse {
    position: absolute;
    top: 100%;
    /* Show below navbar */
    left: 0;
    width: 100%;
    background: #fff;
    /* Or your preferred color */
    z-index: 9999;
    padding: 1rem;
  }

  .navbar-collapse.show {
    display: block;
  }
}

.fntaws {
  text-decoration: none;
  color: #fff;
}

.frtnm {
  background-color: #4a1d00;
  /* same brown shade */

  /* light beige text */
}


/* Vertical divider for desktop */
.divider-vertical {
  width: 2px;
  /* thickness of line */
  height: 40px;
  /* height of line */
  background-color: #db9955;
  /* color of line */
  margin: 0 10px;
}

/* Responsive: horizontal divider for mobile */
@media (max-width: 768px) {
  .divider-vertical {
    display: none;
  }
  .clrdiv {
    height: auto !important;
  }
}

.crsr {
  cursor: pointer;
}

.clrdiv {
  height: 260px;
  border: 1px solid #db9955;
  border-radius: 25px;
  padding: 20px 20px;
}

.ftralig {
  text-align: right;
}

.ftraligleft {
  text-align: left;
}

.bighead {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.mnpar {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.hr {
  border-top: 1px solid #885c30;
  width: 95%;
  padding-bottom: 40px;

}

@media screen and (min-width:1400px) {
  .stn3 {
    margin-top: -10%;
  }
 
}

@media screen and (max-width:1400px) {
  .stn3 {
    margin-top: -8%;
  }

}