.new2{
            background:linear-gradient(135deg, #84fab0, #8fd3f4);
        }

.login_image{
     background-image: url('../images/login.png');
    background-size: 100% 100%;
}

.mea_and_mofa_attestation_image{
    background-image: url('../images/image113.png');
    background-size: 100% 100%;
}

.t_c_image1{
	background-image: url('../images/image64.png');
	background-size: 100% 100%;
}
.privacy_image1{
	background-image: url('../images/image65.png');
	background-size: 100% 100%;	
}
.mainland_formation{
	background-image: url('../images/56.png');
	background-size: 100% 100%;	
}
ol{
	color: navy;
}
.mainland_image{
	background-color: #f7f6f3;
}	
.rotate{
	transform: rotate(270deg);
}
.require_documents_image{
	background-image: url('../images/image70.png');
	background-size: 100% 100%;	
}
.what_is_dubai_mainland_image{
	background-image: url('../images/57.png');
	background-size: 100% 100%;		
}
.dubai_mainland_professional_license_image{
	background-image: url('../images/image73.png');
	background-size: 100% 100%;	
}
.dubai_residency_visa_image{
	background-image: url('../images/image74.png');
	background-size: 100% 100%;		
}
.div_l{
	height: auto;
	width: 350px;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 70px;
	/*background-color: red;*/
	border: 2px solid navy;
}


.bg-navy {
    background-color: navy;
}

.flip-container {
    perspective: 1000px;    
}

.flipper {
    position: relative;
    width: 100%;
    height: 250px; /* Set height according to your content */
    transition: transform 0.6s;
    transform-style: preserve-3d;

}

.flip-container:hover .flipper {
    transform: rotateY(180deg);
    box-shadow: 5px 5px darkorange;
}

.front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.front {
    background: white;
    color: navy;
}

.back {
    background: white; /* You can set this to a different color */
    color: navy;
    transform: rotateY(180deg);
}
.icon_visa{
	font-size: 50px;
}


.dubai_mainland_commercial_license_image{
	background-image: url('../images/image75.png');
	background-size: 100% 100%;	
}
.pp{
	font-size: 17px;
}
.duabai_custom_pro_image{
	background-image: url('../images/image76.png');
	background-size: 100% 100%;	
}
.spc_image{
	background-image: url('../images/image78.png');
	background-size: 100% 100%;		
}
.shams_image{
	background-image: url('../images/image79.png');
	background-size: 100% 100%;		
}
.ifza_company_setup_dubai_image{
	background-image: url('../images/image80.png');
	background-size: 100% 100%;		
}
.meydone_freezone_image{
	background-image: url('../images/image81.png');
	background-size: 100% 100%;	
}
.rakez_image{
	background-image: url('../images/image82.png');
	background-size: 100% 100%;	
}
.ajman_image{
	background-image: url('../images/image83.png');
	background-size: 100% 100%;	
}
.strip_image{
	background-image: url('../images/image84.png');
	background-size: 100% 100%;	
}
.shado{
	box-shadow: 2px 2px 2px 2px gray;
}

.company_setup_offers_image{
	background-image: url('../images/image85.png');
	background-size: 100% 100%;
}
.button_company_offers{
	color: white;
	background-color: navy;
	border: none;
	border-radius: 20px;
	margin-left: 100px;
}

/* Styling for license cards */
.license-card {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px; /* Increased width */
    height: 550px; /* Increased height */
    margin: 20px;
    overflow: hidden;
}

.license-card .card-title {
    font-size: 20px; /* Slightly larger font size */
    color: #003366;
}

.license-card .highlight {
    color: #ff7a2c;
}

.image-container {
    margin: 20px 0;
}

.image-container img {
    max-width: 120px; /* Slightly larger image */
    border-radius: 10px;
}

.start-now {
    font-size: 18px; /* Increased font size */
    font-weight: bold;
    color: #003366;
}

.price {
    font-size: 26px; /* Increased font size */
    color: white;
    background-color:#ff7a2c;
    margin: 0px;
    padding: 0px;
    border-radius: 30px;
}

.card-text {
    font-size: 16px; /* Increased font size */
    color: #666;
}

.btn-primary {
    background-color: #003366;
    border: none;
    padding: 12px 25px; /* Increased padding */
    border-radius: 25px;
}

.btn-primary .highlight {
    color: #ff7a2c;
}

/* Blue background design */
.blue-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px; /* Adjusted height for a bigger card */
    background: #003366;
    clip-path: ellipse(70% 50% at 50% 0%);
    z-index: 0;
}

.card-body {
    position: relative;
    z-index: 1;
    padding: 20px; /* Adjust padding for larger card */
}

/* Ensure the text is on top of the blue background */
.card-title, .start-now, .price, .card-text {
    position: relative;
    z-index: 1;
}

.call_girl{
	height: 500px;
	position: relative;
	top: -100px;
}
.form_div{
	border-radius: 20px;
	background: linear-gradient(to bottom, #003366, #004080);
}

/* Container styling */
.inquiry-form-container {
    background: linear-gradient(to bottom, #003366, #004080); /* Gradient background */
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

/* Image styling */
.form-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

/* Form content styling */
.form-content {
    flex: 1;
    padding: 20px;
    color: white;
}

.form-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

/* Input field styling */
.form-control {
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.input-group-prepend {
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.input-group-text {
    background: white;
    border: none;
}

/* Checkbox styling */
.form-check-label {
    font-size: 12px;
}

/* Button styling */
.btn-submit {
    background-color: #003366;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
    font-size: 18px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.btn-submit:hover {
    background-color: #004080;
}

.form-title {
    position: relative;
    display: inline-block;
}

.form-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px; /* Thickness of the underline */
    background-color: #ff7a2c; /* Color of the underline */
}

/* Container styling */
.container {
    background-color: #f8f9fa; /* Light background */
    border-radius: 10px;
}

/* Title styling */
h2 {
    font-size: 28px;
    font-weight: bold;
    color: #003366; /* Dark blue color */
}

/* Icon number styling */
.icon-number {
    font-size: 36px;
    font-weight: bold;
    color: #003366; /* Dark blue color */
}

/* Section title styling */
.title {
    font-size: 20px;
    font-weight: bold;
    color: #003366; /* Dark blue color */
    margin-bottom: 15px;
}

/* Description styling */
.description {
    font-size: 16px;
    color: #666666; /* Gray text color */
    line-height: 1.6;
}

.refered_us_image{
	/*background-image: url('../images/image110.png');*/
	background-color: #FFDB58;
}
.pro_services_image{
	background-image: url('../images/image112.png');
	background-size: 100% 100%;
}



.tax_residency_dubai_image{
	background-image: url('../images/image114.png');
	background-size: 100% 100%;
}

.section-title {
            font-size: 20px;
            font-weight: bold;
            color: #FF6A00; /* Customize color if needed */
        }
        .list-item {
            list-style: none;
            padding-left: 20px;
            position: relative;
        }
        .list-item::before {
            content: '►';
            position: absolute;
            left: 0;
            color: #000; /* Customize arrow color */
        }

        .note{
        	color: navy;
        }


        .list-item {
            list-style: none;
            padding-left: 20px;
            position: relative;
            margin-bottom: 10px;
        }
        .list-item::before {
            content: '►';
            position: absolute;
            left: 0;
            color: #FF6A00; /* Customize arrow color */
        }
        .info-text {
            font-size: 16px;
            color: #6c757d; /* Adjust color as needed */
            margin-top: 20px;
        }

         .custom-table {
            width: 100%;
            border-collapse: collapse;
        }
        .custom-table td {
            border: 1px solid #004080; /* Blue border color */
            padding: 10px;
            text-align: center;
            color: #6c757d; /* Adjust text color as needed */
        }

        .bank_account_image{
            background-image: url('../images/image115.png');
    background-size: 100% 100%;
        }

        .nav-tabs {
            display: flex;
            justify-content: center;
            background-color: #fff;
            padding: 10px 20px;
            border-radius: 50px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }

        .nav-tabs a {
            text-decoration: none;
            padding: 10px 15px;
            color: #ff6600;
            font-weight: bold;
            border-right: 1px solid #ccc;
        }

        .nav-tabs a:last-child {
            border-right: none;
        }

        /* Main Content */
        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            background-color: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .headline {
            font-size: 36px;
            color: #0056b3;
        }

        .headline span {
            color: #ff6600;
            display: block;
        }

        .content {
            max-width: 600px;
            margin: 20px 0;
            color: #666;
            line-height: 1.6;
        }

        /* Button */
        .button {
            background-color: #0056b3;
            color: #fff;
            padding: 15px 30px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }

        .button:hover {
            background-color: #004099;
        }


                .vertical-line {
            border-left: 2px solid #ff6600;
            height: 100%;
        }

        /* Headline Styling */
        .headline {
            font-size: 36px;
            color: #0056b3;
        }

        .headline span {
            color: #ff6600;
            display: block;
        }

        /* Content Styling */
        .content {
            color: #666;
            line-height: 1.6;
        }

        /* Button Styling */
        .button {
            background-color: #0056b3;
            color: #fff;
            padding: 15px 30px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            display: inline-block;
            transition: background-color 0.3s ease;
        }

        .button:hover {
            background-color: #004099;
        }

        .headline {
            font-size: 32px;
            text-align: center;
            color: #0056b3;
            margin-bottom: 20px;
        }

        .headline span {
            color: #ff6600;
        }

        /* List Styling */
        .benefits-list {
            list-style-type: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .benefits-list li {
            color: #666;
            font-size: 16px;
            margin: 10px 0;
            display: flex;
            align-items: center;
        }

        .benefits-list li::before {
            content: '\25BA'; /* Unicode for a right arrow */
            color: #ff6600;
            margin-right: 10px;
            font-size: 20px;
        }

        /* Subheading Styling */
        .subheading {
            font-size: 24px;
            color: #0056b3;
            margin-bottom: 20px;
        }

        /* Text Styling */
        .text {
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .text strong {
            color: #0056b3;
        }

                .headline {
            font-size: 24px;
            color: #0056b3;
            margin-bottom: 20px;
        }

        /* List Styling */
        .document-list {
            list-style-type: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .document-list li {
            color: #666;
            font-size: 16px;
            margin: 10px 0;
            display: flex;
            align-items: center;
        }

        .document-list li::before {
            content: '\25BA'; /* Unicode for a right arrow */
            color: #ff6600;
            margin-right: 10px;
            font-size: 20px;
        }

              .accordion-container {
            width: 80%;
            max-width: 700px;
        }

        /* Accordion Item */
        .accordion-item {
            background: linear-gradient(to right, #000066, #003366);
            color: white;
            border-radius: 25px;
            margin: 10px 0;
            padding: 15px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .accordion-item:hover {
            background: linear-gradient(to right, #003366, #000066);
        }

        /* Plus Icon */
        .accordion-item .icon {
            font-size: 20px;
            margin-right: 10px;
        }

        /* Accordion Content */
        .accordion-content {
            background-color: #f9f9f9;
            border-radius: 0 0 25px 25px;
            padding: 15px;
            display: none;
            color: #333;
        }


        .container {
            width: 90%;
            max-width: 900px;
            background-color: #ffffff;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }

        /* Bank icons section */
        .bank-icons {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin-bottom: 30px;
            padding: 10px;
            background: #004080;
            border-radius: 15px;
        }

        .bank-icons div {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px 15px;
            color: #ffffff;
            font-size: 16px;
            cursor: pointer;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .bank-icons img {
            width: 120px;
            height: 50px;
            margin-bottom: 5px;
            border-radius: 5px;
        }

        .bank-icons div.active {
            background-color: #ff6600;
            font-weight: bold;
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);
        }

        .bank-icons div:hover {
            background-color: #ff6600;
        }

        /* Bank form styling */
        .bank-form {
            border-radius: 15px;
            padding: 20px;
            background-color: #f9f9f9;
            display: none;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            animation: fadeIn 0.5s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .bank-form.active {
            display: block;
        }

        .bank-form h2 {
            font-size: 24px;
            color: #004080;
            text-align: center;
            margin-bottom: 20px;
            border-bottom: 2px solid #004080;
            padding-bottom: 10px;
        }

        .bank-form table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }

        .bank-form table tr {
            border-bottom: 1px solid #dddddd;
        }

        .bank-form table td {
            padding: 15px;
        }

        .bank-form table td:first-child {
            font-weight: bold;
            color: #004080;
            width: 40%;
        }

        .bank-form button {
            padding: 12px 40px;
            background: linear-gradient(to right, #004080, #0073e6);
            color: white;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            cursor: pointer;
            margin-top: 30px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            transition: background 0.3s ease, transform 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 115, 230, 0.4);
        }

        .bank-form button:hover {
            background: linear-gradient(to right, #003366, #005bb5);
            transform: scale(1.1);
        }
.golden_visa_image{
    background-image: url('../images/58.png');
    background-size: 100% 100%;
}

h1 {
            font-size: 36px;
            color: #333;
            margin-bottom: 40px;
            text-align: center;
            font-weight: 700;
            letter-spacing: 2px;
        }

        .card-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .flip-card {
            background-color: transparent;
            width: 100%;
            /*max-width: 280px;*/
            height: 380px;
            perspective: 1000px;
        }

        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
            /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
            border-radius: 20px;
        }

        .flip-card:hover .flip-card-inner {
            transform: rotateY(180deg);
        }

        .flip-card-front,
        .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 20px;
            overflow: hidden;
        }

        /* Front Side of Card */
        .flip-card-front {
            background: linear-gradient(skyblue,blue,navy);
            color: #333;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .flip-card-front img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            border: 4px solid #fff;
            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
        }

        .flip-card-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            color: white;
        }

        .flip-card-subtitle {
            font-size: 16px;
            color: #FFD700;
        }

        /* Back Side of Card */
        .flip-card-back {
            background: linear-gradient(145deg, #a1c4fd, #c2e9fb);
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            transform: rotateY(180deg);
        }

        .flip-card-back p {
            font-size: 16px;
            margin: 20px 0;
        }

        .flip-card-button {
            display: inline-block;
            padding: 10px 20px;
            background: #0044cc;
            color: #fff;
            font-size: 16px;
            border-radius: 25px;
            text-decoration: none;
            transition: background 0.3s;
        }

        .flip-card-button:hover {
            background: #003399;
        }

         h2 {
            font-size: 28px;
            color: #004080;
            font-weight: bold;
            margin-bottom: 40px;
        }

        /* Highlighted text styling */
        h2 span {
            color: #ff6600; /* Orange color for "INCLUDES" */
        }

        .card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-bottom: 30px;
        }

        .info-card {
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            width: 250px;
            padding: 20px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-10px);
        }

        .info-card img {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
        }

        .info-card p {
            font-size: 16px;
            color: #004080;
            font-weight: bold;
        }

        .inquire-button {
            padding: 12px 30px;
            background-color: #004080;
            color: #ffffff;
            font-size: 16px;
            border-radius: 25px;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .inquire-button:hover {
            background-color: #003366;
        }

                .notes-section {
            background-color: #004080; /* Blue background */
            color: #ffffff; /* White text */
            padding: 20px;
            border-radius: 10px;
            margin-top: 20px;
        }

        .notes-title {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .notes-list {
            list-style-type: none;
            padding-left: 0;
        }

        .notes-list li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 20px;
        }

        .notes-list li::before {
            content: '–';
            position: absolute;
            left: 0;
            color: #ffffff;
        }

         .bank-section {
            text-align: center;
            padding: 20px;
        }

        .bank-section h2 {
            font-size: 32px;
            color: #004080;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .bank-section p {
            color: #555;
            margin-bottom: 30px;
            font-size: 16px;
        }

        .bank-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .bank-logo {
            max-width: 150px;
            transition: transform 0.3s ease;
        }

        .bank-logo:hover {
            transform: scale(1.1);
        }

        .container {
                flex-direction: column;
                border-radius: 0;
            }

           

                .form-container {
            max-width: 1200px;
            background-color: #ffffff;
            border-radius: 20px;
            box-shadow: 2px 2px 2px 2px black;
            padding: 0;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .image-section {
            width: 50%;
            background-image: url('https://via.placeholder.com/600x400'); /* Replace with actual image URL */
            background-size: cover;
            background-position: center;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }

        .form-section {
            width: 50%;
            padding: 40px;
            background: linear-gradient(to bottom right, #ffffff, #f8f9fa);
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .form-section h2 {
            font-size: 28px;
            margin-bottom: 30px;
            font-weight: bold;
            color: #004080;
        }

        .form-control {
            margin-bottom: 20px;
            border-radius: 30px;
            padding: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border: none;
        }

        .input-group-text {
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            background-color: #004080;
            color: #fff;
        }

        .checkbox-container {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 14px;
            color: #555;
        }

        .checkbox-container input {
            margin-right: 10px;
        }

        .submit-btn {
            width: 100%;
            padding: 15px;
            background: linear-gradient(to right, #004080, #0073e6);
            color: #ffffff;
            border-radius: 30px;
            font-size: 18px;
            font-weight: bold;
            border: none;
            transition: background 0.3s, transform 0.3s;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        }

        .submit-btn:hover {
            background: linear-gradient(to right, #003366, #005bb5);
            transform: translateY(-3px);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                border-radius: 0;
            }

            .image-section,
            .form-section {
                width: 100%;
                border-radius: 0;
            }

            .image-section {
                height: 250px;
            }
        }

         .step-section {
            text-align: center;
            margin-bottom: 40px;
        }

        .step-section h2 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 40px;
            color: #333;
        }

        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 30px;
        }

        .step-number {
            font-size: 48px;
            font-weight: bold;
            color: #f2a683; /* Light peach color */
            margin-bottom: 20px;
        }

        .step-icon {
            width: 100px;
            height: 100px;
            background-color: #004080;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

        .step-icon img {
            width: 50%;
            height: 50%;
        }

        .step-title {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }

        .step-subtitle {
            font-size: 16px;
            color: #666;
        }

        @media (max-width: 768px) {
            .step {
                margin-bottom: 40px;
            }
        }


         .benefits-section {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .benefit {
            flex: 1;
            padding: 0 20px;
        }

        .benefit-icon {
            font-size: 48px;
            color: #004080; /* Default blue color */
            margin-bottom: 15px;
        }

        .benefit-icon.orange {
            color: #f26b3a; /* Orange color for specific icons */
        }

        .benefit-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .divider {
            height: 60px;
            width: 1px;
            background-color: #f26b3a; /* Orange color for divider */
            margin: auto 20px;
        }

        @media (max-width: 768px) {
            .benefits-section {
                flex-direction: column;
            }

            .divider {
                display: none;
            }

            .benefit {
                margin-bottom: 30px;
            }
        }

        .bank_account_opening_image{
            background-image: url('../images/3.png');
            background-size: 100% 100%;
        }

@media(max-width: 600px){
	.text1{
		font-size: 40px;
	}
	.text2{
		font-size: 30px;
	}
	.text3{
		font-size: 25px;
	}
	
}

        .section-title {
            font-size: 28px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
            margin-bottom: 10px;
        }

        .section-subtitle {
            font-size: 16px;
            color: #004080;
            margin-bottom: 30px;
        }

        .bank-card-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .bank-card {
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 300px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .bank-card:hover {
            transform: translateY(-5px);
        }

        .bank-card img {
            max-width: 150px;
            height: auto;
            margin-bottom: 20px;
        }

        .bank-title {
            font-size: 20px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
            margin-bottom: 20px;
        }

        .apply-btn {
            padding: 10px 20px;
            background-color: #004080;
            color: #ffffff;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
            display: inline-block;
            transition: background-color 0.3s;
        }

        .apply-btn:hover {
            background-color: #003366;
        }

                .info-section {
            background-color: #004080; /* Blue background */
            padding: 30px 20px;
            text-align: center;
            color: #ffffff;
        }

        .info-text {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .button-group {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .info-button {
            background-color: #f26b3a; /* Orange color */
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 25px;
            border: none;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
            text-decoration: none; /* Remove underline for links */
        }

        .info-button:hover {
            background-color: #e65c28; /* Slightly darker orange on hover */
        }

                .section-title {
            font-size: 28px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
            margin-bottom: 30px;
        }

        .table-container {
            background-color: #ffffff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .custom-table {
            width: 100%;
            margin: 0 auto;
            border-collapse: collapse;
        }

        .custom-table thead th {
            background-color: #004080; /* Blue color */
            color: #ffffff;
            padding: 15px;
            font-size: 16px;
            text-align: left;
        }

        .custom-table tbody td {
            padding: 15px;
            font-size: 16px;
            color: #333;
            border-bottom: 1px solid #e0e0e0;
        }

        .custom-table tbody td:first-child {
            text-align: left;
        }

                .checklist {
            color: #f26b3a; /* Orange color */
            font-size: 16px;
        }

        .checklist-item {
            display: inline-flex;
            align-items: center;
            margin-right: 20px;
        }

        .checklist-item i {
            margin-right: 8px;
        }

                .section-title {
            font-size: 28px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
            text-align: center;
        }

        .section-subtitle {
            font-size: 24px;
            color: #004080; /* Blue color */
            text-align: center;
            margin-bottom: 30px;
        }

        .card-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .service-card {
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            width: 100%;
            max-width: 350px;
            text-align: left;
        }

        .service-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .card-body {
            padding: 20px;
        }

        .card-title {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }

        .card-text {
            font-size: 16px;
            color: #555;
        }

                .section-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .section-title {
            font-size: 28px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
            text-transform: uppercase;
        }

        .section-subtitle {
            font-size: 28px;
            font-weight: bold;
            color: #004080; /* Blue color */
            text-transform: uppercase;
            margin-top: -10px;
        }

        .description {
            font-size: 16px;
            color: #666;
            text-align: center;
            margin-top: 20px;
            line-height: 1.6;
        }

        .background-pattern {
            background-image: url('https://via.placeholder.com/20/ffd700'); /* Placeholder for pattern, replace if necessary */
            background-repeat: repeat;
            background-position: center;
            opacity: 0.1;
        }

                .section-title {
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            color: #004080; /* Blue color */
            margin-bottom: 30px;
        }

        .service-box {
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: left;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .service-box i {
            color: #f26b3a; /* Orange color */
            font-size: 24px;
        }

        .service-text {
            font-size: 16px;
            color: #333;
        }

        .services-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }

                .section-title {
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
        }

        .section-subtitle {
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            color: #004080; /* Blue color */
            margin-top: -10px;
        }

        .background-pattern {
            background-image: radial-gradient(circle, #ffd700 15%, transparent 15%);
            background-size: 20px 20px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.1;
            z-index: -1;
        }

        .description {
            font-size: 16px;
            color: #666;
            text-align: center;
            margin-top: 20px;
            line-height: 1.6;
        }

        .highlight {
            font-weight: bold;
            color: #333;
        }

                .benefits-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }

        .benefit-box {
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .benefit-box i {
            color: #f26b3a; /* Orange color */
            font-size: 24px;
        }

        .benefit-text {
            font-size: 16px;
            color: #004080; /* Blue color */
        }
                .section-title {
            font-size: 20px;
            font-weight: bold;
            color: #004080; /* Blue color */
            margin-bottom: 20px;
        }

        .document-list {
            list-style: none;
            padding: 0;
        }

        .document-list li {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .document-list li i {
            color: #f26b3a; /* Orange color */
            font-size: 18px;
            margin-top: 2px;
        }

        .document-list .highlight {
            font-weight: bold;
        }

        .note {
            font-size: 14px;
            color: #666;
            margin-top: 20px;
            line-height: 1.5;
        }

                .section-title {
            font-size: 28px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
            text-align: center;
        }

        .section-subtitle {
            font-size: 24px;
            font-weight: bold;
            color: #004080; /* Blue color */
            text-align: center;
            margin-bottom: 20px;
        }

        .description {
            font-size: 16px;
            color: #666;
            text-align: center;
            margin-top: 20px;
            line-height: 1.6;
        }

        .highlight {
            font-weight: bold;
            color: #333;
        }

                .bank-item {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .bank-logo-image {
            max-width: 200px;
            margin-right: 20px;
            padding: 10px;
        }

        .bank-description {
            flex: 1;
            padding: 0 20px;
        }

        .bank-name {
            font-size: 20px;
            font-weight: bold;
            color: #f26b3a; /* Orange color */
            margin-bottom: 10px;
        }

        .bank-features {
            font-size: 16px;
            color: #333;
        }

        .bank-features i {
            color: #f26b3a; /* Orange color */
            margin-right: 8px;
        }

        .cta-button {
            background-color: #f26b3a;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
        }

        .cta-button:hover {
            background-color: #d35400;
        }

         .faq-title {
            font-size: 24px;
            font-weight: bold;
            color: #004080; /* Blue color */
            text-align: center;
            margin-bottom: 20px;
        }

        .faq-question {
            font-size: 18px;
            font-weight: bold;
            color: #004080; /* Default navy color */
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: color 0.3s;
        }

        .faq-question.active {
            color: #f26b3a; /* Orange color when active */
        }

        .faq-icon {
            margin-right: 10px;
            transition: transform 0.3s;
        }

        .rotate-icon {
            transform: rotate(180deg);
        }

        .faq-answer {
            font-size: 16px;
            color: #555;
            padding-left: 30px;
            display: none; /* Hidden by default */
        }

        .faq-container {
            margin-bottom: 20px;
            padding: 15px;
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

         .container-custom {
            margin-top: 50px;
        }

        .left-section h2 {
            color: #1e499a;
            font-size: 32px;
            margin-bottom: 30px;
        }

        .left-section ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .left-section ul li {
            margin-bottom: 20px;
            font-size: 20px;
        }

        .left-section ul li span.old-price {
            text-decoration: line-through;
            font-size: 24px;
            color: #000;
            margin-left: 10px;
        }

        .left-section ul li span.new-price {
            font-size: 24px;
            color: #138c33;
            font-weight: bold;
            margin-left: 10px;
        }

        .left-section ul li:before {
            content: '...';
            color: #ff7b28;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

        .dotted-line {
            border-top: 1px dotted #ff7b28;
            margin: 10px 0;
        }

        .right-section img {
            max-width: 100%;
            height: auto;
        }

        .it_services_image{
            background-image: url('../images/9.png');
            background-size: 100% 100%;
        }
        .login_portal_image{
            background-image: url('../images/13.png');
            background-size: 100% 100%;
            height: 550px;
        }

                .join-now-btn {
            font-family: Arial, sans-serif;
            font-size: 18px;
            font-weight: bold;
            padding: 12px 30px;
            color: white;
            background: linear-gradient(45deg, #ff7b28, #ffbb28);
            border: none;
            border-radius: 30px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            text-transform: uppercase;
        }

        .join-now-btn:hover {
            background: linear-gradient(45deg, #ffbb28, #ff7b28);
            box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
            transform: translateY(-5px);
        }

        .join-now-btn:focus {
            outline: none;
        }

        .join-now-btn:active {
            transform: translateY(0);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
        }

        .main-container {
            margin-top: 30px;
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        }

        .main-container h2 {
            text-align: center;
            font-size: 24px;
            color: #1e499a;
            margin-bottom: 20px;
        }

        .login-now {
            font-size: 18px;
            text-align: center;
            color: #ff7b28;
            margin-bottom: 20px;
        }

        .login-now span {
            color: #1e499a;
            font-weight: bold;
        }

        .portal-button {
            background-color: #1e499a;
            color: white;
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 16px;
            display: inline-block;
            margin-left: 10px;
            cursor: pointer;
        }

        .portal-button:hover {
            background-color: #163774;
            text-decoration: none;
        }

        .info-icon {
            font-size: 20px;
            color: #1e499a;
            margin-left: 5px;
            vertical-align: middle;
        }

        .option-container {
            display: flex;
            justify-content: space-around;
            margin-top: 30px;
        }

        .option {
            text-align: center;
            width: 45%;
        }

        .option img {
            width: 100%;
            max-width: 250px;
            border-radius: 50%;
        }

        .option h4 {
            margin-top: 10px;
            color: #ff7b28;
            font-size: 18px;
        }

        .option button {
            background-color: #1e499a;
            color: white;
            border: none;
            padding: 8px 20px;
            font-size: 14px;
            border-radius: 30px;
            margin-top: 10px;
            cursor: pointer;
        }

        .option button:hover {
            background-color: #163774;
        }

        .option .coming-soon {
            background-color: #6c757d;
        }

        .divider {
            border-left: 2px solid #d8d8d8;
            height: 250px;
        }

         .container-custom {
            max-width: 1200px;
            margin: 50px auto;
            padding: 30px;
            position: relative;
            z-index: 2; /* Ensures form content stays above the overlay */
        }

        .heading {
            color: #fff;
            font-size: 18px;
        }

        .main-title {
            color: #fff;
            font-size: 42px;
            font-weight: bold;
            margin-top: 10px;
        }

        .sub-title {
            color: #fff;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .form-control-custom {
            padding: 20px;
            font-size: 16px;
            margin-bottom: 20px;
            border: 1px solid #ddd;
        }

        .form-checkbox {
            margin-top: 10px;
            font-size: 14px;
            color: #fff;
        }

        .btn-primary-custom {
            background-color: #1e499a;
            color: white;
            font-size: 18px;
            padding: 12px 30px;
            border-radius: 30px;
            border: none;
            text-transform: uppercase;
            cursor: pointer;
        }

        .btn-primary-custom:hover {
            background-color: #163774;
        }

        /*.ebook-image {
            height: 200px;
            width: 300px;
        }*/

        .form-section {
            padding-top: 50px;
        }

        .ebook_form_image{
            background-image: url('../images/17.png');
            background-size: 100% 100%;
        }


         .container-custom {
            max-width: 1200px;
            margin: 50px auto;
            padding: 20px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        }

        .heading {
            text-align: center;
            color: #1e499a;
            font-size: 36px;
            margin-bottom: 30px;
        }

        .list-item {
            margin-bottom: 15px;
            font-size: 16px;
            line-height: 1.6;
            color: #555;
        }

        .list-item::before {
            content: '✔️';
            margin-right: 10px;
            color: #ff7b28;
            font-size: 18px;
        }

        @media (max-width: 768px) {
            .divider {
                display: none;
            }
        }

          .container-custom {
            max-width: 900px;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
        }

        h3 {
            color: #1e499a;
            font-size: 20px;
            margin-bottom: 20px;
        }

        .list-item {
            margin-bottom: 15px;
            font-size: 16px;
            line-height: 1.6;
            color: #555;
        }

        .list-item::before {
            content: '✔️';
            margin-right: 10px;
            color: #ff7b28;
            font-size: 18px;
        }

         .container-custom {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        h2 {
            font-size: 24px;
            color: #1e499a;
            margin-bottom: 30px;
        }

        .logo-img {
            max-width: 150px;
            height: auto;
            margin: 10px;
        }

        .pagination-dots {
            margin-top: 20px;
        }

        .pagination-dots span {
            height: 10px;
            width: 10px;
            margin: 0 5px;
            background-color: #1e499a;
            border-radius: 50%;
            display: inline-block;
        }

        .section-title {
            text-align: center;
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 40px;
            color: #002060; /* Dark blue text color */
        }

        .bank-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
        }

        .bank-logos img {
            max-width: 150px;
            height: auto;
            padding: 15px;
            object-fit: contain;
        }

        /* Dots for navigation (purely decorative) */
        .dots-navigation {
            text-align: center;
            margin-top: 20px;
        }

        .dots-navigation .dot {
            height: 10px;
            width: 10px;
            margin: 0 5px;
            background-color: #002060;
            border-radius: 50%;
            display: inline-block;
        }

        .dots-navigation .dot.active {
            background-color: #4F81BD; /* Light blue for the active dot */
        }

        /* Make sure logos are evenly spaced */
        @media (max-width: 768px) {
            .bank-logos img {
                max-width: 100px;
                padding: 10px;
            }
        }

         .custom-image {
            border: 2px solid #002060; /* Border similar to the image */
            border-radius: 15px; /* Rounded corners */
            max-width: 100%;
            height: 300px;
        }

        .text-section {
            padding: 20px;
        }

        h2 {
            color: #002060;
            font-size: 1.8rem;
            font-weight: bold;
        }

        p {
            font-size: 1rem;
            line-height: 1.6;
            color: #555;
        }

        .vat_registration_image{
            background-image: url('../images/19.png');
            background-size: 100% 100%;
        }

         .hero-section {
            background-image: url('path_to_your_image.png'); /* Replace with actual image path */
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
            text-align: center;
        }

        .hero-section h1 {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .hero-section p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }

        .btn-primary-custom {
            background-color: #F57C00;
            color: white;
            padding: 10px 25px;
            font-size: 1.1rem;
            border: none;
            border-radius: 5px;
        }

        .btn-primary-custom:hover {
            background-color: #d46900;
        }

         .section-title {
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
        }

        .section-description {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #666;
            text-align: center;
            margin-bottom: 40px;
            max-width: 850px;
            margin-left: auto;
            margin-right: auto;
        }

        .services-list {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
        }

        .service-item {
            font-size: 1.1rem;
            font-weight: 500;
            color: #002060;
            text-align: center;
        }

        /* Media query for smaller screens */
        @media (max-width: 768px) {
            .services-list {
                gap: 20px;
            }
        }

               .section-title {
            font-size: 2rem;
            font-weight: bold;
            text-align: center;
            color: #002060;
            margin-bottom: 20px;
        }

        .section-description {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #666;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

                .hero-section {
            background-image: url('path_to_your_image.png'); /* Replace with your image path */
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
            text-align: left;
        }

        .hero-section h1 {
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.2;
        }

        .hero-section h2 {
            font-size: 2.5rem;
            font-weight: bold;
            line-height: 1.2;
            position: relative;
            display: inline-block;
        }

        .hero-section h2:before {
            content: '';
            width: 60px;
            height: 5px;
            background-color: #F57C00; /* Orange line */
            position: absolute;
            bottom: -10px;
            left: 0;
        }

        .hero-section p {
            font-size: 1.2rem;
            margin-top: 20px;
            color: #ffffff;
        }

        .price-highlight {
            color: #F57C00; /* Orange highlight */
            font-size: 2rem;
            font-weight: bold;
        }

        .btn-primary-custom {
            background-color: white;
            color: #002060;
            padding: 10px 30px;
            font-size: 1.1rem;
            border: none;
            border-radius: 5px;
            margin-top: 30px;
        }

        .btn-primary-custom:hover {
            background-color: #f0f0f0;
        }

        .web_developement_image{
            background-image: url('../images/20.png');
            background-size: 100% 100%; 
            /*height: 500px;*/
        }

                .custom-section {
            padding: 50px 0;
        }

        .custom-image {
            width: 500px;
            height: 450px;
        }

        .custom-heading {
            color: #1b2e61;
            font-weight: 700;
        }

        .custom-text {
            font-size: 18px;
            color: #555;
        }

        .custom-highlight {
            font-weight: bold;
            color: #4a80f0;
        }

         .section-title {
            font-weight: 700;
            margin-bottom: 15px;
        }

        .service-card {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            color: #003d7a;
            margin-bottom: 30px;
        }

        .service-card img {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
        }

        .custom-btn {
            border: 1px solid white;
            color: white;
            padding: 8px 16px;
            text-decoration: none;
            border-radius: 25px;
            transition: background-color 0.3s;
        }

        .custom-btn:hover {
            background-color: #004d99;
        }

         .section-title {
            font-weight: 700;
            color: #1b2e61;
            margin-bottom: 15px;
        }

        .text-highlight {
            font-weight: bold;
        }

        .icon-list {
            list-style-type: none;
            padding-left: 0;
        }

        .icon-list li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .icon-list i {
            color: #4a80f0;
            margin-right: 10px;
        }

        .tech-logos img {
            width: 80px;
            height: auto;
            margin: 10px;
        }

        .content-wrapper {
            padding: 50px 0;
        }

         .pricing-header {
            text-align: center;
            margin: 50px 0;
            font-weight: bold;
            color: #003d7a;
        }

        .pricing-card {
            border: 2px solid #e0e0e0;
            border-radius: 15px;
            transition: all 0.3s ease-in-out;
            padding: 30px;
            text-align: center;
            position: relative;
            cursor: pointer;
        }

        .pricing-card:hover {
            background-color: navy;
            color: white;
        }

        .hot-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: red;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
        }

        .pricing-card h3,
        .pricing-card h2 {
            margin: 0;
        }

        .pricing-card h2 {
            font-size: 50px;
            margin: 10px 0;
        }

        .pricing-card .currency {
            font-size: 20px;
            vertical-align: top;
        }

        .pricing-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
            text-align: left;
        }

        .pricing-list li {
            margin-bottom: 10px;
        }

        .btn-inquire {
            background-color: orange;
            color: white;
            border: none;
            border-radius: 25px;
            padding: 10px 30px;
            transition: background-color 0.3s ease-in-out;
        }

        .btn-inquire:hover {
            background-color: darkorange;
        }

            .section-title {
            text-align: center;
            margin-bottom: 50px;
            font-weight: bold;
            color: #003d7a;
        }

        .info-card {
            background-color: white;
            border-radius: 15px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
            transition: all 0.3s ease-in-out;
            text-align: center;
        }

        .info-card:hover {
            transform: translateY(-10px);
            box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
        }

        .info-icon {
            font-size: 30px;
            margin-bottom: 15px;
            color: #4a80f0;
        }

        .info-title {
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .info-text {
            color: #555;
        }

        .digital_marketing_image{
            background-image: url('../images/33.png');
            background-size: 100% 100%; 
        }

          .content-section {
            padding: 50px 0;
        }

        .content-section h2 {
            font-weight: bold;
            margin-bottom: 20px;
            color: #1b2e61;
        }

        .content-section p {
            line-height: 1.8;
            color: #555;
            margin-bottom: 15px;
        }

        .content-section strong {
            font-weight: bold;
        }

        .highlight {
            color: #4a80f0;
            text-decoration: none;
        }


        /*Footer Code Css*/

         .custom-row {
            background-color: #003d7a;
            padding: 50px 0;
            color: white;
        }

        .custom-heading, .custom-copyright {
            color: #f0f0f0;
        }

        .custom-heading {
            border-bottom: 2px solid #ffbb33;
            display: inline-block;
            margin-bottom: 15px;
            padding-bottom: 5px;
        }

        .custom-link {
            color: #ffbb33;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .custom-link:hover {
            color: white;
        }

        .custom-contact-info {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .custom-map {
            border-radius: 10px;
            margin-top: 10px;
        }

        .custom-image {
            border-radius: 10px;
            margin-top: 10px;
        }

        .custom-social-icons i {
            font-size: 20px;
            margin-right: 10px;
            color: #ffbb33;
            transition: color 0.3s ease;
        }

        .custom-social-icons i:hover {
            color: white;
        }

        .custom-copyright {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }


         .footer-row {
            background: linear-gradient(135deg, #1d3557, #457b9d);
            padding: 50px 0;
            color: white;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        }

        /* Headings Style */
        .footer-heading {
            font-weight: bold;
            color: white;
            text-decoration: underline;
            margin-bottom: 20px;
        }

        /* Text and Link Styling */
        .footer-text {
            font-size: 16px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.9);
        }

        .footer-link {
            color: #ffcc29;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-link:hover {
            color: white;
        }

        /* Image Styling */
        .footer-image {
            border-radius: 10px;
            margin-top: 10px;
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* Iframe Styling */
        .footer-iframe {
            border-radius: 8px;
            margin-top: 10px;
            border: none;
            width: 100%;
            height: 120px;
        }

        /* Contact Info Icons */
        .footer-contact i {
            color: #ffcc29;
            margin-right: 10px;
        }

        /* Copyright Styling */
        .footer-copyright {
            text-align: center;
            margin-top: 30px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
        }


         .main-heading {
            font-size: 28px;
            font-weight: 700;
            text-align: center;
        }

        .blue-text {
            color: #1b2e61;
        }

        .orange-text {
            color: #f77f00;
        }

        .paragraph-text {
            font-size: 16px;
            line-height: 1.8;
            text-align: center;
            color: #4f4f4f;
            margin-top: 15px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

         .pricing-card {
            border: 2px solid #007bff;
            border-radius: 15px;
            padding: 30px;
            margin: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
            max-width: 400px;
            transition: all 0.3s ease;
        }

        /* Hover Effect */
        .pricing-card:hover {
            background-color: #003366;
            color: white;
            border-color: transparent;
        }

        .pricing-card:hover .pricing-title span {
            color: white;
        }

        .pricing-card:hover .price {
            color: white;
        }

        .popular-badge {
            position: absolute;
            top: -10px;
            right: -10px;
            background-color: #007bff;
            color: white;
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 5px;
        }

        .pricing-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .blue-text {
            color: #007bff;
        }

        .orange-text {
            color: #f77f00;
        }

        .price {
            font-size: 40px;
            font-weight: bold;
            color: #1b2e61;
            margin: 10px 0;
        }

        .currency {
            font-size: 18px;
            font-weight: 500;
            margin-right: 5px;
        }

        .description {
            font-size: 14px;
            color: #6c757d;
            margin: 10px 0;
        }

        .inquire-button {
            background-color: #f77f00;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 10px 30px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .inquire-button:hover {
            background-color: #e06b00;
        }

        .pricing-card ul {
            list-style: none;
            padding: 0;
        }

        .pricing-card ul li {
            margin-bottom: 5px;
        }

        .pricing-card small {
            display: block;
            margin-top: 15px;
            color: #6c757d;
        }

         .section-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .section-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
        }

        .section-number {
            font-size: 30px;
            font-weight: bold;
            color: #f77f00;
            margin-right: 15px;
        }

        .section-icon {
            margin-top: -5px;
            font-size: 20px;
            color: #f77f00;
        }

        .section-content h5 {
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }

        .section-content p {
            font-size: 16px;
            line-height: 1.8;
            color: #666;
        }

         .content-container {
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            background-color: white;
            padding: 30px;
        }

        .heading-title {
            font-size: 24px;
            font-weight: 700;
            color: #1b2e61;
            margin-bottom: 10px;
        }

        .sub-heading {
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }

        .steps-list {
            font-size: 16px;
            line-height: 1.8;
            color: #4f4f4f;
            padding-left: 20px;
        }

        .steps-list li {
            margin-bottom: 8px;
        }

        .rounded-image {
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: auto;
        }

         .content-container {
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
        }

        .heading-title {
            font-size: 24px;
            font-weight: 700;
            color: #1b2e61;
            margin-bottom: 15px;
        }

        .sub-heading {
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }

        .advantages-list {
            font-size: 16px;
            line-height: 1.8;
            color: #4f4f4f;
            padding-left: 20px;
        }

        .advantages-list li {
            margin-bottom: 8px;
        }

        .rounded-image {
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: auto;
        }

        .highlight-link {
            color: #007bff;
            text-decoration: none;
        }

        .highlight-link:hover {
            text-decoration: underline;
        }

          .content-container {
            max-width: 900px;
            margin: 0 auto;
            background-color: white;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
        }

        .heading-title {
            font-size: 24px;
            font-weight: 700;
            color: #1b2e61;
            text-align: center;
            margin-bottom: 10px;
        }

        .sub-heading {
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            text-align: center;
        }

        .document-list {
            font-size: 16px;
            line-height: 1.8;
            color: #4f4f4f;
        }

        .document-list li {
            margin-bottom: 10px;
        }


         .uae_free_zone_image{
            background-image: url('../images/37.png');
            background-size: 100% 100%;
        }

          .heading-title {
            font-size: 24px;
            font-weight: 700;
            color: #1b2e61;
            text-align: center;
            margin-bottom: 30px;
        }

        .card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

        .card:hover {
            transform: scale(1.05);
        }

        .card img {
            width: 100%;
            height: auto;
        }

        .card-title {
            font-weight: 600;
            color: #1b2e61;
            margin-top: 10px;
        }

        .btn-read-more {
            background-color: #f77f00;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 10px 30px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .btn-read-more:hover {
            background-color: #e06b00;
        }





       .ecommerce_license_image{
            background-image: url('../images/39.png');
            background-size: 100% 100%;
        }

         .heading-title {
            font-size: 28px;
            font-weight: 700;
            color: #1b2e61;
        }

        .heading-title span {
            color: #f77f00;
        }

        .description {
            font-size: 16px;
            line-height: 1.8;
            color: #4f4f4f;
            margin-top: 15px;
        }

        .note {
            background-color: #f0f0f0;
            padding: 10px;
            border-radius: 5px;
            font-size: 14px;
            margin-top: 15px;
            color: #666;
        }

        .pricing-card {
            border: 2px solid #007bff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
            transition: all 0.3s ease;
        }

        .pricing-card:hover {
            background-color: #003366;
            color: white;
            border-color: transparent;
        }

        .pricing-card:hover h2,
        .pricing-card:hover p,
        .pricing-card:hover ul,
        .pricing-card:hover li,
        .pricing-card:hover small {
            color: white;
        }

        .hot-badge {
            position: absolute;
            top: -10px;
            right: -10px;
            background-color: red;
            color: white;
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 5px;
        }

        .price {
            font-size: 40px;
            font-weight: bold;
            color: #1b2e61;
            margin-top: 10px;
        }

        .currency {
            font-size: 18px;
            font-weight: 500;
            margin-right: 5px;
        }

        .description-list {
            font-size: 14px;
            color: #4f4f4f;
            line-height: 1.8;
            margin-top: 10px;
        }

        .inquire-button {
            background-color: #f77f00;
            color: white;
            border: none;
            border-radius: 50px;
            padding: 10px 30px;
            font-weight: 600;
            cursor: pointer;
            margin-top: 15px;
            transition: background-color 0.3s;
        }

        .inquire-button:hover {
            background-color: #e06b00;
        }

         .heading-title {
            font-size: 32px;
            font-weight: 700;
            color: #1b2e61;
            margin-bottom: 10px;
        }

        .heading-title span {
            color: #f77f00;
        }

        .sub-heading {
            font-size: 24px;
            font-weight: bold;
            margin-top: 20px;
            color: #1b2e61;
        }

        .description {
            font-size: 16px;
            line-height: 1.8;
            color: #4f4f4f;
            margin-top: 15px;
        }

        .image-container img {
            max-width: 100%;
            height: 500px;
            display: block;
        }

        .content-container {
            padding: 20px;
        }

        .content-layout {
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            background-color: white;
        }

          .content-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 30px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .heading-title {
            font-size: 28px;
            font-weight: 700;
            color: #1b2e61;
            text-align: center;
            margin-bottom: 20px;
        }

        .heading-title span {
            color: #f77f00;
        }

        /*.description {
            font-size: 16px;
            line-height: 1.8;
            color: #4f4f4f;
            margin-bottom: 15px;
        }*/

         /*       .container-fluid {
            padding: 80px 0;
        }

        /*.heading-title {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
        }

        /*.content {
            font-size: 16px;
            line-height: 1.8;
            text-align: left;
        }

       /* .content p {
            margin-bottom: 15px;
        }

                .container-fluid {
            padding: 80px 0;
        }

        /*.heading-title {
            font-size: 32px;
            font-weight: 700;
            color: #1b2e61;
            text-align: left;
            margin-bottom: 20px;
        }

        /*.content {
            font-size: 16px;
            line-height: 1.8;
            text-align: left;
            color: #4f4f4f;
        }

        /*.content p {
            margin-bottom: 15px;
        }
*/



 .step-number {
      color: orange;
      font-weight: bold;
      font-size: 1.5rem;
    }

    .underline {
      display: inline-block;
      border-bottom: 3px solid orange;
      margin-bottom: 0.5rem;
    }

    .banner {
    background:linear-gradient(to right,navy,blue,skyblue);     
      background-position: center;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }

      .card {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .card-img-top {
      height: 200px;
      object-fit: cover;
    }

    .badge {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: orange;
      color: white;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 0.75rem;
    }

    .card-footer {
      background-color: #f8f9fa;
      font-size: 0.85rem;
      text-align: right;
    }


    .faq_image{
        background-image: url('../images/50.png');
        background-size: 100% 100%;
    }

     .cta-section {
      text-align: center;
      margin-top: 50px;
    }

    .cta-button {
      background-color: #0056b3;
      color: white;
      border-radius: 50px;
      padding: 15px 30px;
      font-size: 1.2rem;
      text-decoration: none;
    }

    .cta-button:hover {
      background-color: #004494;
    }

    .faq-heading {
      margin-top: 40px;
      font-size: 2rem;
      font-weight: bold;
    }

    .faq-heading span {
      color: orange;
    }


    .liquidation_image{
        background-image: url('../images/51.png');
        background-size: 100% 100%;
    }
    

   .bg-image {
            background-image: url('../images/login.png'); /* Add your image path here */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: 100vh;
        }

        .login-container {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }

        .login-btn {
            width: 100%;
        }

        