/* HERO SECTION */
.hero-Inner {
    /* margin-top: 100px; */
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

    background-size: cover;
    background-position: center;
}

.hero-Inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.75)
    );
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    color: #f5c400;   
    font-size: 42px;
    margin-bottom: 10px;
}

.custom-breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    color: #fff;
}

.custom-breadcrumb li {
    color: #fff;
    font-size: 16px;
}

.custom-breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.custom-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #fff;
}
.aboutSection {
    background: url('./images/about-bg-lines.png') no-repeat right top;
    background-repeat: no-repeat;
    background-size:contain;
}

.aboutImg img {
    max-width: 75%;
    /* border: 2px solid #000;  */
    padding: 20px;
}

.termsconditionSection span{
    font-weight: normal;
}

 /* p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
} */
@media (min-width: 1200px) {
    .hero-title {
        font-size: 3vw;
    }

    .custom-breadcrumb li {
        font-size: 1vw;
    }

    .aboutCont p, .about-inner-cont p, .partnerCont p{
        font-size: 1.1vw;
    }

    .about-inner-cont p, .partnerCont p{
        margin-bottom: 1.5vw;
    }

    .terms .subHeading{
  font-size: 1.563vw;
    }
}

/* partner page */
@media (min-width:786px) 
{
.partnerImg img{
     max-width: 25%;
    padding: 20px;    
}
}
.partnerImg img{
     max-width: 70%;
    padding: 20px;    
}

/* terms and condition */

.termsconditionSection .subHeading{margin-bottom: 20px ; display: block;   font-size: 23px;
    font-family: 'Times New Roman', Times, serif; font-weight: 500;}
    .termsconditionSection div{padding: 20px 0;}
hr{background: #D9D9D9; margin-top: 10px;}
.termsconditionSection ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.termsconditionSection li {
    padding: 0px 0px 15px;
    line-height: normal;              
    /* border-bottom: 1px solid #D9D9D9;   */
}

.termsconditionSection li:last-child {
    border-bottom: none;          
}

.termsconditionSection li::marker {
    /* margin-top: 10px; */
    color: #f5c400;             
    font-size: 30px;
}

.tc-content .table{
    border: 1px solid #2f2f2f;
}

.tc-content td, .tc-content th{
    padding: 10px;
} 

.tc-content td p:last-child, .tc-content th p:last-child{
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .termsconditionSection h5{
        font-size: 1.3vw;
    }
    .accordion-body p{
        font-size: 1.05vw;
    }
    /* partner page */
    .partnerImg img {
        max-width: 25%;        
        padding: 1.5vw;     
    }

    /* terms and condition */
    .termsconditionSection .subHeading {
        margin-bottom: 1.5vw;  
        display: block;
        font-size: 1.6vw;      
        font-weight: 500;
    }

    .termsconditionSection div {
        padding: 1.5vw 0;     
    }

    hr {
        background: #D9D9D9;
        margin-top: 0.8vw;   
    }

    .termsconditionSection ul {
        list-style: disc;
        padding-left: 1.5vw;  
        margin: 0;
    }

    .termsconditionSection li {
        padding: 0vw 0 1.2vw;
        font-size: 1vw;    
        /* border-bottom: 0.1vw solid #D9D9D9; */
    }

    .termsconditionSection li:last-child {
        border-bottom: none;
    }

    .termsconditionSection li::marker {
        /* margin-top: 0.8vw;      */
        color: var(--brand-accent);
        font-size: 2vw;       
    }

    .custom-accordion .accordion-button:not(.collapsed), .custom-accordion .accordion-button {
        font-size: 1.2vw;
    }
}
/* Remove default bootstrap styles */
.custom-accordion .accordion-button {
  color: #2F2F2F;
font-family: Arial;
line-height: normal;
 font-size: 18px;
 background: #EFEFEF;
  color: #2F2F2F;
  font-weight: 400;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background: #EFEFEF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  box-shadow: none;
}

.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 25px;
}

.custom-accordion .accordion-body {
  background: #fff;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.custom-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  transform: none;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}



/* Mobile */
@media (max-width: 767px) {
  .custom-accordion .accordion-button {
    padding:10px 28px 10px 10px;
    font-size: 16px;
  }

  .custom-accordion .accordion-button:not(.collapsed){
    font-size: 16px;
  }

  .faqsection .container{
    padding-left: 0;
    padding-right: 0;
  }

  .custom-accordion .accordion-body {
    font-size: 16px;
    line-height: 1.6;
  }

      .custom-accordion .accordion-button::after {
        font-size: 25px;
        line-height: 1;
        top: 44%;
        right: 8px;
        position: absolute;
        transform: translateY(-50%);
    }
}