        body {
            font-family: 'Inter', sans-serif;
            background-color: #f8f9fa;
        }
         .navbar {
            padding:17px 15px;
        }
        .nav-link {
            color: #333;
            font-weight: 500;
            position: relative;
        }
        .nav-link:hover {
            color:#ed582a;
        }
        .dropdown-menu {
            top: 100%;
            left: 0;
            width: 100%;
            background: #f3f2ff;
            border: none;
            padding: 1.5rem 2rem;
            display: none;
        }
        .nav-item:hover .dropdown-menu {
            display: flex;
            justify-content: space-between;
        }
        .dropdown-header {
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }
        .dropdown-item {
            display: flex;
            align-items: start;
            gap: 0.75rem;
            margin-bottom: 1rem;
            color: #333;
        }
        .dropdown-item:hover {
            color:#ed582a;
        }
        .dropdown-item img {
            width: 40px;
            height: 40px;
            background: white;
            padding: 8px;
            border-radius: 8px;
        }
        .btn-primary {
            background-color:#ed582a;
            border: none;
        }
        .btn-primary:hover {
            background-color: #5a349c;
        }
        a.navbar-brand.logo img {
    max-width: 160px;
}

a.navbar-brand.logo {
    padding: 0px;
}


        .hero-section {
            background:linear-gradient(135deg, #ed582a94 0%, #edeaff 100%);
            padding: 80px 0;
            text-align: center;
        }
        .hero-section h1 {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        .hero-section p {
            font-size: 1.1rem;
            margin-bottom: 30px;
        }
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
            transition: all 0.3s ease-in-out;
        }
        .testimonial-card img {
            max-height: 150px;
            object-fit: cover;
        }
        .stats-section {
            background: linear-gradient(135deg, #4a00e0, #8e2de2);
            color: white;
            padding: 50px 0;
        }
        .cta-section {
              padding: 100px 0;
    background: radial-gradient(circle farthest-corner at 50% 100%, #ed582a7d, #fc482dd1);
    text-align: center;
        }
        
        .btn-primary:hover {
            background-color: #e5410f;
        }


        h1.mainHeding {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}

h1.mainHeding b {
    display: block;
}

.baniMg img {
    max-width: 800px;
    margin: 70px 0px;
}
p.Subhed {
    max-width: 880px;
    margin: 10px auto 35px;
    font-size: 1.125rem;
    color: #040307ad;
}






nav.navbar .container {
    max-width: 1800px;
    padding: 0px;
}

button.btn.btn-outline-primary {
    border-color: #d7d2d2;
    color: #000;
    padding:5px 15px;
    border-radius: 8px;
}

button.btn.btn-outline-primary:hover {
    background: #f2f2f2;
}





           .logo-slider {
            overflow: hidden;
            position: relative;
            white-space: nowrap;
            width: 100%;
            background: #f8f9fa;
            padding: 20px 0;
        }
        .logo-track {
            display: inline-flex;
            animation: scroll 40s linear infinite;
        }
        .logo-item {
            display: inline-block;
            margin: 0 40px;
        }
        .logo-item img {
            height: 35px;
            opacity: 0.7;
            transition: opacity 0.3s;
        }
        .logo-item img:hover {
            opacity: 1;
        }
        .mainSliLogo {
            padding: 70px 0px;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }



           .finance-section {
            text-align: center;
            padding: 80px 15px;
                background: #ed582a1a;
        }
        .finance-section h2 {
            font-weight: bold;
            margin-bottom: 40px;
                font-size: 44px;
        }
        .finance-card {
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            padding:60px 50px;
            display: flex;
            align-items: center;            
            margin: 0 auto 70px;            
        }
        .finance-content {
            flex: 1;
            text-align: left;
                width: 50%;
        }
        .finance-image {
            width: 50%;
        }
        .finance-content h3 {
            font-weight: bold;
                font-size: 38px;         

        }
        .finance-content p {
            color: #6c757d;
            margin-top: 10px;
            margin-bottom: 20px;
        }
        .finance-content a {
            color: #ed582a;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
        }
        .finance-content a:hover {
            text-decoration: underline;
        }
        .finance-image img {
            max-width:500px;    
                max-height: 450px;        
        }
.finance-card.finance-cardRight {
    padding-bottom: 0px;
}

        @media (max-width: 768px) {
            .finance-card {
                flex-direction: column;
                text-align: center;
            }
            .finance-content {
                text-align: center;
            }
        } 



        .hedRight .dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
        }
        .hedRight .dropdown-menu {
            transition: all 0.3s ease;
        }
        .hedRight .dropdown-item img {
            width: 20px;
            height: 14px;
            margin-right: 10px;
        }
        .hedRight .dropdown-toggle::after {
            display: none;
        }


        .hedRight ul.dropdown-menu {
    list-style: none;
    padding: 0px;
    background: #fff;
 
    width: auto;
    box-shadow: 0px 0px 10px #ccc;
}

.hedRight ul.dropdown-menu li a img {
    padding: 0px;
}

.hedRight ul.dropdown-menu li a {
    margin: 0px;
}

.bookBtnSlid button.btn {
    padding: 10px 25px !important;
}

.bookBtnSlid button.btn.btn-outline-primary.px-4 {
    background: #fff;
}

.ratings {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin: 30px 0;
            font-size:16px;
            float: left;
        }
        .badges {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }
        .badge {
            background: #2C2C6C;
            border-radius: 10px;
            padding: 10px 15px;
            text-align: center;
            width: 150px;
        }
        .badge img {
            width: 40px;
            margin-bottom: 10px;
        }
        section.boxexpnse {
            background:radial-gradient(circle farthest-corner at 50% 100%, #ed582a7d, #fc482dd1);
            padding: 70px 0px;
            color: #fff;
        }

        .badgeing img {
            max-width: 500px;
        }

        .badgeing {
            margin-top: 70px;
            text-align: center;
        }
.ratings strong {
    font-size: 36px;
    font-weight: 600;
}

.bxNone a {
    float: left;
    color: #fff;
    font-size: 18px;
}


.carouselBtn {
    background: #fa725c;
    width: 50px;
    height: 50px;
    top: 70px;
    border-radius: 6px;
}

.testimonial {
           
                background-color: #f8f9fa;
    padding: 80px 20px;
        }
        .carousel-item {
            text-align: center;
            padding: 20px;
        }
        .testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 0 auto 15px;
        }
        .testimonial-content {
            font-style: italic;
            color: #555;
        }
        .testimonial-name {
            margin-top: 15px;
            font-weight: bold;
        }


footer {           
            padding:70px 0px 0px;
        }        
        .footer h2 {
                margin-bottom: 40px;
    text-align: left;
    font-size: 24px;
        }
        .footer-columns {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 25px;
        }
        .column {
            min-width: 150px;
            margin-bottom: 20px;
        }
        .column h4 {
                font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
    font-size: 18px;
        }
        .column ul {
            list-style: none;
            padding: 0;
            margin: 0;
                text-align: left;
        }
        .column ul li {
            margin-bottom: 10px;
        }
        .pci-compliant {
            text-align: right;
        }
        .pci-compliant img {
            width: 120px;
            margin-top: 20px;
        }


        .column ul li a {
    color: #333;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
}



.cta-section h4 {
    font-size: 28px;
}

.cta-section h4 span.text-primary {
    color: #dd3603 !important;
}

.cta-section input.form-control {
    height: 60px;
}

.cta-section button.btn.btn-primary.w-100 {
    height: 60px;
    font-size: 20px;
}

.footBotm {
    background: #212529;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
}

.footBotm p {
    margin: 0px;
}

.column ul li a:hover {
    color: #ed582a;
}