/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 16px;
}

/* initial transparent navbar over intro */
.navbar-default.topnav {
    background: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* solid navbar used after scrolling */
.navbar-default.topnav.navbar-solid {
    /* white background after scrolling */
    background: #fff;
}

/* keep nav links white, blue on hover/active */
.navbar-default.topnav .navbar-nav>li>a {
    color: #333;
    transition: color 0.3s ease;
}

.navbar-default.topnav .navbar-brand {
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
}

.navbar-default.topnav .navbar-nav>li>a:hover,
.navbar-default.topnav .navbar-nav>li>a:focus,
.navbar-default.topnav .navbar-nav>li.active>a,
.navbar-default.topnav .navbar-nav>li.active>a:hover,
.navbar-default.topnav .navbar-nav>li.active>a:focus {
    color: #2478ac !important;
    background-color: transparent !important;
}

/* mobile collapse also gets the gradient background */
.navbar-default.topnav .navbar-collapse,
.navbar-default.topnav .navbar-form {
    background: inherit;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #333;
    background: url(../img/home-bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 380px;
    display: flex;
    align-items: center;
}

.intro-header .container>.row:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-header .container>.row:first-child>div {
    width: 100%;
}

.intro-message {
    position: relative;
    padding: 70px 0 20px;
    text-align: center;
}

.intro-message>h1 {
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 3.5em;
    color: #ffffff;
}

.intro-divider {
    width: 120px;
    margin: 16px auto 20px;
    border-top: 2px solid #ffffff;
    border-bottom: none;
}

.intro-message>h3 {
    margin: 0 0 24px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 1.4em;
    color: #ffffff;
}

.intro-hero-img-wrap {
    text-align: center;
    padding: 20px 0;
}

.intro-hero-img {
    max-width: 550px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media(max-width:991px) {
    .intro-message {
        text-align: center;
    }

    .intro-hero-img-wrap {
        text-align: center;
        padding-top: 0;
    }

    .intro-hero-img {
        max-width: 280px;
    }
}

@media(max-width:767px) {
    .intro-message {
        padding: 24px 0 20px;
        padding-bottom: 15%;
    }

    .intro-message>h1 {
        font-size: 2em;
    }

    .intro-message>h3 {
        font-size: 0.9em;
    }

    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .intro-hero-img {
        max-width: 280px;
    }
}

/*home buttons*/
.network-name {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.intro-buttons-grid {
    margin-top: 24px;
}

.intro-buttons-grid .row {
    margin-bottom: 12px;
}

.intro-buttons-single-row {
    margin-top: 30px;
}

.button-col {
    padding: 8px;
    margin-bottom: 8px;
}

.button-col .btn-block {
    padding: 10px 12px;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #2478ac !important;
    /* Force blue for text */
    border: 1px solid #2478ac;
    width: 85%;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.button-col .btn-block .caret {
    border-top-color: #2478ac;
    /* Make caret blue */
}

.button-col .btn-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #2478ac;
    color: #fff !important;
    /* Ensure text is white on hover */
}

.button-col .btn-block:hover .caret {
    border-top-color: #fff;
    /* Make caret white on hover */
}

/* Dropdown menu styling */
.dropdown-menu {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    min-width: 240px;
    /* wider for clarity */
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    list-style: none;
    padding: 8px 0;
    margin: 2px 0 0 0;
    font-size: 16px;
    /* slightly smaller */
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu>li {
    display: block;
}

.dropdown-menu>li>a {
    color: #333;
    padding: 12px 24px;
    /* more padding */
    font-size: 16px;
    display: block;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus {
    background-color: transparent;
    color: #2478ac !important;
    text-decoration: none;
}

.dropdown>a {
    position: relative;
}

.dropdown>a:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
}

/* Fix for mobile dropdown menus overlapping and getting cut off */
@media (max-width: 767px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 55px);
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 95%;
        margin: 5px auto;
        background-color: #f8f8f8 !important;
        border: 1px solid #ddd !important;
        border-radius: 4px !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
        min-width: 0;
    }

    .navbar-nav .dropdown-menu>li>a {
        padding: 8px 15px !important;
        white-space: normal;
        line-height: 1.4;
    }
}



.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

/* Vertical alignment utility for features */
@media (min-width: 768px) {
    .row.flex-align-vertical-center {
        display: flex;
        align-items: center;
    }
}

.section-heading {
    margin-bottom: 30px;
    color: #003366;
    /* dark blue for major section titles */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

/* Universal Stylized Section Headers */
.section-tag {
    color: #144b6b;
    /* Darker Brand blue */
    font-weight: 700;
    font-size: 55px;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.styled-divider {
    width: 120px;
    height: 1px;
    background: #ddd;
    margin: 10px auto;
    position: relative;
}

.styled-divider::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #2478ac;
    /* Brand blue */
}

.section-subtitle {
    font-size: 16px;
    color: #888;
    text-align: center;
    margin-bottom: 30px;
}

.section-heading-centered {
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
    color: #003366;
    /* Dark blue */
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.lead-large {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.lead-centered {
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
    color: #555;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.lead-about {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #444;
    font-weight: 500;
}

.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    /* Hide the embedded video source black line artifact by slightly cropping */
    transform: scale(1.02);
    transform-origin: center center;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    /* solid black background instead of image */
    background: #0f172a
}

.banner h2 {
    display: none;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 60px 0;
    background-color: #000;
    /* Solid black background */
    color: #fff;
    text-align: center;
}

footer ul.list-inline {
    margin-bottom: 25px;
    font-size: 16px;
    /* Consistent font for menu */
}

footer ul.list-inline li a {
    color: #fff;
    transition: color 0.3s ease;
}

footer ul.list-inline li a:hover {
    color: #2478ac;
    text-decoration: none;
}

footer .footer-menu-divider {
    color: #444;
    padding: 0 10px;
}

p.copyright {
    margin: 15px 0 0;
    font-size: 16px;
    /* Bigger copyright text */
    color: #888 !important;
}

/* Custom Blue Checkmark List - Thin Style */
.checkmark-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.features-bar {
    font-size: 18px;
    color: #444;
    margin: 25px 0;
    line-height: 1.8;
    font-weight: 400;
}

.checkmark-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-right: 20px;
    font-size: 18px;
    color: #444;
}

.checkmark-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #2478ac;
    /* Thin circle */
    border-radius: 50%;
    box-sizing: border-box;
}

.checkmark-list li::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 9px;
    height: 5px;
    border-left: 1px solid #2478ac;
    /* Thin tick */
    border-bottom: 1px solid #2478ac;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

/* 3CX Pricing Table - selector format */
.pricing-table-wrap {
    padding: 60px 15px 80px;
    max-width: 100%;
    overflow-x: auto;
}

.pricing-currency-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 12px;
    gap: 8px;
}

.pricing-currency-bar label {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.pricing-currency-select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    min-width: 120px;
}

.table-3cx {
    width: 100%;
    min-width: 1000px;
    /* Increased min-width for fixed layout clarity */
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #ddd;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.table-3cx th,
.table-3cx td {
    border: 1px solid #e0e0e0;
    padding: 14px 12px;
    text-align: center;
    vertical-align: middle;
}

.table-3cx thead th {
    background: #f0f4f8;
    font-weight: 600;
    color: #1a2a3a;
}

/* specific column widths for proper content fitting */
.table-3cx th:nth-child(5) {
    width: 250px;
}

.table-3cx tbody tr {
    background: #f8f9fa;
}

.table-3cx tbody tr:nth-child(even) {
    background: #fff;
}

.table-3cx tbody tr.pricing-row-highlight {
    background: #e3f2fd !important;
    border-left: 3px solid #2196F3;
}

.table-3cx tbody tr:hover {
    background: #e8f4f8 !important;
}

.table-3cx .edition-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
}

.table-3cx .edition-btn {
    padding: 10px 20px;
    border: 1px solid #2478ac;
    border-radius: 50px;
    background: #fff;
    color: #2478ac;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    min-width: 90px;
    transition: all .2s;
}

.table-3cx .edition-btn:hover {
    background: #2478ac;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* main PRO / ENT/AI toggle - same width for both buttons */
.table-3cx td:nth-child(4) .edition-btn[data-edition] {
    min-width: 100px;
    box-sizing: border-box;
}

/* activation / setup toggle */
.table-3cx td:nth-child(5) .addon-btns {
    background: transparent;
}

.table-3cx .addon-btns .edition-btn {
    font-size: 11px;
    padding: 6px 10px;
}

.table-3cx .edition-btn.active {
    background: #2478ac;
    color: #fff;
    border-color: #2478ac;
}

.table-3cx .setup-display {
    text-align: center;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}

.table-3cx .setup-display div {
    margin-bottom: 4px;
    white-space: normal;
}

.table-3cx .setup-label {
    font-weight: 600;
    color: #666;
}

.table-3cx .price-cell {
    font-weight: 600;
    color: #1a2a3a;
    white-space: nowrap;
}

.table-3cx .btn-buy-now {
    display: inline-block;
    padding: 10px 20px;
    background: #2478ac;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}

.table-3cx .btn-buy-now:hover {
    background: #287fb3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Extra Large Contact Buttons */
.btn-contact-xl {
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #2478ac;
    color: #fff !important;
    border: none;
}

.btn-contact-xl:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(51, 151, 212, 0.4);
    background-color: #287fb3;
}

.btn-contact-xl i {
    margin-right: 10px;
    font-size: 24px;
}

/* Unified Contact Button Colors */
.btn-whatsapp,
.btn-email,
.btn-phone {
    background-color: #2478ac !important;
}

.btn-whatsapp:hover,
.btn-email:hover,
.btn-phone:hover {
    box-shadow: 0 8px 25px rgba(51, 151, 212, 0.4) !important;
    background-color: #287fb3 !important;
}

/* Contact Info Box (Image-style) */
.contact-info-container {
    max-width: 1100px;
    /* Increased from 800px */
    margin: 50px auto 0;
    background: #fff;
    padding: 20px 40px 40px;
    /* Increased padding */
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-box-header {
    padding: 20px 0;
    border-bottom: 2px solid #2478ac;
    margin-bottom: 15px;
    text-align: center;
}

.contact-box-header h3 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    color: #333;
}

.contact-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    /* Increased from 15px for fuller look */
    border: 1px solid #f0f0f0;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-radius: 8px;
    flex: 1;
    min-width: 220px;
}

.contact-item:hover {
    background: #f4f9fb;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-item:last-child {
    border: 1px solid #f0f0f0;
}

.contact-icon-wrap {
    width: 60px;
    height: 60px;
    background: #f4f9fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon-wrap i {
    font-size: 24px;
    color: #2478ac;
}

.contact-text-wrap {
    flex-grow: 1;
}

.contact-text-wrap h4 {
    margin: 0 0 5px;
    font-size: 1.2em;
    font-weight: 700;
    color: #333;
}

.contact-text-wrap p,
.contact-text-wrap a {
    margin: 0;
    font-size: 1.0em;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-all;
}

.contact-text-wrap a:hover {
    color: #2478ac;
}

@media (max-width: 767px) {
    .contact-info-container {
        padding: 20px;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-icon-wrap {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Edition Toggle Styling */
.edition-toggle {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.edition-btn {
    padding: 10px 25px;
    border: 2px solid #2478ac;
    border-radius: 50px;
    background: transparent;
    color: #2478ac;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    outline: none !important;
}

.edition-btn:hover {
    background-color: #2478ac;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.edition-btn.active {
    background: #2478ac;
    color: #fff;
}

.edition-content {
    display: none;
}

.edition-content.active {
    display: block;
}

.edition-content p.lead {
    font-size: 18px;
    line-height: 1.6;
}

/* Curved Button Overrides for Cloud Plan & Intro */
.btn-lg {
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* Two-Picture Stacked Desktop Slider */
.desktop-wrapper {
    position: relative;
    margin: 30px 0;
    z-index: 1;
}

.desktop-stack {
    position: relative;
    /* Reserve space for the top-right offset image */
    padding-top: 30px;
    padding-right: 30px;
    display: block;
    overflow: visible;
}

.desktop-stack .back-image {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 30px);
    /* Ensure it stays in container width */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0.5;
}

.desktop-stack .front-image {
    position: relative;
    /* The front image is shifted down and pushed left to reveal the back image */
    width: calc(100% - 30px);
    height: auto;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background: transparent;
    display: block;
}

/* Triple Stack for Mobility (3 images) */
.desktop-stack-triple {
    position: relative;
    /* Default: Top-right offset */
    padding-top: 40px;
    padding-right: 40px;
    display: block;
    overflow: visible;
}

.desktop-stack-triple .back-image {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 40px);
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
    opacity: 0.3;
    /* Hardware acceleration */
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.desktop-stack-triple .mid-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 2;
    opacity: 0.6;
    /* Hardware acceleration */
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

/* Modifier: Bottom-right offset */
.desktop-stack-triple.bottom-right {
    padding-top: 0;
    padding-bottom: 40px;
}

.desktop-stack-triple.bottom-right .back-image {
    top: auto;
    bottom: 0;
}

.desktop-stack-triple.bottom-right .mid-image {
    top: auto;
    bottom: 20px;
}

.desktop-stack-triple .front-image {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: auto;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background: transparent;
    display: block;
    /* Hardware acceleration */
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

/* Custom fade effect for Bootstrap 3 carousel */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

/* Carousel Indicators positioned below the image */
.desktop-wrapper .carousel {
    margin-bottom: 50px;
    /* Space for the dots */
}

.desktop-wrapper .carousel-indicators {
    bottom: -40px;
}

.desktop-wrapper .carousel-indicators li {
    border: 1px solid #777;
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin: 1px 4px;
    /* Space out the dots slightly more */
}

.desktop-wrapper .carousel-indicators .active {
    background-color: #2478ac;
    border: 1px solid #2478ac;
    width: 14px;
    height: 14px;
    margin: 0 4px;
}

/* Force uniform image size for all carousel images */
.desktop-wrapper .carousel-inner .item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}