@import url('https://fonts.googleapis.com/css2?family=Signika:wght@400;500;600;700&family=Telex&display=swap');


body
{
    margin: 0;
    padding: 0;
}

.main-heading
{
    font-family: 'Signika', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
}

.sub-heading
{
    font-family: 'Signika', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}


.p-50
{
    padding: 50px;
}

.p-100
{
    padding: 100px 0;
}



.description-text
{
    font-family: 'Telex', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5rem;
    color: #2a2a2a;
}


.parallax-1
{
    background-image: url(../img/bg-1.jpg) ;
    background-size: cover;
}

.parallax-2
{
    background-image: url(../img/bg-2.png);
    background-size: cover;
}


/*--------------------- banner-section start here ---------------------*/
.banner-section
{
    background-image: url(../img/banner-01.jpg);
    background-size: cover;
    background-position: center; 
    
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    margin-top: -2px;
}
.page-heading > h1
{
    font-family: 'Signika', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #fafafa;
}

.leagl-banner-section
{
  background-image: url(../img/legal-banner.jpg);
    background-size: cover;
    background-position: center;   
}

.contact-banner-section
{
  background-image: url(../img/contactus-banner.jpg);
    background-size: cover;
     background-position: center;    
}

.business-banner-section {
    background-image: url(../img/bussiness-banner.jpg);
    background-size: cover;
    background-position: center;
}

.terms-banner-section
{
  background-image: url(../img/terms-banner.jpg) ;
    background-size: cover;
    background-position:  bottom;
}

/* ------------------  banner section end here -------------------  */


/* ------------------ about section ---------------------  */

.container-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
}

.about-overlay
{
    background: rgba(0, 0, 0, 0.6);
    padding: 120px ;
}

.box{
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 15px;
    width: 350px;
}

.box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 100%;
}

/* .box-cyan::after{
    background-color: rgb(69, 211, 211);
}

.box-red::after{
    background-color: rgb(234, 83, 83);
}

.box-blue::after{
    background-color: rgb(84, 158, 242);
} */

.box-orange::after{
    background-color: rgb(252, 175, 74);
}

.box-push{
    transform: translateY(30%);
}

.box h2{
    margin: 0;
}

/* .box:hover h2.box-cyan{
    color: rgb(69, 211, 211);
}

.box:hover h2.box-red{
    color: rgb(234, 83, 83);
}

.box:hover h2.box-blue{
    color: rgb(84, 158, 242);
} */

.box:hover h2.box-orange{
    color: rgb(252, 175, 74);
}

.box p {
    font-size: 16px;
    margin: 15px 0 10px;
}

.box:hover p{
    color: rgb(88, 87, 87);
}

.box img{
    display: block;
    margin-left: auto;
}

.box:hover img{
    transform: scale(1.1);
}

@media (max-width: 775px){
    .box-push{
        transform: translateY(0);
    }

    .about-overlay
    {
        padding: 30px 0 !important;
    }

    .p-40
    {
        padding: 40px 0px !important;
    }

    .p-50
    {
        padding:50px 0 !important;
    }

    .overlay {
        padding: 40px !important;
        margin-top: -8px !important;
    }

    .mt-100
    {
        margin-top:20px !important;
    }
}

/* -------------------- about section end here ---------------------  */


/* ---------------------- business plan section start here ----------------------- */


.accordion-container {
    width: 100%;
    
    
}

.accordion-item {
    background-color: #FFFFFF; /* White background for items */
    /* border: 1px solid #E0E0E0;  */
    border-radius: 8px;
    margin-bottom: 10px;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1);  */
    border: none !important;
}

.accordion-header {
    background-color: #1a1a1a; /* Soft purple */
    color: #FFFFFF; /* White text */
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #ecaf2c; /* Darker shade of purple */
}

.accordion-content {
    /* background-color: #FAFAFA; */
    overflow: hidden;
    padding: 0px 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}


/* table start here  */

.rwd-table {
    /* margin: auto; */
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
  }
  
  .rwd-table tr:first-child {
    border-top: none;
    background: #2a2a2a;
    color: #fff;
  }
  
  .rwd-table tr {
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
    background-color: #f5f5f5;
  }
  
  .rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #e6e6e6;
  }
  
  /* .rwd-table th {
    display: none;
  }
   */
  /* .rwd-table td {
    display: block;
  } */
  
  .rwd-table td:first-child {
    margin-top: .5em;
  }
  
  .rwd-table td:last-child {
    margin-bottom: .5em;
  }
/*   
  .rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
  } */
  
  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }
  
  .rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
  }
  
  .rwd-table tr {
    border-color: #bfbfbf;
  }
  
  .rwd-table th,
  .rwd-table td {
    padding: .5em 1em;
    font-size: 16px;
  }
  

  .other-bonus
  {
    padding: 50px;
    border-radius: 20px;
  }

  .silver-bonus
  {
    background-color: #ededed;
  }

  .gold-bonus
  {
    background-color: #ffd988;
  }


 /* --------  */

/* ------------------------- business plan section end here -------------------------  */


/* ---------- Legal document section start here -------------  */

.contact-card-section
{
    padding: 30px 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    /* background-image: url(../img/card-bg.png); */
    background-position: right;
    background-size: cover;
    background-color: #fcfcfa;
    min-height: 220px;
    border:3px solid #1a1a1a;
}

.legal-sub-heading
{
    font-family: 'Signika', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}
/* --------------- Legal document end here ---------------- */


/*----------------- other css ---------------*/

.align-items-center {
    align-items: center !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-100
{
    margin-top:170px ;
}