@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Paytone+One&display=swap');

:root {
    --primary: #5a6d5a;
    --text-field: #ffffff;
    --sec-text: #8a9b9e;
    --new: #d4d8d4;
    --bg-light: #f8f9f8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #2d2d2d;
    line-height: 1.6;
    overflow-x: hidden;
    background: var(--text-field);
    font-family: "Karla", sans-serif;
}


main  {
        overflow: hidden;
}

section {
    overflow: hidden;
    position: relative;
}
.ct-bg {
    background-color: #ebebeb !important;
}
h1,h2,h3,h4,h5,h6 {

            font-family: "Paytone One", sans-serif;
}
p{
    color: #64748B;
}

/* Header */
header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid var(--new);
}

nav {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: -2px;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--sec-text);
    font-weight: 500;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn {
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
}

.btn-login {
    background: transparent;
    color: var(--primary);
}

.btn-primary {
    background: var(--primary);
    color: var(--text-field);
    box-shadow: 0 4px 15px rgba(90, 109, 90, 0.2);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 109, 90, 0.3);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--text-field);
    padding: 140px 2rem 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 70%);
    border-radius: 50%;
    animation: bubble-float-1 20s ease-in-out infinite;
    z-index: -1;
}


.hero::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 70%);
    border-radius: 50%;
    animation: bubble-float-2 25s ease-in-out infinite;
    z-index: -1;
}

.navbar-collapse>ul:last-child {
    padding: 0;
    margin: 0;
    list-style: none;
    display: contents;
    display: contents;
}

header .navbar a.btn.start-btn {
    background: #5a6d5a;
    color: #fff;
}

.navbar a.nav-link {
    color: #8a9b9e;
    font-family: 'Inter' !important;
    font-size: 15px;
    font-weight: 500;
}

.navbar a.nav-link:hover {
    color: #435642;
    font-family: 'Inter' !important;
    font-size: 15px;
    font-weight: 500;
}
.navbar .navbar-nav {
    gap: 30px;
}

.navbar .navbar-collapse .dropdown-menu {
    border: 1px solid var(--new);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0;
}

.navbar .navbar-collapse .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #2d2d2d;
    font-weight: 500;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.navbar .navbar-collapse .dropdown-menu .dropdown-item:hover {
    background: var(--bg-light);
    color: var(--primary);
    border-left-color: var(--primary);
    padding-left: 1.75rem;
}

header .navbar .header-logo {
    width: 100px;
}

footer .footer-links {
    padding-top: 40px;
}
.contact-info {
    text-align: center;
    padding: 40px;
    border: solid #dbdbdb;
    border-width: 1px;
    border-radius: 12px;
}
.contact-info i {
    font-size: 25px;
    color: #5a6d5a;
    padding-bottom: 10px;
}
.contact-info a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.contact-info:hover {
    background: #5a6d5a;
    transition: 0.3s;
}
.contact-info:hover i {
    color: #fff;
}
.contact-info:hover a {
    color: #fff;
}
.contact-form input {
    width: 100%;
    margin: 6px;
    height: 45px;
    border-radius: 9px;
    border-width: 1px;
    border-color: #dddddd;
    font-size: 14px;
    padding-left: 15px;
}
.contact-form textarea {
    width: 100%;
    border-radius: 10px;
    margin: 5px;
    padding: 15px;
    font-size: 15px;
}
.contact-form input {
    width: 100%;
    margin: 6px;
    height: 45px;
    border-radius: 9px;
    border-width: 1px;
    border-color: #dddddd;
}
.contact-form button {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #5c6d5b;
    color: #fff;
}
.top-heading {
    text-align: center;
}
.top-heading h2 {
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 20px;
}
.contact-form {
    padding: 50px;
    background: #edededc2;
    border-radius: 20px;
}
.anni-character {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--primary) 0%, #4a5a4a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    margin: 0 auto 2rem;
    position: relative;
    animation: float 3s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(90, 109, 90, 0.3);
}
.anni-character::before {
    content: '👋';
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 2rem;
    animation: wave 1s ease-in-out infinite;
}
  /******************* sec-inner-banner start *******************/
.sec-inner-banner {
    padding: 50px 0 50px;
}
.sec-inner-banner .easy-hero-text h1 {
    font-weight: 700;
    color: #5c6d5b;
}

.sec-inner-banner .easy-hero-text h5 {
    position: relative;
    padding-left: 30px;
}

.sec-inner-banner .easy-hero-text h5::before {
    content: "\f055";
    font-family: 'Font Awesome 7 Pro';
    position: absolute;
    top: 2px;
    left: 0;
    gap: 10px;
    color: #5c6d5b;
    font-weight: 500;
}
.sec-organize .easy-hero-text ul.build-point {
    list-style: none;
    padding: 0;
}
.sec-inner-banner .easy-hero-text ul.build-point li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
}
.sec-inner-banner .easy-hero-text ul.build-point li:before {
    content: "\f058";
    font-family: 'Font Awesome 7 Pro';
    position: absolute;
    top: 2px;
    left: 0;
    color: #5c6d5b;
}
.easy-hero-text .easy-hero-text h2 {
    font-size: 50px;
    color: #5c6d5b;
}

  /******************* sec-inner-banner close *******************/

   /******************* sec-organize start *******************/
.sec-organize {
    padding: 50px 0 50px;
    background-color: #E3E2DD;
}
.sec-organize .easy-hero-text h1 {
    font-weight: 700;
    color: #5c6d5b;
}

.sec-organize .easy-hero-text h5 {
    position: relative;
    padding-left: 30px;
}

.sec-organize .easy-hero-text h5::before {
    content: "\f111";
    font-family: 'Font Awesome 7 Pro';
    position: absolute;
    top: 2px;
    left: 0;
    gap: 10px;
    color: #5c6d5b;
}
.sec-organize .easy-hero-text ul.build-point {
    list-style: none;
    padding: 0;
}
.sec-organize .easy-hero-text ul.build-point li {
    position: relative;
    padding: 0 0 10px 25px;
    font-size: 18px;
    font-weight: 500;
}
.sec-organize .easy-hero-text ul.build-point li:before {
    content: "\f058";
    font-family: 'Font Awesome 7 Pro';
    position: absolute;
    top: 2px;
    left: 0;
    color: #5c6d5b;
    font-weight: 600;
}
.sec-organize .easy-hero-text h2 {
    font-size: 50px;
    color: #5c6d5b;
    padding-bottom: 10px;
}

/******************* sec-organize close *******************/

/******************* sec-organaize-box start *******************/

section.sec-organaize-box {
    padding: 100px 0;
}
.sec-organaize-box .feature-info:hover p,.sec-organaize-box .feature-info:hover h2 {
    color: #fff;
}
.sec-organaize-box .feature-info .desc {
    overflow-y: auto;
    height: 125px;
}
/* width */
.sec-organaize-box .feature-info .desc::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.sec-organaize-box .feature-info .desc::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.sec-organaize-box .feature-info .desc::-webkit-scrollbar-thumb {
  background: #8ea38e;
    border-radius: 10px;
}
/* Handle on hover */
.sec-organaize-box .feature-info .desc::-webkit-scrollbar-thumb:hover {
  background: #555;
}s
.sec-organaize-box .feature-info h2 {
    font-size: 20px;
    padding-bottom: 5px;
}

.sec-organaize-box .feature-info p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    padding-right: 15px;
}

.sec-organaize-box .feature-info {
    text-align: center;
    padding: 30px;
    border: 2px solid #5c6d5b;
    border-radius: 26px;
    corner-shape: scoop;
    position: relative;
    margin-bottom: 40px;
}

.sec-organaize-box .feature-info::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #5a6d5a;
}

.sec-organaize-box .feature-info::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: -12px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #5a6d5a;
}

.sec-organaize-box .feature-info i {
    font-size: 50px;
    color: #5a6d5a;
    padding-bottom: 10px;
}
.sec-organaize-box .feature-info a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.sec-organaize-box .feature-info:hover {
    background: #5a6d5a;
    transition: 0.3s;
}
.sec-organaize-box .feature-info:hover i {
    color: #fff;
}
.sec-organaize-box .feature-info:hover a {
    color: #fff;
}

/******************* sec-organaize-box end *******************/



/***************************  start Share-hero-text ******************/

.sec-inner-banner .Share-hero-text h1 {
    font-weight: 700;
    color: #5c6d5b;
}

.sec-inner-banner .Share-hero-text h5 {
    position: relative;
    padding-left: 30px;
}

.sec-inner-banner .Share-hero-text h5::before {
    content: "\f055";
    font-family: 'Font Awesome 7 Pro';
    position: absolute;
    top: 2px;
    left: 0;
    gap: 10px;
    color: #5c6d5b;
    font-weight: 500;
}
.sec-organize .Share-hero-text ul.build-point {
    list-style: none;
    padding: 0;
}
.sec-inner-banner .Share-hero-text ul.build-point li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
}
.sec-inner-banner .Share-hero-text ul.build-point li:before {
    content: "\f058";
    font-family: 'Font Awesome 7 Pro';
    position: absolute;
    top: 2px;
    left: 0;
    color: #5c6d5b;
}
.Share-hero-text .Share-hero-text h2 {
    font-size: 50px;
    color: #5c6d5b;
}
.inner-top-banner h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}
section.inner-top-banner {
    background: #5c6d5b;
    padding: 160px 0 80px 0;
}
.inner-top-banner .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}
.inner-top-banner nav a {
    color: #c5c5c5;
    text-decoration: none;
}
.inner-top-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.card p {
    color: #fff;
}
img.contact-form-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
a.btn-hero.btn-hero-primary:hover {
    color: #fff;
}
.faq-section .hero-buttons {
    justify-content: center;
}
.testimonials .hero-buttons {
    justify-content: center;
}
.main-section img.img-fluid {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.hero .hero-text .hero-face-img img {
    height: 180px;
    object-fit: contain;
    border: solid #5c6d5b;
    border-width: 1px 4px 4px 1px;
    border-radius: 100%;
}
.phone-mockup img {
    height: 650px;
}
section.privacy-policy-content {
    padding: 70px 0 70px 0;
}
section.privacy-policy-content h2 {
    padding-bottom: 10px;
    font-size: 40px;
}
.footer-bottom p {
    font-size: 16px !important;
    color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
 
.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #E3E2DD;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
 
.overlay .overlayDoor:before {
  left: 0;
}
 
.overlay .overlayDoor:after {
  right: 0;
}
 
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
 
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
 
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
 
/***************************  end Share-hero-text ******************/


/* ************** start loader ***********************/
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}
 
.loader {
  width: 128px;
  height: 128px;
  border: 3px solid #5c6d5b;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #5c6d5b;
  border-radius: 50%;
  animation: spinInner 1s linear infinite;
}
 
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
 
  100% {
      transform: rotate(360deg);
  }
}
 
@keyframes spinInner {
  0% {
      transform: rotate(0deg);
  }
 
  100% {
      transform: rotate(-720deg);
  }
}

/************************ end loader **********************/

/* ================================= new css end =============================== */

@keyframes bubble-float-1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-30px, -30px) scale(1.1);
    }
}

@keyframes bubble-float-2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(40px, -40px) scale(1.15);
    }
}

/* .hero-content {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    position: relative;
    z-index: 1;
} */
.hero-content {
    display: flex;
}

.hero-text {
    animation: slide-in-left 0.8s ease-out;
}

@keyframes slide-in-left {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-text .logo-text {
    font-size: 5rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 2rem;
    letter-spacing: -4px;
    line-height: 1;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #2d2d2d;
}

.hero-text p {
    font-size: 1.1rem;
    color: var(--sec-text);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.btn-hero {
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.btn-hero-primary {
    background: var(--primary);
    color: var(--text-field);
    box-shadow: 0 4px 15px rgba(90, 109, 90, 0.2);
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(90, 109, 90, 0.3);
}

.arrow-circle {
    width: 28px;
    height: 28px;
    background: var(--text-field);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1rem;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: slide-in-right 0.8s ease-out;
}

@keyframes slide-in-right {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Floating gift icons in background */
.floating-icon {
    position: absolute;
    font-size: 40px;
    opacity: 0.1;
    animation: float-icon 15s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.floating-icon:nth-child(2) {
    top: 60%;
    left: 15%;
    animation-delay: 3s;
}

.floating-icon:nth-child(3) {
    top: 30%;
    right: 10%;
    animation-delay: 6s;
}

.floating-icon:nth-child(4) {
    bottom: 20%;
    right: 15%;
    animation-delay: 9s;
}

@keyframes float-icon {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-20px) rotate(5deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(-15px) rotate(-5deg);
    }
}

/* .phone-mockup {
    width: 340px;
    height: 720px;
    background: var(--bg-light);
    border-radius: 45px;
    padding: 20px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: float 6s ease-in-out infinite;
} */
.phone-mockup {
    padding-top: 50px;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.phone-content {
    text-align: center;
    padding: 3rem 2rem;
}

.phone-logo {
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: -3px;
    margin-bottom: 2.5rem;
}

.phone-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.phone-content p {
    font-size: 1rem;
    color: var(--sec-text);
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Features Section */
.features {
    padding: 120px 2rem;
    background: var(--bg-light);
    position: relative;
    overflow: hidden;
}

.features::before {
    content: '';
    position: absolute;
    top: 10%;
    right: 5%;
    width: 200px;
    height: 200px;
    background: var(--primary);
    opacity: 0.03;
    border-radius: 50%;
    animation: pulse-scale 8s ease-in-out infinite;
}

.features::after {
    content: '';
    position: absolute;
    bottom: 15%;
    left: 8%;
    width: 150px;
    height: 150px;
    background: var(--primary);
    opacity: 0.04;
    border-radius: 50%;
    animation: pulse-scale 6s ease-in-out infinite 2s;
}

@keyframes pulse-scale {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

/* Why Choose Us Section */
.why-choose {
    padding: 40px 0 40px 0;
    background: var(--text-field);
    position: relative;
    overflow: hidden;
}

.why-choose::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 216, 212, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    animation: float-left 15s ease-in-out infinite;
}

.why-choose::after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(212, 216, 212, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: float-right 18s ease-in-out infinite;
}

@keyframes float-left {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(50px, -50px);
    }
}

@keyframes float-right {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-50px, 50px);
    }
}

.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.why-card {
    padding: 2.5rem;
    border-radius: 20px;
    background: var(--bg-light);
    border: 2px solid transparent;
    transition: all 0.3s;
    position: relative;
}

.why-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(90, 109, 90, 0.1);
}

.why-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    opacity: 0.2;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}

.why-card h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #2d2d2d;
    position: relative;
    z-index: 1;
}

.why-card p {
    color: var(--sec-text);
    line-height: 1.7;
    font-size: 1rem;
}

/* Testimonials Section */
.testimonials {
    padding: 100px 0 40px 0;
    background: var(--bg-light);
    position: relative;
    overflow: hidden;
}

/* Floating decorative elements */
.testimonials::before,
.testimonials::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: var(--primary);
    opacity: 0.05;
}

.testimonials::before {
    width: 250px;
    height: 250px;
    top: 15%;
    right: 10%;
    animation: bubble-move-1 20s ease-in-out infinite;
}

.testimonials::after {
    width: 180px;
    height: 180px;
    bottom: 20%;
    left: 10%;
    animation: bubble-move-2 15s ease-in-out infinite;
}

@keyframes bubble-move-1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

@keyframes bubble-move-2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-40px, -40px) scale(1.15);
    }
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    padding: 2.5rem;
    border-radius: 20px;
    background: var(--text-field);
    border: 2px solid var(--new);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 120px;
    color: var(--new);
    font-family: Georgia, serif;
    opacity: 0.3;
    line-height: 1;
}

.testimonial-card.featured-testimonial::before {
    color: rgba(255, 255, 255, 0.1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--primary);
}

.testimonial-card.featured-testimonial {
    background: var(--primary);
    border: none;
}

.testimonial-card.featured-testimonial .stars,
.testimonial-card.featured-testimonial .testimonial-text,
.testimonial-card.featured-testimonial .author-info h4,
.testimonial-card.featured-testimonial .author-info p {
    color: var(--text-field);
}

.testimonial-card.featured-testimonial .author-avatar {
    background: var(--text-field);
    color: var(--primary);
}

.stars {
    font-size: 1.5rem;
    color: #fbbf24;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.testimonial-card.featured-testimonial .stars {
    color: #fef3c7;
}

.testimonial-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2d2d2d;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--text-field);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.author-info h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 0.25rem;
}

.author-info p {
    font-size: 0.9rem;
    color: var(--sec-text);
}

/* FAQ Section */
.faq-section {
    padding: 100px 0 40px 0;
    background: var(--text-field);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '?';
    position: absolute;
    font-size: 300px;
    font-weight: 800;
    color: var(--primary);
    opacity: 0.02;
    top: 10%;
    right: 5%;
    animation: question-pulse 5s ease-in-out infinite;
}

@keyframes question-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.02;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.04;
    }
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}
.faq-item {
    border-bottom: 2px solid var(--new);
    margin-bottom: 0.5rem;
}

.faq-question {
    width: 100%;
    padding: 1.75rem 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d2d2d;
    text-align: left;
    transition: color 0.3s;
}

.faq-question:hover {
    color: var(--primary);
}

.faq-icon {
    font-size: 1.8rem;
    color: var(--primary);
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 1.75rem;
}

.faq-answer p {
    color: var(--sec-text);
    line-height: 1.8;
    font-size: 1rem;
}

.features {
    padding: 40px 0px 40px 0px;
    background: var(--bg-light);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #2d2d2d;
}

.section-header p {
    font-size: 1.15rem;
    color: var(--sec-text);
}

.features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.feature-card {
    padding: 20px;
    border-radius: 24px;
    transition: all 0.3s;
    border: 2px solid transparent;
    animation: fade-in-up 0.6s ease-out forwards;
    opacity: 0;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 35px;
}

.feature-card:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-card:nth-child(4) {
    animation-delay: 0.4s;
}

.feature-card:nth-child(5) {
    animation-delay: 0.5s;
}

.feature-card:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(90, 109, 90, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon svg {
    width: 30px;
    height: 30px;
    color: var(--text-field);
}

.feature-card h3 {
    font-size: 22px;
    margin-bottom: 1rem;
    color: #2d2d2d;
    font-weight: 500;
}

.feature-card p {
    color: var(--sec-text);
    line-height: 1.7;
    font-size: 1rem;
}

/* How It Works */
.how-it-works {
    padding: 40px 0 40px 0;
    background: var(--text-field);
    position: relative;
    overflow: hidden;
}

.how-it-works::before,
.how-it-works::after {
    content: '🎁';
    position: absolute;
    font-size: 100px;
    opacity: 0.03;
    animation: rotate-slow 30s linear infinite;
}

.how-it-works::before {
    top: 10%;
    left: 5%;
}

.how-it-works::after {
    bottom: 10%;
    right: 5%;
    animation-delay: 15s;
}

@keyframes rotate-slow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.steps {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    gap: 4rem;
}

.step {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 2.5rem;
    align-items: start;
}

.step-number {
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-field);
    box-shadow: 0 10px 30px rgba(90, 109, 90, 0.2);
    transition: all 0.3s;
}

.step:hover .step-number {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0 15px 40px rgba(90, 109, 90, 0.3);
}

.step-content h3 {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    color: #2d2d2d;
    font-weight: 500;
}

.step-content p {
    font-size: 1.1rem;
    color: var(--sec-text);
    line-height: 1.8;
}

/* Pricing */
.pricing {
    padding: 120px 2rem;
    background: var(--bg-light);
    position: relative;
    overflow: hidden;
}

/* Decorative circles */
.pricing::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(90, 109, 90, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    left: -100px;
    animation: rotate-circle 40s linear infinite;
}

.pricing::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(90, 109, 90, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    animation: rotate-circle 35s linear infinite reverse;
}

@keyframes rotate-circle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pricing-cards {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.pricing-card {
    padding: 3rem;
    border-radius: 24px;
    background: var(--text-field);
    border: 2px solid var(--new);
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(90, 109, 90, 0.02) 100%);
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    border-color: var(--primary);
}

.pricing-card.featured {
    background: var(--primary);
    color: var(--text-field);
    border: none;
    transform: scale(1.05);
}

.pricing-card.featured h3,
.pricing-card.featured .price,
.pricing-card.featured p,
.pricing-card.featured li {
    color: var(--text-field);
}

.pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #2d2d2d;
}

.price {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #2d2d2d;
}

.price span {
    font-size: 1.2rem;
    font-weight: 500;
}

.pricing-card ul {
    list-style: none;
    margin: 2rem 0;
}

.pricing-card li {
    padding: 0.75rem 0;
    color: var(--sec-text);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pricing-card li::before {
    content: '✓';
    width: 24px;
    height: 24px;
    background: var(--primary);
    color: var(--text-field);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.pricing-card.featured li::before {
    background: var(--text-field);
    color: var(--primary);
}

.btn-pricing {
    width: 100%;
    padding: 1rem;
    background: var(--primary);
    color: var(--text-field);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
}

.pricing-card.featured .btn-pricing {
    background: var(--text-field);
    color: var(--primary);
}

.btn-pricing:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(90, 109, 90, 0.2);
}

/* CTA Section */
.cta {
    padding: 50px 0 50px 0;
    background: var(--primary);
    color: var(--text-field);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta::before,
.cta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.cta::before {
    width: 500px;
    height: 500px;
    top: -250px;
    right: -150px;
    animation: cta-bubble-1 25s ease-in-out infinite;
}

.cta::after {
    width: 400px;
    height: 400px;
    bottom: -200px;
    left: -100px;
    animation: cta-bubble-2 20s ease-in-out infinite;
}

@keyframes cta-bubble-1 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-50px, 50px) scale(1.1);
    }
}

@keyframes cta-bubble-2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(50px, -50px) scale(1.15);
    }
}

.cta h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    animation: fade-in-down 0.8s ease-out;
}

.cta p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.95;
    position: relative;
    z-index: 1;
    animation: fade-in-down 0.8s ease-out 0.2s backwards;
}

@keyframes fade-in-down {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-form {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    animation: fade-in-up 0.8s ease-out 0.4s backwards;
}

.cta-form input {
    flex: 1;
    min-width: 100%;
    padding: 1.1rem 1.75rem;
    border-radius: 50px;
    border: none;
    font-size: 1rem;
    background: var(--text-field);
    color: #2d2d2d;
}

.cta-form input::placeholder {
    color: var(--sec-text);
}

.cta-form button {
    width: 100%;
    padding: 1.1rem 2.5rem;
    background: #2d2d2d;
    color: var(--text-field);
    border: none;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.cta-form button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.cta-form button:hover::before {
    width: 300px;
    height: 300px;
}

.cta-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Footer */
footer {
    padding: 70px 2rem 40px;
    background: #2d2d2d;
    color: var(--text-field);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 1rem;
        color: #ffffff;
    letter-spacing: -1px;
}

.footer-brand p {
    color: var(--sec-text);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 42px;
    height: 42px;
    background: #3d3d3d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-field);
    text-decoration: none;
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.footer-links h4 {
    font-size: 22px;
    margin-bottom: 1.2rem;
    font-weight: 400;
    color: var(--text-field);
}

.footer-links ul {
    list-style: none;
    padding-left: 0px !important;
}


.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--sec-text);
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--primary);
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 2.5rem;
    border-top: 1px solid #3d3d3d;
    text-align: center;
    color: var(--sec-text);
    font-size: 0.9rem;
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary);
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    } */

    .hero-content {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text .logo-text {
        font-size: 4rem;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    /* .phone-mockup {
        width: 300px;
        height: 640px;
    } */

    .phone-logo {
        font-size: 3.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .step {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .step-number {
        margin: 0 auto;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }

    .cta h2 {
        font-size: 2.2rem;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-container {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-card p {
        font-size: 14px;
    }

    .feature-card {
        padding: 10px;
    }

    .step-content p {
        font-size: 14px;
    }

    .why-card {
        padding: 15px;
    }

    .why-card p {
        font-size: 14px;
    }

    .section-header p {
        font-size: 14px;
    }
    .why-number {
    font-size: 35px;
    top: 0px;
    right: -10px;
}
.sec-inner-banner .easy-hero-text h1 {
    font-size: 35px;
}
.inner-top-banner h2 {
    font-size: 30px;
}
.sec-inner-banner .easy-hero-text p {
    font-size: 14px;
}
.sec-organize .easy-hero-text h2 {
    font-size: 35px;
}
.sec-organize .easy-hero-text p {
    font-size: 14px;
}
.sec-organize .easy-hero-text ul.build-point li {
    font-size: 14px;
}
.sec-organaize-box .feature-info p {
    font-size: 14px;
}
.sec-organaize-box .feature-info i {
    font-size: 35px;
}
.sec-organaize-box .feature-info .desc {
    height: 110px;
}
.contact-info {
    padding: 20px;
}
.top-heading h2 {
    font-size: 35px;
}
.contact-form {
    padding: 30px;
}
.contact-form input {
    height: 40px;
}
.contact-form button {
    padding: 6px;
}
.footer-brand h3 {
    font-size: 40px;
}
}

/* ========================================= */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-card {
        padding: 10px;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    .feature-card p {
        font-size: 13px;
        line-height: 20px;
    }

    .step-content p {
        font-size: 14px;
    }

    .why-card {
        padding: 5px;
    }

    .why-card p {
        font-size: 12px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .author-info h4 {
        font-size: 14px;
    }

    .author-info p {
        font-size: 10px;
    }

    .section-header p {
        font-size: 14px;
    }
    header .navbar .navbar-collapse {
    text-align: center;
    padding-top: 30px;
}
header .navbar .navbar-collapse .navbar-nav {
    padding-bottom: 30px;
}
.navbar .navbar-nav {
    gap: 10px;
}
.why-number {
    font-size: 30px;
    top: 0px;
    right: 0px;
}
.footer-brand p {
    font-size: 12px;
}
.footer-links li a {
    font-size: 12px;
}
.inner-top-banner h2 {
    font-size: 30px;
}
.inner-top-banner nav a {
    font-size: 14px;
}
.inner-top-banner .breadcrumb-item.active {
    font-size: 14px;
}
.sec-inner-banner .easy-hero-text h1 {
    font-size: 30px;
}
.phone-mockup img {
    max-height: 610px;
}
.sec-organize .easy-hero-text h2 {
    font-size: 35px;
}
.sec-organize .easy-hero-text ul.build-point li {
    padding: 0 0 6px 25px;
    font-size: 16px;
}
.sec-organaize-box .feature-info p {
    font-size: 14px;
}
.sec-organaize-box .feature-info i {
    font-size: 30px;
}
.sec-organaize-box .feature-info {
    padding: 25px;
}
.sec-organaize-box .feature-info .desc {
    height: 90px;
}
.top-heading h2 {
    font-size: 30px;
}
.contact-info {
    padding: 20px;
}
.contact-form {
    padding: 25px;
}
.contact-form input {
    height: 40px;
}
.contact-form button {
    padding: 5px;
}
.footer-brand h3 {
    font-size: 40px;
}
}

/* ========================================= */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero {
        padding: 100px 2rem 80px;
    }

    .feature-card {
        padding: 10px;
    }

    .step-content p {
        font-size: 14px;
    }

    .why-card {
        padding: 15px;
    }

    .why-card p {
        font-size: 12px;
    }

    .why-number {
        top: -0.5rem;
    }

    .section-header p {
        font-size: 14px;
    }
        header .navbar .navbar-collapse {
    text-align: center;
    padding-top: 30px;
}
header .navbar .navbar-collapse .navbar-nav {
    padding-bottom: 30px;
}
.navbar .navbar-nav {
    gap: 10px;
}
.why-card h3 {
    font-size: 30px;
}
.faq-section {
    padding: 40px 20px 40px 20px;
}
.cta h2 {
    font-size: 30px;
}
.cta p {
    font-size: 16px;
}
.phone-mockup img {
    max-height: 610px;
}
.sec-organize .easy-hero-text h2 {
    font-size: 35px;
}
.sec-organize .easy-hero-text ul.build-point li {
    padding: 0 0 5px 25px;
    font-size: 16px;
}
.inner-top-banner h2 {
    font-size: 30px;
}
.top-heading h2 {
    font-size: 30px;
}
.contact-info {
    margin: 10px;
}
img.contact-form-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    padding-bottom: 40px;
}
.footer-brand h3 {
    font-size: 40px;
}
}

/* ========================================= */
@media only screen and (min-width: 280px) and (max-width: 575px) {
    .hero-text h1 {
        font-size: 1.5rem;
    }

    .hero {
        padding: 100px 0 50px 0;
    }

    .hero .hero-text .logo-text img {
        width: 150px;
        margin-bottom: 1rem;
        line-height: 0.8;
    }
        .hero .hero-text .logo-text {
        margin-bottom: 0.5rem;
        line-height: 0.8;
    }

    .btn-hero-primary {
        font-size: 14px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .section-header p {
        font-size: 14px;
    }

    .feature-card {
        padding: 10px;
    }

    .feature-card p {
        font-size: 14px;
    }

    .step-content p {
        font-size: 14px;
    }

    .why-card {
        padding: 15px;
    }

    .why-card p {
        font-size: 12px;
    }

    .why-number {
        font-size: 30px;
        font-weight: 800;
        color: var(--primary);
        opacity: 0.2;
        position: absolute;
        top: 0.5rem;
        right: 2rem;
    }

    .why-number {
        font-size: 30px;
        top: -20px;
    }
    .cta h2 {
    font-size: 26px;
    }
    .cta p {
    font-size: 16px;
    }
        header .navbar .navbar-collapse {
    text-align: center;
    padding-top: 30px;
}
header .navbar .navbar-collapse .navbar-nav {
    padding-bottom: 30px;
}
.navbar .navbar-nav {
    gap: 
    10px;
}
.step-content h3 {
    font-size: 22px;
}
    .step {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
        justify-items: center;
    }
.how-it-works::before {
    display: none;
}
.section-header {
    margin: 0 auto 3rem;
}
.testimonial-card {
    padding: 20px;
}
.testimonial-text {
    font-size: 14px;
}
.features::before {
    display: none;
}
.feature-icon {
    margin: 0 auto 15PX;
}
.feature-card {
    text-align: center;
}
.hero::after{
    display: none;
}
.inner-top-banner h2 {
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.phone-mockup img {
    max-height: 500px;
}
.sec-organize .easy-hero-text h2 {
    font-size: 30px;
}
.sec-inner-banner .easy-hero-text p {
    font-size: 14px;
}
.sec-organize .easy-hero-text p {
    font-size: 14px;
}
.sec-organize .easy-hero-text ul.build-point li {
    padding: 0 0 5px 25px;
    font-size: 14px;
}
.sec-organaize-box .feature-info p {
    font-size: 14px;
}
.sec-organaize-box .feature-info .desc {
    height: 110px;
}
section.sec-inner-banner .Share-hero-text p {
    font-size: 14px;
}
.top-heading h2 {
    font-size: 30px;
}
    .contact-info {
        margin: 10px;
    }
        img.contact-form-img {
        width: 100%;
        height: 400px;
        object-fit: contain;
        padding-bottom: 40px;
    }
    .contact-form {
    padding: 30px;
}
.footer-brand h3 {
    font-size: 40px;
}
.hero .hero-text .hero-face-img img {
    height: 100px;
}
}