﻿ 
        #brand-logo {
  width: 100%;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  #brand-logo {
    width: 70%;
  }
   #brand-logo1 {
                display: none !important;
            }
}

@media (max-width: 768px) {
  #brand-logo {
    width: 60%;
  }
   #brand-logo1 {
                display: none !important;
            }
}

@media (max-width: 576px) {
  #brand-logo {
    width: 60%;
  }
   #brand-logo1 {
                display: none !important;
            }
}

        @keyframes fadeSlideUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .solution-num {
            font-size: 30.037037vmin !important;
        }

        .solution-num-title {
            margin-top: 30.703704vmin !important;
        }

        .map-container {
            width: 100%;
            height: 350px;
            border-radius: 12px;
            overflow: hidden;
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.5s, transform 0.5s;
        }

            .map-container.show {
                animation: fadeSlideUp 1.2s ease-out forwards;
            }

        .menu-main::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }

        .nav-toggle-sm {
            transform: scale(1.3);
            margin-right: 0.6875rem;
        }


        /* Base style for links */
        .header-contacts a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            transition: color 0.3s ease;
        }

            /* Text color change on hover */
            .header-contacts a:hover {
                color: #ff9000;
            }

        a {
            color: #415a74;
        }

        /* Animated underline */
        .header-contacts a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 0;
            height: 2px;
            background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
            transition: width 0.4s ease;
        }

        .header-contacts a:hover::after {
            width: 100%;
        }

        a.more-link {
            color: blue;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
        }

            a.more-link:hover {
                color: red;
                text-decoration: underline;
            }

        .cards-grid__wrapper > .card__wrapper {
            width: 343px;
        }

        .card--card_productaddon {
            border-width: 0;
            display: flex;
            flex-direction: column;
            height: 189px !important;
        }



        .investor-card {
            border: none;
            border-radius: 14px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
        }

            .investor-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 6px 22px rgba(0, 0, 0, 0.15);
            }

        /* Image with hover zoom */
        .investor-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .investor-card:hover .investor-img {
            transform: scale(1.05);
        }

        .investor-img {
            width: 103%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        /* Overlay text animation */
        .overlay-text {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: rgba(0, 0, 0, 0.6);
            padding: 8px 16px;
            border-radius: 6px;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            opacity: 0.9;
            transition: background 0.3s ease;
        }

        .investor-card:hover .overlay-text {
            background: rgba(0, 0, 0, 0.8);
        }

        @keyframes gradientShift {
            0% {
                background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 50%, #e6f0ff 100%);
            }

            50% {
                background: linear-gradient(160deg, #ffffff 0%, #f0f6ff 50%, #e6f0ff 100%);
            }

            100% {
                background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 50%, #e6f0ff 100%);
            }
        }

        .investor-content {
            border-left: 1px solid #eaeaea;
            border-top-right-radius: 14px;
            border-bottom-right-radius: 14px;
            animation: gradientShift 6s ease-in-out infinite;
        }

        .gradient-text {
            background: linear-gradient(90deg, #007bff, #00c6ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 900;
        }

        .aboutus-inthenews-row {
            border-bottom: 1px solid #e1e1e1;
            margin-right: 45px;
            padding: 20px 0;
        }

        .aboutus-inthenews-head {
            color: #000;
            font-size: 32px;
            letter-spacing: -0.5px;
            font-weight: 900;
        }

        .investor-links div {
            margin-bottom: 16px;
        }

        .investor-links small {
            display: block;
            font-size: 0.8rem;
            text-transform: uppercase;
            color: #888;
            margin-bottom: 3px;
        }

        .investor-links a {
            font-size: 18px;
            color: #000;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

            .investor-links a:hover {
                color: #0d6efd;
                text-decoration: underline;
            }

        .view-all {
            font-weight: 700;
            color: #0d6efd;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
        }

            .view-all:hover {
                color: #084298;
            }



        .career-banner {
            width: 449% !important;
            max-width: 449px !important; /* default max width */
        }

        /* For tablets */
        @media (max-width: 768px) {
            .career-banner {
                max-width: 267px !important;
            }
        }

        /* For mobile phones */
        @media (max-width: 480px) {
            .career-banner {
                width: 267px !important;
                max-width: 267px !important;
            }
        }


        .btn-gold {
            background-color: #122d3e !important;
            border: 2px solid gold;
            color: #fff;
            width: 268px;
            transition: all 0.3s ease;
        }

        .btn1:hover {
            color: #fff !important;
        }

        .btn-gold:hover {
            color: #fff;
        }


        .home-piling h1, .home-piling .h1 {
         margin-left: -.25rem;
    margin-bottom: 9.185185vmin;
    font-size: 8.185185vmin;
    line-height: 1;
        }
        /* Target iPad Pro 1024px - 1366px width */
        @media only screen and (min-width: 1024px) and (max-width: 1366px) {
            .header-content {
                display: none !important;
            }
        }

        @media (min-width: 992px) {
            .col-lg-3 {
                -ms-flex: 0 0 25%;
                flex: 4 9 46%;
                max-width: 30%;
            }
        }


        .header-contacts {
            padding-top: 1.2rem;
            font-weight: bold;
            font-size: 13px;
        }


        /* Hide on all screens smaller than 992px (Bootstrap default) */
        #brand-logo1 {
            display: none !important;
        }

        /* Show only on large screens (desktop and above) */
        @media (min-width: 992px) {
            #brand-logo1 {
                display: block !important;
            }
        }

        /* Hide again on iPads (large tablets) - landscape and portrait */
        @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
            #brand-logo1 {
                display: none !important;
            }
        }

        @media (max-width: 992px) {
  #brand-logo1 {
    display: none !important;
  }
}
     