@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Ubuntu", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif !important;

    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    background: border-box;
}@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}
    .left-for-content.hero-heading-two {
            overflow: hidden;
            margin: 15px 0;
            line-height: 1.2;
        }
        .left-for-content.hero-heading-two h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #011665;
}
       .left-for-content.hero-heading-two h3 {
    font-size: 37px;
    color: #000;
}
        .left-for-content.hero-heading-two  .word {
            display: inline-block;
            transform-style: preserve-3d;
            margin: 0 2px;
            opacity: 1; /* Default opacity to ensure visibility unless animated */
        }

#navbarNav {
    /* overflow: hidden; */
    /* Prevents content spilling during zoom */
    transform: scaleX(1);
    transform-origin: left center;
    will-change: transform, opacity;
    /* Zoom from left edge */
}

.navbar-nav,
.contact-right {
    white-space: nowrap;
    /* Prevents content wrapping */
}

#navbarNav.nav-hidden {
    visibility: hidden;
    /* Hides content when zoomed out */
}

.navbar-toggle {
    position: relative;
    z-index: 10;
    /* Keeps toggle above other elements */
}

.navbar {
    position: fixed;
    /* Keeps navbar at top */
    width: 100%;
    top: 0;
    z-index: 1000;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.header.fixed {
    background: #1e3a8a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header.fixed {
    background: #fff !important;
    z-index: 99;
}

header.fixed nav.navbar.navbar-expand-lg {
    background: #fff !important;
}

header.fixed nav.navbar.navbar-expand-lg a.nav-link {
    color: #000;
}

h1,
h2,
h3 {
    font-family: "Ubuntu", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 700 !important;

}

header.fixed nav.navbar.navbar-expand-lg .contact-right span {
    color: #000;
}

header.fixed nav.navbar.navbar-expand-lg .contact-right img {
    filter: brightness(1) invert(0);
}

.contact-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-right img {
    width: 47px;
    filter: brightness(0) invert(1);
}

.contact-right span {
    display: block;
    color: #fff;
}



.btn-theme {
    background-color: #2196F3;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 0;
    margin-top: 0;
    display: inline-block;
    /* border: 2px solid #fff; */
    border-radius: 100px;
    text-align: center;
    background: linear-gradient(to right, #1e88e5, #0d47a1);
}

.btn-theme:hover {
    background-color: #003087;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.popup-title h2 span {
    color: #fb8417;
}

.popup-title h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #003087 !important;
    text-align: center !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
}

.popup-title {
    text-align: center;
    margin: 0;
}

.about-us-section .popup-title {
    padding-bottom: 40px;
}

.popup-title p {
    margin-bottom: 20px;
}

.sec-title h2 {
    font-size: 50px;

    color: #003087;
    font-weight: bold;
}

.sec-title p {
    font-size: 22px;
}

.sec-title {
    padding-bottom: 40px;
}

textarea {
    overflow: hidden;
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

figure {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button {
    outline: none;
    cursor: pointer;
}

a {
    transition: 0.3s;
}

p {
    margin: 0px;
}


/* Header */
/* Header (Top Header + Navbar) */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    font-family: 'Roboto', sans-serif;

    background: #fff;
}

.navbar-brand img {
    width: 50px;
    transition: .7s !important;
    transform: scale(1);
    margin-left: 21px;
}

.navbar a.btn-theme {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px 8px 20px !important;
}

.navbar a.btn-theme span {
    border: 1px solid #ffffff1c;
    padding: 8px 22px;
    border-radius: 100px;

    display: inline-block;
}

/* Top Header */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }
}




/* Navbar */
.navbar {

    padding: 0;

    width: 100%;
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: 700;
    color: #003087;
    padding: 0;
}

.navbar-brand:hover {
    color: #ff6200;
    /* Orange */
}

.navbar-nav .nav-link {
    color: #061860;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 15px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.navbar {
    padding: 10px 0;
    width: 100%;
    background: #fff;
}

.toggle-logo {
    opacity: 0;
    visibility: hidden;
    width: 0px;
}

a.navbar-brand.navbar-toggle.toggle-active {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px 21px;
    border-radius: 100px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 140px;
    padding-left: 0;
}

a.navbar-brand.navbar-toggle.toggle-active .main-logo {
    width: 50px;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

header.active {
    background: transparent !important;
}

header.active nav.navbar.navbar-expand-lg {
    background: transparent;
}

header {
    background: #fff !important;
}

header nav.navbar.navbar-expand-lg {
    background: #fff;
}

a.navbar-brand.navbar-toggle.toggle-active .toggle-logo {
    opacity: 1;
    visibility: visible;
    font-size: 17px;
    color: #2196f3;
}

a.navbar-brand.navbar-toggle {
    transition: .5s;
    cursor: pointer;
    padding-top: 5px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #2980b9;
    /* Orange */
}

/* Dropdown Menu */
.navbar-nav .dropdown-menu {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.navbar-nav .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.dropdown-item {
    font-size: 0.95rem;
    color: #003087;
    /* Navy blue */
    padding: 10px 20px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #ff6200;
    /* Orange */
}

/* Get a Quote Button */
.get-quote-btn {
    background-color: #ff6200;
    /* Orange */
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.get-quote-btn:hover {
    background-color: #e55a00;
    /* Darker orange */
    transform: translateY(-2px);
}


/* Responsive Adjustments */
@media (max-width: 991.98px) {

    .top-header .social-icons,
    .top-header .contact-info {
        text-align: center;
        margin-bottom: 10px;
    }

    .top-header .contact-info span {
        margin-left: 10px;
    }

    .navbar-nav {
        text-align: center;
    }

    .get-quote-btn {
        margin: 10px auto;
        display: block;
        width: fit-content;
    }
}


/* Hero Section  */
.hero-row-wrap {
    display: flex;
    padding: 70px 0;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    height: 100vh;
    padding-top: 0;
    padding-top: 80PX;
}

.slider {
    width: 50vw;
    height: 400px;
}

.slide {
    width: 50vw;
    height: 400px;
    position: relative;

}

.block {
    position: absolute;
    /* width: 40px !important;
    height: 370px !important; */

    opacity: 0;
    will-change: transform, border-radius, opacity;
}

.block img {
    height: 380px;
    object-fit: cover;
    width: 80px;
}

.block-1 {
    left: 36%;
    top: 0%;
}

/* Final logo positions */
.block-1 {
    left: 36%;
    top: 0%;
}

.block-2 {
    left: 48%;
    top: 0;
}

.block-3 {
    left: 60%;
    top: 0;
}





.left-for-content {
    max-width: 100%;
}

.slider .block {
    width: 150px !important;
    height: 480px !important;

}

.slider .block img {
    width: 150px !important;
    height: 500px !important;
}

.slider .block-1 {
    left: 25%;
    top: -11.9%;
}

.slider .block-2 {
    left: 45%;
    top: -11.9%;

}

.slider .block-3 {
    left: 65%;
    top: -11.9%;
}

.slider .block-1 img {
    border-radius: 20px 0px 0px 20px;
}

.slider .block-3 img {
    border-radius: 0px 20px 20px 0px;
}

.overlay-block {
    position: absolute;
    width: 111px !important;
    height: 485px !important;
    opacity: 0;
    will-change: transform, opacity;
}

.overlay-gray {
    background-color: #808080ea;
    border-radius: 0px;
}

.overlay-blue {

    background-color: #4683b4eb;
}

.overlay-dark-blue {
    background-color: #191970e7;
    border-radius: 0px;

}

.slider .overlay-block-1 {
    left: 25%;
    top: -10%;

}

.slider .overlay-block-2 {
    left: calc(45% + 30px);
    top: -10%;
}

.slider .overlay-block-3 {
    left: calc(65% + 30px);
    top: -10%;
}

.left-for-content h2 {
    font-size: 62px;
   
    font-weight: 700;
    line-height: 59px;
}

.hero-row-wrap ul.hero {
    margin-bottom: 15px;
}

.hero-row-wrap ul.hero li {
    font-size: 1.2rem;
    color: #5d6d7e;
    /* opacity: 0; */
    line-height: 1.6;
    list-style: disc;
    margin-left: 20px;
    /* margin-bottom: 10px; */
}

.left-for-content {
    max-width: 47%;
}

.right-logo-animation {
    width: 51%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    top: 0;
}

.left-for-content h2 .first-part {
    color: #011665;
    /* Red for first part */
}

.left-for-content h2 .second-part {
    color: #2196f3;
    /* Blue for second part */
}

.left-for-content h3 {
    font-size: 1.8rem;
    color: #34495e;
  
    font-weight: 500;
}

.left-for-content p {
    font-size: 2.2rem;
    color: #000000;
   
    line-height: 1.6;
}

.slider {

    position: absolute;
    top: -160px;
    left: -32px;

    opacity: 0;
    pointer-events: none;
}

.slider.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.char {
    display: inline-block;
}

.slide-1,
.slide-2,
.slide-3 {
    overflow: visible !important;
    position: relative;
}

.slick-track {
    overflow: visible !important;
}

.slick-slide {
    overflow: visible !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: visible !important;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}


.logo-name {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    padding: 100px 20px;
    /* background-color: #f1f1f1; */
    color: #061860;
    position: absolute;
    bottom: -157px;
    right: 198px;
}

.logo-name span {
    display: inline-block;
}

.logo-name .space {
    width: 1ch;
    /* Maintains natural space width */
}

/* End */


.slider.slide-3 {

    overflow: hidden;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    /* or any color */
    z-index: 2;
}

.slide-image {
    width: 400px;
    display: block;
    margin: 0 auto;
    z-index: 1;
}


.slider img.banner-img1 {
    position: absolute;
    left: 41px;
    z-index: 97;
    width: 226px;
    top: -58px;
}

.slider.slide-3 img.banner-img1 {
    top: -134px;
    left: 133px;
}

.slider {
    position: absolute;
    /* z-index: 99999; */
    width: 800px;
}

.slider img.banner-img2 {
    position: absolute;
    right: -4px;
    width: 221px;
    bottom: -32px;
    top: -58px;
}

/* Start */

.common-challenges {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
    z-index: 3;
    padding-top: 0;
}

.common-challenges .left-wrap {
    position: relative;
    overflow: hidden;
}

.common-challenges .left-wrap img {
    width: 100%;
    height: auto;
    display: block;
}



.common-challenges .content-right-wrap {
    padding: 20px;
}

.common-challenges .content-right-wrap h2 {
    margin-bottom: 20px;
    font-size: 50px;


    color: #011665;
}


.common-challenges .content-right-wrap ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.common-challenges .content-right-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.common-challenges .content-right-wrap ul li {
    width: 49%;
}

.common-challenges .content-right-wrap .icon {
    width: 50px;
    height: 50px;
    background-color: #2196f3;
    margin-right: 15px;
    border-radius: 5px;
    flex-shrink: 0;
    padding: 6px;
}

.common-challenges .content-right-wrap .icon img {
    /* filter: brightness(0); */
}

.common-challenges .row {
    align-items: center;
}

.common-challenges .left-wrap {
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-challenges .left-wrap img {
    width: 84%;
}

/* End */

/* CTA start */

.cta-section {
    padding: 60px 0;
   background: linear-gradient(0deg, #2196f3, #011665);
    color: #ffffff;
    position: relative;
    text-align: center;
    z-index: 4;
}

.cta-section .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    height: 480px;
    display: flex;
    justify-content: space-between;
}

.cta-section .rect {
    width: 60px;
    height: 780px;
    background-color: #1e3a8a;
}

.cta-section .cta-content {
    position: relative;
    z-index: 1;
}

.cta-section .cta-content h2 {
    font-size: 50px;
    margin-bottom: 20px;

}

.cta-section .cta-content p {
    font-size: 20px;
    margin-bottom: 20px;

}

.cta-section .cta-content .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    background-color: #2196f3;
    color: #ffffff;
    border: none;
}

.split-heading span {
    display: inline-block;
    margin: 0 1px;
}



.coin-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    opacity: 0.5;
}

.coin-stack {
    width: 100%;
    height: 100%;
}

.coin {
    fill: #c1d0ff;
    stroke: #1e40af;
    stroke-width: 2;
}

.coin-shadow {
    fill: #b6c4f3;
    opacity: 0.3;
}

.symbol {
    fill: #333;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-anchor: middle;
    dominant-baseline: middle;
}

/* End */

/* Start */
.outsourcing-benefits-wrapper {
    padding: 100px 0;
    position: relative;
    z-index: 6;
    background: #fff;
    padding-top: 0;
    padding-bottom: 100px;
}

.outsourcing-benefits-wrapper .text-column {
    flex: 1;
    min-width: 100%;
    padding: 0;
    max-width: 100%;
}

.outsourcing-benefits-wrapper .graphic-column {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outsourcing-benefits-wrapper .benefits-title {
    color: #011665;
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 700;
}

.outsourcing-benefits-wrapper .benefits-text {
    color: #334155;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
}

.outsourcing-benefits-wrapper .benefits-highlight:last-child {
    margin-bottom: 0;
}

.outsourcing-benefits-wrapper .benefits-highlight {
    background: #f3f3f3;
    padding: 18px;
    border-radius: 12px;
    border-left: 4px solid #3b82f6;
    margin-bottom: 17px;
}

.outsourcing-benefits-wrapper .benefits-list {
    display: flex;
    gap: 10px;
}

.outsourcing-benefits-wrapper .benefit-item {
    border: 1px solid #2196f3;
    padding: 23px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 24%;
}

.outsourcing-benefits-wrapper .benefit-item strong {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

.outsourcing-benefits-wrapper .benefit-item strong {
    color: #011665;
}

.outsourcing-benefits-wrapper .benefits-highlight p {
    font-size: 20px;
    color: #1e3a8a;
    font-weight: 500;
    line-height: 1.6;
}

.outsourcing-benefits-wrapper .benefits-list {
    margin-top: 30px;
}

.outsourcing-benefits-wrapper .benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.outsourcing-benefits-wrapper .benefit-icon {
    background: #dbeafe;
    color: #3b82f6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    margin: 0 auto;
    font-size: 1.1rem;
}

.outsourcing-benefits-wrapper .benefit-text {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.6;
}

.outsourcing-benefits-wrapper .benefit-text strong {
    color: #1d4ed8;
}

/* Cost comparison graphic */
.outsourcing-benefits-wrapper .comparison-container {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 100, 0.08);
    padding: 25px;
    border: 1px solid #e2e8f0;
}

.outsourcing-benefits-wrapper .comparison-title {
    text-align: center;
    color: #1e3a8a;
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.outsourcing-benefits-wrapper .cost-bar {
    margin-bottom: 35px;
    position: relative;
}

.outsourcing-benefits-wrapper .cost-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-weight: 500;
    color: #475569;
}

.outsourcing-benefits-wrapper .bar-container {
    height: 30px;
    background: #e2e8f0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.outsourcing-benefits-wrapper .bar-fill {
    height: 100%;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-weight: 600;
    font-size: 0.9rem;
    color: white;
    min-width: 50px;
}

.outsourcing-benefits-wrapper .in-house-bar {
    background: linear-gradient(90deg, #2196f3 0%, #2580c8 100%);
    width: 80%;
}

.outsourcing-benefits-wrapper .outsourced-bar {
    background: linear-gradient(90deg, #011665 0%, #011665 100%);
    width: 35%;
}

.outsourcing-benefits-wrapper .cost-percentage {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
}

.outsourcing-benefits-wrapper .in-house-percentage {
    color: #ef4444;
    border: 2px solid #fecaca;
}

.outsourcing-benefits-wrapper .outsourced-percentage {
    color: #10b981;
    border: 2px solid #a7f3d0;
}

.outsourcing-benefits-wrapper .savings-badge {
    background: linear-gradient(90deg, #2196f3 0%, #2196f3 100%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(6, 182, 212, 0.3);
}

.outsourcing-benefits-wrapper .savings-amount {
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 0;
    display: block;
}

.outsourcing-benefits-wrapper .graphic-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding: 0 10px;
}

.outsourcing-benefits-wrapper .icon-item {
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    width: 30%;
}

.outsourcing-benefits-wrapper .icon-item:hover {
    transform: translateY(-5px);
    background: #f8fafc;
}

.outsourcing-benefits-wrapper .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.8rem;
}

.outsourcing-benefits-wrapper .icon-1 {
    background: #dbeafe;
    color: #3b82f6;
}

.outsourcing-benefits-wrapper .icon-2 {
    background: #f0fdf4;
    color: #10b981;
}

.outsourcing-benefits-wrapper .icon-3 {
    background: #fffbeb;
    color: #f59e0b;
}

.outsourcing-benefits-wrapper .icon-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
}

/* Responsive design */
@media (max-width: 768px) {


    .outsourcing-benefits-wrappe r .benefits-title {
        font-size: 1.8rem;
    }

    .outsourcing-benefits-wrapper .graphic-icons {
        flex-wrap: wrap;
    }

    .outsourcing-benefits-wrappe r .icon-item {
        width: 45%;
        margin-bottom: 15px;
    }
}

/* End */


/* Banner back to down animation */
.scrol-dowun-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 85vh;
    left: 50%;
}

.common-challenges .scrol-dowun-container {
    bottom: 268px !important;
    right: 72px;
    width: 100px;
    z-index: 999;
    left: auto;
}

.scrol-dowun-container .chevron {
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.scrol-dowun-container .chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}

.scrol-dowun-container .chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}

.scrol-dowun-container .chevron:before,
.scrol-dowun-container .chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #2196f3;
}

.scrol-dowun-container .chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.scrol-dowun-container .chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}



/* End */

/* Start */
.credibility-wrapper {
    padding: 100px 0;
}

.credibility-section {


    border-radius: 16px;

    max-width: 900px;
    width: 100%;
    backdrop-filter: blur(10px);
    text-align: center;
    margin: 0 auto;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
    height: 216px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.sec-title h2 {
    font-size: 48px;
}

.credibility-section .credibility-section h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 24px;
}

.credibility-section.ti meline {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
}

.credibility-section .timeline::before {
    content: '';
    position: absolute;
    top: 62px;
    left: 50%;
    width: 4px;
    height: 42%;
    background: #011665;
    transform: translateX(-50%);
}

.credibility-section .timeline-item {
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
}

.credibility-section .timeline-item.left {
    justify-content: flex-start;
}

.credibility-section .timeline-item.right {
    justify-content: flex-end;
}

.credibility-section .timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 45%;
    position: relative;
}

.credibility-section .timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
}

.credibility-section .timeline-item.left .timeline-content::before {
    border-left-color: #3b82f6;
    right: -20px;
    transform: translateY(-50%);
}

.credibility-section .timeline-item.right .timeline-content::before {
    border-right-color: #3b82f6;
    left: -20px;
    transform: translateY(-50%);
}

.credibility-section .timeline-content p {
    margin: 0;
    font-size: 21px;
    color: #374151;
    font-weight: 500;
}

.credibility-section .timeline-dot {
    width: 16px;
    height: 16px;
    background: #3b82f6;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.credibility-section .bank-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.credibility-section .bank-logo {
    width: 134px;
    height: 60px;
    background: #e3e9ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #374151;
    font-weight: 600;
    text-align: center;
    border: 2px solid;
}

@media (max-width: 600px) {
    .credibility-sectio n .credibility-section {
        padding: 24px;
    }

    .credibility-sectio n .credibility-section h2 {
        font-size: 24px;
    }

    .credibility-sectio n .timeline::before {
        left: 20px;
    }

    .credibility-sectio n .timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .credibility-sectio n .timeline-item.left,
    .credibility-sectio n .timeline-item.right {
        justify-content: flex-start;
    }

    .credibility-sectio n .timeline-content {
        width: 80%;
        margin-left: 40px;
    }

    .credibility-section .timeline-content::before {
        border-right-color: #fff;
        left: -20px;
        border-left-color: transparent;
    }

    .credibility-section .timeline-dot {
        left: 20px;
    }

    .credibility-section .bank-logo {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
}

/* End */

/* Start */
.progress-section {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    border-radius: 0;
    /* padding: 40px; */
    margin: 0;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    /* border: 1px solid #e0e0e0; */
    position: relative;
    overflow: hidden;
    /* width: 40%; */
    /* display: flex
; */
    /* justify-content: end; */
    /* align-items: end; */
    /* float: right; */
}




.progress-container {
    background: white;
    border-radius: 14px;
    padding: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    width: 81%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.progress-indicator {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0d6efd;
    margin-bottom: 15px;
    line-height: 1;
}

.progress-indicator .current {
    font-size: 40px;
    color: #011665;
    text-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

.progress-indicator .target {
    font-size: 25px;
    color: #6c757d;
}

.progress-indicator .divider {
    color: #ADB5BC;
    margin: 0 3px;
    font-size: 31px;
}

.progress-bar-container {
    height: 19px;
    background-color: #e9ecef;
    border-radius: 14px;
    margin: 12px 0;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
}

.progress-section .progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #1c3dbb, #011665);
    border-radius: 14px;
    position: relative;
    width: 55%;
    /* 110/200 = 55% */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 3px 10px rgba(13, 110, 253, 0.3);
}

.progress-section .progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 10px;
}

.progress-section .remaining-slots {
    background: #fff8f8;
    border: 2px dashed #dc3545;
    border-radius: 12px;
    padding: 15px 58px;
    margin: 25px 0;
    text-align: left;
    font-weight: 600;
    color: #dc3545;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.1);
    position: relative;
    overflow: hidden;
}

.progress-section .remaining-slots::before {
    content: "Ã¢Å¡Â Ã¯Â¸Â";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}

.progress-section .urgency-badge {
    position: absolute;
    top: 9px;
    right: 5px;
    background: #dc3545;
    color: white;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}




.progress-section .stats-container {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.progress-section .stat-card {
    background: white;
    border-radius: 12px;
    padding: 7px;
    flex: 1;
    min-width: 160px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #011665;
}

.progress-section .stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #011665;
    line-height: 1.2;
}

.progress-section .stat-label {
    font-size: 0.9rem;
    color: #6c757d;
}

.progress-section .stat-card:nth-child(2) {
    border-top-color: #2196f3;
}

.progress-section .stat-card:nth-child(2) .stat-number {
    color: #2196f3;
}

@media (max-width: 768px) {
    .progress-section {
        padding: 25px;
    }

    .progress-sectio n .progress-indicator {
        font-size: 2.5rem;
    }

    .progress-sectio n .progress-indicator .current {
        font-size: 3rem;
    }

    .progress-sectio n .progress-indicator .target {
        font-size: 2rem;
    }

    .progress-sectio n .stats-container {
        flex-direction: column;
        gap: 15px;
    }
}

section.progress-toward-wrapper {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f2f4f5a3;

}

section.progress-toward-wrapper .img-wrap img {
    border-radius: 20px;
    height: 500px;
    width: 500px;
    object-fit: cover;
}

section.progress-toward-wrapper .img-wrap {
    position: relative;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

section.progress-toward-wrapper .img-wrap img {

    display: block;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s ease-out;
}

section.progress-toward-wrapper .img-wrap img.reveal {
    clip-path: circle(100% at 50% 50%);
}



/* ENd */

/* Service start */

section.service-wrapper {
    padding-top: 0 !important;
    position: relative;
    padding: 100px 0;
    background: #ffffff;
}

section.service-wrapper .serive-wrap {
    margin-left: 0;
}
section.service-wrapper p

 {
    font-size: 22px;
    padding-bottom: 15px;
    text-align: center;
}

.service-title {
    padding: 25px;
    background-color: #ffffff;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -70px !important;
    position: relative;
    z-index: 9;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 35px;
    position: relative;
    width: 191px;
    margin: 0 auto;
}

.service-title a {
    background-color: #011665;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    width: 49px;
    height: 49px;
    color: #fff;
    border-radius: 4px;
}

.service-title h3

 {
    color: #000000;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    font-size: 20px;
    width: 81%;
}section.service-wrapper .slick-slide img {
    display: block;
    height: 291px;
    width: 100%;
    object-fit: cover;
}

.service-card .img {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}

.service-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 20px;
    background: linear-gradient(90deg, #2196f3 0.58%, #011665 100%);
}

.service-card {
    background-color: #ffffff00;
    margin-left: 0;
    margin-right: 0;
    /* position: relative; */
    margin-top: 0;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 7px;
    position: relative;
    flex-direction: column;
}



.service-item {
    position: relative;
}

.service-card .img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0%, #011665b3 100%);
    z-index: 9;
}

.num-ser {
    font-size: 96px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff7d;
    position: absolute;
    bottom: 148px;
    left: 60px;
    z-index: 9999;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    padding-right: 20% !important;
    /* Shows partial slide on the right */
    overflow: visible;
    /* Ensures partial slide is visible */
}



section.service-wrapper .sec-title {
    text-align: left;
    margin: 0;
    padding: 0;
}

section.service-wrapper .sec-title {
    width: 100%;
}
section.service-wrapper .slick-arrow {
    background: #01166500;
    border: 1px solid #011665;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #011665;
    position: absolute;
    top: -59px;
    right: 33px;
}section.service-wrapper.service-wrapper-service-page .slick-arrow {
    display: none;
}

section.service-wrapper button.slick-prev.slick-arrow {
    right: 99px;
}

/* End */

/* Start */
.strengths-section {
    background-color: #ffffff;
    padding: 100px 0;
    padding-top: 0;
}

.strengths-section .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strengths-section .image-area {
    display: flex;
    justify-content: start;
}

.strengths-section .row {
    align-items: start;
}

.strengths-section .highlighted-box {
    background-color: #ffffff00;
    /* border: 2px solid #007bff; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.strengths-section .content-area {
    padding: 0;
    text-align: left;
    padding-left: 30px;
    margin-top: -8px;
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 20px;
    margin-top: 20px;
}

.strengths-section .content-area h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 70px;
}

.strengths-section .content-area p {
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
    padding: 7px 0;
}.strengths-section .content-area p {
    display: flex
;
    align-items: baseline;
    gap: 8px;
}
.strengths-section .content-area p i {
    width: 25px;
    height: 25px;
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(45deg, #1e88e5, #2f9eff);
}
.strengths-section .emphasized {
    font-weight: 600;
    color: #007bff;
}

.strengths-section .image-area img {

    border-radius: 20px;
}

@media (max-width: 767px) {
    .strengths-section .image-area {
        height: 200px;
    }
}

/* End */

/* Start */
.faq-section {
    padding: 100px 0;
    background: #f5f9ff;
    padding-top: 0;
}

section.faq-section p {
    font-size: 22px;
    padding-bottom: 20px;
}

section.faq-section .sec-title {
    text-align: left;
}

section.faq-section .sec-title h2 {
    text-align: left;
}

.faq-section .accordion-item {
    background-color: #ffffff;
    border: 1px solid #c4c7cc;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.faq-section .accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a3c5e;
    cursor: pointer;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

.faq-section .accordion-toggle:hover {
    background-color: #e2e7ed;
}

.faq-section .accordion-toggle::after {
    content: '+';
    font-size: 1.6rem;
    font-weight: bold;
    color: #1a3c5e;
    transition: transform 0.3s ease;
}

.faq-section .accordion-toggle.open::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-section .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    background-color: #ffffff;
    transition: max-height 0.3s ease-out;
}

.faq-section .accordion-content.open {
    max-height: 250px;
    /* Adjusted for content */
    padding: 18px 24px;
}

.faq-section .accordion-content p {
    margin: 0;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.faq-section .accordion-content a {
    color: #005b99;
    text-decoration: none;
    font-weight: 500;
}

.faq-section .accordion-content a:hover {
    text-decoration: underline;
    color: #003f66;
}

/* ENd */

/* Start */
/* ===== Footer Base Styles ===== */
footer.footer-section-2 {
    background-color: #f8f8f8;
    background-size: cover;
    background-position: center;
    padding: 80px 20px 40px;
    position: relative;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

/* ===== Background shapes ===== */
.footer-left-shape,
.footer-right-shape {
    position: absolute;
    top: 102px;
    z-index: 0;
}

.footer-left-shape {
    left: 0;
}

.footer-right-shape {
    right: 0;
}

/* ===== Container & Layout ===== */

.footer-top-wrapper {
    display: flex
;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    justify-content: center;
    border-bottom: 1px solid #c4c4c430;
    padding-bottom: 50px;
}

.footer-logo img {
    max-width: 71px;
    margin-bottom: 20px;
}

/* ===== Social Icons ===== */
.social-icon {
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 999;
}

.social-icon a {
    color: #fff;
    font-size: 18px;
    /* background: rgb(1 22 101); */
    padding: 0;
    border-radius: 50%;
    transition: background 0.3s ease;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(to right, #1e88e5, #0d47a1); */
}


.social-icon a {
    transition: .3s;
}

.social-icon a:hover {
    background: #011665;
    color: #ffffff;
}

/* ===== Footer Widgets ===== */


.footer-widget-items {
    flex: 1 1 260px;
}

.widget-title h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #011665 !important;
}

.footer-content p {
    margin-bottom: 15px;
    color: #5e5e5e !important;
}

.contact-list-2 li,
.user-links li {
    margin-bottom: 10px;
}

.contact-list-2 a,
.user-links a {
    color: #5e5e5e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-list-2 a:hover,
.user-links a:hover {

    color: #2196f3;
}



/* Two columns inside Quick Link section */
.user-links-area {
    display: flex;
    gap: 40px;
}

/* ===== Footer Bottom Text ===== */
.footer-text {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #aaa;
}

/* ===== Responsive Styles ===== */
@media (max-width: 768px) {
    .footer-widget-wrapper {
        flex-direction: column;
    }

    .user-links-area {
        flex-direction: column;
        gap: 20px;
    }

    .social-icon {
        justify-content: center;
    }

    .footer-top-wrapper {
        margin-bottom: 30px;
    }
}

.footer-right-shape img {
    filter: grayscale(1);
    opacity: .3;
}

.footer-left-shape img {
    filter: brightness(0.5);
    display: none;
}

/* End */

/* Start */
section.outsourcing-section {
    padding: 100px 0;
    padding-bottom: 0;
}

section.outsourcing-section.counter {
    padding-top: 0;
}

.outsourcing-section {
    background: white;
    border-radius: 16px;


    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}








section.outsourcing-section .benefits-content {
    flex: 1;
    min-width: 300px;
    padding: 50px;
}

section.outsourcing-section .highlight-text {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #0d47a1;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;

}



section.outsourcing-section .highlight-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 80%;
    width: 5px;
    background: linear-gradient(to bottom, #1e88e5, #0d47a1);
    border-radius: 3px;
}

section.outsourcing-section .benefit-list {
    list-style-type: none;
    margin-top: 30px;
}

section.outsourcing-section .benefit-list li {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
    color: #333;
    line-height: 1.6;
    font-size: 1.1rem;

}



section.outsourcing-section .benefit-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #1e88e5;
    background: #e3f2fd;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 2px solid #bbdefb;
}

section.outsourcing-section .visual-container {
    flex: 1;
    min-width: 100%;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

section.outsourcing-section .graphic {
    max-width: 100%;
    position: relative;
    z-index: 2;
    transform: scale(0.9);
    opacity: 0;
    animation: scaleIn 0.8s 0.5s ease-out forwards;
}

@keyframes scaleIn {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

section.outsourcing-section .stats-container {
    display: flex;
    justify-content: space-between;
    padding: 35px 40px;
    background: #f5f9ff;
    border-top: 1px solid #e1ebfa;
    flex-wrap: wrap;
}

section.outsourcing-section .stat-item {
    text-align: center;
    padding: 0 20px;
    flex: 1;
    min-width: 180px;
    margin: 10px 0;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

section.outsourcing-section .stat-item:nth-child(1) {
    animation-delay: 1.0s;
}

section.outsourcing-section .stat-item:nth-child(2) {
    animation-delay: 1.2s;
}

section.outsourcing-section .stat-item:nth-child(3) {
    animation-delay: 1.4s;
}

section.outsourcing-section .stat-item:nth-child(4) {
    animation-delay: 1.6s;
}

section.outsourcing-section .stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e88e5;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}



section.outsourcing-section .stat-label {
    color: #546e7a;
    font-size: 1.1rem;
    font-weight: 500;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(to right, #1e88e5, #0d47a1);
    color: white;
    padding: 16px 42px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
    position: relative;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.5s 1.8s ease-out forwards;
}

section.cta-section .cta-button {
    display: inline-block;
    background: linear-gradient(to right, #1e88e5, #0d47a1);
    color: white;
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
    position: relative;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.5s 1.8s ease-out forwards;
}

section.cta-section .cta-button-c {
    padding: 15px 31px !important;
}

section.cta-section button.cta-button span {
    border: 1px solid #ffffff1c;
    padding: 11px 22px;
    border-radius: 100px;
    margin-left: 10px;
    display: inline-block;
}

.cta-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(30, 136, 229, 0.4);
}

.cta-button:hover:before {
    left: 100%;
}

section.outsourcing-section .wave-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    z-index: 1;
}

section.outsourcing-section .pulse {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(30, 136, 229, 0.1);
    z-index: 1;
    animation: pulse 3s infinite;
}

section.outsourcing-section .pulse-1 {
    top: 20%;
    left: 15%;
    animation-delay: 0.5s;
}

section.outsourcing-section .pulse-2 {
    bottom: 30%;
    right: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.8;
    }
}

@media (max-width: 768px) {




    section.outsourcing-section .stats-container {
        justify-content: center;
    }

    section.outsourcing-section .stat-item {
        flex: 0 0 50%;
        margin-bottom: 25px;
    }

    section.outsourcing-section .highlight-text {
        font-size: 1.6rem;
    }


}

@media (max-width: 480px) {
    section.outsourcing-section .benefits-content {
        padding: 30px 20px;
    }

    section.outsourcing-section .stat-item {
        flex: 0 0 100%;
    }

    section.outsourcing-section .stat-value {
        font-size: 2rem;
    }

    section.outsourcing-section .highlight-text {
        font-size: 1.4rem;
        padding-left: 15px;
    }

    section.outsourcing-section .highlight-text:before {
        width: 4px;
    }
}

/* End */
/* Start */
.cta-wrapper-new {
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 0;
    overflow: hidden;
    display: flex
;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding: 0;
    flex-direction: column;
}

.cta-wrapper-new .cta-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: #1e90ff;
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
}

.cta-wrapper-new .cta-section::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: #87cefa;
    border-radius: 50%;
    opacity: 0.08;
    z-index: -1;
}

.cta-wrapper-new .cta-content {
    flex: 1;
    padding: 100px 0;
    min-width: 300px;
    position: relative;
    padding-top: 0;
}

/* .cta-wrapper-new .cta-content::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 80%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #1e90ff, transparent);
} */

.cta-wrapper-new .free-badge {
    background: linear-gradient(135deg, #1e90ff 0%, #0077e6 100%);
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(30, 144, 255, 0.4);
}

.cta-wrapper-new .cta-content h2 {
    color: #003087;
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 100%;
}

.cta-wrapper-new .cta-content h2 span {
    color: #1e90ff;
}

.cta-wrapper-new .cta-content p {
    font-size: 1.3rem;
    color: #4a6572;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 100%;
}

.cta-wrapper-new .benefits-list {
    list-style: none;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.cta-wrapper-new .benefits-list li {
    padding: 12px 0;
    padding-left: 50px;
    position: relative;
    font-size: 1.1rem;
    color: #4a6572;
    font-weight: 500;
    width: 50%;
}

.cta-wrapper-new .benefits-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #e6f2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f00c';
    color: #1e90ff;
}

.cta-wrapper-new .cta-form {
    flex: 1;
    padding: 60px;
    min-width: 300px;

}

.cta-wrapper-new .form-header {
    text-align: center;
    margin-bottom: 7px;
}

.cta-wrapper-new .form-header h3 {
    color: #011665;
    font-size: 30px;
    font-weight: bold;
}

.cta-wrapper-new .form-header p {
    color: #4a6572;
    padding-bottom: 20px;
}

.cta-wrapper-new .form-group {
    margin-bottom: 10px;
}

.cta-wrapper-new .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #0c2b46;
    font-weight: 600;
    font-size: 1.1rem;
}

.cta-wrapper-new .form-group input,
.cta-wrapper-new .form-group textarea,
.cta-wrapper-new .form-group select {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #c2e0ff;
    border-radius: 12px;
    font-size: 1.1rem;
    background: white;
    transition: all 0.3s ease;
}

.cta-wrapper-new .form-group input:focus,
.cta-wrapper-new .form-group textarea:focus,
.cta-wrapper-new .form-group select:focus {
    outline: none;
    border-color: #1e90ff;
    box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.2);
}

.cta-wrapper-new .form-group textarea {
    height: 120px;
    resize: vertical;
}

.cta-wrapper-new .submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #1e90ff 0%, #0077e6 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(30, 144, 255, 0.4);
}

.cta-wrapper-new .submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(30, 144, 255, 0.6);
}

.cta-wrapper-new .submit-btn:active {
    transform: translateY(1px);
}

.cta-wrapper-new .contact-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.cta-wrapper-new .contact-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    width: 150px;
}

.cta-wrapper-new .contact-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cta-wrapper-new .contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1e90ff 0%, #87cefa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.cta-wrapper-new .contact-method span {
    font-weight: 600;
    color: #0c2b46;
}

.cta-wrapper-new .contact-method p {
    font-size: 0.9rem;
    color: #4a6572;
    margin-top: 5px;
}

@media (max-width: 992px) {

    .cta-wrapper-new .cta-content,
    .cta-wrapper-new .cta-form {
        padding: 40px;
    }

    .cta-wrapper-new .cta-content::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .cta-wrapper-new {
        flex-direction: column;
    }

    .cta-wrapper-new .cta-content h2 {
        font-size: 2.3rem;
    }

    .cta-wrapper-new .contact-methods {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {

    .cta-wrapper-new .cta-content,
    .cta-wrapper-new .cta-form {
        padding: 30px 20px;
    }

    .cta-wrapper-new .cta-content h2 {
        font-size: 1.8rem;
    }

    .cta-wrapper-new .free-badge {
        font-size: 1rem;
    }
}

/* End */

/* Start */
/* Flags Section */
section.multi-support-section {
    padding: 100px 0;
}



section.multi-support-section .flags-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

section.multi-support-section .flag-card {
    background: white;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px solid #2196f3;
    border-bottom: 3px solid #2196f3;
}

section.multi-support-section .flag-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

section.multi-support-section .flag-icon {
    font-size: 33px;
    font-weight: bold;
    color: #2196f3;
}

section.multi-support-section .country-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 5px;
}

section.multi-support-section .language {
    font-size: 0.9rem;
    color: #718096;
}

/* Map Section */
section.multi-support-section .map-section {
    background: white;
    border-radius: 8px;
    padding: 0;
    margin-top: 26px;
    border: 1px solid #ddd;
    padding: 0;
}

section.multi-support-section .map-container {
    position: relative;
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
}

section.multi-support-section .world-map {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.location-point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: blue;
    box-shadow: 0 0 8px rgba(0, 0, 255, 0.5);
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        background-color: blue;
        transform: scale(1);
        box-shadow: 0 0 8px rgba(0, 0, 255, 0.5);
    }

    50% {
        background-color: lightblue;
        transform: scale(1.2);
        box-shadow: 0 0 12px rgba(173, 216, 230, 0.7);
    }

    100% {
        background-color: blue;
        transform: scale(1);
        box-shadow: 0 0 8px rgba(0, 0, 255, 0.5);
    }
}

section.multi-support-section .location-point {
    position: absolute;
    width: 15px;
    height: 15px;
    /* background: #ffffff !important; */
    border-radius: 50%;
    border: 2px solid #44acff;
    cursor: pointer;
    transition: transform 0.3s ease;
}

section.multi-support-section .location-point:hover {
    transform: scale(1.5);
}

/* section.multi-support-section .connection-line {
    position: absolute;
    background: #3182ce;
    height: 2px;
    transform-origin: 0 0;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

section.multi-support-section .connection-line.active {
    opacity: 1;
    background: #e53e3e;
} */

section.multi-support-section .location-info {
    position: absolute;
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-left: 4px solid #3182ce;
    width: 220px;
    display: none;
    z-index: 10;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

section.multi-support-section .location-info.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

section.multi-support-section .info-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 8px;
}

section.multi-support-section .info-title i {
    color: #3182ce;
}

section.multi-support-section .location-info p {
    font-size: 0.95rem;
    color: #4a5568;
    margin-bottom: 8px;
}

section.multi-support-section .services-list {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    color: #4a5568;
}

section.multi-support-section .services-list li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
}

section.multi-support-section .services-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #3182ce;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
    section.multi-support-sectio n .flags-container {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }


    section.multi-support-sectio n .flag-card {
        padding: 10px;
    }

    section.multi-support-sectio n .flag-icon {
        font-size: 2rem;
    }

    section.multi-support-sectio n .country-name {
        font-size: 1rem;
    }

    section.multi-support-secti on .language {
        font-size: 0.8rem;
    }

    section.multi-support-sectio n .location-info {
        width: 180px;
        padding: 12px;
    }

    section.multi-support-sectio n .info-title {
        font-size: 1.1rem;
    }

    section.multi-support-secti on .services-list {
        font-size: 0.85rem;
    }
}

section.multi-support-section .map-section h2.section-title {
    color: #2196f3;
}

/* ENd */



.circle-overlay {
    position: absolute;
    border-radius: 50%;

    /* Light blue on right to blue on left */
    opacity: 0.5;
    z-index: -1;
    /* Behind all sliders */
    will-change: transform, opacity;
    z-index: 9999;
}

.circle-1 {
    width: 500px;
    background: #011765c3;
    height: 500px;
    top: 15%;
    left: 80%;
}

.circle-2 {
    width: 350px;
    height: 350px;
    background: #2195f36c;
    top: 52%;
    left: 76%;
}

.circle-3 {
    width: 200px;
    background: #2195f320;
    height: 200px;
    top: 13%;
    left: 67%;
}

/* Gallery */
.gallery-wrapper {
    height: 1000px;
    overflow: hidden;
    padding: 40px 20px;
    background: #011665;
}

.gallery-wrapper .gallery-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}

.gallery-wrapper .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    position: relative;
}

.gallery-wrapper .inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    will-change: transform;
}

.gallery-wrapper img {
    width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.gallery-wrapper .column img:nth-child(odd) {
    height: 350px;
}

.gallery-wrapper .inner {
    transform: translateY(0px);
    /* ensures they start from top */
}


.slider .circle-1 {
    top: -150px;
    left: 55%;
    transform: translateX(-50%);
}

.slider .circle-2 {
    top: 40%;
    right: -150px;
}

.slider .circle-3 {
    bottom: -150px;
    right: -150px;
}

/* Social media */

.social-sidebar {
    position: fixed;
    bottom: 1%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    z-index: 999;
    flex-direction: row;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
    display: flex;
}

.socil-bottom {
    display: flex;
}

.socil-bottom .social-item {
    border-radius: 10px;
    margin: 4px;
}

.social-item {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-item a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.social-item .icon-name {
    position: absolute;
    right: 50px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-item:hover .icon-name {
    opacity: 1;
    transform: translateX(0);
}

.social-item.line {
    background: #00B900;
    border-radius: 0;
}

.social-item.line .icon-name {
    background: #00B900;
}

.social-item.whatsapp {
    background: #25D366;
}

.social-item.whatsapp .icon-name {
    background: #25D366;
}

.social-item.instagram {
    background: #E4405F;
    border-radius: 0;
    display: none;
}

.social-item.instagram .icon-name {
    background: #E4405F;
}

.social-item.email {
    background: #BB001B;
}

.social-item.email .icon-name {
    background: #BB001B;
}


/* ABout us Page */
.inner-page .navbar-nav .nav-link {
    color: #ffffff;

}

.inner-page a.navbar-brand.navbar-toggle {

    padding: 5px 21px;
    border-radius: 100px;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 140px;
    padding-left: 0;
}

.inner-page .navbar-brand img {
    width: 50px;
    transition: .7s !important;
    transform: scale(1);
    margin-left: 21px;
    filter: brightness(0) invert(1);
}

.inner-page header {
    background: transparent !important;
    position: fixed !important;
}

.inner-page header nav.navbar.navbar-expand-lg {
    background: transparent;
}

.inner-page a.navbar-brand.navbar-toggle.toggle-active img {
    filter: brightness(1);
}

.inner-page a.navbar-brand.navbar-toggle.toggle-active {
    background: #fff;
}

/* Hero Section */
.inner-title-wrapper .hero {
    background: linear-gradient(0deg, #2196f3, #011665);
    color: #ffffff;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

.inner-title-wrapper .hero h1 {
    margin: 0 !important;
}
.inner-title-wrapper .hero h2 {
    font-size: 35px;
    padding-bottom: 20px;
}

.inner-title-wrapper .hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.inner-title-wrapper .hero .lead {
    font-size: 1.4rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.inner-title-wrapper .hero-decoration {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23fafcff' fill-opacity='1' d='M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,208C1248,224,1344,192,1392,176L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center bottom;
    background-size: cover;
}

/* Section Styling */
section#story {
    padding: 60px 0;
}

.section-title {
    position: relative;
    margin-bottom: 31px;
    font-weight: 700;
    /* margin: 0; */
}



.section-title.center::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Story Section */
.story {
    position: relative;
}

.story-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.story-image {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(1, 22, 101, 0.15);
    overflow: hidden;
    height: 100%;
    background: linear-gradient(45deg, #2196f3, #011665);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    margin-right: 42px;
    padding: 0;
}



/* Mission Section */
.mission {
    background: #fff;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.mission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2301134a' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.05;
}
.bottom-wrap

 {
    color: #000;
    text-align: center;
    border: 3px solid #ddd;
    padding: 20px;
    font-size: 20px;
    border-top: 5px solid #248fed;
    border-radius: 20px;
    margin-top: 30px;
}
.mission .section-title {
    color: #000;
    text-align: center;
}
.mission p.lead.sub-head {
    font-size: 30px;
    font-weight: bold;
    color: #248fec;
    line-height: 39px;
    text-align: center;
}

.mission .section-title::after {
    background: #000;
}

.story-content p {
    color: #000;
}

.mission-image {
    border-radius: 12px;

    overflow: hidden;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

}


.mission-image img {
    width: 74%;
}

/* Service Industries */
section#services {
    padding: 60px 0;
}

section#services p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.service-point {
    padding: 40px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(1, 22, 101, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border-left: 4px solid #2196f3;
    position: relative;
    overflow: hidden;
}

.service-point::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(1, 22, 101, 0.03) 0%, rgba(33, 150, 243, 0.03) 100%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-point:hover::before {
    opacity: 1;
}

.service-point:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(1, 22, 101, 0.15);
}

.point-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2196f3;
    display: inline-block;
}

.section-title-wrap h2 {
    color: #011665;
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title-wrap h2:after {
    display: none;
}

.service-point img {
    width: 83px;
}

.section-title-wrap p {
    color: #334155;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Company Info */
.company-info {
    position: relative;
}

section#company {
    padding: 100px 0;
    background: #f2f4f5a3;
    padding-top: 0;
}
section#company .row {
    align-items: center;
}
.info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 40px;
    box-shadow: 0 10px 30px rgba(1, 22, 101, 0.08);
    border-top: 4px solid #2196f3;
    display: flex;
    gap: 20px;
}
.info-card .company-icon img {
    width: 93%;
}

.info-card .company-icon {
    width: 385px;
    padding-right: 80px;
}

.info-table {
    width: 100%;
}

.info-table td {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.info-table tr:last-child td {
    border-bottom: none;
}

.info-table td:first-child {
    font-weight: 600;
    color: #011665;
    min-width: 180px;
}

/* End */



/* ============Service Page======== */

section.service-wrapper-sec {
    padding: 100px 0;
}


section.service-wrapper-sec .services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 100%;
}

section.service-wrapper-sec .service-card {
    background: white;
    border-radius: 12px;
    width: 44%;
    box-shadow: 0 10px 30px rgba(1, 22, 101, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: 1px solid rgba(1, 22, 101, 0.08);
    margin: 0;
    padding: 0;
}

section.service-wrapper-sec .service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(1, 22, 101, 0.2);
    border-color: rgba(33, 150, 243, 0.3);
}

section.service-wrapper-sec .card-icon {
    position: absolute;
    top: -25px;
    right: 41px;
    background: white;
    border: 3px solid #011665;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(1, 22, 101, 0.2);
}

section.service-wrapper-sec .service-card:hover .card-icon {
    background: #011665;
    border-color: #2196f3;
    transform: scale(1.1);
}section.service-wrapper-sec .service-card:hover .card-icon img {
    filter: brightness(0) invert(1);
}

section.service-wrapper-sec .card-icon svg {
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
}

section.service-wrapper-sec .service-card:hover .card-icon svg {
    filter: brightness(0) invert(1);
}

section.service-wrapper-sec .card-header {
    background: #011665;
    color: white;
    padding: 25px;
    position: relative;
    min-height: 104px;
    border-radius: 15px 15px 0px 0px;
    width: 100%;
}

section.service-wrapper-sec .card-header h2 {
    font-size: 34px;
    margin-bottom: 0px;
    padding-right: 24px;
}

section.service-wrapper-sec .card-content {
    padding: 25px;
    color: #333;
    line-height: 1.7;
    min-height: 141px;
    height: 241px;
    overflow: auto;
}

section.service-wrapper-sec .card-content ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 19px;
}

section.service-wrapper-sec .card-content ul li {
    border: 2px solid #011665;
    padding: 2px 20px;
    border-radius: 100px;
}

section.service-wrapper-sec .card-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

section.service-wrapper-sec .card-footer {
    padding: 0 25px 25px;
    background: transparent;
    border: navajowhite;
}

section.service-wrapper-sec .learn-more {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;

    color: #2196f3;
    background: transparent;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #2196f3;
}

section.service-wrapper-sec .learn-more i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

section.service-wrapper-sec .learn-more:hover {
    background: transparent;
    color: #fff;
    background: #2196f3;
}

section.service-wrapper-sec .learn-more:hover i {
    transform: translateX(4px);
}

section.service-wrapper-sec .service-card:hover .card-header {
    background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
}

section.service-wrapper-sec .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

section.service-wrapper-sec .service-card:hover::before {
    transform: scaleX(1);
}

@media (max-width: 768px) {
    section.service-wrapper-se c .services-container {
        flex-direction: column;
        align-items: center;
    }

    section.service-wrapper-se c .service-card {
        width: 100%;
        max-width: 400px;
    }


}

/* Statistics section */

section.service-wrapper2 .serive-wrap {
    margin-left: 0;
    overflow: hidden;
}

section.service-wrapper2 {
    position: relative;
    padding: 50px 0 !important;
    background: #edf0ff;
}

section.service-wrapper2 .num-ser {
    font-size: 96px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff7d;
    position: absolute;
    bottom: 2px;
    left: 60px;
    z-index: 9999;
}

.stats-wrapper .stats-container {
    background: #2196f3;
    border-radius: 0px;
    padding: 40px;
    margin-bottom: 60px;
    color: #ffffff;
}

.stats-wrapper .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    text-align: center;
}

.stats-wrapper .stat-number {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.stats-wrapper .stat-text {
    font-size: 1rem;
}

/* Testimonials */
.testimonials {
    margin: 50px 0;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #2196f3;

}

section.client-saying-wrapper {
    padding-top: 0 !important;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.7em;
}

section.client-saying-wrapper {
    padding: 100px 0;
    padding-bottom: 20px;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2196f3;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.client-name {
    font-weight: 600;
    color: #011665;
}

.client-position {
    font-size: 0.85rem;
    color: #000000;
    opacity: 0.7;
}

/* CTA section */


/* End */

/* process start */

.process-section {
    padding: 100px 0;
    background-color: #ffffff;
    padding-top: 0;
}

.process-section h2 {
    color: #fff !important;
}
.process-section .process-step .head {
    display: flex;
    align-items: center;
    gap: 16px;
    display: inline-flex;
    background: #1d85e1;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 20px;
    margin-bottom: 0;
    width: 350px;
}

.process-section .process-step .head .step-number {
    background: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin: 0;
}

.process-section .process-step .head h4.step-title {
    color: #fff;
    margin: 0;
}
.process-section .process-step {
    background: #ffffff;
    border-radius: 10px;
    padding: 0;
    height: 100%;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}

.process-section .process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.process-section .step-number {
    width: 50px;
    height: 50px;
    background: #2196f3;
    /* replaced #2196f3 */
    color: #ffffff;
    /* replaced var(--white) */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.process-section .step-title {
    color: #011665;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
}

.process-section .step-description {
    color: #495057;
    line-height: 1.6;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    font-size: 20px;
}

.process-section .step-icon {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 150, 243, 0.1);
    border-radius: 50%;
}

.process-section .divider {
    position: relative;
    height: 2px;
    background: #2196f3;
    /* replaced #2196f3 */
    margin: 60px 0;
    opacity: 0.3;
}

.process-section .divider-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    /* replaced var(--white) */
    padding: 0 15px;
    color: #2196f3;
    /* replaced #2196f3 */
}

@media (max-width: 992px) {
    .process-section .process-step {
        margin-bottom: 30px;
    }

    .process-section .divider {
        display: none;
    }
}

section.We-Differ-wrapper {
    padding: 100px 0;
    padding-top: 0;
}

/* End */

/* Start */
.feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    border-bottom: 5px solid #2196f3 !important;
    display: flex
;
    align-items: center;
    gap: 20px;
    border: 2px solid #ddd;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

section.We-Differ-wrapper .row {
    row-gap: 20px;
}

section.We-Differ-wrapper .col-lg-4.col-md-6 {
    margin-bottom: 0;
}

section.Tax-Corporation {
    padding: 100px 0;
    background: #f2f8fd;
}

.feature-card p {
    height: auto;
    overflow: auto;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 150, 243, 0.1);
    border-radius: 50%;
    margin-bottom: 20px;
}

.feature-title {
    color: #011665;
    font-weight: 600;
    margin-bottom: 15px;
}

.divider {
    height: 2px;
    background: linear-gradient(90deg, #2196f3 0%, #011665 100%);
    margin: 60px 0;
    opacity: 0.5;
}

.suitability-list,
.difficulty-list {
    list-style-type: none;
    padding-left: 0;
}

.suitability-list li,
.difficulty-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.suitability-list li:before {
    content: '✓';
    color: #2196f3;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.difficulty-list li:before {
    content: '✗';
    color: #dc3545;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.partner-card {
    border-left: 4px solid #011665;
    padding-left: 20px;
}



section.Tax-Corporation .partner-img-wrap {
    width: 91%;
}

section.Tax-Corporation .partner-img-wrap img {
    width: 100%;
    border-radius: 20px;
}

section.Tax-Corporation .row {
    align-items: center;
}

.support-section {
    background-color: #ffffff;
    padding: 100px 0;
    padding-top: 0;
    padding-bottom: 40px;
}

.support-section .sec-title {
 background: linear-gradient(0deg, #2196f3, #011665);
    padding: 100px 0;
}

.support-section h2.split-heading {
    color: #fff;
}

.support-item {
    display: flex;
    align-items: flex-start;

    width: 48%;
    border: 1px solid #ffffff3b;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}

.support-icon {

    font-size: 1.5rem;
    margin-right: 15px;
    min-width: 30px;
}



section.support-section .support-item .support-icon {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #ffffff;
    font-size: 17px;
}

section.support-section .wrap-left {
    background: #ffffff00;

    border-radius: 0;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}


section.support-section .wrap-left {
    background: #ffffff00;

    border-radius: 0;
}

section.support-section .support-item h3 {
    color: #011665;
    font-size: 25px;
}

section.support-section .support-item p {
    color: #000000;
}

section.support-section .support-item i {
    background: #2196f3;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 100px;
    margin-right: 13px;
}

.card.Supporting-right {
    padding: 30px;
    border: none;
    border-radius: 16px;
    background: #f4faff;
}

section.support-section .row {
    align-items: center;
}

section.Suitable-For .sec-title {
    padding: 50px 100px;
     background: linear-gradient(0deg, #2196f3, #011665);
}

section.Suitable-For .sec-title h2 {
    color: #fff !important;
}

section.Suitable-For .sec-title p {
    color: #fff;
}

section.Suitable-For {
    padding: 100px 0;
    background: #f2f8fd;
    padding-top: 0;
}

section.Suitable-For .suitability-wrap {
    padding: 0px;
    border-radius: 20px;
    /* background: #fff; */
    margin-top: 50px;
}

section.Suitable-For .suitability-wrap i {
    color: #56ca56;
    font-size: 33px;
}

.difi-wrap.suitability-wrap i {
    color: red !important;
}

section.Suitable-For .suitability-wrap h3 {
    padding-bottom: 20px;
    font-size: 25px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}
section.Suitable-For p.Suitable-For-sub-head {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    border-top: 4px solid #062778;
}

.difi-wrap.suitability-wrap h3 {
    color: #011665;
}

.difi-wrap.suitability-wrap li {
    color: #000;
}

section.Suitable-For .row {
    align-items: start;
}

/* End */


/* Japnase-map */

.japanes-map-sec .description {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

.japanes-map-sec .maps-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.japanes-map-sec .map-section {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    transition: transform 0.3s ease;
}

.japanes-map-sec .map-section:hover {
    transform: translateY(-5px);
}

.japanes-map-sec .map-title {
    font-size: 22px;
    color: #2b4c7e;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #011665;
    text-align: center;
    font-weight: 600;
}

section.japanes-map-sec {
    padding: 100px 0;
}

.japanes-map-sec .map-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    background: #f8faff;
    height: 400px;
    border: 1px solid #e0e6ff;
}

.japanes-map-sec .map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Pin styling */
.japanes-map-sec .map-pin {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50% 50% 50% 0;
    background: #ff4d4d;
    transform: rotate(-45deg);
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.japanes-map-sec .map-pin::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    top: 6px;
    left: 6px;
}

.japanes-map-sec .map-pin:hover {
    transform: rotate(-45deg) scale(1.2);
    background: #ff2a2a;
}

.japanes-map-sec .pin-label {
    position: absolute;
    background: rgba(43, 76, 126, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%) translateY(-100%);
    top: -10px;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.japanes-map-sec .map-pin:hover .pin-label {
    opacity: 1;
}

/* Information box styling */
.japanes-map-sec .info-box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.japanes-map-sec .info-box.active {
    opacity: 1;
    visibility: visible;
}

.japanes-map-sec .info-title {
    font-size: 18px;
    color: #2b4c7e;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.japanes-map-sec .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
    transition: color 0.3s;
}

.japanes-map-sec .close-btn:hover {
    color: #ff4d4d;
}

.japanes-map-sec .info-content {
    font-size: 14px;
    color: #555;
}

/* Graph styling */
.japanes-map-sec .graph-container {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.japanes-map-sec .graph-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #2b4c7e;
    text-align: center;
    font-weight: 600;
}

.japanes-map-sec .bar-graph {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 200px;
    padding: 0 10px;
}

.japanes-map-sec .bar {
    width: 50px;
    background: linear-gradient(to top, #4b7bec, #2b4c7e);
    border-radius: 4px 4px 0 0;
    position: relative;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: height 0.5s ease;
}

.japanes-map-sec .bar-label {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.japanes-map-sec .bar-value {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    color: #2b4c7e;
}

/* Office list styling */
.japanes-map-sec .office-list {
    margin-top: 25px;
}

.japanes-map-sec .office-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.japanes-map-sec .office-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.japanes-map-sec .office-marker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.japanes-map-sec .office-info {
    flex-grow: 1;
}

.japanes-map-sec .office-name {
    font-weight: bold;
    color: #2b4c7e;
    font-size: 16px;
}

.japanes-map-sec .office-location {
    font-size: 14px;
    color: #666;
}


@media (max-width: 768px) {
    .japanes-map-sec .maps-container {
        flex-direction: column;
    }

    .map-section {
        min-width: 100%;
    }

    .japanes-map-sec .map-wrapper {
        height: 300px;
    }

    .japanes-map-sec .bar-graph {
        height: 180px;
    }

    .japanes-map-sec .bar {
        width: 40px;
    }
}



/* Start */
.achievements-section .achievement-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    border-top: 4px solid #2196f3;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.achievements-section .achievement-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, rgba(33, 150, 243, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: height 0.5s ease;
    z-index: 0;
}

.achievements-section .achievement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.achievements-section .achievement-card:hover:before {
    height: 100%;
}

.achievements-section .achievement-icon {
    background-color: rgba(33, 150, 243, 0.1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem !important;
    color: #2196f3;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.achievements-section .achievement-card:hover .achievement-icon {
    transform: scale(1.1);
    background-color: rgba(33, 150, 243, 0.15);
}

.achievements-section .achievement-card h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.achievements-section .achievement-card p {
    color: #666;
    position: relative;
    z-index: 1;
}

.achievements-section .highlight {
    color: #003087;
    font-weight: 600;
}

/* Alternating Timeline Styles */


.achievements-section {
    background-color: #f8f9fa;
}





@media (max-width: 768px) {

    .achievement-card {
        padding: 1.5rem;
    }
}

section.achievements-section.section-container {
    padding: 100px 0;
}

section.achievements-section.section-container {
    padding-top: 0 !important;
}

/* titmeline */
.timeline-container {
    position: relative;
    padding: 40px 0;
}

/* Vertical bar */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, #2196f3, #011665);
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-radius: 3px;
}

.history-section .timeline-item {
    padding: 20px 0;
    position: relative;
    width: 100%;
    min-height: 150px;
    padding-left: 40px;
}

.history-section .timeline-dot {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #011665;
    border: 5px solid #2196f3;
    border-radius: 50%;
    top: 32px;
    left: -13px;
    z-index: 2;
    box-shadow: 0 0 0 3px white;
}

.history-section .timeline-content {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.history-section .timeline-content:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-left: 4px solid #2196f3;
    transform: translateY(-5px);
}

.history-section .timeline-year {
    font-weight: 700;
    color: #011665;
    margin-bottom: 0.8rem;
    font-size: 1.25rem;
    display: inline-block;
    padding: 0.3rem 1rem;
    background: rgba(1, 22, 101, 0.08);
    border-radius: 20px;
}

.history-section .timeline-content h4 {
    color: #011665;
    margin-bottom: 0.8rem;
    font-weight: 600;
    font-size: 1.4rem;
}

.history-section .timeline-content p {
    color: #555;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

/* Image box styles */
.history-section .image-box {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.history-section .image-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.history-section .image-box:hover img {
    transform: scale(1.05);
}

.history-section .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 15px;
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .timeline-container::after {
        left: 15px;
    }

    .history-section .timeline-item {
        padding-left: 35px;
    }

    .history-section .timeline-dot {
        left: 2px;
    }

    .history-section .timeline-content {
        padding: 20px;
    }

    .history-section .sec-title h2 {
        font-size: 2rem;
    }
}

/* Animation for timeline items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.history-section .timeline-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.history-section .timeline-content {
    display: flex;
    gap: 20px;
}

.history-section .timeline-content .left {
    width: 58%;
}

section.history-section {
    padding-bottom: 50px;
}

section.history-section.section-container .sec-title {
    background: linear-gradient(0deg, #2196f3, #011665);
    padding: 50px;
    margin-bottom: 50px;
}

section.history-section.section-container .sec-title h2 {
    color: #fff;
}

.history-section .timeline-content .image-box {
    width: 40%;
}

.history-section .timeline-item:nth-child(1) {
    animation-delay: 0.1s;
}

.history-section .timeline-item:nth-child(2) {
    animation-delay: 0.2s;
}

.history-section .timeline-item:nth-child(3) {
    animation-delay: 0.3s;
}

.history-section .timeline-item:nth-child(4) {
    animation-delay: 0.4s;
}

.history-section .timeline-item:nth-child(5) {
    animation-delay: 0.5s;
}

/* Additional decorative elements */
.history-section .header-decoration {
    text-align: center;
    margin-bottom: 30px;
}

.history-section .header-decoration i {
    font-size: 2.5rem;
    color: #2196f3;
    margin: 0 15px;
}

/* ENd */


/* Newes Start */
.news-page .news-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.news-banner-img img {
    border-radius: 20px;
}

.news-page .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.news-page .category-badge {
    background: #2196f3;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.news-page .news-title {
    color: #011665;
    font-weight: 700;
    line-height: 1.3;
}

.news-page .news-title:hover {
    color: #2196f3;
}

.news-page .news-meta {
    color: #6c757d;
    font-size: 0.9rem;
}

.news-page .read-more {
    color: #2196f3;
    font-weight: 600;
    text-decoration: none;
}

.news-page .read-more:hover {
    text-decoration: underline;
}



.news-page .trending-badge {
    background: #ff4d4d;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
}

.news-page .share-icons a {
    color: #6c757d;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.news-page .share-icons a:hover {
    color: #2196f3;
}

.news-page .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}



.news-page .social-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    transition: background 0.3s;
}

.news-page .social-icon:hover {
    background: #2196f3;
}

/* News Detail Page Specific Styles */
.news-detail-header {
    background: linear-gradient(to right, #011665, #2196f3);
    color: white;
    padding: 100px 0;
    border-radius: 0 0 20px 20px;
    padding: 140px 0px 80px 0px;
}

.news-detail-page .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    justify-content: center;
}

.news-detail-page .post-by {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.news-detail-page .post-by p {
    margin: 0;
    padding: 0;
}

.news-detail-page .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.news-detail-page li.breadcrumb-item a {
    color: #fff !important;
}

.news-detail-page .breadcrumb-item.active {
    color: #50acfd;
}

.news-detail-page .share-icons {
    display: flex
;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.news-detail-page .share-icons a {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.news-detail-page .news-detail-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.news-detail-page .news-detail-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.news-detail-page .news-detail-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-detail-page .highlight-box {
    background: white;
    border-left: 4px solid #2196f3;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 30px 0;
}

.news-detail-page .step-number {
    width: 40px;
    height: 40px;
    background: #2196f3;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}

.news-detail-page .tag {
    display: inline-block;
    background: #f8f9fa;
    color: #495057;
    padding: 5px 15px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}






.news-detail-page .news-banner-img img {
    width: 100%;
    border-radius: 20px;
}

div#news-page .btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 100px !important;
    padding: 12px 30px !important;
}

.news-page .news-card p.card-text {
    padding: 10px 0px 20px 0px;
}

div#news-page .hero-section {
    background: linear-gradient(to right, #011665, #2196f3);
    color: white;
    padding: 100px 0;
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
}

section.tranding-news-wrapper {
    padding: 100px 0;
}

div#news-page .hero-section {
    padding: 140px 0px 80px 0px;
}

section.latest-news-wrapper {
    padding: 100px 0;
    background: #f4faff;
    padding-top: 0;
}

@media (max-width: 768px) {
    .news-detail-page .news-detail-title {
        font-size: 1.8rem;
    }

    .news-detail-page .section-title {
        font-size: 1.5rem;
    }

    div#news-page .hero-section {
        padding: 100px 0;
    }
}

/* End */

.blue-sec-title {
    background: linear-gradient(0deg, #2196f3, #011665);
    padding: 50px;
    margin-bottom: 100px;
    text-align: center;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blue-sec-title p {
    color: #fff;
}

.blue-sec-title h2 {
    font-size: 35px;
    color: #fff;
}
.blue-sec-title h2.japhead {
    font-size: 50px;
}
.blue-sec-title h3 {
    color: #fff;
    font-size: 35px;
}

button.cta-button span {
    border: 1px solid #ffffff1c;
    padding: 11px 22px;
    border-radius: 100px;
    margin-left: 10px;
    display: inline-block;
}

.cta-button-jap {
    display: inline-block;
    background: linear-gradient(to right, #1e88e5, #0d47a1);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
    position: relative;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.5s 1.8s ease-out forwards;
}

/* Floating icon */
.floating-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.floating-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #1e88e5, #2f9eff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(110, 142, 251, 0.5);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1001;
}

.floating-button i {
    color: white;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

.social-icons {
    position: absolute;
    bottom: 14px;
    right: 70px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    gap: 5px;
}

.social-icons.active {
    opacity: 1;
    visibility: visible;
}

.social-icon {
    border-radius: 6px;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: translateX(20px);
    opacity: 0;
    transition: all 0.4s 
ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 7px 12px;
    width: 105px;
}

.social-icons.active .social-icon {
    transform: translateX(0);
    opacity: 1;
}

.social-icon:nth-child(1) {
    transition-delay: 0.1s;
    background: linear-gradient(45deg, #25D366, #128C7E);
}

.social-icon:nth-child(2) {
    background: linear-gradient(45deg, #00b900, #00e500);
    transition-delay: 0.2s;
}

.social-icon:nth-child(3) {
    background: #1D558D;
    transition-delay: 0.3s;
}

.social-icon i {
    color: white;
    font-size: 20px;
}

.social-icon:hover {
    transform: scale(1.1) translateX(0) !important;
}

.tooltip {
    position: relative;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 0%);
    color: white;
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 1002;
}

.social-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
}.social-icon .tooltip img {
    height: 23px !important;
}

.instruction {
    margin-top: 20px;
    font-weight: 600;
    color: #6e8efb;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .floating-container {
        bottom: 20px;
        right: 20px;
    }

    .floating-button {
        width: 55px;
        height: 55px;
    }

    .social-icons {
        right: 60px;
        gap: 10px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .social-icons {
        right: 55px;
        gap: 8px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .social-icon i {
        font-size: 16px;
    }
}

/* End */
/* Cunsultation */

section.cunsultaion-wrapper {
    padding-bottom: 100px;
    text-align: center;
}

.cunsultaion-wrapper ul {
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 20px;
}

.cunsultaion-wrapper ul li {
    display: flex
;
    gap: 18px;
    padding-bottom: 16px;
    align-items: center;
    font-size: 20px;
}

.cunsultaion-wrapper ul li:last-child {
    padding: 0;
}

.cunsultaion-wrapper ul li i {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(45deg, #1e88e5, #2f9eff);
}

/* End */


/* Faq Page */
/* Category Styles */
.faq-page-section .category-section {
    margin-bottom: 60px;
    position: relative;
}

section.faq-page-section {
    padding: 100px 0;
}

.faq-page-section .category-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #011665;
    font-size: 1.8rem;
}

.faq-page-section .category-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #2196f3;
    border-radius: 3px;
}

.faq-page-section .category-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 25px;
    font-weight: 400;
}

/* Accordion Styles */
.faq-page-section .accordion {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.faq-page-section .accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
}

.faq-page-section .accordion-item:last-of-type {
    border-bottom: none;
}

.faq-page-section .accordion-button {
    background-color: #f8f9fa;
    padding: 20px 25px;
    font-weight: 600;
    color: #011665;
    border: none;
    box-shadow: none;
    position: relative;
    transition: all 0.3s ease;
}

.faq-page-section .accordion-button:not(.collapsed) {
    background-color: #e3f2fd;
    color: #011665;
    box-shadow: none;
}

.faq-page-section .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-page-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23011665'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.faq-page-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23011665'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-page-section .accordion-body {
    padding: 25px;
    background-color: #fff;
    line-height: 1.7;
}

.faq-page-section .question-icon {
    color: #2196f3;
    margin-right: 15px;
    font-size: 1.2rem;
}

.faq-page-section .highlight {
    color: #2196f3;
    font-weight: 600;
}

/* Contact Section */
.faq-page-section .contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    margin-top: 50px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.faq-page-section .contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%232196f3" fill-opacity="0.03" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,197.3C1248,213,1344,203,1392,197.3L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: bottom;
}

.faq-page-section .contact-content {
    position: relative;
    z-index: 1;
}

.faq-page-section .contact-title {
    color: #011665;
    font-weight: 600;
    margin-bottom: 20px;
}

.faq-page-section .contact-description {
    color: #555;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.faq-page-section .contact-buttons .btn {
    margin: 5px 10px 5px 0;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-page-section .contact-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.faq-page-section .btn-line {
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: white;
    border: none;
}

.faq-page-section .btn-whatsapp {
    background: linear-gradient(45deg, #00b900, #00e500);
    color: white;
    border: none;
}

.faq-page-section .btn-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    border: none;
}

.faq-page-section .btn-email {
    background: #1D558D;
    color: white;
    border: none;
}

/* Footer */
.faq-page-section .faq-footer {
    background-color: #011665;
    color: white;
    padding: 30px 0;
    margin-top: 60px;
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

    .faq-page-section .category-title {
        font-size: 1.5rem;
    }

    .faq-page-section .accordion-button {
        padding: 15px 20px;
        font-size: 0.95rem;
    }

    .faq-page-section .accordion-body {
        padding: 20px;
    }

    .faq-page-section .contact-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Animation for accordion */
.faq-page-section .accordion-collapse {
    transition: all 0.3s ease;
}



/* End */
/* Case Study start */
/* Header Styles */
.case-study-wrapper .cases-header {
    background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
    color: white;
    padding: 80px 0 60px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.case-study-wrapper .cases-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23011665" fill-opacity="1" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,197.3C1248,213,1344,203,1392,197.3L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: bottom;
    opacity: 0.1;
}

.case-study-wrapper .cases-header .container {
    position: relative;
    z-index: 1;
}



.case-study-wrapper .cases-header .lead {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0;
}

/* Case Study Cards */
.case-study-wrapper .case-study {
    margin-bottom: 0;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    padding: 100px 0;
}



.case-study-wrapper .case-header {
    background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
    color: white;
    padding: 25px 30px;
    position: relative;
}

.case-study-wrapper .case-number {
    position: absolute;
    top: 0;
    right: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0 0 10px 10px;
    padding: 8px 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.case-study-wrapper .case-header h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.case-study-wrapper .case-header .industry {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.case-study-wrapper .case-body {
    padding: 0;
}

.case-study-wrapper .company-info {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case-study-wrapper .company-size {
    font-weight: 600;
    color: #011665;
}

.case-study-wrapper .challenges-results {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.case-study-wrapper .challenges,
.case-study-wrapper .results {
    flex: 1;
    min-width: 300px;
}

.case-study-wrapper .section-title {
    color: #011665;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2196f3;
    display: flex;
    align-items: center;
}

.case-study-wrapper .section-title i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.case-study-wrapper .challenges .section-title {
    color: #d32f2f;
    border-bottom-color: #d32f2f;
}

.case-study-wrapper .results .section-title {
    color: #2e7d32;
    border-bottom-color: #2e7d32;
}

.case-study-wrapper .bullet-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.case-study-wrapper .bullet-list li {
    margin-bottom: 10px;
    position: relative;
}

.case-study-wrapper .bullet-list li:before {
    content: "•";
    color: #2196f3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.case-study-wrapper .highlight {
    color: #2196f3;
    font-weight: 600;
}

/* Stats Section */
.case-study-wrapper .stats-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 100px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.case-study-wrapper .case-study:nth-child(even) {
    background: #f4f4f4;
    border-radius: 0;
}

.case-study-wrapper .stats-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%232196f3" fill-opacity="0.03" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,197.3C1248,213,1344,203,1392,197.3L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: bottom;
}

.case-study-wrapper .stats-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.case-study-wrapper .stats-title {
    color: #011665;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.case-study-wrapper .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.case-study-wrapper .stat-item {
    background: white;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.case-study-wrapper .stat-icon {
    font-size: 2.5rem;
    color: #2196f3;
    margin-bottom: 15px;
}

.case-study-wrapper .stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #011665;
    margin-bottom: 10px;
}

.case-study-wrapper .stat-text {
    color: #666;
    font-size: 1.1rem;
}

/* CTA Section */
.case-study-wrapper .cta-section {
    background-color: #011665;
    color: white;
    padding: 60px 0;
    border-radius: 15px;
    margin: 60px 0;
    text-align: center;
}

.case-study-wrapper .cta-title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.case-study-wrapper .cta-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.case-study-wrapper .cta-buttons .btn {
    margin: 0 10px 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.case-study-wrapper .btn-primary {
    background-color: #2196f3;
    border: none;
}

.case-study-wrapper .btn-outline-light {
    border: 2px solid white;
}

.case-study-wrapper .btn-primary:hover,
.case-study-wrapper .btn-outline-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Footer */
.case-study-wrapper .cases-footer {
    background-color: #f8f9fa;
    padding: 30px 0;
    margin-top: 60px;
    text-align: center;
    color: #666;
}

/* Responsive Adjustments */
@media (max-width: 768px) {


    .case-study-wrapper .cases-header .lead {
        font-size: 1.1rem;
    }

    .case-study-wrapper .case-header h2 {
        font-size: 1.5rem;
    }

    .case-study-wrapper .case-number {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }

    .case-study-wrapper .challenges-results {
        flex-direction: column;
    }

    .case-study-wrapper .challenges,
    .case-study-wrapper .results {
        min-width: 100%;
    }

    .case-study-wrapper .stats-title {
        font-size: 1.8rem;
    }

    .case-study-wrapper .cta-title {
        font-size: 1.8rem;
    }

    .case-study-wrapper .cta-buttons .btn {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }
}

/* Animation for elements */
.case-study-wrapper .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.case-study-wrapper .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* End */



/* Contact Us css */



.contact-page-wrapper .page-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.contact-page-wrapper .page-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #2196f3, #011665);
    margin: 20px auto 0;
    border-radius: 2px;
}

.contact-page-wrapper .page-title {
    color: #011665;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.contact-page-wrapper .page-subtitle {
    color: #5a6c7d;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.contact-page-wrapper .contact-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 35px 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
}

.contact-page-wrapper .contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #2196f3, #011665);
}

.contact-page-wrapper .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.contact-page-wrapper .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2196f3, #0d47a1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 1.8rem;
    box-shadow: 0 4px 10px rgba(33, 150, 243, 0.3);
}

.contact-page-wrapper .card-title {
    color: #011665;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.contact-page-wrapper .card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #2196f3;
}

.contact-page-wrapper .contact-detail {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-page-wrapper .contact-detail i {
    color: #2196f3;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 1.1rem;
}

.contact-page-wrapper .contact-detail strong {
    color: #011665;
    font-weight: 600;
}

.contact-page-wrapper .certification-badge {
    max-width: 100px;
    height: auto;
    margin-top: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

section.contact-details-wrap {
    padding: 100px 0;
}

section.contact-form-wrap {
    padding: 100px 0;
    background: #f6f6f6;
    padding-top: 0;
}

.contact-page-wrapper .certification-badge:hover {
    transform: scale(1.02);
}

.contact-page-wrapper .form-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 40px;

    position: relative;
    overflow: hidden;
}

.contact-page-wrapper .form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #2196f3, #011665);
}

.contact-page-wrapper .form-title {
    color: #011665;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
}

.contact-page-wrapper .form-label {
    font-weight: 600;
    color: #011665;
    margin-bottom: 8px;
    display: block;
}

.contact-page-wrapper .required::after {
    content: " *";
    color: #e74c3c;
}

.contact-page-wrapper .form-control,
.contact-page-wrapper .form-select {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.contact-page-wrapper .form-control:focus,
.contact-page-wrapper .form-select:focus {
    border-color: #2196f3;
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.15);
}

.contact-page-wrapper .privacy-section {
    margin-top: 40px;
    background-color: #f8fafc;
    padding: 25px;
    border-radius: 8px;
    border-left: 4px solid #2196f3;
}

.contact-page-wrapper .privacy-title {
    color: #011665;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.contact-page-wrapper .scroll-box {
    max-height: 300px;
    overflow-y: auto;
    padding: 20px;
    background-color: white;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.contact-page-wrapper .scroll-box h4 {
    color: #011665;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.contact-page-wrapper .scroll-box h4:first-child {
    margin-top: 0;
}

.contact-page-wrapper .scroll-box p {
    margin-bottom: 15px;
}

.contact-page-wrapper .scroll-box a {
    color: #2196f3;
    text-decoration: none;
}

.contact-page-wrapper .scroll-box a:hover {
    text-decoration: underline;
}

.contact-page-wrapper .form-check {
    margin-bottom: 25px;
}

.contact-page-wrapper .form-check-input:checked {
    background-color: #2196f3;
    border-color: #2196f3;
}




.contact-page-wrapper .section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e6ed, transparent);
    margin: 50px 0;
}

@media (max-width: 992px) {
    .contact-page-wrapper .contact-container {
        padding: 30px 15px;
    }

    .contact-page-wrapper .page-title {
        font-size: 2rem;
    }

    .contact-page-wrapper .form-container {
        padding: 30px 25px;
    }
}

@media (max-width: 768px) {
    .contact-page-wrapper .page-title {
        font-size: 1.8rem;
    }

    .contact-page-wrapper .contact-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    .contact-page-wrapper .form-container {
        padding: 25px 20px;
    }

    .contact-page-wrapper .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Custom scrollbar for privacy policy */
.contact-page-wrapper .scroll-box::-webkit-scrollbar {
    width: 8px;
}

.contact-page-wrapper .scroll-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.contact-page-wrapper .scroll-box::-webkit-scrollbar-thumb {
    background: #2196f3;
    border-radius: 4px;
}

.contact-page-wrapper .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #011665;
}

/* End */
/* Career start */

/* Career */
.career-sec .hero-section {
    background: linear-gradient(to right, #011665, #2196f3);
    color: white;
    padding: 100px 0;
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
}

div#career-sec .hero-section button.btn.btn-light.btn-lg {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 10px !important;
    padding: 12px 30px !important;
}

div#career-sec .hero-section button.btn.btn-light.btn-lg:hover {
    background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

div#career-sec .hero-section .category-badge {
    background: #2196f3;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.career-wrapper {
    padding: 100px 0;
    padding-bottom: 0;
}

.career-sec .hero-section {
    padding: 140px 0px 80px 0px;
}


.career-sec .position-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 2rem;
}

.career-sec .position-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.career-sec .position-card .card-header {
    background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
    color: white;
    padding: 1.5rem;
    border-bottom: none;
}

.career-sec .position-card .card-body {
    padding: 2rem;
}

.career-sec .btn-primary {
    display: inline-block;
    background: linear-gradient(to right, #1e88e5, #0d47a1);
    color: white;
    padding: 16px 42px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(30, 136, 229, 0.3);
    position: relative;
    overflow: hidden;
}

.career-sec .btn-primary:hover {
    background-color: #2196f3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
}

.career-sec .btn-outline-primary {
    color: #011665;
    border-color: #011665;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.career-sec .btn-outline-primary:hover {
    background-color: #011665;
    color: white;
    transform: translateY(-2px);
}

.career-sec .highlight-blue {
    color: #2196f3;
    font-weight: 600;
}

.career-sec .benefit-icon {
    color: #2196f3;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.career-sec .testimonial-card {
    background: #e8f4ff;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    margin-bottom: 0;
    border-left: 5px solid #2196f3;
}

section.career-testi-sec {
    padding-bottom: 50px;
}

.career-sec .testimonial-card p {
    padding: 0px 24px;
}

.career-sec .testimonial-card:before {
    content: '"';
    font-size: 5rem;
    color: #2196f3;
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.career-sec .nav-pills .nav-link {
    padding: 15px 25px;
    border-radius: 8px;
    margin: 0 10px 10px 0;
    font-weight: 600;
    color: #011665;
    background-color: #e8f4ff;
    transition: all 0.3s;
}

.career-sec .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.career-sec .stat-box {
    background: #e8f4ff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.career-sec .stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.career-sec .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #011665;
    margin-bottom: 0.5rem;
}

.career-sec .apply-section {
    background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
    color: white;
    padding: 4rem 0;

    margin: 4rem 0;
    margin-bottom: 0;
}

.career-sec .feature-icon {
    width: 60px;
    height: 60px;
    background: #e8f4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #2196f3;
    font-size: 1.5rem;
}

.career-sec .requirement-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.career-sec .requirement-icon {
    color: #2196f3;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 3px;
}

section.career-training-sec {
    background: #e8f4ff6b;
    padding: 0;
}

.career-sec .future-section {
    background-color: #e8f4ff;
    padding: 40px;
    border-radius: 20px;
    margin: 4rem 0;
}.career-sec section.common-requirements-sec  .card-body {
    border: none !important;
}
.career-sec section.common-requirements-sec {
    padding-bottom: 50px;
}

.career-sec   .position-card.card {
    padding: 0;
    margin: 0;
}

section.career-training-sec {
    background: #e8f4ff6b;
    padding: 50px;
    margin-top: 50px;
}.career-sec .position-card .card-header p {
    margin-bottom: 20px !important;
}

.career-sec .position-card .card-body p {
    margin-bottom: 15px;
}

.career-sec .position-card .card-body ul li {
    padding: 7px 0;
}

.career-sec .position-card .card-body ul {
    margin-bottom: 20px;
}

.career-sec section.professional-certifications-sec .card {
    border: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
}section.future-accounting-sec h2.text-center {
    padding-bottom: 40px;
}

.career-sec section.professional-certifications-sec .card li {
    padding: 10px 0;
}
.career-sec section.common-requirements-sec  .card {
    border: none;
    border-radius: 10px;
    padding: 20px;
}

.career-sec .future-section img.img-fluid.Collaboration {
    border-radius: 20px;
}

.career-sec .training-section {
    background: linear-gradient(to right, #011665 0%, #2196f3 100%);
    color: white;
    padding: 3rem;
    border-radius: 20px;
    margin: 0;
}

/* End */


/* Start */
.security-basic-policy {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
        
        .security-basic-policy .header-section {
            background-color: #1e3a8a;
            color: #fff;
            padding: 30px;
            border-radius: 8px;
            margin-bottom: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .security-basic-policy .header-section h1 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .security-basic-policy .header-section .meta-info {
            font-size: 0.9rem;
            opacity: 0.9;
        }
        
        .security-basic-policy .policy-section {
            background-color: #fff;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 25px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            border-left: 4px solid #2196F3;
        }
        
        .security-basic-policy .policy-section h2 {
            color: #1e3a8a;
            font-size: 1.5rem;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .security-basic-policy .policy-section h3 {
            color: #2196F3;
            font-size: 1.2rem;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        .security-basic-policy .code-of-conduct-item {
            margin-bottom: 15px;
            padding-left: 35px;
            position: relative;
        }
        
        .security-basic-policy .code-of-conduct-item i {
            position: absolute;
            left: 0;
            top: 3px;
            color: #2196F3;
            font-size: 1.2rem;
        }
        
        .security-basic-policy .disclosure-section {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 25px;
            margin-top: 30px;
            border-top: 2px solid #1e3a8a;
        }
        
        .security-basic-policy .signature-section {
            text-align: right;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #dee2e6;
        }
        
        .security-basic-policy .signature-section h4 {
            color: #1e3a8a;
            margin-bottom: 5px;
        }
        
       .security-basic-policy .icon-container {
    display: flex
;
    justify-content: center;
    margin: 0px 0px 40px 0px;
}
        
        .security-basic-policy .security-icon {
            width: 80px;
            height: 80px;
            background-color: #2196F3;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin: 0 15px;
        }
        
        @media (max-width: 768px) {
            .security-basic-policy .header-section h1 {
                font-size: 1.5rem;
            }
            
            .security-basic-policy .policy-section {
                padding: 15px;
            }
            
            .security-basic-policy .code-of-conduct-item {
                padding-left: 30px;
            }
        }.text-primary {
    --bs-text-opacity: 1;
    color: rgb(33 150 243) !important;
}
/* End */

/* News List Page start */
.news-section-list-wrapper {
    background-color: #f5f5f5;
    padding: 100px 0px;
    min-height: 100%;
}
        .news-section-list-wrapper .filter-section {
            display: flex;
            justify-content: flex-end;
            gap: 15px;
            margin-bottom: 20px;
        }

        .news-section-list-wrapper .filter-dropdown {
            position: relative;
        }

        .news-section-list-wrapper .filter-dropdown select {
            padding: 8px 35px 8px 15px;
            border: 2px solid #2196f3;
            border-radius: 4px;
            background-color: white;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            cursor: pointer;
            appearance: none;
            min-width: 180px;
        }

        .news-section-list-wrapper .filter-dropdown::after {
          
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #2196f3;
            font-size: 10px;
            pointer-events: none;
        }

        .news-section-list-wrapper .filter-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 15px;
            background-color: #2196f3;
            color: white;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
        }

        .news-section-list-wrapper .filter-label .icon {
            width: 0;
            display: none;
            height: 0;
            border-style: solid;
            border-width: 6px 5px 0 5px;
            border-color: white transparent transparent transparent;
        }

       .news-section-list-wrapper .news-item {
    background-color: white;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s 
ease;
    border-radius: 10px;
    border-bottom: 4px solid #2196f3;
}
        .news-section-list-wrapper .news-item:hover {
            background-color: #f8f9fa;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        }

     .news-section-list-wrapper .news-header {
    background-color: #f8f9fb;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    transition: background-color 0.2s 
ease;
}
        .news-section-list-wrapper .news-header:hover {
            background-color: #e8f4fd;
        }

        .news-section-list-wrapper .news-item:first-child .news-header {
            background-color: white;
            border-bottom: 1px solid #e0e0e0;
        }

        .news-section-list-wrapper .news-item:first-child .news-header:hover {
            background-color: #f8f9fa;
        }

     .news-section-list-wrapper .news-date {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    min-width: 300px;
}

     .news-section-list-wrapper .news-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    flex: 1;
    text-decoration: none;
    transition: color 0.2s 
ease;
}
        .news-section-list-wrapper .news-header:hover .news-title {
            color: #2196f3;
        }

        .news-section-list-wrapper .news-body {
            padding: 25px 30px;
            background-color: white;
        }

        .news-section-list-wrapper .info-box {
            background-color: #fff;
            border: 2px solid #e0e0e0;
            border-radius: 0;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .news-section-list-wrapper .info-icon {
            font-size: 18px;
            color: #333;
            font-weight: bold;
        }

        .news-section-list-wrapper .info-text {
            font-size: 13px;
            color: #333;
            margin: 0;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .news-section-list-wrapper .filter-section {
                flex-direction: column;
            }

            .news-section-list-wrapper .filter-dropdown select {
                width: 100%;
            }

            .news-section-list-wrapper .news-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
        }

        /* Pagination Styles */
        .news-section-list-wrapper .pagination-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
            padding: 20px 0;
        }

        .news-section-list-wrapper .pagination {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .news-section-list-wrapper .pagination-item {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .news-section-list-wrapper .pagination-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 36px;
            height: 36px;
            padding: 0 12px;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            text-decoration: none;
            background-color: white;
            border: 1px solid #ddd;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .news-section-list-wrapper .pagination-link:hover {
            background-color: #f0f0f0;
            border-color: #2196f3;
            color: #2196f3;
        }

        .news-section-list-wrapper .pagination-link.active {
            background-color: #2196f3;
            color: white;
            border-color: #2196f3;
            font-weight: 600;
        }

        .news-section-list-wrapper .pagination-arrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            font-size: 16px;
            color: #2196f3;
            background-color: white;
            border: 1px solid #ddd;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .news-section-list-wrapper .pagination-arrow:hover {
            background-color: #e8f4fd;
            border-color: #2196f3;
        }

        .news-section-list-wrapper .pagination-arrow.disabled {
            color: #ccc;
            cursor: not-allowed;
            pointer-events: none;
        }

        .news-section-list-wrapper .pagination-dots {
            padding: 0 8px;
            color: #666;
            font-weight: bold;
        }

        .news-section-list-wrapper .pagination-last {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 36px;
            padding: 0 12px;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            background-color: white;
            border: 1px solid #ddd;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .news-section-list-wrapper .pagination-last:hover {
            background-color: #f0f0f0;
            border-color: #2196f3;
            color: #2196f3;
        }
/* End */

/* Case Study Details */
  

      .case-study-sec-wrapper {
    padding: 100px 0;
}

        .case-study-sec-wrapper .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 350px;
            gap: 40px;
            align-items: start;
        }

        .case-study-sec-wrapper .main-content {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .case-study-sec-wrapper .sidebar {
            position: sticky;
            top: 20px;
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
        }

        .case-study-sec-wrapper .company-info {
            background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
            color: white;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .case-study-sec-wrapper .company-icon {
            width: 100px;
            height: 100px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: #2196f3;
            flex-shrink: 0;
        }

        .case-study-sec-wrapper .company-details h2 {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .case-study-sec-wrapper .detail-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            font-size: 1rem;
        }

        .case-study-sec-wrapper .detail-item i {
            margin-right: 12px;
            width: 20px;
        }

        .case-study-sec-wrapper .detail-item strong {
            margin-right: 8px;
        }

        .case-study-sec-wrapper .section {
            padding: 40px;
        }

        .case-study-sec-wrapper .section-title {
            font-size: 1.8rem;
            color: #011665;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid #2196f3;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .case-study-sec-wrapper .section-title i {
            color: #2196f3;
        }

        .case-study-sec-wrapper .background-box {
            background: #f8f9fa;
            border-left: 4px solid #2196f3;
            padding: 25px;
            border-radius: 8px;
            margin-bottom: 30px;
        }

        .case-study-sec-wrapper .background-box p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333;
        }

        .case-study-sec-wrapper .challenge-item,
        .case-study-sec-wrapper .result-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .case-study-sec-wrapper .challenge-item:hover,
        .case-study-sec-wrapper .result-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .case-study-sec-wrapper .challenge-item {
            border-left: 4px solid #011665;
        }

        .case-study-sec-wrapper .result-item {
            border-left: 4px solid #2196f3;
            background: linear-gradient(to right, #e3f2fd 0%, #f8f9fa 100%);
        }

        .case-study-sec-wrapper .challenge-item i {
            color: #011665;
            margin-right: 15px;
            margin-top: 3px;
            font-size: 1.2rem;
        }

        .case-study-sec-wrapper .result-item i {
            color: #2196f3;
            margin-right: 15px;
            margin-top: 3px;
            font-size: 1.2rem;
        }

        .case-study-sec-wrapper .challenge-item p,
        .case-study-sec-wrapper .result-item p {
            flex: 1;
            font-size: 1.05rem;
            line-height: 1.6;
        }

        .case-study-sec-wrapper .sidebar h3 {
            font-size: 1.4rem;
            color: #011665;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #2196f3;
        }

        .case-study-sec-wrapper .info-card {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid #e0e0e0;
        }

        .case-study-sec-wrapper .info-card-title {
            font-weight: 600;
            color: #011665;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.05rem;
        }

        .case-study-sec-wrapper .info-card-title i {
            color: #2196f3;
        }

        .case-study-sec-wrapper .info-card-content {
            color: #555;
            line-height: 1.6;
        }

        .case-study-sec-wrapper .cta-box {
            background: linear-gradient(135deg, #011665 0%, #2196f3 100%);
            color: white;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            margin-top: 30px;
        }

        .case-study-sec-wrapper .cta-box h4 {
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        .case-study-sec-wrapper .cta-button {
            background: white;
            color: #2196f3;
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .case-study-sec-wrapper .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 1024px) {
            .case-study-sec-wrapper .content-wrapper {
                grid-template-columns: 1fr;
            }

            .case-study-sec-wrapper .sidebar {
                position: static;
            }

            .case-study-sec-wrapper .company-info {
                flex-direction: column;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .case-study-sec-wrapper .page-header h1 {
                font-size: 2rem;
            }

            .case-study-sec-wrapper .section {
                padding: 25px;
            }

            .case-study-sec-wrapper .section-title {
                font-size: 1.5rem;
            }

            .case-study-sec-wrapper .company-icon {
                width: 80px;
                height: 80px;
                font-size: 2.5rem;
            }
        }
/* End */

.lang-item a {
    background: #ffffff82;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-top: 6px;
    border: 2px dashed #61a1ff;
}

.lang-item a img {
    width: 43px !important;
    height: 15px !important;
    border-radius: 100px;
    min-width: 15px !important;
}.cta-button br {
    display: none;
}.career-sec .hero-section a.btn.btn-light.btn-lg:hover {
    background: #2094f0;
    border-color: #2094f0;
    color: #fff;
}
.career-sec .hero-section a.btn.btn-light.btn-lg {
    border-radius: 100px;
}.career-sec .position-card h4.section-title {
    margin-bottom: 30px;
}.cta-button a {
    color: #fff;
}.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(30, 136, 229, 0.4);
    color: #fff;
}.contact-page-wrapper .form-check br {
    display: none;
}.contact-page-wrapper br {
    display: none;
}

section.default-page-wrapper {
    padding: 100px;
}section.default-page-wrapper p {
    padding-bottom: 20px;
}

section.default-page-wrapper  ol li {
    padding: 10px 0;
    margin: 0;
    list-style: decimal;
}

.navbar-expand-lg .navbar-nav {

    align-items: center;
}section.service-wrapper {
    OVERFLOW: HIDDEN;
}.inner-page nav.navbar.navbar-expand-lg {
    background: #0e489c !important;
}