/* ================================================================
   PROMPT INDTEC
   Custom stylesheet for XeOne template
   Company: Prompt Indtec
   Location: Mooniyur, Malappuram
   Phone: 9072951555
   Email: promptindtec@gmail.com
================================================================ */

/* ================================================================
   01. ROOT VARIABLES
================================================================ */

:root {
    --prompt-gold: #b57b20;
    --prompt-gold-light: #d5a549;
    --prompt-gold-dark: #80500f;
    --prompt-black: #080b0e;
    --prompt-black-soft: #10151a;
    --prompt-charcoal: #171b1f;
    --prompt-grey: #687078;
    --prompt-light-grey: #f5f5f3;
    --prompt-border: #e2e2de;
    --prompt-white: #ffffff;
    --prompt-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
    --prompt-shadow-dark: 0 18px 50px rgba(0, 0, 0, 0.28);
    --prompt-transition: all 0.35s ease;
}


/* ================================================================
   02. GLOBAL RESET AND TYPOGRAPHY
================================================================ */

html {
    scroll-behavior: smooth;
}

body.prompt-indtec-site {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: var(--prompt-charcoal);
    background: var(--prompt-white);
    font-family: "Montserrat", "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prompt-indtec-site *,
.prompt-indtec-site *::before,
.prompt-indtec-site *::after {
    box-sizing: border-box;
}

.prompt-indtec-site img {
    max-width: 100%;
    height: auto;
}

.prompt-indtec-site a {
    color: inherit;
    text-decoration: none;
    transition: var(--prompt-transition);
}

.prompt-indtec-site a:hover,
.prompt-indtec-site a:focus {
    color: var(--prompt-gold);
    text-decoration: none;
    outline: none;
}

.prompt-indtec-site h1,
.prompt-indtec-site h2,
.prompt-indtec-site h3,
.prompt-indtec-site h4,
.prompt-indtec-site h5,
.prompt-indtec-site h6 {
    margin-top: 0;
    color: var(--prompt-black);
    font-family: "Montserrat", "Open Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

.prompt-indtec-site p {
    margin-top: 0;
    color: var(--prompt-grey);
}

.prompt-indtec-site ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prompt-indtec-site section {
    position: relative;
}

.prompt-indtec-site .container {
    width: 100%;
    max-width: 1180px;
}

.prompt-section {
    position: relative;
    padding: 82px 0;
}

.prompt-section-small {
    padding: 58px 0;
}

.prompt-bg-light {
    background: var(--prompt-light-grey);
}

.prompt-bg-white {
    background: var(--prompt-white);
}

.prompt-bg-dark {
    color: var(--prompt-white);
    background: var(--prompt-black);
}

.prompt-text-gold {
    color: var(--prompt-gold) !important;
}

.prompt-text-white {
    color: var(--prompt-white) !important;
}

.prompt-text-dark {
    color: var(--prompt-black) !important;
}


/* ================================================================
   03. COMMON SECTION HEADING
================================================================ */

.prompt-heading {
    position: relative;
    margin-bottom: 40px;
}

.prompt-heading.text-center {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.prompt-heading .prompt-subtitle {
    display: block;
    margin-bottom: 5px;
    color: var(--prompt-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.prompt-heading h2 {
    position: relative;
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.7px;
    text-transform: uppercase;
}

.prompt-heading.text-center h2::after {
    display: block;
    width: 70px;
    height: 2px;
    margin: 14px auto 0;
    background: var(--prompt-gold);
    content: "";
}

.prompt-heading:not(.text-center) h2::after {
    display: block;
    width: 64px;
    height: 2px;
    margin-top: 14px;
    background: var(--prompt-gold);
    content: "";
}

.prompt-heading p {
    max-width: 720px;
    margin-bottom: 0;
}

.prompt-heading.text-center p {
    margin-right: auto;
    margin-left: auto;
}


/* ================================================================
   04. BUTTONS
================================================================ */

.prompt-btn {
    display: inline-flex;
    min-height: 48px;
    padding: 13px 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    text-transform: uppercase;
    transition: var(--prompt-transition);
}

.prompt-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.prompt-btn:hover i {
    transform: translateX(4px);
}

.prompt-btn-gold {
    border-color: var(--prompt-gold);
    color: var(--prompt-white);
    background: linear-gradient(
        135deg,
        var(--prompt-gold-light),
        var(--prompt-gold)
    );
    box-shadow: 0 10px 25px rgba(181, 123, 32, 0.22);
}

.prompt-btn-gold:hover,
.prompt-btn-gold:focus {
    border-color: var(--prompt-gold-dark);
    color: var(--prompt-white);
    background: var(--prompt-gold-dark);
    transform: translateY(-2px);
}

.prompt-btn-outline {
    border-color: rgba(255, 255, 255, 0.65);
    color: var(--prompt-white);
    background: rgba(0, 0, 0, 0.18);
}

.prompt-btn-outline:hover,
.prompt-btn-outline:focus {
    border-color: var(--prompt-gold);
    color: var(--prompt-white);
    background: var(--prompt-gold);
    transform: translateY(-2px);
}

.prompt-btn-dark {
    border-color: var(--prompt-black);
    color: var(--prompt-white);
    background: var(--prompt-black);
}

.prompt-btn-dark:hover,
.prompt-btn-dark:focus {
    border-color: var(--prompt-gold);
    color: var(--prompt-white);
    background: var(--prompt-gold);
}


/* ================================================================
   05. PRELOADER OVERRIDE
================================================================ */

.prompt-indtec-site .loader {
    background: var(--prompt-black);
}

.prompt-indtec-site .loader .loader-blocks span {
    background: var(--prompt-gold);
}


/* ================================================================
   06. HEADER AND NAVIGATION
================================================================ */

.prompt-header {
    position: relative;
    z-index: 999;
    width: 100%;
    background: var(--prompt-white);
}

.prompt-header .navbar {
    min-height: 88px;
    padding: 0;
    background: var(--prompt-white);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.05);
}

.prompt-header .navbar .container {
    display: flex;
    min-height: 88px;
    align-items: center;
}

.prompt-header .navbar-brand {
    display: flex;
    max-width: 292px;
    margin-right: 30px;
    padding: 8px 0;
    align-items: center;
}

.prompt-header .navbar-brand img {
    width: auto;
    max-width: 270px;
    height: 62px;
    object-fit: contain;
}

.prompt-header .navbar-nav {
    align-items: center;
}

.prompt-header .navbar-nav .nav-item {
    position: relative;
    margin: 0 2px;
}

.prompt-header .navbar-nav .nav-link {
    position: relative;
    padding: 33px 13px;
    color: var(--prompt-black);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15px;
    text-transform: uppercase;
}

.prompt-header .navbar-nav .nav-link::after {
    position: absolute;
    bottom: 22px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--prompt-gold);
    content: "";
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.prompt-header .navbar-nav .nav-link:hover,
.prompt-header .navbar-nav .nav-item.active .nav-link {
    color: var(--prompt-gold);
}

.prompt-header .navbar-nav .nav-link:hover::after,
.prompt-header .navbar-nav .nav-item.active .nav-link::after {
    width: calc(100% - 26px);
}

.prompt-header .prompt-header-quote {
    margin-left: 15px;
}

.prompt-header .prompt-header-quote .prompt-btn {
    min-height: 42px;
    padding: 11px 19px;
    font-size: 11px;
}

.prompt-header.fixedmenu,
.prompt-header .fixedmenu {
    background: var(--prompt-white);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.09);
}

.prompt-header .navbar-toggler {
    width: 42px;
    height: 38px;
    margin-left: auto;
    padding: 5px;
    border: 0;
    outline: 0;
}

.prompt-header .navbar-toggler span {
    display: block;
    width: 27px;
    height: 2px;
    margin: 6px auto;
    background: var(--prompt-black);
    transition: var(--prompt-transition);
}

.prompt-header .navbar-toggler:hover span {
    background: var(--prompt-gold);
}


/* ================================================================
   07. SIDE MENU
================================================================ */

.prompt-indtec-site .side-menu {
    background: linear-gradient(
        145deg,
        var(--prompt-black),
        var(--prompt-black-soft)
    );
}

.prompt-indtec-site .side-menu .inner-wrapper {
    padding: 60px 45px;
}

.prompt-indtec-site .side-menu .navbar-nav .nav-link {
    color: var(--prompt-white);
    font-size: 18px;
    font-weight: 600;
}

.prompt-indtec-site .side-menu .navbar-nav .nav-link:hover,
.prompt-indtec-site .side-menu .navbar-nav .active .nav-link {
    color: var(--prompt-gold);
}

.prompt-indtec-site .side-menu .btn-close i {
    background: var(--prompt-white);
}

.prompt-indtec-site .side-menu .social-icons-simple a:hover {
    color: var(--prompt-gold);
}


/* ================================================================
   08. HERO SECTION / REVOLUTION SLIDER
================================================================ */

.prompt-hero {
    position: relative;
    min-height: 610px;
    overflow: visible;
    background: var(--prompt-black);
}

.prompt-hero .rev_slider_wrapper,
.prompt-hero .rev_slider {
    min-height: 610px !important;
}

.prompt-hero .rev-slidebg {
    filter: saturate(0.88) contrast(1.04);
}

.prompt-hero-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(4, 7, 9, 0.94) 0%,
            rgba(4, 7, 9, 0.78) 35%,
            rgba(4, 7, 9, 0.24) 67%,
            rgba(4, 7, 9, 0.08) 100%
        ),
        linear-gradient(
            0deg,
            rgba(4, 7, 9, 0.42),
            rgba(4, 7, 9, 0.05) 50%
        );
}

.prompt-hero-content {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 620px;
    color: var(--prompt-white);
    white-space: normal;
}

.prompt-hero-content h1 {
    margin-bottom: 18px;
    color: var(--prompt-white);
    font-size: 47px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.08;
    text-transform: uppercase;
}

.prompt-hero-content h1 span {
    display: block;
    color: var(--prompt-gold-light);
}

.prompt-hero-content p {
    max-width: 525px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.75;
}

.prompt-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.prompt-hero .tp-bullets {
    display: none !important;
}

.prompt-hero .tp-leftarrow,
.prompt-hero .tp-rightarrow {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.5) !important;
}

.prompt-hero .tp-leftarrow:hover,
.prompt-hero .tp-rightarrow:hover {
    background: var(--prompt-gold) !important;
}


/* ================================================================
   09. HERO TRUST / FEATURE STRIP
================================================================ */

.prompt-trust-wrapper {
    position: relative;
    z-index: 20;
    max-width: 1120px;
    margin: -54px auto 0;
    padding: 0 15px;
}

.prompt-trust-strip {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(181, 123, 32, 0.46);
    border-radius: 5px;
    color: var(--prompt-white);
    background:
        linear-gradient(
            100deg,
            rgba(11, 14, 17, 0.98),
            rgba(15, 19, 23, 0.98)
        );
    box-shadow: var(--prompt-shadow-dark);
    grid-template-columns: repeat(4, 1fr);
}

.prompt-trust-item {
    position: relative;
    display: flex;
    min-height: 108px;
    padding: 23px 20px;
    align-items: center;
    gap: 15px;
}

.prompt-trust-item:not(:last-child)::after {
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background: rgba(213, 165, 73, 0.25);
    content: "";
}

.prompt-trust-icon {
    display: flex;
    width: 49px;
    min-width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    color: var(--prompt-gold-light);
    font-size: 30px;
}

.prompt-trust-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.prompt-trust-content h4 {
    margin-bottom: 4px;
    color: var(--prompt-gold-light);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.prompt-trust-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    line-height: 1.5;
}


/* ================================================================
   10. SERVICES SECTION
================================================================ */

.prompt-services {
    padding-top: 95px;
    background: var(--prompt-white);
}

.prompt-services-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prompt-service-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 28px 22px 24px;
    border: 1px solid var(--prompt-border);
    border-radius: 4px;
    text-align: center;
    background: var(--prompt-white);
    transition: var(--prompt-transition);
}

.prompt-service-card::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--prompt-gold);
    content: "";
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

.prompt-service-card:hover {
    border-color: rgba(181, 123, 32, 0.48);
    box-shadow: var(--prompt-shadow);
    transform: translateY(-7px);
}

.prompt-service-card:hover::before {
    width: 100%;
}

.prompt-service-icon {
    display: flex;
    width: 92px;
    height: 84px;
    margin: 0 auto 17px;
    align-items: center;
    justify-content: center;
    color: var(--prompt-gold);
    font-size: 59px;
    line-height: 1;
    transition: var(--prompt-transition);
}

.prompt-service-icon img {
    width: 82px;
    height: 74px;
    object-fit: contain;
}

.prompt-service-card:hover .prompt-service-icon {
    transform: scale(1.07);
}

.prompt-service-card h3 {
    min-height: 46px;
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.prompt-service-card p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.65;
}


/* ================================================================
   11. PROJECTS / GALLERY
================================================================ */

.prompt-projects {
    padding-top: 72px;
    padding-bottom: 70px;
    background: var(--prompt-white);
}

.prompt-project-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.prompt-project-card {
    position: relative;
    overflow: hidden;
    height: 270px;
    background: var(--prompt-black);
}

.prompt-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.prompt-project-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.12) 55%,
        rgba(0, 0, 0, 0.04) 100%
    );
    content: "";
    transition: var(--prompt-transition);
}

.prompt-project-card:hover img {
    transform: scale(1.09);
}

.prompt-project-card:hover::after {
    background: linear-gradient(
        to top,
        rgba(128, 80, 15, 0.94) 0%,
        rgba(0, 0, 0, 0.18) 64%,
        rgba(0, 0, 0, 0.04) 100%
    );
}

.prompt-project-caption {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 14px;
    left: 14px;
}

.prompt-project-caption h4 {
    margin: 0;
    color: var(--prompt-white);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.prompt-project-caption span {
    display: block;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.83);
    font-size: 10px;
    opacity: 0;
    transition: var(--prompt-transition);
}

.prompt-project-card:hover .prompt-project-caption span {
    max-height: 40px;
    margin-top: 5px;
    opacity: 1;
}

.prompt-project-button {
    margin-top: 25px;
    text-align: center;
}

/* CubePortfolio compatibility */

.prompt-project-gallery.cbp {
    margin: 0;
}

.prompt-project-gallery .cbp-item {
    padding: 5px;
}

.prompt-project-gallery .cbp-item img {
    width: 100%;
}

.prompt-project-gallery .overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.91),
        rgba(0, 0, 0, 0.07)
    );
}

.prompt-project-gallery .overlay h4 {
    color: var(--prompt-white);
}

.prompt-project-gallery .overlay .plus::before,
.prompt-project-gallery .overlay .plus::after {
    background: var(--prompt-white);
}


/* ================================================================
   12. ABOUT AND STATISTICS BAND
================================================================ */

.prompt-about-band {
    position: relative;
    overflow: hidden;
    color: var(--prompt-white);
    background: var(--prompt-black);
}

.prompt-about-band .row {
    margin: 0;
}

.prompt-stats-area {
    position: relative;
    padding: 48px 35px;
    background:
        linear-gradient(rgba(7, 10, 13, 0.94), rgba(7, 10, 13, 0.94)),
        url("../images/about-pattern.jpg") center/cover no-repeat;
}

.prompt-stats-grid {
    display: grid;
    height: 100%;
    align-items: center;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prompt-stat-item {
    position: relative;
    padding: 14px 10px;
    text-align: center;
}

.prompt-stat-item:not(:last-child)::after {
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background: rgba(213, 165, 73, 0.22);
    content: "";
}

.prompt-stat-icon {
    min-height: 43px;
    margin-bottom: 7px;
    color: var(--prompt-gold-light);
    font-size: 34px;
    line-height: 1;
}

.prompt-stat-value {
    display: block;
    margin-bottom: 3px;
    color: var(--prompt-gold-light);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.prompt-stat-label {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-size: 11px;
    line-height: 1.45;
}

.prompt-about-content {
    position: relative;
    min-height: 100%;
    padding: 47px 45px;
    background:
        linear-gradient(
            110deg,
            rgba(128, 80, 15, 0.98),
            rgba(181, 123, 32, 0.9)
        ),
        url("../images/about-industrial-bg.jpg") right center/cover no-repeat;
}

.prompt-about-content::after {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 47%;
    height: 96%;
    opacity: 0.27;
    background: url("../images/building-line-art.png")
        right bottom/contain no-repeat;
    content: "";
    pointer-events: none;
}

.prompt-about-content-inner {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.prompt-about-content h3 {
    margin-bottom: 15px;
    color: var(--prompt-white);
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.prompt-about-content p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.8;
}


/* ================================================================
   13. WORK PROCESS
================================================================ */

.prompt-process {
    padding: 52px 0;
    background: var(--prompt-white);
}

.prompt-process .prompt-heading {
    margin-bottom: 28px;
}

.prompt-process-list {
    position: relative;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.prompt-process-list::before {
    position: absolute;
    z-index: 0;
    top: 37px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: rgba(181, 123, 32, 0.48);
    content: "";
}

.prompt-process-item {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 0 12px;
    align-items: flex-start;
    gap: 12px;
}

.prompt-process-number-icon {
    position: relative;
    display: flex;
    width: 74px;
    min-width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(181, 123, 32, 0.5);
    border-radius: 50%;
    color: var(--prompt-gold);
    font-size: 26px;
    background: var(--prompt-white);
    transition: var(--prompt-transition);
}

.prompt-process-number-icon .number {
    position: absolute;
    top: -10px;
    right: -2px;
    display: flex;
    width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--prompt-gold);
    font-size: 11px;
    font-weight: 800;
    background: var(--prompt-white);
}

.prompt-process-item:hover .prompt-process-number-icon {
    border-color: var(--prompt-gold);
    color: var(--prompt-white);
    background: var(--prompt-gold);
    transform: translateY(-4px);
}

.prompt-process-content {
    padding-top: 13px;
}

.prompt-process-content h4 {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
}

.prompt-process-content p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.55;
}


/* ================================================================
   14. CONTACT STRIP
================================================================ */

.prompt-contact-strip {
    color: var(--prompt-white);
    background: linear-gradient(
        90deg,
        var(--prompt-gold-dark),
        var(--prompt-gold-light),
        var(--prompt-gold)
    );
}

.prompt-contact-strip-inner {
    display: grid;
    min-height: 73px;
    align-items: stretch;
    grid-template-columns: 1.05fr 1.35fr 1.7fr 1.25fr;
}

.prompt-contact-strip-title,
.prompt-contact-strip-item {
    position: relative;
    display: flex;
    min-height: 73px;
    padding: 15px 22px;
    align-items: center;
    gap: 14px;
}

.prompt-contact-strip-item::before {
    position: absolute;
    top: 19px;
    left: 0;
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.26);
    content: "";
}

.prompt-contact-strip-title {
    color: var(--prompt-white);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.prompt-contact-strip-icon {
    color: var(--prompt-white);
    font-size: 26px;
    line-height: 1;
}

.prompt-contact-strip-text {
    color: var(--prompt-white);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.prompt-contact-strip-text a {
    color: var(--prompt-white);
}

.prompt-contact-strip-text a:hover {
    color: var(--prompt-black);
}


/* ================================================================
   15. CONTACT SECTION
================================================================ */

.prompt-contact-section {
    padding: 80px 0;
    background: var(--prompt-light-grey);
}

.prompt-contact-card {
    height: 100%;
    padding: 34px;
    border: 1px solid var(--prompt-border);
    border-radius: 5px;
    background: var(--prompt-white);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.prompt-contact-card h3 {
    margin-bottom: 19px;
    font-size: 23px;
}

.prompt-contact-info-item {
    display: flex;
    margin-bottom: 19px;
    align-items: flex-start;
    gap: 15px;
}

.prompt-contact-info-icon {
    display: flex;
    width: 42px;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--prompt-white);
    font-size: 17px;
    background: var(--prompt-gold);
}

.prompt-contact-info-content h5 {
    margin-bottom: 3px;
    font-size: 13px;
    text-transform: uppercase;
}

.prompt-contact-info-content p,
.prompt-contact-info-content a {
    margin-bottom: 0;
    color: var(--prompt-grey);
    font-size: 13px;
}

.prompt-contact-form {
    padding: 34px;
    border-radius: 5px;
    background: var(--prompt-white);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.prompt-contact-form .form-group {
    margin-bottom: 18px;
}

.prompt-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    border: 1px solid var(--prompt-border);
    border-radius: 3px;
    color: var(--prompt-charcoal);
    background: var(--prompt-white);
    box-shadow: none;
    font-size: 13px;
    transition: var(--prompt-transition);
}

.prompt-contact-form textarea.form-control {
    min-height: 130px;
    padding-top: 14px;
    resize: vertical;
}

.prompt-contact-form .form-control:focus {
    border-color: var(--prompt-gold);
    box-shadow: 0 0 0 3px rgba(181, 123, 32, 0.11);
}

.prompt-contact-form .form-control::placeholder {
    color: #969b9f;
}

.prompt-map {
    width: 100%;
    height: 390px;
    margin-top: 0;
    overflow: hidden;
    background: #ddd;
}

.prompt-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


/* ================================================================
   16. FOOTER
================================================================ */

.prompt-footer {
    position: relative;
    color: rgba(255, 255, 255, 0.74);
    background:
        linear-gradient(rgba(8, 11, 14, 0.97), rgba(8, 11, 14, 0.97)),
        url("../images/footer-pattern.jpg") center/cover no-repeat;
}

.prompt-footer-main {
    padding: 51px 0 38px;
}

.prompt-footer-logo {
    display: inline-block;
    max-width: 255px;
    margin-bottom: 17px;
}

.prompt-footer-logo img {
    width: auto;
    max-width: 255px;
    height: 65px;
    object-fit: contain;
}

.prompt-footer-about {
    max-width: 290px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.8;
}

.prompt-footer-title {
    margin-bottom: 18px;
    color: var(--prompt-gold-light);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.prompt-footer-links li {
    margin-bottom: 5px;
}

.prompt-footer-links a {
    position: relative;
    display: inline-block;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
    line-height: 1.5;
}

.prompt-footer-links a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--prompt-gold);
    content: "";
    transform: translateY(-50%);
    transition: var(--prompt-transition);
}

.prompt-footer-links a:hover {
    padding-left: 13px;
    color: var(--prompt-gold-light);
}

.prompt-footer-links a:hover::before {
    width: 8px;
}

.prompt-footer-services li {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10.5px;
    line-height: 1.42;
}

.prompt-footer-contact li {
    display: flex;
    margin-bottom: 11px;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    line-height: 1.55;
}

.prompt-footer-contact i {
    width: 17px;
    margin-top: 3px;
    color: var(--prompt-gold-light);
    font-size: 14px;
    text-align: center;
}

.prompt-footer-contact a {
    color: rgba(255, 255, 255, 0.75);
}

.prompt-footer-contact a:hover {
    color: var(--prompt-gold-light);
}

.prompt-social-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.prompt-social-icons li {
    display: inline-flex;
}

.prompt-social-icons a {
    display: flex;
    width: 33px;
    height: 33px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(213, 165, 73, 0.5);
    border-radius: 50%;
    color: var(--prompt-gold-light);
    font-size: 13px;
}

.prompt-social-icons a:hover {
    border-color: var(--prompt-gold);
    color: var(--prompt-white);
    background: var(--prompt-gold);
    transform: translateY(-3px);
}

.prompt-footer-bottom {
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    text-align: center;
}

.prompt-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 10.5px;
}


/* ================================================================
   17. WHATSAPP FLOATING BUTTON
================================================================ */

.prompt-whatsapp {
    position: fixed;
    z-index: 9999;
    right: 24px;
    bottom: 24px;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: var(--prompt-white) !important;
    background: #20c767;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26);
    font-size: 31px;
    line-height: 1;
    transition: var(--prompt-transition);
}

.prompt-whatsapp::before {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(32, 199, 103, 0.55);
    border-radius: 50%;
    content: "";
    inset: -8px;
    animation: promptWhatsappPulse 2s infinite;
}

.prompt-whatsapp:hover {
    color: var(--prompt-white) !important;
    background: #139e4d;
    transform: translateY(-4px) scale(1.04);
}

@keyframes promptWhatsappPulse {
    0% {
        opacity: 0.85;
        transform: scale(0.88);
    }

    70% {
        opacity: 0;
        transform: scale(1.22);
    }

    100% {
        opacity: 0;
        transform: scale(1.22);
    }
}


/* ================================================================
   18. BACK TO TOP
================================================================ */

.prompt-indtec-site .back-top {
    color: var(--prompt-white);
    background: var(--prompt-gold);
}

.prompt-indtec-site .back-top:hover {
    background: var(--prompt-gold-dark);
}


/* ================================================================
   19. OWL CAROUSEL OVERRIDES
================================================================ */

.prompt-indtec-site .owl-nav button.owl-prev,
.prompt-indtec-site .owl-nav button.owl-next {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: var(--prompt-white) !important;
    background: var(--prompt-black) !important;
    transition: var(--prompt-transition);
}

.prompt-indtec-site .owl-nav button.owl-prev:hover,
.prompt-indtec-site .owl-nav button.owl-next:hover {
    background: var(--prompt-gold) !important;
}

.prompt-indtec-site .owl-dots .owl-dot span {
    background: #c6c6c6;
}

.prompt-indtec-site .owl-dots .owl-dot.active span,
.prompt-indtec-site .owl-dots .owl-dot:hover span {
    background: var(--prompt-gold);
}


/* ================================================================
   20. ANIMATION HELPERS
================================================================ */

.prompt-reveal {
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.prompt-reveal.prompt-visible {
    opacity: 1;
    transform: translateY(0);
}

.prompt-hover-lift {
    transition: var(--prompt-transition);
}

.prompt-hover-lift:hover {
    box-shadow: var(--prompt-shadow);
    transform: translateY(-6px);
}


/* ================================================================
   21. TABLET RESPONSIVE
================================================================ */

@media screen and (max-width: 1199px) {

    .prompt-header .navbar-brand {
        max-width: 235px;
        margin-right: 15px;
    }

    .prompt-header .navbar-brand img {
        max-width: 225px;
        height: 57px;
    }

    .prompt-header .navbar-nav .nav-link {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 10px;
    }

    .prompt-header .prompt-header-quote {
        margin-left: 8px;
    }

    .prompt-hero-content h1 {
        font-size: 42px;
    }

    .prompt-trust-item {
        padding: 20px 14px;
    }

    .prompt-trust-icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
        font-size: 25px;
    }

    .prompt-services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .prompt-service-card {
        padding-right: 16px;
        padding-left: 16px;
    }

    .prompt-project-grid {
        grid-template-columns: repeat(5, minmax(180px, 1fr));
        overflow-x: auto;
    }

    .prompt-project-card {
        min-width: 180px;
    }

    .prompt-process-item {
        padding: 0 7px;
        gap: 8px;
    }

    .prompt-process-number-icon {
        width: 62px;
        min-width: 62px;
        height: 62px;
        font-size: 22px;
    }

    .prompt-process-list::before {
        top: 31px;
    }

    .prompt-process-content {
        padding-top: 8px;
    }
}


@media screen and (max-width: 991px) {

    .prompt-section {
        padding: 68px 0;
    }

    .prompt-header .navbar {
        min-height: 76px;
    }

    .prompt-header .navbar .container {
        min-height: 76px;
    }

    .prompt-header .navbar-brand {
        max-width: 225px;
    }

    .prompt-header .navbar-brand img {
        max-width: 215px;
        height: 54px;
    }

    .prompt-header .navbar-collapse {
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        padding: 8px 20px 18px;
        background: var(--prompt-white);
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    }

    .prompt-header .navbar-nav {
        align-items: stretch;
    }

    .prompt-header .navbar-nav .nav-item {
        width: 100%;
        margin: 0;
    }

    .prompt-header .navbar-nav .nav-link {
        padding: 13px 4px;
        border-bottom: 1px solid #eeeeeb;
        font-size: 12px;
    }

    .prompt-header .navbar-nav .nav-link::after {
        display: none;
    }

    .prompt-header .prompt-header-quote {
        margin: 13px 0 0;
    }

    .prompt-header .prompt-header-quote .prompt-btn {
        width: 100%;
    }

    .prompt-hero,
    .prompt-hero .rev_slider_wrapper,
    .prompt-hero .rev_slider {
        min-height: 560px !important;
    }

    .prompt-hero-content {
        max-width: 560px;
    }

    .prompt-hero-content h1 {
        font-size: 38px;
    }

    .prompt-trust-wrapper {
        margin-top: -40px;
    }

    .prompt-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .prompt-trust-item:nth-child(2)::after {
        display: none;
    }

    .prompt-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(213, 165, 73, 0.2);
    }

    .prompt-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prompt-service-card {
        min-height: 235px;
    }

    .prompt-project-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
    }

    .prompt-project-card {
        min-width: 0;
    }

    .prompt-project-card:nth-child(4),
    .prompt-project-card:nth-child(5) {
        grid-column: span 1;
    }

    .prompt-stats-area {
        padding: 42px 25px;
    }

    .prompt-about-content {
        padding: 42px 35px;
    }

    .prompt-process-list {
        gap: 28px 15px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prompt-process-list::before {
        display: none;
    }

    .prompt-process-item:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: auto;
    }

    .prompt-contact-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .prompt-contact-strip-title,
    .prompt-contact-strip-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .prompt-contact-strip-item::before {
        display: none;
    }

    .prompt-footer-main [class*="col-"] {
        margin-bottom: 30px;
    }
}


/* ================================================================
   22. MOBILE RESPONSIVE
================================================================ */

@media screen and (max-width: 767px) {

    body.prompt-indtec-site {
        font-size: 14px;
    }

    .prompt-section {
        padding: 56px 0;
    }

    .prompt-section-small {
        padding: 45px 0;
    }

    .prompt-heading {
        margin-bottom: 30px;
    }

    .prompt-heading h2 {
        font-size: 27px;
        letter-spacing: -0.3px;
    }

    .prompt-heading .prompt-subtitle {
        font-size: 11px;
    }

    .prompt-header .navbar,
    .prompt-header .navbar .container {
        min-height: 68px;
    }

    .prompt-header .navbar-brand {
        max-width: 205px;
        margin-right: 5px;
    }

    .prompt-header .navbar-brand img {
        max-width: 195px;
        height: 48px;
    }

    .prompt-header .navbar-collapse {
        top: 68px;
    }

    .prompt-hero,
    .prompt-hero .rev_slider_wrapper,
    .prompt-hero .rev_slider {
        min-height: 535px !important;
    }

    .prompt-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 7, 9, 0.93),
                rgba(4, 7, 9, 0.66)
            ),
            linear-gradient(
                0deg,
                rgba(4, 7, 9, 0.62),
                rgba(4, 7, 9, 0.05)
            );
    }

    .prompt-hero-content {
        max-width: 92vw;
        padding-right: 15px;
        padding-left: 15px;
    }

    .prompt-hero-content h1 {
        margin-bottom: 15px;
        font-size: 32px;
        letter-spacing: -0.8px;
    }

    .prompt-hero-content p {
        max-width: 93%;
        margin-bottom: 23px;
        font-size: 14px;
        line-height: 1.65;
    }

    .prompt-hero-buttons {
        gap: 10px;
    }

    .prompt-hero-buttons .prompt-btn {
        min-height: 44px;
        padding: 12px 17px;
        font-size: 10px;
    }

    .prompt-trust-wrapper {
        margin-top: -32px;
    }

    .prompt-trust-strip {
        grid-template-columns: 1fr;
    }

    .prompt-trust-item {
        min-height: auto;
        padding: 18px 20px;
        border-bottom: 1px solid rgba(213, 165, 73, 0.2);
    }

    .prompt-trust-item::after {
        display: none;
    }

    .prompt-trust-item:last-child {
        border-bottom: 0;
    }

    .prompt-services {
        padding-top: 72px;
    }

    .prompt-services-grid {
        gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prompt-service-card {
        min-height: 230px;
        padding: 22px 13px 19px;
    }

    .prompt-service-icon {
        width: 76px;
        height: 67px;
        margin-bottom: 13px;
        font-size: 46px;
    }

    .prompt-service-icon img {
        width: 66px;
        height: 60px;
    }

    .prompt-service-card h3 {
        min-height: 43px;
        font-size: 13px;
    }

    .prompt-service-card p {
        font-size: 10.5px;
        line-height: 1.55;
    }

    .prompt-project-grid {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prompt-project-card {
        height: 235px;
    }

    .prompt-project-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 6px);
        justify-self: center;
    }

    .prompt-stats-grid {
        gap: 24px 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prompt-stat-item::after {
        display: none;
    }

    .prompt-stat-value {
        font-size: 26px;
    }

    .prompt-about-content {
        padding: 38px 27px;
    }

    .prompt-about-content::after {
        width: 70%;
        opacity: 0.16;
    }

    .prompt-process-list {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .prompt-process-item {
        width: 100%;
        max-width: 420px;
        margin: auto;
        padding: 0;
    }

    .prompt-process-item:last-child {
        grid-column: auto;
        max-width: 420px;
    }

    .prompt-process-number-icon {
        width: 66px;
        min-width: 66px;
        height: 66px;
    }

    .prompt-process-content h4 {
        font-size: 13px;
    }

    .prompt-process-content p {
        font-size: 11px;
    }

    .prompt-contact-strip-inner {
        grid-template-columns: 1fr;
    }

    .prompt-contact-strip-title,
    .prompt-contact-strip-item {
        min-height: 64px;
        padding: 13px 20px;
    }

    .prompt-contact-strip-title {
        justify-content: center;
        text-align: center;
    }

    .prompt-contact-strip-item {
        justify-content: flex-start;
    }

    .prompt-contact-card,
    .prompt-contact-form {
        padding: 26px 20px;
    }

    .prompt-map {
        height: 320px;
    }

    .prompt-footer-main {
        padding-top: 42px;
    }

    .prompt-footer-logo {
        max-width: 225px;
    }

    .prompt-footer-logo img {
        max-width: 225px;
        height: 58px;
    }

    .prompt-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 54px;
        height: 54px;
        font-size: 27px;
    }
}


/* ================================================================
   23. SMALL MOBILE RESPONSIVE
================================================================ */

@media screen and (max-width: 479px) {

    .prompt-heading h2 {
        font-size: 24px;
    }

    .prompt-header .navbar-brand {
        max-width: 178px;
    }

    .prompt-header .navbar-brand img {
        max-width: 170px;
        height: 44px;
    }

    .prompt-header .navbar-toggler {
        width: 36px;
        padding-right: 0;
        padding-left: 0;
    }

    .prompt-header .navbar-toggler span {
        width: 24px;
    }

    .prompt-hero,
    .prompt-hero .rev_slider_wrapper,
    .prompt-hero .rev_slider {
        min-height: 510px !important;
    }

    .prompt-hero-content h1 {
        font-size: 28px;
    }

    .prompt-hero-content p {
        max-width: 100%;
        font-size: 13px;
    }

    .prompt-hero-buttons {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .prompt-hero-buttons .prompt-btn {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .prompt-services-grid {
        grid-template-columns: 1fr;
    }

    .prompt-service-card {
        min-height: auto;
        padding: 25px 20px;
    }

    .prompt-service-card h3 {
        min-height: auto;
    }

    .prompt-project-grid {
        grid-template-columns: 1fr;
    }

    .prompt-project-card {
        height: 260px;
    }

    .prompt-project-card:last-child {
        grid-column: auto;
        width: 100%;
    }

    .prompt-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prompt-stats-area {
        padding: 37px 16px;
    }

    .prompt-stat-item {
        padding-right: 6px;
        padding-left: 6px;
    }

    .prompt-stat-icon {
        font-size: 29px;
    }

    .prompt-stat-value {
        font-size: 23px;
    }

    .prompt-stat-label {
        font-size: 9.5px;
    }

    .prompt-about-content {
        padding: 34px 21px;
    }

    .prompt-about-content h3 {
        font-size: 16px;
    }

    .prompt-contact-strip-text {
        font-size: 12px;
        word-break: break-word;
    }

    .prompt-footer-main {
        text-align: left;
    }
}


/* ================================================================
   24. VERY SMALL SCREEN
================================================================ */

@media screen and (max-width: 360px) {

    .prompt-header .navbar-brand {
        max-width: 158px;
    }

    .prompt-header .navbar-brand img {
        max-width: 152px;
    }

    .prompt-hero-content h1 {
        font-size: 25px;
    }

    .prompt-hero-buttons {
        grid-template-columns: 1fr;
    }

    .prompt-stat-value {
        font-size: 21px;
    }

    .prompt-stat-label {
        font-size: 9px;
    }
}


/* ================================================================
   25. PRINT STYLES
================================================================ */

@media print {

    .prompt-header,
    .prompt-whatsapp,
    .prompt-hero-buttons,
    .prompt-contact-form,
    .back-top {
        display: none !important;
    }

    body.prompt-indtec-site {
        color: #000;
        background: #fff;
    }

    .prompt-section {
        padding: 25px 0;
    }

    .prompt-hero {
        min-height: 350px;
    }

    .prompt-project-card,
    .prompt-service-card,
    .prompt-contact-card {
        box-shadow: none;
    }
}


/* Prompt Indtec Revolution Slider Content */

.prompt-slider-title {
    margin: 0;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 47px;
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
}

.prompt-slider-title span {
    display: block;
    margin-top: 4px;
    color: #d5a549;
}

.prompt-slider-description {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    white-space: normal;
}

.prompt-slider-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.prompt-slider-buttons .prompt-btn {
    min-width: 145px;
}

#revo_main_wrapper,
#rev_arrows {
    width: 100% !important;
}

#rev_arrows .tp-bgimg {
    background-position: center center !important;
}

@media screen and (max-width: 991px) {
    .prompt-slider-title {
        font-size: 39px;
    }

    .prompt-slider-description {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .prompt-slider-title {
        font-size: 31px;
        line-height: 1.15;
    }

    .prompt-slider-description {
        max-width: 320px;
        font-size: 13px;
        line-height: 1.65;
    }

    .prompt-slider-buttons {
        gap: 8px;
    }

    .prompt-slider-buttons .prompt-btn {
        min-width: auto;
        padding: 11px 15px;
        font-size: 10px;
    }
}

@media screen and (max-width: 479px) {
    .prompt-slider-title {
        font-size: 27px;
    }

    .prompt-slider-description {
        max-width: 285px;
        font-size: 12px;
    }

    .prompt-slider-buttons {
        display: grid;
        width: 285px;
        grid-template-columns: 1fr 1fr;
    }

    .prompt-slider-buttons .prompt-btn {
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }
}


/* ================================================================
   QUALITY HIGHLIGHTS STRIP
================================================================ */

.prompt-quality-section {
    position: relative;
    z-index: 30;
    margin-top: -55px;
    padding: 0 0 25px;
    background: transparent;
}

.prompt-quality-strip {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(213, 165, 73, 0.45);
    border-radius: 5px;
    background:
        linear-gradient(
            110deg,
            rgba(7, 10, 13, 0.99),
            rgba(15, 19, 23, 0.98)
        );
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prompt-quality-item {
    position: relative;
    display: flex;
    min-height: 112px;
    padding: 25px 22px;
    align-items: center;
    gap: 15px;
    transition: all 0.35s ease;
}

.prompt-quality-item:not(:last-child)::after {
    position: absolute;
    top: 24%;
    right: 0;
    width: 1px;
    height: 52%;
    background: rgba(213, 165, 73, 0.25);
    content: "";
}

.prompt-quality-item:hover {
    background: rgba(181, 123, 32, 0.1);
}

.prompt-quality-icon {
    display: flex;
    width: 54px;
    min-width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    color: #d5a549;
    font-size: 33px;
    line-height: 1;
    transition: all 0.35s ease;
}

.prompt-quality-item:hover .prompt-quality-icon {
    color: #ffffff;
    transform: translateY(-3px);
}

.prompt-quality-content h4 {
    margin: 0 0 6px;
    color: #d5a549;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.35;
    text-transform: uppercase;
}

.prompt-quality-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.55;
}


/* Tablet */

@media screen and (max-width: 991px) {

    .prompt-quality-section {
        margin-top: -38px;
    }

    .prompt-quality-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prompt-quality-item:nth-child(2)::after {
        display: none;
    }

    .prompt-quality-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(213, 165, 73, 0.2);
    }
}


/* Mobile */

@media screen and (max-width: 767px) {

    .prompt-quality-section {
        margin-top: -28px;
        padding-bottom: 10px;
    }

    .prompt-quality-strip {
        grid-template-columns: 1fr;
    }

    .prompt-quality-item {
        min-height: auto;
        padding: 20px;
    }

    .prompt-quality-item:not(:last-child) {
        border-bottom: 1px solid rgba(213, 165, 73, 0.2);
    }

    .prompt-quality-item::after {
        display: none;
    }

    .prompt-quality-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 29px;
    }
}

.prompt-service-card-link {
    display: block;
    height: 100%;
    color: inherit;
}

.prompt-service-card-link:hover {
    color: inherit;
}

.prompt-project-card > a {
    display: block;
    width: 100%;
    height: 100%;
}

.prompt-project-card > a img {
    display: block;
}

.prompt-project-caption {
    pointer-events: none;
}


/*==================================================
    ABOUT SECTION
==================================================*/

.prompt-about{
    padding:110px 0;
    background:#fff;
}

.prompt-about-image{
    position:relative;
    overflow:hidden;
    border-radius:8px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.prompt-about-image img{
    width:100%;
    display:block;
}

.prompt-about-experience{
    position:absolute;
    bottom:30px;
    left:30px;
    width:170px;
    background:#d5a549;
    color:#fff;
    text-align:center;
    padding:22px 15px;
    border-radius:6px;
}

.prompt-about-experience h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    margin-bottom:5px;
    line-height:1;
}

.prompt-about-experience span{
    font-size:14px;
    font-weight:500;
    display:block;
}

.prompt-check-list{
    list-style:none;
    margin:0;
    padding:0;
}

.prompt-check-list li{
    margin-bottom:18px;
    color:#444;
    font-size:15px;
    font-weight:500;
}

.prompt-check-list i{
    color:#d5a549;
    margin-right:10px;
    font-size:17px;
}

@media(max-width:991px){

.prompt-about-image{
    margin-bottom:50px;
}

.prompt-about{
    padding:80px 0;
}

}

@media(max-width:767px){

.prompt-about-experience{
    width:140px;
    padding:18px;
    bottom:20px;
    left:20px;
}

.prompt-about-experience h2{
    font-size:38px;
}

}


/* ================================================================
   WHY CHOOSE US / WORK PROCESS
================================================================ */

.prompt-why-us {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        linear-gradient(
            rgba(5, 8, 11, 0.94),
            rgba(5, 8, 11, 0.96)
        ),
        url("../images/process-bg.jpg") center center / cover no-repeat;
}

.prompt-why-us::before {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(213, 165, 73, 0.12);
    border-radius: 50%;
    content: "";
}

.prompt-why-us::after {
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(213, 165, 73, 0.1);
    border-radius: 50%;
    content: "";
}

.prompt-why-us .container {
    position: relative;
    z-index: 2;
}

.prompt-why-us .prompt-subtitle {
    color: #d5a549;
}

.prompt-why-us .prompt-heading h2 {
    color: #ffffff;
}

.prompt-why-us .prompt-heading p {
    color: rgba(255, 255, 255, 0.68);
}

.prompt-process-grid {
    display: grid;
    margin-top: 55px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.prompt-process-card {
    position: relative;
    min-height: 305px;
    overflow: hidden;
    padding: 38px 28px 32px;
    border: 1px solid rgba(213, 165, 73, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(8px);
    transition: all 0.35s ease;
}

.prompt-process-card:hover {
    border-color: rgba(213, 165, 73, 0.7);
    background: rgba(213, 165, 73, 0.08);
    transform: translateY(-8px);
}

.prompt-process-number {
    position: absolute;
    top: 14px;
    right: 18px;
    color: rgba(255, 255, 255, 0.07);
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    transition: all 0.35s ease;
}

.prompt-process-card:hover .prompt-process-number {
    color: rgba(213, 165, 73, 0.14);
}

.prompt-process-icon {
    display: flex;
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    border: 1px solid rgba(213, 165, 73, 0.55);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #d5a549;
    font-size: 27px;
    transition: all 0.35s ease;
}

.prompt-process-card:hover .prompt-process-icon {
    border-color: #d5a549;
    background: #d5a549;
    color: #0a0d10;
}

.prompt-process-card h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.prompt-process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1.75;
}


/* Tablet */

@media screen and (max-width: 991px) {

    .prompt-why-us {
        padding: 85px 0;
    }

    .prompt-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Mobile */

@media screen and (max-width: 767px) {

    .prompt-why-us {
        padding: 70px 0;
    }

    .prompt-process-grid {
        margin-top: 35px;
        grid-template-columns: 1fr;
    }

    .prompt-process-card {
        min-height: auto;
        padding: 30px 24px;
    }

    .prompt-process-number {
        font-size: 55px;
    }
}


/* ================================================================
   PROJECT ENQUIRY CTA
================================================================ */

.prompt-project-cta {
    position: relative;
    z-index: 5;
    padding: 0;
    background: #ffffff;
}

.prompt-project-cta-inner {
    position: relative;
    display: flex;
    min-height: 210px;
    margin-top: -1px;
    overflow: hidden;
    padding: 48px 55px;
    border-radius: 0 0 8px 8px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background:
        linear-gradient(
            105deg,
            rgba(184, 132, 43, 0.98),
            rgba(217, 171, 85, 0.96)
        );
    box-shadow: 0 24px 55px rgba(74, 48, 10, 0.18);
}

.prompt-project-cta-inner::before {
    position: absolute;
    top: -100px;
    right: 170px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    content: "";
}

.prompt-project-cta-inner::after {
    position: absolute;
    right: -85px;
    bottom: -145px;
    width: 300px;
    height: 300px;
    border: 45px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    content: "";
}

.prompt-project-cta-content,
.prompt-project-cta-actions {
    position: relative;
    z-index: 2;
}

.prompt-project-cta-content {
    max-width: 670px;
}

.prompt-project-cta-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #151515;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.prompt-project-cta-content h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 750;
    letter-spacing: -0.7px;
    line-height: 1.25;
}

.prompt-project-cta-content p {
    max-width: 610px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.75;
}

.prompt-project-cta-actions {
    display: flex;
    min-width: 335px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.prompt-project-cta-actions .prompt-btn {
    min-width: 155px;
}

.prompt-project-cta-actions .prompt-btn-gold {
    border-color: #111519;
    background: #111519;
    color: #ffffff;
}

.prompt-project-cta-actions .prompt-btn-gold:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #111519;
}

.prompt-project-cta-actions .prompt-btn-outline {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
}

.prompt-project-cta-actions .prompt-btn-outline:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #111519;
}

.prompt-project-cta-actions i {
    margin-right: 8px;
}


/* Tablet */

@media screen and (max-width: 991px) {

    .prompt-project-cta-inner {
        display: block;
        padding: 45px 40px;
    }

    .prompt-project-cta-content {
        max-width: 100%;
    }

    .prompt-project-cta-actions {
        min-width: 0;
        margin-top: 28px;
        justify-content: flex-start;
    }
}


/* Mobile */

@media screen and (max-width: 767px) {

    .prompt-project-cta {
        padding: 0 15px;
    }

    .prompt-project-cta-inner {
        min-height: auto;
        padding: 38px 25px;
        border-radius: 7px;
    }

    .prompt-project-cta-content h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    .prompt-project-cta-content p {
        font-size: 13px;
    }

    .prompt-project-cta-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .prompt-project-cta-actions .prompt-btn {
        width: 100%;
        min-width: 0;
    }
}


/* ================================================================
   CONTACT SECTION
================================================================ */

.prompt-contact {
    padding: 110px 0 0;
    background: #f7f7f5;
}

.prompt-contact-row {
    margin-top: 50px;
    margin-bottom: 80px;
}

.prompt-contact-info,
.prompt-contact-form-wrap {
    height: 100%;
    border-radius: 8px;
}

.prompt-contact-info {
    position: relative;
    overflow: hidden;
    padding: 48px 42px;
    background: #0c1014;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.prompt-contact-info::before {
    position: absolute;
    top: -85px;
    right: -85px;
    width: 230px;
    height: 230px;
    border: 35px solid rgba(213, 165, 73, 0.07);
    border-radius: 50%;
    content: "";
}

.prompt-contact-info > * {
    position: relative;
    z-index: 2;
}

.prompt-contact-label,
.prompt-contact-form-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #d5a549;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prompt-contact-info > h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

.prompt-contact-intro {
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 13px;
    line-height: 1.8;
}

.prompt-contact-item {
    display: flex;
    margin-bottom: 26px;
    align-items: flex-start;
    gap: 16px;
}

.prompt-contact-icon {
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid rgba(213, 165, 73, 0.45);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #d5a549;
    font-size: 19px;
}

.prompt-contact-item-content h4 {
    margin: 0 0 5px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 650;
}

.prompt-contact-item-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.65;
}

.prompt-contact-item-content a {
    color: rgba(255, 255, 255, 0.75);
}

.prompt-contact-item-content a:hover {
    color: #d5a549;
}

.prompt-contact-social {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.prompt-contact-social > span {
    display: block;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.prompt-contact-social .social-icons-simple {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.prompt-contact-social .social-icons-simple li {
    list-style: none;
}

.prompt-contact-social .social-icons-simple a {
    display: flex;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(213, 165, 73, 0.38);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
}

.prompt-contact-social .social-icons-simple a:hover {
    border-color: #d5a549;
    background: #d5a549;
    color: #0c1014;
}


/* Contact Form */

.prompt-contact-form-wrap {
    padding: 48px;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.09);
}

.prompt-contact-form-heading {
    margin-bottom: 30px;
}

.prompt-contact-form-heading h3 {
    margin: 0;
    color: #101419;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
}

.prompt-form-group {
    margin-bottom: 23px;
}

.prompt-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #20252a;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 650;
}

.prompt-form-group input,
.prompt-form-group select,
.prompt-form-group textarea {
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 4px;
    outline: none;
    background: #fafafa;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
}

.prompt-form-group input,
.prompt-form-group select {
    height: 52px;
    padding: 0 16px;
}

.prompt-form-group textarea {
    min-height: 145px;
    padding: 15px 16px;
    resize: vertical;
}

.prompt-form-group input:focus,
.prompt-form-group select:focus,
.prompt-form-group textarea:focus {
    border-color: #d5a549;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(213, 165, 73, 0.1);
}

.prompt-form-submit {
    min-width: 175px;
    border: 0;
    cursor: pointer;
}

.prompt-form-submit i {
    margin-left: 8px;
}


/* Map */

.prompt-contact-map {
    overflow: hidden;
    width: 100%;
    background: #dedede;
}

.prompt-contact-map iframe {
    display: block;
    width: 100%;
    filter: grayscale(20%);
}


/* Tablet */

@media screen and (max-width: 991px) {

    .prompt-contact {
        padding-top: 85px;
    }

    .prompt-contact-info {
        margin-bottom: 30px;
    }

    .prompt-contact-row {
        margin-bottom: 60px;
    }
}


/* Mobile */

@media screen and (max-width: 767px) {

    .prompt-contact {
        padding-top: 70px;
    }

    .prompt-contact-row {
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .prompt-contact-info,
    .prompt-contact-form-wrap {
        padding: 35px 24px;
    }

    .prompt-contact-info > h3,
    .prompt-contact-form-heading h3 {
        font-size: 24px;
    }

    .prompt-contact-map iframe {
        height: 350px;
    }

    .prompt-form-submit {
        width: 100%;
    }
}

/*====================================================
                FOOTER
====================================================*/

.prompt-footer{

    background:#0b0f13;

    color:#bfc4ca;

    padding:80px 0 0;

}

.prompt-footer-logo{

    width:180px;

    margin-bottom:25px;

}

.prompt-footer-widget{

    margin-bottom:40px;

}

.prompt-footer-widget h4{

    color:#fff;

    font-size:20px;

    font-weight:700;

    margin-bottom:25px;

    position:relative;

}

.prompt-footer-widget h4:after{

    content:"";

    width:45px;

    height:2px;

    background:#d5a549;

    display:block;

    margin-top:12px;

}

.prompt-footer-widget p{

    line-height:1.9;

    font-size:14px;

    color:#bfc4ca;

}

.prompt-footer-widget ul{

    margin:0;

    padding:0;

    list-style:none;

}

.prompt-footer-widget ul li{

    margin-bottom:14px;

    font-size:14px;

}

.prompt-footer-widget ul li a{

    color:#bfc4ca;

    transition:.3s;

}

.prompt-footer-widget ul li a:hover{

    color:#d5a549;

    padding-left:6px;

}

.prompt-footer-contact li{

    display:flex;

    align-items:flex-start;

    margin-bottom:18px;

}

.prompt-footer-contact i{

    width:25px;

    color:#d5a549;

    margin-top:4px;

}

.prompt-footer-social{

    margin-top:25px;

}

.prompt-footer-social a{

    width:42px;

    height:42px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border:1px solid rgba(255,255,255,.15);

    border-radius:50%;

    margin-right:10px;

    color:#fff;

    transition:.3s;

}

.prompt-footer-social a:hover{

    background:#d5a549;

    border-color:#d5a549;

    color:#111;

}

.prompt-footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    margin-top:40px;

    padding:22px 0;

    font-size:14px;

    color:#c7c7c7;

}

.prompt-footer-bottom strong{

    color:#d5a549;

}

@media(max-width:991px){

.prompt-footer{

    padding-top:60px;

}

}

@media(max-width:767px){

.prompt-footer{

    text-align:center;

}

.prompt-footer-contact li{

    justify-content:center;

}

.prompt-footer-social{

    text-align:center;

}

.prompt-footer-widget h4:after{

    margin:12px auto 0;

}

.prompt-footer-bottom{

    text-align:center;

}

.prompt-footer-bottom .text-md-right{

    margin-top:8px;

}

}


.prompt-map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    line-height: 0;
}

.prompt-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .prompt-map {
        height: 380px;
    }
}

@media (max-width: 767px) {
    .prompt-map {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .prompt-map {
        height: 280px;
    }
}


/* ======================================================
   HEADER OVERRIDES - PLACE AT THE END OF CSS
====================================================== */

/* Remove all default lines */
.prompt-header .navbar-nav .nav-link:before,
.prompt-header .navbar-nav .nav-link:after,
.navbar .navbar-nav .nav-link:before,
.navbar .navbar-nav .nav-link:after,
.static-nav .navbar-nav .nav-link:before,
.static-nav .navbar-nav .nav-link:after{
    display:none !important;
}

/* Normal menu */
.prompt-header .navbar-nav .nav-link{
    color:#111 !important;
    background:transparent !important;
    border-radius:30px;
    padding:12px 18px !important;
    margin:0 3px;
    transition:.3s;
}

/* Hover */
.prompt-header .navbar-nav .nav-link:hover{
    background:#d5a549 !important;
    color:#fff !important;
}

/* Active */
.prompt-header .navbar-nav .active .nav-link,
.prompt-header .navbar-nav .nav-link.active{
    background:#d5a549 !important;
    color:#fff !important;
}

/* Remove XeOne blue border/line */
.static-nav,
.fixedmenu,
.navbar,
.site-header{
    border:none !important;
}

/* Bottom gold line only */
.prompt-header .navbar{
    border-bottom:2px solid #d5a549;
}


/* =====================================================
   PROJECT GALLERY – 3 IMAGES PER ROW
===================================================== */

.prompt-project-gallery-grid {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 22px;
   margin-top: 10px;
}

.prompt-gallery-item {
   position: relative;
   width: 100%;
   overflow: hidden;
   border-radius: 5px;
   background: #080b0e;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.prompt-gallery-item > a {
   position: relative;
   display: block;
   width: 100%;
   height: 300px;
   overflow: hidden;
}

.prompt-gallery-item img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   transition: transform 0.6s ease;
}

.prompt-gallery-overlay {
   position: absolute;
   inset: 0;
   display: flex;
   padding: 22px;
   align-items: center;
   justify-content: center;
   color: #ffffff;
   background: linear-gradient(
      to top,
      rgba(8, 11, 14, 0.88) 0%,
      rgba(8, 11, 14, 0.18) 60%,
      rgba(8, 11, 14, 0.04) 100%
   );
   transition: background 0.35s ease;
}

.prompt-gallery-zoom {
   display: flex;
   width: 52px;
   height: 52px;
   align-items: center;
   justify-content: center;
   border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 50%;
   color: #ffffff;
   font-size: 20px;
   background: rgba(0, 0, 0, 0.35);
   opacity: 0;
   transform: scale(0.7);
   transition: all 0.35s ease;
}

.prompt-gallery-caption {
   position: absolute;
   right: 20px;
   bottom: 18px;
   left: 20px;
}

.prompt-gallery-caption h4 {
   margin: 0 0 3px;
   color: #ffffff;
   font-size: 15px;
   font-weight: 700;
}

.prompt-gallery-caption span {
   color: rgba(255, 255, 255, 0.82);
   font-size: 11px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.prompt-gallery-item:hover img {
   transform: scale(1.08);
}

.prompt-gallery-item:hover .prompt-gallery-overlay {
   background: linear-gradient(
      to top,
      rgba(128, 80, 15, 0.92) 0%,
      rgba(181, 123, 32, 0.25) 65%,
      rgba(0, 0, 0, 0.08) 100%
   );
}

.prompt-gallery-item:hover .prompt-gallery-zoom {
   opacity: 1;
   transform: scale(1);
}

.prompt-project-button {
   margin-top: 35px;
   text-align: center;
}


/* Tablet – 2 images per row */

@media screen and (max-width: 991px) {

   .prompt-project-gallery-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
   }

   .prompt-gallery-item > a {
      height: 270px;
   }

}


/* Mobile – 1 image per row */

@media screen and (max-width: 575px) {

   .prompt-project-gallery-grid {
      grid-template-columns: 1fr;
      gap: 16px;
   }

   .prompt-gallery-item > a {
      height: 260px;
   }

}

/* =====================================================
   FLOATING WHATSAPP BUTTON
===================================================== */

.prompt-whatsapp {
    position: fixed;
    right: 10px;
    bottom: 124px;
    z-index: 9999;

    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;

    border: 3px solid #ffffff;
    border-radius: 50%;

    color: #ffffff !important;
    background: #25d366;

    font-size: 31px;
    line-height: 1;

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease;
}

.prompt-whatsapp:hover,
.prompt-whatsapp:focus {
    color: #ffffff !important;
    background: #128c4a;
    transform: translateY(-4px) scale(1.05);
}

.prompt-whatsapp::before {
    position: absolute;
    z-index: -1;
    content: "";
    inset: -8px;

    border: 1px solid rgba(37, 211, 102, 0.6);
    border-radius: 50%;

    animation: promptWhatsappPulse 2s infinite;
}

@keyframes promptWhatsappPulse {

    0% {
        opacity: 0.8;
        transform: scale(0.85);
    }

    70% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 0;
        transform: scale(1.25);
    }

}

@media screen and (max-width: 575px) {

    .prompt-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 54px;
        height: 54px;
        font-size: 28px;
    }

}