.logo_sec{
        background: linear-gradient(#293e92, #051c26) !important;
       }
       .footer-gradient {
            background: linear-gradient(180deg, #0a2e5c 0, #134575 100%);
            padding-top: 60px;
            padding-bottom: 0;
            color: #fff;
            overflow: hidden
        }

        @media(max-width:768px) {
            .contact-row {
                width: fit-content;
                margin: auto
            }

            .footer-gradient .col-lg-2 .footer-links {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 10px
            }

            .social-highlight {
                justify-content: center
            }

            .perinthalmanna-wrapper {
                text-align: center
            }
        }

        .footer-bg-pattern {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .1;
            pointer-events: none;
            background-image: radial-gradient(#fff 1px, transparent 1px), radial-gradient(#fff 1px, transparent 1px);
            background-position: 0 0, 25px 25px;
            background-size: 50px 50px;
            z-index: 1
        }

        .footer-widget h3 {
            font-size: 22px !important;
            margin-bottom: 25px;
            font-weight: 700;
            display: inline-block;
            position: relative;
            padding-bottom: 10px
        }

        .footer-widget h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background-color: #f7bb12
        }

        .social-highlight {
            list-style: none;
            padding: 0;
            display: flex;
            gap: 10px;
            margin-top: 20px;
            flex-wrap: wrap
        }

        .social-highlight li a {
            width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    padding: 10px;
        }

        .social-highlight li a:hover {
            background: #f7bb12;
            color: #fff;
            transform: translateY(-5px)
        }

        .perinthalmanna-btn {
            display: inline-block;
            margin-top: 20px;
            background: linear-gradient(45deg, #f7bb12, #ffda60);
            color: #000 !important;
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 800;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
            box-shadow: 0 0 15px rgba(247, 187, 18, .4);
            transition: all .3s ease
        }

        .perinthalmanna-btn i {
            margin-right: 8px
        }

        .perinthalmanna-btn:hover {
            transform: scale(1.05);
            background: #fff;
            color: #134575 !important;
            box-shadow: 0 0 20px rgba(255, 255, 255, .6)
        }

        .footer-links {
            list-style: none;
            padding: 0
        }

        .footer-links li {
            margin-bottom: 12px
        }

        .footer-links li a {
            color: rgba(255, 255, 255, .8);
            transition: .3s;
            text-decoration: none;
            font-size: 16px
        }

        .footer-links li a:hover {
            color: #f7bb12;
            padding-left: 5px
        }

        .loc-item {
            background: rgba(255, 255, 255, .05);
            border-radius: 8px;
            margin-bottom: 10px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, .1)
        }

        .loc-header {
            padding: 15px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(0, 0, 0, .2);
            color: #fff;
            font-weight: 600;
            transition: .3s
        }

        .loc-header:hover {
            background: rgba(0, 0, 0, .4)
        }

        .loc-header i.fa-location-dot {
            color: #f7bb12;
            margin-right: 8px
        }

        .loc-header .arrow {
            transition: transform .3s ease;
            font-size: 12px
        }

        .loc-item.active .loc-header .arrow {
            transform: rotate(180deg)
        }

        .loc-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height .4s ease-out;
            background: rgba(0, 0, 0, .1)
        }

        .loc-body p {
            padding: 15px 15px 5px;
            margin: 0;
            font-size: 14px;
            color: #ddd;
            line-height: 1.6
        }

        .map-link {
            display: block;
            padding: 0 15px 15px;
            color: #55cbf9;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none
        }

        .map-link:hover {
            color: #f7bb12;
            text-decoration: underline
        }
    

.client-grid .grid-item a {
    pointer-events: none;
    cursor: default;
}

