/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.text-primary  {
    color: #ff9101 !important;
    font-weight: bold;
}
.btn-primary{
    background-color: #FDAC53;
    border: none;
}
.btn-primary:hover{
    background-color: #ff8d13;
    
}



/* Navbar Custom Styles */
.navbar {
    padding: 0.8rem 1.5rem;
    background-color: #f8f9fa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.display-6{
    font-weight: 800 !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-weight: 800 !important;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
  }
  

.navbar-brand small {
    font-size: 0.8rem;
    color: #6c757d; /* Muted color for subtitle */
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    color: #333;
}

/* Navigation Links */
.navbar-nav .nav-link {
    font-weight: 600;
    padding: 0.5rem 1rem;
    color: #333;
}

.navbar-nav .nav-link:hover {
    color: #ff7700 ;
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .navbar-brand {
        margin-left: 0;
    }
}



.navbar-brand {
    margin-left: 2rem !important; /* Increase margin as needed */
}
@media (max-width: 768px) {
    .navbar-brand {
        margin-left: 0px !important; /* Increase margin as needed */
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        margin-left: 0px !important; /* Increase margin as needed */
    }
}



.carousel-item img {
    height: 80vh !important; 
    object-fit: cover !important;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}

.carousel-caption {
    position: relative; 
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 2rem !important; 
    font-weight: 900 !important;
    z-index: 3 !important; 
    color: white !important;
}


.carousel-caption p {
    font-size: 1.25rem !important; 
    color: white !important; 
    z-index: 3 !important; 
}


.carousel-caption {
    z-index: 5 !important;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 60vh !important; 
    }
    
    .carousel-caption h5 {
        font-size: 1.5rem !important; 
    }

    .carousel-caption p {
        font-size: 1rem !important;
    }
}


@media (max-width: 576px) {
    .carousel-item img {
        height: 50vh !important;
    }

    .carousel-caption h5 {
        font-size: 1.2rem !important; 
    }

    .carousel-caption p {
        font-size: 0.9rem !important;
    }

    .carousel-caption {
        bottom: 20px;
        transform: translateY(20%);
    }
}



.footer-section {
    background-color: #000;
    color: #fff;
    padding: 90px 0; /* Padding added to the top and bottom */
    margin: 50px 0; /* Margin added on top */
    text-align: center;
}

/* Website Name */
.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Navigation Links */
.footer-links a {
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Social Media Icons */
.footer-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 24px;
}

.footer-icons a:hover {
    color: #ff7700; /* Optional: Add a hover color for social icons */
}

/* Copyright Section */
.footer-copyright {
    margin-top: 20px;
    font-size: 14px;
}



 /* Custom Loader */
        #loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.9);
            display: flex;
            justify-content: center;
            align-items: center;
            visibility: hidden;
        }

        #loader {
            border: 8px solid #f3f3f3;
            border-top: 8px solid #ff7700 ;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin 1.5s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

       
       .carousel-caption {
        position: absolute;
        bottom: 20px; 
        left: 50%;
        bottom: 40%;
        transform: translateX(-50%); 
        text-align: center; 
        color: #ffffff; 
        padding: 10px 20px;
        border-radius: 8px;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }
    
    .carousel-caption h5 {
        font-size: 1.5rem; /* Base font size for headings */
        top: 100%;
    }
    
    .carousel-caption p {
        font-size: 1rem; /* Base font size for paragraphs */
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .carousel-caption h5 {
            font-size: 1.25rem; /* Smaller font size on mobile */
            color: #ffffff;
            bottom: 100%;
        }
        .carousel-item img {
            height: 40vh !important; 
            object-fit: cover !important;
        }
    
        .carousel-caption p {
            bottom: 100%;
            display: none;

        }
    
        .carousel-caption {
            bottom: 10px; 
            padding: 5px 10px; 
        }
    }
    
    @media (max-width: 576px) {
        .carousel-caption h5 {
            font-size: 1rem; 
            color: #ffffff;
           
        }
    
        .carousel-caption p {
            bottom: 100%;
            display: none;
        }
        .carousel-item img {
            height: 30vh !important; 
            object-fit: cover !important;
        }
    }
    
.card {
    border: 2px solid #ddd; /* Light border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle box shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect to make the box glow */
.card:hover {
    transform: scale(1.05); /* Slightly scale up on hover */
    box-shadow: 0 8px 15px #ff7700; /* Glow effect with blue shadow */
}

.card-title {
    color: #ff7700 ; /* Accent color for titles */
}

.about-us {
    background-color: #f9f9f9;
}

.card-text {
    color: #000000 !important; /* Slightly darker text */
}

  /* General Styling */
  .services-section {
    background-color: #ffffff;
}

/* Card Styling */
.service-card {
    border: none;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    padding: 30px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px #ff7700;
}

.service-icon {
    font-size: 3rem;
    color: #ff7700 ;
    margin-bottom: 15px;
}


.card-body p {
    /* opacity: 0; */
    color: #000;
    transition: opacity 0.3s ease;
}

.service-card:hover .card-body p {
    opacity: 1;
}

/* Section Header */
.services-section h2 {
    margin-bottom: 40px;
}

/* Animation on Scroll */
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.choose-us-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

/* Section Header Styling */
.choose-us-section h2 {
    margin-bottom: 40px;
    font-size: 2.5rem;
    text-align: center;
}

/* Differentiator Card Styling */
.choose-us-card {
    background-color: white;
    border: none;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-us-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px #ff7700;
}

/* Icon Styling */
.choose-us-icon {
    font-size: 3rem;
    color: #ff7700 ;
    margin-bottom: 20px;
}

/* Animation */
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* Card Body Text Animation */
.choose-us-card .card-text {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.choose-us-card:hover .card-text {
    opacity: 1;
}

@media (max-width: 768px) {
    .choose-us-card .card-text {
        opacity: 1;
    }
  
}

@media (max-width: 576px) {
    .choose-us-card .card-text {
        opacity: 1;
    }
   
}

/* .abt-img{
    /* width: 100%; */
    /* height: 80vh; */
/* } */ 


/* Unique class for Mission and Vision Cards */
.mission-vision-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative; /* To ensure positioning context for the hover effect */
}

/* Hover effect */
.mission-vision-card:hover {
    transform: translateY(-10px); /* Lift the card upwards */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* More pronounced shadow on hover */
    background-color: #f8f9fa; /* Slightly change the background color */
}

/* Heading styling */
.mission-vision-card h3 {
    font-weight: 600; /* Semi-bold for headings */
}

/* Paragraph styling */
.mission-vision-card p {
    color: #555; /* Darker color for readability */
}


/* Unique class for video containers */
.unique-video {
    position: relative; /* Position relative for absolute overlay */
    overflow: hidden; /* Hide overflow for better presentation */
}

/* Style for video */
.unique-video .video {
    width: 100%;
    height: auto;
    object-fit: cover; /* Maintain aspect ratio */
}

/* Video overlay styling */
.video-overlay {
    position: absolute; /* Absolute positioning for overlay */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; /* Flexbox for centering text */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease; /* Transition for smooth appearance */
}

/* Show overlay on hover */
.unique-video:hover .video-overlay {
    opacity: 1; /* Show overlay on hover */
}

/* Video text styling */
.video-text {
    color: white; /* White text color */
    font-size: 1.5rem; /* Increase font size */
    text-align: center; /* Center text */
    animation: fadeIn 1s ease forwards; /* Fade-in animation */
}

/* Keyframes for fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0; /* Start invisible */
        transform: translateY(20px); /* Move down */
    }
    to {
        opacity: 1; /* Fully visible */
        transform: translateY(0); /* Original position */
    }
}

.mission-abt{
    background-color: #f9f9f9;

}

#case-studies{
    background-color: #f9f9f9;

}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; 
    z-index: 10;
    background-color: #fd7e14;
    color: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.back-to-top:hover {
    background-color: #fd7e14;
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .back-to-top {
      display: flex;
    }
    
    .back-to-top i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .back-to-top {
       display: flex;
    }
}

@media (max-width: 768px) {
    .footer-box {
      display: flex;
    }
    .footer-links{
        display: block;
    }
    .footer-icons{
        display: block;
    }

}

@media (max-width: 576px) {
    .footer-box {
       display: flex;
    }
    .footer-links{
        display: block;
    }
    .footer-icons{
        display: block;
    }

}

@media (max-width: 768px) {
    .footer-links a {
        margin: 0 10px;
        margin-left: 5px;
    }

    
}

@media (max-width: 576px) {
    .footer-links a {
        margin: 0 10px;
        margin-left: 5px;
    }
    

}


