/*----GANERAL----*/

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@200..800&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-size: 15px;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none !important;
}

.d-padding {
  padding-block: 80px;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0.5;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.footer-padding {
  padding-block: 60px;
}

.text-theme {
  color: #c48d0c !important;
}

.bg-theme {
  background: #c29300;
}

.footer-bg {
  background: #f7f7f7;
}

/* h1,
h2, */
h3,
h4,
h5,
h6 {
  font-family: "Merriweather Sans", sans-serif !important;
}

.navbar-top {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fixed-top {
  position: fixed;
  top: 15px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-active.fixed-top {
  position: fixed;
  top: 0px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.pt-top {
  padding-top: 90px;
}

.amita-regular {
  font-family: "Amita", serif;
  font-weight: 400;
  font-style: normal;
}

.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 100;
}

.navbar-logo {
  width: 152px;
}

.website-quick-links .link {
  background: #c29300;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.website-quick-links .link i {
  color: #fff;
  font-size: 22px;
}

.nav-link {
  color: #000 !important;
  font-weight: 600 !important;
}

.nav-contact-div .business {
  background: #c48d0c;
  border: 1px solid #cfcfcf;
  padding: 8px 8px 8px 0px;
  border-radius: 30px;
}

.nav-contact-div .business i {
  margin-left: 5px;
  color: #fff;
}

.nav-contact-div {
  display: flex;
  align-items: center;
}

.nav-contact-div .business span {
  background: #fff;
  padding: 9px 15px 8px 15px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.collapse-div .menu {
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.collapse-div .menu img {
  border: 1px solid #c9c9c9;
  padding: 8px;
  border-radius: 50%;
  font-size: 15px;
}

.collapse-div {
  display: flex;
  align-items: center;
}

.dropdown_menu li {
  list-style: none;
}

.dropdown_menu li a {
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.dropdown_menu li a:hover {
  color: #c48d0c;
}

.dropdown_menu span {
  text-align: end;
  padding: 20px 20px 0px 0px;
  width: 100%;
  display: flex;
  font-size: 20px;
  justify-content: end;
  cursor: pointer;
}

.dropdown_menu {
  position: absolute;
  right: 0;
  top: 110%;
  background: #fff;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  width: 25%;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.dropdown_menu.open {
  height: auto;
  transition: 0.5s ease-in-out;
}

.dropdown_menu ul {
  margin: 0;
  padding: 20px 0px 20px 40px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.nav-active {
  color: #c48d0c !important;
}

.navbar .container {
  position: relative;
}

.navbar-collapse {
  background: #fff;
}

.navbar .container {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/*---------------------------*/

.banner-section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: end;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.banner-section .d-padding {
  padding-bottom: 50px;
}

.banner-section .overlay {
  position: absolute;
  background: linear-gradient(0deg, black, #00000059, transparent);
  width: 100%;
  height: 100%;
}

.banner-head-div .banner-head {
  font-size: 85px;
  line-height: 85px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
}
.banner-head-div .sub-head {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  display: flex;
  width: fit-content;
  border-radius: 30px;
  background: #ffffff36;
  font-weight: 600;
  margin-bottom: 10px;
}
.banner-form {
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
}

.banner-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.banner-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

/* label */

.banner-form .form-group label {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #ffffff;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
}

/* inputs */

.banner-form input,
.banner-form select {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  padding: 14px;
  font-size: 14px;
  outline: none;
}

.banner-form input::placeholder,
.banner-form select::placeholder {
  font-size: 13px;
}

.banner-form input::placeholder {
  color: #8d8d8d;
}

/* phone input */

.phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  overflow: hidden;
}

.phone-input .country {
  padding: 0 15px;
  border-right: 1px solid #ccc;
  font-weight: 500;
}

.phone-input input {
  border: none;
  height: 100%;
}

/* button */

.banner-btn {
  width: 100%;
  border: none;
  padding: 10px;
  background: #c68b17;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 0px;
  transition: 0.3s;
}

.banner-btn:hover {
  background: #a87410;
}

.banner-section .container {
  position: relative;
  z-index: 1;
}

.banner-head-div p {
  color: #fff;
  width: 80%;
  font-size: 20px;
  font-weight: 100;
}

.banner-head-div a {
  background: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 30px;
  padding: 6px 6px 6px 16px;
  color: #000;
  gap: 8px;
  font-size: 16px;
}

.banner-head-div a i {
  width: 40px;
  height: 40px;
  background: #c48d0c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.banner-service-card {
  background: #e9e9e9;
  padding: 15px;
  border-radius: 16px;
}

.banner-service-card P {
  margin-bottom: 0;
}

.banner-service-card img {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}

.banner-service-card .side-two {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 10px;
}

.banner-service-card .side-two span {
  font-weight: bold;
  font-size: 20px;
  color: #9e7109;
  text-transform: uppercase;
}

.banner-service-button {
  height: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.banner-service-button button {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.banner-service-button button:hover {
  transform: scale(1.2);
}

.banner-service-button button i {
  color: #fff;
  line-height: 0;
  -webkit-text-stroke: 4px;
}

.banner-services {
  width: 100%;
  margin-top: 80px;
}

.banner-services .service-box {
  display: flex;
  padding: 20px;
  border: 1px solid rgb(255 255 255 / 16%);
  color: white;
  background: #ffffff1c;
  height: 100%;
  flex-direction: column;
}

.banner-services .service-box img {
  width: 25px;
  margin-bottom: 15px;
}

.banner-services .head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.banner-services .head i {
  color: #fff;
}

.banner-services .head h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.service-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

/*--------end------------*/

.h-about-div {
  background: #faf6e6;
  padding: 30px;
  border-radius: 16px;
}

.main-head {
  font-size: 38px;
  font-weight: bold;
  line-height: 45px;
  font-family: "Reddit Sans", sans-serif;
}

.main-head spa {
  color: #c48d0c;
}

.h-about-more {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.more-btn {
  background: #c48d0c;
  border: 1px solid #c48d0c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  transition: 0.2s ease-in-out;
}

.more-btn:hover {
  transform: scale(1.03);
  background: transparent;
  color: #c29300;
}

.h-about-img {
  height: 450px;
}

.h-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-count-card {
  border-right: 1px solid #c48d0d;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.about-count-card span {
  font-size: 50px;
  font-weight: bold;
  font-family: "Reddit Sans", sans-serif;
}

.h-service-section {
  background: #fafafa;
}

.h-service-button {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

/* .h-service-side-one {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
} */

.h-service-card {
  border-radius: 16px;
  background: #fff;
  margin-bottom: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.12) 0px 1px 3px,
    rgba(0, 0, 0, 0.24) 0px 1px 2px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.h-service-card .card-header {
  padding: 20px;
}

.h-service-card:hover {
  transform: scale(1.02);
}

.h-service-card span {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-service-card span i {
  -webkit-text-stroke: 0.9px;
  transition: 0.5s ease-in-out;
}

.h-service-card.active {
  background: #c48d0c;
  transition: 0.5s ease-in-out;
}

.h-service-card .card-body {
  background: transparent;
  border: none;
  padding: 0;
  padding-top: 15px;
  color: #fff;
  font-size: 15px;
}

.h-service-card.active span {
  color: #fff;
}

.h-service-card.active span i {
  color: #fff;
  rotate: 0deg;
}

.h-service-side-two {
  border: 1px solid #ededed;
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  height: 585px;
}

.h-service-side-two .image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.h-service-side-two .content {
  height: 525px;
  overflow-y: scroll;
}

.h-service-side-two .content h5 span {
  font-weight: bold;
  font-size: 22px;
  margin-right: 4px;
}

.h-service-side-two .content::-webkit-scrollbar {
  background: transparent;
  width: 6px;
}

.h-service-side-two .content::-webkit-scrollbar-thumb {
  background: #c48d0c;
  height: 20px;
  border-radius: 2px;
}

.h-service-side-two .content .custom-list {
  margin: 0;
  list-style: none;
  margin-left: 10px;
}

.h-service-side-two .content .custom-list i {
  -webkit-text-stroke: 1px;
}

.h-service-side-two .content .custom-list li {
  display: flex;
}

.service-card-img {
  height: 525px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card-img .imageOne {
  height: 55%;
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.service-card-img .imageOne img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-card-img .imageTwo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.service-card-img .imageOne::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: transparent;
  bottom: 0;
  right: 50%;
  box-shadow: 10px 10px 0 #fff;
}

.service-card-img .imageOne::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: transform;
  right: 0;
  bottom: 70px;
  box-shadow: 10px 10px 0 #fff;
}

.service-card-img .imageTwo {
  height: 43%;
  width: 100%;
  position: relative;
  border-radius: 16px;
  border-top-right-radius: 0px;
}

.service-card-img .imageTwo .name {
  position: absolute;
  height: 80px;
  width: 50%;
  top: -80px;
  right: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-top-left-radius: 25px;
}

.service-card-img .imageTwo .name::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: transparent;
  right: 0;
  box-shadow: 10px -10px 0 #fff;
}

.service-card-img .imageTwo .name::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: transparent;
  bottom: 0;
  left: -25px;
}

.service-banner-head {
  background: #c48d0c;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.service-banner-head .sub-head {
  background: #9e7109;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
}

.service-banner-head .sub-head i {
  color: #fff;
  -webkit-text-stroke: 2px;
}

.service-banner-head .service-head {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-block: 10px;
}

.service-banner-head p {
  color: #fff;
  width: 50%;
  margin-inline: auto;
  margin-bottom: 0;
}

.service-card-div {
  margin-top: 50px;
  padding: 40px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 16px;
  background: #fafafa;
  height: 100%;
}

.service-card-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.service-card {
  padding: 20px;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 16px;
}

.service-side-one .custom-list li {
  display: flex;
}

.service-card .card-header span {
  font-size: 18px;
  font-weight: bold;
}

.service-card-main-head span {
  font-size: 35px;
  font-weight: 600;
  color: #c48d0c;
  font-family: "Reddit Sans", sans-serif;
}

.service-card-main-head {
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 20px;
}

.service-card .card-body {
  margin-top: 10px;
}

.h-blog-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.blog-card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}

.blog-card .content {
  height: 375px;
  overflow: hidden;
  overflow-y: scroll;
}

.blog-card .side-one {
  width: 50%;
  height: 470px;
}

.blog-card .side-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .side-two {
  width: 50%;
  background: #f7f7f7;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.blog-card .side-two .name span {
  font-size: 14px;
  font-weight: bold;
}

.blog-card .side-two .detail img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-card .side-two .detail {
  display: flex;
  gap: 6px;
}

.blog-card .side-two .name {
  display: flex;
  flex-flow: column;
  line-height: 20px;
}

.blog-card-two {
  height: 470px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}

.blog-card-two .side-one {
  height: 65%;
}

.blog-card .side-two .name small {
  font-size: 13px;
}

.blog-card-two .side-two {
  height: 35%;
  background: #f7f7f7;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.blog-card-two .side-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-two .side-two .name span {
  font-size: 14px;
  font-weight: bold;
}

.blog-card-two .side-two .name small {
  font-size: 13px;
}

.blog-card-two .side-two .detail img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-card-two .side-two .detail {
  display: flex;
  gap: 6px;
}

.blog-card-two .side-two .name {
  display: flex;
  flex-flow: column;
  line-height: 20px;
}

.h-blog-section {
  background: #faf6e6;
}

.logos-div {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
}

.logos-div .name {
  width: 12%;
  display: flex;
  align-items: center;
}

.logos-div .name span {
  color: gray;
  margin-bottom: 0;
  font-size: 16px;
}

.logos-div .logo-slick {
  width: 88%;
}

.logos-div .logo-slick img {
  height: 70px;
  width: 160px;
  object-fit: contain;
}

.testi-para {
  display: flex;
  justify-content: end;
}

.testi-para p {
  width: 75%;
}

.testi-slick {
  margin-top: 50px !important;
}

.testi-div {
  border: 1px solid #ebebeb;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  width: 98% !important;
  z-index: -1 !important;
}

.testi-div h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.testi-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.testi-div p {
  margin-top: 20px;
  height: 150px;
  overflow-y: scroll;
}
.testi-div p::-webkit-scrollbar {
  display: none;
}

.testi-arrow-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.testi-arrow-div .prev-button {
  border: 1px solid #e3e3e3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
}

.testi-arrow-div .prev-button i {
  font-size: 20px;
}

.testi-arrow-div .next-button {
  border: 1px solid #e3e3e3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c48d0c;
}

.testi-arrow-div .next-button i {
  color: #fff;
  font-size: 20px;
}

.footer-section {
  position: relative;
}

.footer-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.2);
}

.footer-section .container {
  position: relative;
}

.footer-form {
  background: #ffffff2e;
  padding: 25px;
  border-radius: 20px;
  width: 95%;
}

.footer-form button {
  background: #ffffff6e;
  color: #fff;
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

.footer-form button:hover {
  background: #c48d0cdc;
  color: #fff;
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 30px;
}

.footer-form input {
  background: transparent;
  color: #fff;
  border: 1px solid gray;
  font-size: 15px;
}

.footer-form input::placeholder {
  color: #fff;
  font-size: 14px;
}

.footer-form input:focus {
  background: transparent;
  color: #fff;
}

.footer-form select {
  background: transparent;
  color: #fff;
  border: 1px solid gray;
  font-size: 15px;
}

.footer-form input::placeholder {
  color: #fff;
}

.footer-social-div .social {
  display: flex;
  gap: 20px;
}

/* .footer-social-div .social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000054;
  border-radius: 50%;
} */

.footer-social-div .social a i {
  font-size: 18px;
  color: #fff;
}

.footer-social-div h5 {
  color: #fff;
}

.footer-social-div p {
  color: #fff;
}

.footer-contact {
  display: flex;
  flex-flow: column;
}

.footer-contact h5 {
  color: #fff;
}

.footer-contact a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.footer-contact a i {
  color: #ffffff;

  margin-right: 10px;
}

.footer-location h5 {
  color: #fff;
}

.footer-location p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.footer-section .line {
  border-bottom: 1px solid #ffffff1f;
  padding-block: 8px;
  margin-bottom: 8px;
}

.footer-link .link {
  display: flex;
  gap: 20px;
}

.footer-link a {
  color: #ffffff;
}

.footer-name p {
  color: #fff;
}

.footer-name span {
  color: #fff;
}

.footer-by {
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer-by p {
  color: #fff;
}

.about-banner-section {
  background: #f2f0eb;
}

.about-banner-div {
  background: #c48d0c;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.about-banner-div .sub-head {
  background: #9e7109;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
}

.about-banner-div .sub-head i {
  color: #fff;
  -webkit-text-stroke: 2px;
}

.about-banner-div .about-head {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-block: 10px;
}

.about-banner-div p {
  color: #fff;
  width: 40%;
  margin-bottom: 0;
}

.about-para-div h1 {
  font-weight: bold;
}

.about-para-div {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
}

.about-para-div h1 spa {
  color: #999999;
}

.about-para-div p {
  font-size: 16px;
}

.about-img {
  height: 100%;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-values {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  height: 100%;
}

.about-values p {
  margin-bottom: 0;
}

.about-values h2 {
  font-weight: bold;
}

.about-values h2 spa {
  color: #999999;
}

.about-missionVision-div {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}

.about-values-div h2 {
  font-weight: bold;
}

.about-values-div p {
  width: 80%;
  margin-bottom: 0;
}

.about-values-div h2 spa {
  color: #999999;
}

.about-list-div li span {
  font-weight: bold;
}

.about-list-div ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.about-choose-div {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}

.about-choose-head {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.about-choose-head span {
  font-size: 35px;
  font-weight: bold;
}

.about-choose-head p {
  width: 50%;
}

.choose-card {
  border: 1px solid #ebebeb;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
}

.choose-card h6 {
  margin-top: 6px;
}

.blog-head {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
}

.blog-section {
  background: #f2f0eb;
}

.blog-head-div {
  display: flex;
  flex-flow: column;
}

.blog-head-div .sub-head {
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: bold;
  width: fit-content;
}

.blog-head-div .sub-head i {
  -webkit-text-stroke: 2px;
}

.blog-head-para {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.blog-head-para p {
  width: 70%;
}

.contact-section {
  background: #f3f1ec;
}

.contact-banner-div {
  background: #c48d0c;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.contact-banner-div .sub-head {
  background: #9e7109;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
}

.contact-banner-div .sub-head i {
  color: #fff;
  -webkit-text-stroke: 2px;
}

.contact-banner-div .about-head {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-block: 10px;
}

.contact-banner-div p {
  color: #fff;
  width: 40%;
  margin-bottom: 0;
}

.contact-img img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  border-radius: 16px;
}

.contact-add-div {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}

.contact-add-div a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.contact-add-div span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.contact-add-div h6 {
  font-weight: 100;
}

.contact-form {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}

.contact-form p {
  width: 70%;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-form input {
  border: 1px solid #dee2e6;
  background: #f7f7f7;
  padding: 13px;
}

.contact-form textarea {
  border: 1px solid #dee2e6;
  background: #f7f7f7;
  padding: 10px;
}

.contact-form input::placeholder {
  font-size: 15px;
}

.contact-form textarea::placeholder {
  font-size: 15px;
}

.contact-form button {
  background: #c29300;
  border-radius: 6px;
  color: #fff;
  padding-inline: 30px;
}

.contact-map iframe {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  filter: contrast(0.7);
}

.blog-view-head {
  display: flex;
  flex-flow: column;
}

.blog-view-head h2 {
  font-weight: bold;
  margin-top: 10px;
}

.blog-view-head a {
  width: fit-content;
  padding: 4px 8px;
  background: #c48d0c;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  border-radius: 30px;
}

.blog-view-head a i {
  color: #fff;
  font-size: 20px;
  line-height: 0;
}

.blog-view-head .time {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-view-head .time span {
  font-size: 15px;
  font-weight: 600;
}

.blog-view-head img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 20px;
}

.blog-view-img {
  height: 620px;
}

.blog-view-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.h-about-head p {
  width: 50%;
  font-size: 18px !important;
  margin-bottom: 0;
}

.text-justify {
  text-align: justify !important;
}

/* --------------------------------------------- */
.price-section {
  background: #f3f1ec;
}
.price-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plan-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.plan-desc {
  color: #777;
  font-size: 15px;
  margin-bottom: 25px;
}

.price {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}

.price span {
  font-size: 18px;
  font-weight: 500;
}

.price-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
  text-align: left;
}

.price-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  font-size: 15px;
}

.price-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  background: #c79a00;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.price-btn {
  background: #c79a00;
  color: #fff;
  text-decoration: none;
  padding: 14px;
  border-radius: 12px;
  font-weight: 600;
  margin-top: auto;
  display: block;
}

.price-btn:hover {
  background: #000;
  color: #fff;
}

/* -------------------------------------- */
/* Card Container Styling */
.service-card {
  background: #fff;
  border-radius: 20px; /* Large rounded corners from image */
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border: 1px solid #f0f0f0;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Image Aspect Ratio */
.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Text Padding */
.service-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Link Styling */
.explore-link {
  color: #c49a3d; /* Gold color from the image */
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.explore-link:hover {
  color: #a37f2e;
  text-decoration: underline;
}

.service-view-banner {
  position: relative;
  height: 68vh;
  display: flex;
  align-items: end;
  padding: 25px;
  border-radius: 20px;
  overflow: hidden;
}

.service-view-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  filter: brightness(0.5);
}

.service-view-banner .row {
  position: relative;
}

.custom-row .box:nth-child(odd) .service-steps-card {
  background: #f3f1ec;
}

/* 2,4,6 */
.custom-row .box:nth-child(even) .service-steps-card {
  background: #f5f5f5;
}

.service-view-banner .head span {
  color: #fff;
}
.service-view-banner .head h1 {
  color: #fff;
  background: #c29300;
  padding: 15px 12px;
  display: flex;
  width: fit-content;
  margin-top: 10px;
  border-radius: 10px;
}
.service-view-banner .head p {
  color: #fff;
}
.service-view-btn {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.service-view-btn a {
  background: #fff;
  padding: 6px 6px 6px 15px;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 30px;
  gap: 10px;
  color: #000;
  font-weight: 500;
}

.service-view-btn a span {
  background: #c29300;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.service-view-btn a i {
  color: #fff;
}

.main-para {
  font-size: 17px;
}

.service-steps-section {
  background: #ffff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
}

.service-steps-card {
  background: #eae6e1;
  border-radius: 15px;
  padding: 40px 30px;
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.service-steps-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Reddit Sans", sans-serif;
}

.service-steps-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.step-number {
  font-size: 90px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
}

.service-ready-div {
  position: relative;
  padding: 120px;
  border-radius: 20px;
  overflow: hidden;
}

.service-ready-div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  filter: brightness(0.5);
}

.service-ready-div .head {
  position: relative;
  text-align: center;
  width: 70%;
  margin-inline: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.service-ready-div a {
  background: #fff;
  padding: 6px 6px 6px 15px;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 30px;
  gap: 10px;
  color: #000;
  font-weight: 500;
}

.service-ready-div a span {
  background: #c29300;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.service-ready-div a i {
  color: #fff;
}

.documents-section {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.service-doc-card {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.service-doc-card img {
  width: 52px;
  margin-bottom: 15px;
}

.service-doc-card p {
  font-size: 18px;
  font-weight: 600;
  width: 60%;
  margin: 0;
  line-height: 1.5;
  margin-inline: auto;
}

.service-doc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.service-faq {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 50px;
}

.service-faq-accordion .accordion-item {
  border: none;
  background: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
}

.service-faq-accordion .accordion-button {
  background: #f5f5f5;
  font-weight: 600;
  box-shadow: none;
}

.service-faq-accordion .accordion-button:not(.collapsed) {
  background: #f5f5f5;
}

.service-faq-accordion .accordion-body {
  color: #555;
}

@media only screen and (max-width: 768px) {
  .navbar {
    padding: 20px !important;
  }

  .banner-head-div{
        display: flex;
    flex-direction: column;
    align-items: center;
  }
.price-card .price {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
}
.service-faq {
    padding: 25px;
    text-align: center;
}

.service-faq-accordion .accordion-body {
    color: #555;
    text-align: start;
}
.documents-section {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
}
.service-doc-card {
    padding: 25px;
}
.service-doc-card p {
    font-size: 16px;
    width: 100%;
}
.service-ready-div .head{
    width: 100%;
}

.service-view-banner .head h1 {
    text-align: center;
}

.service-view-banner .head{
  text-align: center;
}

.service-view-btn {
    justify-content: center;
}

.service-steps-section {
    padding: 25px;
    text-align: center;
}

.service-steps-card {
    padding: 30px;
}
.service-steps-card h4 {
    margin-top: 15px;
}

.service-steps-div {
  text-align: center;
}

.service-steps-div p{
  text-align: justify;
}
.step-number {
    font-size: 70px;
    line-height: 70px;
}
.service-ready-div {
    padding: 30px;
}
  .h-about-para p {
    text-align: justify;
  }

  .about-values-div p {
    width: 100%;
    margin-bottom: 0;
  }

  .pt-top {
    padding-top: 60px;
  }

  .navbar-active {
    background: #fff;
  }

  .website-quick-links {
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: fixed;
    right: 50%;
    bottom: 3%;
    z-index: 100;
    align-items: center;
    transform: translateX(50%);
    width: max-content;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow:
      rgba(0, 0, 0, 0.12) 0px 1px 3px,
      rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }

  .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    filter: brightness(0.5);
  }

  .website-quick-links .link {
    width: 36px;
    height: 36px;
  }

  .website-quick-links .link img {
    width: 23px;
  }

  .website-quick-links .link i {
    font-size: 18px;
  }

  .nav-quick-link a {
    background: #c29300;
    color: #fff;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 14px;
  }

  .footer-section {
    position: relative;
    padding-bottom: 50px;
  }

  .collapse-div .menu spa {
    display: none;
  }

  .banner-section {
    align-items: center;
    text-align: center;
  }

  .h-service-head {
    text-align: center;
  }

  .main-head br {
    display: none;
  }

  .h-blog-head {
    text-align: center;
    margin-bottom: 10px;
  }

  .logos-div {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    flex-direction: column;
  }

  .testi-head {
    text-align: center;
  }

  .testi-para p {
    width: 100%;
    text-align: center;
  }

  .service-card-div ul {
    padding: 0;
  }

  .service-side-one h5 {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 18px;
  }

  .contact-form p {
    width: 100%;
  }

  .logos-div .name {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    text-align: center;
  }

  .h-blog-button {
    justify-content: center;
    margin-bottom: 10px;
  }

  .h-service-button {
    justify-content: center;
    margin-top: 5px;
  }

  .d-padding {
    padding-block: 60px;
  }

  .h-about-head p {
    width: 100%;
    font-size: 15px !important;
    margin-bottom: 0;
  }

  .navbar-logo {
    width: 128px;
  }

  .collapse-div .menu {
    gap: 5px;
  }

  .container {
    padding-inline: 20px !important;
  }

  .navbar .container {
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .fixed-top {
    position: fixed;
    top: 0px !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .dropdown_menu {
    position: absolute;
    right: 0;
    top: 140%;
    background: #fff;
    box-shadow:
      rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 100%;
    height: 0;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
  }

  .dropdown_menu ul {
    margin: 0;
    padding: 20px 0px 20px 20px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: center;
  }

  .dropdown_menu li a {
    color: #000;
    font-size: 25px;
    font-weight: bold;
  }

  .nav-contact-div .business {
    padding: 5px;
    display: flex;
    align-items: center;
    width: 42px;
    height: 42px;
    justify-content: center;
  }
  .nav-contact-div .business img {
    width: 100%;
    height: 100%;
    filter: brightness(0) invert(1);
  }

  .nav-contact-div .business span {
    width: fit-content;
  }

  .nav-contact-div {
    display: flex;
    align-items: center;
    margin: 0px;
  }

  .banner-head-div .banner-head {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
  }

  .banner-head-div p {
    color: #fff;
    width: 100%;
    font-size: 16px;
  }

  .banner-head-div a {
    background: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 30px;
    padding: 3px 3px 3px 8px;
    color: #000;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    margin-inline: auto;
  }

  .banner-head-div a i {
    width: 35px;
    height: 35px;
  }

  .h-about-div {
    background: #faf6e6;
    padding: 20px;
    border-radius: 16px;
  }

  .main-head {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    font-family: "Reddit Sans", sans-serif;
  }

  .more-btn {
    background: #c48d0c;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 14px;
  }

  .h-about-more {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 5px;
  }

  .h-about-head {
    text-align: center;
  }

  .h-about-img {
    height: 200px;
  }

  .about-count-card span {
    font-size: 40px;
    font-weight: bold;
    font-family: "Reddit Sans", sans-serif;
  }

  .about-count-card h6 {
    font-size: 14px;
  }

  .about-count-card {
    text-align: center;
  }

  .footer-form {
    width: 100%;
  }

  .footer-form input {
    font-size: 14px;
  }

  .footer-form input::placeholder {
    font-size: 14px;
  }

  .footer-form .form-select {
    font-size: 14px;
  }

  .footer-social-div {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-contact {
    display: flex;
    flex-flow: column;
    text-align: center;
  }

  .footer-location {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-link {
    margin-top: 20px;
    text-align: center;
  }

  .footer-link .link {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .footer-name {
    text-align: center;
  }

  .footer-by {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card .side-one {
    width: 100%;
    height: 300px;
  }

  .blog-card .side-two {
    width: 100%;
  }

  .about-banner-div .about-head {
    font-size: 30px;
    line-height: normal;
  }

  .about-banner-div p {
    width: 100%;
  }

  .about-banner-div {
    padding: 30px;
  }

  .about-banner-div .sub-head {
    font-size: 15px;
  }

  .about-para-div p {
    font-size: 15px;
    text-align: justify;
  }

  .about-para-div {
    text-align: center;
  }

  .about-values p {
    margin-bottom: 0;
  }

  .about-values {
    padding: 30px;
  }

  .about-missionVision-div {
    padding: 30px;
  }

  .about-choose-head span {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
  }

  .about-choose-head p {
    width: 100%;
  }

  .about-choose-div {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
  }

  .blog-head {
    font-size: 30px;
    line-height: normal;
    margin-top: 10px;
    text-align: center;
  }

  .blog-head-para p {
    width: 100%;
    text-align: center;
  }

  .blog-head-div .sub-head {
    text-align: center;
    margin-inline: auto;
  }

  .contact-banner-div .about-head {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-banner-div {
    padding: 30px;
  }

  .contact-banner-div p {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
  }

  .sub-head {
    font-size: 15px;
  }

  .contact-add-div a {
    font-size: 17px;
  }

  .contact-add-div span {
    font-size: 17px;
  }

  .service-banner-head .service-head {
    font-size: 30px;
    line-height: normal;
  }

  .service-banner-head {
    padding: 30px;
  }

  .service-banner-head p {
    width: 100%;
  }

  .service-card-div {
    padding: 30px;
    margin-top: 0px;
  }

  .service-card-main-head span {
    font-size: 25px;
  }

  .service-card .card-header span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .d-padding {
    padding-block: 60px;
  }
.main-para {
    font-size: 16px;
}

.service-steps-card {
    padding: 25px;
}

.step-number {
    font-size: 65px;
}
.service-ready-div {
    padding: 80px;
}
.service-ready-div a {
    font-size: 15px;
}
.service-steps-card h4 {
    font-size: 18px;
}
  .banner-head-div .banner-head {
    font-size: 60px;
    line-height: 70px;
  }

  .service-doc-card {
    padding: 20px;
}

.service-doc-card p {
    font-size: 16px;
    width: 100%;
}
.price {
    font-size: 25px;
}

.plan-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
  .banner-head-div p {
    width: 100%;
    font-size: 17px;
  }

  .banner-head-div a {
    font-size: 16px;
  }

  .h-about-img {
    height: 340px;
  }

  .about-count-card span {
    font-size: 50px;
  }

  .h-service-head {
    text-align: center;
  }

  .main-head {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    font-family: "Reddit Sans", sans-serif;
  }

  .more-btn {
    background: #c48d0c;
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
  }

  .h-service-button {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: 5px;
  }

  .h-blog-head {
    text-align: center;
  }

  .h-blog-button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }

  .logos-div .name {
    width: 25%;
    display: flex;
    align-items: center;
  }

  .logos-div .logo-slick {
    width: 75%;
  }

  .testi-head {
    text-align: center;
  }

  .testi-para {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .dropdown_menu {
    width: 65%;
  }

  .dropdown_menu li a {
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }

  .dropdown_menu ul {
    margin: 0;
    padding: 20px 0px 20px 40px;
    display: flex;
    flex-flow: column;
    gap: 15px;
  }

  .nav-contact-div .business {
    background: #c48d0c;
    border: 1px solid #cfcfcf;
    padding: 0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-left: 30px;
  }

  .about-banner-div p {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
  }

  .about-banner-div .about-head {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    margin-block: 10px;
  }

  .service-banner-head p {
    color: #fff;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 0;
  }

  .service-banner-head .service-head {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    margin-block: 10px;
  }

  .service-card-main-head span {
    font-size: 30px;
  }

  .blog-head-para p {
    width: 100%;
    text-align: center;
  }

  .blog-head {
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    margin-top: 20px;
    text-align: center;
  }

  .contact-banner-div .about-head {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    margin-block: 10px;
  }

  .contact-banner-div p {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .banner-head-div .banner-head {
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
  }

  .h-about-head p {
    width: 100%;
    font-size: 16px !important;
    margin-bottom: 0;
  }

  .more-btn {
    font-size: 15px;
  }

  .h-about-img {
    height: 310px;
  }

  .about-count-card span {
    font-size: 50px;
  }

  .about-count-card h6 {
    font-size: 14px;
  }

  .main-head br {
    display: none;
  }

  .logos-div .name {
    width: 20%;
  }

  .logos-div .logo-slick {
    width: 80%;
  }

  .main-head {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    font-family: "Reddit Sans", sans-serif;
  }

  .dropdown_menu {
    width: 45%;
  }

  .dropdown_menu li a {
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }

  .dropdown_menu ul {
    margin: 0;
    padding: 20px 0px 20px 40px;
    display: flex;
    flex-flow: column;
    gap: 10px;
  }

  .about-banner-div p {
    width: 80%;
  }

  .about-banner-div .about-head {
    font-size: 35px;
    line-height: 40px;
  }

  .service-banner-head .service-head {
    font-size: 35px;
    line-height: 40px;
  }

  .service-banner-head p {
    width: 80%;
  }

  .blog-head br {
    display: none;
  }

  .blog-head-para p {
    width: 100%;
  }

  .contact-banner-div .about-head {
    font-size: 35px;
    line-height: 40px;
  }

  .contact-banner-div p {
    color: #fff;
    width: 80%;
    margin-bottom: 0;
  }
  .price {
    font-size: 26px;
}
.plan-title {
    font-size: 20px;
}
.main-para {
    font-size: 16px;
}
.service-steps-card {
    padding: 30px;
}

.step-number {
    font-size: 75px;
}
.service-steps-card h4 {
    font-size: 18px;
}
.service-ready-div {
    padding: 90px;
}
.service-doc-card {
    padding: 30px;
}

.service-doc-card p {
    font-size: 16px;
    width: 90%;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .banner-head-div .banner-head {
    font-size: 65px;
    line-height: 70px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
  }
  .step-number {
    font-size: 80px;
}
.service-doc-card {
    padding: 30px;
}

.service-doc-card p {
    font-size: 16px;
    width: 90%;
}


.service-ready-div {
    padding: 100px;
}
.service-steps-card h4 {
    font-size: 18px;
}

  .service-steps-card {
    padding: 30px;
}
  .main-para {
    font-size: 16px;
}
.plan-title {
    font-size: 20px;
}
  .price {
    font-size: 26px;
}

  .banner-head-div p {
    color: #fff;
    width: 80%;
    font-size: 18px;
    font-weight: 100;
  }

  .banner-head-div a {
    font-size: 15px;
  }

  .banner-service-card img {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    object-fit: cover;
  }

  .h-about-head p {
    width: 80%;
    font-size: 18px !important;
    margin-bottom: 0;
  }

  .more-btn {
    font-size: 15px;
  }

  .h-about-img {
    height: 360px;
  }

  .about-count-card span {
    font-size: 50px;
  }

  .main-head br {
    display: none;
  }

  .main-head {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
    font-family: "Reddit Sans", sans-serif;
  }

  .logos-div .name {
    width: 18%;
  }

  .logos-div .logo-slick {
    width: 82%;
  }

  .dropdown_menu {
    width: 38%;
  }

  .about-banner-div .about-head {
    font-size: 35px;
    line-height: 45px;
  }

  .about-banner-div p {
    width: 80%;
  }

  .about-para-div p {
    font-size: 15px;
  }

  .service-banner-head .service-head {
    font-size: 35px;
    line-height: 45px;
  }

  .service-banner-head p {
    width: 80%;
  }

  .blog-head {
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    margin-top: 20px;
  }

  .blog-head br {
    display: none;
  }

  .contact-banner-div .about-head {
    font-size: 35px;
    line-height: 45px;
  }

  .contact-banner-div p {
    width: 80%;
  }

  .dropdown_menu li a {
    color: #000;
    font-size: 36px;
    font-weight: bold;
  }

  .dropdown_menu ul {
    margin: 0;
    padding: 20px 0px 20px 40px;
    display: flex;
    flex-flow: column;
    gap: 15px;
  }

  .banner-head-div p {
    color: #fff;
    width: 85%;
    font-size: 17px;
    font-weight: 100;
  }

  .banner-head-div a i {
    width: 35px;
    height: 35px;
  }

  .banner-head-div a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
  .dropdown_menu {
    width: 35%;
  }
  .step-number {
    font-size: 80px;
}
.service-doc-card {
    padding: 30px;
}

.service-doc-card p {
    font-size: 16px;
    width: 90%;
}


.service-ready-div {
    padding: 100px;
}
.service-steps-card h4 {
    font-size: 18px;
}

  .service-steps-card {
    padding: 30px;
}
  .main-para {
    font-size: 16px;
}
.plan-title {
    font-size: 20px;
}
  .price {
    font-size: 26px;
}

  .dropdown_menu li a {
    color: #000;
    font-size: 36px;
    font-weight: bold;
  }

  .dropdown_menu ul {
    margin: 0;
    padding: 20px 0px 20px 40px;
    display: flex;
    flex-flow: column;
    gap: 15px;
  }

  .banner-head-div .banner-head {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
  }

  .banner-head-div p {
    color: #fff;
    width: 85%;
    font-size: 17px;
    font-weight: 100;
  }

  .banner-head-div a i {
    width: 35px;
    height: 35px;
  }

  .banner-head-div a {
    font-size: 15px;
  }

  .h-about-head p {
    width: 70%;
    font-size: 18px !important;
    margin-bottom: 0;
  }

  .more-btn {
    font-size: 15px;
  }

  .h-about-img {
    height: 400px;
  }

  .about-count-card span {
    font-size: 55px;
    font-weight: bold;
    font-family: "Reddit Sans", sans-serif;
  }

  .main-head br {
    display: none;
  }

  .main-head {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    font-family: "Reddit Sans", sans-serif;
  }

  .logos-div .name {
    width: 15%;
  }

  .logos-div .logo-slick {
    width: 85%;
  }

  .blog-head br {
    display: none;
  }

  .contact-banner-div .about-head {
    font-size: 36px;
    line-height: 45px;
  }

  .contact-banner-div p {
    width: 50%;
  }

  .service-banner-head .service-head {
    font-size: 36px;
    line-height: 45px;
  }

  .about-banner-div .about-head {
    font-size: 36px;
    line-height: 45px;
  }

  .about-banner-div p {
    width: 50%;
  }
}

@media (min-width: 1801px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1640px !important;
  }
}
