body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
*{
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
}
.whos-container{
    max-width: 1440px;
    margin: auto;
}
@media screen and (max-width:1440px) {
    .whos-container{
        max-width: 90vw;
        margin: auto;
    }
    .about-us-page .hiw-wrapper{
        max-width: 90vw !important;
        margin: auto !important;
    }
}
.top-bar {
    /* background: #ff8800; */
    color: #FB6D3A;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}
.top-bar{
    padding:16px 0px;
}
.top-bar p{
    color:#FB6D3A;
    font-weight:bold;
}
.top-bar a{
    display: none;
}
.top-bar a {
    border: 1px solid #FB6D3A;
    padding: 4px 16px;
    border-radius: 8px;
    color:#FB6D3A;
    text-decoration:none;
    font-weight:600;
    margin-left:10px;
}

.header{
    background-color: #FFA726;
}
.main-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    
}
.header img {
    height: 70px;
}
.nav-desktop{
    display: none;
}
.nav a {
    border: 1px solid #fff;
    padding: 10px 50px;
    border-radius: 5px;
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
}
.nav .btn {
    background: #fff;
    color: #ff8800;
    padding: 10px 50px;
    border-radius: 5px;
}

.nav .btn:hover {
    background-color: transparent;
    color:#fff;
}

.nav a:hover {
    background-color: #fff;
    color:#ff8800;
}
.mobile-nav{
    display: none;
}
/* HERO */
.hero {
    display: flex;
    justify-content: space-between;
    background: #F6F8FA;
}
.hero-text {
    flex: 1;
}
.hero-images {
    flex: 1;
    text-align: center;
}
.hero-images img {
    max-width: 100%;
}
.qr-box-mobile{
    display: none;
}

.hero-images {
    display: flex;
}
.new-order-box {
    position: relative;
}
.new-order-content {
    position: absolute;
    left: -180px;
    bottom: 10%;
    background-color:#FFFFFF;
    width:370px;
    display: flex;
    justify-content: space-between;
    padding:10px 18px;
    border-radius:10px;
}

.order-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* privacy policy page */

.privacy-policy {

  margin: 60px auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 8px;
}

.privacy-policy h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.privacy-policy h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.privacy-policy h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 30px;
  color: #222;
}

.privacy-policy h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
  color: #222;
}

.privacy-policy p {
  line-height: 1.7;
  font-size: 0.95rem;
  color: #555;
}

.privacy-policy ul {
  margin: 10px 0 20px 20px;
  padding: 0;
}

.privacy-policy li {
  line-height: 1.7;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.privacy-policy a {
  color: #ff7a00;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

.privacy-pol-foo-link {
  text-decoration: none;
  color: #929FA5;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .privacy-policy {
    margin: 40px 10px;
    padding: 20px;
  }

  .privacy-policy h1 {
    font-size: 1.6rem;
  }

  .privacy-policy h2 {
    font-size: 1.15rem;
  }

  .privacy-policy h3 {
    font-size: 1rem;
  }

  .privacy-policy p, .privacy-policy li {
    font-size: 0.9rem;
  }
}
/* end privacy policy page */



@media screen and (min-width:1600px) {
    .hero-full .hero-text {
        margin-left: 11vw;
        }
    }
    
    .hero-full {
        display: flex;
    }
    
    .rating img {
        width:22%;
    }
    
    .hero-text {
        margin-left: 5vw;
          display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: center;
    }
    .hero-text h1 {
        font-size: 34px;
        font-weight: 600;
        line-height:46px;
    }
    .hero-text .tag {
        color: #FFA726;
        font-weight: 600;
    }
    .hero-text p {
        font-size: 16px;
    }
    .hero-text .rating {
        display: flex;
        gap: 10px;
    }
    .hero-text .rating span{
        width:30%;
    }
    .hearo-link a {
      background-color: #FFA726;
      color: #fff;
      padding: 8px 28px;
      border-radius: 10px;
      font-size: 14px;
      text-decoration: none;
    }
    
    


/* .get-down-sec{
    border: 1px solid;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.get-banner-img img{
    width: 100%;
} */

/* App Download Section */

.download-section {
    background: #f7f8fa;
    background-image: url('images/get-start-background.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    padding: 50px 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px auto;
    position: relative;
  }



  .download-left {
    flex: 1;
    min-width: 300px;
    padding: 20px;
  }

  .download-left h5 {
    color: #f7931e;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .download-left h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    color: #222;
  }

  .download-left p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .store-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .store-buttons img {
    height: 50px;
    cursor: pointer;
  }

  .download-right {
    flex: 1;
    min-width: 300px;
    text-align: center;
    position: relative;
  }

  .download-right img {
    max-width: 100%;
  }

  .qr-box {
    position: absolute;
    top: -50px;
    right: 100%;
    width: 20%;
    background: #f7931e;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    color: white;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .qr-box img {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  @media (max-width: 900px) {
    .download-section {
      flex-direction: column;
      text-align: center;
    }
    .qr-box {
      position: static;
      margin: 20px auto;
    }
  }

/* Features */
.features-full {
    margin: 100px 0px;
}
.features {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.feature-heading {
  text-align: center;
}

.feature-heading h2{
  font-size:2rem;  
}
.feature-footer{
  text-align: center;
  margin-top: 40px;
}
.feature-footer a {
  background-color: #FFA726;
  color: #fff;
  padding: 8px 28px;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
}
.feature img {
    height: 130px;
}

.features .feature p {
    width: 80%;
    margin: auto;
}

.partners-sec-mobile{
    display: none;
}

.partners {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    
}
.partners .card{
   height:50vh;
  	display: flex;
    align-items: end;
}

.partners .card.partner {
    background-image: url('images/partner-with-us.png');
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
}

.partners .card.cafe {
    background-image: url('images/grand-ai-cafe.png');
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
}

.cafe .partner-banner-con {
    margin-bottom: 40px;
    margin-left: 50px;
}

.partner .partner-banner-con {
    margin-bottom: 20px;
    margin-left: 70px;
}

.card .partner-banner-con h3{
    color:#fff;
    font-size:30px;
}
.card .partner-banner-con span{
    color:#FFA726;
    font-size:18px;
}
.card .partner-banner-con a{
    background-color:#FFA726;
    color:#fff;
    padding:8px 28px;
    border-radius:10px;
    font-size:14px;
    text-decoration:none;
}




/* faq */
.faq-section-full{
    margin: 100px 0px ;
}
.faq-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }

  .faq-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .faq-section p {
    color: #666;
    line-height: 1.6;
  }

  .faq-container {
    border-top: 1px solid #ddd;
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: #222;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #FFA726;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.3s;
  }

  .faq-answer {
    display: none;
    margin-top: 10px;
    color: #777;
    line-height: 1.6;
  }

  .faq-item.active .faq-answer {
    display: block;
  }

  .faq-item.active .faq-icon {
    content: "-";
  }

/* about us page */
.about-us-page .about-hero {
  background: #F6F8FA;
}
.about-us-page .about-hero h1 {
  font-size: 36px;
}
.about-us-page .section {
  padding: 80px 20px;
}
.about-full{
  padding-top: 70px;
}
.about-full .content {
  margin-left: 5vw;
}
@media screen and (min-width: 1600px) {
  .about-full .content {
      margin-left: 11vw;
  }
}
.about-us-page img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* .about-us-page .light {
  background: #f9fafb;
} */
.choose-whos .card .icon{
  display:flex;
  justify-content:center;
  position:relative;
}
.choose-whos .card .icon img {
  width: 25%;
  margin-top:-80px
}
.about-us-page .center {
  text-align: center;
}

.about-us-page .container {
  max-width: 1200px;
  margin: auto;
}

.about-us-page .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-us-page .grid.reverse {
  direction: rtl;
}

.about-us-page .grid.reverse > * {
  direction: ltr;
}

.about-us-page .tag {
  color: #ff9c2a;
  font-weight: bold;
  font-size: 18px;
}

.about-us-page h1,.about-us-page  h2 {
  margin: 15px 0;
}

.about-us-page p {
  color: #555;
  line-height: 1.6;
}

.about-us-page .btn {
  display: inline-block;
  margin-top: 20px;
  background: #ff5a5f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
}
.about-us-page h2 {
  font-size: 46px;
}
/* HOW IT WORKS */
.about-us-page .phones {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}

/* .about-us-page .phone {
  max-width: 300px;
} */

/* CARDS */
.about-us-page .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  margin-top: 96px;
  row-gap: 72px;
}

.about-us-page .card {
  background: #F6F8FA;
  padding: 30px;
  border-radius: 14px;
}

.about-us-page .icon {
  font-size: 32px;
  margin-bottom: 10px;
}

/* CTA */
.about-us-page .cta {
  background: #f5f7fa;
}

.about-us-page .cta-form {
  display: flex;
  width: 80%;
  margin: 30px auto 0;
}
.about-us-page .email-subs-content {
  width: 80%;
  margin:0px auto;
}
.about-us-page .cta-form input {
  flex: 1;
  padding: 14px;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ddd;
}

.about-us-page .cta-form button {
  padding: 14px 20px;
  background: #ff9c2a;
  border: none;
  color: #fff;
  border-radius: 0 6px 6px 0;
}

/* how it work */

.about-us-page .how-it-works {
  padding: 100px 20px;
  background: #fff;
}

.about-us-page .section-title {
  text-align: center;
  font-size: 46px;
  margin-bottom: 80px;
}

.about-us-page .hiw-wrapper {
  max-width: 1440px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center; /* default fallback */
  justify-content: space-between;
}

/* 1st child → top */
.about-us-page .hiw-wrapper > :nth-child(1) {
  align-self: flex-start;
}

/* 2nd child → center */
.about-us-page .hiw-wrapper > :nth-child(2) {
  align-self: center;
}

/* 3rd child → bottom */
.about-us-page .hiw-wrapper > :nth-child(3) {
  align-self: flex-end;
}

.about-us-page .hiw-phones > :nth-child(1) {
  margin-top:-30px;
}
.about-us-page .hiw-phones > :nth-child(2) {
  margin-top:30px;
}

/* TEXT BLOCKS */
.about-us-page .hiw-text {
  max-width: 300px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  position: relative;
}

.about-us-page .hiw-text h4 {
  font-size: 30px;
  color: #222;
  margin-bottom: 10px;
}

.about-us-page .hiw-text.left {
  text-align: left;
}

.about-us-page .hiw-text.right {
  text-align: left;
}

/* DOTTED CONNECTORS */
.about-us-page .dotted-line {
  position: absolute;
  width: 120px;
  height: 1px;
  border-top: 2px dashed #ff9c2a;
  top: 25px;
}

.about-us-page .left-line {
  right: -130px;
}

.about-us-page .right-line {
  left: -130px;
}

/* PHONES */
.about-us-page .hiw-phones {
  position: relative;
  width: 490px;
  height: 520px;
}

.about-us-page .phone {
  position: absolute;
  width: 230px;
}

.about-us-page .phone-left {
  left: 0;
  top: 40px;
  z-index: 1;
}

.about-us-page .phone-right {
  right: 0;
  top: 0;
  z-index: 2;
}

/* MOBILE */
@media (max-width: 900px) {
  .about-us-page .hiw-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .about-us-page .hiw-text {
    max-width: 100%;
    text-align: center;
  }

  .about-us-page .dotted-line {
    display: none;
  }

  .about-us-page .hiw-phones {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .about-us-page .phone {
    position: relative;
    width: 160px;
    top: 0;
  }
}

/* end how it work */

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-us-page .grid {
    grid-template-columns: 1fr;
  }

  .about-us-page .phones {
    flex-direction: column;
    align-items: center;
  }

  .about-us-page .cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .about-mailsub.download-section {
    height: 645px;
    display: flex;
    flex-direction: row !important;

  }
  .about-us-page h2 {
    font-size: 32px;
    line-height: 38px;
  }

}
/* end about us page */


/* partner with us page */
.partner-with-us .partner-hero {
  display: flex;
  justify-content: space-between;
  background: #F6F8FA;
}
.partner-with-us img {
  width: 75.5%;
  border-radius: 16px;
}
.partner-with-us .img-sec .image img {
  margin-top: -98px;
}
.partner-with-us .image .whypartnerwith-img {
  width: 100%;
}
.partner-with-us .section h2 {
  font-size: 46px;
}
.partner-with-us .section h1 {
  font-size: 38px;
}
.partner-with-us .section {
  padding: 80px 20px 0px 20px;
}

.partner-with-us .center {
  text-align: center;
}

.partner-with-us .container {
  max-width: 1200px;
  margin: auto;
}

.partner-with-us .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.partner-with-us .tag {
  font-size: 18px;
  font-weight: bold;
  color: #ff9c2a;
}

.partner-with-us h1, .partner-with-us h2 {
  margin: 15px 0;
}

.partner-with-us p {
  color: #555;
  line-height: 1.6;
}

.partner-with-us .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #ff5a5f;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.partner-with-us .center-btn {
  margin-top: 40px;
}

/* LIST */
.partner-with-us .list {
  margin-top: 20px;
  list-style: none;
}

.partner-with-us .list li {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.partner-with-us .list li::before {
  content: "✔";
  color: #ff9c2a;
  position: absolute;
  left: 0;
}

/* STEPS */
.partner-with-us .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  margin-top: 40px;
  row-gap: 72px;
}
.partner-with-us .partnerwith-mailsub {
  margin-top: 160px;
}
.partner-with-us .step {
  background: #F6F8FA;
  padding: 0px 30px 30px 30px;
  border-radius: 14px;
}
.partner-with-us .icon img {
  width: 25%;
  margin-top:-35px;
}
.partner-with-us .step .icon {
  display: flex;
  justify-content: center;
}
.partnerwith-mailsub .content {
  align-self: center;
}
.partnerwith-mailsub.download-section {
  height: 398px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0px 30px 0px 30px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .partner-with-us .grid {
    grid-template-columns: 1fr;
  }

  .partner-with-us .steps {
    grid-template-columns: 1fr;
  }

  .partner-with-us .section {
    padding: 60px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  .partnerwith-mailsub.download-section {
    height: 660px;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 90px;
  }
  .partner-with-us .img-sec .image img {
    margin-top: 0px;
    margin-bottom: -15px;
}

}

/* end partner with us page */



/* Footer */
.footer {
    background: #1C1C1C;
    color: white;
    padding-top: 72px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
}
.footer .copy {
    text-align: center;
    font-size: 12px;
    padding: 16px 0px;
    color: #929FA5;
}
.footer .copy a{
    color: #929FA5;
}
.newsletter p {
    margin-bottom: 10px;
}
.subs-email {
    border: 1px solid #FFFFFF;
    width: 52%;
    border-radius:10px;
    
}
.subs-email input{
    padding:14px;;
    background-color:transparent;
    border:unset;
}
.subs-email button {
    background-color: transparent;
    border: unset;
}

.footer .links li {
    list-style: none;
    color: #929FA5;
    font-size:14px;
    margin-top:12px
}
.footer .links h4 {
    font-size: 16px;
    text-transform:uppercase;
}
.links-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top:20px
}
.links-icons img{
    width:50%;
}

/* Responsive */
@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }
    .top-bar p {
        font-size: 12px;
    }
    .header img
    {
        height: 50px;
    }
    .top-bar a {
         padding: 3px 12px;
    }
    .features {
        flex-direction: column;
    }
    .footer-top {
        flex-direction: column;
        gap: 14px;
    }
    .hero-full {
      flex-direction: column;
      }
    .hero-text h1 {
      font-size: 24px;
      font-weight: 600;
      line-height: 36px;
      }
    .hero-text {
      text-align:start;
      margin-top: 62px;
    }
    .hero-text .rating span {
      width: 48%;
    }
    .hero-text .tag {
      font-size: 14px;
      }
    .hero-images {
      justify-content: flex-end;
      }
    .hero-images img {
      max-width: 80%;
      }
      .nav-desktop {
        display: none;
    }
        
      .mobile-nav {
        display: block;
    }
    .mobile-nav a{
        display: none;
    }
    .mobile-nav nav{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:12px;
    }
    .mobile-nav nav a {
         padding: 4px 19px;
        border-radius: 5px;
        font-size: 12px;
    }
    .mobile-nav button {
        background-color: transparent;
        border: unset;
    }
    .mobile-nav button img{
        width:28px !important;
    }

    .rating img {
      width: 28%;
      }
    .new-order-content {
      position: absolute;
      left: -77px;
      bottom: 70%;
      width: 178px;
      padding: 5px 2px;
    }
    .order-text h4 {
      font-size: 8px;
  }
  .order-text p{
      font-size:6px;
  }
  
  .order-bell-icon img {
      width: 44%;
  }
  .download-left h5 {
    text-align: start;
}

.download-left h2 {
    text-align: start;
    font-size:26px;
    line-height:32px;
}

.download-left p {
    text-align: start;
    font-size:12px;
}
  .order-img img {
      width: 40%;
  }
    .store-buttons img {
      height: 38px;
      }
    .qr-box {
      display: none;
      }
    .card .partner-banner-con a {
      padding: 6px 18px;
      border-radius: 8px;
      font-size: 10px;
      }
    .partners {
      grid-template-columns: 1fr;
      }
    .partner .partner-banner-con {
      margin-left: 30px;
      }
    .cafe .partner-banner-con {
      margin-bottom: 24px;
      margin-left: 30px;
      }
    .faq-section {
      grid-template-columns: 1fr;
      gap: 40px;
      }
      .faq-section h2 {
        font-size: 24px;
        }
    .faq-icon {
      width: 24px;
      height: 24px;
      font-size: 12px;
  }
    
    .links-icons {
      flex-direction: row;
      }
    
    .links-icons img {
      width: 30%;
     }
    
    .qr-box-mobile {
        margin-top:-70px;
        text-align:right;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    
    
    
    .qr-box-content{
      display:flex;
      flex-direction:column;
      align-items:center;
      width:38%;
      justify-content:center;
      background-color:#FFA726;
      text-align:center;
      border-radius:0px 0px 5px 5px;
      color:#fff;
      font-size:12px;
  }
  .qr-box-content img {
      width: 50%;
  }
    
    .download-section {
      background: #f7f8fa;
      background-image: url(images/mobile-bg.png);
      background-size: 100% 100%;
    }
    .partners .card {
      height: 24vh;
    }
   .partners .card.partner {
     background-size: 100%;
    } 
    .partners .card.cafe {
       background-size: 100%;
    }
    .card .partner-banner-con span {
      font-size: 12px;
      }
    .card .partner-banner-con h3 {
      font-size: 21px;
      }
    
    .subs-email {
      width: 70%;
      display: flex;
      justify-content: space-between;
      }
      .newsletter img {
        width: 48%;
    }
  }


  /* terms of services page */
  .terms-page {
    padding: 80px 20px;
  }
  
  .container {
    max-width: 900px;
    margin: auto;
  }
  
  h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .effective-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
  }
  
  .intro {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #444;
  }
  
  h3 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 12px;
  }
  
  p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #444;
  }
  
  ul {
    margin-left: 20px;
    margin-bottom: 15px;
  }
  
  ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  
  a {
    color: #ff5a5f;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  /* Mobile */
  @media (max-width: 600px) {
    .terms-page {
      padding: 60px 16px;
    }
  
    h1 {
      font-size: 24px;
    }
  
    h2 {
      font-size: 20px;
    }
  }
  /* end terms of services page */


  /* contac us form */
  .about-us-page.contactus .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    gap: 0px;
  }
  @media (max-width: 900px) {
    .about-us-page.contactus .grid {
      grid-template-columns: 1fr;
    }
    .about-us-page.contactus .content {
      width: 90%;
    }
    .about-us-page .cards.cards-list {
      display: grid;
      grid-template-columns: 1fr !important;
      align-items: center;
      margin-top: 38px;
      row-gap: 40px;
      width: 90%;
    }
    .choose-whos.cards-list .card .icon img {
      width: 38% !important;
    }
  }
  .about-us-page .cards.cards-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    align-items: center;
    margin-top: 96px;
    row-gap: 72px;
    width: 50%;
}
.choose-whos.cards-list .card .icon img {
  width: 20%;
  margin-top: 0px;
}
.about-us-page .cards-list .card {
  background: unset !important;
  padding: 0px;
  border-radius: unset;
} 
  .contact-container h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #2f2f2f;
  }
  
  .contact-form {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
  }
  
  .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .form-group label {
    margin-bottom: 5px;
    font-size: 18px;
    color: #2f2f2f;
  }
  
  .form-group input,
  .form-group textarea {
    padding: 14px 20px;
    border-radius: 12px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
  }
  
  .form-group textarea {
    max-height: 120px;
    resize: none;
  }
  
  .full-width {
    margin-bottom: 30px;
  }
  
  .submit-btn {
    background: #f2555a;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .submit-btn:hover {
    background: #e0454a;
  }
  
  /* 📱 Mobile Responsive */
  @media (max-width: 768px) {
    .contact-container h2 {
      font-size: 36px;
    }
  
    .form-row {
      flex-direction: column;
      gap: 20px;
    }
  
    .submit-btn {
      width: 100%;
      text-align: center;
    }
  }
  

  /* end contac us form */