.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {

    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: transparent !important;

}
.main-menu ul.mega-menu > li > a {
    padding-top: 25px;
}

.main-menu ul.mega-menu li li {
    padding: 0 0 !important;
}

h6.menu-sub-title.mb-0 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #232026;
}

span.menu-sub-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #918F92;
}

.main-menu ul.mega-menu {
    text-align: left;
    width: 66%;
    padding: 0 0 0 0;
    left: 59% !important;
    top: 74%;
    border-radius: 12px;
}

.tab1{
    padding: 5px;
    width: 100%;
    border: unset;
    border-color: #FFFFFF !important;
}

h6.menu-tab-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #232026;
}

span.menu-tab-para {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #4F4D51;
    margin-top: 0;
}
.nav-tabs {
    border-bottom: 0 !important;
    border-right: 1px solid #dee2e6;
}

.carousel-indicators [data-bs-target] {
    background-color: #FF900D; /* Inactive dot color */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s, background-color 0.3s;
    border: none;
}

.carousel-indicators .active {
    background-color: #FF900D; /* Active dot color (blue, you can change it) */
    opacity: 1;
}
.carousel-indicators {
    gap: 10px;
    bottom: -40px;
}
.carousel-item{
    /*height: 700px;*/
    object-fit: cover;
    border-radius: 8px;
    height: auto;
}
.carousel-item img {
    max-height: 100%;
    width: auto;
}

h1.h-title {
    margin-bottom: 5%;
    font-size: 64px;
    font-weight: 800;
    line-height: 80px;
}
.hero-8 .th-hero-thumb {
    margin-left: 50px !important;
}

button.h-button {
    padding: 10px 20px 9px 20px;
    background-color: #FF900D;
    color: #FFFFFF;
    border-radius: 50px;
    border: none;
    font-weight: 700;

}

.h-button1{
    cursor: pointer;
    color: #FF900D;
    font-size: 16px;
    font-weight: 700;

}
.image-wrapper{
    min-height: 350px;
}

/*hero section animation*/

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-30px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(30px);
    }
}

.fade-in-left,
.fade-in-right {
    opacity: 0;
}

.fade-in-left.show {
    animation: fadeInLeft 2s ease-out forwards;
}

.fade-in-right.show {
    animation: fadeInRight 2s ease-out forwards;
}

.fade-in-left.hide {
    animation: fadeOutLeft 2s ease-in forwards;
}

.fade-in-right.hide {
    animation: fadeOutRight 2s ease-in forwards;
}

/*Brand Section Animation*/

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px); /* Start from below */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(30px); /* Move out to the bottom */
    }
}

.fade-in-bottom {
    opacity: 0;
}

.fade-in-bottom.show {
    animation: fadeInBottom 1s ease-out forwards;
}

.fade-in-bottom.hide {
    animation: fadeOutBottom 1s ease-in forwards;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px); /* Start from left */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px); /* Start from right */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-30px); /* Move out to the left */
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(30px); /* Move out to the right */
    }
}

.fade-in-left {
    opacity: 0;
}

.fade-in-left.show {
    animation: fadeInLeft 1s ease-out forwards;
}

.fade-in-left.hide {
    animation: fadeOutLeft 1s ease-in forwards;
}

.fade-in-right {
    opacity: 0;
}

.fade-in-right.show {
    animation: fadeInRight 1s ease-out forwards;
}

.fade-in-right.hide {
    animation: fadeOutRight 1s ease-in forwards;
}

/* Animations */
@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-30px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
    0% { opacity: 0; transform: translateX(30px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeOutLeft {
    0% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(-30px); }
}
@keyframes fadeOutRight {
    0% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(30px); }
}

.fade-in-left, .fade-in-right {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.fade-in-left.show {
    animation: fadeInLeft 1s ease forwards;
}
.fade-in-right.show {
    animation: fadeInRight 1s ease forwards;
}
.fade-in-left.hide {
    animation: fadeOutLeft 1s ease forwards;
}
.fade-in-right.hide {
    animation: fadeOutRight 1s ease forwards;
}

@keyframes slowShake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.slow-shake {
    animation: slowShake 3s ease-in-out infinite;
}

.img1 img {
    transition: transform 0.6s ease;
}

.img1:hover img {
    transform: scale(1.05);
}

/*About section*/
.about-sec1 {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}

/*Product*/

img.img-fluid.mb-3.p-image{
    width: auto;
    height: 100px;
}

h5.mb-2.h-product {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2px;
}

p.mb-3.p-product {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

a.btn.btn-primary.custom-product-btn {
    padding: 12px 32px 12px 32px;
    border-radius: 100px;
    background-color: #FF900D;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.h-100.p-3.border.bg-light.custom-col {
    border-radius: 16px;
}

.overlap-image {
    position: absolute;
    top: -30px;
    left: 18%;
    transform: translateX(-50%);
    max-width: 60px;
    padding: 5px;
    border-radius: 8px;
    z-index: 1;
}
.custom-content {
    margin-top: 60px;
}
.custom-col{
    border-radius: 20px;
}

.custom-row {
    row-gap: 40px;
}

.row.join-section {
    background: linear-gradient(to bottom, #6D4DBA, #4E4EEA);
    padding: 50px;
    border-radius: 24px;
}
h1.j-heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    color: #FFFFFF;
}

p.j-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #ffff;
}

h1.o-heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 64px;
    color: #FFFFFF;
}

.col-md-6.d-flex.align-items-center.justify-content-center.certifies-sec1 {
    border: 1px solid lightgray;
    width: 510px;
    padding: 32px;
    background: #01FFFF1A;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
img.certify-img1 {
    height: 120px;
    width: auto;
}

p.mb-0.mx-2.cer-para {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #39363C;
}
img.certify-badge.position-absolute {
    left: 82%;
    top: -37px;
    height: 80px;
}

.col-md-6.d-flex.align-items-center.justify-content-center.certifies-sec1.position-relative {
    margin-right: 50px;
    height: 175px;
}

h2.client-sec-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #232026;
}

p.client-sec-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #656367;
}



.rating {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #151317;
}


.rating-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #656367;
}
.rating-fw-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
}

.rating-paragraph-text-muted {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.blog-card .blog-content {
    padding: 30px 40px;
    background: #FFFCF9;
    border-radius: 12px;
    max-height: 260px;
}

.after-trust {
    background: #FBFDFF;
    border: 1px solid whitesmoke;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.j-heading1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    color: #010081;
}

.th-social a {
    background-color: #237FD4 !important;

}
.s-custom {
    color: #FFFFFF;
}

.custom-footer {
    background: #020128;
}
.footer-heading{
    color: #FFFFFF;
}
h3.widget_title {
    color: #FFFFFF !important;
}

/*Our Wide Range of Products*/

.col-box {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.col-box:hover {
    transform: scale(1.05);
    /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);*/
    z-index: 2;
}

.custom-product-btn {
    transition: all 0.3s ease;
}

.custom-product-btn:hover {
    background-color: #e6e6e6 !important; /* Off-white */
    color: #000 !important;   /* Text black */
    transform: scale(1.05);   /* Zoom in */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); /* Dark shadow */
    border: 0.5px solid black;
}

.col-box:hover .p-image {
    border-radius: 10%;       /* Makes the image round */
    transition: border-radius 0.5s ease, transform 0.3s ease;
    transform: scale(1.05);   /* Optional: Slight zoom for better effect */
}

/*Join out payment gate Way*/

.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease;
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

.img-box12 .col {
    border: 1px solid #ccc;
    padding: 20px;
    background: #f9f9f9;
    margin: 5px;
}

.b-img {
    width: 65px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.img-box12 .img1 {
    flex: 0 0 auto; /* Prevent shrinking */
}

.img1:hover .b-img {
    transform: scale(1.2);
}

@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-30px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
    0% { opacity: 0; transform: translateX(30px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeOutLeft {
    0% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(-30px); }
}
@keyframes fadeOutRight {
    0% { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(30px); }
}

.fade-in-left, .fade-in-right {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.fade-in-left.show {
    animation: fadeInLeft 1s ease forwards;
}
.fade-in-right.show {
    animation: fadeInRight 1s ease forwards;
}
.fade-in-left.hide {
    animation: fadeOutLeft 1s ease forwards;
}
.fade-in-right.hide {
    animation: fadeOutRight 1s ease forwards;
}

.about-sec-8 {
    height: auto!important;
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}

.fade-in-bottom {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.fade-in-bottom.show {
    animation: fadeInBottom 1s ease forwards;
}

.fade-in-bottom.hide {
    animation: fadeOutBottom 1s ease forwards;
}

.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-in-out;
}

.hide {
    opacity: 0;
    transform: translateY(50px);
}



/*Feature Section*/

.f-h-title{
    font-size: 56px;
    font-weight: 800;
    line-height: 72px;
    color: #FFFFFF;
}

.f-h-para{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
}

a.f-h-button1 {
    color: white;
}

img.c-img {
    height: 550px;
}

.p-feature {
    font-size: 24px;
    font-weight: 700;
}

.f-custom-content {
    transition: all 0.3s ease;
    border-radius: 4px;
}

.f-custom-content:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.img-box10.text-center.mb-xl-0.mt-xl-0.mt-n4 {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: unset;
}

.img-box10 iframe.f-video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

h2.f-sec-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    color: #202226;
}
p.f-sec-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #636467;
}

.divider-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-color: #198754; /* Bootstrap success green */
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    z-index: 1;
}

.htw-image1{
    width: auto;
    max-height: 200px;
    min-height: 200px;
}

.htw-para1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #202226;
}

.htw-title1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #202226;
}

.htw-para2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #636467;
}

.how-it-works-wrapper {
    position: relative;
}

.vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #ccc;
    transform: translateX(-50%);
    z-index: 1;
    padding: 1px;
}

.vertical-line .circle {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid #007bff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.vertical-line .top {
    top: 0;
}

.vertical-line .middle {
    top: 50%;
}

.vertical-line .bottom {
    bottom: -10px;
}

.vertical-line .circle.active {
    background-color: forestgreen;
    border-color: #007bff;
}

h6.mb-1.app-pay-title1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #202226;
}

p.mb-0.app-pay-title1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #636467;
}

.app-heading1{
    font-size: 32px !important;
    font-weight: 800;
    line-height: 40px;
    color: #FFFFFF;
}
