/*universal*/
.hww-content h5,
.industry-box h5,
.compliance-list h5,
.about-feature h5 {
    margin: 0 0 4px;
    font-weight: 600;
    color: #0A1D5A;
    font-size: 16px; 
}

.industry-box h5 {
    font-size: 15px; 
}



.ov-footer {
    max-height: 12rem;
    overflow-y: scroll;
}



.wc-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFB347, #FF7A00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(255, 122, 0, 0.25);
}


/*checking css---------------*/



/*--------about us section------*/
.about-list {
    padding: 0;
    margin-top: 20px;
}

.about-list li {
    background: #F7F9FC;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    border-left: 4px solid #FFB400;
}

.about-list li i {
    color: #FFB400;
    font-size: 18px;
}

/*-----------------------why choose us section--------*/
/* Section background */
.why-choose-us-section {
    background-color: #f9f9fb;
    /* Light grey background */
    padding: 80px 0;
}

/* Left Content */
.why-choose-content .sub-title {
    color: #FFB400;
    font-weight: 700;
    margin-bottom: 8px;
}

.why-choose-content .main-title {
    color: #1C2340;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 15px;
}

.why-choose-content .desc {
    color: #556179;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.7;
}

/* Right Feature List (The Cards) */
.why-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Space between cards */
    padding-left: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    /* White card */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    /* Soft shadow */
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    /* Lift effect */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* The Icons */
.feature-item .f-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 180, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFB400;
    /* Gold icon */
    font-size: 24px;
    flex-shrink: 0;
}

/* Text inside the card */
.feature-item h4 {
    margin: 0;
    font-size: 18px;
    color: #1C2340;
    font-weight: 700;
}

.feature-item p {
    margin: 4px 0 0;
    font-size: 15px;
    color: #5b667a;
    line-height: 1.6;
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .why-feature-list {
        margin-top: 40px;
        padding-left: 0;
    }
}

/*-------------------------contact us-----*/
.contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.contact-form-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.input-group-text {
    background-color: transparent;
    border-right: 0;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
    /* default bootstrap border color */
}

.btn-submit {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
    width: 100%;
    padding: 12px;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #0056b3;
    color: white;
}

.captcha-question {
    font-weight: bold;
    color: #555;
}

/*------service--------------------------*/

/* --- Sidebar Widget Styling --- */
.service-sidebar .widget {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.service-sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.service-sidebar .category-list a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.service-sidebar .category-list a .icon-svg {
    margin-right: 10px;
}

.service-sidebar .category-list a:hover,
.service-sidebar .category-list a.active {
    background-color: #1D3557;
    color: #fff;
}

.service-imgsec{
    width:100%;
    height:30rem;
}
    .widget  .category-list {
        max-height: 21rem;
        overflow-y: auto;
    }

.list-none {
    list-style: none;
}

.icon-svg {
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle;
}

/* --- Main Service Content Styling --- */
.service-description-content {
    line-height: 1.7;
    color: #444;
}

/* Style for all paragraphs */
.service-description-content p {
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #757f95;
}

/* Style for all links */
.service-description-content a {
    color: #007bff;
    text-decoration: underline;
}

.service-description-content a:hover {
    color: #0056b3;
}

/* Style for headings inside the content */
.service-description-content h1,
.service-description-content h2,
.service-description-content h3,
.service-description-content h4 {
    font-weight: 700;
    line-height: 34px;
    color: #0a0d61;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Style for images */
.service-description-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: block;
    margin: 2rem auto;
}

/* --- List Styling (Cleaned & Merged) --- */

.service-description-content ul {
    list-style-type: disc !important;
    list-style-position: inside !important;
    padding-left: 25px !important;
    margin-bottom: 1.5rem !important;
}

/* This targets the numbered (1, 2, 3) list */
.service-description-content ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
    padding-left: 25px !important;
    margin-bottom: 1.5rem !important;
}

/* This forces the browser to render the bullet/number */
.service-description-content li {
    display: list-item !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #757f95;
}

/* --- Even MORE specific rules to override theme styles --- */
.service-single-area .service-description-content ul {
    list-style: disc !important;
}

.service-single-area .service-description-content ol {
    list-style: decimal !important;
}

.service-single-area .service-description-content li {
    display: list-item !important;
}

/* --- Table Styling --- */
.service-description-content figure.table {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.service-description-content figure.table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.service-description-content figure.table td,
.service-description-content figure.table th {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.service-description-content figure.table th {
    background-color: #f8f8f8;
    font-weight: 600;
}

/*---------------------blog--------*/
.visa-itembl {
    position: relative;
    padding: 0px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    border-radius: 30px;
}

.visa-contentbl {
    padding: 20px;
}

.visa-imgbl {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 0px;
}

.visa-imgbl img {
    border-radius: 25px 25px 0 0;
    /* TL | TR | BR | BL */
}

/*-------------------------partner area---------*/
.partner-item {
    width: 130px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 18px;
    margin: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.partner-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

/*---------------------------about-us-section-design*/
    .about-img img {
    width: 100%;
    object-fit: cover;
}

.about-badge {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-size: 13px;
    line-height: 1.3;
}

.about-feature p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-feature .wc-icon i {
    line-height: 1 !important;   /* stops distortion */
    margin: 0 !important;
    padding: 0 !important;
}


.badge-pill {
    padding: 6px 14px;
    border-radius: 999px;
    background: #f5f7fb;
    font-size: 13px;
}

/*----------------------------------why-choose-us-section--------------*/
    .why-choose-us-section {
        background-color: #f5f7ff;
        /* light bluish background */
    }

    .why-box {
        background: #ffffff;
        border-radius: 1.25rem;
        box-shadow: 0 16px 40px rgba(7, 24, 84, 0.06);
        transition: all 0.25s ease;
    }

    .why-box h5 {
        font-size: 1rem;
        font-weight: 700;
        color: #112b5c;
    }

    .why-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgba(7, 24, 84, 0.12);
    }

    .badge-pills {
        padding: 6px 20px;
        border-radius: 999px;
        background: #1D3557;
        color: #fff;
        font-size: 16px;
    }

/*------------------------------------complaince area*/
 .compliance-area {
    position: relative;
}

.compliance-image-wrap {
    position: relative;
}

.compliance-image-wrap img {
    border-radius: 22px;
}

.badge-compliance {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #0A1D5A;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.compliance-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 6px 18px rgba(10,29,90,0.08);
    align-items: flex-start;
    gap: 12px;
}


/*------------------------------industries area-----------------------*/

/* bullet list on left */
.industries-bullets {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.industries-bullets li {
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.industries-bullets li::before {
    content: "•";
    position: absolute;
    left: 4px;
    top: 0;
    color: #FF8A00;
}


/* right side cards */
.industry-box {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 8px 22px rgba(10,29,90,0.06);
    transition: 0.25s ease;
    height: 100%;
}

.industry-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(10,29,90,0.12);
}


.industry-box p {
    line-height: 22px;
}

/* mobile spacing */
@media (max-width: 767.98px) {
    .industries-area {
        text-align: left;
    }
}

/*----------------------how we work------------------*/
 .hww-subtitle {
        color: #6b7280;
        font-size: 0.95rem;
    }

    /* OUTER CARD (desktop & large tablet) */
    .hww-flow-wrapper {
        position: relative;
    }

    .hww-flow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1.5rem;
        position: relative;
        padding: 1.5rem 1rem;
        border-radius: 22px;
        background: #ffffff;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    }

    /* HORIZONTAL CONNECTOR LINE (desktop) */
    .hww-flow::before {
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        top: 50%;
        height: 3px;
        background: linear-gradient(90deg, #ffb347, #ff7b54);
        opacity: 0.35;
        z-index: 0;
    }

    .hww-item {
        flex: 1 1 0;
        min-width: 140px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    /* NUMBER CIRCLE */
    .hww-number {
        width: 56px;
        height: 56px;
        margin: 0 auto 0.75rem;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        letter-spacing: 0.04em;
        font-size: 0.95rem;
        color: #ffffff;
        /*background: linear-gradient(135deg, #2563eb, #0f5ccf);*/
        background: #1D3557;
        box-shadow: 0 8px 20px rgba(29, 53, 87, 0.35);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .hww-label {
        font-size: 0.9rem;
        font-weight: 600;
        color: #0A1D5A;
        max-width: 170px;
        margin: 0 auto;
    }

    /* HOVER (desktop) */
    .hww-item:hover .hww-number {
        transform: translateY(-4px);
        box-shadow: 0 16px 35px rgba(37, 99, 235, 0.55);
    }

    /* ===========================
   PREMIUM MOBILE / SMALL TABLET
   =========================== */
    @media (max-width: 767.98px) {
        .howwework-section {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }
        

        .hww-flow {
            flex-direction: column;
            align-items: stretch;
            background: transparent;
            box-shadow: none;
            padding: 0;
            gap: 1rem;
        }

        /* vertical line behind cards */
        .hww-flow::before {
            left: 32px;
            right: auto;
            top: 18px;
            bottom: 18px;
            width: 2px;
            height: auto;
            background: linear-gradient(180deg, #ffb347, #ff7b54);
            opacity: 0.4;
        }

        .hww-item {
            display: flex;
            align-items: center;
            gap: 0.9rem;
            text-align: left;
            background: #ffffff;
            border-radius: 16px;
            padding: 0.8rem 1rem;
            box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
            position: relative;
            margin-left: 22px;
        }

        /* small connector dot to the vertical line */
        .hww-item::before {
            content: "";
            position: absolute;
            left: -14px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background: #ffb347;
        }

        .hww-number {
            width: 44px;
            height: 44px;
            margin: 0;
            font-size: 0.85rem;
            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
        }

        .hww-label {
            margin: 0;
            max-width: 100%;
            font-size: 0.85rem;
            line-height: 1.35;
        }
    }

    /* Slight tweak for medium tablets (stack but still card style) */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .hww-flow {
            gap: 1.25rem;
        }

        .hww-item {
            min-width: 150px;
        }

        .hww-label {
            font-size: 0.85rem;
        }
    }


.site-title {
    word-wrap: break-word; /* Ensures long words don't cause horizontal scrolling */
}

/*--- Responsive behavior  Tablets (Max width 768px) */
@media (max-width: 768px) {
    .header-top {
        display: none;
    }
    .site-title , .site-title1 {
        font-size: 34px;
    }
        
    .hero-single {
        height: 450px !important;
        background-position: center center !important;
        background-size: cover !important; 
        display: flex;
        align-items: center;
    }
    .hero-title {
        font-size: 30px !important; /* Smaller font for mobile */
        margin-bottom: 10px;
    }
    
    .hero-content p {
        line-height:23px !important;
    }
}


/*--- Responsive behavior  Mobile Phones (Max width 480px) */
@media (max-width: 480px) {
    .site-title , .site-title1 {
        font-size: 28px;
        line-height: 1.3; 
    }
    .site-breadcrumb .breadcrumb-title {
    font-size: 25px;
}

    .service-imgsec{
    width:100%;
    height:20rem;
}
}