/* Reset some default styles */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* Global Styles */
body {
    width: 100%;
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background: #f1e3ff;
    padding-top: 70px;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Navbar */
.navbar {
    background: #000000;
    padding: 1rem;
}

.navbar-brand {
    color: #adffff;
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-brand img {
    width: 100px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    margin: 0 10px;
    transition: color 0.3s;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #007365;
}

/* Section Styles */
section {
    padding: 60px 0;
}

section h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

section h6 {
    color: #006263;
    margin-bottom: 20px;
}

.full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.bg-base {
    background: #f7f7f7;
}

.text-brand {
    color: #a6005e;
}

.shadow-effect {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.rounded-4 {
    border-radius: 10px;
}

/* Home Section */
#home .display-4 {
    font-size: 3rem;
    color: #333;
}

#home .text-brand {
    color: #110982;
}

#home .lead {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.btn-brand {
    background: #007a31;
    color: #333;
    border: 4px dotted #e66363;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 15px;
    cursor: pointer;
    transition: background 0.3s;
    animation: pulse 0.5s infinite alternate;
}

.btn-brand:hover {
    background: #8c3f00;
}

link-custom {
    color: #006110;
    text-decoration: none;
    font-size: 1.3rem;
    transition: color 0.3s;
    margin-top: 20px; /* Adjust the value as needed */
}

.link-custom:hover {
    color: #006110;
}
.social-icons1 i {
    font-size: 2.3em;  /* Adjust the size as needed */
    margin: 0 auto;
    margin-right: 15px;
    box-shadow: -6px 6px 8px rgba(0, 0, 1, 1);
    animation: pulse 0.5s infinite alternate;
}

.social-icons1 .fa-facebook {
    color: #3b5998;
    background-color: #a5d487;
}

.social-icons1 .fa-twitter {
    color: #1da1f2;
    background-color: #a5d487;
}

.social-icons1 .fa-instagram {
    color: #e1306c;
    background-color: #a5d487;
}

.social-icons1 .fa-linkedin {
    color: #006191;
    background-color: #a5d487;
}

.social-icons1 .fa-github {
    color: #000000;
    background-color: #a5d487;
}






/* Service Section */
#services .iconbox {
    font-size: 2rem;
    color: #630030;
    background: #dae3dc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 75%;
    box-shadow: 0 8px 12px rgba(0,0,0,0.1);
}

.service h5 {
    font-size: 2rem;
    margin: 20px 0;
}

.service p {
    font-size: 1rem;
    color: #777;
}

/* Work Section */
.card-custom {
    overflow: hidden;
    position: relative;
}

.card-custom-image img {
    width: 100%;
    display: block;
}

.card-custom-content {
    padding: 20px;
    background: #9ca8b8;
}

.card-custom h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

/* About Section */
#about .shadow-effect {
    box-shadow: 0 8px 12px rgba(0,0,0,0.1);
    
    
    padding: 20px;
}

/* Gallery Section */
#blog .card-custom {
    margin-bottom: 20px;
}

#blog .card-custom img {
    display: block;
    width: 100%;
    height: auto;
}

/* Contact Section */
form .form-control {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    border: 2px dotted #6b0000;
    border-radius: 5px;
}

form .btn-brand {
    width: 100%;
    padding: 15px;
}

/* Footer */

.MainFooter{

width: 100%;

background: #36caf7;

    
}
footer {
    background: #366917;
    color: #fff;
    padding: 20px 0;
    border-radius: 15px;
    box-shadow: 0 6px 8px rgba(0, 0, 1, 1);
    text-align: center;
    animation: pulse 0.5s infinite alternate;
}

footer .fw-bold {
    color: #ffa500;
}

footer .social-icons a {
    color: #fff;
    margin: 0 5px;
    font-size: 2.5rem;
    border-radius: 5px;
    box-shadow: -6px 6px 8px rgba(0, 0, 20, 20);
}

footer .social-icons a:hover {
    color: #ffa500;
}


.social-icons .fa-facebook {
    color: #3b5998;
    background-color: #a5d487;
}

.social-icons .fa-twitter {
    color: #1da1f2;
    background-color: #a5d487;
}

.social-icons .fa-instagram {
    color: #e1306c;
    background-color: #a5d487;
    
}

.social-icons .fa-linkedin {
    color: #006191;
    background-color: #a5d487;
}

.social-icons .fa-github {
    color: #000000;
    background-color: #a5d487;
}






/* Additional Components */

/* Buttons */
.btn {
    width: 100;
    display: inline-block;
    padding: 10px 0px;
    font-size: 1.3rem;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-secondary {
    background-color: #6c757d;
    color: #fff;
    border: none;
}

.btn-secondary:hover {
    background-color: #5a6268;
}

/* Forms */
form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

form input, form textarea, form select {
    width: 100%;
    padding: 20px;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form textarea {
    height: 150px;
}

/* Alerts */
.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}

.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb;
}

/* Modals */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
}

.modal-header, .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.modal-header {
    border-bottom: 1px solid #ddd;
}

.modal-footer {
    border-top: 1px solid #ddd;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.modal-close:hover {
    color: #f00;
}

/* Media Queries for Responsive Design */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar {
        flex-direction: column;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin: 0;
    }

    .section h1 {
        font-size: 2rem;
    }

    .btn-brand {
        width: 100%;
    }

    form .form-control {
        width: 100%;
    }
}
/* Go to Top Button */
#goToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #333; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    transition: background-color 0.3s;
}

#goToTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
html {
    scroll-behavior: smooth;
}
/* Styles for visitor count box */
#visitor-count {
    display: inline-block;
    padding: 7px 15px;
    background: linear-gradient(45deg, #4CAF50, #2196F3);
    color: #ffffff;
    border-radius: 120px;
    box-shadow: 0 4px 6px rgba(0, 0, 1, 1);
    animation: pulse 0.5s infinite alternate;
    transition: transform 0.3s ease;
}

/* Hover effect */
#visitor-count:hover {
    transform: scale(1.05);
}
/* Style for date and time */
#date-time {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #4c7308;
    padding: 8px 15px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 6px 8px rgba(0, 0, 1, 1);
    animation: pulse 0.5s infinite alternate;
}

/* Keyframes for pulse animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
.copyright-box {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 0;
}
.visitor-box {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 0;
}
.col-lg-12 {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 0;
}
.review-item {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 0;
}
.lead-mt-4 {
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 0;
}
/* Background Fade Animation */
@keyframes backgroundFade {
    0% {
        background-color: #f0f0f0;
    }
    100% {
        background-color: #e0f7fa;
    }
}

/* Float Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Header Glow Animation */
@keyframes headerGlow {
    from {
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 123, 255, 0.5);
    }
    to {
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 123, 255, 1);
    }
}

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Zoom In Animation */
@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Date Pulse Animation */
@keyframes datePulse {
    0%, 100% {
        transform: scale(1);
        color: #333;
    }
    50% {
        transform: scale(1.1);
        color: #ff5722;
    }
}

/* Calendar Icon */
.calendar-icon {
    width: 120px;
    height: 140px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border-radius: 15px;
    box-shadow: 4px 4px 8px #bdbdbd, -4px -4px 8px #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: float 2s ease-in-out infinite;
}

.calendar-icon:hover {
    transform: scale(1.1);
    box-shadow: 6px 6px 12px #bdbdbd, -6px -6px 12px #ffffff;
}

/* Calendar Header */
.calendar-header {
    background-color: #007bff;
    color: white;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    border-radius: 15px 15px 0 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.5s ease-out, headerGlow 1.5s ease-in-out infinite alternate;
}

/* Calendar Title */
.calendar-title {
    font-size: 20px;
    font-weight: bold;
}

/* Calendar Body */
.calendar-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    animation: fadeIn 0.5s ease-out 0.5s forwards;
    opacity: 0;
}

/* Calendar Date */
.calendar-date {
    font-size: 60px;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 1, 1);
    animation: zoomIn 0.5s ease-out 1s forwards, datePulse 2s infinite;
    opacity: 0;
}translateY(-50%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.calendar-title {
    font-size: 20px;
    font-weight: bold;
}

.calendar-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    animation: fadeIn 0.5s ease-out 0.5s forwards;
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.calendar-date {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    animation: zoomIn 0.5s ease-out 1s forwards;
    opacity: 0;
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.buttonDownload {
 display: inline-block;
 position: relative;
 padding: 10px 25px;
 background-color: #4CC713;
 color: white;
 font-family: sans-serif;
 text-decoration: none;
 font-size: 0.9em;
 text-align: center;
 text-indent: 15px;
 border: none;
}

.buttonDownload:hover {
 background-color: #45a21a;
 color: white;
}

.buttonDownload:before, .buttonDownload:after {
 content: ' ';
 display: block;
 position: absolute;
 left: 15px;
 top: 52%;
}

.buttonDownload:before {
 width: 10px;
 height: 2px;
 border-style: solid;
 border-width: 0 2px 2px;
}

.buttonDownload:after {
 width: 0;
 height: 0;
 margin-left: 3px;
 margin-top: -7px;
 border-style: solid;
 border-width: 4px 4px 0 4px;
 border-color: transparent;
 border-top-color: inherit;
 animation: downloadArrow 1s linear infinite;
 animation-play-state: paused;
}

.buttonDownload:hover:before {
 border-color: #cdefbd;
}

.buttonDownload:hover:after {
 border-top-color: #cdefbd;
 animation-play-state: running;
}

@keyframes downloadArrow {
 0% {
  margin-top: -7px;
  opacity: 1;
 }

 0.001% {
  margin-top: -15px;
  opacity: 0.4;
 }

 50% {
  opacity: 1;
 }

 100% {
  margin-top: 0;
  opacity: 0.4;
 }
}