/* ========================================================================
   PRIMARY COLOR SCHEME
   Primary: #49c1ef, Secondary: #0086bb, Accent: #ec4901
   ======================================================================== */

/* ========================================================================
   LANGUAGE SELECTOR STYLES
   ======================================================================== */
.select-language li a.active {
    color: #0086bb !important;
}

.select-language-switch {
    display: none !important;
}

/* ========================================================================
   JOB POSTING STYLES
   ======================================================================== */
.job-post {
    margin-bottom: 1rem !important;
}

/* ========================================================================
   PROJECT CATEGORIES STYLES
   ======================================================================== */
.project-cat {
    font-size: 14px !important;
    color: #f1f1f1 !important;
}

/* ========================================================================
   INFO BOX STYLES
   ======================================================================== */
.info-box-title {
    font-weight: 600;
    font-size: 16px !important;
}

/* ========================================================================
   FOOTER MENU STYLES
   ======================================================================== */
.footer-menu a {
    color: #999;
}
.footer-menu a:hover {
    color: black !important;
    text-decoration: underline !important;
}

.copyright-info {
    color: #999;
}

.footer-widget ul.list-arrow li a {
    color: #9b9a9a !important;
}
.footer-widget ul.list-arrow li a:hover {
    text-decoration: underline;
}

/* ========================================================================
   HEADER NAVIGATION STYLES
   ======================================================================== */
.header-get-a-quote a {
    background-color: #49c1ef !important;
}
.header-get-a-quote a:hover {
    text-decoration: underline;
}

ul.navbar-bottom-nav>li:hover>a,
ul.navbar-bottom-nav>li.active>a {
    color: #999 !important;
}

.dropdown-menu a:hover {
    text-decoration: underline;
}

.nav-item a.nav-link {
    color: #f1f1f1 !important;
}
.nav-item a.nav-link:hover {
    color: #f1f1f1 !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #49c1ef !important;
}

.nav-item.m-menu:hover>a,
.nav-item.m-menu.dropdown:hover>a {
    color: #49c1ef !important;
}

/* ========================================================================
   BUTTON STYLES
   ======================================================================== */
.shuffle-btn-group label.active {
    color: #f1f1f1 !important;
    background: #111416;
}

.slider.border {
    background: #49c1ef;
    border: none !important;
    color: #111416;
}
.slider.border:hover {
    color: #f1f1f1 !important;
}

.btn-dark,
.call-to-action-btn a,
.btn-primary.solid {
    background: #49c1ef;
    border: none !important;
    color: #111416;
    border-radius: 100px;
}

.ts-service-icon.icon-round i {
    color: #49c1ef;
    font-size: 36px;
}

.ts-service-icon i {
    color: #49c1ef !important;
}

/* ========================================================================
   ACCORDION STYLES
   ======================================================================== */
.accordion-group .card-header .btn:before {
    background-color: #49c1ef;
}
.accordion-group .card-header i {
    color: #111416 !important;
}

/* ========================================================================
   SERVICE BOX STYLES
   ======================================================================== */
.service-box-title a:hover {
    text-decoration: underline;
}

.ts-service-box i {
    font-size: 48px !important;
}

.ts-service-box-info {
    border-radius: 10px;
    padding: 14px;
}

/* ========================================================================
   FACTS STYLES
   ======================================================================== */
.ts-facts-img i {
    color: #49c1ef !important;
    font-size: 60px !important;
}

.ts-facts .ts-facts-content .ts-facts-title {
    font-size: 16px;
    color: #f1f1f1 !important;
    margin: 0;
}

/* ========================================================================
   SECTION TITLE STYLES
   ======================================================================== */
.section-title {
    font-weight: 700 !important;
}

/* ========================================================================
   PROJECT ITEM STYLES
   ======================================================================== */
.project-item-title a:hover {
    color: #f1f1f1 !important;
}

/* ========================================================================
   GALLERY STYLES
   ======================================================================== */
.service-gallery-icon i {
    font-size: 24px;
}
.service-gallery-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #49c1ef !important;
}

/* ========================================================================
   COOKIE NOTICE STYLES
   ======================================================================== */
#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #f1f1f1;
    color: #393d4d;
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    transform: translate3d(0,-1px,0);
}

/* ========================================================================
   FORM ELEMENT STYLES
   ======================================================================== */
.form-control {
    border-radius: 10px;
    color: #002b5c;
    font-size: 16px;
    height: 50px;
    font-weight: 550;
    border: 1px solid #002b5c;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
    /* border: 3px solid #002b5c; */
}

.info-text, label {
    font-weight: 550;
}

label b {
    color: #ec4901;
}

/* ========================================================================
   STEPS FORM STYLES
   ======================================================================== */
.hiddenradio [type=radio]+img {
    width: 95px;
    height: 75px;
    cursor: pointer;
    margin-top: 10px;
    border-width: 4px;
    border-radius: 6px;
    margin-right: 14px;
    background-color: #f5f5f5;
}

.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.hiddenradio [type=radio]:checked+img,
.hiddenradio [type=radio]:checked+span {
    outline: 4px solid #ec4901;
    border-color: var(--font);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0);
}

.hiddenradio [type=radio]+span {
    cursor: pointer;
    margin-top: 10px;
    border-width: 4px;
    border-radius: 6px;
    margin-right: 14px;
    background-color: #f5f5f5;
    padding: 14px !important;
}

.hiddenradio {
    margin-top: 20px;
    margin-bottom: 20px;
}

.h-c {
    height: 60px !important;
}

.stepx {
    margin-top: 18px !important;
    margin-bottom: 300px !important;
}

.cardIconStyleCircle img {
    width: 50px !important;
}

.question-text {
    padding-bottom: 10px;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.25em;
}

.step.active {
    opacity: 1;
}

.tab-step {
    display: none;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ec4901;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    margin-top: 14px;
}

input.invalid {
    outline: 2px solid #ec4901;
}

/* ========================================================================
   SERVICES STYLES
   ======================================================================== */
.angebot .ts-service-box-bg {
    background-color: #f1f1f1 !important;
    color: #0a0d10;
}
.angebot .ts-service-box-bg a {
    color: #0a0d10 !important;
    font-size: 18px !important;
    font-weight: 700;
}

/* ========================================================================
   SIDEBAR STYLES
   ======================================================================== */
.sidebar .card-header {
    padding: 0 !important;
}
.sidebar .card-header button {
    padding-left: 20px;
    margin-top: 0px !important;
    background-color: #fff !important;
    color: #111416;
    font-size: 16px !important;
    text-align: left;
    width: 100%;
}

/* ========================================================================
   SERVICE NAVIGATION STYLES
   ======================================================================== */
.service .nav-item a.nav-link {
    color: #111416 !important;
}

/* ========================================================================
   ROUNDED BUTTON STYLES
   ======================================================================== */
.header-get-a-quote .btn-primary,
.call-to-action-btn .btn-primary,
.slider.btn,
.call-to-action-btn a,
.general-btn a,
.btn-primary.solid {
    border-radius: 100px;
}

/* ========================================================================
   ROUNDED ELEMENT STYLES
   ======================================================================== */
.call-to-action,
.gallery-popup img,
.cboxPhoto img,
.post-media img,
.posts-thumb img,
.ts-service-image-wrap img,
.item img,
.latest-post-media img,
.quote-text-border,
.clients-logo {
    border-radius: 10px !important;
}

.clients-logo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-box-shadow: 2px -2px 42px -26px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -2px 42px -26px rgba(0,0,0,0.75);
    box-shadow: 2px -2px 42px -26px rgba(0,0,0,0.75);
    border: none;
}

.clients-logo:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 1px !important;
}

/* ========================================================================
   SERVICE DETAILS STYLES
   ======================================================================== */
.service-detail p,
.entry-content p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-align-last: left;
}

.service-detail strong,
.service-detail b,
.entry-content strong {
    font-size: 18px;
    font-weight: 800;
    color: #ec4901;
    text-decoration: none !important;
}

.service-detail blockquote,
.entry-content blockquote {
    font-size: 16px;
    background: #f9f9f9;
    border-left: 10px solid #111416;
    margin: 1.5em 0px;
    padding: 1em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

.service-detail blockquote:before,
.entry-content blockquote:before {
    color: #49c1ef;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.service-detail blockquote p,
.entry-content blockquote p {
    display: inline;
}

.entry-content a {
    font-weight: 600;
    text-decoration: none !important;
}

.entry-content a:hover {
    color: #ec4901;
}

/* ========================================================================
   FORM STYLES
   ======================================================================== */
.form-group input[type=checkbox] {
    margin: 8px;
    width: 18px;
    height: 18px;
}

.btn-refresh {
    font-weight: 550;
    color: #ec4901;
}

/* ========================================================================
   FAQ STYLES
   ======================================================================== */
.faqs-content-contact {
    font-size: 16px;
}

.faqs-content-contact strong {
    color: #ec4901;
    font-size: 18px;
}

/* ========================================================================
   SERVICE BOX STYLES
   ======================================================================== */
.ts-service-box-bg {
    border: 3px solid #002b5c;
    background: #fff;
    color: #002b5c;
    padding: 30px;
    border-radius: 10px !important;
    font-size: 16px;
}

.ts-service-box-content h4 {
    color: #002b5c;
}

/* ========================================================================
   JOBS STYLES
   ======================================================================== */
.jobs .location,
.jobs .date {
    padding-left: 6px;
}
.jobs .title {
    font-size: 18px;
}
.jobs svg {
    max-width: 24px;
}
.jobs .badge {
    color: #f5f5f5;
    background-color: #ec4901 !important;
}

.career-detail small {
    font-size: 16px !important;
}

.job-content h3 {
    font-size: 18px;
    color: #ec4901;
    font-weight: 600;
}

.job-content li {
    list-style: none;
    line-height: 32px;
}
.job-content li:before {
    content: '✓ ';
    color: #ec4901 !important;
    font-weight: 600;
}

.ts-designation {
    color: #ec4901 !important;
}

/* ========================================================================
   LANGUAGE SWITCHER STYLES
   ======================================================================== */
.language-switcher {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

.language-switcher select {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.language-switcher select:hover,
.language-switcher select:focus {
    border-color: #666;
    outline: none;
}

/* ========================================================================
   PRODUCT SLIDER STYLES
   ======================================================================== */
.product-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.product-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

#myTab .nav-item a.nav-link {
    color: #495057 !important;
}
#myTab .nav-item a.nav-link:hover {
    color: #495057 !important;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link:hover {
    color: #0056b3;
}

.card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-area {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

.solution-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(99, 99, 99, 0.1) !important;
}

.solution-icon {
    color: #49c1ef !important;
}

.btn-outline-success {
    border-width: 2px;
    font-weight: 500;
}

/* ========================================================================
   SUBSCRIBE SECTION STYLES
   ======================================================================== */
.subscribe {
    background-color: #f8f9fa;
}

.subscribe-call-to-acton,
.ts-newsletter {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.subscribe-call-to-acton {
    background: linear-gradient(135deg, #49c1ef 0%, #0086bb 100%);
}

.ts-newsletter {
    background: linear-gradient(135deg, #111416 0%, #0a0d10 100%);
}

.subscribe-call-to-acton h3,
.ts-newsletter h4 {
    font-weight: 600;
}

.subscribe-call-to-acton h4,
.ts-newsletter p {
    font-size: 1.1rem;
}

/* ========================================================================
   CONTENT SECTION STYLES
   ======================================================================== */
.content {
    background-color: #f8f9fa;
}

.column-title {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.column-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #49c1ef;
}

.quote-item:hover {
    transform: translateY(-5px);
}

.quote-text {
    padding: 2rem !important;
    border-radius: 5px;
}

.quote-subtext {
    font-weight: 600;
    color: #333;
}

/* .testimonial-thumb {
    border: 3px solid #49c1ef;
} */

.clients-logo {
    transition: all 0.3s ease;
    border-radius: 10px !important;
    background: white;
    margin-bottom: 2rem;

}

.clients-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.clients-logo img {
    transition: all 0.3s ease;
}

.clients-logo:hover img {
    opacity: 0.8;
}

/* ========================================================================
   NEWS SECTION STYLES
   ======================================================================== */
.news {
    background-color: #f8f9fa;
}

.latest-post {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latest-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.latest-post-img img {
    transition: transform 0.3s ease;
}

.latest-post:hover .latest-post-img img {
    transform: scale(1.05);
}

.post-title a {
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #49c1ef;
}

.latest-post-meta {
    font-size: 0.9rem;
}

.post-item-date i {
    margin-right: 5px;
}

/* ========================================================================
   SOLUTIONS SECTION STYLES
   ======================================================================== */
.solution-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: 100%;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(99, 99, 99, 0.1) !important;
}

.solution-icon {
    color: #49c1ef !important;
}

/* ========================================================================
   HEADER STYLES
   ======================================================================== */
.header-one {
    position: relative;
    z-index: 1000;
}

/* Mobile Header */
.d-lg-none.py-3 {
    position: relative;
    z-index: 1050;
}

/* Navbar Toggler */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    background: transparent;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile logo container */
.col-6.text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Mobile navigation collapse */
.navbar-collapse {
    background: #0a0d10;
    margin-top: 0.5rem;
}

.navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.navbar-nav .nav-link {
    color: #f1f1f1 !important;
    padding: 0.75rem 1rem !important;
}

.navbar-nav .nav-link:hover {
    color: #49c1ef !important;
}

/* Cart link styling on mobile */
.menu-cart-link .nav-link {
    color: #f1f1f1 !important;
}

/* Badge styling */
.badge-danger {
    background-color: #dc3545;
}

/* Responsive logo sizing */
img[style*="height:60px"] {
    max-width: 150px;
    height: 60px !important;
    object-fit: contain;
}

img[style*="height:90px"] {
    max-width: 200px;
    height: 90px !important;
    object-fit: contain;
}

/* ========================================================================
   MODERN DROPDOWN MENU STYLES
   ======================================================================== */
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border-radius: 12px !important;
    overflow: hidden;
    padding: 0;
    min-width: 220px;
    background: white;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-dropdown-menu {
    background: white;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.05);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-dropdown-menu.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.dropdown-content {
    padding: 12px 0;
}

.dropdown-item {
    padding: 12px 20px;
    margin: 2px 8px;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, #49c1ef 0%, #0086bb 100%);
    color: rgb(0, 0, 0) !important;
    transform: translateX(5px);
}

.dropdown-item.active {
    background: linear-gradient(135deg, #49c1ef 0%, #0086bb 100%);
    color: rgb(0, 0, 0) !important;
}

.dropdown-icon {
    font-size: 0.8rem;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
}

.dropdown-item-icon {
    margin-right: 10px;
    font-size: 0.9rem;
    width: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.dropdown-item:hover .dropdown-item-icon {
    transform: translateX(3px);
}

/* Subtle background gradient */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(73, 193, 239, 0.02) 0%, rgba(0, 134, 187, 0.02) 100%);
    z-index: -1;
    border-radius: 12px;
}

/* Modern active state */
.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(135deg, #49c1ef 0%, #0086bb 100%);
    color: white !important;
}

/* Icon animations */
.dropdown-item:hover i {
    animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-2px);
    }
    60% {
        transform: translateX(1px);
    }
}

/* Smooth hover transitions */
.dropdown-item {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, box-shadow;
}

.dropdown-item:hover {
    transition: all 0.2s ease;
}

/* Dropdown arrow animation */
.dropdown-toggle::after {
    display: none;
}

/* Gradient border for dropdown */
.modern-dropdown-menu {
    position: relative;
    overflow: hidden;
}

.modern-dropdown-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #49c1ef, #0086bb);
    z-index: 2;
}

/* Smooth animations */
.dropdown-menu {
    animation: dropdownSlide 0.3s ease;
}

@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus states for accessibility */
.dropdown-item:focus {
    outline: 2px solid #49c1ef;
    outline-offset: -2px;
    border-radius: 8px;
}

/* ========================================================================
   BACK TO TOP STYLES
   ======================================================================== */
#back-to-top .btn.btn-primary {
    background-color: #49c1ef;
}

#back-to-top .btn.btn-primary:hover {
    color: black !important;
}

/* ========================================================================
   FOOTER WIDGET STYLES
   ======================================================================== */
.footer .widget-ttbau-title {
    border-left: 3px solid #49c1ef;
}

/* ========================================================================
   CALL TO ACTION STYLES
   ======================================================================== */
.call-to-action-box .action-style-box,
.action-style-box {
    background: #111416;
    border-radius: 10px;
}

/* ========================================================================
   HOVER EFFECTS
   ======================================================================== */
a:hover {
    text-decoration: underline !important;
}

.service-box-title a:hover {
    text-decoration: underline;
}

/* ========================================================================
   LEARN MORE STYLES
   ======================================================================== */
.learn-more i {
    font-size: 14px !important;
}

/* ========================================================================
   SERVICE BOX TITLE STYLES
   ======================================================================== */
.service-box-title {
    font-size: 18px;
}

/* ========================================================================
   TAB NAVIGATION STYLES
   ======================================================================== */
.nav-tabs a {
    padding: 16px;
}

/* ========================================================================
   NAVBAR BOTTOM STYLES
   ======================================================================== */
.navbar-bottom {
    display: none;
    overflow: hidden;
    background-color: #0a0d10;
    position: fixed;
    bottom: 0;
    padding: 12px;
    width: 100%;
}

.navbar-bottom i {
    font-size: 22px;
}

.navbar-bottom a {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
}

.navbar-bottom a:hover {
    background: #f1f1f1;
    color: black;
}

.menu-logo {
    display: none;
}

/* ========================================================================
   PAGE SLIDER STYLES
   ======================================================================== */
#page-slider {
    position: relative;
}

/* ========================================================================
   SUBSCRIBE STYLES
   ======================================================================== */
.subscribe-call-to-acton h3 {
    color: #999 !important;
}

/* ========================================================================
   POST IMAGES STYLES
   ======================================================================== */
.post-body figure img,
.post-body img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    pointer-events: none !important;
    object-fit: contain !important;
}

.post-body figure {
    margin: 1.5em auto !important;
    text-align: center !important;
}

.post-body figcaption a {
    pointer-events: none !important;
}

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

/* Large screens (desktop) */
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1280px;
    }
    .new-container {
        max-width: 1280px !important;
    }
    .slide-sub-title {
        font-style: normal;
        font-size: 55px;
        line-height: 68px;
        margin: 20px 0;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
    
    /* Desktop header */
    .d-none.d-lg-block {
        display: block !important;
    }
    
    .d-lg-none {
        display: none !important;
    }
    
    /* Hover effects for desktop */
    .dropdown:hover .modern-dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

/* Medium screens (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .xs-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .latest-post {
        margin-bottom: 1.5rem;
    }
    
    .latest-post-media img {
        height: 180px !important;
    }
    
    .col-6 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .latest-post {
        margin-bottom: 1.5rem;
    }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
    .product-img {
        height: 250px;
    }
    
    .slideInLeft a.border {
        display: none;
    }
    
    .responsive-subtitle, .responsive-slidetitle {
        font-size: 1.4rem !important;
        line-height: 1.2 !important;
    }
    
    .banner-carousel-item {
        height: 40vh !important;
        min-height: 300px !important;
        background-position: center center !important;
        background-size: cover !important;
    }
    
    .slider-content {
        padding: 20px;
    }
    
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .mb-5, .my-5, .mt-5 {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }
    
    .latest-post-media img {
        width: 100% !important;
        height: auto !important;
    }
    
    .single-product-title {
        font-size: 1.8rem !important;
        line-height: 1.4 !important;
        margin-top: 1rem !important;
    }
    
    .solution-items {
        display: none !important;
    }
    
    .contact-info-item {
        margin-bottom: 1rem !important;
    }
    
    .contact-info-item a, p {
        font-size: 1.1rem !important;
    }
    
    .column-title {
        margin-bottom: 0 !important;
    }
    
    .green-solutions {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .solution-card {
        margin-bottom: 1.5rem;
    }
    
    .solution-card h3 {
        font-size: 1.2rem;
    }
    
    .solution-icon i {
        font-size: 2rem;
    }
    
    .news {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-sub-title {
        font-size: 1.2rem;
    }
    
    .latest-post {
        margin-bottom: 1.5rem;
    }
    
    .latest-post-media img {
        height: 180px !important;
    }
    
    .d-lg-none.py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .col-6.text-right {
        padding-right: 0.5rem;
    }
    
    .navbar-toggler {
        padding: 0.125rem 0.25rem;
    }
    
    .navbar-toggler-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .bg-white.d-lg-none {
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .row.align-items-center {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .modern-dropdown-menu {
        min-width: 200px;
        margin-top: 12px;
    }
    
    .dropdown-item {
        padding: 14px 18px;
        font-size: 0.95rem;
        color: #fff;
    }
    
    .post-body figure img,
    .post-body img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* Extra small screens (mobile) */
@media (max-width: 576px) {
    .banner-carousel-item {
        height: 30vh !important;
        min-height: 250px !important;
    }
    
    .slider.btn {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .solution-card {
        display: none !important;
    }
    
    .products-section .col-md-3 {
        margin-bottom: 1.3rem !important;
    }
    
    .solution-item {
        margin-bottom: 2rem !important;
    }
    
    .solution-card i {
        font-size: 2rem !important;
    }
    
    .menu-cart-link {
        display: none !important;
    }
    
    .solution-item {
        margin-bottom: 1.5rem !important;
    }
    
    .solution-card {
        padding: 1.5rem;
    }
    
    .solution-card h3 {
        font-size: 1.1rem;
    }
    
    .latest-post-media img {
        height: 160px !important;
    }
    
    .post-body {
        padding: 1rem !important;
    }
    
    .post-title {
        font-size: 1rem;
    }
    
    .latest-post-media img {
        height: 160px !important;
    }
    
    .post-body {
        padding: 1rem !important;
    }
    
    .post-title {
        font-size: 1rem;
    }
}

/* Extra small screens (mobile) - continued */
@media (max-width: 576px) {
    .job-post {
        margin-bottom: 2rem !important;
    }
    
    .solution-card h3 {
        font-size: 1.4rem !important;
        line-height: 1.2 !important;
    }
    
    .green-solutions {
        margin-top: 4rem !important;
        font-size: 1.8rem !important;
        line-height: 1.4 !important;
    }
    
    .select-language-switch {
        display: block !important;
    }
    
    .menu-cart-link {
        display: none !important;
    }
    
    .solution-item {
        margin-bottom: 2rem !important;
    }
    
    .products-section .col-md-3 {
        margin-bottom: 1.3rem !important;
    }
    
    .solution-card i {
        font-size: 3rem !important;
    }
    
    section, .section-padding {
        padding: 40px 0;
    }
    
    .top-bar {
        display: none !important;
    }
    
    .call-to-action {
        margin-bottom: 14px;
    }
    
    .sidebar-left .widget,
    .sidebar .widget {
        margin-right: 0px;
    }
    
    .ml_reset {
        margin-left: 0px;
    }
    
    .footer-menu {
        display: none;
    }
    
    .footer-main {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    .widget-ttbau-title {
        margin-bottom: 20px;
    }
    
    .ts-facts i {
        margin-top: 14px;
    }
    
    .ts-newsletter {
        display: none;
    }
    
    .section-sub-title {
        margin-bottom: 20px;
    }
    
    .action-style-box {
        display: none;
    }
    
    .ts-intro {
        margin-top: 24px;
    }
    
    .banner-area {
        min-height: 180px;
    }
    
    .sidebar .widget {
        margin-left: 0px;
        margin-bottom: 10px;
    }
}

/* Mobile dropdown styling */
@media (max-width: 991px) {
    .modern-dropdown-menu {
        box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        border-radius: 16px !important;
        margin-top: 8px;
    }
    
    .dropdown-content {
        padding: 8px 0;
    }
    
    .dropdown-item {
        padding: 15px 20px;
        margin: 3px 12px;
        border-radius: 10px;
        font-size: 1rem;
    }
    
    .dropdown-item:hover {
        transform: translateX(8px);
    }
    
    .dropdown-menu {
        background: #111416;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    
    .dropdown-item {
        padding: 0.75rem 1.5rem;
        background: #111416;
    }
    
    .dropdown-item:hover {
        background: #1a1d20 !important;
        color: #49c1ef !important;
    }
    
    .select-language-switch .dropdown-menu {
        min-width: 100%;
    }
    
    .select-language li a.active {
        color: #0086bb !important;
        background-color: #1a1d20 !important;
    }
}

/* Responsive grid for different screen sizes */
@media (min-width: 576px) and (max-width: 767px) {
    .latest-post {
        margin-bottom: 1.5rem;
    }
}