        body {
            font-family: Arial, sans-serif;
        }
        .header {
            background: #f8f9fa;
            padding: 10px 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .glassy-section {
            background: rgba(255, 255, 255, 0.6);
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            margin: 20px 0;
        }
        .hero {
            background: linear-gradient(to right, #007bff, #0f0421);
            color: white;
            padding: 40px 20px;
            text-align: center;
        }
        .services, .contact {
            padding: 20px;
        }
        .social-buttons a {
            margin: 0 5px;
            font-size: 18px;
            color: #007bff;
        }
        .footer {
            background: #f8f9fa;
            padding: 10px;
            text-align: center;
        }
        @media (max-width: 768px) {
            .header .navbar-nav {
                flex-direction: column;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .services .col-md-4 {
                margin-bottom: 20px;
            }
        }
		
		   .comment-card {
        position: relative;
        border-radius: 10px;
        padding: 20px;
        background-color: #f9f9f9;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .speech-bubble {
        position: relative;
    }

    .speech-bubble::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 20px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #f9f9f9 transparent;
    }

    .text-info {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .text-info img {
        border-radius: 50%;
        width: 36px;
        height: 36px;
    }

    .text-info h5 {
        font-size: 16px;
        margin-bottom: 5px;
        color: #007bff;
    }

    .text-info span {
        font-size: 12px;
        color: #555;
    }
	
	/* Icons and styling */
.info i {
    color: #fff;
}
.info h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.info p, .info a {
    font-size: 14px;
}
.info a:hover {
    text-decoration: underline;
}
textarea {
    resize: none;
}


/* Glassy Section */
.glassy-section {
    background: url('images/yeds4.jpg') no-repeat center center/cover;
    color: white;
    padding: 60px 20px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
    position: relative;
    border-radius: 10px;
}
.glassy-section::before {

    background: rgba(0, 0, 0, 0.0); /* Dark overlay for better text contrast */
    z-index: 1;
}
.glassy-section h2, .glassy-section p, .services-container {
    position: relative;
    z-index: 2; /* Ensure content appears above the overlay */
}

/* Our Services Section */
.services-container {
    margin-top: 40px;
}
.service-box {
    background: rgba(255, 255, 255, 0.85); /* Light semi-transparent background */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.service-box h4 {
    color: #007bff;
}
.service-box p {
    color: #333;
}


  .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Adjust the last value for transparency */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .popup-container {
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 600px;
        z-index: 2;
    }
        .popup-container {
            display: none;
            position: fixed;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
            border-radius: .25rem;
            z-index: 1000;
            text-align: center;
        }
		

    /* Other styles as needed */

    /* Add a media query for smaller screens */
    @media (max-width: 768px) {
        .popup-container {
            /* Adjust styling for smaller screens */
            max-width: 90%;
            width: 100%;
        }
    }
	
       .modal-box{ font-family: 'Poppins', sans-serif; }
.show-modal{
   /* color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #49a6fd);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
   
    margin: 10px auto 0;
    border: none;
	border-radius:5px;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
   /* display: block;
    padding: 10px 15px;
  
    transition: all 0.3s ease 0s; */
}
.show-modal:hover,
.show-modal:focus{
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    outline: none;
}
.modal-dialog{
    width: 400px;
    margin: 70px auto 0;
}
.modal-dialog{ transform: scale(0.5); }
.modal-dialog{ transform: scale(1); }
.modal-dialog .modal-content{
    text-align: center;
    border: none;
}
.modal-content .close{
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #4cd5ff);
    font-size: 25px;
    font-weight: 400;
    text-shadow: none;
    line-height: 27px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    opacity: ;
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-content .close:hover{
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.close:focus{ outline: none; }
.modal-body{ padding: 60px 40px 40px !important; }
.modal-body .title{
    color: #026fd4;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.modal-body .description{
    color: #9A9EA9;
    font-size: 16px;
    margin: 0 0 20px;
}
.modal-body .form-group{
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
.modal-body .input-icon{
    color: #777;
    font-size: 18px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
}
.modal-body .form-control{
    font-size: 17px;
    height: 45px;
    width: 100%;
    padding: 6px 0 6px 50px;
    margin: 0 auto;
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}
.form-control::placeholder{
    color: #AEAFB1;
}
.form-group.checkbox{
    width: 130px;
    margin-top: 0;
    display: inline-block;
}
.form-group.checkbox label{
    color: #9A9EA9;
    font-weight: normal;
}
.form-group.checkbox input[type=checkbox]{
    margin-left: 0;
}
.modal-body .forgot-pass{
    color: #7F7FD5;
    font-size: 13px;
    text-align: right;
    /*width: calc(100% - 135px);*/
    margin: 2px 0;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}
.forgot-pass:hover{
    color: #9A9EA9;
    text-decoration: underline;
}
.modal-content .modal-body .btn{
    color: #fff;
    background: linear-gradient(to right, #33a3ff, #0675cf, #4cd5ff);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 38px;
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 5px;
    border: none;
    display: inline-block;
    transition: all 0.6s ease 0s;
}
.modal-content .modal-body .btn:hover{
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-content .modal-body .btn:focus{ outline: none; }
@media only screen and (max-width: 480px){
    .modal-dialog{ width: 95% !important; }
    .modal-content .modal-body{
        padding: 60px 20px 40px !important;
    }
}

        .about-section {
            background: #f8f9fa; /* Light gray background */
            padding: 50px 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        .about-title {
            font-size: 2.5rem; /* Increased font size */
            font-weight: bold;
            color: #343a40; /* Dark text */
            text-align: center;
        }
        .about-content {
            font-size: 1.3rem; /* Slightly larger font size */
            line-height: 1.8;
            color: #495057; /* Medium gray text */
            margin-top: 20px;
            text-align: justify; /* Align text for better readability */
        }
        .contact-info {
            margin-top: 30px;
            font-size: 1rem;
            color: #6c757d;
            text-align: center;
        }


        /* Global styles */
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }



        .navbar-brand {
            color: white;
            font-size: 1.5em;
        }

        .navbar-nav .nav-link {
            color: white;
        }

        .navbar-nav .nav-link:hover {
            color: #ddd;
        }

        /* Page Content Padding */
        .content {
            margin-top: 80px; /* Prevents content from being hidden behind the fixed header */
        }

        /* Reset Box Styles */
        .reset-box {
            width: 300px;
            margin: 50px auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }

        .reset-box h2 {
            text-align: center;
        }

        .reset-box input[type="email"],
        .reset-box button {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .reset-box button {
            background-color: #007bff;
            color: white;
            cursor: pointer;
        }

        .reset-box button:hover {
            background-color: #0056b3;
        }
  
  
/* Caption Styling */
.carousel-caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    background: rgb(0 0 0 / 97%);
    padding: 15px;
    border-radius: 8px;
    max-width: 70%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-caption h5 {
    font-size: 1.8rem;
    font-weight: bold;
	color:blue;
	background:white;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin-top: 10px;
	color:white;
}

/* Continuous Flicker Effect */
.flicker-effect {
    animation: flicker 1.5s infinite; /* Apply flicker animation by default */
}

/* Hover Effect */
.flicker-effect:hover {
    transform: translateX(-50%) scale(1.1); /* Scale up on hover */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8); /* Add glowing effect */
}

/* Flicker Animation */
@keyframes flicker {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    75% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.9;
    }
}
/* Uniform size for images */
.carousel-image {
    height: 400px; /* Adjust height as needed */
    object-fit: cover; /* Ensures images fill the frame without distortion */
}

/* Flicker effect for captions */
.flicker-effect {
    animation: flicker 1s infinite;
}

/* Keyframes for flicker */
@keyframes flicker {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

/* Smooth sliding */
.carousel .carousel-inner {
    transition: transform 5s ease-in-out;
}