:root {
  /* Logo-inspired colors */
  --brand-blue: #2194d0;      /* main blue */
  --brand-blue-light: #4FA3E3;
  --brand-green: #2FB67C;    /* main green */
  --brand-green-light: #6ED3A8;

  /* RGB helpers */
  --brand-blue-rgb: 10, 110, 209;
  --brand-green-rgb: 47, 182, 124;
}

/*==============================================
    Banner One   
===============================================*/
.banner-one {
    position: relative;
    display: block;
    background: linear-gradient(
    180deg,
    rgba(var(--brand-blue-rgb), 0.08) 0%,
    rgba(var(--brand-green-rgb), 0.04) 100%
  );
    overflow: hidden;
    z-index: 1;
}

.banner-one__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    top: 0;
    background-color: rgba(var(--brand-blue-rgb), 0.18);
    clip-path: polygon(0 0, 0 22%, 100% 100%, 0% 100%);
    z-index: -1;
}

.banner-one__shape-2 {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 49%;
    height: 400px;
    background-color: rgba(var(--brand-green-rgb), 0.10);
    clip-path: polygon(70% 56%, 0% 100%, 100% 100%);
    z-index: -1;
}

.banner-one__shape-3 {
    position: absolute;
    top: -316px;
    background-color: rgba(var(--brand-blue-rgb), 0.15);
    left: 26%;
    width: 400px;
    height: 500px;
    border-radius: 50px;
    transform: rotate(59deg);
}

.banner-one__shape-3::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    border: 1px solid rgba(var(--brand-green-rgb), 0.25);
    border-radius: 50px;
}

.banner-one__shape-4 {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
}

.banner-one__shape-4 img {
    width: auto;
    opacity: .20;
}

.banner-one__shape-5 {
    position: absolute;
    left: 70px;
    top: 100px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(
    90deg,
    var(--brand-blue) 0%,
    var(--brand-green) 100%
  );
    z-index: -1;
}

.banner-one__shape-6 {
    position: absolute;
    bottom: 120px;
    left: 240px;
    z-index: -1;
}

.banner-one__shape-6 img {
    width: auto;
    opacity: .20;
}

.banner-one__inner {
    position: relative;
    display: block;
    z-index: 1;
    padding: 30px 0 60px;
    margin-bottom:30px;
}
.banner-icons {
  display: flex;
  align-items: center;
  /* justify-content: center;   ðŸ”¥ this is key */
  gap: 10px;
  margin: 18px auto 26px;
}
.banner-icons img {
  width: 42px !important;
  max-width: 42px !important;
  height: auto !important;
  transform: none !important;
}

.banner-icons .line {
  width: 42px !important;
  height: 1px !important;
}

/* Soft hover */
.banner-icons img {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.banner-icons img:hover {
  transform: translateY(-2px);
  opacity: 1;
}
@media (max-width: 768px) {
  .banner-one__content {
    text-align: center;
    margin: 0 auto;
  }

  .banner-icons {
    flex-wrap: wrap;
  }
}




.banner-points {
  margin: 0px 0 20px;
  padding: 0;
  list-style: none;
}

.banner-points li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #0f172a;
}










.banner-one__img-box {
    position: absolute;
    bottom: 0;
    right: -60px;
    z-index: -1;
}

.banner-one__img {
    position: relative;
    display: block;
    width: 750px;
}

.banner-one__img-doctor{
    margin-bottom: 0px;
    margin-left: 20px;
}



.banner-one__img img {
    width: auto;
    animation: topBottom 10s ease-in-out infinite;
        margin-bottom: -180px;
    margin-left: 120px;

}

.banner-one__img-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 600px;
    background-color: rgba(var(--brand-blue-rgb), 0.06);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: -1;
}

.banner-one__img-shape-2 {
    position: absolute;
    top: 60px;
    left: 100px;
    width: 30px;
    height: 30px;
    background: linear-gradient(
    90deg,
    var(--brand-blue) 0%,
    var(--brand-green) 100%
  );
    border-radius: 50%;
}

.banner-one__img-shape-3 {
    position: absolute;
    bottom: 120px;
    left: -35px;
    width: 50px;
    height: 50px;
    background: linear-gradient(
    90deg,
    var(--brand-blue) 0%,
    var(--brand-green) 100%
  );
    border-radius: 50%;
}
.banner-one__inner
.banner-one__img-shape-4 {
    position: absolute;
    bottom: 120px;
    left: -35px;
    width: 15px;
    height: 15px;
    background: linear-gradient(
    90deg,
    var(--brand-blue) 0%,
    var(--brand-green) 100%
  );
    border-radius: 50%;
}

.banner-one__img-shape-5 {
    position: absolute;
    top: -70px;
    right: 30px;
    opacity: .30;
}

.banner-one__img-shape-5 img {
    width: auto;
}

.banner-one__content {
    position: relative;
    display: block;
}

.banner-one__sub-title-box {
    position: relative;
    display: inline-block;
}

.banner-one__sub-title {
    font-size: 20px;
    line-height: 25px;
    color: var(--brand-green);
    font-family: var(--itzone-font-two);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 80px;
}

.banner-one__sub-title-shape {
    position: relative;
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--brand-green);
}

.banner-one__title {
    position: relative;
    display: block;
    font-size: 63px;
    color: var(--itzone-black);
    font-weight: 700;
    line-height: 1.1em;
    text-transform: capitalize;
    margin-top: 10px;
}
.banner-onee__title {
    position: relative;
    display: block;
    font-size: 50px;
    color: var(--itzone-black);
    font-weight: 650;
    line-height: 1.3em;
    /*text-transform: capitalize;*/
    margin-top: 10px;
}
.banner-one__title span {
    color: var(--brand-blue);
}
.banner-onee__title span {
    color: var(--brand-blue);
    font-weight: 700;
}

.banner-one__content .banner-one__title .split-line {
    text-transform: none;
}

.banner-one__text {
    margin: 20px 0 10px;
}

/* App download buttons */
.app-download-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-btn i {
    font-size: 26px;
}

.store-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.store-btn span small {
    font-size: 12px;
    opacity: 0.85;
}

.store-btn span strong {
    font-size: 15px;
}

/* Play Store */
.play-store {
    background: linear-gradient(135deg, #000000, #333333);
}

/* App Store */
.app-store {
    background: linear-gradient(135deg, #000000, #333333);
}

/* Hover effect */
.store-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}
.banner-one__btn {
    position: relative;
    display: block;
}






















/* Urdu Heading */
.urdu-heading {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-size: 44px;          /* ⬅️ reduced from 63px */
    line-height: 1.65;        /* Urdu needs breathing space */
    font-weight: 600;
    direction: rtl;
    text-align: right;
    margin-bottom: 12px;      /* controlled gap */
}

.urdu-heading strong {
    font-weight: 600;
    color: var(--brand-green);
}
.roman-heading {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 4px;   /* 👈 tight gap */
    color: var(--brand-blue);
}
.eng-heading {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--brand-blue);
}
@media (max-width: 768px) {
    .urdu-heading {
        font-size: 32px;
        line-height: 1.8;
        text-align: center;
    }

    .roman-heading {
        font-size: 28px;
        text-align: center;
    }

    .eng-heading {
        font-size: 30px;
        text-align: center;
    }
}


/*==============================================
    Banner Two   
===============================================*/
.banner-two {
    position: relative;
    display: block;
    background: linear-gradient(0deg, rgba(240, 244, 255, 0.78) 0%, rgba(240, 244, 255, 0) 100%);
    overflow: hidden;
    z-index: 1;
}

.banner-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    top: 0;
     background-color: rgba(var(--brand-blue-rgb), 0.18);
    clip-path: polygon(0 0, 0 22%, 100% 100%, 0% 100%);
    z-index: -1;
}

.banner-two__shape-2 {
    position: absolute;
    top: -658px;
    background-color: rgba(var(--brand-green-rgb), .10);
    right: 6%;
    width: 1000px;
    height: 800px;
    border-radius: 50px;
    transform: rotate(59deg);
}

.banner-two__shape-2::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    border: 1px solid rgba(var(--itzone-base-rgb), .20);
    border-radius: 50px;
}

.banner-two__shape-3 {
    position: absolute;
    bottom: 55px;
    right: 50px;
    mix-blend-mode: luminosity;
    opacity: .20;
    z-index: -1;
}

.banner-two__shape-3 img {
    width: auto;
}

.banner-two__shape-4 {
    position: absolute;
    top: 58px;
    left: 80px;
    opacity: .10;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.banner-two__shape-4 img {
    width: auto;
}

.banner-two__inner {
    position: relative;
    display: block;
    padding: 135px 0 70px;
    z-index: 1;
}

.banner-two__content {
    position: relative;
    display: block;
    max-width: 730px;
    width: 100%;
    margin-left: auto;
    top: -42px;
}

.banner-two__sub-title-box {
    position: relative;
    display: inline-block;
}

.banner-two__sub-title {
    font-size: 20px;
    line-height: 20px;
    color: var(--brand-green);
    font-family: var(--itzone-font-two);
    text-transform: uppercase;
    font-weight: 600;
}

.banner-two__sub-title-shape {
    position: relative;
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--itzone-base);
}

.banner-two__title {
    position: relative;
    display: block;
    font-size: 60px;
    color: var(--itzone-black);
    font-weight: 700;
    line-height: 1.1em;
    text-transform: capitalize;
    margin-top: 10px;
}

.banner-two__title span {
    color: var(--itzone-base);
}

.banner-two__content .banner-two__title .split-line {
    text-transform: none;
}

.banner-two__text {
    margin: 25px 0 27px;
}

.banner-two__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-two__trustpilot-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-two__trustpilot-img-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-two__trustpilot-img-list li {
    position: relative;
    display: block;
}

.banner-two__trustpilot-img-list li+li {
    margin-left: -10px;
}

.banner-two__trustpilot-img {
    position: relative;
    display: block;
    width: 44px;
    overflow: hidden;
    border-radius: 50%;
}

.banner-two__trustpilot-img img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid var(--itzone-white);
}

.banner-two__trustpilot-content-box {
    position: relative;
    display: block;
}

.banner-two__trustpilot-logo {
    position: relative;
    display: block;
}

.banner-two__trustpilot-logo img {
    width: auto;
}

.banner-two__trustpilot-rating-review {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4px;
}

.banner-two__trustpilot-rating {
    font-size: 14px;
    color: var(--brand-blue);
}

.banner-two__trustpilot-review {
    font-size: 14px;
    color: var(--itzone-black);
    position: relative;
    display: block;
    margin-left: 12px;
}

.banner-two__trustpilot-review:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: -6px;
    width: 1px;
    background-color: var(--itzone-white);
}

.banner-two__btn {
    position: relative;
    display: block;
}

.banner-two__img-box {
    position: absolute;
    bottom: 0px;
    left: -80px;
    z-index: 1;
}

.banner-two__img {
    position: relative;
    display: block;
    animation: topBottom 3s ease-in-out infinite;
}

.banner-two__img img {
    width: 100%;
}

.banner-twoo__img img {
    width: 80%;
}

.banner-twoo__img {
    position: relative;
    display: block;
    animation: topBottom 3s ease-in-out infinite;
}






/*==============================================
    End   
===============================================*/