* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets2/fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets2/fonts/Proxima\ Nova\ Alt\ Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets2/fonts/Proxima\ Nova\ Black.otf.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

html,
body {
    width: 100%;
    font-family: 'Proxima Nova', sans-serif;
    overflow-x: hidden;
}

header {
    background: #226887;
}

section {
    /* margin-top: 80px; */
}

/* .navbar-brand img{
    width: 200px;
} */

.nav-link {
    font-weight: 600;
    color: #fff;
}

.style-script-regular {
    font-family: "Style Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.banner {
    margin-top: 0;
    background: url(../croccle_images/banner.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 90vh;
    position: relative;
    z-index: 0;
}

/* .banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000003f;
    z-index: -1;
} */

.banner-content-wrap {
    color: #fff;
    padding: 120px 0;
      /* font-family: "Montserrat", sans-serif; */
}

.banner-content-wrap h1 {
    font-size: 30px;
    /* padding-left: 20px; */
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    margin-bottom: 1.5rem;
    font-style: italic;
}
.banner-content-wrap h1 span{
    font-weight: 700;
    font-size: 36px;
    font-style: normal;
}
.banner-content-wrap h3 {
    font-size: 35px;
    font-weight: 600;
    /* padding-left: 20px; */
    color: #fff;
    margin-top: 1rem;
      /* font-family: "Montserrat", sans-serif; */
      font-style: italic;
}

.banner-content-wrap h3 span {}
.section-title__title span{
    color: #226887;
}
.ribbon {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #4A9FBD;
    padding: .5rem 1rem;
    background: rgba(0, 0, 0, 0.25);
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border-radius:0 8px 8px 8px;
                border: 1px solid #4A9FBD;
                text-align: center;
                line-height: 1.3;
    /* margin-left: -50px; */
    /* margin-top: 2rem; */
    /* box-shadow: 2px 2px 4px #00000079; */
      /* font-family: "Montserrat", sans-serif; */
}
.ribbon span{
    font-size: 25px;
    /* background: #226887; */
    /* padding: 5px 10px 0 10px; */
}
.ribbon {
    /* --s: 1.8em;
    --d: .8em;
    --c: .8em;
    padding: 0 var(--c) var(--d) calc(var(--s) + .5em);
    line-height: 1.4;
    background: conic-gradient(at left var(--s) bottom var(--d), #0000 25%, #0008 0 37.5%, #0004 0);
    clip-path: polygon(calc(100% - var(--c)) 0, var(--s) 0, var(--s) var(--d), 0 var(--d), var(--c) calc(50% + var(--d)/2), 0 100%, calc(var(--s) + var(--d)) 100%, calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(100% - var(--c)) calc(100% - var(--d)), 100% calc(50% - var(--d)/2));
    background-color: #4A9FBD; */
    width: fit-content;
}

p {
    margin: 0;
    padding: 0;
    color: #444;
}

.admiopen p {
    font-size: 22px;
    /* text-transform: uppercase; */
    /* margin-left: 1rem; */
    /* margin: 0 auto; */
    /* margin-bottom: 2.5rem; */
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    text-align: center;
    background-color: #FDCE08;
    width: fit-content;
    padding: .5rem 2.5rem;
    font-weight: 600;
    padding-top: 1rem;
    color: #000;
    box-shadow: 2px 2px 4px #00000079;
    border-bottom: 1px solid #4A9FBD;

    /* border: 1px solid;
    border-color: #226887; */
}
.admiopen span{
    font-size: 28px;
    font-weight: 600;
    border-top: 1px solid #eee;
}
.whychose {
    background: #ddd;
}

.whychose ul {
    /* background: #fff; */
    padding: 10px;
    /* margin-bottom: -2.5rem;
    z-index: 999; */
}

.whychose img {
    width: 100%;
    align-self: flex-end;
}

.why-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.whychose li {
    position: relative;
    display: flex;
    align-items: center;
    /* background-image: -moz-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%); */
    /* padding: 10px; */
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #444;
}

.flex-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    /* margin-bottom: 10px; */
    /* optional spacing between items */
}

.flex-container i {
    font-size: 1.5rem;
    color: #4A9FBD;
    /* your primary color */
    margin-top: 2px;
    width: 15%;
}

.flex-container span:first-child {
    width: 12%;
    /* min-width: 30px; */
    /* Optional: ensures icons don’t get too small */
    /* text-align: center; */
}

.flex-container span:last-child {
    flex: 1;
}

#mainTabContent .col-xl-2 {
    width: 20%;
}

.countries-one {
    position: relative;
    z-index: 0;
}

.countries-one::before {
    content: '';
    background-image: url(https://img.freepik.com/free-vector/paper-style-white-monochrome-background_23-2149022430.jpg?t=st=1744874716~exp=1744878316~hmac=9e5b2731bf002c7f06a873ef1fa262a37a1bf4e5768adad37a907decd407976a&w=996);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .1;
}

#mainTab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
}

#mainTab li {
    width: 24%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

#mainTab li .nav-link:hover {
    border: none;
}

#mainTab li .nav-link {
    color: #000;
    border: none;
    width: 100%;
}

#mainTab li .nav-link.active {
    background: #226887;
    color: #fff;
    border-radius: 50px;
}

/* General Nav Pills Styling */
.nav-pills {
    width: 100%;
    justify-content: center;
}

.nav-pills .nav-link {
    color: #666;
    /* Soft gray text */
    background-color: #f5f5f5;
    /* Light gray background */
    border: 1px solid #ddd;
    /* Subtle border */
    margin: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 20px;
}

.countries-one .tab-content {
    margin-top: 3rem;
}

/* Active Tab */
.nav-pills .nav-link.active {
    background-color: #4A9FBD;
    color: #fff;
    border-color: #4A9FBD;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(74, 159, 189, 0.2);
}

/* Hover Effect */
.nav-pills .nav-link:hover {
    background-color: #e2e2e2;
    color: #333;
}

/* Responsive tweaks if needed */
@media (max-width: 767px) {
    .nav-pills .nav-link {
        width: 100%;
        text-align: center;
    }
}

.recruiters .item img {
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    background: #fff;
    height: 100%;
}

.recruiters .owl-carousel .item {
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 70px;
}

.companyLogos {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.companyLogos .logo {
    width: 15%;
    height: 70px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    padding: .5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#mous {
    padding: 80px;
}

.companyLogos .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.entrepreneur-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    z-index: 0;
}
.entrepreneur-section::before{
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #000000d8;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.entrepreneur-section  .section-title {
    z-index: 999;
    position: relative;
}
.entrepreneur-section  .section-title p{
    z-index: 999;
    position: relative;
    font-size: 20px;
}

.hero-message h2 {
    font-size: 34px;
    font-weight: 700;
    /* color: #004d4d; */
}

.hero-message h2 span {
    /* color: #226887; */
}

.hero-message p {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.mou-logos-scroll {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    z-index: 9;
    position: relative;
}

.mou-logos-scroll img {
    width: 100px;
    /* filter: grayscale(100%); */
    /* opacity: 0.9; */
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background: #fff;
    height: 70px;
    object-fit: contain;
    padding: .5rem;
    border-radius: 8px;

}

/* .mou-logos-scroll img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
} */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: 0.3s ease;
    border-left: 5px solid #226887;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card i {
    font-size: 36px;
    color: #226887;
    margin-bottom: 15px;
}

.stat-card h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.stat-card p {
    font-size: 14px;
    /* color: #666; */
}

.accent-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    /* max-width: 400px; */
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
}

.accent-bg img {
    width: 100%;
    height: auto;
}

.countries-three__main-tab-box .tabs-content .tab.active-tab {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.countries-three__main-tab-box .tabs-content .tab.active-tab::-webkit-scrollbar {
    width: 5px;
}

.countries-three__main-tab-box .tabs-content .tab.active-tab::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(1) {
    left: -25px;
    bottom: 70px;
    /* moved higher */
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(2) {
    bottom: 198px;
    left: -15px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(3) {
    top: 90px;
    left: 65px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(4) {
    top: -0px;
    left: 25%;
    transform: translateX(-25%);
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(5) {
    top: -28px;
    left: 60%;
    transform: translateX(-60%);
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(6) {
    top: 8px;
    right: 145px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(7) {
    right: 38px;
    top: 90px;
    /* moved higher */
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(8) {
    bottom: 198px;
    right: -15px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(9) {
    right: -18px;
    bottom: 70px;
    /* moved higher */
}

.footer {
    /* --mask:
        radial-gradient(34.99px at 50% 48px, #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%,
        radial-gradient(34.99px at 50% -18px, #0000 99%, #000 101%) 50% 30px/120px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask); */
    padding-top: 120px;
    background: #226887;
    color: #fff;
}

.copyright{
    border-top: 1px solid #eee;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}

header .nav-link:hover {
    color: var(--treck-base);
}

.faq-page .col-xl-6{
    width: calc(50% - 10px);
}

@media (max-width:767px) {
    .faq-page .col-xl-6{
        width: 100%;
    }
}

.fixed-action-btn {
    position: fixed;
    z-index: 999;
    background-color: #226887;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease;
    display: none;
}
.fixed-action-btn.visible {
    display: block;
}
@media (min-width: 768px) {
    .fixed-action-btn {
        top: 60%;
        right: 20px;
        transform: translateY(-60%) rotate(-90deg);
        transform-origin: right center;
        border-radius: 8px 8px 0 0;
    }
}
@media (max-width: 767px) {
    .fixed-action-btn {
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }
   
    .copyright{
        padding-bottom: 2rem;
    }
}

.form-group label{
    line-height:normal !important;
}

.form-group select{
    font-size:12px;
}

.online-agency .nav-tabs{
    margin:5px 0 !important;
    border:none ;
}

.online-agency .nav-tabs a{
    line-height:normal;
}