/* 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: 80%;
    border: 2px solid #000;       /* Add if needed like screenshot */
    padding: 20px;
}


 /* 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 {
        font-size: 1.1vw;
    }
    .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: 15px 0;              
    border-bottom: 1px solid #D9D9D9;  
}

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

.termsconditionSection li::marker {
    margin-top: 10px;
    color: #f5c400;             
    font-size: 30px;
}
@media (min-width: 1200px) {

    /* 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: 1.2vw 0;    
        border-bottom: 0.1vw solid #D9D9D9;
    }

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

    .termsconditionSection li::marker {
        margin-top: 0.8vw;     
        color: #f5c400;
        font-size: 2vw;       
    }
}
