
/*New*/
.header-11 {
    background: #ffffff;
    min-height: inherit;
}

.header-11 .iconset .text small{
  color: #222;
}


.header-11 .iconset .text {
    color: #212529;
    font-size: 13px;
    margin-left: 15px;
    line-height: 1.1;
}

.header-11 .iconset .hdr-icon {
    color: #222;
    font-size: 28px;
}


.header-11 .minisearch-inline .input-group-field, .header-11 .minisearch-inline .rgsearch-category {
    border-color: #212529;
    border: 1px solid #626262;
}


  .contact-buttons {
            position: fixed;
            bottom: 30px;
            right: 30px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            z-index: 1000;
        }

        .contact-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            font-size: 24px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            position: relative;
            transition: transform 0.3s ease;
            overflow: visible;
        }

        .contact-btn:hover {
            transform: scale(1.1);
            color: #fff;
        }

        .contact-btn::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            animation: pulse 2s ease-out infinite;
            z-index: -1;
        }

        .call-btn {
            background: #0c3f71;
        }

        .call-btn::before {
            background: #0c3f71;
        }

        .whatsapp-btn {
            background: #25D366;
        }

        .whatsapp-btn::before {
            background: #25D366;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }
            50% {
                transform: scale(1.3);
                opacity: 0.4;
            }
            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        @media (max-width: 768px) {
            .contact-buttons {
                bottom: 20px;
                right: 20px;
            }

            .contact-btn {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .demo-content h1 {
                font-size: 2rem;
            }

            .demo-content p {
                font-size: 1rem;
            }
        }

        #site-scroll{
          left: 30px;
        }
        
        .header-11.top-header {
    background: #215486;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
   
    border-bottom: 4px solid #d30486;
}

.mr-15{
          margin-right: 5px;
        }
        
        
        .slick-slide img {
    display: block;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.blog-img img{
          height: 420px;
          width: 100%;
          object-fit: cover;
          border-radius: 12px;
        }
        
        .blog-img .featured-image img{
          height: 300px;
          width: 100%;
          object-fit: cover;
          
        }
        
        .page-header {
    background-color: #dfdfe0;
    padding: 60px 0;
    margin-bottom: 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background: radial-gradient(circle at 20% 30%, rgba(168, 162, 205, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(205, 180, 219, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 40% 80%, rgba(147, 197, 253, 0.1) 0%, transparent 40%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 50%, rgba(200, 200, 210, 0.2) 100%);
}

.brands-list .brands-logo img {
    padding: 5px;
    margin: 0 auto;
    height: 140px;
    object-fit: cover;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
}

.index-demo11 h1, .index-demo11 .h1, .index-demo11 h2, .index-demo11 .h2, .index-demo11 h3, .index-demo11 .h3, .index-demo11 h4, .index-demo11 .h4, .index-demo11 h5, .index-demo11 .h5, .index-demo11 h6, .index-demo11 .h6, .index-demo11 .head-font {
    font-family: "Playfair Display", serif;
    color: #048ccb;
    text-transform: none;
}

.slideshow .ss-mega-title {
    color: #d30486;
    font-size: 45px;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.slideshow .ss-sub-title {
    color: #0c3f71;
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0 0;
}