@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: "osgregular";
  src: url(../fonts/OldschoolGrotesk-Regular.woff);
  font-weight: 400;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overscroll-behavior-x: none;
}

img, svg {
  max-width: 100%;
  height: auto;
}


/* Button CSS */
.nonfillbtn {
  display: flex;
  padding: 10px 24px;
  border-radius: 99px;
  background: #FFF;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.48px;
  width: fit-content;
  text-wrap: nowrap;
  cursor: pointer;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
}


.fillbttn {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  text-decoration: none;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.48px;
  text-wrap: nowrap;
  width: fit-content;
  flex-direction: row;
}

.fillbttn:hover {
  color: #fff;
}

.fillbttn2 {
  background: #0057FF;
}

/* responsive css for btn */
@media screen and (max-width: 1100px) {

  .top-header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-bar-link-wrapper-1 {
    gap: 10px;
  }

  .nonfillbtn,
  .fillbttn {
    font-size: 16px;
  }
}


/* NavBar CSS Start */

.nav-logo-img {
  width: 100%;
  height: 24px;
}

.top-header {
  padding-left: 108px;
  padding-right: 108px;
  /* position: relative; */
  z-index: 1050;
  background: #155efc00;
  position: absolute;
  top: 0;
  width: 100%;
}

.top-nav-bar {
  /* padding: 8px 16px; */
  padding: 20px 16px;
  display: grid;
  grid-template-columns: auto 2fr;
  gap: 48px;
  position: relative;
  z-index: 10;
}

.nav-logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


/* Hamburger CSS */

.hamburger-container {
  cursor: pointer;
  min-height: 30px;
  display: none;
}

.hamburger-btn {
  position: relative;
}


.hamburger-btn,
.hamburger-btn::before,
.hamburger-btn::after {
  width: 18px;
  height: 2.5px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.hamburger-btn::before,
.hamburger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.hamburger-btn::before {
  top: -8px;
}

.hamburger-btn::after {
  top: 8px;
}

.ham-active .hamburger-btn {
  background: transparent !important;
}

.hamburger-container.ham-active .hamburger-btn {
  background-color: white;
}

.hamburger-container.ham-active .hamburger-btn::before,
.hamburger-container.ham-active .hamburger-btn::after {
  top: 0;
}

.hamburger-container.ham-active .hamburger-btn::after {
  transform: rotate(45deg);
}

.hamburger-container.ham-active .hamburger-btn::before {
  transform: rotate(-45deg);
}


.nav-bar-link-wrapper-1-items {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.42px;

  text-decoration: none;
  cursor: pointer;
  /* display: block; */
  text-wrap: nowrap;
}

.nav-bar-link-wrapper-1-items:hover {
  color: #fff;
}

.no-border {
  border: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.nav-bar-link-wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
}


.nav-bar-link-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.nav-bar-link-container {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 100%;
  justify-content: space-between;
}


/* Navbar Responsive Design */



@media screen and (max-width: 1400px) {


  .top-header {
    padding-left: 80px;
    padding-right: 80px;
  }


  .nav-bar-link-wrapper-1 {
    gap: 15px;
  }

  /* .nonfillbtn,
  .fillbttn {
    padding: 6px 15px;
  } */
}


@media screen and (max-width: 1200px) {
  .nav-logo-img {
    height: 24px;
  }
}


@media screen and (max-width: 1100px) {

  .top-header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-bar-link-wrapper-1 {
    gap: 10px;
  }

  .nonfillbtn,
  .fillbttn {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {

  .hamburger-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-menu-container {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .nav-bar-link-container {
    position: absolute;
    width: 100%;
    height: fit-content;
    top: 70px;
    right: 0;
    z-index: 500;
    opacity: 1;
    transition: all 0.3s ease;
    flex-direction: column;
    gap: 0;
    display: flex;
    padding: 24px 24px 32px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #EFEFEF;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 12px 24px 0 rgba(80, 126, 162, 0.08);
    backdrop-filter: blur(7px);
  }

  .nav-bar-link-wrapper-1 {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav-bar-link-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .nav-bar-link-wrapper-item {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-bar-link-wrapper-1-items {
    color: #282828;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.8px;
  }

  .nav-bar-link-container-hide {
    /* display: none; */
    top: 0 !important;
    opacity: 0 !important;
    z-index: -1 !important;
  }

  .top-nav-bar {
    grid-template-columns: 1fr 1fr;
  }

}


@media screen and (max-width: 767px) {
  .top-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Navbar END */





/* Section Heading  common css start */

section {
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  gap: 64px;
  flex-direction: column;

}

.secsmalltitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: rgba(56, 56, 56, 0.80);
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.secmaintitle {
  margin-top: 16px;
  color: #000;
  text-align: center;
  font-family: "osgregular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1.92px;
  text-transform: capitalize;
}

.secdcpart {

  gap: 18px;
}

.secdcpart .secdec {
  color: #5F5F5F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
}

/* responsive for section heading */

@media (max-width: 767px) {
  .secmaintitle {

    font-size: 32px;
    letter-spacing: -1.28px;

  }

}

@media (max-width: 575px) {

  section {

    padding-left: 16px;
    padding-right: 16px;
  }
}

/* responsive for section heading end */

/* Section Heading  common css end */


.hero-bg {
    position: relative;

    background-image: url("../images/hero-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 250px;
    padding-bottom: 80px;

    overflow: hidden;
}

.herocontainercss {
    position: relative;
    z-index: 999;
}

.hero-bg input.input-group.quoteinputcss {
    padding: 12.8px 16px !important;
}


.hero-bg .form-main {
  margin-top: 74px;
}

.hero-bg .herosecsubtitle {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;

  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.hero-bg .herosectitle {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
  letter-spacing: -2.56px;
  text-transform: capitalize;
}

.hero-bg .hreodec {
  color: rgba(255, 255, 255, 0.90);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;

  letter-spacing: -0.48px;
}

.hero-bg .herotoppngimg {
    position: absolute;
    top: 0;
    left: 50% !important;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translateX(-50%) !important;
    right: auto !important;
    z-index: 1;
    pointer-events: none;
}

.herobottomimg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: -172px;
  object-fit: cover;
  object-position: bottom center;
}

@media (max-width: 767px) {
  .hero-bg .herosectitle {
    font-size: 40px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .hero-bg .herotoppngimg {
    top: 10px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: auto;
    width: 100%;
    max-width: 1290px;
    right: auto !important;
  }
}



/* step section start */


.layoutbgcss {
  display: flex;
  padding: 16px 8px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid rgba(41, 41, 46, 0.10);
  background: rgba(246, 245, 242, 0.30);
}

.maincardbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 20px;
  border: 1px solid rgba(41, 41, 46, 0.10);
  background: #FFF;


}

.maincardbox .imgcardcsss {
  width: 100%;
  max-width: 100%;
}

.maincardbox .imgcardcss {
  height: 300px;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.maincardbox .carddetails {
  display: flex;
  padding: 0 32px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}


.maincardbox .carddetails .cardsmalltitle {
  color: #0364FF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.maincardbox .carddetails .cardcontentcss {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.maincardbox .carddetails .cardcontentcss .cardmiantitle {
  color: #343434;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -1.2px;
}

.maincardbox .carddetails .cardcontentcss .carddec {
  color: #5F5F5F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
}

/* step section end */


/* feature section start */

.featuresssection {
  background: #FDFCFC;
}

.textbtncss {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.textbtncss:hover {
  color: #000;
}

.featuresssection .maincardbox .carddetails {
  gap: 32px;
}

.carddetails2 {
  min-width: 270px;
  max-width: 384px;
}

.featuresssection .maincardbox .carddetails .cardcontentcss .carddec {
  color: #5F5F5F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
}

@media (max-width: 991px) {

  .carddetails2 {
    min-width: 270px;
    max-width: 100%;
  }

}


/* why us section start */

.whyusssection {
  padding-top: 80px;
  padding-bottom: 80px;
}


.gridboxss {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gridboxss .gridmaincard {
  border-radius: 16px;
  border: 1px solid #E8E8E9;
  background: #FFF;
  padding: 24px;
  gap: 65px;
  display: grid;
}

.gridboxss .div1,
.gridboxss .div2,
.gridboxss .div3,
.gridboxss .div4,
.gridboxss .div5,
.gridboxss .div6,
.gridboxss .div7 {
  grid-column: auto;
  grid-row: auto;
}


.iconboxbg {
  display: flex;
  padding: 9.6px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: fit-content;
  height: fit-content;
}

.gridimgbgred {
  background: #FFE5E0;
}

.gridimgbgskin {
  background: #FFF7E0;
}

.gridimgbggreen {
  background: #E0FFF2;
}

.iconboxbg img {
  width: 32px;
  height: 32px;
}

.gridcardcontentcss {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.gridcardcontentcss .gridcardmiantitle {
  color: #343434;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  letter-spacing: -1px;
}

.gridcardcontentcss .gridcarddec {
  color: rgba(0, 0, 0, 0.40);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: -0.42px;
}


@media (max-width: 991px) {

  .gridboxss {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .gridboxss .gridmaincard {
    gap: 56px;
    height: fit-content;
  }

  .gridboxss .div1,
  .gridboxss .div2,
  .gridboxss .div3,
  .gridboxss .div4,
  .gridboxss .div5,
  .gridboxss .div6,
  .gridboxss .div7 {
    grid-column: auto;
    grid-row: auto;
  }
}


@media (max-width: 767px) {
  .gridboxss {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 16px;
  }


  .gridboxss .div1 {
    grid-column: span 12 / span 12;
    place-self: unset;
    grid-row: unset;


  }

  .gridboxss .div2 {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
  }

  .gridboxss .div3 {
    grid-column: span 12 / span 12;
    grid-row-start: 3;

  }

  .gridboxss .div4 {
    grid-column: span 12 / span 12;
    grid-row-start: 4;
  }

  .gridboxss .div5 {
    grid-column: span 12 / span 12;
    grid-row-start: 5;
  }

  .gridboxss .div6 {
    grid-column: span 12 / span 12;
    grid-row-start: 6;
  }

  .gridboxss .div7 {
    grid-column: span 12 / span 12;
    grid-row-start: 7;
  }
}


/* why us section end */

/* proofs section start */

.proofssection {
  padding-top: 60px;
  padding-bottom: 60px;
}

.proofssection .secmaintitle {

  font-size: 40px;
}

.proofssection .nav-bar-link-wrapper-item {
  margin-top: 24px;
}

.mapsvagproof img {
  max-height: 610px;
}

.proofcard {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #DEDEDE;
}

.proofcard .proofcount {
  color: #000;
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 64px */
  letter-spacing: -1.2px;
}

.proofcard .proofname {
  color: #5F5F5F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
}

@media (max-width: 767px) {
  .proofssection .secmaintitle {

    font-size: 32px;
    letter-spacing: -1.28px;

  }

  .proofssection .nav-bar-link-wrapper-item {
    justify-content: start;
  }

}


/* proofs section end */


/* quote section start */

.quotesection {
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(0deg, #FDFCFC 0%, #FDFCFC 100%), #FFF;
}

.quotedetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.quoteformbox {
  padding: 24px;
  border-radius: 30px;
  border: 1.2px solid rgba(3, 13, 38, 0.10);
  background: #FFF;
  margin-top: 48px;
  width: 100%;
  max-width: 100%;
}

.form-main {
  padding: 24px;
  border-radius: 30px;
  border: 1.2px solid rgba(3, 13, 38, 0.10);
  background: #FFF;
  width: 100%;
  max-width: 100%;

}


.quoteimgcssdiv .quoteimgcss {
  border-radius: 24px;
}

.formlabelcss {
  color: #29292E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 19.8px */
  letter-spacing: -0.9px;
  margin-bottom: 8px;
}

.quoteinputcss {
  border-radius: 99px;
  border: 1.2px solid #E6E7EA;
  background: rgba(243, 243, 243, 0.30);
  display: flex;
  padding: 0 0 0 16px;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
}


.input-group-text {
  padding: 0;
  background: none;
  border: none;

}

.form-control:focus,
.form-control:focus-visible,
.form-control:focus-within,
.form-control:hover {
  color: #29292E;
  background: none;
  border: none;
  outline: 0;
  box-shadow: unset;
}

.form-control {
  border: none;
  background: none;
  color: #29292E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: -0.8px;
  padding: 16px;
  padding-left: 8px;
}

.imgcolcss {
  height: 100%;
  min-height: 0;
}

.quoteimgcssdiv {
  height: 100%;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quoteimgcssdiv .quoteimgcss {
  max-height: 462px;
  object-fit: cover;
}


@media (max-width: 991px) {
  .quoteformbox {
    padding: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 20px;

  }


  .quoteimgcssdiv {
    margin-bottom: 64px;
  }



}

/* quote section end */

/* faq section start */

.faqsection {
  padding-top: 80px;
  padding-bottom: 80px;
}


.accordion-button {
  padding: 32px 0;
  color: #000;
  text-align: center;
  font-family: "osgregular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.36px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #ffffff;
  box-shadow: none;
  padding-bottom: 24px;

}

.accordion-button::after {
  background-image: url("../images/plusicon.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minusicon.svg");

}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
  padding-bottom: 24px;
}

.accordion-body {
  color: #5F5F5F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  padding: 0;
  padding-bottom: 32px;
  letter-spacing: -0.48px;
}



/* faq section end */

/* footer start */

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footerleft .decfooter {
  color: #5F5F5F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.footerleft .socialicons {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-top: 32px;
}

.footerleft .socialicons .socialiconbg {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #F3F3F5;
}

.footerlinks h3,
.footercontact h3 {
  color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footerlinkitems,
.footercontact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footerlinkitems a {
  display: block;
  color: #5F5F5F;
  text-decoration: none;
  font-family: "DM Sans";
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.footerlinkitems a:hover {
  text-decoration: none;
  color: #000;
}

.footercontactitem {
  color: #5F5F5F;
  font-family: "DM Sans";
  font-size: 15px;
  font-weight: 500;
}

.menufooter .menutitlefooter {
  color: #5F5F5F;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
}

.menufooter .menusallfooter {
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.42px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.menufooter .menusallfooter a {
  color: #000;
  text-decoration: none;
}

.copyrightfooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 64px;
  margin-bottom: 40px;
  border-top: 1px solid #DEDEDE;
  padding-top: 24px;
}


.copyrightfooter .copyrightdata {
  color: #000;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.42px;
}

.copyrightfooter .disclaimerdata {
  color: #5F5F5F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: -0.42px;
}

@media (max-width: 767px) {
  .footerleft {
    margin-bottom: 64px;
  }
}

/* footer end */

/* select drop search start  */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: unset;
  line-height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: unset;
  position: absolute;
  top: 1px;
  right: 1px;
  width: unset;
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: unset;
  padding-right: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  background: none;
  color: #29292E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.8px;
}

.select2-container--default .select2-selection--single {
  background-color: unset;
  border: unset;
  border-radius: unset;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: unset;
  user-select: none;
  -webkit-user-select: none;
}


.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  padding: 16px;
  padding-left: 8px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 12px 24px 0px #0000001F;
  border-radius: 10px;
  border: 1.2px solid #030D261A;
  margin-top: -17px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0057ff;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}

/* select drop search end  */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #0364FF;
  background-color: transparent;
  border-bottom: 2px solid #0364FF;
  border-radius: 0px;
}

.form-main .nav-link {
  color: #222222;
  font-weight: 500;
  padding: 7px 0px;
  font-family: Inter;

}

.heder-text {
  color: #fff;
}

.form-main .nav-pills {
  border-bottom: 1px solid #E6E7EA;
}

.header-text {
  font-size: 60px;
  font-family: "osgregular";

}

.bold-text {
  font-weight: 600;
  font-family: "DM Sans";
}

.hero-input:focus-visible {
  outline: none;
}

@media (max-width: 767px) {
  .header-text {
    font-size: 40px;
  }
}


/* ========================================
   QUOTE WIZARD CONTAINER - PAGE SECTION
   ======================================== */
#quoteWizardContainer {
    display: none;
    position: relative;
    left: 50%;
    width: min(86vw, 1690px);
    max-width: calc(100vw - 64px);
    z-index: 5;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    margin: 92px 0 -1px !important;
    transform: translateX(-50%);
    box-shadow: none;
}

#quoteSuccessMessage {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 10010;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2rem 1.5rem;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100vh;
    pointer-events: auto;
}

#quoteWizardContainer.quote-wizard-hidden {
    display: none !important;
    visibility: hidden !important;
}

.quote-wizard-success-visible {
    display: flex !important;
}

#quoteSuccessMessage .quote-wizard-success-card {
    max-width: 540px;
    margin: 0 auto;
}

#quoteWizardForm{
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 88px max(7vw, 32px) 46px;
  background: #ffffff;
}
/* Keep normal page scrolling when the wizard is open */
body.wizard-open {
    overflow: auto;
}

body.wizard-open .herobottomimg,
body.wizard-open .stepsssection,
body.wizard-open .featuresssection,
body.wizard-open .whyusssection,
body.wizard-open .proofssection,
body.wizard-open .quotesection,
body.wizard-open .faqsection {
    display: none !important;
}

body.wizard-open .hero-bg {
    align-items: flex-start;
    padding-top: 270px;
    padding-bottom: 0;
    overflow: visible;
}

body.wizard-open .hero-bg .heder-text {
    margin-bottom: 0;
}

body.wizard-open .hero-bg .herosecsubtitle,
body.wizard-open .hero-bg .hreodec {
    display: none !important;
}

body.wizard-open .hero-bg .herosectitle {
    margin-bottom: 0;
}

/* ========================================
   QUOTE WIZARD MODAL STYLES
   Extracted from Untitled-4.html
   Namespace: .quote-wizard-
   ======================================== */

/* --- CSS Variables --- */
:root {
    --quote-wizard-primary-blue: #0d6efd;
    --quote-wizard-success-green: #00c851;
    --quote-wizard-light-bg: #f8f9fa;
    --quote-wizard-border-color: #e9ecef;
}

/* --- Modal Overlay & Container --- */
.quote-wizard-modal .modal-dialog {
    max-width: 1200px;
}

.quote-wizard-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.quote-wizard-modal .modal-header {
    border-bottom: 1px solid var(--quote-wizard-border-color);
    padding: 30px 40px 20px;
}

.quote-wizard-modal .modal-body {
    padding: 40px;
}

.quote-wizard-modal .modal-footer {
    border-top: 1px solid var(--quote-wizard-border-color);
    padding: 20px 40px 30px;
}

/* --- Stepper Container --- */
.quote-wizard-stepper-container {
    position: relative;
    top: 0;
    z-index: 5;
    display: flex;
    gap: 20px;
    margin-bottom: -45px;
    background: transparent !important;
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    justify-content: space-between;
}

/* Ensure stepper container always has blue background */
#quoteWizardContainer .quote-wizard-stepper-container {
    padding-top: 0;
    background: transparent !important;
    background-color: transparent !important;
}

.quote-wizard-step-pill {
    background: white;
    border-radius: 10px;
    padding: 21px 28px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex: 1;
    position: relative;
}

.quote-wizard-step-icon {
    font-size: 1.35rem;
    margin-right: 20px;
    color: #adb5bd;
    transition: color 0.3s ease;
    background: #f8f9fa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-wizard-step-text h6 { 
    font-weight: 700; 
    font-size: 1.05rem; 
    margin: 0;
    transition: color 0.3s ease;
    color: #6c757d;
}

.quote-wizard-step-text p { 
    font-size: 0.9rem; 
    color: #6c757d; 
    margin: 0; 
}

/* Stepper States */
.quote-wizard-step-pill.active {
    border-color: var(--quote-wizard-primary-blue);
    background-color: white;
    box-shadow: 0 18px 38px rgba(13, 110, 253, 0.16);
}

.quote-wizard-step-pill.active .quote-wizard-step-icon { 
    background: var(--quote-wizard-primary-blue);
    color: white;
}

.quote-wizard-step-pill.active .quote-wizard-step-text h6,
.quote-wizard-step-pill.active .quote-wizard-step-text p { 
    color: var(--quote-wizard-primary-blue); 
}

.quote-wizard-step-pill.completed { 
    border-color: transparent;
    background: rgba(255, 255, 255, 0.9);
}

.quote-wizard-step-pill.completed .quote-wizard-step-icon { 
    background: var(--quote-wizard-success-green);
    color: white;
}

.quote-wizard-step-pill.completed .quote-wizard-step-text h6,
.quote-wizard-step-pill.completed .quote-wizard-step-text p {
    color: #495057;
}

/* --- Form Content Sections --- */
.quote-wizard-step-section {
    display: none;
    animation: quoteWizardFadeIn 0.4s ease-in-out;
}

.quote-wizard-step-section.active-section {
    display: block;
}

@keyframes quoteWizardFadeIn {
    from { 
        opacity: 0; 
        transform: translateY(10px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

.quote-wizard-section-title { 
    font-weight: 700; 
    margin-bottom: 28px; 
    color: #333338; 
    font-size: 1.65rem;
}

/* --- Global Input Styling --- */
.quote-wizard-form-label { 
    font-weight: 500; 
    font-size: 0.95rem; 
    margin-bottom: 8px;
    color: #29292E;
}

/* Standard Pill Input */
.quote-wizard-input-pill {
    border-radius: 50px !important;
    padding: 12px 20px;
    border: 1px solid #dee2e6;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

.quote-wizard-input-pill:focus { 
    border-color: var(--quote-wizard-primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15) !important;
}

/* Input Group (Icon + Input) */
.quote-wizard-input-group-pill {
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    background: white;
    padding-left: 15px;
    transition: border-color 0.2s ease;
}

.quote-wizard-input-group-pill:focus-within { 
    border-color: var(--quote-wizard-primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.quote-wizard-input-group-pill .input-icon {
    color: #6c757d;
    background: transparent;
    border: none;
    padding-right: 10px;
}

.quote-wizard-input-group-pill .form-control, 
.quote-wizard-input-group-pill .form-select {
    border: none;
    padding: 12px;
    box-shadow: none;
    background: transparent;
}

.quote-wizard-input-group-pill .form-control:focus,
.quote-wizard-input-group-pill .form-select:focus {
    box-shadow: none;
    outline: none;
}

/* --- Merged Weight Input (Input + Pill Button inside) --- */
.quote-wizard-merged-input-group {
    border: 1px solid #dee2e6;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 20px;
    background-color: #fff;
    transition: all 0.2s ease;
}

.quote-wizard-merged-input-group:focus-within {
    border-color: var(--quote-wizard-primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.quote-wizard-merged-input-group .form-control {
    border: none;
    padding: 8px 0;
    box-shadow: none;
    background: transparent;
}

.quote-wizard-merged-input-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

/* The little unit selector inside the input */
.quote-wizard-merged-input-group .unit-select {
    border: 1px solid #dee2e6;
    border-radius: 50px;
    background-color: #fff;
    width: 70px;
    height: 35px;
    font-size: 0.85rem;
    color: #333;
    padding: 0 10px;
    cursor: pointer;
    margin-left: 10px;
    box-shadow: none !important;
    text-align: center;
}

.quote-wizard-merged-input-group .unit-select:hover { 
    background-color: #f8f9fa; 
}

.quote-wizard-merged-input-group .unit-select:focus {
    box-shadow: none;
    outline: none;
}

/* --- Step 1 Specifics (Location) --- */
.quote-wizard-location-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 18px;
    padding: 30px 20px;
    height: 100%;
}

.quote-wizard-custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.quote-wizard-custom-radio i { 
    font-size: 1.2rem; 
    margin-right: 10px; 
}

.quote-wizard-radio-active { 
    color: var(--quote-wizard-success-green); 
}

.quote-wizard-radio-inactive { 
    color: #ccc; 
}

/* --- Step 2 Specifics (Package Grid) --- */
.quote-wizard-package-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.quote-wizard-package-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 25px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.quote-wizard-package-card:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
}

.quote-wizard-package-card.selected {
    border: 2px solid var(--quote-wizard-primary-blue);
}

.quote-wizard-package-card.selected .quote-wizard-pkg-icon-box {
    background-color: var(--quote-wizard-primary-blue);
    color: white;
}

.quote-wizard-pkg-icon-box {
    width: 50px;
    height: 50px;
    background-color: #f1f3f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--quote-wizard-primary-blue);
    margin-bottom: 15px;
    transition: all 0.2s;
}

/* Box Details Section */
.quote-wizard-box-details-wrapper { 
    display: none; 
}

.quote-wizard-box-details-card {
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 40px;
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    position: relative;
}

/* --- Step 3 Specifics (Contact) --- */
.quote-wizard-contact-input-group {
    display: flex;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    overflow: hidden;
    background: white;
    align-items: center;
    transition: border-color 0.2s ease;
}

.quote-wizard-contact-input-group:focus-within {
    border-color: var(--quote-wizard-primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.quote-wizard-country-select {
    border: none;
    background: #f8f9fa;
    width: 80px;
    padding-left: 10px;
    border-right: 1px solid #dee2e6;
    font-weight: 600;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.quote-wizard-country-select:focus {
    box-shadow: none;
    outline: none;
}

.quote-wizard-contact-input-group .input-group-text {
    background: white;
    border: none;
    padding-left: 10px;
}

.quote-wizard-contact-input-group .form-control {
    border: none;
    padding: 12px;
}

.quote-wizard-contact-input-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

/* --- Navigation Buttons --- */
.quote-wizard-btn-nav {
    border-radius: 50px;
    padding: 10px 40px;
    font-weight: 600;
    min-width: 156px;
    transition: all 0.2s ease;
}

.quote-wizard-btn-next { 
    background-color: var(--quote-wizard-primary-blue); 
    color: white; 
    border: none; 
    margin-left: auto;
}

.quote-wizard-btn-next:hover { 
    background-color: #0b5ed7; 
    color: white; 
}

.quote-wizard-btn-back { 
    background-color: #f1f3f5; 
    color: #495057; 
    border: none; 
}

.quote-wizard-btn-back:hover { 
    background-color: #e9ecef; 
}

/* --- Error Messages --- */
.quote-wizard-error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: none;
}

.quote-wizard-error-message.show {
    display: block;
}

.quote-wizard-error-message i {
    margin-right: 5px;
}

.quote-wizard-input-pill.is-invalid,
.quote-wizard-input-group-pill.is-invalid,
.quote-wizard-merged-input-group.is-invalid,
.quote-wizard-contact-input-group.is-invalid {
    border-color: #dc3545;
}

/* Form control error styling */
.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #dc3545 !important;
}

.quote-wizard-input-group-pill .form-control.is-invalid,
.quote-wizard-input-group-pill .form-select.is-invalid {
    border-color: #dc3545 !important;
}

.quote-wizard-merged-input-group .form-control.is-invalid,
.quote-wizard-merged-input-group .form-select.is-invalid {
    border-color: #dc3545 !important;
}

/* --- Loading Spinner --- */
.quote-wizard-loading-spinner {
    display: none;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--quote-wizard-primary-blue);
    border-radius: 50%;
    animation: quoteWizardSpin 1s linear infinite;
    margin-left: 10px;
}

.quote-wizard-loading-spinner.show {
    display: inline-block;
}

@keyframes quoteWizardSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- Notification Styles --- */
.quote-wizard-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    max-width: 500px;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s ease-in-out;
    font-family: inherit;
}

.quote-wizard-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.quote-wizard-notification-content {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.quote-wizard-notification-content i {
    font-size: 18px;
    flex-shrink: 0;
}

.quote-wizard-notification-success {
    background-color: #28a745;
    border-left: 4px solid #1e7e34;
}

.quote-wizard-notification-error {
    background-color: #dc3545;
    border-left: 4px solid #bd2130;
}

.quote-wizard-notification-warning {
    background-color: #ffc107;
    border-left: 4px solid #e0a800;
    color: #212529;
}

.quote-wizard-notification-warning .quote-wizard-notification-content {
    color: #212529;
}

.quote-wizard-notification-info {
    background-color: #17a2b8;
    border-left: 4px solid #117a8b;
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
    .quote-wizard-package-grid { 
        grid-template-columns: repeat(3, 1fr); 
    }
    
    .quote-wizard-modal .modal-header,
    .quote-wizard-modal .modal-body,
    .quote-wizard-modal .modal-footer {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .quote-wizard-stepper-container {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .quote-wizard-package-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .quote-wizard-step-pill { 
        padding: 10px; 
    }
    
    .quote-wizard-step-icon {
        font-size: 1.2rem;
        margin-right: 10px;
    }
    
    .quote-wizard-step-text h6 {
        font-size: 0.8rem;
    }
    
    .quote-wizard-step-text p {
        font-size: 0.7rem;
    }
    
    .quote-wizard-modal .modal-dialog {
        margin: 0.5rem;
    }
    
    .quote-wizard-modal .modal-header,
    .quote-wizard-modal .modal-body,
    .quote-wizard-modal .modal-footer {
        padding: 20px;
    }
    
    .quote-wizard-section-title {
        font-size: 1.25rem;
    }
    
    .quote-wizard-location-card {
        padding: 20px;
    }
    
    .quote-wizard-box-details-card {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .quote-wizard-stepper-container { 
        gap: 10px; 
    }
    
    .quote-wizard-btn-nav {
        padding: 10px 30px;
        min-width: 100px;
        font-size: 0.9rem;
    }
    
    .quote-wizard-package-card {
        padding: 20px 10px;
        min-height: 120px;
    }
    
    .quote-wizard-pkg-icon-box {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* --- Accessibility --- */
.quote-wizard-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* ========================================
   TABLET-SPECIFIC STYLES (768px - 991px)
   95% width wizard, 3-column package grid,
   2-column form layout
   ======================================== */
@media (min-width: 768px) and (max-width: 991px) {
    /* 95% width wizard container on tablets */
    #quoteWizardContainer {
        width: min(90vw, 900px);
        max-width: calc(100vw - 40px);
        margin: 72px 0 -1px !important;
        transform: translateX(-50%);
    }

    #quoteWizardForm {
        padding: 76px max(5vw, 24px) 40px;
    }
    
    .quote-wizard-modal .modal-dialog {
        max-width: 95%;
    }
    
    /* 3-column package grid on tablets */
    .quote-wizard-package-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    
    .quote-wizard-package-card {
        padding: 22px 10px;
        min-height: 130px;
    }
    
    .quote-wizard-pkg-icon-box {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    /* 2-column form layout on tablets */
    .quote-wizard-form .row > .col-md-6 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .quote-wizard-form .row > .col-md-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* Stepper adjustments */
    .quote-wizard-stepper-container {
        gap: 12px;
    }
    
    .quote-wizard-step-pill {
        padding: 13px 16px;
    }
    
    .quote-wizard-step-icon {
        font-size: 1.25rem;
        margin-right: 13px;
    }
    
    .quote-wizard-step-text h6 {
        font-size: 0.85rem;
    }
    
    .quote-wizard-step-text p {
        font-size: 0.72rem;
    }
    
    /* Card padding adjustments */
    .quote-wizard-location-card {
        padding: 25px;
    }
    
    .quote-wizard-box-details-card {
        padding: 30px;
    }
    
    /* Modal padding */
    .quote-wizard-modal .modal-header,
    .quote-wizard-modal .modal-body,
    .quote-wizard-modal .modal-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    /* Section titles */
    .quote-wizard-section-title {
        font-size: 1.35rem;
        margin-bottom: 22px;
    }
    
    /* Button sizing */
    .quote-wizard-btn-nav {
        padding: 11px 35px;
        min-width: 110px;
    }
    
    /* Touch targets still important on tablets */
    .quote-wizard-package-card,
    .quote-wizard-btn-nav,
    .quote-wizard-custom-radio {
        min-height: 44px;
    }
    
    /* Input sizing */
    .quote-wizard-input-pill,
    .quote-wizard-input-group-pill .form-control,
    .quote-wizard-merged-input-group .form-control,
    .quote-wizard-contact-input-group .form-control {
        padding: 13px 18px;
    }
    
    /* Success card */
    .quote-wizard-success-card {
        padding: 35px 28px;
    }
    
    .quote-wizard-success-card i {
        font-size: 2.8rem;
    }
    
    .quote-wizard-success-card h4 {
        font-size: 1.35rem;
    }
}

/* ========================================
   MOBILE-SPECIFIC STYLES (< 768px)
   Page wizard, stacked stepper, 
   2-column package grid, 1-column forms
   ======================================== */
@media (max-width: 767px) {
    /* Page-section wizard container on mobile */
    body.wizard-open .hero-bg {
        padding-top: 160px;
    }

    #quoteWizardContainer {
        top: auto;
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
        margin: 42px 0 -1px !important;
        padding: 0;
        border-radius: 0;
        transform: translateX(-50%);
    }

    #quoteWizardForm {
        padding: 48px 14px 34px;
    }
    
    /* Stacked stepper layout */
    .quote-wizard-stepper-container {
        flex-direction: column;
        gap: 10px;
        margin-bottom: -24px;
        padding: 0;
    }
    
    .quote-wizard-step-pill {
        width: 100%;
        padding: 12px 15px;
    }
    
    .quote-wizard-step-icon {
        font-size: 1.1rem;
        margin-right: 12px;
        width: 35px;
        height: 35px;
    }
    
    .quote-wizard-step-text h6 {
        font-size: 0.85rem;
    }
    
    .quote-wizard-step-text p {
        font-size: 0.7rem;
    }
    
    /* 2-column package grid on mobile */
    .quote-wizard-package-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .quote-wizard-package-card {
        padding: 18px 8px;
        min-height: 110px;
    }
    
    .quote-wizard-pkg-icon-box {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
    
    /* 1-column form layout */
    .quote-wizard-form .row > [class*="col-"] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .quote-wizard-location-card {
        padding: 18px;
        margin-bottom: 15px;
    }
    
    .quote-wizard-box-details-card {
        padding: 20px;
    }
    
    /* Larger touch targets (min 44px) */
    .quote-wizard-package-card,
    .quote-wizard-btn-nav,
    .quote-wizard-custom-radio,
    .quote-wizard-input-pill,
    .quote-wizard-input-group-pill,
    .quote-wizard-merged-input-group,
    .quote-wizard-contact-input-group,
    .form-control,
    .form-select,
    button,
    a.btn {
        min-height: 44px;
    }
    
    /* Button adjustments */
    .quote-wizard-btn-nav {
        padding: 12px 25px;
        min-width: 100px;
        font-size: 0.9rem;
    }
    
    /* Section titles */
    .quote-wizard-section-title {
        font-size: 1.15rem;
        margin-bottom: 20px;
    }
    
    /* Form labels */
    .quote-wizard-form-label {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }
    
    /* Input padding for better touch */
    .quote-wizard-input-pill,
    .quote-wizard-input-group-pill .form-control,
    .quote-wizard-merged-input-group .form-control,
    .quote-wizard-contact-input-group .form-control {
        padding: 14px 18px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    /* Navigation footer */
    .quote-wizard-nav-footer {
        flex-direction: row;
        gap: 12px;
        padding: 0 14px 34px;
    }
    
    .quote-wizard-nav-footer .btn {
        width: auto;
    }
    
    /* Success card adjustments */
    .quote-wizard-success-card {
        padding: 30px 20px;
    }
    
    .quote-wizard-success-card i {
        font-size: 2.5rem;
    }
    
    .quote-wizard-success-card h4 {
        font-size: 1.25rem;
    }
    
    .quote-wizard-success-card p {
        font-size: 0.9rem;
    }
    
    /* Error messages */
    .quote-wizard-error-message {
        font-size: 0.8rem;
    }
    
    /* Notification positioning */
    .quote-wizard-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        min-width: auto;
        max-width: none;
    }
}

/* ========================================
   EXTRA SMALL MOBILE (< 576px)
   Additional refinements for very small screens
   ======================================== */
@media (max-width: 575px) {
    #quoteWizardContainer {
        padding: 0;
    }
    
    .quote-wizard-stepper-container {
        gap: 8px;
        margin-bottom: -22px;
    }
    
    .quote-wizard-step-pill {
        padding: 10px 12px;
    }
    
    .quote-wizard-package-grid {
        gap: 10px;
    }
    
    .quote-wizard-package-card {
        padding: 15px 6px;
        min-height: 100px;
    }
    
    .quote-wizard-pkg-icon-box {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        margin-bottom: 8px;
    }
    
    .quote-wizard-section-title {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }
    
    .quote-wizard-btn-nav {
        padding: 12px 20px;
        font-size: 0.85rem;
    }
    
    .quote-wizard-location-card,
    .quote-wizard-box-details-card {
        padding: 15px;
    }
    
    .quote-wizard-success-card {
        padding: 25px 15px;
    }
}

/* --- Success Message Styling --- */
.quote-wizard-success-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    animation: quoteWizardFadeIn 0.5s ease-in-out;
}

.quote-wizard-success-card i {
    animation: quoteWizardSuccessIcon 0.6s ease-in-out;
}

@keyframes quoteWizardSuccessIcon {
    0% { 
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% { 
        transform: scale(1);
        opacity: 1;
    }
}

.quote-wizard-success-card h4 {
    color: #28a745;
    margin-bottom: 15px;
}

.quote-wizard-success-card p {
    color: #6c757d;
    font-size: 1rem;
}

/* --- Navigation Footer Styling --- */
.quote-wizard-nav-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 50%;
    width: 100vw;
    margin: 0 0 0 -50vw !important;
    padding: 10px max(7vw, 32px) 58px;
    background: #ffffff;
    box-shadow: 0 -16px 32px rgba(255, 255, 255, 0.95);
}

@media (max-width: 576px) {
    .quote-wizard-nav-footer {
        flex-direction: row;
        gap: 10px;
        padding: 8px 14px 34px;
    }
    
    .quote-wizard-nav-footer .btn {
        width: auto;
    }
}
