/**
* Template Name: IGIB
* Updated: June 19 2025 with Bootstrap v5.3.1
* Author: Wavit
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --color-primary: #000;
    --color-contrast: #fff;
    --color-join: #fd04ff;
    --input-bg: #b3b3b3;
    --gray-gradient: linear-gradient(
        to right,
        #1e1f22,
        #252429,
        #2a2a31,
        #2f2f36
    );
}

/* @font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-ExtraBoldItalic.ttf")
        format("truetype");
    font-weight: 800;
    font-style: italic;
} */

html {
    scroll-behavior: smooth;
    overflow-x: visible !important;
    transform: none !important;
    position: static !important;
}

body {
    font-family: "Open Sans", sans-serif;
    color: var(--color-contrast);
    overflow-x: visible !important;
    transform: none !important;
    position: static !important;
}

a {
    color: var(--color-contrast);
    text-decoration: none;
}

a:hover {
    color: var(--color-contrast);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", "Raleway", sans-serif;
}

.bold {
    font-weight: 900;
}

.semi-bold {
    font-weight: 900;
}

.italic {
    font-style: italic;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: var(--color-contrast);
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--color-primary);
    border-top-color: var(--color-contrast);
    border-bottom-color: var(--color-contrast);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
    will-change: transform;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 80px;
    bottom: 15px;
    z-index: 996;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: var(--color-contrast);
    line-height: 0;
}

.back-to-top:hover {
    background: var(--color-contrast);
    color: var(--color-contrast);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--color-primary);
    color: var(--color-contrast);
    height: 100px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#header .logo-vid {
    height: auto;
    max-width: 150px;
}

@media screen and (max-width: 991px) {
    #header {
        height: 85px;
    }

    #header .logo-vid {
        height: auto;
        max-width: 130px;
    }
}

@media screen and (max-width: 768px) {
    #header .logo-vid {
        height: auto;
        max-width: 100px;
    }
}

@media screen and (max-width: 576px) {
    #header {
        height: 75px;
    }

    #header .logo-vid {
        height: auto;
        max-width: 80px;
    }
}

#header.header-scrolled,
#header.header-inner-pages {
    /* background: rgba(40, 40, 40, 0.9); */
    background: var(--color-primary);
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 70px;
}

@media (max-width: 992px) {
    #header {
        border: 0;
        padding: 15px 0;
    }
}

/* Get Startet Button */
.get-started-btn {
    margin-left: 15px;
    background: var(--color-contrast);
    color: var(--color-primary);
    border-radius: 50px;
    padding: 7px 20px 7px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
}

@media screen and (max-width: 1366px) {
    .get-started-btn {
        padding: 7px 20px 7px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .get-started-btn {
        padding: 7px 20px 7px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .get-started-btn {
        padding: 7px 18px 7px 18px;
        font-size: 14px;
    }
}

.get-started-btn:hover {
    background: var(--color-primary);
    color: var(--color-contrast);
}

@media screen and (max-width: 991px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

@media screen and (max-width: 768px) {
    .get-started-btn {
        font-size: 17px;
    }
}

@media screen and (max-width: 576px) {
    .get-started-btn {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar > ul > li {
    position: relative;
    white-space: nowrap;
    margin: 0 12px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 3px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .navbar a,
    .navbar a:focus {
        padding: 20px 3px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .navbar a,
    .navbar a:focus {
        padding: 10px 3px;
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .navbar a,
    .navbar a:focus {
        padding: 10px 3px;
        font-size: 14px;
    }
}

.navbar a i,
.navbar a:focus i {
    font-size: 18px;
    line-height: 0;
    margin-left: 5px;
}

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--color-contrast);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid var(--color-primary);
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    color: #282828;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: var(--color-contrast);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile ul li {
    color: var(--color-primary) !important;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #282828;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: var(--color-primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: var(--color-contrast);
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Btns
--------------------------------------------------------------*/
.btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 20px;
    transform-origin: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 450px) {
    .btn {
        padding: 6px 20px;
        font-size: 16px;
    }
}

.btn-white {
    color: var(--color-primary);
    background-color: var(--color-contrast);
}

.btn-white:hover {
    background-color: var(--color-primary);
    color: var(--color-contrast);
}

.btn-primary {
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--color-contrast);
    text-decoration: none;
    padding: 10px 60px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

@media screen and (max-width: 500px) {
    .btn-primary {
        font-size: 15px;
    }
}
form-group input,
.form-group textarea .btn-primary:hover {
    /* background-color: #393939; */
    color: var(--color-contrast);
    transform: scale(1.05);
}

.btn-colored {
    display: inline-block;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-contrast);
    background: linear-gradient(to right, #5a68e2, #d94db4); /* blue to pink */
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-family: "Open Sans", sans-serif;
    will-change: transform;
}

.btn-colored:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-rounded {
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Welcome Hero Section
--------------------------------------------------------------*/
/* Base Styles */
#welcome-hero {
    min-height: 100vh;
    position: relative;
    padding-top: 5%;
}

/* Medium Screens (Tablets & Small Laptops) */
@media (max-width: 1024px) {
    #welcome-hero {
        min-height: 90vh;
    }
}

/* Small Screens (Phones in Landscape or Small Tablets) */
@media (max-width: 768px) {
    #welcome-hero {
        min-height: 75vh;
    }
}

/* Extra Small Screens (Phones in Portrait) */
@media (max-width: 480px) {
    #welcome-hero {
        min-height: 60vh;
        padding: 2rem 1rem;
        text-align: center;
    }
}

.header-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

#welcome-hero .header-video {
    position: relative;
    z-index: 0;
}

#welcome-hero .header-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#welcome-hero .header-video-overlay {
    position: relative;
    z-index: 1;
}

#welcome-hero img {
    width: 18%;
}

@media screen and (max-width: 991px) {
    #welcome-hero img {
        width: 20%;
    }
}

@media screen and (max-width: 768px) {
    #welcome-hero img {
        width: 30%;
    }
}

@media screen and (max-width: 576px) {
    #welcome-hero img {
        width: 55%;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    max-height: 100vh;
    background: url("../img/hero-bg.jpg") top center;
    opacity: 0.9;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

@media (max-width: 1024px) {
    #hero,
    #team,
    .counts {
        background-attachment: scroll;
    }
}

/* Dark transparent overlay */
#hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* You can use 0.1 to 0.5 */
    z-index: 1;
}

/* 
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero .container {
    width: 30%;
    margin: 10% 10% 10% 5%;
    background-color: var(--color-contrast);
    padding: 35px 65px 70px 40px;
    border-radius: 50px;
    opacity: 0.9;
    /* will-change: transform;
    transform: translateZ(0); */
    backface-visibility: hidden;
}

/* Title */
#hero h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10%;
    color: var(--color-primary);
}

/* Description */
#hero h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--color-primary);
    margin-bottom: 70px;
}

.btn-learn-more {
    margin-top: 25%;
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--color-contrast);
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 24px;
    transition: background-color 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #393939;
    color: var(--color-contrast);
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 1550px) {
    #hero .container {
        width: 40%;
        margin-top: 15%;
    }
}

@media (max-width: 850px) {
    #hero .container {
        width: 50%;
        margin-top: 15%;
    }

    #hero h1 {
        font-size: 25px;
        font-weight: bold;
    }

    #hero h2 {
        font-size: 18px;
        /* line-height: 24px; */
        margin-bottom: 30px;
    }

    .btn-learn-more {
        font-size: 18px;
    }
}

@media (max-width: 650px) {
    #hero {
        height: 90vh;
    }

    #hero .container {
        width: 70%;
        margin-top: 27%;
    }

    #hero h1 {
        font-size: 20px;
        font-weight: bold;
        /* line-height: 36px; */
    }

    #hero h2 {
        font-size: 14px;
        /* line-height: 24px; */
        margin-bottom: 30px;
    }

    .btn-learn-more {
        font-size: 14px;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 90px 0;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 70px 0;
    }
}

@media screen and (max-width: 456px) {
    section {
        padding: 60px 0;
    }
}

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
}

.section-title p {
    margin-bottom: 0;
    color: #777777;
    font-size: 15px;
}

.mx-auto {
    margin: 10px auto;
}

.col-5ths {
    width: 20%; /* 5 items per row on large screens */
    float: left;
    box-sizing: border-box;
    padding: 0.5rem; /* optional spacing */
}

/* Large devices (desktops, 1334px and up) */
@media (max-width: 1334px) {
    .col-5ths {
        width: 33.3333%; /* 3 items per row on medium screens */
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .col-5ths {
        width: 50%; /* 2 items per row on small screens */
    }
}

/* Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .col-5ths {
        width: 100%; /* 1 item per row on extra-small screens */
    }
}

/*--------------------------------------------------------------
# Philosophy
--------------------------------------------------------------*/

#philosophy {
    background: var(--gray-gradient);
    color: var(--color-contrast);
}

#philosophy .container {
    padding: 60px 0;
}

#philosophy .mb-10 {
    margin-bottom: 8rem !important;
}

#philosophy .mt-10 {
    margin-top: 8rem !important;
}

#philosophy h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px;
}

#philosophy p {
    margin-bottom: 50px;
}

#philosophy img {
    max-width: 100%;
    border-radius: 25px;
}

#philosophy button {
    font-size: 24px !important;
}

@media screen and (max-width: 450px) {
    #philosophy h1 {
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    #philosophy p {
        margin-bottom: 20px;
    }

    #philosophy button {
        font-size: 16px !important;
    }
}

/*--------------------------------------------------------------
# Corporate
--------------------------------------------------------------*/
#corporate {
    width: 100%;
    min-height: 100vh;
    opacity: 0.9;
    background-size: cover;
    position: relative;
}

#corporate .container {
    width: 27%;
    margin: 10% 10% 10% 5%;
    float: right;
    background-color: var(--color-contrast);
    padding: 35px 65px 70px 30px;
    border-radius: 50px;
    opacity: 0.9;
}

/* Title */
#corporate h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 10%;
    color: var(--color-primary);
}

/* Description */
#corporate h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--color-primary);
    margin-bottom: 70px;
}

@media (max-width: 1550px) {
    #corporate .container {
        width: 38%;
        margin-top: 15%;
    }
}

@media (max-width: 850px) {
    #corporate .container {
        width: 45%;
        margin-top: 15%;
    }

    #corporate h1 {
        font-size: 25px;
        font-weight: bold;
    }

    #corporate h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media (max-width: 650px) {
    #corporate {
        height: 90vh;
    }

    #corporate .container {
        width: 65%;
        margin-top: 27%;
    }

    #corporate h1 {
        font-size: 20px;
        font-weight: bold;
    }

    #corporate h2 {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Digitize Us
--------------------------------------------------------------*/

#digitize {
    width: 100%;
    min-height: 80vh;
    position: relative;
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# Our Solutions
--------------------------------------------------------------*/
#our-solutions {
    background: var(--gray-gradient);
    padding: 100px 0;
}

#our-solutions h2 {
    font-size: 50px;
    font-weight: 900;
    color: var(--color-contrast);
    margin-bottom: 20px;
}

#our-solutions p {
    color: var(--color-contrast);
    margin-bottom: 30px;
}

.our-solutions .row {
    display: flex;
    flex-wrap: wrap;
}

.our-solutions .row > div[class*="col-"] {
    display: flex;
    flex-direction: column;
}

#our-solutions .card {
    padding: 25px 30px;
    margin: 10px;
    border-radius: 30px;
    min-height: 330px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#our-solutions .card h3 {
    font-size: 24px;
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: 15px;
}

#our-solutions .card img {
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: 120px;
}

#our-solutions button {
    font-size: 20px;
}

@media screen and (max-width: 450px) {
    #our-solutions h2 {
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    #our-solutions p {
        margin-bottom: 20px;
    }

    #our-solutions .card {
        padding: 25px 30px;
        margin: 10px;
        border-radius: 30px;
        min-height: auto !important;
    }

    #our-solutions .card h3 {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    #our-solutions button {
        font-size: 16px;
    }

    #our-solutions .card img {
        border-radius: 20px;
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
# News Section
--------------------------------------------------------------*/
/* Section styling */
.news-section {
    background-color: #f8f9fa; /* light grey background */
    padding: 60px 0;
}

.news-section .section-header {
    text-align: right;
    margin-bottom: 40px;
}

.news-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-primary);
}

.news-section .section-subtitle {
    font-size: 1rem;
    color: var(--color-primary);
}

/* News card styling */
.news-section .news-card {
    background: var(--color-contrast);
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.news-section .news-card:hover {
    transform: scale(1.02);
}

.news-section .splide {
    width: 80%; /* take most of the viewport width */
}

@media screen and (max-width: 576px) {
    .news-section .splide {
        width: 100%; /* full width on small screens */
    }
}

/* Image styling */
.news-section .news-image img {
    max-height: 400px; /* don’t let it get too tall */
    object-fit: cover;
}

@media (max-width: 992px) {
    .news-section .news-image img {
        height: 28vh;
        max-height: 300px;
    }
}

@media (max-width: 576px) {
    .news-section .news-image img {
        height: 200px; /* fixed smaller height for phones */
    }
}

/* Content styling */
.news-section .news-content {
    flex: 1;
}

.news-section h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #222;
}

/* Button styling */
.news-section .btn {
    font-size: 0.8rem;
    padding: 6px 14px;
    border-radius: 20px;
}

/* Splide carousel adjustments */
.news-section .splide__slide {
    padding: 0 15px;
}

@media screen and (max-width: 576px) {
    .news-section .splide__slide ul li {
        width: 120% !important;
    }
}

.news-section .splide__track {
    padding-bottom: 20px;
}

/* Carousel arrows */
.news-section .splide__arrow {
    background: transparent !important;
    color: var(--color-primary) !important;
    width: 70px;
    height: 70px;
    opacity: 1 !important;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 40px;
}

.news-section .splide__arrow--prev {
    left: -50px;
}

.news-section .splide__arrow--next {
    right: -50px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .news-section .splide__arrow {
        font-size: 25px;
    }

    .news-section .splide__arrow--prev {
        left: -50px;
    }
    .news-section .splide__arrow--next {
        right: -50px;
    }
    .news-section .news-image img {
        height: 180px;
    }
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

#news {
    background: url("../img/news.jpg") top center / cover no-repeat fixed;
}

#news .container {
    padding: 60px 0;
}

#news h2 {
    font-size: 40px;
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: 20px;
}

#news h2 span {
    color: red;
}

@media screen and (max-width: 450px) {
    #news .container {
        padding: 30px 10px;
    }

    #news h2 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 10px;
    }
}

#news .card {
    margin: 30px 15px;
    border: 0px;
}

#news h4 {
    font-size: 30px;
    font-weight: 800;
    color: var(--color-primary);
}

#news p {
    color: var(--color-primary);
}

@media screen and (max-width: 450px) {
    #news h4 {
        font-size: 20px;
        font-weight: 900;
        color: var(--color-primary);
    }
}

#news .collapsible-list {
    list-style: none;
    padding: 0;
    max-width: 400px;
    font-weight: bold;
}

#news .collapsible-item {
    margin: 10px 0;
}

#news .collapsible-button {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    width: 100%;
    text-align: left;
    will-change: transform;
}

#news .collapsible-button::before {
    content: "▶";
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.2s ease;
}

#news .collapsible-button[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

#news .collapsible-content {
    display: none;
    padding-left: 25px;
    font-size: 14px;
    color: #333;
}

#news .collapsible-button[aria-expanded="true"] + .collapsible-content {
    display: block;
}

#news .cards {
    text-align: right;
}

#news .small-card {
    display: flex;
    margin: 10px;
    padding: 10px;
}

#news .small-card img {
    /* height: 160px; */
    margin-left: 15px;
}

#news .see-all {
    text-align: right;
    padding: 5px;
}

#news .see-all a {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 450px) {
    #news .see-all {
        text-align: center;
    }

    #news .see-all a {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 5px;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
    background: var(--gray-gradient);
    color: var(--color-contrast);
}

#services h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
}

#services p {
    margin-bottom: 30px;
}

@media screen and (max-width: 450px) {
    #services h2 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 10px;
    }

    #services p {
        margin-bottom: 20px;
    }
}

.service-item {
    margin: 10px;
    max-width: 400px;
}

.service-card {
    background-color: var(--color-contrast);
    border-radius: 20px;
    color: var(--color-primary);
    height: 100%;
    transition: transform 0.3s ease;
    padding: 1.5rem 1rem 1.5rem 1.5rem !important;
    display: flex !important;
    justify-content: space-between;
}

.service-card:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 450px) {
    .service-card {
        padding: 0px !important;
    }
}

.service-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.service-card p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.service-card .service-icon-div {
    padding-left: 0px;
}

.service-card .service-icon {
    max-width: 185px;
}

@media screen and (max-width: 1333px) {
    .service-card .service-icon {
        max-width: 130px;
    }
}

@media screen and (max-width: 450px) {
    .service-card .service-icon {
        max-width: 100px;
    }
}

.service-card .service-content {
    text-align: left !important;
}

@media screen and (max-width: 450px) {
    .service-card h3 {
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .service-card p {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

    .service-card .service-icon {
        max-width: 150px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team {
    background: url("../img/team-ar.jpg") top center;
    background-size: cover;
    height: 85vh;
    /* position: relative; */
}

@media screen and (max-width: 500px) {
    #team {
        background: url("../img/team-mobile.jpeg") top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

#team .container {
    padding: 50px 0;
    max-width: 40%;
    margin: 3% 10% 10% 14%;
}

@media screen and (max-width: 1400px) {
    #team {
        height: 100vh;
    }

    #team .container {
        padding: 50px 0;
        max-width: 45%;
        margin: 0% 10% 10% 14%;
    }
}

#team h2 {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
}

#team p {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.3;
}

@media screen and (max-width: 450px) {
    #team {
        height: 65vh;
    }

    #team .container {
        max-width: 100%;
        margin: 0;
        padding: 60px 30px;
    }

    #team h2 {
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    #team p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.3;
    }
}

#team .btn-join-us {
    text-align: left;
    padding: 0px;
    padding-bottom: 30px;
    color: var(--color-join);
    text-decoration: underline;
    text-align: right;
}

#team .btn-join-us:hover {
    border: none;
}

#team .btn-join-us a {
    color: var(--color-join) !important;
}

/*--------------------------------------------------------------
# About Hero
--------------------------------------------------------------*/
#about-hero {
    min-height: 95vh;
    padding: 0px !important;
}

#about-hero .header-video {
    position: relative;
    z-index: 0;
}

#about-hero .header-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

#about-hero .header-video-overlay {
    position: relative;
    z-index: 1;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about-us {
    background-color: var(--color-contrast);
    min-height: 50vh;
    display: flex;
    justify-content: center;
    color: var(--color-primary);
    padding-top: 0px !important;
}

#about-us .container {
    padding: 60px 30px;
    max-width: 85%;
    margin: 50px;
}

#about-us .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* makes all child columns same height */
}

#about-us h2 {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 35px;
}

@media screen and (max-width: 500px) {
    #about-us .container {
        padding: 45px 0px;
        max-width: 85%;
        margin: 50px;
    }

    #about-us h2 {
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    #about-us h3 {
        font-size: 20px;
    }

    #about-us button {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about-hero-page {
    background-size: cover;
    position: relative;
    background-image: url("../img/about-hero.jpg");
}

@media screen and (max-width: 450px) {
    #about-hero-page {
        background-size: cover;
        position: relative;
        background-image: url("../img/about-hero-mobile.jpg");
    }
}

#about {
    background-color: var(--color-primary);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--color-contrast);
}

#about .container {
    padding: 60px 0;
    max-width: 85%;
    margin: 50px;
}

#about h1 {
    font-size: 100px;
    font-weight: 900;
    margin-bottom: 80px;
}

#about .about-content {
    padding: 0px 70px;
}

#about h2 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: right;
}

#about img {
    width: 95%;
    border-radius: 30px;
}

@media screen and (max-width: 500px) {
    #about .container {
        padding: 45px 0;
        max-width: 85%;
        margin: 50px;
    }

    #about h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    #about .about-content {
        padding: 30px 40px;
    }

    #about h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #about p {
        text-align: left;
    }
}

/*--------------------------------------------------------------
# Innovation
--------------------------------------------------------------*/
#innovation {
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--color-primary);
    width: 100%;
    background-size: cover;
}

#innovation .container {
    padding: 60px 0;
    max-width: 85%;
    margin: 50px;
}

@media screen and (max-width: 500px) {
    #innovation .container {
        padding: 45px 30px;
    }
}

/*--------------------------------------------------------------
# Expansion
--------------------------------------------------------------*/
#expansion {
    background-color: var(--color-primary);
    min-height: 90vh;
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--color-contrast);
}

#expansion .container {
    padding: 60px 0;
    max-width: 85%;
    margin: 50px;
}

/*--------------------------------------------------------------
# About Note
--------------------------------------------------------------*/
#about-note {
    height: 50vh;
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
    text-align: center;
    color: var(--color-primary);
}

#about-note .container {
    max-width: 70%;
}

#about-note .container h2 {
    font-weight: 500;
    font-size: 50px;
}

@media screen and (max-width: 500px) {
    #about-note .container {
        max-width: 75%;
    }

    #about-note .container h2 {
        font-weight: 400;
        font-size: 25px;
    }
}

/*--------------------------------------------------------------
# About End
--------------------------------------------------------------*/
#about-end {
    height: 85vh;
    background-size: cover;
}

@media screen and (max-width: 500px) {
    #about-end {
        height: 70vh;
    }
}

/*--------------------------------------------------------------
# Check Testimonials
--------------------------------------------------------------*/
#check-testimonials {
    background-size: cover;
}

/*--------------------------------------------------------------
# Curated
--------------------------------------------------------------*/
#curated {
    background: var(--gray-gradient);
    min-height: 70vh;
    color: var(--color-contrast);
}

#curated h2 {
    font-size: 40px;
    font-weight: 900;
}

#curated .curated-item {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: right;
}

#curated .curated-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Black overlay, 70% opacity */
    z-index: 1;
}

#curated .curated-item:hover {
    transform: scale(1.05);
}

#curated .curated-item h3 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: var(--color-contrast);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 900;
    z-index: 999;
}

/*--------------------------------------------------------------
# Future
--------------------------------------------------------------*/
#future {
    background: url("../img/wide-bg.jpg") top center;
    background-size: cover;
    min-height: 75vh;
    position: relative;
    color: var(--color-primary);
}

#future h1 {
    font-size: 90px;
    font-weight: 900;
    margin-bottom: 30px;
    color: var(--color-primary);
}

#future p {
    margin-bottom: 20px;
    color: var(--color-primary);
    line-height: 1;
}

@media (max-width: 768px) {
    #future h1 {
        font-size: 46px;
    }
}

@media screen and (max-width: 500px) {
    #future h1 {
        font-size: 30px;
    }

    #future p {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Team Main Section
--------------------------------------------------------------*/
#team-main-section {
    min-height: 90vh;
    position: relative;
    color: var(--color-contrast);
    overflow: visible !important;
    z-index: 2;
}

#team-main-section .container {
    position: absolute;
    width: 33%;
    background-color: var(--color-primary);
    padding: 4rem 6rem;
    right: 12%;
    bottom: -12%;
    border-radius: 60px;
    z-index: 3;
    text-align: left;
}

#team-main-section h2 {
    font-size: 65px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: right !important;
}

#team-main-section p {
    margin-bottom: 10px;
}

@media screen and (max-width: 1750px) {
    #team-main-section .container {
        width: 34%;
    }
}

@media screen and (max-width: 768px) {
    #team-main-section .container {
        width: 60%;
        right: 5%;
        bottom: -5%;
        padding: 3rem 4rem;
    }

    #team-main-section h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 450px) {
    #team-main-section .container {
        width: 100%;
        right: 0%;
        bottom: 1%;
        padding: 2rem 3rem;
        border-radius: 0px;
    }

    #team-main-section h2 {
        font-size: 35px;
    }
}

/*--------------------------------------------------------------
# Culture Section
--------------------------------------------------------------*/
#culture {
    min-height: 85vh;
    position: relative;
    color: var(--color-contrast);
    background-color: var(--color-primary);
    overflow: visible !important;
}

#culture .video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    /* background: var(--color-primary); */
    margin-top: -25%;
    border-radius: 75px;
}

#culture .video-wrapper video {
    border-radius: 75px;
}

@media screen and (max-width: 500px) {
    #culture .video-wrapper {
        margin-top: 20px;
        border-radius: 30px;
    }

    #culture .video-wrapper video {
        border-radius: 30px;
    }
}

#culture .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s ease;
}

#culture .video-play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

#culture .play-icon {
    color: var(--color-contrast);
    font-size: 32px;
    margin-left: 5px;
}

#culture .thumb-img {
    height: 250px;
    max-width: 250px;
    object-fit: cover;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

#culture .thumb-img:hover {
    transform: scale(1.05);
}

#culture .scrolling-thumbnails {
    cursor: grab;
    scroll-behavior: auto; /* Disable momentum */
}

#culture .scrolling-thumbnails.active {
    cursor: grabbing;
}

#culture .scrolling-thumbnails::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* Splide Thumbnails */
#culture #thumbCarousel {
    --thumb-width: 250px;
}

#culture .splide {
    visibility: visible !important;
}

#culture #thumbCarousel .splide__slide {
    width: var(--thumb-width);
    flex-shrink: 0;
}

#culture .thumb-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    cursor: grab;
    transition: transform 0.3s ease;
    user-select: none;
}

#culture .thumb-img:hover {
    transform: scale(1.05);
}

/*--------------------------------------------------------------
# Ethics
--------------------------------------------------------------*/
#ethics {
    background-color: var(--color-primary);
    color: var(--color-contrast);
}

#ethics p {
    text-align: justify;
}

/*--------------------------------------------------------------
# Board of Directors Section
--------------------------------------------------------------*/
#board {
    background-image: url("../img/news-big.jpg"); /* Adjust if needed */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 100px 0;
    padding-bottom: 80px;
}

#board h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 20px;
}

#board p {
    margin-bottom: 50px;
}

/* Wrapper to contain the carousel and buttons */
#board .carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Track holding all carousel cards */
#board .carousel-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    transition: transform 0.5s ease-in-out;
}

/* Individual card */
#board .carousel-card {
    background-color: var(--color-primary);
    border-radius: 20px;
    height: auto;
    flex-shrink: 0;
    color: var(--color-contrast);
    transition: transform 0.3s ease;
    height: 522px;
}

#board .employee-card {
    height: 450px !important;
}

#board .carousel-card:hover {
    transform: scale(1.05);
}

#board .carousel-card img {
    object-fit: cover;
    height: 200px;
    margin-bottom: 15px;
}

#board .carousel-card .text-light {
    color: rgba(255, 255, 255, 0.5) !important;
}

#board .splide {
    padding-bottom: 100px;
}

#board .splide__slide {
    margin-bottom: 25px;
}

/* Navigation buttons */
#board .carousel-btn {
    margin-top: 20px;
    color: var(--color-primary);
    border: none;
    font-size: 2rem;
    font-weight: 900;
    padding: 0.4rem 1rem;
    cursor: pointer;
    background: transparent;
    bottom: 15px !important;
    top: auto !important;
}

#board .carousel-btn.left {
    left: 10px;
}

#board .carousel-btn.right {
    left: 70px;
}

/* Cursor style when dragging */
#board #boardCarousel {
    cursor: grab;
}

#board #boardCarousel:active {
    cursor: grabbing;
}

/* Responsive */
@media (max-width: 768px) {
    #board h2 {
        font-size: 30px;
    }

    #board .carousel-card {
        min-width: 220px;
    }

    #board .carousel-btn {
        font-size: 1.5rem;
        padding: 0.2rem 0.8rem;
    }
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
#partners {
    background-image: url("../img/news-big.jpg"); /* Adjust if needed */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#partners h2 {
    font-size: 30px;
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: 20px;
}

#partners p {
    color: var(--color-primary);
    margin-bottom: 30px;
    max-width: 70%;
}

@media screen and (max-width: 768px) {
    #partners h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #partners p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 500px) {
    #partners h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #partners p {
        margin-bottom: 20px;
    }
}

#partners-collaboration {
    height: 100vh;
    background: url("../img/partners/partners.jpg") top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

@media screen and (max-width: 430px) {
    #partners-collaboration {
        background: url("../img/partners/partners-mobile.jpg") top center;
        background-size: cover;
        background-attachment: scroll;
        height: 60vh;
    }
}

/*--------------------------------------------------------------
# Risk Classifications
--------------------------------------------------------------*/
#risk-classifications {
    color: var(--color-primary);
}

#risk-classifications h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

#risk-classifications .container .row ul {
    text-align: right;
    list-style-type: disc;
    padding-left: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--color-primary);
    color: var(--color-contrast);
    font-size: 14px;
    padding: 30px 0;
}

#footer .container {
    padding: 30px 0px;
    text-align: center;
}

@media (min-width: 768px) {
    #footer .container {
        padding: 30px 0px;
        text-align: left !important;
    }
}

@media screen and (max-width: 450px) {
    #footer .container {
        padding: 30px 30px;
        text-align: center !important;
    }
}

#footer .row > div {
    margin-bottom: 20px;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-contrast);
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .contact-info {
    font-size: 20px;
    font-size: 15px;
    line-height: 1.6;
}

#footer .links ul {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 0px;
}

#footer .links ul li a {
    font-size: 15px;
}

@media screen and (max-width: 450px) {
    #footer .links ul {
        padding-left: 0px;
        font-size: 16px;
    }
}

#footer .links ul li {
    margin-bottom: 20px;
    text-align: right;
}

#footer .links ul li a:hover {
    text-decoration: underline;
}

#footer .footer-credits {
    text-align: center;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

#footer .credits a {
    color: var(--color-contrast);
    transition: 0.3s;
}

#footer .credits a:hover {
    color: var(--color-contrast);
}

#footer .footer-logo-div {
    align-items: flex-end;
}

@media (min-width: 768px) {
    #footer .container {
        padding: 30px 0px;
        text-align: center;
    }
}

#footer .footer-logo-fra {
    height: 150px !important;
}

#footer .footer-logo {
    height: 120px !important;
}

#footer .social-media-link {
    width: 40px;
    height: 40px;
    margin: 0 10px 0px 0px;
    display: inline-block;
    background-size: cover;
    font-size: 25px;
    transform-origin: center;
    transition: transform 0.3s ease;
    background-color: var(--color-contrast);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

@media screen and (max-width: 450px) {
    #footer .social-media-link {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

#footer .social-media-link:hover {
    transform: scale(1.2);
}

#footer .social-media-link i {
    color: var(--color-contrast);
    font-size: 25px;
    color: var(--color-primary);
}

#footer .social-media-link img {
    width: 25px;
}

/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/
.whatsapp-support-btn {
    position: fixed !important; /* ensure it overrides page flow */
    bottom: 10px !important;
    right: 15px !important;
    z-index: 9999 !important;

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

    background-color: white;
    color: var(--color-primary);
    text-align: center;
    border-radius: 40px;
    padding: 12px 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    transition: transform 0.3s ease;
}

.whatsapp-support-btn:hover {
    transform: scale(1.05);
    color: var(--color-primary);
}

.whatsapp-support-btn i {
    font-size: 40px;
    margin-bottom: 6px;
}

.whatsapp-support-btn span {
    font-size: 10px;
    line-height: 1.1;
    font-weight: 500;
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.contact-form-wrapper {
    background: var(--gray-gradient);
    color: white;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.contact-form-container {
    width: 65%;
    padding: 60px 0px;
}

.contact-form-container h2 {
    font-size: 2rem;
    font-weight: 700;
}

.contact-form-container p {
    font-size: 1rem;
    margin-bottom: 0px;
}

/* .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
} */

.form-group {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

.form-group label {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-right: 15px;
}

.form-group input,
.form-group textarea {
    padding: 10px;
    border: none;
    border-radius: 12px;
    background-color: var(--input-bg);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

@media screen and (max-width: 450px) {
    #contact {
        padding: 30px;
        justify-content: left;
    }

    #contact .contact-form-container {
        width: 100% !important;
        padding: 20px;
    }

    .form-group label,
    .form-group input,
    .form-group textarea {
        font-size: 15px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
    }
}

.form-group input:focus,
.form-group textarea:focus {
    outline: 2px solid #ccc;
}

.form-submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.form-submit button {
    background: white;
    color: black;
    padding: 10px 22px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.form-submit button:hover {
    background: #e4e4e4;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 3px solid white;
    border-top: 3px solid gray;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.hidden {
    display: none !important;
}

.form-alert {
    margin-top: 1rem;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
}

.form-alert.success {
    background-color: #28a745;
    color: white;
}

.form-alert.error {
    background-color: #dc3545;
    color: white;
}

/* Style file input */
.form-group input[type="file"] {
    padding: 10px;
    border: none;
    border-radius: 12px;
    background-color: var(--input-bg);
    color: #000;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

/* Remove the ugly default button in WebKit browsers */
.form-group input[type="file"]::-webkit-file-upload-button {
    background: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    margin-right: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.form-group input[type="file"]::-webkit-file-upload-button:hover {
    background: #e4e4e4;
}

/* Firefox (same idea but different pseudo-element) */
.form-group input[type="file"]::file-selector-button {
    background: white;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    margin-right: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.form-group input[type="file"]::file-selector-button:hover {
    background: #e4e4e4;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Philosophy Page
--------------------------------------------------------------*/
#philosophy-hero {
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

#micro-insurance {
    background-size: cover;
    min-height: 90vh;
    position: relative;
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# image-footer
--------------------------------------------------------------*/

.image-footer {
    min-height: 100vh;
}

@media screen and (max-width: 500px) {
    .image-footer {
        min-height: 60vh;
    }
}

/*--------------------------------------------------------------
# image-hero
--------------------------------------------------------------*/
.image-hero {
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

@media screen and (max-width: 500px) {
    .image-hero {
        min-height: 50vh !important;
    }
}

/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
#solutions-cyber,
#solutions-stp,
#solutions-text {
    background-color: var(--color-primary);
    color: var(--color-contrast);
}

#solutions-ocip,
#solutions-insurance {
    color: var(--color-primary);
}

#solutions-dna {
    background-color: var(--color-primary);
}

#solutions-dna h2 {
    font-size: calc(1.325rem + 0.9vw);
}

#solutions-dna h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media screen and (max-width: 500px) {
    #solutions-dna h2 {
        font-size: 25px;
    }

    #solutions-dna h3 {
        font-size: 20px;
    }
}

/* Checklist card */
.solutions-dna .checklist-card {
    border-radius: 1rem;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 1rem;
}

/* Checkmark column */
.solutions-dna .checkmark-circle {
    background-color: var(--color-contrast);
    color: var(--color-primary);
    font-weight: 900;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;

    width: 85px;
    flex-shrink: 0;
}

/* Force equal height by making both sides flex children that grow equally */
.solutions-dna .checklist-card > .checkmark-circle,
.solutions-dna .checklist-card > .checklist-item {
    padding: 20px;
}

/* Checklist text container */
.solutions-dna .checklist-item {
    background-color: var(--color-contrast);
    border-radius: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Typography */
.solutions-dna .checklist-title {
    font-weight: 900;
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 4px;
}

.solutions-dna .checklist-desc {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 500;
    margin: 0;
}
