 @font-face {font-family:"Aston Script Bold";
  src:url("../fonts/Aston_Script.ttf") format("truetype");
  font-weight:normal;font-style:normal;}
 @font-face {
  font-family: "Pantherdam Signature";
  src:url("../fonts/pantherdam-signature/Pantherdam-Signature.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pantherdam Signature";
  src: url("../fonts/pantherdam-signature/Pantherdam-SignatureItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
}
:root {
--font-pantherdam: "Pantherdam Signature", cursive;
--font-poppins:"Poppins", sans-serif;
--newhome-maincolor:#344970;
--txt-clr-light:#545454;
--txt-clr:#1f1f1f;
}
body { font-family: Arial, sans-serif; background: #fdfdfb; margin: 0; padding: 0; }
 section, footer { padding: 40px 30px; text-align: center; border-bottom: 1px solid #eee; }
 /* Header */
 .header .content-wrapper {display: flex;justify-content: space-between; align-items: center;padding: 15px 0;background: #fff;position:relative;}
 .header .menu ul {list-style: none;display: flex;gap: 25px;}
 .header .menu ul li a {text-decoration: none;color: #000;font-weight: 600;transition: color 0.3s;outline: none;}
 .header .menu ul li a:hover {color: #f4c542;}
 .header .logo img {width:120px;}
 .top-bar p{text-align: center;color:#444;font-size: 14px;margin: 0;}
 .top-bar{background-color: #fdf6e3;padding: 15px 0;font-weight: 600;}
 .header .logo a{outline: none;}
 /* Banner section */
 .banner-sec{padding: 110px 40px 130px;text-align: center;border-bottom: 1px solid #eee;position: relative;}
 .banner-sec { background-image:url("../images/hero-banner.jpg");background-position: top;background-size: cover;background-repeat: no-repeat;}
 .banner-sec h1 { font-size: 60px; color: #f4c542; margin-bottom: 10px;font-family: Aston Script Bold;z-index: 1;position: relative;margin-top: 0;}
 .banner-sec p { font-size: 1.2em; color: #fff; z-index: 1;position: relative;}
 .cta { margin-top: 20px;z-index: 1;position: relative;}
 .cta button { padding: 15px 30px; margin: 5px; border: none; border-radius: 6px; font-size: 1em; cursor: pointer; }
 .primary { background: #f4c542; color: white; }
 .secondary { background: #a3d9c9; color: #333; }
 .steps { display: flex; gap: 25px; justify-content: center; flex-wrap: wrap; padding: 20px; }
 .step { flex: 1 1 260px; max-width: 320px; padding: 90px 20px;border-radius: 8px; box-shadow: 0 0 6px rgba(0,0,0,0.05);background-position: bottom;background-repeat: no-repeat;background-size: cover;position: relative;}
 .step h3 { color: #f4c542;position: relative;font-size: 20px;}
 .step p{position: relative;color: #fff;}
 .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
 .steps .step-webpage{background-image:url("../images/web-page.jpg");}
 .steps .step-qr{background-image:url("../images/qr.jpg");}
 .steps .step-gifts{background-image:url("../images/gift.jpg");}
 .step::before {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: #00000061;content: "";z-index: 0;border-radius: 8px;}
/* ---------- Product Section ---------- */
.product-sec {padding: 40px 30px 60px;background-color: #f9f9f9;}
.product-sec .container{padding-left: 0;padding-right: 0;}
.product-sec .content-wrap {padding:20px;}
.product-sec h2 {text-align: center;font-size: 24px;font-weight: 600;margin-bottom: 40px;color: #000;}
.product-wrapper {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;}
.product-card {background: #fff;border-radius: 10px;box-shadow: 0 5px 15px rgba(0,0,0,0.08);overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;transition: transform 0.3s ease, box-shadow 0.3s ease;}
/* .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
} */
.product-sec .product-card img {width: 100%;height: 250px;object-fit: cover;object-position: center;}
.product-sec .product-card .product-title {font-size: 20px;font-weight: 600;color: #222;margin-bottom: 8px;margin-top: 0;}
.product-sec .product-card p {font-size: 14px;color: #666;margin: 0 0 15px;line-height: 1.5;}
.product-sec .price {font-size: 22px;font-weight: 700;color: #000;margin-bottom: 10px;}
.product-sec .remaining {font-size: 14px;color: #777;margin: 0 0 20px;}
/* ---------- Quantity + Button Row ---------- */
.product-sec .product-bottom {display: flex;align-items: center;justify-content: space-between;gap: 10px;}
.product-sec .quantity {display: flex;align-items: center;gap: 6px;}
.product-sec .qty-btn {background: #eee;border: none;width: 30px;height: 30px;border-radius: 50px;font-size: 18px;cursor: pointer;transition: background 0.3s;}
.product-sec .qty-btn:hover {background: #ddd;}
.product-sec .quantity input {width: 45px;height: 32px;text-align: center;border: 0;border-radius: 6px;font-size: 14px;outline: none;}
.product-sec .quantity input::-webkit-outer-spin-button,
.product-sec .quantity input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.product-sec .quantity input[type=number] {-moz-appearance: textfield;}
/* ---------- Buttons ---------- */
.product-sec .gift-btn {
  flex: 1;
  text-align: center;
  border: none;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #f4c542;
  color: #fff;
}
/* Menu toggle */
.menu-toggle {display: none;flex-direction: column;justify-content: space-between;width: 35px;height: 20px;background: none;border: none;cursor: pointer;}
.menu-toggle span {display: block;width: 100%;height: 3px;background: #333;border-radius: 3px;transition: 0.3s ease;}
/* Footer */
footer { background:#fdf6e3;font-size: 0.9em; color: #666;}
/* Signup form page */
.signup-form-wrapper {padding: 60px 30px;background: #f9f9f9;}
.signup-form-wrapper .container {max-width: 500px;margin: 0 auto;padding:0;}
.signup-form-wrapper h2 {text-align: center;margin-bottom: 30px;font-size: 24px;font-weight: 600;margin-top: 0;}
.signup-form {background: #fff;border-radius: 10px;box-shadow: 0 5px 15px rgba(0,0,0,0.08);padding: 30px;}
.signup-form-wrapper .form-group {display: flex;flex-direction: column;margin-bottom: 20px;align-items: flex-start;}
.signup-form-wrapper .form-group label {margin-bottom: 8px;font-weight: 600;color: #222;}
.signup-form-wrapper .form-group input {padding: 12px;border: 1px solid #ccc;border-radius: 6px;font-size: 15px;outline: none;transition: border-color 0.3s ease;width: 100%;box-sizing: border-box;}
.signup-form-wrapper .form-group input:focus {border-color: #007bff;}
.submit-btn{width: 100%;background-color:#f4c542;color: #fff;padding: 12px;border: none;border-radius: 6px;font-size: 16px;font-weight: 600;cursor: pointer;}
.signup-form-wrapper .login-link {text-align: center;margin-top: 15px;font-size: 14px;color: #555;}
.signup-form-wrapper .login-link a {color: #007bff;text-decoration: none;}
.signup-form-wrapper .login-link a:hover {text-decoration: underline;}
.signup-form-wrapper label span{color: red;font-size: 16px;}
section.banner-sec::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000061;
    content: "";
    z-index: 0;
}
/* loader */
.cust-loader-container-main{display:none;}
.cust-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ab;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cust-loader-container .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }
 @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }  
/* New landing page */
.home-new-wrapper h3,.home-new-wrapper h4,.home-new-wrapper span,.home-new-wrapper,.cust-footer-new a,.cust-footer-new span,.cust-footer-new p{font-family: var(--font-poppins);}
.home-new-wrapper .hero{background-image:url('../images/hero-banner-new.png');padding:100px 30px;background-size: cover;background-repeat: no-repeat;background-position: center;min-height:770px;text-align: left;position: relative;z-index: 2;}
.home-new-wrapper .container {
  max-width:1540px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.home-new-wrapper .tagline {
  color: #f4a825;
  font-weight: 600;
  font-size: 29px;
  display: block;
  margin-left: 150px;
  font-family: var(--font-poppins);
}
.home-new-wrapper .hero-title {margin-bottom: 20px;margin-top: 0;margin-left:0;}
.home-new-wrapper .main-heading {
  display: block;
  font-size:60px;
  font-weight:400;
  color:#344970;
  margin-top: -55px;
  margin-left: 120px;
  font-family: var(--font-poppins);
}

.home-new-wrapper .hero-text {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 500px;
}

.home-new-wrapper .cust-btn {
  display: inline-block;
  background: #fcda38;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.6s ease;
  font-family: var(--font-poppins);
  letter-spacing: 1px;
}
.home-new-wrapper .script {font-family: var(--font-pantherdam);font-size:154px;margin-top: -50px;color: #344970;font-weight: normal;line-height: 1.2;display: block;}
.home-new-wrapper .hero .hero-content{padding-top: 130px;}
.home-new-wrapper .inner-tagline {
    color: #fcb83b;
    font-family: var(--font-pantherdam);
    font-size: 122px;
    line-height: 0.8;
    text-transform: lowercase;
    margin-bottom: -20px;
    display: block;
}
.home-new-wrapper section{border-bottom: 0;}
.cust-common-sec .container{justify-content: center;}
.home-new-wrapper .title-bold {
    font-size: 55px;
    font-family: poppins;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    color: #344970;
}
.cust-wtgim-sec{max-width:1000px;margin: auto;padding-top: 0;position: relative;z-index: 2;}
.home-new-wrapper p{font-size: 16px;line-height: 1.6;font-family: var(--font-poppins);color: var(--txt-clr);}
.cust-wtgim-sec .btn-wrapper {margin-top: 30px;display: flex;justify-content: center;gap:20px;}
.cust-btn.btn-green {background-color: #95c699;}
.home-new-wrapper .title-light{font-size: 50px;font-family: var(--font-poppins);color: #344970;font-weight: 400;margin-top: 10px;margin-bottom: 10px;line-height: 1.2;}
.home-new-wrapper .cust-card-wrapper {
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
.home-new-wrapper .cust-card {
  background: #ffffff;
  width: 400px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  transition: 0.3s ease;
}
.home-new-wrapper .card-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 18px;
  color: #2d3a4b;
  margin: 0;
  font-family: var(--font-poppins);
}
.home-new-wrapper .card-image img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.home-new-wrapper .card-body {
  padding: 20px 30px 30px;
}
.home-new-wrapper .progress-bar {
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.home-new-wrapper .progress-fill {
  height: 100%;
  background: #f4a825;
  border-radius: 20px;
}
.home-new-wrapper .card-stats {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
  color:var(--newhome-maincolor);
  font-family: var(--font-poppins);
}
.home-new-wrapper .card-stats .price span {
    font-size: 18px;
    font-weight: 700;
}
.home-new-wrapper .card-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 25px;
  background: #addbee;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.6s ease;
  font-family: var(--font-poppins);
}
.home-new-wrapper .card-btn:hover {
  background: #99CCE0;
}
.cust-ggtg-sec.cust-common-sec .container{justify-content: flex-start;max-width:1440px;}
.cust-ggtg-sec.cust-common-sec .content-wrapper{display: flex;gap: 30px;align-items: center;}
.cust-ggtg-sec.cust-common-sec .cust-col-left,.cust-ggtg-sec.cust-common-sec .cust-col-right{width: 50%;} 
.cust-ggtg-sec .hero-title {margin-bottom: 0;margin-top: 0;text-align: left;}
.cust-ggtg-sec .cust-col-left{text-align: left;}
.cust-hiw-sec .steps-img-grid {display: grid;grid-template-columns: repeat(3,1fr);gap: 100px;margin-top: 50px;}
.cust-hiw-sec .steps-img-grid p{font-size: 20px;color: #344970;}
.cust-hiw-sec{margin-top: -80px;}
.cust-wid-100{width: 100%;}
.cust-cwgtg-sec{padding-top: 80px;}
/* Slick slider css */
.cust-hc-sec{background-image:url('../images/happy-clients-banner.png');background-size: cover;background-repeat: no-repeat;background-position: center;padding: 180px 30px 225px;}
.cust-hc-sec .container{display: block;} 
.cust-hc-sec .cust-slider .cust-slide {transition: all 0.4s ease;padding: 0;}
.cust-hc-sec .cust-card {display: flex;align-items: center;background: #fff;border-radius: 15px;overflow: hidden;width: 100%;line-height: 0;position: relative;}
.cust-hc-sec .cust-text {width: 55%;padding:35px 40px;text-align: left;}
.cust-hc-sec .cust-img {width: 45%;}
.cust-hc-sec .cust-img img {width: 100%;height: 371px;object-fit: cover;}
.cust-hc-sec .stars {color: red;margin-bottom: 15px;font-size:20px;}
.cust-hc-sec .cust-text h4 {color: #e63946;margin-top: 20px;}
.cust-hc-sec .inner-tagline{color: #fff;}
.cust-hc-sec .slick-slide {
    transform: scale(0.9);
    transition: all 0.4s ease;
}
.cust-hc-sec .slick-center {
    opacity: 1 !important;
    transform: scale(1) !important;
}
.cust-hc-sec .slick-dots li button:before {
    font-size: 15px;
    color:#fff;
    opacity: 0.7;
}
.cust-hc-sec .slick-dots li.slick-active button:before {
    color:#fcda38;
}
.cust-hc-sec .cust-slider {width: 100%;padding-top: 50px;padding-bottom: 50px;}
.cust-slider .slick-slide {
    transition: all 0.5s ease;
    padding: 40px 0;
    z-index: 1;
}
.cust-hc-sec .cust-slider .slick-list{padding: 0 25% !important;}
.cust-asw-sec .content-wrapper {display: flex;align-items: center;}
.cust-asw-sec .content-wrapper .cust-col-left,.cust-asw-sec .content-wrapper .cust-col-right{width: 50%;}
.cust-asw-sec .content-wrapper .cust-col-right{text-align: left;}
.cust-asw-sec .tagline{margin-left: 0;}
.cust-asw-sec .script{margin-left: 0;margin-bottom: 0;}
.cust-asw-sec .hero-title{margin-bottom: 0;margin-left: 0;}
.cust-asw-sec .cust-col-right{padding-left:30px;}
.cust-asw-sec .cust-inner-content-wrapper {margin-top: 30px;}
.cust-asw-sec .cust-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.cust-asw-sec .cust-box img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.cust-asw-sec .cust-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
}
.cust-asw-sec .cust-text p {
    margin: 0;
    line-height: 1.5;
}
.cust-asw-sec{padding-top: 0;margin-top: -50px;}
/* Layout */
.cust-faq-sec .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    z-index: 2;
}
.cust-faq-sec .faq-left {
    width: 50%;
}

.cust-faq-sec .faq-title {
    font-family: "Alex Brush", cursive;
    font-size: 48px;
    margin-bottom: 10px;
    color: #304885;
}
.cust-faq-sec .faq-sub {
    margin-bottom: 30px;
    max-width: 90%;
    text-align: left;
}
/* ACCORDION */
.cust-faq-sec .faq-accordion .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    cursor: pointer;
    padding-right: 20px;
}
.cust-faq-sec .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cust-faq-sec .faq-question h4 {
    font-size: 18px;
    margin: 0;
    text-align: left;
    font-weight: 600;
}
.cust-faq-sec .faq-question span {
    font-size: 22px;
    font-weight: bold;
}
.cust-faq-sec .faq-item.open .faq-answer {
    display: block;
    text-align: left;
}
.cust-faq-sec .faq-answer {
    display: none;
    padding-top: 10px;
    color: #555;
    line-height: 1.6;
}
.cust-faq-sec .faq-right {
    width: 50%;
    position: relative;
}
.cust-faq-sec .circle-img-wrap {
    position: relative;
}
.cust-faq-sec .floating-review {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: -40px;
    right: 0;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 8px 30px rgba(0,0,0,0.1);
    max-width:600px;
    align-items: center;
}
.cust-faq-sec .review-avatar {
    width:100px;
    border-radius: 50%;
    object-fit: cover;
}
.cust-faq-sec .stars {
    color: #ffb400;
    font-size: 18px;
}
.cust-faq-sec .review-name {
    display: block;
    margin-top: 8px;
    font-weight: bold;
}
.cust-faq-sec .cust-review-content{text-align: left;}
.cust-faq-sec .cust-review-content p{margin: 5px 0;}
.cust-signup-sec .signup-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.cust-signup-sec .signup-form {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    position: relative;
    z-index: 3;
}
.cust-signup-sec .signup-form input {
    width:80%;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    border: 0;
    background: #faf9f8;
     box-shadow: 
        inset 0 2px 4px rgba(0,0,0,0.12),
        inset 0 -1px 3px rgba(0,0,0,0.08);
}
.cust-signup-sec .signup-form input::placeholder{color: #000;}
.cust-signup-sec .signup-form input:focus-visible{outline: 0;}
.cust-signup-sec .signup-form button {border: 0;min-width: 180px;}
.cust-signup-sec .signup-form button:hover {background: #f0c600;}
.cust-signup-sec .title-light{color:#95c699;}
.cust-signup-sec .signup-wrapper {width: 100%;margin-bottom: -130px;}
.cust-signup-sec{padding-top: 150px;}
.cust-footer-menu {display: flex;justify-content: center;gap:60px;margin-bottom: 20px;}
.cust-footer-menu a{text-decoration: none;font-size: 16px;color: #666;}
.header.cust-header-new .container{max-width: 1540px;}
.cust-footer-new{background: #ffe632;}
.header.cust-header-new  .cust-btn{background-color: #fcda38;color: #fff !important;padding:12px 40px;border-radius: 50px;text-transform: uppercase;font-weight: 600 !important;transition: 0.6s ease all;}
.header.cust-header-new .cust-btn.cust-login{background-color: #95c699;}
.header.cust-header-new .cust-btn:hover{color: #000;}
.header.cust-header-new .menu ul li a{color: #555;letter-spacing: 1px;font-family: var(--font-poppins);font-weight: 400;}
.cust-hc-sec .slick-slide.prev-slide {transform: translateX(60%) scale(0.9);position: relative;}
.cust-hc-sec .slick-slide.next-slide {transform: translateX(-52%) scale(0.9);position: relative;}
.cust-hc-sec .slick-slide.slick-active{position: relative;z-index: 9;}
.cust-hc-sec .slick-slide.next-slide .cust-text{width: 70%;}
.cust-hc-sec .slick-slide.next-slide .cust-img{width:30%;}
.cust-ggtg-sec .title-light{margin-left: 50px;margin-top: -30px;}
.cust-ggtg-sec .tagline{margin-left: 110px;}
.cust-asw-sec .title-light{margin-top: -30px;}
.home-new-wrapper .cust-faq-sec .hero-title{margin-bottom: -30px;text-align: left;}
.home-new-wrapper .cust-signup-sec .title-light{margin-bottom: -20px;} 
.home-new-wrapper .cust-signup-sec .inner-tagline{margin-bottom: 30px;}
.home-new-wrapper .cust-cwgtg-sec{position: relative;}
.home-new-wrapper .cust-cwgtg-sec .cust-flower-right {
    position: absolute;
    right: 0;
    top: -40%;
    z-index: 1;
}
.home-new-wrapper .cust-cwgtg-sec .cust-flower-left {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 1;
}
.cust-ggtg-sec{position: relative;z-index: 2;}
.cust-asw-sec,.cust-signup-sec{position: relative;}
.home-new-wrapper .cust-signup-sec .inner-tagline{color: #fcda38;}
.home-new-wrapper .cust-flower-top {position: absolute;left: 0;top: -237px;}
.cust-hc-sec,.cust-footer-new{position: relative;z-index: 2;}
.home-new-wrapper  .cust-flower-bottom {position: absolute;right: 0;top: -113px;z-index: 1;}
.cust-footer-new .cust-footer-left {position: absolute;left: 0;top: 0;}
.cust-footer-new  .cust-footer-right {position: absolute;bottom: 0;right: 0;}
.cust-footer-new{overflow: hidden;}
.btn-blue.cust-btn{background-color: #addbee;}
.cust-hc-sec .slick-slide.prev-slide .cust-card:after,.cust-hc-sec .slick-slide.next-slide .cust-card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(254 254 254 / 67%);
    border-radius: 15px;
}
.cust-footer-new .footer1{position: relative;z-index: 2;}
.cust-wtgim-sec .cust-btn{min-width: 100px;} 
.cust-txt-clr-light{color: var(--txt-clr-light) !important;}
.cust-faq-sec .faq-accordion .faq-item:last-child{border-bottom: 0;}
.home-new-wrapper .cust-cwgtg-sec .content-wrapper,.cust-common-sec.cust-asw-sec .container{z-index: 2;}
.cust-signup-sec .signup-form button{cursor:pointer;}
.home-new-wrapper .cust-btn:hover,.header.cust-header-new .cust-btn:hover{background: #f0c600;}
.header.cust-header-new .cust-btn.cust-login:hover,.cust-btn.btn-green:hover {background-color: #7FB883;}
.btn-blue.cust-btn:hover{background-color: #99CCE0;}
.home-new-wrapper .cust-signup-sec .signup-form button {font-size: 16px;}
.cust-footer-new.cust-home-footer{padding-top: 150px;}
.login-page .google-block{display: flex;justify-content: center;}
.coming_soon_main .title-bold {font-size:70px;font-family:var(--font-poppins);margin-top: 0;margin-bottom: 10px;font-weight: 600;color: #344970;line-height: 1.2;}
.coming_soon_main p{font-size:18px;line-height: 1.6;font-family: var(--font-poppins);color: var(--txt-clr);margin: 30px 0;}
.coming_soon_main .coming-soon-wrapper{padding-top: 80px;padding-bottom: 100px;}
.contactus-main .container{display: flex;justify-content: center;gap: 30px;max-width: 1000px;}
.contactus-main .container .col-right,.contactus-main .container .col-left{width: 50%;}
.contactus-main .container .form-wrapper{    background: #fff;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);padding: 30px;}
.contactus-main .container .form-wrapper .signup-form {background:none;border-radius:0;box-shadow: none;padding:0;}
.contactus-main p,.contactus-main h2,.contactus-main label,.contactus-main input,.contactus-main textarea,.contactus-main button{font-family: var(--font-poppins);}
.contactus-main .signup-form-wrapper h2{text-align: left;color: var(--newhome-maincolor);}
.contactus-main .signup-form-wrapper .form-group textarea,.contactus-main .signup-form-wrapper .form-group input{
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size:14px;
    outline: none;
    transition: border-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}
.contactus-main  .signup-form-wrapper .form-group label{font-size: 14px;}
.contactus-main .signup-form-wrapper button{font-size: 14px;}
.contactus-main .info-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}
.contactus-main .info-item p{margin: 0;text-align: left;}
.contactus-main .form-wrapper h2{margin-bottom: 15px;}
.contactus-main .info-item i {
    background: #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px 2px #00000014;
    color: var(--newhome-maincolor);
}
.contactus-main .info-item:last-child{margin-bottom: 0;}
.contactus-main .container .col-right {padding-top: 30px;}
.contactus-main .signup-form-wrapper .form-group textarea{resize: vertical;}

/* ── Subscribe Page — scoped to .subscribe-page-wrap ── */
.subscribe-page-wrap {
    min-height: 60vh;
    padding: 40px 0;
}
.subscribe-page-wrap .subscribe-header {
    text-align: center;
    margin-bottom: 40px;
}
.subscribe-page-wrap .subscribe-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}
.subscribe-page-wrap .subscribe-header p {
    color: #6c757d;
    font-size: 15px;
}
.subscribe-page-wrap .logged-user-identity {
    font-size: 13px;
    color: #6c757d;
}

/* ── Plan Cards ── */
.subscribe-page-wrap .plan-cards-wrap {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.subscribe-page-wrap .plan-card {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 32px 28px;
    width: 280px;
    text-align: center;
    position: relative;
    transition: border-color .2s, box-shadow .2s;
    cursor: pointer;
}
.subscribe-page-wrap .plan-card:hover {
    border-color: #f5c400;
    box-shadow: 0 4px 20px rgba(245,196,0,.15);
}
.subscribe-page-wrap .plan-card.selected {
    border-color: #f5c400;
    box-shadow: 0 4px 24px rgba(245,196,0,.25);
}
.subscribe-page-wrap .plan-card.popular, .subscribe-page-wrap .plan-card.plan-free {
    border-color: #f5c400;
    box-shadow: 0 4px 20px rgba(245,196,0,.15);
}
.subscribe-page-wrap .plan-card .popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5c400;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.subscribe-page-wrap .plan-card .plan-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #212529;
}
.subscribe-page-wrap .plan-card .plan-price {
    font-size: 38px;
    font-weight: 800;
    color: #f5c400;
    line-height: 1;
    margin-bottom: 4px;
}
.subscribe-page-wrap .plan-card .plan-price sup {
    font-size: 18px;
    vertical-align: super;
    font-weight: 600;
}
.subscribe-page-wrap .plan-card .plan-desc {
    font-size: 13px;
    color: #6c757d;
    margin: 16px 0 24px;
    min-height: 36px;
}
.subscribe-page-wrap .plan-card .btn-subscribe {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    background-color: #f5c400;
    border-color: #f5c400;
    color: #fff;
}
.subscribe-page-wrap .plan-card .btn-subscribe:hover,
.subscribe-page-wrap .plan-card.selected .btn-subscribe {
    background-color: #d9ae00;
    border-color: #d9ae00;
    color: #fff;
}
.subscribe-page-wrap .subscribe-note {
    text-align: center;
    margin-top: 32px;
    font-size: 13px;
    color: #6c757d;
}
.subscribe-page-wrap .subscribe-note a { color: #f5c400; }

/* ── Card Payment Form ── */
.subscribe-page-wrap .payment-form-wrap {
    display: none;
    max-width: 520px;
    margin: 40px auto 0;
    background: #fff;
    border: 2px solid #f5c400;
    border-radius: 12px;
    padding: 32px;
}
.subscribe-page-wrap .payment-form-wrap .payment-form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #212529;
}
.subscribe-page-wrap .payment-form-wrap .payment-form-subtitle {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 24px;
}
.subscribe-page-wrap .payment-form-wrap .selected-plan-info {
    background: #fffbea;
    border: 1px solid #f5c400;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscribe-page-wrap .payment-form-wrap .selected-plan-info strong {
    color: #212529;
}
.subscribe-page-wrap .payment-form-wrap .selected-plan-info .plan-amount {
    font-size: 18px;
    font-weight: 800;
    color: #f5c400;
}
.subscribe-page-wrap .payment-form-wrap label {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 6px;
    display: block;
}
.subscribe-page-wrap .payment-form-wrap .form-group {
    margin-bottom: 18px;
}
.subscribe-page-wrap .payment-form-wrap .stripe-element-wrap {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    transition: border-color .2s;
}
.subscribe-page-wrap .payment-form-wrap .stripe-element-wrap.focused {
    border-color: #f5c400;
    box-shadow: 0 0 0 3px rgba(245,196,0,.12);
}
.subscribe-page-wrap .payment-form-wrap .stripe-element-wrap.error {
    border-color: #dc3545;
}
.subscribe-page-wrap .payment-form-wrap .card-error-msg {
    color: #dc3545;
    font-size: 12px;
    margin-top: 6px;
    display: none;
}
.subscribe-page-wrap .payment-form-wrap .btn-pay {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    background-color: #f5c400;
    border-color: #f5c400;
    color: #fff;
    margin-top: 8px;
}
.subscribe-page-wrap .payment-form-wrap .btn-pay:hover {
    background-color: #d9ae00;
    border-color: #d9ae00;
}
.subscribe-page-wrap .payment-form-wrap .btn-pay:disabled {
    opacity: .7;
    cursor: not-allowed;
}
.subscribe-page-wrap .payment-form-wrap .secure-note {
    text-align: center;
    font-size: 12px;
    color: #6c757d;
    margin-top: 14px;
}
.subscribe-page-wrap .payment-form-wrap .secure-note i {
    color: #28a745;
}
.subscribe-page-wrap .payment-form-wrap .btn-change-plan {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin-top: 12px;
    display: block;
    width: 100%;
    text-align: center;
}
.subscribe-page-wrap .payment-form-wrap .btn-change-plan:hover {
    color: #212529;
}

.subscribe-success-wrap {
    min-height: 60vh;
    padding: 40px 0;
    text-align: center;
}
.subscribe-success-wrap .success-icon {
    font-size: 64px;
    color: #28a745;
    margin-bottom: 20px;
}
.subscribe-success-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #212529;
}
.subscribe-success-wrap .success-desc {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 0;
}
.subscribe-success-wrap .btn-login {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: 600;
    background: #f5c400;
    border-color: #f5c400;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}
.subscribe-success-wrap .btn-login:hover {
    background: #d9ae00;
    border-color: #d9ae00;
    color: #fff;
    text-decoration: none;
}

/* Media queries */
@media only screen and (max-width:1600px)
{
    .home-new-wrapper .hero{padding: 50px 30px;} 
    .home-new-wrapper .cust-flower-top img {width: 500px;}   
    .home-new-wrapper .cust-flower-left img{width: 500px;}
    .home-new-wrapper .cust-faq-sec .script{font-size: 120px;}
}
@media only screen and (max-width:1440px)
{
    .home-new-wrapper .hero{min-height:650px;}
    .home-new-wrapper .hero .hero-content{padding-top: 100px;}
    .cust-hc-sec {padding: 120px 30px 225px;}
    .home-new-wrapper .cust-flower-top img {width: 400px;}
    .cust-flower-right img{width: 450px;}
    .home-new-wrapper .cust-flower-left img {width: 450px;}
    .cust-footer-new .cust-footer-right img{width: 500px;}
    .cust-footer-new .cust-footer-left img{width: 200px;}
}
@media only screen and (max-width:1400px)
{
    .home-new-wrapper .cust-ggtg-sec .script{font-size: 120px;margin-top: -40px;}
    .cust-ggtg-sec .title-light {margin-left: 39px;margin-top: -22px;font-size: 40px;}
    .cust-ggtg-sec .tagline {margin-left: 90px;}
    .home-new-wrapper .cust-asw-sec .script{font-size: 120px;}
    .home-new-wrapper .cust-asw-sec .title-light{font-size: 40px;}
}
@media only screen and (max-width:1359px)
{
    .home-new-wrapper .cust-cwgtg-sec .cust-flower-right {top: -20%;z-index: 1;}
}
@media only screen and (max-width:1250px)
{
    .home-new-wrapper .cust-faq-sec .script {font-size: 100px;}
}
@media only screen and (max-width:1200px)
{
    .header.cust-header-new .menu ul li a{font-size: 13px;}
    .home-new-wrapper .cust-ggtg-sec .script {font-size: 108px;margin-top: -33px;}
    .cust-hiw-sec {margin-top: -30px;}
    .cust-hc-sec .cust-slider .slick-list {padding: 0 16% !important;}
    .cust-hc-sec .slick-slide.prev-slide, .cust-hc-sec .slick-slide.next-slide  {transform: translateX(77%) scale(0.9);}
    .cust-hc-sec .slick-slide.next-slide {transform: translateX(-77%) scale(0.9);}
    .home-new-wrapper  .cust-flower-bottom { top: -50px;}
    .home-new-wrapper .cust-flower-bottom img{width: 300px;}
}
@media only screen and (max-width:1100px)
{
    .cust-faq-sec .content-wrapper{flex-direction: column;}
    .cust-faq-sec .faq-left,.cust-faq-sec .faq-right {width:100%;}
    .cust-faq-sec .faq-right img{max-width: 500px;}
    .cust-faq-sec .floating-review {max-width:600px;left:0;right: 0;margin: auto;}
}
@media only screen and (max-width:1024px)
{
    .home-new-wrapper .hero {min-height: 550px;}
    .home-new-wrapper .hero .hero-content {padding-top: 60px;}
    .home-new-wrapper .script {font-size: 130px;}
    .home-new-wrapper .main-heading {font-size: 45px;margin-top: -50px;margin-left: 108px;}
    .home-new-wrapper .tagline {font-size: 26px;margin-left: 108px;}
    .home-new-wrapper .container{padding-left: 0;padding-right: 0;}
    .home-new-wrapper .cust-card{width: 45%;}
    .cust-ggtg-sec.cust-common-sec .content-wrapper {align-items: center;flex-direction: column;}
    .cust-ggtg-sec.cust-common-sec .cust-col-left, .cust-ggtg-sec.cust-common-sec .cust-col-right {width: 100%;}
    .cust-ggtg-sec.cust-common-sec .cust-col-right img {max-width: 500px;}
    .cust-hiw-sec .steps-img-grid{display: flex;justify-content: center;flex-wrap: wrap;gap:30px;}
    .cust-hiw-sec .steps-img-grid .cust-step{width: 40%;}
    .home-new-wrapper .cust-hc-sec  .cust-card {width: 100%;}
    .cust-asw-sec .content-wrapper {flex-direction: column-reverse;}
    .cust-asw-sec .content-wrapper .cust-col-left, .cust-asw-sec .content-wrapper .cust-col-right {width:100%;}
    .cust-asw-sec .content-wrapper .cust-col-left img{max-width: 500px;}
    .cust-asw-sec {padding-top: 50px;margin-top: 0;}
    .cust-asw-sec .content-wrapper .cust-col-right{padding-left: 0;}
    .home-new-wrapper .cust-flower-top {position: absolute;left: 0;top: unset;bottom: 0;}
    .home-new-wrapper .cust-asw-sec .tagline {font-size: 26px;margin-left: 0;}
    .cust-flower-right img {width: 400px;}
    .home-new-wrapper .cust-flower-left img {width: 400px;}
    .cust-footer-new .cust-footer-right img{width: 400px;}
    .cust-footer-menu {gap: 35px;}
}
@media only screen and (max-width:992px)
{
  .header .menu-toggle {display: flex;}
  .header .menu {position: absolute;top: 100%;right: 0;background: #fff;width: 100%;max-height: 0;overflow: hidden;transition: max-height 0.3s ease;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);z-index: 99;}
  .header .menu.active {max-height:max-content;}
  .header .menu ul {flex-direction: column;align-items: center;padding:0;gap: 0;margin: 0;}
  .header .menu ul li a {font-size: 16px;color: #333;}
  .header .menu.active ul li {border-bottom: 1px solid #eee;width: 100%;text-align: center;padding: 15px 10px;}
  /* Toggle animation */
  .menu-toggle.active span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}
  .menu-toggle.active span:nth-child(2) {opacity: 0;}
  .menu-toggle.active span:nth-child(3) {transform: rotate(-45deg) translate(5px, -5px);}
  .header.cust-header-new .menu ul li a {font-size: 15px;}
  .cust-hc-sec .slick-slide.next-slide,.cust-hc-sec .slick-slide.prev-slide {transform: unset;}
  .cust-hc-sec .cust-slider .cust-slide {padding: 0 10px;}
  .cust-hc-sec .cust-slider .slick-list {padding: 0 5% !important;}
}
@media only screen and (max-width:800px)
{
    .home-new-wrapper .cust-flower-top img {width: 350px;}
    .cust-flower-right img {width: 300px;}
    .home-new-wrapper .cust-flower-left img {width: 300px;}
}
@media only screen and (max-width:767px)
{
  .banner-sec {padding: 50px 30px;}
  .banner-sec h1{margin-top: 0;}
  h2{margin-top: 10px;}
  .steps{padding-left: 0;padding-right: 0;}
  .signup-form-wrapper {padding: 40px 30px;}
  .banner-sec h1{font-size: 45px;}
  .home-new-wrapper .hero {min-height: 500px;}
  .home-new-wrapper .cust-card{width:100%;}
  .cust-hc-sec {padding: 80px 30px 200px;}
  .cust-hc-sec .slick-slide {transform: scale(1);}
  .home-new-wrapper .cust-cwgtg-sec .cust-flower-right {top: -10%;}
  .home-new-wrapper .cust-cwgtg-sec .cust-flower-left {top: unset;bottom: -11%;}
  .cust-footer-menu {gap: 30px;flex-wrap: wrap;row-gap: 10px;}
  .coming_soon_main .coming-soon-wrapper {padding-top: 60px;padding-bottom: 80px;}
  .coming_soon_main .title-bold {font-size:50px;}
  .coming_soon_main p{font-size:16px;margin: 20px 0;}
  .coming_soon_main .container{padding-left: 0;padding-right: 0;}
  .contactus-main .container{flex-direction: column-reverse;}
  .contactus-main .container .col-right, .contactus-main .container .col-left {width: 100%;}
  .contactus-main .container .col-right {padding-top:0;}
}
@media only screen and (max-width:575px)
{
   .home-new-wrapper .tagline {font-size: 24px;margin-left: 81px;margin-bottom: 15px;}
   .home-new-wrapper .script {font-size: 100px;}
   .home-new-wrapper .hero {min-height: 450px;}
   .home-new-wrapper .title-bold,.home-new-wrapper .title-light {font-size: 40px;}
   .home-new-wrapper .inner-tagline{font-size: 100px;}
   .cust-cwgtg-sec {padding-top: 20px;}
   .cust-hiw-sec .steps-img-grid .cust-step img {width: 100%;}
   .cust-hiw-sec .steps-img-grid {flex-direction: column;}
   .cust-hiw-sec .steps-img-grid .cust-step {width: 100%;}
   .home-new-wrapper .cust-ggtg-sec .title-light {font-size: 35px;margin-top: -10px;}
   .home-new-wrapper .cust-ggtg-sec .script {font-size: 80px;}
   .home-new-wrapper .cust-ggtg-sec{padding-top: 20px;}
   .cust-hiw-sec {margin-top: 0;padding-top: 0;padding-bottom: 0;}
   .home-new-wrapper .cust-card {flex-direction: column;}
   .cust-hc-sec .slick-slide .cust-text,.cust-hc-sec .slick-slide .cust-img{width: 100%;box-sizing: border-box;}
   .cust-hc-sec .cust-slider .slick-list {padding: 0 !important;}
   .cust-hc-sec .slick-slide .cust-text{padding: 35px 30px;}
   .cust-hc-sec .slick-slide.next-slide .cust-text,.cust-hc-sec .slick-slide.next-slide .cust-img {width:100%;}
   .cust-asw-sec {padding-top: 0;}
   .home-new-wrapper .cust-asw-sec .script {font-size: 80px;}
   .home-new-wrapper .cust-asw-sec .title-light {font-size: 35px;}
   .home-new-wrapper .cust-asw-sec .script {font-size: 80px;}
   .home-new-wrapper .cust-asw-sec .tagline {font-size: 24px;}
   .home-new-wrapper .cust-faq-sec .script {font-size: 80px;}
   .cust-faq-sec .floating-review {bottom: -60px;}
   .home-new-wrapper .cust-flower-top img {width: 200px;}
   .home-new-wrapper .cust-flower-top {bottom: 20%;}
   .home-new-wrapper  .cust-flower-bottom {top: 26px;}
   .home-new-wrapper .cust-flower-bottom img {width: 200px;}
   .cust-signup-sec .signup-form{flex-direction: column;}
   .cust-signup-sec .signup-form input{width: 100%;box-sizing: border-box;}
   .cust-signup-sec .signup-form{padding: 30px;}
   .cust-footer-new .cust-ftr-logo img{max-width: 200px;}
}   
@media only screen and (max-width:480px)
{
  .banner-sec h1,.h1-title {font-size: 30px;}
  .banner-sec p {font-size:16px;}
  .product-sec .product-card .product-title {font-size: 18px;}
  .signup-form-wrapper .form-group label{font-size: 14px;}
  .signup-form {padding: 20px;}
  .home-new-wrapper .main-heading {font-size: 28px;margin-top: -31px;margin-left: 68px;}
  .home-new-wrapper .script {font-size: 80px;}
  .home-new-wrapper .tagline {font-size: 20px;margin-left: 68px;margin-bottom: 23px;}
  .home-new-wrapper .hero .hero-content {padding-top: 20px;}
  .home-new-wrapper .hero {min-height: 400px;}
  .home-new-wrapper .title-bold,.home-new-wrapper .title-light {font-size:35px;}
  .home-new-wrapper .card-title{font-size: 18px;}
  .cust-hiw-sec .steps-img-grid{margin-top: 30px;}
  .cust-hiw-sec .steps-img-grid .cust-step img {width:200px;}
  .home-new-wrapper .cust-ggtg-sec .tagline {font-size: 20px;margin-left: 63px;margin-bottom: 7px;}
  .home-new-wrapper .cust-ggtg-sec .title-light {font-size: 27px;margin-top: 0px;margin-left: 0;}
  .home-new-wrapper .cust-asw-sec .title-light {font-size: 27px;}
  .home-new-wrapper .cust-asw-sec .tagline {font-size: 20px;margin-left: 0;}
  .cust-faq-sec .floating-review {bottom: 0;position: relative;flex-direction: column;margin-top: -70px;}
  .cust-flower-right img {width: 200px;}
  .cust-wtgim-sec.cust-common-sec {position: relative;z-index: 2;}
  .cust-signup-sec {padding-top: 50px;}
  .cust-footer-new{padding-bottom: 20px;padding-top: 30px;}
  .cust-footer-new.cust-home-footer{padding-top: 130px;padding-bottom: 20px;}
  .home-new-wrapper .cust-signup-sec .title-light {margin-bottom: -14px;}
  .coming_soon_main .coming-soon-wrapper {padding-top:40px;padding-bottom:60px;}
  .coming_soon_main .title-bold {font-size:30px;}
  .coming_soon_main p{font-size:15px;}
  .contactus-main .signup-form-wrapper h2{font-size: 22px;}
  .contactus-main .container .form-wrapper {padding: 15px 20px 20px;}
} 
@media only screen and (max-width:430px)
{
    .home-new-wrapper .hero-text {font-size: 15px;}
    .home-new-wrapper .hero .hero-content {padding-top:0;}
    .home-new-wrapper .title-bold,.home-new-wrapper .title-light {font-size:26px;}
    .home-new-wrapper .inner-tagline{margin-bottom: -15px;font-size: 80px;}
    .home-new-wrapper p{font-size: 15px;}
    .cust-wtgim-sec .btn-wrapper {flex-direction: column;}
    .home-new-wrapper .cust-ggtg-sec .script {font-size: 60px;}
    .home-new-wrapper .cust-ggtg-sec .title-light {font-size: 26px;}
    .home-new-wrapper .cust-ggtg-sec .script {font-size: 60px;margin-top: -24px;}
    .cust-hiw-sec .steps-img-grid .cust-step img {width: 150px;}
    .home-new-wrapper .cust-asw-sec .title-light {font-size: 26px;margin-top: -13px;}
    .home-new-wrapper .cust-asw-sec .script {font-size: 60px;}
    .cust-asw-sec {margin-top: -30px;}
    .home-new-wrapper .cust-ggtg-sec .tagline {margin-left: 44px;}
    .home-new-wrapper .cust-faq-sec .script {font-size: 60px;}
    .home-new-wrapper .cust-faq-sec .hero-title {margin-bottom: -17px;}
    .cust-faq-sec .faq-sub {margin-bottom: 20px;}
    .cust-faq-sec .faq-item.open .faq-answer {font-size: 15px;}
    .home-new-wrapper .cust-flower-top {bottom: 13%;}
    .cust-signup-sec .signup-form input,.cust-footer-menu a {font-size: 15px;}
    .cust-faq-sec .faq-question h4 {font-size: 16px;}
    .home-new-wrapper .cust-signup-sec .title-light {margin-bottom: -10px;}
    .home-new-wrapper .cust-signup-sec .signup-form button {font-size: 14px;}
    .home-new-wrapper .cust-btn{font-size: 14px;padding: 12px 30px;}
}
@media only screen and (max-width:360px)
{
    .home-new-wrapper .hero {min-height:400px;}
    .home-new-wrapper .tagline {font-size: 18px;margin-left: 48px;margin-bottom: 29px;}
    .home-new-wrapper .script {font-size: 60px;}
    .home-new-wrapper .main-heading {font-size: 24px;margin-top: -21px;margin-left: 51px;}
}
.small-note {
	text-align: left;
	font-size: 13px;
	color: #645d5d;
	padding-top: 8px;
}

.login-btn{
  margin-bottom:20px;
}