@import 'https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i';
@import 'fonts/linear-icons-font/style.css';
@import 'fonts/fontawesome-free-5.12.1-web/css/all.min.css';
@import 'fonts/linecons/style.css';

/* Add this CSS to your existing styles.css file or create a new one */

/* Customize borders and frame for the image slider */
#imageSlider {
    border: 5px solid #2c0404; /* Border color */
    border-radius: 5px; /* Rounded corners */
    overflow: hidden; /* Hide overflowing content */
    box-shadow: 0 0 10px rgba(60, 17, 17, 0.1); /* Add a subtle shadow */
}

/* Style for the carousel inner */
#imageSlider .carousel-inner {
    border-radius: 5px; /* Rounded corners */
}

/* Style for the carousel controls (previous and next buttons) */
#imageSlider .carousel-control-prev,
#imageSlider .carousel-control-next {
    border-radius: 1%; /* Make the buttons circular */
    /* background-color: rgba(0, 0, 0, 0.5); Semi-transparent black background */
}

/* Style for the carousel control icons */
#imageSlider .carousel-control-prev-icon,
#imageSlider .carousel-control-next-icon {
    color: rgb(17, 1, 1); /* Icon color */
}

/* Style for the carousel control labels (Previous and Next text) */
#imageSlider .sr-only {
    font-size: 1rem; /* Adjust font size */
}

body {
    padding-top: 56px;
    position: initial;
    font-family: poppins, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #2c0303;
    background-position: center center;
    background-size: calc(100% + 25px);
    background-repeat: repeat;
    background-attachment: fixed;
    overflow-y: auto;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #f5f5f5
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

body,
p {
    font-family: poppins, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    color: #d5d5d5
}

p {
    font-size: 14px;
    color: #d5d5d5;
    margin: 0 0 10px
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

/* Custom styles for the navigation bar */
/* Navbar */
.navbar-nav .nav-link {
    padding: 0 30px; /* Adjust the padding as needed */
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px; /* Adjust the thickness of the underline */
    background-color: #f8f3f3; /* Adjust the color of the underline */
    transition: width 0.3s ease, left 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: calc(120% - 40px); /* Adjust the width to match the padding */
    left: 20px; /* Adjust the distance from the sides */
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    /* transition: color 0.3s ease, text-decoration 0.3s ease; */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: white;
    text-decoration: none;
    /* transition: color 0.3s ease, text-decoration 0.3s ease; */
}

.navbar-light .navbar-brand {
    color: #ffffff;
    /* transition: color 0.3s ease, text-decoration 0.3s ease; */
}

/* Navbar Brand */
.navbar-brand {
    color: #ffffff;
     /* Adjust the color of the navbar brand */
}

.navbar-brand:hover {
    font-weight: bold;
    color: #ffffff;/* Maintain the same color when hovering */
}

.transparent-btn {
    background-color: transparent;
    border: 2px solid #f1ebeb; /* White border */
    color: #ffffff; /* White text */
    padding: 10px 20px; /* Adjust padding as needed */
    font-size: 16px; /* Adjust font size as needed */
    border-radius: 5px; /* Add border radius for rounded corners */
    transition: background-color 0.3s, color 0.3s; /* Add transition effect */
}
.transparent-btn:hover {
    background-color: #ffffff; /* Change background color on hover */
    color: #2c0404; /* Change text color on hover */
}

/* General styles */
body {
    font-family: Arial, sans-serif;
}

/* Navbar styles */
.navbar {
    padding: 1rem;
}

.navbar-brand {
    font-weight: bold;
}

.nav-link {
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: underline;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
}

.navbar-toggler-icon {
    border-color: #2c0404;
}

.navbar-toggler {
    border: none;
}

/* Hero section styles */
.hero-section {
    position: relative;
}

.hero-section .container {
    z-index: 2;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c0404;
    z-index: 1;
}

/* Image slider styles */
.carousel-item img {
    height: 400px;
    object-fit: cover;
}

/* Secondary hero section */
.secondheader-section {
    position: relative;
}

.secondheader-section .container {
    z-index: 2;
}

.secondheader-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c0404;
    z-index: 1;
}

/* Footer styles */
.footer {
    background-color: #f8f9fa;
    padding: 1rem 0;
    font-size: 0.9rem;
}



/* Example for responsive adjustments */
@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        padding: 0.5rem;
    }
}

/* Define CSS animation */
@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply animation to animated elements */
.animated-element {
    opacity: 0; /* Start with opacity 0 */
    animation: slideInFromRight 1s ease-out forwards; /* Apply animation */
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated-story {
    animation: slideInFromLeft 1s ease-out backwards;
}

/* Ensure the container has enough padding and margin */
.container.my-5 {
    padding: 2rem 0;
}

/* Style the carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #2c0404;
    border-radius: 50%;
}

/* Adjust the height of the images in the carousel */
.carousel-item img {
    height: 100%;
    object-fit: cover;
}


.card {
    background-color: #2c0404; /* Set card background color */
    color: white; /* Set text color to white */
    border-radius: 15px; /* Add border radius for rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    transition: transform 0.3s; /* Add transition for smooth scaling */
}

.card-title {
    color: white; /* Set heading text color to white */
    font-weight: bold; /* Make heading text bold */
}
.card:hover {
    transform: scale(1.05); /* Scale the card up by 5% on hover */
}
a {
    color: #4d0606;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    color: #ff9800;
    text-decoration: none;
    outline: none
}

a:focus {
    outline: 0;
    text-decoration: none
}
ol,
ul {
    padding: 0 0 0 40px;
    margin: 1em 0
}

.site-main-menu li a {
    color: #f5f5f5;
    text-decoration: none;
    line-height: 50px;
    font-size: 14px;
    opacity: .55
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 1em 0
}
ul.social-links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

ul.social-links li {
    display: inline-block;
    margin: 0;
    padding: 0
}

ul.social-links li a {
    display: inline-block;
    margin: 0 1px 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #9e9e9e;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle
}

ul.social-links li a:hover {
    color: #212121
}

ul.social-links li a i {
    font-size: 16px;
    line-height: 32px
}

ul.social-links li a img {
    vertical-align: text-bottom;
    line-height: 100%
}

ul.social-links li:last-child a {
    margin-right: 0
}


/* .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */

/* Additional styles for the image slider */
.carousel-item img {
    max-height: 500px;
    object-fit: cover;
}

.footer {
    padding: 20px 0;
    background-color: #2c0303;
}

/* Container padding and margin */
.container.my-5 {
    padding: 2rem 0;
}

/* Icon box styling */
.icon-box {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Icon image styling */
.icon-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
}

/* Icon title styling */
.icon-title {
    font-weight: bold;
    color: #4d0606;
}

/* Icon text styling */
.icon-text {
    color: #333;
}
/* Hero Section */
.hero-section {
    background: url('assets/images/services-hero.jpg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

/* Service Card */
.service-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.service-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 1rem;
}

/* Testimonials Section */
.testimonial {
    background-color: #531717;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px #3f19191a
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
}

.testimonial-author {
    font-weight: bold;
    margin-top: 1rem;
}

/* Call to Action Section */
.cta-section {
    background-color: #4d0606;
    color: white;
    padding: 2rem 0;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.cta-section .btn {
    background-color: white;
    color: #4d0606;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s;
}

.cta-section .btn:hover {
    background-color: #4d0606;
    color: white;
    border: 2px solid white;
}
/* Hero Section */
.hero-section {
    background: url('assets/images/contact-hero.jpg') no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

/* Social Icons */
.social-icon {
    width: 40px;
    margin: 0 10px;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: scale(1.2);
}
