@font-face {
    font-family: "ClashGrotesk";
    src: url("./assets/fonts/ClashGrotesk-Bold.woff2") format("woff2"),
         url("./assets/fonts/ClashGrotesk-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ClashGrotesk";
    src: url("./assets/fonts/ClashGrotesk-Semibold.woff2") format("woff2"),
         url("./assets/fonts/ClashGrotesk-Semibold.ttf") format("truetype"),;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "ClashGrotesk";
    src: url("./assets/fonts/ClashGrotesk-Medium.woff2") format("woff2"),
         url("./assets/fonts/ClashGrotesk-Medium.ttf") format("truetype"),;
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "ClashGrotesk";
    src: url("./assets/fonts/ClashGrotesk-Regular.woff") format("woff"),
         url("./assets/fonts/ClashGrotesk-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: 'ClashGrotesk', sans-serif;
  overflow-x: hidden;
}

details {
    margin-bottom: 10px;
    /* border-bottom: 1px solid #2323371A; */
    padding: 2% 0% 2% 0%;
}


summary {
    display: flex;
    font-weight: 500;
    align-items: baseline;
    justify-content: flex-start;
    font-size: 18px;
  }
  
  summary::before {
    content: '+ ';
    width: 18px;
    height: 16px;
    /* background: url('arrow.svg');
    background-size: cover; */
    margin-left: .75em;
    transition: 0.2s;
    color: #753FF6;
    font-size: 18px;
  }


/* Change the icon when the details are open */
details[open] > summary::before {
    content: "- ";
  
}

.faq-content  {
  padding: 2% 5% 2% 5%;
}

.faq-content h2 {
    margin-bottom: 20px;
    color: #212337;
    font-size: 24px;
    font-weight: 500;
}


.faq-content p {
 
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}




 .container {
        width: 90%;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }
  


  .container-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  
  .bills-image {
    display: block;
}

.bills-image-mobile{
    display: none;
}

  .grid-column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

.navbar {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(15px);
    padding: 0px 50px 0px 20px;
    position: fixed;
    width: 40%;
    max-width: 100%;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
}



.navbar .container {
    display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
margin: 0 auto;
}

.navbar .logo {
    color: white;
    text-decoration: none;
}

.navbar .nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}

.navbar .nav-links li {
    margin-left: 20px;
}

.navbar .nav-links a {
    text-decoration: none;
    color: #212337;
  text-align: center;
   font-family: "ClashGrotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.contact-btn {
    border-radius: 100px;
    background-color: #FDCD81;
    text-decoration: none;
    display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    transition: background 0.3s ease;
    color: #212337;
    text-align: center;
    font-family: "ClashGrotesk";
    border: none !important;
    cursor: pointer;
}


.navbar .nav-links a:hover,
.navbar .nav-links a:focus,
.navbar .nav-links a:active {
    color: #7436F5;
}

.navbar .nav-links a.active {
    color: #7436F5;
    
}


.navbar .menu-toggle {
    display: none;
  }

  .navbar .close-nav {
    display: none;
  }


/* Hero section styles */
.hero {
    background: url('./assets/images/hero-bg.svg') no-repeat center center/cover;
    color: white;
    /* height: 557px; */
    padding: 10% 5% 5% 5%;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  
}

.hero-container {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    gap: 48px;
    padding: 0;
    margin: 0;
}

/* .hero-content {
    max-width: 800px;
} */

.hero h1 {
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 10px;
}

.hero p {
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.83px; 
    margin-bottom: 10px
}

.hero-image {
    width: 100%;
height: auto;
max-width: 100%;
object-fit: contain;
display: flex;
}

.mobile-hero-image {
    display: none;
}

.box-image {
    display: flex;
    align-items: start
}

.hero-content{
    width: 500px;
    max-width: 100%;
}

.cta-button {
    border-radius: 6px;
    background: #101828;
    text-decoration: none;
    display: inline-flex;
    padding: 19px 57px 21px 41px;
    align-items: center;
    transition: background 0.3s ease;
    color: #FFF;
    text-align: center;
    font-family: "ClashGrotesk";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 122.222% */
}

.cta-button:hover {
    background: #e67e22;
}

.payment-section {
    padding: 5% 0% 0% 5%;
}

.payment-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}


 .payment-content h2 {
color: #333333;
font-size: 51.68px;
font-family: ClashGrotesk;
font-weight: 500;
line-height: 58px;
word-wrap: break-word;
text-align: center;
margin-bottom: 0 !important;
} 

.payment-content h3{
    color: var(--Black, #333);
font-family: "ClashGrotesk";
font-size: 47.656px;
font-style: normal;
font-weight: 500;
line-height: normal; 
text-transform: capitalize;

}

.local-image {
    display: block;
}

.local-mobile {
    display: none;
    object-fit: contain;
}



.payment-section h3{
    color: var(--Black, #333);
font-family: "ClashGrotesk";
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: 50px; 
text-transform: capitalize;
color: #333333;
margin-bottom: 11px !important;
margin-top: 11px !important;
}

.payment-section p{
    color: #333333;
    font-family: "ClashGrotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-top: 0 !important;
}


.payment-section small{
    color: var(--Main, #8D5FFF);
    font-family: "ClashGrotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px; /* 150% */
    text-transform: uppercase;
    margin-bottom: 0 !important;
}


.payment-image {
    width:  420px;
    height: 100% !important;
    object-fit: cover;
    display: flex;
    border-radius: 20px;
}

.mobile-image {
    display: none;
}

.image-cover {
    height: 100%;
  
}

.payment-background {
 border-radius: 20px;
background: var(--Purple-BG, #F4EFFF);
width: 690px;
height: 740px !important;
max-width: '100%';
display: flex;
flex-direction: column;
padding: 10% 10% 0 15%;
}

.amount-image {
 object-fit: cover;
max-width: 100%;
position: relative;
top: 15%;
}

.payment-flex {
    display: flex;
    align-items: baseline;
    position: relative;
    margin-top: 0 !important;
    padding-top: 0 !important;
  

}

.payment-flex h3{
    color: var(--Black, #333);
font-family: "ClashGrotesk";
font-size: 49.36px;
font-style: normal;
font-weight: 500;
line-height: normal; 
text-transform: capitalize;
margin-top: 0 !important;
}

.payment-flex span {
    color: #8D5FFF;
font-size: 49.36px;
font-family: ClashGrotesk;
font-weight: 500;
line-height: 58px;
word-wrap: break-word
}

.content-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.bills-background {
    width: 90%;
    max-width: 100%;
    height: 100%;
    position: relative;
  background-color: #F4F3F5;
  background-image:  url('./assets/images/Background.png');
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  padding: 6% 5% 0 5%;
  gap: 10rem;
}

.text-content  {
 width: 400px;
 max-width: 100%;
}


.text-content h3 {
    color: var(--Black, #333);
    font-family: "ClashGrotesk";
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 111.111% */
    margin-bottom: 0 !important;
    text-align: right;
}

.text-content p {
    color: #333333;
    font-family: "ClashGrotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.bills-image-wrapper {
    position: relative;
    /* top: 6px */
}

.section {
    padding: 5% 0% 0% 5%;

}

.policy-section {
    padding-top: 2%;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.policy-section h3 {
    font-weight: 500;
}

.green-section {
     width: 90%; 
    max-width: 100%; 
    height: 100%;
    border-radius: 20px;
    background: #A7D4A9;
  display: flex;
  flex-direction: row;
  padding: 2% 5% 0 5%;
   justify-content: space-around;
  align-items: center;
  
}




.green-section  img{
    flex-shrink: 0;
    max-width: 100%;
    width: 100%;
}

.green-web-image {
    display: block;
}

.green-mobile-image {
    display: none;
}


.green-content {
    width: 334px;
    max-width: 100%;
    position: relative;

}

.green-content h3 {
    color:  #333333;
font-family: "ClashGrotesk";
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: 50px;
margin-bottom: 0;
margin-top: 0;
}

.green-content p {
    color: #333333;
font-family: "ClashGrotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 22px;


}

.green-image-wrapper{
    position: relative;
    weight: 100%;
}

.invoice-section {
    width: 90%;;
    max-width: 100%;
    height: 100%;
    position: relative;
    background-color: #FDCD81;
    background-image:  url('./assets/images/Background.png');
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center ; */
    display: flex;
    justify-content: center;
    padding: 3% 5% 0 5%;
    gap: 5rem;
    align-items: center;
    
}

.invoice-section .green-content {
    width: 432px;
    max-width: 100%;
}


.invoice-section .green-content  p{
    color: #33333399;
    font-family: "ClashGrotesk";
    font-size: 18;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
}

.invoice-section img {
    /* width: 393px; */
    max-width: 100%;
    /* margin-bottom: -5px; */
}


.download-section {
    width: 90%;
    max-width: 100%;
    /* height: 100%; */
    border-radius: 20px;
    background-color: #9064FF;
   background-image: url('./assets/images/call-to-action-bg.svg');
   background-repeat: no-repeat;
   background-position: left;
    display: flex;
    padding: 0% 5% 0 5%;
    justify-content: space-between;
    /* align-items: center; */
}

.download-image {
    /* width: 443px; */
    max-width: 100%;
    margin-bottom: -5px;
}

.download-content {
    width: 550px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  padding-top: 5%;
  padding-bottom: 5%;
}

.download-content h3 {
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52.8px; /* 120% */
    margin-bottom: 0;
  
}


.download-content p {
    color: #FFF;
    font-family: "ClashGrotesk";
    font-size: 21.828px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.92px; /* 137.071% */
    width: 440px
}

.download {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0 !important;
}

.download a {
    cursor: pointer;
}

.download img {
    width: 201px;
    height: 63px;
    max-width: 100%;
    
}

.google-btn {
    width: 226px;
    height: 63px;
    max-width: 100%;
}

.social-box {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.social-box a {
    text-decoration: none;
}

.footer-text {
    color: #212337;
    font-family: ClashGrotesk;
    font-size: 19.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    text-decoration: none;
}

.footer-flex {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 0;
}

.tagline {
    color: #808080;
text-align: left;
font-family: "ClashGrotesk";
font-size: 16.669px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 131.984% */
max-width: 490px;

}

.line-break {
    border-top: 0.8px solid #EBEBEB;
}

.dateformat {
    color: #7436F5;
    text-align: center;
    font-family: ClashGrotesk;
    font-size: 13.275px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom 10px;
    margin-top: 10px;
}

.payment-background-content{
    width: 544px; 
    max-width: 100%; 
    margin-bottom: 30px;"
}

.policy-heading {
    color: #212337;
    font-family: "ClashGrotesk";
    font-size: 34.316px;
    font-style: normal;
    font-weight: 600;
    line-height: 47.25px;
    margin-bottom: 20px;
}

.contact-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 5%;
    text-align: center;
    display: flex;
}

.contact-content h3 {
    font-size: 78px;
    line-height: normal;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

.contact-content p {
    font-size: 24px;
    line-height: normal;
    text-align: center;
    max-width: 100%;
    width: 800px
}

.contact-box {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 8px;
   padding-top: 5%;
   padding-bottom: 5%;
   padding-left: 15%;
   padding-right: 15%;
    background-color: #F7F7FB;
    height: 270px;
    
}

.contact-box h4 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
    color: #172A30;
    margin-top: 0px;
  
}

.contact-box p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #172A30;
}

.contact-box a {
    color: #7436F5;
    text-decoration: none;
    font-weight: Semibold;
    font-size: 16px;
}

.contact-section {
    /* width: 100%; */
    padding: 12% 5% 5% 5%;
    background-color: #8D5FFF;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;

}

.contact-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-section span {
    background-color: #FFFFFF1F;
    width: 123px;
    max-width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    border-radius: 200px;
    text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.contact-section h1 {
  font-size: 56px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0px;
line-height:78px;
margin-top: 0px;
text-align: center;
}

.privacy-container {
   padding-top: 5%;
   padding-left: 10%;
   padding-right: 10%;
    text-align: center;
}

.privacy-container h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 57px;
    margin-bottom: 0px;
}

.privacy-container  p {
    font-size: 20px
}

.payment-box-image {
    display: flex; 
    align-items: center;
     justify-content: center;
      position: relative; 
      /* top: 30px; */
}

.social-media {
    width: 24px !important;
    height: 28px !important;
}

.amount-image-mobile {
    display: none;
}

/* Small devices (portrait tablets and below) */
@media (max-width: 768px) {
 

    .navbar {
        padding: 10px 20px;
        width: 80%;
    }
    .navbar .nav-links {
        display: none;
      }

   
    
      /* Fullscreen mobile nav when active */
      .navbar.active .nav-links {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 60px;
        right: 0;
        left: auto;
        width: 90%;
        height: 602px ;
        background: rgba(255, 255, 255, 2); !important;
        justify-content: start;
        align-items: center;
        z-index: 999;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
        padding: 20px 20px;
        backdrop-filter: blur(30px);
       
      }
    
      .navbar.active .nav-links li {
        margin: 20px 0;
        color: #212337;
      }
    
      .navbar .menu-toggle {
        display: block;
        font-size: 24px;
        color: #333;
        cursor: pointer;
      }
    
      .navbar .nav-links .close-nav {
        position: absolute;
        top: -20px;
        right: 30px;
        font-size: 40px;
        color: #333;
        cursor: pointer;
        display: flex;
      }

    .container-grid{
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
      
    }

    .hero-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 48px;
      
        flex-direction: column;
    }

    .hero {
        height: auto !important;
    }

    .hero-image {
        display: none
    }

.mobile-hero-image {
    display: flex;
}


.section {
    padding: 2%;
}

    .hero-content {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
   
     
    }

    .hero h1 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 0;
        line-height: 50px;
        text-align: center !important;
    }

    .hero p {
        font-size: 18px;
        text-align: center !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    .cta-button {
        padding: 15px 30px;
        font-size: 16px;
    }

    .payment-section {
        padding: 3%;
    }

    .payment-content h2 {
        font-size: 36px;
    }

    .payment-section h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom 0 !important;
        margin-top: 0 !important;
        width: 100%;
        max-width: 235px;
    }

    .payment-section p {
        font-size: 14px;
        line-height: 20px;
    }

    .mobile-image {
        width: 100%;
        height: auto;
        display: flex;
    }

    .payment-image {
        display: none;
    }

    .green-section {
        flex-direction: column;
        padding: 6% 0% 0 0%;
        align-items: center;
        gap: 0;
        width: auto;
        max-width: 100%;
    }


.green-web-image {
    display: none;
}

.green-mobile-image {
    display: block;
    object-fit: cover;
}

.local-image {
    display: none;
}

.local-mobile {
    display: block;
    object-fit: contain;
}

.green-image-wrapper {
    order: 1;
}

    .green-content {
     padding: 0;
    }

    .green-content h3 {
        font-size: 25px;
        line-height: normal;
        max-width: 247px;
        width: 100%;
    }

    .green-content p {
        font-size: 14px;
        line-height: normal;
    }

    .contact-content {
        flex-direction: column;
        width: auto;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 7% 5% 7% 5%;
    }

    .contact-content h3 {
        font-size: 30px;
        line-height: normal;
    }

    .contact-content p {
        font-size: 16px;
        line-height: normal;
    }

    .invoice-section {
        flex-direction: column;
        padding: 6% 0% 1% 5%;
        align-items: center;
        gap: 0;
        width: auto;
        max-width: 100%;
    }

    .invoice-section .green-content  h3{
        font-size: 25px;
        line-height: normal;
    }

    .invoice-section .green-content  p{
      font-size: 14px;
      line-height: normal;
      color: #33333399;
    }

    .download-section {
        flex-direction: column;
        width: auto;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 7% 5% 7% 5%;

    }

    .download-content {
        width: auto;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .download-content h3 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px;
        text-align: center;
        margin-top: 0px;
    }


    .download-content p {
        font-size: 20px;
        text-align: center;
        width: auto;
        margin-bottom: 0px !important;
    }

    .download {
        margin-top: 10px !important;
    }

    .download-image {
        display: none;
    }

    .bills-background {
        flex-direction: column;
        width: auto;
        align-items: center;
        justify-content: center;
        gap: 0;
      padding: 3% 5% 0 5%;
    }

   

    .text-content h3 {
        font-size: 25px;
        line-height: 30.373px;
        text-align: left;
    width: 100%;
    max-width: 191px;
    }

    .text-content p {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        width: auto;
        max-width: 311px;
    }

    .bills-image-wrapper {
        order: 1;
    }

    .bills-image {
        display: none;
    }

    .bills-image-mobile{
        display: block;
    }


    .grid-column-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        justify-content: center;
        align-items: center;
      }

      .payment-image{
        width: 389px;
       height: 406px;
        max-width: 100%;
    }
    .payment-background {
        border-radius: 20px;
    background: var(--Purple-BG, #F4EFFF);
    width: auto;
    max-width: 100%;
   height: auto !important;
    padding: 5% 0% 0% 4%;
    }
    
.payment-background-content{
    width: auto;
    max-width: 100%; 
    margin-bottom: 0px !important;
    padding-left: 5%;
    padding-right: 5%;
}

.footer-content  {
    display: flex;
    flex-direction: column;
    padding: 5%;
}

.amount-image{
    width: 100%;
object-fit: cover;
max-width: 100%;
margin-bottom: 0px !important;
margin-top: 0px !important;
position: relative;
display: none;
}


.amount-image-mobile{
    width: 100%;
object-fit: cover;
max-width: 100%;
margin-bottom: 0px !important;
margin-top: 0px !important;
position: relative;
display: block;

}

.container {
    width: 100%;
    margin: 0; 
    max-width: 100%;
   padding: 0;
}

.download img {
    width: 138px;
    height: 43px;
    max-width: 100%;
}

.dateformat {
    font-size: 11px;
}

.footer-box-row {
    display: flex;
    flex-direction: row !important;
}

.social-media {
    width: 14px !important;
    height: 17px !important;
}

.google-btn{
    width: 138px;
    height: 43px;
    max-width: 100%;
 
}
.social-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.footer-flex {
    flex-direction: column;
    justify-content: center;
   align-items: center;
}
.footer-text{
    font-size: 19.2px;
font-style: normal;
}

.tagline {
    text-align: center;
    fon-size: 12px;
}

.logo-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.payment-flex span {
    font-size: 40px;
}
.payment-flex {
    height: 50px;
    padding: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}
.arrow-image{
 height: 30px;
 weight: 30px;
}

.payment-content h3{
 font-size: 40px;
 margin-bottom 0;
}

.contact-section {
    padding-left : 0;
    padding-right : 0;
    padding-top : 30%;
    padding-bottom : 10%;
}

.contact-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.contact-section span {
 width: 100px;
 font-size: 12px;
 
}

.contact-section h1 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  
}

.policy-heading {
    font-size: 24px;
}

.privacy-container {
    padding-top: 20%
}

.privacy-container h1 {
    font-size: 32px;
    line-height: 32px;
}

.privacy-container p {
    font-size: 16px;
    line-height: 22px;
}

.payment-box-image {
    display: flex; 
    align-items: center;
     justify-content: center;
      position: relative; 
      /* top: 21%;  */
      /* bottom: auto; */
}

.faq-content h2 {
    margin-bottom: 20px;
    color: #212337;
    font-size: 20px;
    font-weight: 500;
}

summary {
    display: flex;
    font-weight: 500;
    align-items: baseline;
    justify-content: flex-start;
    font-size: 14px;
  }

  .logo img {
    width: 100%;
    max-width: 135px;
    height: 35px;
  }

  .contact-box {
   gap: 10px;
  justify-content: center;
  height: 180px !important;
  }


}

/* Large devices (desktops and above) */
