.feature-icon i {
    font-size: 52px;
    background: linear-gradient(135deg, #ff1a1a, #8b0000); /* Red → Dark Red */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
    display: inline-block;
    opacity: 0.95;
}

.feature-style1:hover .feature-icon i {
    transform: scale(1.18);
    background: linear-gradient(135deg, #ff3333, #660000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.service-style1 .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #FF0000 0%, #000000 100%); 
    transition: all 0.4s ease-in-out;
    border: 3px solid #FFFFFF;
}


.service-style1 .service-icon i {
    color: #FFFFFF;
    font-size: 32px; 
    transition: all 0.4s ease-in-out;
}

.service-style1:hover .service-icon {
    transform: scale(1.1); 
    background: linear-gradient(45deg, #CC0000 0%, #333333 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}


.service-style1:hover .service-icon i {
    transform: rotate(5deg); 
}

.process-style1 .process-icon {
    position: relative; /* Needed for absolute positioning of the number */
    width: 100px; /* Size of the icon circle */
    height: 100px;
    border-radius: 50%; /* Make it a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto; /* Center it and add space below */
    background: linear-gradient(135deg, #FF0000 0%, #000000 100%);
    border: 3px solid #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
}

.process-style1 .process-icon i {
    color: #FFFFFF; /* White icon color */
    font-size: 40px; /* Larger icon size */
    transition: all 0.4s ease-in-out; /* Smooth transition for icon */
}

.process-style1 .process-icon .process-number {
    position: absolute;
    bottom: -15px; /* Position below the circle */
    right: -15px; /* Position to the right */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, #FF0000 0%, #333333 100%); /* Red to dark gray gradient for number */
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.process-style1:hover .process-icon {
    transform: translateY(-10px) scale(1.05); /* Lift up and slightly enlarge */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); /* Stronger shadow */
    background: linear-gradient(45deg, #CC0000 0%, #222222 100%); /* Slightly altered gradient on hover */
}


.process-style1:hover .process-icon i {
    transform: rotate(10deg); /* Rotate the icon */
}


.process-style1:hover .process-icon .process-number {
    transform: scale(1.1); /* Slightly enlarge the number */
    background: linear-gradient(135deg, #CC0000 0%, #000000 100%); /* Change number gradient */
}

.process-style1 .process-title {
    color: #222222; /* Dark color for titles */
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.process-style1 .process-text {
    color: #555555; /* Slightly lighter for body text */
    line-height: 1.8;
}

.process-style1:hover .process-title {
    color: #FF0000; /* Red title on hover */
}


.service-style1.layout2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.service-style1.layout2 .service-bg {
    flex-shrink: 0;
    border-radius: 15px;
}

.service-style1.layout2 .vs-btn {
    margin-top: auto;
}

.service-style1 .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #FF0000 0%, #000000 100%);
    transition: all 0.4s ease-in-out;
    border: 3px solid #FFFFFF;
    margin-bottom: 20px;
}

.service-style1 .service-icon i {
    color: #FFFFFF;
    font-size: 32px;
    transition: all 0.4s ease-in-out;
}

.service-style1:hover .service-icon {
    transform: scale(1.1);
    background: linear-gradient(45deg, #CC0000 0%, #333333 100%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.service-style1:hover .service-icon i {
    transform: rotate(5deg);
}

.service-style1 .service-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF0000 0%, #000000 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff;
    z-index: 10;
    transition: all 0.4s ease-in-out;
}

.service-style1:hover .service-number {
    transform: scale(1.12);
    background: linear-gradient(45deg, #CC0000 0%, #333333 100%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}


/* MAIN CONTAINER */
.client-slider {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

/* MOVING TRACK (FLEX) */
.client-track {
    display: flex;
    align-items: center;
    gap: 50px;
    width: max-content;
    animation: scroll-left 20s   linear infinite;
}

/* LOGO IMAGES */
.client-track img {
    height: 100px;
    width: auto;
    object-fit: contain;
    transition: 0.3s ease-in-out;
}

.client-track img:hover {
    transform: scale(1.12);
}

/* --- Social Icons Container --- */
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

/* --- Social Icon Box --- */
.footer-social a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    text-decoration: none;
    transition: 0.4s ease;
}

/* Icon Styling */
.footer-social a i {
    font-size: 22px;
    color: #fff;
    z-index: 2;
    transition: 0.4s ease;
}

/* Glow ring */
.footer-social a::before {
    content: "";
    position: absolute;
    width: 130%;
    height: 130%;
    border-radius: 50%;
    background: inherit;
    filter: blur(25px);
    opacity: 0;
    transition: 0.5s ease-in-out;
}

/* --- ICON GRADIENT COLORS (Brand Based) --- */

/* Facebook */
.footer-social a:nth-child(1) {
    background: linear-gradient(135deg, #1877F2, #145dbf);
}

/* Instagram */
.footer-social a:nth-child(2) {
    background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}

/* WhatsApp */
.footer-social a:nth-child(3) {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

/* Hover Effects */
.footer-social a:hover {
    transform: translateY(-8px) scale(1.12) rotate(6deg);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

.footer-social a:hover::before {
    opacity: 1;
}

/* Pulse Animation */
@keyframes pulseGlow {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}

.footer-social a:hover i {
    animation: pulseGlow 1.2s infinite;
}

/* --- RESPONSIVE FIX FOR MOBILE & TAB --- */
@media (max-width: 768px) {
    .footer-social {
        justify-content: center !important;
        gap: 14px;
    }

    .footer-social a {
        width: 50px;
        height: 50px;
    }

    .footer-social a i {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .footer-social a {
        width: 45px;
        height: 45px;
    }

    .footer-social a i {
        font-size: 18px;
    }
}


/* ANIMATION */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* MOBILE FIX — slower + adjust gap */
@media (max-width: 767px) {
    .client-track {
        gap: 30px;
        animation: scroll-left 20s   linear infinite;
    }

    .client-track img {
        height: 80px;
    }
}

/* TABLET FIX */
@media (min-width: 768px) and (max-width: 991px) {
    .client-track {
        gap: 40px;
        animation: scroll-left 20s   linear infinite;
    }

    .client-track img {
        height: 100px;
    }
}

@media (max-width: 767px) {
  .event-table__title {
    margin: 60px 0px 0px 0px;
  }
}


.mfp-content{
    height: 100%;
}


/* ============================
   TERMS & CONDITIONS – PREMIUM STYLE 
   Theme: Red + Black + White
   ============================ */
.terms-wrapper {
    margin: 50px auto;
    max-width: 1100px;
    padding: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

/* Section Title Block */
.terms-section-title {
    display: flex;
    align-items: center;
    margin: 40px 0 15px 0;
    animation: fadeIn 0.8s ease-in-out;
}

.terms-line {
    width: 55px;
    height: 4px;
    background: linear-gradient(90deg, #e40000, #ff4d4d);
    border-radius: 10px;
    margin-right: 12px;
}

.terms-h2 {
    font-size: 26px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
}

/* Sub-headings */
.terms-h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    color: #e40000;
}

/* Paragraph text */
.terms-p, .terms-li {
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 1.9;
    margin-bottom: 12px;
}

/* Glass Card Effect */
.terms-card {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 5px solid #e40000;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    animation: fadeInUp 0.6s ease-in-out;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media(max-width: 768px) {
    .terms-wrapper {
        max-width: 95%;
    }
    .terms-line {
        width: 15px;
    }
    .terms-h2 {
        font-size: 22px;
    }
    .terms-h3 {
        font-size: 18px;
    }
    .terms-p, .terms-li {
        font-size: 15px;
    }
    .space-top, .space{
        overflow-x: hidden;
    }
}
