.service-banner {
    background: url('/assets/images/web-images/Website-banner-Germentan-common-2.webp');
    background-size: cover;
    background-repeat: no-repeat;

    height: 40vh;
}


.custom-container {
margin-top: 30px;
    max-width: 100%;
    gap: 20px;
    padding: 100px;
    padding-bottom: 100px;
    align-items: start;
    background: rgb(245, 245, 202);

}
.custom-containerr {
    display: grid;
  
    max-width: 1200px;
    margin: 20px auto;
    gap: 20px;
    padding: 20px;
    padding-bottom: 0px;
    align-items: start;
}

.sticky-left {
    position: sticky;
    top: 120px;
    overflow-y: auto;
    background: white;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}


.sticky-left img {
    width: 100%;
    max-width: 150px;
    border: solid 2px #F20F0B; 
    border-radius: 50%;
}

h1{
    font-weight: bold;
}

.sticky-left h2 {
    margin: 15px 0;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.sticky-left p {
font-size: 16px;
margin-bottom: 0.5rem;
}

hr{
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}


.badges {
    margin: 10px 0;
}

.badge {
    display: inline-block;
    background: #F20F0B;
    color: #fff;
    padding: 5px 16px;
    border-radius: 25px;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
}

.dr-card{
    height: 620px;
    margin-left: 60px;
}

.content {
    padding: 40px;
    overflow-x:hidden;
    overflow-y: auto;
    height: 620px;
    text-align: justify;

}


ul {
    padding-left: 20px;
}

.btn-link{
text-align: left;
}
.extra-content p {
    margin-bottom: 20px;
}


@media (max-width: 992px) {



    .sticky-left {
        position: relative;
        height: auto;
    }
}

@media (max-width: 768px) {

    .sticky-left,
    .content {
        max-width: 100%;
    }

    .custom-container{
        padding: 0;
    }

    .dr-card{
        margin: 10px;
        margin: auto;
    }

    .content{
        margin-top: 120px;
    }


}

.nav-pills-custom .nav-link {
    color: #0a0a0a;
    background: #dbfac9;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #ffffff;
    background: #45b649;
}

.btnn {
    display: inline-block;
    text-decoration: none;
    background-color: #F20F0B;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
}


.btnn:hover {
    background-color: #e21e27;
    color: white;
    transform: scale(1.05);
}

ol{
    padding-left: 20px;
}



.content h2{
    font-size: 1.5rem;
    color: #151515 !important;
}

.content h3{
    font-size: 1.3rem;
    color: #151515 !important;
}

.content p{
    color: #202020;
}

  /* CTA Section */
  .cta-section {
    background: #F20F0B; /* Lighter shade of #e21e27 */
    padding: 50px;
    text-align: center;

    color: #fff;
}

/* CTA Heading */
.cta-section h2 {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

/* CTA Description */
.cta-section p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* CTA Button */
.cta-btn {
    display: inline-block;
    background: #fff;
    color: #e21e27;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

/* Hover Effect */
.cta-btn:hover {
    background: #ddd;
}

.video-slider img{
    width: 90%;
    height: auto;
}

