.geg-header .nav-link/* @font-face {
    font-family: "SABIC Typeface Headline";
    background-image: url(../fonts/);
    src: url("../fonts/SABICTypefaceHeadline-Bold.woff2") format("woff2"),
        url("../fonts/SABICTypefaceHeadline-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SABIC Typeface Headline";
    src: url("../fonts/SABICTypefaceHeadline-Light.woff2") format("woff2"),
        url("../fonts/SABICTypefaceHeadline-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SABIC Typeface Text";
    src: url("../fonts/SABICTypefaceText-Bold.woff2") format("woff2"),
        url("../fonts/SABICTypefaceText-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;.main-slider .swiper-slide img
    font-display: swap;
}

@font-face {
    font-family: "SABIC Typeface Headline";
    src: url("../fonts/SABICTypefaceHeadline-Regular.woff2") format("woff2"),
        url("../fonts/SABICTypefaceHeadline-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SABIC Typeface Text";
    src: url("../fonts/SABICTypefaceText-Regular.woff2") format("woff2"),
        url("../fonts/SABICTypefaceText-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SABIC Typeface Text";
    src: url("../fonts/SABICTypefaceText-Light.woff2") format("woff2"),
        url("../fonts/SABICTypefaceText-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Squada One";
    src: url("../fonts/SquadaOne-Regular.woff2") format("woff2"), url("../fonts/SquadaOne-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: "squada_oneregular";
    src: url("../fonts/squadaone-regular-webfont.woff2") format("woff2"),
        url("../fonts/squadaone-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sabic_typeface_headlinebold";
    src: url("../fonts/gegtypefaceheadline-webfont.woff2") format("woff2"),
        url("../fonts/gegtypefaceheadline-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sabic_typeface_headlinelight";
    src: url("../fonts/gegtypefaceheadline_lt-webfont.woff2") format("woff2"),
        url("../fonts/gegtypefaceheadline_lt-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sabic_typeface_headlineRg";
    src: url("../fonts/gegtypefaceheadline_rg-webfont.woff2") format("woff2"),
        url("../fonts/gegtypefaceheadline_rg-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sabic_typeface_textbold";
    src: url("../fonts/gegtypefacetext-webfont.woff2") format("woff2"),
        url("../fonts/gegtypefacetext-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sabic_typeface_textlight";
    src: url("../fonts/gegtypefacetext_lt-webfont.woff2") format("woff2"),
        url("../fonts/gegtypefacetext_lt-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sabic_typeface_textregular";
    src: url("../fonts/gegtypefacetext_rg-webfont.woff2") format("woff2"),
        url("../fonts/gegtypefacetext_rg-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
:root {
    --geg-blue: #293895;
    --geg-green: #92c83e;
    --text-black: #121212;
    --text-gray: #808080;
    --btn-hover: linear-gradient(240.91deg, #92c83e 17.1%, #293895 70.44%);
    --text-headline-bold: "sabic_typeface_headlinebold";
    --text-headline-normal: "sabic_typeface_headlineRg";
    --text-light: "sabic_typeface_textlight";
    --text-normal: "sabic_typeface_textregular";
    --text-bold: "sabic_typeface_textbold";
}
body {
    font-family: "sabic_typeface_textregular";
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}
.wrapper{
    overflow:hidden;
}
.border-heading {
    font-size: 40px;
    line-height: 48px;
    color: var(--geg-blue);
    /*border-bottom: 2px solid;*/
    /*border-image: linear-gradient(90deg, #293895 0%, #92c83e 100%) 1;*/
    width: fit-content;
}
.border-heading.head {
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: var(--text-light);
}
.border-heading.head span {
    font-family: var(--text-bold);
}
.border-heading.head.inner {
    border-image: linear-gradient(90deg, #a04f9e 0%, #92c83e 100%) 1;
}
.geg-header {
    padding: 30px 0;
    font-family: var(--text-light);
    line-height: 20.5px;
}
.geg-header .container-fluid {
    padding: 0 20px;
}
.geg-header .geg-logo {
    height: 41px;
    width: auto;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.geg-header.sticky .geg-logo {
    filter: none;
}
.geg-btn {
    padding: 10px 14px;
    border: 1px solid #29389540;
    color: var(--geg-blue);
    border-radius: 999px;
    min-width: fit-content;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 42px;
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays within the button */
    z-index: 0;
    transition: color 0.2s ease, border 0.2s ease;
    font-family: var(--text-light);
}

.geg-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0%;
    border-radius: 999px;
    background: var(--btn-hover);
    z-index: -1; /* Keeps the pseudo-element behind the button content */
    transition: width 0.3s ease, height 0.3s ease;
    transform-origin: bottom left; /* Ensures animation starts from bottom-left */
}

.geg-btn:hover {
    color: #fff;
    border: 1px solid transparent;
}
.geg-btn:focus {
    box-shadow: none;
}

.geg-btn-round:focus {
    box-shadow: none;
}

.geg-btn:hover::before {
    width: 100%;
    height: 100%;
}
.geg-container {
    width: 100%;
    padding: 0 120px;
}
.round-btn-wrap .geg-btn-round {
                padding: 0;
                border: 1px solid transparent;
                color: #fff;
                border-radius: 999px;
                min-width:0;
                background:var(--btn-hover);
                display: flex;
                align-items: center;
                height: 42px;
                position: relative;
                overflow: hidden;
                z-index: 0;
                transition: 0.2s ease-in-out;
                opacity: 0;
                width: 0;
                height: 0;
                font-family: var(--text-light);
            }
            .round-btn-wrap:hover {
                cursor: pointer;
                margin-left:-20px;
            }
            .round-btn-wrap {
                display: flex;
                align-items: center;
                width: fit-content;
                height: 58px;
                cursor: pointer;
                transition: 0.2s ease-in-out;
            }
            .round-btn-wrap .geg-round{
               transition: 0.2s ease-in-out;
            }
            .round-btn-wrap:hover .geg-btn-round{
               width: fit-content;
               height: 42px;
               opacity: 1;
               cursor: pointer;
               padding: 10px 14px;
               min-width: fit-content;
            }
            .round-btn-wrap:hover .geg-round{
               width:0;
               height:0;
               opacity: 0;
               cursor: pointer;
            }
/* Homepage */
.geg-header .head-right {
    gap: 60px;
}
.geg-header .lang-btn img {
    width: 8px;
    height: 4px;
}
.geg-header.sticky .lang-btn{
   color: var(--text-black);
}
.geg-header .lang-btn {
    border: none;
    background: transparent;
    font-family: var(--text-light);
    color: #fff;
}
.geg-header .geg-btn{
        color: var(--text-black);
        border-color:transparent;
        background:#fff;
}
.geg-header .geg-btn:hover{
    color: #fff;
        border: 1px solid transparent;
  background: transparent;
}
.geg-header.sticky .geg-btn{
        color: var(--geg-blue);
        border: 1px solid #29389540;
}
.geg-header .mobile-nav .nav-item::after{
    bottom:0;
}
.geg-header .mobile-nav .nav-item{
    width:fit-content;
}
.geg-header.sticky .geg-btn{
        color: var(--geg-blue);
        border: 1px solid #29389540;
}
.geg-header.sticky .geg-btn:hover{
        color: #fff;
}
.geg-header .navbar-nav {
    /*background: #2938951a;*/
    color: var(--text-black);
    border-radius: 999px;
    padding: 15px 30px;
    gap: 30px;
    line-height: 21px;
}
.geg-header .navbar-nav .dropdown-toggle::after {
    border: none !important;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f107" !important;
    vertical-align: 0;
}
.geg-header .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.geg-header .navbar-nav .dropdown-item:focus, .dropdown-item:hover{
    color: #fff !important;
    background-color: var(--geg-green);
}
.geg-header.sticky .nav-link {
    color: var(--text-black);
}
.geg-header .lang-dropdown a{
    line-height: 21px;
    display: block;
}
.geg-header .nav-item,
.geg-header .lang-dropdown a{
  position: relative;
  /*overflow: hidden;*/
  /*padding-bottom: 10px;*/
}
.geg-header .nav-item::after,
.geg-header .lang-dropdown a::after{
  content: '';
  position: absolute;
  bottom: -46px;
  left: 0;
  background-color: var(--geg-green);
  height: 2px;
  z-index: 999;
  transition: 0.2s all ease-in-out;
  opacity: 0;
  width: 0;
}
.geg-header.sticky .nav-item::after,
.geg-header.sticky .lang-dropdown a::after{
  display:none;
}
.geg-header .nav-item:hover::after,
.geg-header .lang-dropdown:hover a::after{
  opacity: 1;
  width: 100%;
}
.geg-header .nav-link {
    padding: 0 !important;
    color: #fff;
    text-transform: uppercase;
}
.geg-header .navbar {
    padding: 0 !important;
}
.geg-header .navbar-brand {
    padding: 0;
}
.geg-header .lang-item {
    font-family: var(--text-light);
    color: var(--text-black);
}

.geg-header {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.geg-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding-top:30px;
    width: 100%;
    background: #fff; /* Change background if needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-bottom: none;
}
.geg-header .navbar-toggler:focus{
    box-shadow:none;
}
.geg-header .navbar-toggler{
    padding:0;
    font-size:24px;
    color:#fff;
}
/* Mobile Slide-in Navigation */
.geg-header .mobile-nav {
    position: fixed;
    top: 0;
    right: -100%; /* Hidden initially */
    width: 75%;
    max-width: 300px;
    height: 100vh;
    background: var(--geg-blue);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

/* When menu is active, slide it in */
.geg-header .mobile-nav.active {
    right: 0;
}

/* Close button */
.geg-header .close-btn {
    font-size: 24px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    align-self: flex-end;
}

/* Overlay for dimming background */
.geg-header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: 1049;
}

.geg-header .overlay.active {
    visibility: visible;
    opacity: 1;
}
.geg-header .mobile-nav .geg-btn::before{
    background: var(--geg-green);
    width:100%;
    height:100%;
}
.geg-header .mobile-nav .geg-btn::before{
    background: var(--geg-green);
    width:100%;
    height:100%;
}
.geg-header.sticky .mobile-nav .nav-link {
    color: #fff;
}

.geg-header.sticky .mobile-nav .lang-btn {
    color: #fff;
}
.geg-header .mobile-nav .geg-btn {
  color: #fff;
  border: 0;
}
/*.geg-header .mobile-nav .geg-btn:hover {*/
/*  color: #fff;*/
/*}*/
.geg-header.sticky .navbar-toggler {
  padding: 0;
  font-size: 24px;
  color: var(--geg-blue);
}
.geg-header .mobile-nav .navbar-nav{
    padding:0 0 15px;
}
.geg-header .mobile-nav .head-right{
    gap:15px;
}
.geg-header .navbar-brand {
    padding: 0;
}
.geg-footer {
    background-color: #fff;
}
.geg-footer .upper-row {
    padding-bottom: 120px;
    padding-top: 70px;
    background-color: #fff;
    background-image: url("../images/foot-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 200px;
}

.geg-footer .foot-brand {
    height: 84px;
    margin-bottom: 20px;
}
.geg-footer .foot-col p {
    font-family: var(--text-light);
    color: var(--text-gray);
    margin-bottom: 30px;
}
.geg-footer .foot-col h4 {
    color: var(--text-black);
    padding: 20px 0;
    font-size: 14px;
}
.geg-footer .foot-col h4 {
    color: var(--text-black);
    padding: 20px 0;
    font-size: 14px;
}
.geg-footer .foot-col ul {
    color: var(--text-black);
    list-style: none;
    padding: 0;
}
.geg-footer .foot-col ul li {
    margin-bottom: 15px;
    cursor: pointer;
}
.geg-footer .foot-col ul li a {
    color: var(--text-black);
    font-family: var(--text-light);
    text-decoration: none;
    line-height: 1;
}
.geg-footer .foot-col .social-ul {
    display: flex;
    align-items: center;
    gap: 4px;
}
.social-btn {
    border: 1px solid #29389540;
    color: var(--text-black);
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays within the button */
    z-index: 0;
    transition: color 0.2s ease, border 0.2s ease;
    font-size: 14px;
}

.social-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0%;
    border-radius: 999px;
    background: var(--btn-hover);
    z-index: -1; /* Keeps the pseudo-element behind the button content */
    transition: width 0.3s ease, height 0.3s ease;
    transform-origin: bottom left; /* Ensures animation starts from bottom-left */
}

.social-btn:hover {
    color: #fff;
    border: 1px solid transparent;
}
.social-ul .social-btn a {
    margin-top: 2px;
}
.social-ul .social-btn:hover a {
    color: #fff;
}
.social-btn:focus {
    box-shadow: none;
}
.social-btn:hover::before {
    width: 100%;
    height: 100%;
}
.geg-seperator {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #293895 0%, #92c83e 100%);
}
.geg-footer .credit-foot {
    padding: 10px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geg-footer .credit-foot p {
    font-size: 14px;
    font-family: var(--text-light);
    margin: 0;
}
.hero-banner {
    /*padding: 0 20px;*/
}
.hero-home {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 741px;
}
.hero-home .geg-container {
    padding: 0 100px;
}
.hero-home video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*border-radius: 10px;*/
}

.hero-home .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    background: #29389599;
    color: #fff;
    width: 100%;
    /*border-radius: 8px;*/
    padding-bottom: 120px;
    align-items: flex-end;
}
.hero-home .overlay-text h1 {
    font-size: 48px;
    line-height: 58px;
}
.hero-home .overlay-text p {
    font-family: var(--text-light);
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}
.hero-home .top-hero {
    max-width: 630px;
    width: 100%;
}
.hero-home .bottom-hero,
.home-intro .bottom-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geg-shape-btn {
    border: 1px solid transparent;
    color: #fff;
    border-radius: 9999px;
    width: fit-content;
    padding: 10px 20px;
    height: 42px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays within the button */
    z-index: 0;
    transition: color 0.2s ease, border 0.2s ease;
    font-size: 17px;
    font-family: var(--text-light);
    line-height: 22px;
    text-decoration: none;
}
.geg-shape-btn .round-left {
    height: 22px;
    width: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--geg-green);
    border-radius: 999px;
    transition: 0.3s ease;
}
.geg-shape-btn .round-left::after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    right: -5px;
    background: #fff;
    border-radius: 2px;
}
.geg-shape-btn span {
    padding: 4px 8px 0 13px;
}
.geg-shape-btn i {
    font-size: 10px;
    display: none;
    transition: 0.3s ease;
}
.geg-shape-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0%;
    border-radius: 999px;
    background: var(--btn-hover);
    z-index: -1; /* Keeps the pseudo-element behind the button content */
    transition: width 0.3s ease, height 0.3s ease;
    transform-origin: bottom left; /* Ensures animation starts from bottom-left */
}
.geg-shape-btn:hover .round-left {
    opacity: 0;
    width: 0;
    height: 0;
}
.geg-shape-btn:hover i {
    display: block;
}
.geg-shape-btn:hover span {
    padding-left: 0;
}
.geg-shape-btn:hover {
    color: #fff;
    border: 1px solid transparent;
}
.geg-shape-btn:hover a {
    color: #fff;
}
.geg-shape-btn:focus {
    box-shadow: none;
}
.geg-shape-btn:hover::before {
    width: 100%;
    height: 100%;
}
.geg-shape-btn.blue {
    color: var(--geg-blue);
}

.geg-shape-btn.blue .round-left::after {
    background-color: var(--geg-blue);
}
.geg-shape-btn.blue:hover {
    color: #fff;
}
.geg-round {
    height: 58px;
    width: 58px;
    border-radius: 999px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.geg-round::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: var(--geg-blue);
    right: 15px;
    bottom: 15px;
    border-radius: 999px;
}
.geg-round.blue {
    background-color: var(--geg-blue);
}
.geg-round.blue::after {
    background-color: #fff;
}

.geg-round-arrow {
    height: 58px;
    width: 58px;
    border-radius: 999px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geg-round-arrow.blue {
    background-color: var(--geg-blue);
}

.home-intro {
    position: relative;
    background-image: url("../images/intro-bg.png");
    background-repeat: no-repeat;
    background-size: 370px auto;
    background-position: right bottom;
}
.home-intro .geg-container {
    padding: 90px 120px;
}
.home-intro .nav {
    gap: 20px;
    margin-bottom: 50px;
}

.home-intro .nav .geg-btn.active {
    background-color: var(--geg-green);
    color: #fff;
    border-color: transparent;
}

.home-intro h2 {
    color: var(--geg-blue);
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
}
.home-intro p {
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
    max-width: 850px;
}
.home-intro .col-4 img {
    border-radius:10px;
}
.geg-numbers {
    background-attachment: fixed;
    background-image: url("../images/hero-number.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.geg-numbers .number-inner {
    padding: 120px 0;
    background-color: rgba(256, 256, 256, 0.75);
    height: 100%;
}
.geg-numbers .number-inner .number-wrap {
    gap: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.geg-numbers .number-inner h2 {
    font-size: 40px;
    line-height: 48px;
    color: var(--geg-blue);
    /*border-bottom: 2px solid;*/
    /*border-image: linear-gradient(90deg, #293895 0%, #92c83e 100%) 1;*/
    width: fit-content;
    margin-bottom: 60px;
}
.geg-numbers .number-box {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--geg-blue);
    border-radius: 8px;
    width: 310px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.geg-numbers .number-box:hover {
    background-color: var(--geg-green);
}
.geg-numbers .number-box .icon-box {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1.5px solid #fff;
    border-radius: 999px;
    margin-bottom: 8px;
}

.geg-numbers .number-box p {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--text-light);
    color: #fff;
    margin: 0;
}
.geg-numbers .number-box p.number {
    font-size: 40px;
    line-height: 51px;
    font-family: var(--text-bold);
    float:left;
}
.geg-numbers .number-box p.unit {
    font-size: 30px;
    line-height: 38px;
}
.geg-services {
    padding: 80px 0;
    background: #2938950d;
}
.geg-services {
    padding: 80px 0;
    background: #2938950d;
}
.geg-services .services-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.geg-services .services-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}
.geg-services .services-top h2 {
    font-size: 40px;
    line-height: 48px;
    color: var(--geg-blue);
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #293895 0%, #92c83e 100%) 1;
    width: fit-content;
    margin-bottom: 10px;
}
.geg-services .services-top p {
    line-height: 20px;
    color: var(--text-gray);
    font-family: var(--text-light);
}
.geg-services .service-list {
    overflow: hidden;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.geg-services .service-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.geg-services .service-box:nth-child(4n + 1)  {
    width: 400px;
    height: 280px;
}
.geg-services .service-box:nth-child(4n + 2)  {
    width: 545px;
    height: 468px;
}
.geg-services .service-box:nth-child(4n + 3)  {
    width: 402px;
    height: 468px;
}
.geg-services .service-box:nth-child(4n + 4)  {
    width: 260px;
    height: 280px;
}
.geg-services .service-box .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.geg-services .service-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.geg-services .service-box h2 {
    position: relative;
    margin-top: -39px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
}
.geg-services .service-box h2 {
    position: relative;
    margin-top: -39px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding-left: 20px;
}
.geg-services .detail-box {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    background: #92c83ee5;
    padding: 30px 28px;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-10deg); /* Initial state */
    transition: background 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out,
        transform 0.4s ease-in-out;
}

.geg-services .service-box:hover .detail-box {
    width: 100%;
    height: 100%;
    background: #92c83ee5;
    opacity: 1;
    transform: translate(0, 0) rotate(0deg); /* Final state */
}
.geg-services .service-box:hover .img-wrap > h2 {
    display: none;
}
.geg-services .detail-box.dark {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity 0.2s ease-in-out;
    transform: none;
}
.geg-services .service-box:hover .detail-box.dark {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.geg-services .detail-box h2 {
    color: #fff;
    line-height: 35px;
    padding-left: 0;
    font-size: 32px;
    font-family: var(--text-bold);
    margin-top: 0;
    margin-bottom: 10px;
}
.geg-services .detail-box p {
    color: #fff;
    line-height: 27px;
    font-size: 18px;
    font-family: var(--text-light);
}
.geg-services .detail-box .geg-round-arrow {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 10;
}
.geg-services .detail-box.dark .geg-round-arrow {
    position: static;
}
.geg-services .detail-box.dark svg path {
    fill: var(--geg-blue) !important;
}
.geg-services .detail-box.dark .geg-round-arrow:hover {
    background-color: var(--geg-green);
}
.geg-services .detail-box.dark .geg-round-arrow:hover svg path {
    fill: #fff !important;
}
.geg-services .text-service {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
}

.geg-clients .img-col {
    padding: 60px 0;
    border-right: 1px solid #80808080;
    text-align: center;
}
.geg-clients h2 {
    margin: 0 auto;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: var(--text-light);
}
.geg-clients h2 span {
    font-family: var(--text-bold);
}

.geg-clients .client-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.geg-clients .client-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.geg-clients .client-img button.active {
    background: transparent;
}
.geg-clients .client-img img,
.geg-clients .project-col img {
    object-fit: contain;
    height: 72px;
    width: 164px;
}
.geg-clients .project-box {
    padding: 60px 70px;
}
.geg-clients .project-col h2 {
    margin: 0 0 30px;
}
.geg-clients .project-col p {
    margin: 0 0 20px;
    font-size: 18px;
    color: var(--text-gray);
    font-family: var(--text-light);
}
.geg-clients .project-col .tab-content {
    height: 100%;
}
.geg-clients .project-col .tab-pane {
    height: 100%;
}.geg-clients .project-col .row {
    height: 100%;
}
.geg-clients .bg-col img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.geg-news {
    padding: 100px 0;
    background: #2938950d;
}
.geg-news .news-col {
    gap: 20px;
}
.geg-news .news-col img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.geg-news .news-col h3 {
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 15px;
    color: var(--geg-blue);
}
.geg-news .news-col h3 {
    font-size: 28px;
    margin-bottom: 5px;
    color: var(--geg-blue);
}
.geg-news .news-col p {
    font-family: var(--text-light);
    color: var(--text-gray);
}
.geg-news .news-box {
    margin-bottom: 40px;
}
.geg-news .img-news {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.geg-news .img-news .hover-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity 0.2s ease-in-out;
}

.event-grid .img-news {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius:10px;
}
.event-grid img {
    border-radius:10px;
    height:100%;
    object-fit:cover;
        width: 100%;
}
.event-grid .img-news .hover-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity 0.2s ease-in-out;
    flex-direction:column;
    color:#fff;
    padding:0 40px;
}
.event-grid .img-news:hover .hover-icon {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.geg-news .img-news:hover .hover-icon {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.geg-news .img-news .hover-icon svg path {
    fill: var(--geg-blue) !important;
}
.geg-news .img-news .hover-icon .geg-round-arrow:hover {
    background-color: var(--geg-green);
}
.geg-news .img-news .hover-icon .geg-round-arrow:hover svg path {
    fill: #fff !important;
}

@media (max-width: 1600px) {
    .geg-services .detail-box h2 {
        font-size: 14px;
    }
}
.truncate {
    display: -webkit-box; /* Makes the element flexible for line clamping */
    -webkit-box-orient: vertical; /* Sets the box orientation */
    overflow: hidden; /* Hides the overflowing text */
    -webkit-line-clamp: 2; /* Limits the text to 2 lines */
    white-space: normal; /* Ensures the text wraps */
    line-clamp: 2;
}

/* About Us */

.hero-page {
    padding: 0;
}
.page-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 380px;
    border-radius: 0;
    background-image: url("../images/hero-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-hero .geg-container {
    padding: 0 100px;
}

.page-hero .overlay-text {
    display: flex;
    height: 100%;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding-bottom: 60px;
    align-items: flex-end;
    background: #29389599;
}
.page-hero .overlay-text h1 {
    font-size: 48px;
    line-height: 58px;
}
.page-hero .overlay-text p {
    font-family: var(--text-light);
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}
.page-hero .top-hero {
    max-width: 600px;
    width: 100%;
}
.page-hero .bottom-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-overview {
    padding: 90px 0 120px;
}
.sec-overview .upper-view {
    padding-bottom: 100px;
}
.sec-overview .upper-view h3 {
    color: var(--geg-blue);
    font-size: 25px;
}
.sec-overview .upper-view p {
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
}
.sec-overview .bottom-view h3 {
    color: var(--geg-blue);
    font-size: 25px;
    margin-bottom: 30px;
}
.sec-overview .view-col {
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.sec-overview .view-col img {
    filter: sepia(var(--value, 100%));
    transition: filter 0.3s ease-in-out;
    height: 640px;
    border-radius: 8px;
    position: relative;
    width: 100%;
}
.sec-overview .overlay-text {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: filter 0.3s ease-in-out;
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: 0.3s ease-in-out;
}
.sec-overview .overlay-text h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}
.sec-overview .overlay-text p {
    color: #fff;
    font-family: var(--text-light);
    margin-bottom: 0;
    display: none;
    transition: 0.3s ease-in-out;
}

.sec-overview .view-col:hover img {
    filter: none;
}
.sec-overview .view-col:hover p {
    display: block;
}
.sec-overview .view-col:hover .overlay-text {
    align-items: flex-start;
    justify-content: end;
}

.sec-message {
    padding: 0 20px;
}

.sec-message .msg-inner {
    position: relative;
    border-radius: 8px;
    overflow: hidden; /* Ensures the background image stays within the border */
}

.sec-message .msg-inner .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    z-index: 1; /* Keeps it behind the content */
}

.sec-message .msg-inner .geg-container {
    position: relative;
    padding: 0 100px;
    background: rgba(18, 18, 18, 0.6);
    border-radius: 10px;
    z-index: 2; /* Ensures it stays above the background */
}

.sec-message .msg-inner:hover .background-image {
    transform: scale(1.2); /* Zoom in the background image */
}

.sec-message .msg-inner .geg-container:hover {
    animation: white-flash 0.2s ease-in-out;
}

.sec-message .msg-inner .ceo-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    max-height: 790px;
    margin: 0 auto;
}

.sec-message .msg-inner p {
    color: #fff;
    font-size: 18px;
    font-family: var(--text-light);
    line-height: 24px;
}

.sec-message .msg-inner p.head-msg {
    color: #fff;
    font-size: 25px;
}

.about-team {
    padding: 150px 0 0;
}
.about-team .team-row {
    padding-top: 50px;
    min-height: 1000px;
}

.about-team .team-row .team-col {
    position: relative;
    overflow: hidden;
    transition: 0.2s ease-in-out;
}
.about-team .team-row .team-col img {
    object-fit: cover;
    width: 100%;
    height: 390px;
}
.about-team .team-row .team-col .team-caption {
    position: absolute;
    bottom: 0;
    background: var(--geg-blue);
    left: 0;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    opacity: 0; /* Start hidden */
    transform: translateY(100%); /* Slide down by default */
    transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth transition */
}
.about-team .team-row .team-col .team-caption .title {
    font-size: 24px;
    font-family: var(--text-normal);
    margin: 0;
}
.about-team .team-row .team-col .team-caption p {
    font-size: 16px;
    font-family: var(--text-light);
    margin: 0;
    color: #fff;
}
.about-team .team-row .team-col:hover {
    cursor: pointer;
}
.about-team .team-row .team-col:hover .team-caption {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Move back to the original position */
}
.team-row .col:nth-child(2n) .team-col {
    border-radius: 50px;
}
.team-row .col {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.team-row .col:nth-child(2n) {
    align-self: center;
}

.sec-awards {
    padding-top: 150px;
}
.sec-awards p {
    font-family: var(--text-light);
    font-size: 18px;
    color: var(--text-gray);
}

/* Swiper css */

.main-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.thumbnail-slider {
    position: relative;
    overflow: hidden;
}
.main-slider .swiper-slide img {
    max-height: 600px;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.thumbnail-slider .swiper-slide {
    border: 3px solid #121212;
    border-radius: 10px;
}
.thumbnail-slider .swiper-slide img {
    aspect-ratio: 2 / 1;
    width: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    background: #fff !important;
    height: 40px !important;
    width: 40px !important;
    overflow: hidden;
    border: 1px solid #29389540;
    color: #121212 !important;
    border-radius: 999px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 10px !important;
}

.hse-about {
    padding-top: 150px;
}
.hse-about .row {
    margin-top: 60px;
}
.hse-about img {
    border-radius: 10px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.hse-about h3 {
    font-size: 25px;
    color: var(--geg-blue);
}
.hse-about p {
    font-size: 18px;
    color: var(--text-gray);
    font-family: var(--text-light);
}

.csr-about {
    margin-top: 150px;
    padding: 0 20px;
}
.csr-about .csr-inner {
    background-color: var(--geg-blue);
    max-height: 640px;
    border-radius: 10px;
    overflow: hidden;
}
.csr-about .geg-container {
    padding: 0 100px;
}
.csr-about .csr-text {
    padding-top: 60px;
    padding-right: 35px;
}
.csr-about h2 {
    color: #fff !important;
    border-image: linear-gradient(90deg, #a04f9e 0%, #92c83e 100%) 1;
}
.csr-about p.quote {
    font-size: 25px;
    color: #fff !important;
    padding: 0 0 30px;
}
.csr-about p {
    font-size: 18px;
    color: #fff !important;
    font-family: var(--text-light);
}
.csr-img {
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
    align-items: center;
    height: auto;
    overflow: hidden;
    margin-top: -260px;
}
.csr-about .vertical-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.csr-about .vertical-img img {
    width: 200px;
    height: 325px;
    object-fit: cover;
}
.csr-about .vertical-img:nth-child(1) img:nth-child(2) {
    border-radius: 50px;
}
.csr-about .vertical-img:nth-child(2) img:nth-child(2n + 1) {
    border-radius: 50px;
}

/* Services */

.services-tab {
    padding-top: 90px;
}
.services-tab .nav {
    gap: 20px;
    padding-bottom: 100px;
}

.services-tab .nav {
    gap: 20px;
    padding-bottom: 100px;
}

.services-tab .nav .geg-btn.active {
    background-color: var(--geg-green);
    color: #fff;
    border-color: transparent;
}
.services-tab h2 {
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    border-image: linear-gradient(90deg, #a04f9e 0%, #92c83e 100%) 1 !important;
}
.services-tab h3 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 25px;
    color: var(--geg-blue);
}
.services-tab p {
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
}
.services-tab img {
    border-radius: 10px;
}
.services-tab .service-top {
    padding-bottom: 50px;
}
.services-tab .service-bottom {
    padding: 0 20px;
}
.services-tab .service-bottom .geg-container {
    padding: 60px 100px;
    background-color: #2938950d;
    border-radius: 10px;
}
.services-tab .service-bottom ul {
    padding: 0 0 0 24px;
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
}
.services-tab .service-bottom .text-box {
    margin-bottom: 20px;
}
.services-tab .service-bottom .title {
    color: var(--text-gray);
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--text-normal);
}

/* Tabs */

.geg-tabs .nav {
    gap: 20px;
    padding-bottom: 100px;
}

.geg-tabs .nav .geg-btn.active {
    background-color: var(--geg-green);
    color: #fff;
    border-color: transparent;
}

/* Projects */

.projects-tab {
    padding-top: 90px;
}

.projects-tab h2 {
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    border-image: linear-gradient(90deg, #a04f9e 0%, #92c83e 100%) 1 !important;
}
.projects-tab .project-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    border-radius: 10px;
}
.projects-tab .project-img img {
    width: 100% !important;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}
.projects-tab .proj-detail {
    background-color: var(--geg-green);
    padding: 0 20px;
    height: 100px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0; /* Start hidden */
    transform: translateY(100%); /* Slide down by default */
    transition: opacity 0.4s ease, transform 0.4s ease; /* Smooth transition */
}
.projects-tab .project-img:hover .proj-detail {
    opacity: 1; /* Start hidden */
    transform: translateY(0); /* Slide down by default */
}
.projects-tab .proj-detail h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.projects-tab .proj-detail p {
    font-family: var(--text-light);
    margin: 0;
}
.project-row {
    display: grid;
    align-items: center;
    row-gap: 30px;
    column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.project-row-5{
                                    display: grid;
                                    align-items: center;
                                    row-gap: 30px;
                                    column-gap: 15px;
                                    grid-template-columns: repeat(5, 1fr);
                            }
.project-img.swiper-slide {
    transition: width 0.3s ease;
    overflow:hidden;
}
/*.project-img.swiper-slide:hover {*/
/*    width: 20% !important;*/
/*    transition: width 0.3s ease;*/
/*}*/

.project-img.swiper-slide img {
    transition: transform 0.3s ease;
}
.project-img.swiper-slide:hover img {
    transform: scale(1.2);
}

/* Project Detail */
.project-detail {
    padding: 90px 0;
    display: block;
}
.project-detail h2 {
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    border-image: linear-gradient(90deg, #a04f9e 0%, #92c83e 100%) 1 !important;
}
.project-detail h3 {
    line-height: 1;
    font-size: 25px;
    color: var(--geg-blue);
}
.project-detail h4 {
    line-height: 1;
    margin-bottom: 20px;
    font-family: var(--text-light);
    color: var(--geg-blue);
    font-size: 16px;
}
.project-detail p {
    font-family: var(--text-light);
    color: var(--text-gray);
    font-size: 18px;
}
.project-detail img {
    border-radius: 10px;
}

/* News & Media */

.geg-media {
    padding: 90px 0 120px;
    overflow: hidden;
}
.geg-media .swiper {
    overflow: visible !important;
}
.geg-media .media-row .swiper-slide {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    overflow: visible;
}
.geg-media .media-row .swiper-slide:hover {
    transform: translateY(-30px);
    position: relative;
    z-index: 999;
}
.geg-media .media-row img {
    height: 440px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.news-page {
    padding: 0 20px;
    background-color: transparent !important;
}
.news-page .geg-container {
    padding: 100px;
    background-color: var(--geg-blue) !important;
    border-radius: 10px;
}
.news-page h2,
.news-page h3,
.news-page p {
    color: #fff !important;
}
.news-page .news-nav ul {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 8px;
}
.news-page .news-nav ul li {
    font-size: 15px;
    font-family: var(--text-light);
    color: #fff;
}
.news-page .news-nav ul li a {
    font-size: 15px;
    font-family: var(--text-light);
    color: #fff;
    text-decoration: none;
}
.geg-events {
    padding: 100px 0;
}
.geg-events .top-head {
    margin-bottom: 50px;
}
.geg-events .top-head h2 {
    margin-bottom: 10px;
}
.geg-events .top-head p {
    font-family: var(--text-light);
    font-size: 18px;
    color: var(--text-gray);
    margin-bottom: 0;
}
.event-grid {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: auto auto auto;
    gap: 20px;
    width: 100%;
}
.geg-events .grid-item {
    display: block;
    border-radius: 10px;
}

.geg-events .grid-item.blue {
    grid-row: span 2;
    grid-column: span 1;
    max-height: 820px;
}

.geg-events .grid-item.green {
    max-height: 400px;
}

.geg-events .grid-item.orange {
    max-height: 400px;
}

.geg-events .grid-item.purple {
    max-height: 400px;
    grid-column: span 2;
}
.geg-media.inner-news img {
    border-radius: 10px;
    margin-bottom: 90px;
}
.geg-media.inner-news h3 {
    line-height: 1;
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--geg-blue);
}
.geg-media.inner-news p {
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
}
.geg-media.inner-news ul {
    padding: 0 0 0 24px;
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
}

/* Health & Safety */

.hse-about.hse-page {
    padding: 90px 0 0;
}
.hse-page.sec-awards {
    padding: 120px 0 0;
}
.bottom-hse {
    padding: 100px 0 120px;
}
.bottom-hse p {
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
}
.bottom-hse ul {
    padding: 0 0 0 24px;
    color: var(--text-gray);
    font-size: 18px;
    font-family: var(--text-light);
}

/* Contact US */
.pin-geg {
    padding: 90px 0 150px;
}
.pin-geg h2 {
    margin-bottom: 50px !important;
}
.pin-geg img {
    max-height: 630px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.geg-inTouch {
    padding: 0 20px;
}
.geg-inTouch .geg-form {
    background: #2938950d;
    padding: 80px 100px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    align-items: center;
    display: flex;
}
.geg-inTouch .inner-form {
    max-width: 550px;
}
.geg-inTouch .inner-form h2 {
    margin-bottom: 50px;
}
.geg-inTouch .inner-form p {
    color: #121212;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: var(--text-light);
}
.geg-inTouch .geg-map {
    background: var(--geg-blue);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    align-items: center;
    display: flex;
    padding: 80px 0;
}
.geg-inTouch .geg-map .map {
    margin-left: calc(-50%);
    width: 100%;
}
.geg-inTouch .geg-form input {
    border: 1px solid #1212121a;
    padding: 13px 20px;
    font-family: var(--text-light);
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.geg-inTouch .geg-form select {
    border: 1px solid #1212121a;
    padding: 13px 20px;
    font-family: var(--text-light);
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.geg-inTouch .geg-form button {
    border: none;
    height: 50px;
    display: block;
    width: 100%;
    font-family: var(--text-bold);
    font-size: 18px;
    background-color: var(--geg-green);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Careers */
.career-top h2 {
    margin-bottom: 10px !important;
}
.career-top p {
    font-family: var(--text-light);
    margin-bottom: 0 !important;
    color: var(--text-gray);
}
.career-head .upper-view {
    padding-top: 50px;
}

.current-career .opening-top h2 {
    margin-bottom: 10px !important;
}
.current-career .opening-top p {
    font-family: var(--text-light);
    margin-bottom: 0 !important;
    color: var(--text-gray);
}
.search-bar {
    padding: 10px 18px;
    background: #2938950d;
    border-radius: 10px;
    display: flex;
    gap: 18px;
    align-items: center;
    height: 63px;
    margin: 40px 0 60px;
}
.search-bar .input-group {
    margin: 0 !important;
}
.search-bar .input-group .input-group-text {
    background-color: transparent;
    border: none;
    padding: 0 10px 0 0;
}
.search-bar .input-group input {
    background-color: transparent;
    border: none;
    padding: 0 !important;
    color: var(--text-gray);
}
.search-bar .input-group input:focus {
    outline: none;
    box-shadow: none;
}
.search-bar .input-group .search-box {
    border-right: 2px solid #121212;
    border-radius: 0;
}

.search-bar button {
    background-color: transparent;
    border-radius: 999px;
    color: var(--geg-blue);
    border: 1px solid #29389540;
    font-family: var(--text-light);
    padding: 10px 22px;
}
.job-count {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
.job-count p {
    font-size: 25px;
    font-family: var(--text-light);
    color: var(--geg-blue);
}
.job-count p span {
    font-family: var(--text-normal);
}
.job-count select {
    font-size: 18px;
    color: var(--text-gray);
    border: none;
}
.job-count select:focus-visible {
    box-shadow: none;
    border: none;
    outline: none;
}
.job-box {
    background: #2938950d;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
}
.left-box {
    display: flex;
    gap: 20px;
}
.gray-box {
    height: 55px;
    width: 55px;
    border-radius: 10px;
    background: #12121233;
}
.job-detial {
    display: flex;
    flex-direction: column;
}
.job-detial p {
    margin-bottom: 0;
}
.job-detial p.title {
    margin-bottom: 2px;
    font-size: 25px;
    color: #121212;
    line-height: 1;
}
.job-detial p .employee-count {
    margin-bottom: 2px;
    font-size: 14px;
    color: #121212cc;
    font-family: var(--text-light);
}
.job-detial p .dot {
    font-size: 14px;
    color: #293895e5;
    font-family: var(--text-light);
}
.job-detial p .range {
    font-size: 14px;
    color: #293895e5;
    font-family: var(--text-light);
}
.job-detial p.label {
    font-size: 16px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background-color: var(--geg-green);
    width: fit-content;
    line-height: 21px;
    border-radius: 99px;
}
.right-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.right-box .book-btn {
    background-color: var(--geg-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    border-radius: 5px;
}
.right-box p {
    font-size: 14px;
    color: #121212cc;
    margin-bottom: 0;
    font-family: var(--text-light);
}
.subscribe-box {
    padding: 40px 30px;
    background-color: var(--geg-blue);
    border-radius: 10px;
    color: #fff;
}
.subscribe-box h3 {
    margin-bottom: 8px;
    font-size: 18px;
}
.subscribe-box p {
    margin-bottom: 20px;
    font-family: var(--text-light);
}
.subscribe-box input {
    margin-bottom: 10px;
}
.subscribe-box input:focus {
    outline: none;
    box-shadow: none;
}
.subscribe-box button {
    background-color: var(--geg-green);
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.sub-form {
    padding-top: 100px;
}
.form-row {
    padding-top: 40px;
}
.sub-form .form-row .row {
    gap: 30px;
}
.sub-form .form-row .row {
    gap: 30px;
    margin-bottom: 30px;
}
.sub-form input {
    background: #2938950d;
    border-radius: 10px;
    height: 63px;
    color: var(--text-gray);
    border: none;
}
.sub-form input:focus {
    box-shadow: none;
    outline: none;
    background: #2938950d;
}
.sub-form input[type="file"] {
    height: 43px;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 100%;
}
.sub-form textarea {
    background: #2938950d;
    border-radius: 10px;
    color: var(--text-gray);
    border: none;
}
.sub-form .app-btn {
    display: flex;
    justify-content: right;
    width: 100%;
}
.train-dev {
    padding: 100px 0;
}
.train-dev .train-top {
    margin-bottom: 50px;
}
.train-dev .train-top h2 {
    margin-bottom: 10px !important;
}
.train-dev .train-top p {
    font-family: var(--text-light);
    margin-bottom: 0 !important;
    color: var(--text-gray);
}
.train-dev .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

.train-dev .grid-container .grid-item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: 10px;
}
.train-dev .grid-container .grid-item h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 25px;
}
.train-dev .grid-container .grid-item p {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-family: var(--text-light);
}
.train-dev .grid-container .grid-item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.train-dev .grid-container .item1 {
    grid-column: 1 / 3;
    grid-row: 1;
    background-color: var(--geg-blue);
    height: 400px;
    align-self: flex-end;
    padding: 40px;
    justify-content: flex-end;
}
.train-dev .grid-container .item2 {
    background-color: var(--geg-green);
    height: 460px;
    /*padding: 20px;*/
    justify-content: flex-end;
}
.train-dev .grid-container .item3 {
    background-color: #cc883d;
    height: 460px;
    padding: 20px;
    justify-content: flex-end;
}
.train-dev .grid-container .item4 {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
    height: 720px;
}
.train-dev .grid-container .item5 {
    background-color: #a04f9e;
    padding: 20px;
    justify-content: flex-end;
}
.train-dev .grid-container .item7 {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
    background-color: var(--text-gray);
    padding: 40px;
    justify-content: flex-end;
}

/* Clients */
.client-tab .inner {
    margin-bottom: 10px !important;
}
.client-tab .client-major {
    padding: 50px 0 100px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.client-major .img-client {
    height: 210px;
    width: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
.client-major .img-client img {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    object-fit: none;
    opacity: 0;
    height: 0;
    width: 0;
    transition: opacity 0.3s ease-in-out;
}
.client-major .hover-client {
    background: #2938950d;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: opacity 0.3s ease-in-out;
}
.client-major .hover-client p {
    color: var(--geg-blue);
    font-size: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: var(--text-normal);
    margin-bottom: 0;
}
.img-client:hover {
    border: 1px solid #29389580;
    border-radius: 0;
}
.img-client:hover img {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.img-client:hover .hover-client {
    opacity: 0;
}
.review-slider {
    padding: 100px 20px;
}
.review-slider .geg-container {
    padding: 0 100px;
    background-color: var(--geg-blue);
    border-radius: 10px;
}

.rev-text {
    background: #fff;
    padding: 90px 80px 90px 50px;
    height: calc(100% - 100px);
    max-width: 490px;
    width: 100%;
}
.rev-text h2 {
    color: var(--geg-blue);
    font-size: 24px;
    font-family: var(--text-bold);
    margin-bottom: 0 !important;
    text-align: center;
}
.rev-text p.designation {
    color: var(--text-gray);
    font-size: 20px;
    font-family: var(--text-normal);
    margin-bottom: 30px;
    text-align: center;
}
.rev-text p.text-state {
    color: #121212;
    font-size: 14px;
    font-family: var(--text-light);
    margin-bottom: 40px;
    text-align: center;
}
.rev-slider {
    overflow: visible !important;
}
.rev-row .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.rev-row .swiper-slide .img-review {
    height: calc(100% - 40px);
    width: auto;
    object-fit: cover;
    margin-top: -40px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    align-items: flex-end;    
    margin-left: -30px;
}
.rev-row .swiper-slide .img-review img {
    max-height: 560px;
    height: 100%;
    width: 66%;
    border-radius: 0;
    object-fit: cover;
}
.star-box {
    text-align: center;
}
.star-box i {
    color: #cc883d;
    font-size: 26px;
}
.text-vertical {
    position: relative;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding-top: 80px;
}
.text-vertical p {
    font-size: 34px;
    font-family: var(--text-bold);
    color: #fff;
    text-transform: uppercase;
    margin: 0 !important;
    letter-spacing: 0.04em;
    line-height: 39px;
    padding: 0 7px;
}
.text-vertical::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    background: #fff;
    height: 72px;
    width: 133px;
}
.maj-box{
    padding:30px 20px 100px;
}
.maj-box .geg-container{
    padding:80px 100px;
    background: var(--geg-blue);
    border-radius: 10px;
}
.client-btn-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;    
    flex-wrap: wrap;
}
.maj-box-inner .client-btn{
    padding: 12px 40px;
    border-radius: 999px;
    border: 2px solid #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    min-width: 160px;
}
.maj-box-inner .client-btn p{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 0;
}
.maj-box-inner:hover{
    cursor: pointer;
}
.maj-box-inner img {
    opacity: 0;
    height: 0;
    width: 0;
}

.maj-box-inner:hover .client-btn {
    opacity: 0;
    height: 0;
    width: 0;
    display: none;
}

.maj-box-inner:hover img {
    opacity: 1;
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.chat-button {
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999999999;
    width: 64px;
    height: 64px;
}
.chat-button a{
    display: block;
}
.chat-button img{
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.contact-ways{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.way-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.way-box p{
    font-size: 13px !important;
    font-family: var(--text-normal) !important;
    color: #CC883D !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
}
.way-box p .title{
    color: #121212 !important;
}

/* Animations */

@keyframes white-flash {
    0% {
        background: rgba(255, 255, 255, 0.4); /* Light White */
    }
    50% {
        background: rgba(255, 255, 255, 0.6); /* Bright White */
    }
    100% {
        background: rgba(0, 0, 0, 0.6); /* Dim Dark */
    }
}

.img-news img {
  transition: transform .5s ease;
}

.img-news:hover img {
  transform: scale(1.3);
}

.number {
    font-size: 40px;
    line-height: 51px;
    font-family: var(--text-bold);
    color:#fff;
}
