* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
  height: auto !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}

.xmark {
  display: none !important;
}

.show-state {
  visibility: visible !important;
}

/* Web view container – shown on desktop, hidden on mobile */
.landing-container {
  width: 100%;
  height: auto !important;
  border: 1px solid #000;
}

/* Mobile view container – hidden on desktop, shown on mobile */
.landing-container-mobile {
  display: none;
  width: 100%;
  height: auto !important;
  border: 1px solid #000;
}

.header {
  height: 80px;
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5em;
}

.logo {
  height: 100%;
  width: 120px;
  /* border: 1px solid lime; */
}

.header-logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.mobile-navigaion {
  display: none !important;
}
.navigation-list {
  height: 80%;
  width: 70%;
  /* border: 1px solid #00ff0d; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
  list-style-type: none;
  font-size: 18px;
}

.navigation {
  text-transform: capitalize;
}

.navigation:hover {
  color: grey;
  cursor: pointer;
}

.landing-single-main {
  /* border: 5px solid #07c741; */
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* padding: 5em 0; */
  padding: 2em 0;
  gap: 2em;
  background-image: url("/public/images/main-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-second-section {
  display: flex;
  flex-direction: column;
}

/* section 2 css  */

.landing-two-main {
  /* border: 3px solid red; */
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5em 0;
  gap: 5em;
}



.landing-section-title {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}

.single-content {
  /* border: 1px solid #000; */
  /* height: 700px; */
  position: relative;
  top: -80px;
  height: 800px;
  /* width: 80%; */
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.0625rem, 0.8281rem + 0.75vw, 1.25rem);
  background-image: url("/public/images/main-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.two-content {
  height: auto;
  width: 500px;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
  gap: 0.5em;
}

.section-img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}

.form-group > label {
  font-family: "emoji" !important;

} 

.submit-btn {
    font-family: "emoji" !important;
}


.text-format-head {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-family: "emoji" !important;
}

.text-description {
  width: 100%;
  padding: 0 1em;
  font-size: clamp(1.0625rem, 0.8281rem + 0.75vw, 1.25rem);
    font-family: "emoji" !important;
}

/* section 3 css */

.landing-third-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing-cards-contain {
  height: auto;
  width: 90%;
  /* border: 1px solid #000; */
  margin: 2em 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 1em 2em;
}

.landing-card {
  height: 250px;
  width: 350px;
  border: 1px solid #000;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  padding: 1.5em;
}

.card-text-tile {
  font-size: clamp(1.0625rem, 0.8281rem + 0.75vw, 1.25rem);
}

.card-text {
  font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
}

.card-text-full-width {
  width: 100% !important;
}

/* carousel section  */

.carousel-section {
  height: auto;
  width: 100%;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing-carousel-contain {
  width: 85%;
  height: 400px;
  margin: 2em 0;
  border: 1px solid #000;
}

.splide__track {
  height: 100%;
  width: 100%;
}
.splide__list {
  height: 100%;
  width: 100%;
}

.splide__slide {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.splide,
.splide--loop {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

/* marquee section  */

.landing-marquee-contain {
  height: auto;
  width: 100%;
  border: 1px solid #af0909;
}

.marquee-contain {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding: 1em;
}

.text-marquee {
  border: 1px solid #0012b6;
  height: 120px;
  width: 100%;
}

.image-marquee {
  height: auto;
  width: 100%;
}

.moving-text {
  font-size: 20px;
  color: #000;
}

.marquee-card {
  height: 110px;
  width: 110px;
  margin: 1em;
  object-fit: contain;
}

/* footer section  */
s .contact-main {
  background: #241b10;
}

.input-contain {
  border: 1px solid #000;
  width: 50%;
}

.form-contain {
  width: 100%;
}

.row {
  display: flex;
  gap: 15px;
}

.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  width: 100%;
}

label {
  font-size: 18px;
  margin-bottom: 4px;
}

input,
textarea {
  border: 1px solid #ccc;
  padding: 6px 8px;
  font-size: 18px;
}

textarea {
  height: 90px;
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #666;
}

input.invalid {
  border-color: #c00;
}

.field-error {
  color: #c00;
  font-size: 14px;
  margin-top: 4px;
  min-height: 20px;
  display: block;
}

.btn-send {
  margin-top: 12px;
  padding: 10px 24px;
  font-size: 18px;
  background: #241b10;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.btn-send:hover {
  background: #3d2f1a;
}

/* Success pop-up */
.success-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}

.success-popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.success-popup-box {
  background: #fff;
  padding: 1.5em 2em;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 320px;
  margin: 1em;
  transform: scale(0.9);
  transition: transform 0.25s;
}

.success-popup-overlay.is-visible .success-popup-box {
  transform: scale(1);
}

.success-popup-box .success-popup-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #241b10;
}

.success-popup-box .success-popup-msg {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1em;
}

.success-popup-box .success-popup-close {
  padding: 8px 20px;
  font-size: 1rem;
  background: #241b10;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.success-popup-box .success-popup-close:hover {
  background: #3d2f1a;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #818181;
  height: auto !important;
}

.footer-content {
  margin: 4em 0;
  height: auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  border: 1px solid #000;
}

.footer-logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-logo-contain {
  height: 200px;
  width: 200px;
  border: 1px solid #000;
}

.footer-link {
  width: 200px;
  height: auto;
  font-size: 20px;
  border: 1px solid #000;
  list-style-type: none;
  padding: 1.5em;
}

.footer-link-list {
  margin: 0.5em 0;
}

.footer-title {
  margin-bottom: 1em;
}

.copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 20px;
  color: #fff;
  padding: 1.5em;
  background-color: #818181;
}

.section-curved {
  /* position: relative;
    top: -110px; */
  position: absolute;
  left: 0;
  /* top: 750px; */
  top: 646px;
  z-index: 555;
  background: #fff;
  /* border-top-left-radius: 130px;
  border-top-right-radius: 130px; */
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
}

.section-curved-title {
  font-size: clamp(1.875rem, 1.0938rem + 2.5vw, 2.5rem);
  font-family: "emoji";
}
.section-curved-title-description {
  padding: 0 !important;
}

.whole-section {
  background-image: url("/public/images/before-contact-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
}

.business-section-title {
  /* margin-bottom: -1.5em; */
  margin-bottom: 0.5em;
}
.business-item-adjusted {
  margin-top: 2em;
  /* padding: 3em 0; */
  padding-top: 3em;
padding-right: 0px;
padding-bottom: 3em;
padding-left: 0px;
  width: 69.5% !important;
  /* width: 90% !important; */
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

.business-item-adjusted-unique {
  margin-top: 2em;
  padding: 3em 0;
  width: 90% !important;
  width: 69.5% !important;
  border-bottom: 1px solid #cecccc !important;
  margin: 0 auto;
  border-bottom: none;
}

.edited-card {
  background: #0461a4;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.section-whole {
  background-color: #000;
}

.form-container-css {
  width: auto;
  border-radius: 27px;
  background-image: none !important;
  border: none;
  background: white;
  padding: 19px;
}


.contact-main {
  padding: 5em;
}

.business-header {
  max-width: 480px !important;
}

.contact-main {
  background-image: url('/public/images/contact-bg.png');   
  background-size: cover;     
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;             
  padding: 4rem 2rem;            
  /* color: white;                    */
}
.section-margin {
  width: 72% !important;
  margin: 0 auto;
}

/* @media only screen and (max-width: 800px) {

} */

/* Mobile view: show .landing-container-mobile, hide .landing-container */
@media only screen and (max-width: 600px) {


 .landing-container-mobile .single-content {
  position: relative;
    height: 260px !important;
    width: 95%;
    top: -12px;
}

.single-content {
    height: 700px;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.0625rem, 0.8281rem + 0.75vw, 1.25rem);
    background-image: url(/public/images/main-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


  .landing-container {
    display: none !important;
  }

  .landing-container-mobile {
    display: block !important;
  }
  .business-item-adjusted, .business-item-adjusted-unique {
    width: 90% !important;
  }

  .landing-single-main {
    gap: 0.8em !important;
  }
  
  .business-item-adjusted-unique {
    padding: 1.4em 0 !important;
  }
}

/* Mobile container styles (only .landing-container-mobile is visible on small screens) */
.landing-container-mobile .landing-single-main {
  width: 100%;
}

.landing-container-mobile .contact-main {
  padding: 1em 1em !important;
}

.landing-container-mobile .section-margin {
  width: 100% !important;
  margin: 0 auto;
}

.landing-container-mobile .section-curved {
  position: absolute;
  left: 0;
  top: 262px;
  z-index: 555;
  background: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.landing-container-mobile .row {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
}

.landing-container-mobile .single-content {
  height: 239px;
  width: 95%;
}

.landing-container-mobile .two-content {
  height: auto !important;
  width: auto !important;
}

.landing-container-mobile .landing-two-main {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1em;
  padding-right: 0px;
  padding-bottom: 1em;
  padding-left: 0px;
  gap: 0em !important;
}

.two-content {

  padding: 0em !important;
 
}


.landing-container-mobile .section-img {
  height: 78px;
  width: 78px;
  object-fit: cover;
}

.landing-container-mobile .text-description {
  width: 100% !important;
}

.landing-container-mobile .landing-section-title {
  margin-top: 0.6em;
  margin-bottom: 0em;
  text-align: center;
}

.landing-container-mobile .two-content-img {
  display: none !important;
}

.landing-container-mobile .section-title-with-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: center;
}

.landing-container-mobile .section-title-with-img .section-img {
  flex-shrink: 0;
}

.landing-container-mobile .section-title-with-img h2 {
  margin: 0;
  font-size: clamp(1.25rem, 0.0781rem + 3.75vw, 2.1875rem);
  font-family: emoji;
}

