/* CSS For Pricing Section */
.pricing {
  display: flex;
  justify-content: center;
}

/* Card */
.price-card {
  width: 330px;
  height: auto;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
  border-radius: 12px;
  margin: 10px;
  padding: 0 30px 10px 30px;
}

.price-card a {
  display: inline-block;
}

.price-card .label-1 {
  width: 44%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.price-card .label-2 {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.price-card .label-3 {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.price-card .label-4 {
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.price-card .label-1 p {
  background: #F5FBC5;
  color: #66720B;
  font-size: 12px;
  padding: 6px;
  font-weight: 600;
  border-radius: 12px;
}

.price-card .label-2 p {
  background: #E3F8FF;
  color: #035388;
  font-size: 12px;
  padding: 6px;
  font-weight: 600;
  border-radius: 12px;
}

.price-card .label-3 p {
  background: #FFE3EC;
  color: #620042;
  font-size: 12px;
  padding: 6px;
  font-weight: 600;
  border-radius: 12px;
}

.price-card .label-4 p {
  background: #EFFCF6;
  color: #004440;
  font-size: 12px;
  padding: 6px;
  font-weight: 600;
  border-radius: 12px;
}

.combine {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.variant {
  background-color: #F1F1F1;
}

.price {
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #243B53;
  display: flex;
  align-items: center;
}

.package-description p {
  font-size: 14px;
  color: #486581;
}

.package-description .expose {
  font-weight: 900;
}

.around {
  display: flex;
  justify-content: center;
}

.light-pricing-cta,
.heavy-pricing-cta {
  margin-top: 25px;
  margin-bottom: 25px;
}

.light-pricing-cta a {
  text-decoration: none;
  color: #274A50;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #243B53;
  width: 240px;
  text-align: center;
}

.heavy-pricing-cta a {
  text-decoration: none;
  background-color: #274A50;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #243B53;
  width: 240px;
  text-align: center;
}

.light-pricing-cta a:hover {
  background-color: #243B53;
  transition: 0.3s;
  color: #fff;
}

.heavy-pricing-cta a:hover {
  background-color: #243B53;
  transition: 0.3s;
  color: #fff;
}

.recommended {
  background-image: url("https://49716150.fs1.hubspotusercontent-na1.net/hubfs/49716150/Pricing%20Icons/subtract.svg");
  height: 25px;
  width: 45%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  right: -45px;
  border-radius: 0 5px 5px 0;
}

.recommended p {
  text-align: center;
  margin-left: 14px;
  font-size: 11px;
  color: #fff !important;
  padding-top: 3px;
}

.benefits ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.benefits li {
  position: relative !important;
  padding-left: 1.75rem !important;
  font-size: 14px !important;
  color: #486581 !important;
  margin-bottom: 15px !important;
  line-height: 1.5 !important;
}

.benefits li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.35rem !important;
  width: 1rem !important;
  height: 1rem !important;
  background-image: url('https://49716150.fs1.hubspotusercontent-na1.net/hubfs/49716150/Pricing%20Icons/union.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 17px 16px !important;
  background-position: center !important;
  display: inline-block !important;
}

.sec-variant {
  border: #7B4D7B solid 3px;
}

.occurances{
  color: #829AB1;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 400;
}

/* ====== Responsive Design ====== */
@media (max-width: 1300px) {
  .pricing {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
  }

  .price-card {
    width: 45%;
    height: auto;
    position: relative;
  }

  .price-card .label-1,
  .price-card .label-2,
  .price-card .label-3,
  .price-card .label-4 {
    position: relative;
    left: 0;                      
    margin-left: 0;               
    justify-content: flex-start;  
    width: auto;                  
  }

  .price-card .label-1 p,
  .price-card .label-2 p,
  .price-card .label-3 p,
  .price-card .label-4 p {
    padding: 6px 10px;
    font-size: 12px;
  }

  .price {
    font-size: 28px;
  }

  .package-description {
    font-size: 13px;
  }

  .recommended {
    width: auto;
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .pricing {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .price-card {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }

  .price-card .label-1,
  .price-card .label-2,
  .price-card .label-3,
  .price-card .label-4 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 15px;
  }

  .price {
    font-size: 24px;
  }

  .light-pricing-cta a,
  .heavy-pricing-cta a {
    width: 200px;
    padding: 12px 0;
  }

  .recommended {
    right: -32px;
    padding: 0 8px;
    font-size: 10px;
  }
}

@media (max-width: 400px) {                                                                          
  .price-card {
    padding: 15px;
  }

  .price {
    font-size: 22px;
  }

  .light-pricing-cta a,
  .heavy-pricing-cta a {
    max-width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }

  .benefits li {
    font-size: 12px;
  }
}
#hs_cos_wrapper_widget_1757359568736 .pack-price .txt-l {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600 !important;
}



/* CSS For How It Works Section */
/* Banner */

#hs_cos_wrapper_widget_1760708718673{
    margin-top: 150px;
}
.hiw-banner {
  padding: 20px 80px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.hiw-banner p {
  padding: 0 70px;
}

.hiw-banner h1 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Steps */
.steps {
  padding: 40px 150px;
  font-family: 'Inter', sans-serif;
}

.step {
  background-color: #F4E6F1;
  height: 400px;
  margin-bottom: 80px;
  border-radius: 20px;
}

.inner .right {
  padding: 80px;
  width: 50%;
}

.inner .right.diff {
    width: 70% !important;
}

.inner .right h3 {
  color: #9C598E;
  margin-bottom: 10px;
}

.inner {
  /* background-color: #FCF4FA; */
  background-image: url("https://49716150.fs1.hubspotusercontent-na1.net/hubfs/49716150/hiw_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 25px;
  display: flex;
  overflow: visible;
  position: relative;
}

.inner.reverse {
  position: relative;
  overflow: visible;
}

.inner.reverse::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://49716150.fs1.hubspotusercontent-na1.net/hubfs/49716150/hiw_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transform: scaleX(-1);
  z-index: 0;
  border-radius: 20px;
}

.inner.reverse>* {
  position: relative;
  z-index: 1;
}

.inner .left {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.inner .left img {
  height: 510px !important;
  position: relative;
  top: -50px;
  margin-bottom: -80px;
  rotate: -15deg;
}

.inner.different .left img {
  height: 510px !important;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
  rotate: -15deg;
}

.inner.reverse .left img {
  height: 510px;
  position: relative;
  top: -50px;
  margin-bottom: -80px;
  rotate: 4deg;
}

/* =========================
RESPONSIVE MEDIA QUERIES (FIXED)
========================= */

/* Large tablets and smaller laptops (≤1200px) */
@media (max-width: 1200px) {
  .steps {
    padding: 60px;
  }

  .inner .right {
    padding: 60px;
  }

  .inner .left img {
    height: 420px !important;
    top: -30px;
  }
  
  #hs_cos_wrapper_widget_1760708718673 {
    margin-top: 100px;
  }
}

/* Tablets (≤992px) */
@media (max-width: 992px) {
  .steps {
    padding: 60px 40px;
  }

  .step {
    margin-bottom: 90px;
    height: auto;
  }

  .inner {
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 60px 40px;
    align-items: center;
    justify-content: center;
  }

  .inner.reverse {
    flex-direction: column-reverse;
  }

  .inner.reverse::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://49716150.fs1.hubspotusercontent-na1.net/hubfs/49716150/hiw_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    transform: scaleX(-1);
    z-index: 0;
  }

  .inner .right {
    padding: 30px 20px;
    max-width: 700px;
    width: auto !important;
  }
  
  .inner .right.diff {
    width: auto !important;
  }

  .inner .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .inner .left img {
    height: 380px !important;
    top: 0;
    rotate: 0deg;
    margin-bottom: 30px;
  }

  .hiw-banner {
    padding: 20px 40px;
  }

  .hiw-banner p {
    padding: 0 20px;
  }
}

/* Mobile landscape and large phones (≤768px) */
@media (max-width: 768px) {
  .steps {
    padding: 50px 25px;
  }

  .step {
    margin-bottom: 80px;
  }

  .inner {
    padding: 50px 25px;
    border-radius: 20px;
  }

  .inner .right h3 {
    font-size: 1.25rem;
  }

  .inner .right p {
    font-size: 1rem;
  }

  .inner .left img {
    height: 320px !important;
    margin-bottom: 30px;
  }
}

/* Mobile alignment + centering fix (≤660px) */
@media (max-width: 660px) {
  .inner {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 25px;
    margin: 0 auto;
  }

  .inner .right {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
  }

  .inner .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .inner .left img,
  .inner.different .left img,
  .inner.reverse .left img {
    display: block;
    margin: 0 auto 20px auto;
    height: 300px !important;
    top: 0;
  }

  .step {
    margin-bottom: 70px;
  }
}

/* Small phones (≤480px) */
@media (max-width: 480px) {
  #hs_cos_wrapper_widget_1760708718673 {
    margin-top: 70px;
  }
  
  .hiw-banner h1 {
    font-size: 1.5rem;
  }

  .hiw-banner p {
    padding: 0;
    font-size: 0.95rem;
  }

  .inner {
    border-radius: 15px;
    padding: 35px 15px;
  }

  .inner .right h3 {
    font-size: 1.1rem;
  }

  .inner .right p {
    font-size: 0.95rem;
  }

  .inner .left img {
    height: 240px !important;
  }

  .inner .left, .inner.reverse, .inner{
    overflow: hidden;
  }
}

/* Homepage Polish */
#hs_cos_wrapper_module_17587373135145 img {
    border-radius: 20px;
}

#hs_cos_wrapper_widget_1758126396065_ img {
    border-radius: 20px;
}

#hs_cos_wrapper_module_17587375105117 img {
    border-radius: 20px;
}

span#hs_cos_wrapper_module_17617479107716_ img {
    border-radius: 20px;
}

@media (max-width: 767px) {
    .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section .row-fluid {
    display: flex !important;
    flex-direction: column-reverse !important; 
    }
      
    .row-fluid-wrapper.row-depth-1.row-number-10.dnd-row.cell_17587375105112-row-0-vertical-alignment .row-fluid {
    display: flex !important;
    flex-direction: column-reverse !important;
    }
}

@media (max-width: 992px) {
    #hs_cos_wrapper_module_17610710593633 .clean-base .row {
        padding-top: 25px !important;
        padding-right: 0px;
        padding-bottom: 0 !important;
        padding-left: 0px;
        margin-top: 90px;
        margin-bottom: 0px;
    }
  
  #hs_cos_wrapper_dnd_area-module-7 .clean-base .row {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
  
    #hs_cos_wrapper_module_17610703104283 .clean-base .row {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
  
      #hs_cos_wrapper_module_17587375105115 .clean-base .row {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
  
        #hs_cos_wrapper_module_17581378595593 .clean-base .row {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
  
    #hs_cos_wrapper_module_1761750205684 .clean-base .c-1 {
      margin-top: 0 !important; 
  }
}

/* Footer Polish */
#hs_cos_wrapper_global_footer .hhs-footer-mod {
    padding-top: 22px !important;
}

.hhs-foot-break-line {
    display: none !important;
}

.row.hhs-foot-nav-base {
    margin-bottom: 0 !important;
}

#hs_menu_wrapper_global_footer_ ul li:not(:last-child)::after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
}

/* Services Fix */
@media (max-width: 1408px) {
  #hs_cos_wrapper_dnd_area-module-12 .clean-base .row {
    margin-top: 65px !important;
    margin-bottom: 45px !important;  
  }
}

@media (max-width: 1330px) {
  #hs_cos_wrapper_dnd_area-module-12 .clean-base .row {
    margin-top: 95px !important;
    margin-bottom: 45px !important; 
}
  
@media (max-width: 1228px) {
  #hs_cos_wrapper_dnd_area-module-12 .clean-base .row {
    margin-top: 135px !important;
    margin-bottom: 45px !important; 
}
  
@media (max-width: 1096px) {
  #hs_cos_wrapper_dnd_area-module-12 .clean-base .row {
    margin-top: 135px !important;
    margin-bottom: 45px !important; 
}
  
@media (max-width: 992px) {
    #hs_cos_wrapper_dnd_area-module-12 .clean-base .row {
        margin-top: -370px !important;
        margin-bottom: 25px !important;
    }
}
  
@media (max-width: 576px) {
    #hs_cos_wrapper_dnd_area-module-12 .clean-base .row {
        margin-top: 50px !important;
        margin-bottom: 25px !important;
    }
}

  .get_started {
    background-color: #fdf5fa;
  }

  .get_started_box {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .sorround_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .sorround_btn a{
    padding: 10px 20px;
    background-color: #a7bc48;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
  }