body {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
}

.small-text {
  font-size: 14px !important;
}

.blog-title-font {
  font-family: 'poppins', sans-serif;
}

.blog-maincontent-font {
  font-family: "Quattrocento Sans", sans-serif;
}

body {
  font-family: 'Quattrocento Sans', sans-serif;
}

.navbar .container {
  max-width: 1200px !important;
}

.nav-link.active {
  color: #F9961A !important;
  /* Highlight color */
  font-weight: bold;
}

.dropdown-item.active {
  background-color: #F9961A !important;
  color: white !important;
  font-weight: bold;
}

.navbar-custom .dropdown-item:hover {
  background-color: #f8f9fa;
  background-color: #F9961A;
  color: #FFFFFF;
}

.navbar-custom .dropdown-item::after {
  border-bottom: #F9961A;

}


.dropdown-menu {
  border-top: 5px solid #F9961A;
}

.dropdown-menu::before {
  content: "";
  display: block;
  height: 5px;
  background-color: #F9961A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

}

.nav-link .dropdown-toggle {
  background-color: #F9961A;

}

.navbar-nav .nav-link {
  color: #333333da;
  /* default color */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #F9961A;
  /* on hover change color */
  text-decoration: none;
}


.navbar-nav .nav-link:hover {
  color: #F9961A;
  /* Your orange color */
  text-decoration: none;
}

/* Remove negative margins or conditionally apply them */
.container-box {
  margin: 0;
  /* Default */
}

@media (min-width: 768px) {
  .container-box {
    margin: -20px;
    /* Only apply on larger screens */
  }
}

.responsive-content-box {
  background-color: #F8E0BA;
  border: 5px solid #F8E0BA;
  padding: 40px 25px 100px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
}

.container-box {
  background-color: #F8E0BA;
  border: 5px solid white;
  padding: 10px 10px 60px 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 115%;
  position: relative;
}

.responsive-image {
  width: 100%;
  height: auto;

  border-radius: 0.25rem;

  object-fit: cover;
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .container-box {
    padding: 15px;
    width: 100%;
    margin: 0;
  }

  .responsive-content-box {
    background: none;
    border: none;
    background-color: #F8E0BA;
  }
}

/* With this */
.container-box {
  margin: 0;
  /* Reset for mobile-first */
  width: 100%;
  /* Prevent overflow */
}

@media (min-width: 768px) {
  .container-box {
    margin: -20px;
    /* Apply only on larger screens */
    width: 106%;
    /* Slight expansion if needed */
  }
}

/* Orange Glowing Play Button */
.play-button-orange {
  background-color: #F9961A;
  /* Orange color */
  color: rgb(14, 12, 12);
  /* Play icon color */
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(249, 150, 26, 0.7);
  animation: pulse-orange 2s infinite;
  transition: transform 0.3s;
}

/* Glow/Pulse Animation */
@keyframes pulse-orange {
  0% {
    box-shadow: 0 0 0 0 rgb(249, 234, 26);
  }

  70% {
    box-shadow: 0 0 0 30px rgba(155, 97, 26, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(249, 150, 26, 0);
  }
}

.container-circle {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.circle-btn {
  background-color: #F9961A;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* vision mision values*/
.our-vision-text {
  color: #060606;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.icon-box {
  max-height: 500px;
  transition: all 0.3s ease;
  border-radius: 8px;
  background: #fff;
}

.icon-wrap {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #F9961A;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

.icon-wrap:hover {
  background: #474543
}

.icon-box {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.circle-icon {
  width: 100px;
  height: 100px;
  background-color: #F9961A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lines {
  position: absolute;
  top: 65px;
  /* adjust to place behind the circle */
  left: 55%;
  transform: translateX(-60%);
  z-index: 1;
  pointer-events: none;
}

.footer-body {
  background-color: #F8F7F5;
}

.line {
  width: 200px;
  height: 3px;
  border-radius: 5px;
  opacity: 0.8;
  margin: 12px 0;
}

.orange-line {
  background-color: #F9961A;
  transform: rotate(50deg);
  /* slight angle */
  margin-bottom: 16px;
}

.gray-line {
  background-color: #555;
  transform: rotate(50deg);
  /* same angle */
  margin-top: 10px;
}

.service-card {
  min-height: 250px;
  position: relative;
  z-index: 2;
  margin-top: 45px;
  padding: 25px 18px 0px;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  background-color: #696565;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -68px auto 30px;
}

.icon-circle i {
  color: white;
  font-size: 3rem;
}

.service-card h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
}

.service-card p {
  color: #060606;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

/* Medium devices (tablets, 992px to 1199.98px) */
@media (max-width: 1199.98px) {
  .circle-btn {
    width: 110px;
    height: 110px;
    top: -50px;
  }

  .icon-circle {
    width: 90px;
    height: 90px;
    margin: -60px auto 25px;
  }
}

/* Small devices (landscape phones, 768px to 991.98px) */
@media (max-width: 991.98px) {
  .circle-btn {
    width: 110px;
    height: 100px;
    top: -45px;
  }

  .icon-circle {
    width: 90px;
    height: 80px;
    margin: -55px auto 20px;
  }

  .service-card h3 {
    font-size: 1.15rem;
  }

  .service-card p {
    font-size: 0.95rem;
  }
}

/* Extra small devices (portrait phones, less than 768px) */
@media (max-width: 767.98px) {
  .circle-btn {
    width: 90px;
    height: 90px;
    top: -40px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
    margin: -45px auto 15px;
  }

  .icon-circle i {
    font-size: 1.8rem;
  }

  .service-card {
    padding: 20px 15px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .circle-btn {
    width: 80px;
    height: 80px;
    top: -35px;
    font-size: 0.9rem;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
    margin: -45px auto 20px;
  }

  .icon-circle i {
    font-size: 1.5rem;
  }

  .service-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .service-card p {
    font-size: 0.9rem;
  }
}

/*footer*/
.footer-body {
  padding: 90px 0px 90px 0px;
}

.copy-right-section {
  padding: 20px 0px 20px 0px;
}

.bg-black-custome {
  background-color: #e8e8e8;
  width: 50px;
  height: 50px;
}

.bg-black-custome i {
  line-height: 3;
}

.bg-black-custome:hover {
  background-color: #F9961A;
}

.bg-black-custome:hover i {
  color: #f8f9fa;
}

.footer-content {
  color: #555555;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

.margin-start-footer {
  margin-left: 100px;
}

@media (max-width: 1024px) {
  .margin-start-footer {
    margin-left: 0px;
  }
}

/*contact hover*/

.text-dark-custom {
  color: #141313cc;
  text-decoration: none;

}

.text-dark-custom:hover {

  color: #F9961A;
}


@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: -1px;
  }

  /* Remove the dropdown-toggle arrow since we're using hover */
  .dropdown-submenu>.dropdown-item::after {
    display: none;
  }
}

/* Mobile Behavior */
@media (max-width: 991.98px) {
  .dropdown-submenu>.dropdown-menu {
    display: none;
    position: static;
    margin-left: 15px;
  }

  .dropdown-submenu.show>.dropdown-menu {
    display: block;
  }
}

/* Feature section mobile tweaks */
@media (max-width: 767.98px) {
  .feature-icon {
    font-size: 2rem !important;
  }

  .feature-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Responsive feature section for mobile devices */
@media (max-width: 575.98px) {
  .feature-section-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .feature-section-container span {
    font-size: 1.1rem !important;
    display: block;
    text-align: left !important;
  }

  .feature-section-container .mb-4 {
    margin-bottom: 1.5rem !important;
  }
}

/* Always left-align feature section text on all devices */
.feature-section-container span {
  text-align: left !important;
  display: block;
}

/* Feature section heading large font size */
.feature-section-heading {
  font-size: 60px !important;
  line-height: 1.1;
}

@media (max-width: 575.98px) {
  .feature-section-heading {
    font-size: 2rem !important;
  }
}