:root {
    --primary: #0098d4;
    --secondary: #e67817;
    --dark: #222;
    --light-bg: #f0f8fd;
    --text-muted: #666;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

/* TOP BAR */
.top-bar {
    background: #f07800;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
}

.top-bar .social-icons a {
    font-size: 13px;
}

/* NAVBAR */
.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding: 10px 0;
}

.navbar-brand img {
    height: 70px;
}

.navbar-brand .brand-text {
    line-height: 1.2;
}

.navbar-brand .brand-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

.navbar-brand .brand-sub {
    font-size: 15px;
    margin-top: 5px;
    color: #3c3c3c;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 14px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.btn-compliance {
    background: var(--primary);
    color: #fff !important;
    border-radius: 4px;
    padding: 7px 18px !important;
}

.btn-compliance:hover {
    background: #007ab0;
}

/* HERO */
.hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 65px 0;
    background-position: center;
    background-size: cover;
    min-height: 60vh;
}

.slider1 {
    background-image: url(./images/slider1.avif);
}

.slider2 {
    background-image: url(./images/slider2.avif);
}

.slider3 {
    background-image: url(./images/slider3.avif);
}

.slider4 {
    background-image: url(./images/slider4.avif);
}

.slider5 {
    background-image: url(./images/slider5.avif);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.hero-content p {
    color: rgba(255, 255, 255, .85);
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

/* NAV POSITION */
.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

/* BUTTON STYLE */
.owl-nav button {
    pointer-events: all;
    width: 30px;
    height: 30px;
    background: #ffffff99 !important;
    color: #636363 !important;
    border: none !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* LEFT BUTTON */
.owl-prev {
    margin-left: -25px;
}

/* RIGHT BUTTON */
.owl-next {
    margin-right: -25px;
}

/* HOVER EFFECT */
.owl-nav button:hover {
    background: #ffffff !important;
    color: #000 !important;
    transform: scale(1.1);
}

/* REMOVE DEFAULT OUTLINE */
.owl-nav button:focus {
    outline: none;
}

/* SECTION HEADERS */
.section-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
}

.section-title span {
    color: var(--primary);
}

.title-underline {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #e67817 45%, rgba(230, 77, 11, 0) 40%, rgba(255, 128, 0, 0) 55%, rgba(0, 152, 212, 1) 55%);
    margin: 8px auto 20px;
}

.title-underline.left {
    margin-left: 0;
}

/* WHAT WE DO */
.what-we-do {
    padding: 60px 0;
}

.what-we-do img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.what-we-do p {
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}

.btn-primary-custom {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: background .3s;
}

.btn-primary-custom:hover {
    background: #007ab0;
    color: #fff;
}

/* OUR CULTURE */
.culture-section {
    background: #e8f5fd;
    padding: 60px 0;
}

.culture-subtitle {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.culture-subtitle span {
    color: var(--secondary);
    font-weight: 700;
}

.culture-card {
    text-align: center;
    padding: 25px 15px;
}

.culture-icon {
    font-size: 42px;
    color: var(--secondary);
    margin-bottom: 12px;
}

.culture-card p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* WHY CHOOSE US */
.why-section {
    padding: 60px 0;
}

.why-card {
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    transition: box-shadow .3s;
    height: 100%;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.09);
    overflow: clip !important;
}


.why-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 16px;
}

.why-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.why-card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

/* OUR SERVICE */
.service-section {
    background: #f8fbfd;
    padding: 60px 0;
}

.service-section p {
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
}

.service-diagram {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    max-width: 480px;
    width: 100%;
}

.service-box {
    border-radius: 10px;
    padding: 35px 20px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}

.service-box.blue {
    background: var(--primary);
}

.service-box.orange {
    background: var(--secondary);
}

.service-box.center-green {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #27ae60;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    z-index: 2;
    border: 3px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.service-box i {
    font-size: 26px;
}

.btn-outline-primary-custom {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    padding: 9px 26px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: all .3s;
}

.btn-outline-primary-custom:hover {
    background: var(--primary);
    color: #fff;
}

/* OUR CLIENTS */
.clients-section {
    padding: 60px 0;
}

.clients-subtitle {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 600;
}

#brands_slider3 img {
    aspect-ratio: 4 / 1;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.btn-view-all {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: 9px 28px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

/* FOOTER */
footer {
    background: linear-gradient(#0098d4e0, #0098d4e0), url(./images/footer.avif);
    background-position: center;
    background-size: cover;
    color: #ffffff;
    padding: 50px 0 20px;
}

footer h6 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 16px;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    display: inline-block;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 7px;
}

footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

footer ul li a::before {
    content: '» ';
    color: #fff;
}

footer ul li a:hover {
    color: #000;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffff;
    align-items: flex-start;
}

.footer-contact li i {
    color: #fff;
    margin-top: 2px;
    min-width: 16px;
}

.footer-bottom {
    background: #154060;
    padding: 14px 0;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: #aaa;
}

.footer-logos {
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    display: inline-block;
}

.footer-logos img {
    height: 50px;
    margin: 0 5px;
}

.social-footer a {
    color: #ccc;
    margin: 0 6px;
    font-size: 18px;
    text-decoration: none;
}

.social-footer a:hover {
    color: var(--primary);
}


/* -----------------------about us------------------- */
/* PAGE BANNER */
.page-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.501), rgba(0, 0, 0, 0.553)),
        url('./images/breadcrump.avif') center/cover no-repeat;
    padding: 60px 0;
    text-align: center;
}

.about-intro {
    padding: 60px 0;
}

.about-intro img {
    width: 100%;
    border-radius: 8px;
}

.about-intro p {
    color: #000;
    line-height: 1.85;
    font-size: 16px;
}

/* QUALITY POLICY */
.quality-policy {
    padding: 40px 0;
}

.quality-card {
    background: #e8f5fd;
    border-radius: 10px;
    padding: 30px 35px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.about-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-text.show {
    -webkit-line-clamp: unset;
}

.read-more-btn {
    color: #0098d4;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.quality-icon-wrap {
    width: 220px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quality-icon-wrap i {
    font-size: 32px;
    color: #fff;
}

.quality-card h4 {
    color: #0098d4;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.quality-card .underline-orange {
    width: 45px;
    height: 3px;
    background: var(--secondary);
    margin-bottom: 14px;
}

.quality-card p {
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    margin: 0;
}

/* KEY MANAGEMENT */
.key-management {
    padding: 60px 0;
}

.mgmt-card {
    border-radius: 10px;
    padding: 28px 24px;
    color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mgmt-card.blue {
    background: #0098d4;
}

.mgmt-card.orange {
    background: var(--secondary);
}

.mgmt-card .mgmt-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.mgmt-card .mgmt-icon i {
    font-size: 24px;
    color: #fff;
}

.mgmt-card h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mgmt-card p {
    font-size: 13px;
    line-height: 1.7;
    opacity: .9;
}

.mgmt-card a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.mgmt-card a:hover {
    opacity: .8;
}

/* STRENGTH OF COMPANY */
.strength-section {
    background: linear-gradient(#0098d4e4),
        url('./images/strength.avif') center/cover no-repeat;
    padding: 60px 0;
}

.strength-section h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.strength-underline {
    width: 50px;
    height: 3px;
    background: var(--secondary);
    margin: 8px auto 30px;
}

.strength-list {
    list-style: none;
}

.strength-list li {
    color: #fff;
    font-size: 16px;
    padding: 8px 0 8px 28px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.strength-list li:last-child {
    border-bottom: none;
}

.strength-list li::before {
    content: '•';
    color: #fff;
    position: absolute;
    left: 8px;
    font-size: 18px;
    top: 6px;
}

/* RECRUITMENT */
.recruitment-section {
    padding: 60px 0;
}

.recruitment-section img {
    width: 100%;
    border-radius: 8px;
}

.recruitment-section p {
    color: #000;
    line-height: 1.85;
    font-size: 16px;
}

/* STAFFING */
.staffing-section {
    background: #f8fbfd;
    padding: 60px 0;
}

.staffing-section img {
    width: 100%;
    border-radius: 8px;
}

.staffing-section p {
    color: #000;
    line-height: 1.85;
    font-size: 16px;
}

/* DELIGHTFUL SERVICE BANNER */
.delightful-section {
    background: url(./images/pattern.avif);
    background-size: cover;
    background-position: center;
    padding: 55px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.delightful-section h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.delightful-section p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
}

/* TRAINING */
.training-section {
    padding: 60px 0;
}

.training-section img {
    width: 100%;
    border-radius: 8px;
}

.training-section p {
    color: #000;
    line-height: 1.85;
    font-size: 16px;
}

.training-list {
    list-style: none;
    padding: 0;
}

.training-list li {
    padding: 0 0 5px 22px;
    position: relative;
    color: #000;
    font-size: 16px;
}

.training-list li::before {
    content: '•';
    color: #0098d4;
    position: absolute;
    left: 6px;
    font-size: 18px;
    top: 2px;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.service_page_img{
    border: 5px solid #007ab0;
}
.service_bread{
    background: linear-gradient(rgba(0, 0, 0, 0.501), rgba(0, 0, 0, 0.553)),
        url('./images/service_bread.avif') center/cover no-repeat;
}
.wrk-us-card{
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.wrk-us-card i{
    font-size: 42px;
}
.wrk-us-card h3{
    font-size: 18px;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #555;
    border-radius: 0;
}
.form-control:hover , .form-control:focus{
    border-color: var(--secondary);
    box-shadow: none;
}