/* Global Touristers Premium v3.0 */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --gt-navy: #061b33;
    --gt-navy2: #082746;
    --gt-gold: #e6b24a;
    --gt-gold2: #f4ce72;
    --gt-ink: #101820;
    --gt-muted: #65707b;
    --gt-soft: #f7f8fa;
    --gt-line: #e6e9ed;
    --gt-white: #fff;
    --gt-radius: 12px;
    --gt-shadow: 0 12px 40px rgba(4, 20, 38, .10)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    color: var(--gt-ink);
    background: #fff;
    line-height: 1.6;
    font-size: 14px;
}

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

a {
    text-decoration: none;
    color: inherit
}

.gt-container {
    width: min(1280px, calc(100% - 40px));
    margin: auto
}

.gt-section {
    padding: 78px 0
}

.gt-eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 16px;
    font-weight: 800;
    color: #c49a42;
    margin-bottom: 8px
}

.gt-title {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    margin: 0 0 18px;
    font-weight: 800
}

.gt-title span {
    color: var(--gt-gold)
}

.gt-lead {
    color: #5f6974;
    font-size: 16px;
    max-width: 650px
}

.gt-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 20px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
    transition: .25s;
    border: 1px solid transparent
}

.gt-btn-gold {
    background: var(--gt-gold);
    color: #101820
}

.gt-btn-gold:hover {
    background: var(--gt-gold2);
    transform: translateY(-2px)
}

.gt-btn-dark {
    background: var(--gt-navy);
    color: #fff
}

.gt-btn-outline {
    border-color: rgba(255, 255, 255, .6);
    color: #fff
}

.gt-btn-outline:hover {
    background: #fff;
    color: var(--gt-navy)
}

/* Header */
.gt-header {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(2, 15, 30, .88), rgba(2, 15, 30, 0));
}

.gt-header-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.gt-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 7px 16px 7px 8px;
    min-width: 155px
}

.gt-brand img {
    height: 60px;
    object-fit: contain
}

.gt-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase
}

.gt-nav a {
    opacity: .95
}

.gt-nav a:hover {
    color: var(--gt-gold2)
}

.gt-menu {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 27px
}

.gt-header .gt-btn {
    padding: 12px 16px;
    font-size: 14px
}

.gt-sticky {
    position: fixed;
    background: rgba(4, 24, 44, .96);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
    animation: gtDrop .3s ease
}

.gt-sticky .gt-header-inner {
    min-height: 64px
}

@keyframes gtDrop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: none
    }
}

/* Hero */
.gt-hero {
    min-height: 690px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #03162a 0%, rgba(3, 22, 42, .84) 40%, rgba(3, 22, 42, .2) 75%), url('../images/p1.png') center/cover no-repeat;
    color: #fff
}

.gt-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(transparent, rgba(2, 13, 25, .55));
    pointer-events: none
}

.gt-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px
}

.gt-kicker {
    font-size: 14px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 700;
    color: #e4c77d;
    margin-bottom: 18px
}

.gt-hero h1 {
    font-size: clamp(48px, 6vw, 78px);
    line-height: .98;
    max-width: 720px;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: -.035em
}

.gt-hero h1 span {
    color: var(--gt-gold)
}

.gt-hero p {
    max-width: 614px;
    color: #e6edf4;
    font-size: 16px
}

.gt-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px
}

.gt-scroll {
    position: absolute;
    z-index: 4;
    bottom: 22px;
    left: 50%;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    transform: translateX(-50%)
}

/* Logo strip */
.gt-trusted {
    padding: 15px 0 18px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #eee
}

.gt-trusted-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.gt-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden
}

.gt-logo-text {
    font-size: 21px;
    font-weight: 900;
    color: #1e4c74;
    white-space: nowrap
}

.gt-logo-text small {
    display: block;
    font-size: 7px;
    letter-spacing: .08em;
    color: #777
}

.gt-logo-round {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid #ef7e2d;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #173d67;
    background: #fff;
    flex: 0 0 auto
}

.gt-logo-sun {
    font-size: 24px;
    color: #dc8930
}

.gt-logo-godrej {
    font-family: cursive;
    color: #76b82a;
    font-size: 24px
}

.gt-logo-tata {
    color: #c32e42;
    font-size: 22px
}

.gt-logo-hdfc {
    color: #ef2b31;
    font-weight: 900
}

/* About */
.gt-about {
    background: #fff
}

.gt-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 60px;
    align-items: center
}

.gt-about-copy p {
    max-width: 520px
}

.gt-mini-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px
}

.gt-mini-stat strong {
    display: block;
    font-size: 32px;
    color: var(--gt-gold)
}

.gt-mini-stat span {
    font-size: 14px;
    text-transform: uppercase;
    color: #69737d;
    font-weight: 700
}

.gt-photo-collage {
    position: relative;
    height: 420px
}

.gt-photo {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: var(--gt-shadow);
    background-size: cover;
    background-position: center
}

.gt-photo.a {
    width: 52%;
    height: 58%;
    left: 0;
    top: 10%;
    clip-path: polygon(12% 0, 100% 0, 90% 100%, 0 100%);
    background-image: url('../images/gallery/12.webp')
}

.gt-photo.b {
    width: 52%;
    height: 50%;
    right: 0;
    top: 0;
    background-image: url('../images/gallery/38.webp')
}

.gt-photo.c {
    width: 48%;
    height: 52%;
    left: 25%;
    bottom: 0;
    background-image: url('../images/gallery/28.webp')
}

.gt-photo.d {
    width: 36%;
    height: 55%;
    right: 2%;
    bottom: 3%;
    background-image: url('../images/gallery/41.webp')
}

/* services */
.gt-services {
    background: #fff
}

.gt-center {
    text-align: center
}

.gt-center .gt-lead {
    margin: 0 auto
}

.gt-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px
}

.gt-card {
    border: 1px solid #e3e5e8;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
    transition: .25s
}

.gt-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(5, 25, 45, .12)
}

.gt-card-img {
    height: 190px;
    background-size: cover;
    background-position: center
}

.gt-card-body {
    padding: 14px
}

.gt-card h3 {
    font-size: 18px;
    margin: 0 0 7px
}

.gt-card p {
    font-size: 14px;
    color: #69737c;
    line-height: 1.5;
    margin: 0 0 14px
}

.gt-more {
    font-size: 14px;
    text-transform: uppercase;
    color: #b8892f;
    font-weight: 900
}

/* destinations */
.gt-dest {
    background: var(--gt-navy);
    color: #fff;
    padding-bottom: 66px
}

.gt-dest .gt-title {
    color: #fff
}

.gt-dest .gt-eyebrow {
    color: #d8b86b
}

.gt-dest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px
}

.gt-destination {
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end
}

.gt-destination:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 35%, rgba(0, 0, 0, .82))
}

.gt-destination span {
    position: relative;
    z-index: 2;
    padding: 15px;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase
}

.gt-dest-cta {
    text-align: center;
    margin-top: 22px
}

/* stats */
.gt-stats {
    background: linear-gradient(90deg, rgba(2, 17, 31, .94), rgba(2, 17, 31, .84)), url('../images/p6.jpg') center/cover;
    color: #fff
}

.gt-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.gt-stat {
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.gt-stat:last-child {
    border: 0
}

.gt-stat strong {
    display: block;
    font-size: 40px;
    color: #fff;
    line-height: 1.1
}

.gt-stat span {
    font-size: 14px;
    color: #e5e9ed
}

/* gallery */
.gt-gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr .75fr .75fr 1.15fr;
    grid-template-rows: 170px 170px;
    gap: 5px;
    margin-top: 30px
}

.gt-gallery-item {
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

.gt-gallery-item.tall {
    grid-row: span 2
}

.gt-gallery-item.wide {
    grid-column: span 2
}

/* testimonials */
.gt-testimonials {
    background: #fafafa
}

.gt-test-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 30px
}

.gt-test {
    background: #fff;
    border: 1px solid #e2e3e4;
    padding: 22px 18px;
    min-height: 220px;
    position: relative
}

.gt-test:before {
    content: '“';
    position: absolute;
    right: 14px;
    top: -2px;
    color: #e2b65a;
    font-size: 60px;
    line-height: 1
}

.gt-test p {
    font-size: 16px;
    color: #5f6974
}

.gt-test strong {
    font-size: 14px;
    display: block;
    margin-top: 18px
}

/* clientele */
.gt-clientele {
    padding: 45px 0
}

.gt-client-logo-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
    margin-top: 25px
}

.gt-client-logo-row .gt-logo-text {
    font-size: 20px
}

/* CTA */
.gt-cta {
    padding: 65px 0;
    background: linear-gradient(90deg, rgba(3, 22, 41, .73), rgba(3, 22, 41, .45)), url('../images/p4.jpg') center/cover;
    color: #fff;
    text-align: center
}

.gt-cta .gt-title {
    color: #fff
}

.gt-cta p {
    color: #f0f3f6
}

/* Footer */
.gt-footer {
    background: #041b31;
    color: #c8d0d8;
    padding: 48px 0 18px
}

.gt-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    gap: 32px
}

.gt-footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .08em;
    margin: 0 0 12px
}

.gt-footer p,
.gt-footer li {
    font-size: 14px;
    color: #b7c1cb
}

.gt-footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.gt-footer li {
    margin: 6px 0
}

.gt-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 28px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
/*
.gt-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.gt-float a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25d366;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .22)
}

.gt-float .quote {
    background: var(--gt-gold);
    color: #101820;
    border-radius: 8px;
    width: auto;
    padding: 0 14px;
    font-size: 14px
}
*/
.gt-float {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 9998;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gt-float-btn {
    position: relative;

    width: 52px;
    height: 52px;

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

    border-radius: 50%;

    color: #fff;
    text-decoration: none;

    box-shadow: 0 8px 25px rgba(6, 26, 49, .18);

    transition:
        width .3s ease,
        border-radius .3s ease,
        transform .3s ease;
}

.gt-float-btn i {
    font-size: 19px;
    line-height: 1;
}

.gt-float-btn span {
    position: absolute;

    right: 60px;

    white-space: nowrap;

    padding: 7px 12px;

    border-radius: 5px;

    background: #061a31;
    color: #fff;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: .5px;

    opacity: 0;
    visibility: hidden;

    transform: translateX(8px);

    transition:
        opacity .25s ease,
        transform .25s ease;
}

.gt-float-btn:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* Quote */

.gt-float-btn.quote {
    background: #d9a441;
    color: #061a31;
}


/* WhatsApp */

.gt-float-btn.whatsapp {
    background: #25D366;
}


/* Facebook */

.gt-float-btn.facebook {
    background: #1877F2;
}


.gt-float-btn:hover {
    transform: translateY(-3px);
}


/* Mobile */

@media (max-width: 600px) {

    .gt-float {
        right: 12px;
        bottom: 15px;
    }

    .gt-float-btn {
        width: 46px;
        height: 46px;
    }

    .gt-float-btn i {
        font-size: 17px;
    }

    .gt-float-btn span {
        display: none;
    }

}

/* inner */
.gt-page-hero {
    padding: 160px 0 80px;
    background: linear-gradient(90deg, rgba(3, 19, 35, .92), rgba(3, 19, 35, .45)), url('../images/p1.png') center/cover;
    color: #fff
}

.gt-page-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    margin: 0;
    text-transform: uppercase
}

.gt-breadcrumb {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #d9bb73;
    margin-bottom: 14px
}

.gt-inner-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center
}

.gt-inner-image {
    min-height: 390px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--gt-shadow)
}

.gt-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px
}

.gt-feature {
    padding: 25px;
    border: 1px solid var(--gt-line);
    border-radius: 14px;
    background: #fff
}

.gt-feature h3 {
    font-size: 17px;
    margin: 0 0 8px
}

.gt-feature p {
    font-size: 13px;
    color: var(--gt-muted);
    margin: 0
}

.gt-package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.gt-package {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb
}

.gt-package .img {
    height: 220px;
    background-size: cover;
    background-position: center
}

.gt-package .body {
    padding: 20px
}

.gt-gallery-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.gt-gallery-page .item {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 14px
}

.gt-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.gt-office {
    background: #fff;
    border: 1px solid var(--gt-line);
    padding: 25px;
    border-radius: 14px
}

.gt-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.gt-form input,
.gt-form select,
.gt-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    font: inherit
}

.gt-form textarea {
    min-height: 140px;
    grid-column: 1/-1
}

.gt-form .full {
    grid-column: 1/-1
}

@media(max-width:1050px) {
    .gt-nav {
        gap: 14px
    }

    .gt-service-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .gt-dest-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .gt-test-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gt-footer-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .gt-footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .gt-contact-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gt-stats-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .gt-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}

@media(max-width:760px) {
    .gt-container {
        width: min(100% - 28px, 1180px)
    }

    .gt-menu {
        display: block
    }

    .gt-nav,
    .gt-header .gt-btn {
        display: none
    }

    .gt-header.open .gt-nav {
        display: flex;
        position: absolute;
        top: 70px;
        left: 14px;
        right: 14px;
        flex-direction: column;
        align-items: flex-start;
        background: #041b31;
        padding: 18px;
        border-radius: 8px;
        z-index: 9;
    }

    .gt-header.open .gt-btn {
        display: inline-flex;
        position: absolute;
        top: 360px;
        left: 14px
    }

    .gt-hero {
        min-height: 740px
    }

    .gt-hero h1 {
        font-size: 44px
    }

    .gt-about-grid,
    .gt-inner-grid {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .gt-photo-collage {
        height: 360px
    }

    .gt-service-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gt-dest-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gt-stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gt-stat {
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .gt-stat:nth-child(2) {
        border-right: 0
    }

    .gt-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 150px 150px 150px
    }

    .gt-gallery-item.tall {
        grid-row: span 2
    }

    .gt-gallery-item.wide {
        grid-column: span 2
    }

    .gt-test-grid {
        grid-template-columns: 1fr
    }

    .gt-feature-grid,
    .gt-package-grid {
        grid-template-columns: 1fr
    }

    .gt-contact-grid {
        grid-template-columns: 1fr
    }

    .gt-form {
        grid-template-columns: 1fr
    }

    .gt-form textarea,
    .gt-form .full {
        grid-column: auto
    }

    .gt-footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .gt-footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .gt-footer-bottom {
        flex-direction: column;
        gap: 8px
    }

    .gt-mini-stats {
        gap: 15px;
        flex-wrap: wrap
    }
}

@media(max-width:480px) {
    .gt-brand {
        min-width: auto
    }

    .gt-brand img {
        width: 120px
    }

    .gt-hero-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .gt-service-grid,
    .gt-dest-grid {
        grid-template-columns: 1fr
    }

    .gt-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .gt-gallery-item,
    .gt-gallery-item.tall,
    .gt-gallery-item.wide {
        height: 190px;
        grid-column: auto;
        grid-row: auto
    }

    .gt-footer-grid {
        grid-template-columns: 1fr
    }

    .gt-footer-grid>div:first-child {
        grid-column: auto
    }

    .gt-stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* =========================================================
   SERVICE MODAL
========================================================= */

.gt-service-number {
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #d9a441;
    margin-bottom: 7px;
}

.gt-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a87516;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .25s ease;
}

.gt-more span {
    transition: transform .25s ease;
}

.gt-more:hover {
    color: #061a31;
}

.gt-more:hover span {
    transform: translateX(5px);
}


/* Modal */

.gt-service-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease, visibility .35s ease;
}

.gt-service-modal.active {
    visibility: visible;
    opacity: 1;
}

.gt-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 12, 24, .82);
    backdrop-filter: blur(8px);
}


/* Modal Box */

.gt-modal {
    position: absolute;
    left: 50%;
    top: 50%;

    width: min(1100px, calc(100% - 40px));
    max-height: calc(100vh - 60px);

    transform: translate(-50%, -46%) scale(.96);

    display: grid;
    grid-template-columns: 42% 58%;

    background: #fff;
    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 35px 100px rgba(0, 0, 0, .35);

    transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.gt-service-modal.active .gt-modal {
    transform: translate(-50%, -50%) scale(1);
}


/* Image */

.gt-modal-image {
    min-height: 620px;
    position: relative;
    overflow: hidden;
}

.gt-modal-image:after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(180deg,
            rgba(2, 15, 30, .05),
            rgba(2, 15, 30, .65));
}

.gt-modal-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}


/* Content */

.gt-modal-content {
    padding: 55px 50px;

    overflow-y: auto;
    max-height: calc(100vh - 60px);
}

.gt-modal-content h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    color: #061a31;

    margin-bottom: 22px;
}

.gt-modal-content p {
    font-size: 15px;
    line-height: 1.75;
    color: #65707c;

    margin: 0 0 17px;
}

.gt-modal-content h4 {
    color: #061a31;
    font-size: 17px;

    margin: 0 0 18px;
}


/* Divider */

.gt-modal-divider {
    height: 1px;
    background: #e7e9ec;

    margin: 28px 0;
}


/* Service list */

.gt-modal-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 20px;

    margin-bottom: 30px;
}

.gt-modal-list-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    color: #59636e;
    font-size: 13px;
    line-height: 1.5;
}

.gt-check {
    flex: 0 0 auto;

    width: 20px;
    height: 20px;

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

    background: #f7e7c2;
    color: #a87516;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 900;
}


/* Exhibition principles */

.gt-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    margin: 25px 0;
}

.gt-principles>div {
    padding: 18px 12px;

    background: #f7f8fa;

    border: 1px solid #e5e7ea;

    border-radius: 8px;

    text-align: center;
}

.gt-principles strong {
    display: block;

    font-size: 13px;

    color: #d9a441;

    margin-bottom: 5px;
}

.gt-principles span {
    display: block;

    font-size: 14px;

    font-weight: 800;

    color: #061a31;
}


/* Quote */

.gt-modal-quote {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 15px 23px;

    background: #061a31;
    color: #fff;

    border-radius: 4px;

    font-size: 14px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: .5px;

    transition: all .25s ease;
}

.gt-modal-quote:hover {
    background: #d9a441;
    color: #111;
}

.gt-modal-quote span {
    transition: transform .25s ease;
}

.gt-modal-quote:hover span {
    transform: translateX(5px);
}


/* Close */

.gt-modal-close {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 20;

    width: 42px;
    height: 42px;

    border: 0;

    border-radius: 50%;

    background: rgba(255, 255, 255, .94);

    color: #061a31;

    font-size: 27px;

    line-height: 1;

    cursor: pointer;

    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);

    transition: all .25s ease;
}

.gt-modal-close:hover {
    background: #d9a441;
    transform: rotate(90deg);
}


/* Prevent page scroll */

body.gt-modal-open {
    overflow: hidden;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .gt-modal {
        grid-template-columns: 1fr;

        width: min(700px, calc(100% - 30px));

        max-height: calc(100vh - 30px);
    }

    .gt-modal-image {
        min-height: 250px;
        height: 250px;
    }

    .gt-modal-content {
        max-height: calc(100vh - 280px);

        padding: 35px 30px;
    }

}


@media (max-width: 600px) {

    .gt-modal {
        width: calc(100% - 18px);

        max-height: calc(100vh - 18px);

        border-radius: 13px;
    }

    .gt-modal-image {
        height: 190px;
        min-height: 190px;
    }

    .gt-modal-content {
        padding: 28px 22px;

        max-height: calc(100vh - 208px);
    }

    .gt-modal-content h2 {
        font-size: 32px;
    }

    .gt-modal-list {
        grid-template-columns: 1fr;
    }

    .gt-principles {
        grid-template-columns: 1fr;
    }

    .gt-modal-close {
        width: 36px;
        height: 36px;

        top: 10px;
        right: 10px;

        font-size: 23px;
    }

}


/* =========================================================
   TRUSTED CLIENTS
========================================================= */

.gt-trusted {
    padding: 32px 0;
    background: #ffffff;
    border-bottom: 1px solid #e8ebee;
    overflow: hidden;
}

.gt-trusted-title {
    text-align: center;

    font-size: 14px;
    font-weight: 800;

    text-transform: uppercase;
    letter-spacing: 2px;

    color: #7b838d;

    margin-bottom: 25px;
}


/* Carousel */

.gt-logo-carousel {
    width: 100%;
    overflow: hidden;

    position: relative;
}


/* Fade edges */

.gt-logo-carousel::before,
.gt-logo-carousel::after {
    content: "";

    position: absolute;
    top: 0;
    bottom: 0;

    width: 100px;

    z-index: 2;

    pointer-events: none;
}

.gt-logo-carousel::before {
    left: 0;

    background: linear-gradient(90deg,
            #ffffff,
            rgba(255, 255, 255, 0));
}

.gt-logo-carousel::after {
    right: 0;

    background: linear-gradient(270deg,
            #ffffff,
            rgba(255, 255, 255, 0));
}


/* Track */

.gt-logo-track {
    display: flex;

    align-items: center;

    width: max-content;

    animation: gtLogoScroll 30s linear infinite;
}


/* Logo */

.gt-logo-item {
    width: 170px;
    height: 80px;

    display: flex;

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

    padding: 15px 25px;

    flex-shrink: 0;
}


.gt-logo-item img {
    max-width: 125px;
    max-height: 55px;

    width: auto;
    height: auto;

    object-fit: contain;

    /*

    filter: grayscale(100%);

    opacity: .65;

    transition:
        filter .3s ease,
        opacity .3s ease,
        transform .3s ease;

    */
}


.gt-logo-item:hover img {
    filter: grayscale(0);

    opacity: 1;

    transform: scale(1.08);
}


/* Infinite animation */

@keyframes gtLogoScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


/* Pause */

.gt-logo-carousel:hover .gt-logo-track {
    animation-play-state: paused;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .gt-trusted {
        padding: 25px 0;
    }

    .gt-trusted-title {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .gt-logo-item {
        width: 135px;
        height: 65px;

        padding: 10px 18px;
    }

    .gt-logo-item img {
        max-width: 100px;
        max-height: 42px;
    }

    .gt-logo-track {
        animation-duration: 24s;
    }

}

/* =========================================================
   CLIENTELE GRID
========================================================= */

.gt-client-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;

    margin-top: 45px;
}

.gt-client-logo-grid .gt-logo-item {
    height: 130px;

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

    padding: 20px;

    background: #ffffff;

    border: 1px solid #e7eaed;

    border-radius: 10px;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.gt-client-logo-grid .gt-logo-item:hover {
    transform: translateY(-5px);

    border-color: #d9a441;

    box-shadow:
        0 15px 35px rgba(6, 26, 49, .10);
}

.gt-client-logo-grid .gt-logo-item img {
    max-height: 90px;

    width: auto;
    height: auto;

    object-fit: contain;


}

.gt-client-logo-grid .gt-logo-item:hover img {
    opacity: 1;

    filter: grayscale(0);

    transform: scale(1.05);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .gt-client-logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .gt-client-logo-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 12px;

        margin-top: 30px;
    }

    .gt-client-logo-grid .gt-logo-item {
        height: 100px;

        padding: 12px;
    }

    .gt-client-logo-grid .gt-logo-item img {
        max-width: 100px;
        max-height: 50px;
    }

}


@media (max-width: 480px) {

    .gt-client-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gt-client-logo-grid .gt-logo-item {
        height: 95px;
    }

}

/* =========================================================
   TESTIMONIALS
========================================================= */

.gt-testimonials {
    background: #f7f8fa;
    overflow: hidden;
}


/* Header */

.gt-testimonials-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 40px;
}


/* Controls */

.gt-testimonial-controls {
    display: flex;
    gap: 10px;
}

.gt-testimonial-controls button {
    width: 46px;
    height: 46px;

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

    padding: 0;

    border: 1px solid #dfe3e7;

    border-radius: 50%;

    background: #ffffff;

    color: #061a31;

    font-size: 18px;

    cursor: pointer;

    transition: all .25s ease;
}

.gt-testimonial-controls button:hover {
    background: #d9a441;
    border-color: #d9a441;

    transform: translateY(-2px);
}


/* Slider viewport */

.gt-testimonial-slider {
    width: 100%;

    overflow: hidden;

    position: relative;
}


/* Track */

.gt-testimonial-track {
    display: flex;

    gap: 20px;

    width: max-content;

    transition:
        transform .55s cubic-bezier(.22, .61, .36, 1);

    will-change: transform;
}


/* Card */

.gt-test {
    flex: 0 0 calc((min(100vw - 48px, 1180px) - 60px) / 4);

    min-height: 290px;

    padding: 30px;

    background: #ffffff;

    border: 1px solid #e4e7ea;

    border-radius: 12px;

    display: flex;

    flex-direction: column;

    box-sizing: border-box;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.gt-test:hover {
    transform: translateY(-5px);

    border-color: rgba(217, 164, 65, .5);

    box-shadow:
        0 18px 40px rgba(6, 26, 49, .10);
}


/* Stars */

.gt-stars {
    color: #d9a441;

    font-size: 13px;

    letter-spacing: 3px;

    margin-bottom: 18px;
}


/* Text */

.gt-test p {
    color: #68727e;

    font-size: 14px;

    line-height: 1.75;

    margin: 0;

    flex: 1;
}


/* Client */

.gt-test-client {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 25px;
}

.gt-test-client strong {
    color: #061a31;

    font-size: 14px;

    line-height: 1.4;
}

.gt-client-line {
    width: 22px;
    height: 2px;

    background: #d9a441;

    flex-shrink: 0;
}


/* Dots */

.gt-testimonial-dots {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 7px;

    margin-top: 30px;
}

.gt-testimonial-dot {
    width: 7px;
    height: 7px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #cbd1d7;

    cursor: pointer;

    transition: all .25s ease;
}

.gt-testimonial-dot.active {
    width: 24px;

    border-radius: 10px;

    background: #d9a441;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .gt-test {
        flex-basis: calc((min(100vw - 48px, 1180px) - 20px) / 2);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .gt-testimonials-header {
        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 25px;
    }

    .gt-testimonial-controls {
        margin-top: 5px;
    }

    .gt-test {
        flex-basis: calc(100vw - 34px);

        min-height: 280px;

        padding: 25px;
    }

}



/* =========================================================
   UNIQUE PROPOSITIONS
========================================================= */

.gt-unique {
    position: relative;

    background:
        linear-gradient(135deg,
            #f7f8fa 0%,
            #ffffff 50%,
            #f5f6f8 100%);

    overflow: hidden;
}


/* Decorative circles */

.gt-unique::before {
    content: "";

    position: absolute;

    width: 550px;
    height: 550px;

    right: -260px;
    top: -250px;

    border-radius: 50%;

    border:
        1px solid rgba(217, 164, 65, .16);

    pointer-events: none;
}


.gt-unique::after {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    left: -220px;
    bottom: -250px;

    border-radius: 50%;

    background:
        rgba(217, 164, 65, .035);

    pointer-events: none;
}


/* =========================================================
   HEADER
========================================================= */

.gt-unique-header {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr) minmax(300px, .7fr);

    gap: 80px;

    align-items: end;

    margin-bottom: 45px;
}


.gt-unique-header .gt-title {
    max-width: 700px;
}


.gt-unique-header .gt-title span {
    color: #d9a441;
}


.gt-unique-intro {
    padding-left: 30px;

    border-left:
        2px solid #d9a441;
}


.gt-unique-intro p {
    margin: 0;

    color: #69737e;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   RFQ BANNER
========================================================= */

.gt-rfq-banner {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 22px;

    padding: 25px 30px;

    margin-bottom: 28px;

    background:
        linear-gradient(135deg,
            #061a31,
            #0b2d4d);

    border-radius: 12px;

    box-shadow:
        0 15px 40px rgba(6, 26, 49, .12);
}


.gt-rfq-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 auto;

    display: flex;

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

    border-radius: 50%;

    background: #d9a441;

    color: #061a31;

    font-size: 21px;

    font-weight: 900;
}


.gt-rfq-content span {
    display: block;

    color: #f1c56a;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 5px;
}


.gt-rfq-content h3 {
    color: #ffffff;

    font-size: 17px;

    line-height: 1.5;

    margin: 0;

    font-weight: 600;
}


/* =========================================================
   PROPOSITION GRID
========================================================= */

.gt-proposition-grid {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 16px;
}


/* =========================================================
   CARD
========================================================= */

.gt-proposition {
    position: relative;

    min-height: 320px;

    padding: 28px;

    background: #ffffff;

    border:
        1px solid #e5e8eb;

    border-radius: 12px;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.gt-proposition:hover {
    transform:
        translateY(-7px);

    border-color:
        rgba(217, 164, 65, .55);

    box-shadow:
        0 25px 55px rgba(6, 26, 49, .10);
}


/* Gold top animation */

.gt-proposition::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 0;
    height: 3px;

    background: #d9a441;

    transition:
        width .4s ease;
}


.gt-proposition:hover::before {
    width: 100%;
}


/* =========================================================
   CARD TOP
========================================================= */

.gt-proposition-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 30px;
}


.gt-proposition-number {
    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    color: #a87516;
}


.gt-proposition-icon {
    width: 42px;
    height: 42px;

    display: flex;

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

    border-radius: 50%;

    background:
        #f8edda;

    color: #a87516;

    font-size: 17px;

    font-weight: 800;

    transition:
        all .3s ease;
}


.gt-proposition:hover .gt-proposition-icon {
    background: #061a31;

    color: #f1c56a;

    transform:
        rotate(8deg);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.gt-proposition h3 {
    color: #061a31;

    font-size: 19px;

    line-height: 1.3;

    margin: 0 0 13px;
}


.gt-proposition p {
    color: #707984;

    font-size: 13.5px;

    line-height: 1.7;

    margin: 0;
}


/* Bottom line */

.gt-proposition-line {
    width: 35px;
    height: 2px;

    margin-top: auto;

    background: #d9a441;

    transition:
        width .35s ease;
}


.gt-proposition:hover .gt-proposition-line {
    width: 70px;
}


/* =========================================================
   FEATURED CARD
========================================================= */

.gt-proposition-featured {
    background:
        linear-gradient(145deg,
            #061a31,
            #0b2d4d);

    border-color:
        #061a31;
}


.gt-proposition-featured h3 {
    color: #ffffff;
}


.gt-proposition-featured p {
    color:
        rgba(255, 255, 255, .70);
}


.gt-proposition-featured .gt-proposition-number {
    color: #f1c56a;
}


.gt-proposition-featured .gt-proposition-icon {
    background:
        rgba(217, 164, 65, .14);

    color: #f1c56a;
}


.gt-proposition-featured .gt-proposition-line {
    background: #f1c56a;
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.gt-unique-bottom {
    position: relative;

    z-index: 2;

    margin-top: 28px;

    padding:
        23px 28px;

    background: #ffffff;

    border:
        1px solid #e4e7ea;

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;
}


.gt-unique-bottom strong {
    color: #061a31;

    font-size: 21px;
}


.gt-unique-bottom span {
    color: #d9a441;

    font-size: 21px;

    font-weight: 700;

    margin-left: 5px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .gt-proposition-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 900px) {

    .gt-unique-header {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .gt-unique-intro {
        padding-left: 20px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .gt-unique-header {
        margin-bottom: 30px;
    }


    .gt-unique-header .gt-title {
        font-size: 34px;
    }


    .gt-rfq-banner {
        align-items: flex-start;

        padding: 22px;

        gap: 15px;
    }


    .gt-rfq-icon {
        width: 40px;
        height: 40px;

        font-size: 17px;
    }


    .gt-rfq-content h3 {
        font-size: 14px;
    }


    .gt-proposition-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .gt-proposition {
        min-height: 275px;

        padding: 25px;
    }


    .gt-unique-bottom {
        flex-direction: column;

        align-items: flex-start;

        padding: 22px;
    }


    .gt-unique-bottom strong,
    .gt-unique-bottom span {
        font-size: 19px;
    }

}


/* =========================================================
   GALLERY
========================================================= */

.gt-gallery-section {
    background: #ffffff;
    overflow: hidden;
}

.gt-gallery-intro {
    max-width: 650px;

    margin: 15px auto 0;

    color: #707984;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   GRID
========================================================= */
.gt-gallery-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-auto-rows: 230px;

    gap: 14px;

    margin-top: 45px;
}


.gt-gallery-item {
    position: relative;

    display: block;

    overflow: hidden;

    min-height: 0;

    border-radius: 10px;

    background: #061a31;

    text-decoration: none;
}


/* Tall images */

.gt-gallery-item.tall {
    grid-row: span 2;
}


/* Image */

.gt-gallery-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .7s cubic-bezier(.2, .8, .2, 1);
}


/* Overlay */

.gt-gallery-overlay {
    position: absolute;

    inset: 0;

    display: flex;

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

    background:
        linear-gradient(135deg,
            rgba(6, 26, 49, .10),
            rgba(6, 26, 49, .75));

    opacity: 0;

    transition: opacity .35s ease;
}


.gt-gallery-plus {
    width: 52px;
    height: 52px;

    display: flex;

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

    border-radius: 50%;

    background: #d9a441;

    color: #061a31;

    font-size: 28px;

    transform: scale(.7);

    transition: transform .35s ease;
}


.gt-gallery-item:hover img {
    transform: scale(1.08);
}


.gt-gallery-item:hover .gt-gallery-overlay {
    opacity: 1;
}


.gt-gallery-item:hover .gt-gallery-plus {
    transform: scale(1);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .gt-gallery-grid {
        grid-template-columns: repeat(3, 1fr);

        grid-auto-rows: 220px;

        gap: 12px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .gt-gallery-grid {
        grid-template-columns: repeat(2, 1fr);

        grid-auto-rows: 190px;

        gap: 10px;

        margin-top: 30px;
    }

}


@media (max-width: 480px) {

    .gt-gallery-grid {
        grid-template-columns: repeat(2, 1fr);

        grid-auto-rows: 160px;

        gap: 8px;
    }


    .gt-gallery-item {
        border-radius: 7px;
    }


    .gt-gallery-plus {
        width: 40px;
        height: 40px;

        font-size: 22px;
    }

}

/* =========================================================
   GALLERY LIGHTBOX
========================================================= */

.gt-lightbox {
    position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;

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

    padding: 30px;

    background: rgba(3, 13, 25, .94);

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}


/* Active */

.gt-lightbox.active {
    visibility: visible;

    opacity: 1;

    pointer-events: auto;
}


/* Backdrop */

.gt-lightbox-backdrop {
    position: absolute;

    inset: 0;

    background: rgba(3, 13, 25, .94);

    backdrop-filter: blur(8px);
}


/* =========================================================
   CONTENT
========================================================= */

.gt-lightbox-content {
    position: relative;

    z-index: 2;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* Main Image */

.gt-lightbox-content img {
    display: block;

    width: auto;

    height: auto;

    max-width: 88vw;

    max-height: 82vh;

    object-fit: contain;

    border-radius: 6px;

    user-select: none;

    -webkit-user-drag: none;

    box-shadow:
        0 30px 100px rgba(0, 0, 0, .5);

    animation:
        gtLightboxImageIn .3s ease;
}


@keyframes gtLightboxImageIn {

    from {
        opacity: 0;

        transform: scale(.94);
    }

    to {
        opacity: 1;

        transform: scale(1);
    }

}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.gt-lightbox-close {
    position: absolute;

    top: 20px;

    right: 20px;

    z-index: 10;

    width: 48px;

    height: 48px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: rgba(255, 255, 255, .95);

    color: #061a31;

    font-size: 32px;

    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.gt-lightbox-close:hover {
    background: #d9a441;

    color: #061a31;

    transform: rotate(90deg);
}


/* =========================================================
   PREVIOUS / NEXT
========================================================= */

.gt-lightbox-prev,
.gt-lightbox-next {
    position: absolute;

    top: 50%;

    z-index: 10;

    width: 52px;

    height: 52px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, .25);

    border-radius: 50%;

    background: rgba(255, 255, 255, .10);

    color: #ffffff;

    font-size: 38px;

    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    transform: translateY(-50%);

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}


.gt-lightbox-prev {
    left: 25px;
}


.gt-lightbox-next {
    right: 25px;
}


.gt-lightbox-prev:hover,
.gt-lightbox-next:hover {
    background: #d9a441;

    border-color: #d9a441;

    color: #061a31;
}


.gt-lightbox-prev:hover {
    transform:
        translate(-3px, -50%);
}


.gt-lightbox-next:hover {
    transform:
        translate(3px, -50%);
}


/* =========================================================
   COUNTER
========================================================= */

.gt-lightbox-counter {
    position: absolute;

    left: 50%;

    bottom: 20px;

    z-index: 10;

    padding: 7px 15px;

    border-radius: 20px;

    background: rgba(0, 0, 0, .45);

    color: #ffffff;

    font-size: 14px;

    line-height: 1;

    letter-spacing: 1px;

    transform: translateX(-50%);
}


/* =========================================================
   BODY LOCK
========================================================= */

body.gt-lightbox-open {
    overflow: hidden;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .gt-lightbox {
        padding: 15px;
    }


    .gt-lightbox-content img {
        max-width: 94vw;

        max-height: 76vh;

        border-radius: 4px;
    }


    .gt-lightbox-close {
        top: 12px;

        right: 12px;

        width: 42px;

        height: 42px;

        font-size: 28px;
    }


    .gt-lightbox-prev,
    .gt-lightbox-next {
        width: 42px;

        height: 42px;

        font-size: 30px;
    }


    .gt-lightbox-prev {
        left: 10px;
    }


    .gt-lightbox-next {
        right: 10px;
    }


    .gt-lightbox-counter {
        bottom: 15px;

        font-size: 14px;
    }

}


/* =========================================================
   GET A QUOTE MODAL
========================================================= */

.gt-quote-modal {
    position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;

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

    padding: 25px;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}


.gt-quote-modal.active {
    visibility: visible;

    opacity: 1;

    pointer-events: auto;
}


/* Overlay */

.gt-quote-modal-overlay {
    position: absolute;

    inset: 0;

    background:
        rgba(3, 15, 28, .78);

    backdrop-filter:
        blur(7px);
}


/* Dialog */

.gt-quote-modal-dialog {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 720px;

    max-height: 90vh;

    overflow-y: auto;

    background: #ffffff;

    border-radius: 16px;

    box-shadow:
        0 35px 100px rgba(0, 0, 0, .30);

    transform:
        translateY(25px) scale(.97);

    transition:
        transform .35s ease;
}


.gt-quote-modal.active .gt-quote-modal-dialog {

    transform:
        translateY(0) scale(1);

}


/* =========================================================
   HEADER
========================================================= */

.gt-quote-modal-header {

    padding:
        38px 42px 22px;

    border-bottom:
        1px solid #edf0f3;
}


.gt-quote-modal-header .gt-eyebrow {

    margin-bottom: 8px;

}


.gt-quote-modal-header h2 {

    margin: 0 0 8px;

    color: #061a31;

    font-size: 32px;

    line-height: 1.2;

}


.gt-quote-modal-header p {

    margin: 0;

    color: #707984;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   CLOSE
========================================================= */

.gt-quote-modal-close {

    position: absolute;

    top: 18px;

    right: 18px;

    z-index: 5;

    width: 42px;

    height: 42px;

    border: 0;

    border-radius: 50%;

    background: #f1f3f5;

    color: #061a31;

    font-size: 28px;

    line-height: 1;

    cursor: pointer;

    display: flex;

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

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.gt-quote-modal-close:hover {

    background: #d9a441;

    color: #061a31;

    transform:
        rotate(90deg);

}


/* =========================================================
   FORM
========================================================= */

.gt-quote-modal-form {

    padding:
        30px 42px 40px;

}


/* CF7 */

.gt-quote-modal-form .wpcf7-form {

    margin: 0;

}


/* Labels */

.gt-quote-modal-form .wpcf7-form label {

    display: block;

    margin-bottom: 7px;

    color: #182536;

    font-size: 13px;

    font-weight: 600;

}


/* Inputs */

.gt-quote-modal-form .wpcf7-form-control:not(.wpcf7-submit) {

    width: 100%;

    box-sizing: border-box;

    min-height: 48px;

    padding:
        12px 14px;

    border:
        1px solid #dfe4e8;

    border-radius: 7px;

    background: #ffffff;

    color: #182536;

    font-family: inherit;

    font-size: 14px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}


.gt-quote-modal-form .wpcf7-form-control:not(.wpcf7-submit):focus {

    border-color: #d9a441;

    box-shadow:
        0 0 0 3px rgba(217, 164, 65, .12);

}


/* Textarea */

.gt-quote-modal-form textarea.wpcf7-form-control {

    min-height: 110px;

    resize: vertical;

}


/* Submit */

.gt-quote-modal-form .wpcf7-submit {

    min-height: 50px;

    padding:
        0 28px;

    border: 0;

    border-radius: 7px;

    background: #061a31;

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease;
}


.gt-quote-modal-form .wpcf7-submit:hover {

    background: #d9a441;

    color: #061a31;

    transform:
        translateY(-2px);

}


/* CF7 response */

.gt-quote-modal-form .wpcf7-response-output {

    margin:
        20px 0 0 !important;

    padding:
        12px 15px !important;

    border-radius: 6px;

    font-size: 13px;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .gt-quote-modal {

        padding: 12px;

    }


    .gt-quote-modal-dialog {

        max-height: 94vh;

        border-radius: 12px;

    }


    .gt-quote-modal-header {

        padding:
            30px 22px 18px;

    }


    .gt-quote-modal-header h2 {

        font-size: 26px;

    }


    .gt-quote-modal-form {

        padding:
            22px 22px 30px;

    }


    .gt-quote-modal-close {

        top: 12px;

        right: 12px;

        width: 38px;

        height: 38px;

    }

}


/* =========================================================
   BACK TO TOP
========================================================= */

.gt-back-to-top {
    position: fixed;

    left: 25px;
    bottom: 25px;

    z-index: 99990;

    width: 48px;
    height: 48px;

    display: flex;

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

    padding: 0;

    border: 1px solid rgba(217, 164, 65, .35);

    border-radius: 50%;

    background: #061a31;

    color: #ffffff;

    font-size: 22px;

    line-height: 1;

    cursor: pointer;

    opacity: 0;

    visibility: hidden;

    transform:
        translateY(15px);

    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease,
        background .25s ease,
        color .25s ease;
}


.gt-back-to-top.show {
    opacity: 1;

    visibility: visible;

    transform:
        translateY(0);
}


.gt-back-to-top:hover {
    background: #d9a441;

    color: #061a31;

    border-color: #d9a441;

    transform:
        translateY(-3px);
}


@media (max-width: 600px) {

    .gt-back-to-top {
        right: 15px;

        bottom: 15px;

        width: 44px;

        height: 44px;

        font-size: 20px;
    }

}


/* =========================================================
   CAREER CONTACT FORM 7
========================================================= */

.gt-career-form {
    max-width: 900px;
    margin: 0 auto;
    padding: 45px;
    background: #ffffff;
    border: 1px solid #e7eaed;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(6, 26, 49, 0.08);
}


/* =========================================================
   FORM ROW
========================================================= */

.gt-career-form .gt-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}


.gt-career-form .gt-form-group {
    width: 100%;
}


/* =========================================================
   LABEL
========================================================= */

.gt-career-form label {
    display: block;
    margin-bottom: 8px;

    color: #172536;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}


/* =========================================================
   INPUTS
========================================================= */

.gt-career-form input[type="text"],
.gt-career-form input[type="email"],
.gt-career-form input[type="tel"],
.gt-career-form input[type="number"],
.gt-career-form input[type="url"],
.gt-career-form input[type="date"],
.gt-career-form select,
.gt-career-form textarea {

    width: 100%;
    box-sizing: border-box;

    padding: 14px 15px;

    min-height: 50px;

    border: 1px solid #dce2e7;
    border-radius: 7px;

    background: #ffffff;

    color: #172536;

    font-family: inherit;
    font-size: 14px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


/* Placeholder */

.gt-career-form input::placeholder,
.gt-career-form textarea::placeholder {
    color: #a0a8b0;
}


/* Focus */

.gt-career-form input:focus,
.gt-career-form select:focus,
.gt-career-form textarea:focus {

    border-color: #d9a441;

    background: #fffdf9;

    box-shadow:
        0 0 0 3px rgba(217, 164, 65, .12);
}


/* =========================================================
   SELECT
========================================================= */

.gt-career-form select {
    cursor: pointer;

    appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #707984 50%),
        linear-gradient(135deg, #707984 50%, transparent 50%);

    background-position:
        calc(100% - 18px) 21px,
        calc(100% - 13px) 21px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;

    padding-right: 40px;
}


/* =========================================================
   TEXTAREA
========================================================= */

.gt-career-form textarea {

    min-height: 130px;

    resize: vertical;

    line-height: 1.6;
}


/* =========================================================
   FULL WIDTH FIELD
========================================================= */

.gt-career-form .gt-form-full {
    grid-column: 1 / -1;
}


/* =========================================================
   FILE UPLOAD
========================================================= */

.gt-career-form input[type="file"] {

    width: 100%;

    box-sizing: border-box;

    padding: 12px;

    min-height: 50px;

    border: 1px dashed #cbd2d8;

    border-radius: 7px;

    background: #f8f9fa;

    color: #626d78;

    font-family: inherit;

    font-size: 13px;

    cursor: pointer;

    transition:
        border-color .25s ease,
        background .25s ease;
}


.gt-career-form input[type="file"]:hover {

    border-color: #d9a441;

    background: #fffdf8;
}


/* =========================================================
   SUBMIT
========================================================= */

.gt-career-form input[type="submit"],
.gt-career-form .wpcf7-submit {

    display: inline-flex;

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

    min-height: 50px;

    padding: 0 30px;

    border: 0;

    border-radius: 7px;

    background: #061a31;

    color: #ffffff;

    font-family: inherit;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: .2px;

    cursor: pointer;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.gt-career-form input[type="submit"]:hover,
.gt-career-form .wpcf7-submit:hover {

    background: #d9a441;

    color: #061a31;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(217, 164, 65, .22);
}


/* =========================================================
   SUBMIT AREA
========================================================= */

.gt-career-form .gt-submit-row {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    margin-top: 25px;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.gt-career-form .wpcf7-not-valid-tip {

    margin-top: 5px;

    color: #c0392b;

    font-size: 11px;
}


/* =========================================================
   CF7 RESPONSE
========================================================= */

.gt-career-form .wpcf7-response-output {

    margin: 20px 0 0 !important;

    padding: 12px 15px !important;

    border-radius: 6px;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
   SPINNER
========================================================= */

.gt-career-form .wpcf7-spinner {

    margin: 0 0 0 10px;
}


/* =========================================================
   CHECKBOX / RADIO
========================================================= */

.gt-career-form input[type="checkbox"],
.gt-career-form input[type="radio"] {

    accent-color: #d9a441;

}


/* =========================================================
   ACCEPTANCE
========================================================= */

.gt-career-form .wpcf7-acceptance {

    display: block;

    margin-top: 20px;

    color: #707984;

    font-size: 14px;

    line-height: 1.6;
}


.gt-career-form .wpcf7-acceptance label {

    display: flex;

    align-items: flex-start;

    gap: 8px;

    margin: 0;

    color: #707984;

    font-size: 14px;

    font-weight: 400;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .gt-career-form {

        padding: 25px 20px;

        border-radius: 10px;
    }


    .gt-career-form .gt-form-row {

        grid-template-columns: 1fr;

        gap: 18px;

        margin-bottom: 18px;
    }


    .gt-career-form .gt-form-full {

        grid-column: auto;
    }


    .gt-career-form input[type="submit"],
    .gt-career-form .wpcf7-submit {

        width: 100%;
    }


    .gt-career-form .gt-submit-row {

        display: block;
    }

}

/* =========================================================
   GT ENQUIRY FORM
========================================================= */

.gt-form {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

    width: 100%;
}


/* =========================================================
   FIELD
========================================================= */

.gt-form-field {
    width: 100%;
}


/* =========================================================
   INPUT / SELECT / TEXTAREA
========================================================= */

.gt-form-field input,
.gt-form-field select,
.gt-form-field textarea {

    width: 100%;

    box-sizing: border-box;

    border: 1px solid #dce2e7;

    border-radius: 7px;

    background: #ffffff;

    color: #172536;

    font-family: inherit;

    font-size: 15px;

    outline: none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


/* Input */

.gt-form-field input,
.gt-form-field select {

    height: 65px;

    padding:
        0 18px;
}


/* Textarea */

.gt-form-field textarea {

    height: 316px;

    min-height: 316px;

    padding: 18px;

    resize: vertical;

    line-height: 1.6;
}


/* Placeholder */

.gt-form-field input::placeholder,
.gt-form-field textarea::placeholder {

    color: #66717d;

    opacity: 1;
}


/* =========================================================
   SELECT
========================================================= */

.gt-form-field select {

    appearance: none;

    cursor: pointer;

    background-image:
        linear-gradient(45deg,
            transparent 50%,
            #172536 50%),
        linear-gradient(135deg,
            #172536 50%,
            transparent 50%);

    background-position:
        calc(100% - 20px) 28px,
        calc(100% - 15px) 28px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;

    padding-right: 45px;
}


/* =========================================================
   FOCUS
========================================================= */

.gt-form-field input:focus,
.gt-form-field select:focus,
.gt-form-field textarea:focus {

    border-color: #d9a441;

    background: #fffdf8;

    box-shadow:
        0 0 0 3px rgba(217, 164, 65, .12);
}


/* =========================================================
   REQUIREMENT
========================================================= */

/*
   Service       = column 1
   Destination   = column 2
   Requirement   = columns 3 + 4
*/

.gt-requirement-field {

    grid-column:
        3 / 5;

    grid-row:
        2 / 5;
}


/* =========================================================
   SUBMIT
========================================================= */

.gt-form-submit {

    grid-column:
        1 / 3;

    grid-row:
        3;

}


.gt-form-submit .wpcf7-submit {

    width: 100%;

    height: 64px;

    padding: 0 25px;

    border: 0;

    border-radius: 7px;

    background: #e9b444;

    color: #061a31;

    font-family: inherit;

    font-size: 14px;

    font-weight: 500;

    letter-spacing: .2px;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.gt-form-submit .wpcf7-submit:hover {

    background: #061a31;

    color: #ffffff;

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 25px rgba(6, 26, 49, .18);
}


/* =========================================================
   CF7 SPINNER
========================================================= */

.gt-form-submit .wpcf7-spinner {

    position: absolute;

    margin-left: 10px;
}


/* =========================================================
   VALIDATION
========================================================= */

.gt-form-field .wpcf7-not-valid-tip {

    margin-top: 5px;

    color: #d0392b;

    font-size: 11px;
}


.gt-form .wpcf7-response-output {

    grid-column: 1 / -1;

    margin: 5px 0 0 !important;

    padding: 12px 15px !important;

    border-radius: 6px;

    font-size: 13px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .gt-form {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .gt-requirement-field {

        grid-column:
            1 / 3;

        grid-row:
            auto;
    }


    .gt-form-field textarea {

        height: 220px;

        min-height: 220px;
    }


    .gt-form-submit {

        grid-column:
            1 / 3;

        grid-row:
            auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .gt-form {

        grid-template-columns:
            1fr;

        gap: 15px;
    }


    .gt-requirement-field {

        grid-column:
            auto;
    }


    .gt-form-submit {

        grid-column:
            auto;
    }


    .gt-form-field input,
    .gt-form-field select {

        height: 55px;
    }


    .gt-form-field textarea {

        height: 160px;

        min-height: 160px;
    }


    .gt-form-submit .wpcf7-submit {

        height: 55px;
    }

}