.accordion {
  --bs-accordion-btn-icon-width: 1.5rem !important;
}

/* Font Faces */
@font-face {
  font-family: "WixMadeforDisplay";
  src: url("../assets/fonts/WixMadeforDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "WixMadeforText";
  src: url("../assets/fonts/WixMadeforText-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: "WixMadeforText", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #2f2b36;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "WixMadeforDisplay", sans-serif;
  font-weight: 700;
}

.noafter:after {
  display: none;
}

section h3::after {
  content: "";
  display: block;
  width: 8rem;
  height: 5px;
  margin: 1rem 0;
}

section h3.under-line-orange::after {
  background-color: #f28c28;
}

section h3.under-line-white::after {
  background-color: #fff;
}

section h3.under-line-green::after {
  background-color: #86a43d;
}

section h3.text-center::after {
  margin: 1rem auto;
}

/* Navbar */
.navbar {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}

.navbar-brand img {
  transition: width 0.3s ease;
  width: 70%;
}

.navbar.scrolled {
  background-color: rgba(0,0,0, 0.25);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .dropdown{
  display: none;
}


 

.navbar .dropdown-menu.show {
  background: rgba(255, 255, 255, 0.7);
}
.navbar .dropdown-menu li:hover a{
  background: none;
}

/* Hero */
.hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: max-content;
  padding: 2.5rem 0rem;
}

.hero-content {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0 1rem;
  padding: 32px 64px 32px 32px;
  background: linear-gradient(270.85deg,
      rgba(0, 0, 0, 0.1125) 4.64%,
      rgba(0, 0, 0, 0.45) 76.21%);
  border: 1px solid #c9c4c0;
  border-radius: 24px;
}

/* Btns */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 3rem;
  border-radius: 3.625rem;
  font-weight: 500;
}

.btn-gradient {
  background: linear-gradient(90deg, #ff7300, #91c93f);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  color: white;
}

.btn-primary {
  background: transparent;
  border: 1px solid #ffffff;
  color: white;
}

.btn-gradient:hover {
  color: white;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

.btn-gradient:hover .arrow-icon {
  transform: translateX(5px);
}

/* About */
.about-card {
  display: block;
  width: 100%;
  height: 100%;
  background: url(image.png);
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.25);
  border-radius: 29px;
}

/* Colors */

.bg-primary {
  background-color: #e88134 !important;
}

.bg-light-primary {
  background-color: #fffaf5 !important;
}

/* About Card */
.about-card {
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  color: #fff;
}

.about-card span {
  font-size: 22px;
  line-height: 30px;
}

.about-card .gradient-box {
  padding: 20px;
  gap: 10px;
  background: linear-gradient(90.21deg, #ef7f1a 5.54%, #86a43d 99.78%);
  border-radius: 12px;
  text-wrap: nowrap;
}

.card-overlay-blur {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px 24px;
  gap: 16px;
  background: linear-gradient(194.63deg,
      rgba(0, 0, 0, 0.0625) 51.73%,
      rgba(0, 0, 0, 0.25) 87.69%);
  backdrop-filter: blur(5px);
  border-radius: 0px 0px 24px 24px;
}

/* Why Choose Us Section */
/* Feature Cards */
.section-bg {
  background: url("/assets/img/bg_circles_about.png") center center / cover no-repeat;
}

.feature-cards,
.feature-cards .zoom-hover,
.feature-cards .zoom-hover img,
.feature-cards:hover .zoom-hover img,
.gradient-card .icon,
.gradient-card:hover .icon,
.step-cards,
.step-cards:hover {
  transition: all 0.5s;
}

.feature-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  gap: 24px;
  background: #ffffff;
  backdrop-filter: blur(5.5px);
  border-radius: 24px;
}

.feature-cards .zoom-hover {
  border-radius: 10px;
  overflow: hidden;
}

.feature-cards:hover .zoom-hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-cards h6 {
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}

/* Gradient Cards */
.gradient-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px;
  gap: 24px;
  background: linear-gradient(90.21deg, #ef7f1a 5.54%, #86a43d 99.78%);
  mix-blend-mode: normal;
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  color: #fff;
}

.gradient-card .icon {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.gradient-card:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.gradient-card h6 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin: 0;
}

.gradient-card .icon {
  width: 6.25rem;
  height: 6.25rem;
  background: #ffffff;
  border-radius: 100px;
}

.gradient-card ul li::before {
  content: "";
  background: url("../assets/img/tick.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.step-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  gap: 16px;
  border-radius: 22px;
}

.step-cards:hover {
  -webkit-transform: translateY(calc(-1.5rem / 5));
    -moz-transform: translateY(calc(-1.5rem / 5));
    -o-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
}

.stepper:nth-child(4n+1) .step-cards {
  background: rgba(232, 129, 52, 0.1);
  border: 1px solid #e88134;
}

.stepper:nth-child(4n+1) .step-cards .icon {
  background: #e88134;
}

.stepper:nth-child(4n+2) .step-cards {
  background: rgba(134, 164, 61, 0.1);
  border: 1px solid #86a43d;
}

.stepper:nth-child(4n+2) .step-cards .icon {
  background: #86a43d;
}

.stepper:nth-child(4n+3) .step-cards {
  background: rgba(134, 164, 61, 0.1);
  border: 1px solid #86a43d;
}

.stepper:nth-child(4n+3) .step-cards .icon {
  background: #86a43d;
}

.stepper:nth-child(4n+4) .step-cards {
  background: rgba(232, 129, 52, 0.1);
  border: 1px solid #e88134;
}

.stepper:nth-child(4n+4) .step-cards .icon {
  background: #e88134;
}

.step-cards h6 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.step-cards .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 100px;
  flex-shrink: 0;
  font-family: "WixMadeforDisplay", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  border: 6px solid #ffffff;
  color: #fff;
}

.feature-image {
  border-radius: 24px;
  min-height: 16.25rem;
  box-shadow: 0px 24px 50px rgba(0, 0, 0, 0.25);
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #000000;
  color: #fff;
}

.contact-section {
  background: linear-gradient(0deg,
      rgba(134, 164, 61, 0.92),
      rgba(134, 164, 61, 0.92)),
    url("../assets/img/banner.png");
  color: #fff;
}

.contact-details h6 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.contact-details a {
  color: #fff;
  text-decoration: none;
  font-size:15px;
}
 
.contact-details a:hover {
  text-decoration: underline;
}

.border-c-light {
  border-color: #ffffff50 !important;
}

nav.navbar .dropdown-toggle {
  background: transparent;
  border-color: #ffffff;
  padding: 0 1.5rem;
}

nav.navbar.scrolled .dropdown-toggle {
  background: linear-gradient(90deg, #ff7300, #91c93f);
  border: none;
  color: white;
  transition: all 0.3s ease;
}

nav.navbar .dropdown-toggle::after {
  margin-left: 0.9rem;
}

.bg-transparent {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0 1rem;
  padding: 32px;
  background: linear-gradient(270.85deg, rgba(255, 255, 255, 0.1125) 4.64%, rgba(255, 255, 255, 0.45) 76.21%);
  border: 1px solid #c9c4c0;
  border-radius: 24px;
  backdrop-filter: blur(4px);
}

.bg-transparent.text-white .form-control {
  background: transparent;
  padding: 16px;
  color: #ffffff;
}

.bg-transparent.text-white .form-control option {
  color: #000000;
}


.w-80 {
  width: 80%;
}

.f-medium p {
  font-size: 18px;
  font-weight: 400;
}

.f-medium label {
  font-size: 18px;
  font-weight: 500;
}

.tab-content {
  border: 1px solid #dddddd;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.5rem 2rem;
}

.accordion-body {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #2F2B36;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
}

.accordion-button:not(.collapsed) {
  outline: none !important;
  box-shadow: none !important;
  padding-bottom: 8px !important;
  color: #2F2B36 !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
}

.contact-section .position-absolute {
  top: -180px;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  padding: 90px 50px 30px 50px;
}

.saperator {
  position: relative;
  display: block;
}

.saperator::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 26px;
  width: 1px;
  background: #ffffff;
  margin: 0 5px;
}


.bg-circle {
  background-image: url(../assets/img/bg-circle.svg);
  background-position: right;
  background-repeat: no-repeat;
  height: calc(100vh - 0px);
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -100px;
}

.bg-circle-2 {
  background-image: url(../assets/img/bg-circle2.svg);
  background-position: left;
  background-repeat: no-repeat;
  height: calc(100vh - 0px);
  width: 100%;
  position: absolute;
  top: 115px;
  left: -160px;
}

.accordion-button {
  font-weight: 600;
  font-size: 24px;
  padding: 28px 0;
  color: #2F2B36;
}

.large {
  padding: 0 3rem;
}

.checkb {
  width: 24px;
  height: 24px;
  cursor: pointer;
   
  -webkit-appearance: none;
  
  -moz-appearance: none;
  appearance: none;
  position: relative;
  left: 0px;
  top: 6px;
  margin-right: 10px;
}

.checkb:checked {
  background: #ff7300;
}

.f-56 {
  font-size: 3.5rem;
}

.dropdata 
      {
        background: transparent;
		border-color: #ffffff;
		padding: 0 1.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0 1rem;
		height: 3rem;
		border-radius: 3.625rem;
		font-weight: 500;
		color: white;
      }
      .subdrop 
      {
        background-color: #c9d2e2;
		color: black;
      }
	  
	  p strong {
		color: #fff !important;
		font-weight: 600;
	}
	 
    .mb-3 {
    margin-bottom: 0rem !important;
}
.large {margin-right: 5px;}

