/* !index styling starts */
/* !navBar starts */
.primary-navbar {
    background: linear-gradient(135deg, #2c3e50, #4a6491);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
}

.secondary-navbar {
    background: #f8f9fa;
    padding: 2px 0px;
    border-bottom: 1px solid #e9ecef;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-item {
    display: flex;
    align-items: center;
    color: #495057;
    font-size: 0.9rem;
    margin: 5px 5px;
}

.contact-item i {
    margin-right: 8px;
    color: #6e8efb;
}

.navbar-brand img {
    height: 50px;
    transition: all 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.banner-text {
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin: 0 10px;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    margin: 0 5px;
    padding: 8px 15px !important;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

.navbar-toggler {
    border: none;
    color: white;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.contact-item a {
    text-decoration: none;
    color: #495057;
}

@media (max-width: 992px) {
    .banner-text {
        display: none;
    }

    .navbar-nav {
        margin-top: 15px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 10px;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-item {
        margin: 5px 30px;
        justify-content: center;
    }
}

/* !navBar ends */
/* Main container styling */
.w-40 {
    width: 100% !important;
    margin: 0 auto;
    /* Centers the slider horizontally */
    height: auto;
}

/* Image and slide adjustments */
.carousel,
.carousel-inner,
.carousel-item {
    height: auto;
    /* Remove full-height restriction */
    aspect-ratio: 16/9;
    /* Maintain image proportions */
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    /* Shows full image without cropping */
}

/* Caption positioning */
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 15px;
}

.carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .w-40 {
        width: 90% !important;
        /* Takes more space on mobile */
    }

    .carousel-caption {
        padding: 8px;
    }

    .carousel-caption h5 {
        font-size: 1rem;
    }

    .carousel-caption p {
        font-size: 0.8rem;
    }
}

/* Slider container */
#heroSlider {
    width: 100%;
    height: calc(100vh - [navbar-height]);
    /* Replace [navbar-height] with your navbar's height */
    max-height: 1000px;
    /* Optional: set a max height */
    min-height: 400px;
    /* Optional: set a min height */
    overflow: hidden;
}

/* Carousel item and images */
.carousel-item {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures images cover the area without distortion */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #heroSlider {
        height: calc(80vh - [navbar-height]);
        /* Smaller height on mobile */
    }

    .carousel-caption {
        padding-bottom: 1rem;
        /* Less space for captions on mobile */
    }

    .carousel-caption h1 {
        font-size: 1.2rem;
    }
}

.welcome-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    overflow: hidden;
}

.welcome-img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 500px;
    object-fit: cover;
}

.service-item {
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 3px solid #0d6efd;
}

.check-list {
    list-style-type: none;
    padding-left: 0;
}

.check-list li {
    padding: 5px 0;
    position: relative;
    padding-left: 30px;
}

.check-list li:before {
    content: "✓";
    color: #0d6efd;
    font-weight: bold;
    position: absolute;
    left: 0;
}

@media (max-width: 1199.98px) {
    .welcome-section {
        padding: 60px 0;
    }

    .display-5 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .welcome-section {
        padding: 50px 0;
    }

    .welcome-img {
        margin-top: 0%;
        max-height: 400px;
    }

    .display-5 {
        font-size: 2.2rem;
    }

    .service-item {
        padding-left: 15px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767.98px) {
    .welcome-section {
        padding: 40px 0;
    }

    .display-5 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1.1rem;
    }

    .check-list li {
        padding-left: 25px;
        font-size: 0.95rem;
    }

    .btn-lg {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .welcome-section {
        padding: 30px 0;
    }

    .display-5 {
        font-size: 1.8rem;
    }

    .service-item {
        padding-left: 10px;
        margin-bottom: 10px;
        border-left-width: 2px;
    }

    .service-item h5 {
        font-size: 1rem;
    }

    .service-item p {
        font-size: 0.9rem;
    }

    .check-list li {
        padding-left: 22px;
        font-size: 0.9rem;
    }
}

/* Animation adjustments for mobile */
@media (max-width: 767.98px) {
    .animate__animated {
        animation-delay: 0s !important;
        animation-duration: 0.5s !important;
    }
}

@media (max-width: 767.98px) {
    #heroSlider {
        height: 30vh !important;
        /* Adjust this value (40-50vh is typical for mobile) */
        min-height: 250px !important;
        /* Prevents it from becoming too small */
        margin-bottom: 0 !important;
        /* Removes any default margin */
    }

    /* Ensure images fill the container without overflow */
    #heroSlider .carousel-item,
    #heroSlider img {
        height: 100% !important;
        object-fit: cover;
        /* Maintains aspect ratio */
    }

    /* Optional: Reduce caption space */
    #heroSlider .carousel-caption {
        padding-bottom: 1rem !important;
    }
}

.hero-section {
    background-color: #f8f9fa;
    overflow: hidden;
}

/* Image container styling */
.hero-section {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Full-height image container */
.image-container {
    position: relative;
    height: 100vh;
    /* Full viewport height */
    min-height: 600px;
    /* Minimum height for desktop */
}

/* Image that always covers */
.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Content column styling */
.content-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    height: 100vh;
    min-height: 600px;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
    .content-column {
        padding: 3rem;
    }
}

@media (max-width: 991.98px) {

    .image-container,
    .content-column {
        height: auto;
        min-height: 500px;
    }

    .content-column {
        padding: 3rem 2rem;
    }
}

@media (max-width: 767.98px) {

    .image-container,
    .content-column {
        min-height: 400px;
    }

    .content-column {
        padding: 2rem 1.5rem;
    }
}

:root {
    --primary: #0d6efd;
    --dark: #212529;
    --light: #f8f9fa;
}

.why-choose-us {
    background-color: var(--light);
    padding: 5rem 0;
    overflow: hidden;
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px;
    background: var(--primary);
}

.feature-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease;
    border-left: 4px solid var(--primary);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.cta-box {
    background: linear-gradient(135deg, var(--primary) 0%, #0b5ed7 100%);
    border-radius: 8px;
    color: white;
}

@media (max-width: 767.98px) {
    .why-choose-us {
        padding: 3rem 0;
    }

    .feature-card {
        margin-bottom: 1.5rem;
    }
}

.services-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.service-slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 60px;
}

.service-cards {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-card {
    min-width: 45%;
    margin-right: 10%;
    box-sizing: border-box;
    padding: 0 10px;
}

.service-card:last-child {
    margin-right: 0;
}

.card-inner {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    height: 500px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 10px 0;
}

.service-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.service-body {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-title {
    color: #0d6efd;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.service-text {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #555;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #0d6efd;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.nav-btn:hover {
    background: #0d6efd;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

.badge {
    font-weight: 500;
    padding: 0.5em 0.8em;
    margin-right: 0.5rem;
}

@media (max-width: 992px) {
    .service-card {
        min-width: 100%;
        margin-right: 0;
    }

    .service-slider-container {
        max-width: 600px;
        padding: 0 50px;
    }

    .card-inner {
        height: 480px;
    }

    .service-img {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .service-slider-container {
        max-width: 400px;
        padding: 0 40px;
    }

    .card-inner {
        height: 450px;
    }

    .service-img {
        height: 200px;
    }

    .service-body {
        padding: 1.5rem;
    }

    .nav-btn {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

.work-section {
    padding: 5rem 0;
    background: #fff;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 0 1rem;
}

.work-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1 / 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.work-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.work-item:hover img {
    transform: scale(1.1);
}

.work-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 110, 253, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.work-item:hover::after {
    opacity: 1;
}

.work-item.active {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

/* Tablet view (768px and up) */
@media (min-width: 768px) {
    .work-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Show all items on tablet and larger */
    .work-item {
        display: block !important;
    }
}

/* Mobile view (less than 768px) */
@media (max-width: 767.98px) {
    .work-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Show only first 6 items on mobile */
    .work-item:nth-child(n+7) {
        display: none;
    }
}

.contact-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.contact-form {
    max-width: 1000px;
    /* Increased max-width for desktop */
    margin: 0 auto;
    background: white;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-control {
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-submit {
    background-color: #0d6efd;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px);
}

.required-field::after {
    content: " *";
    color: red;
}

/* New responsive grid layout */
.form-grid {
    display: grid;
    gap: 1.5rem;
}

/* Desktop layout (2 columns) */
@media (min-width: 992px) {
    .form-grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Make message field span both columns */
    .message-field {
        grid-column: span 2;
    }

    /* Make submit button span both columns */
    .submit-field {
        grid-column: span 2;
    }
}

.custom-footer {
    background-color: #212529;
    color: #ffffff;
    padding: 3rem 0 0;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-logo {
    max-height: 60px;
    width: auto;
}

.footer-banner {
    max-height: 60px;
    width: auto;
    border-left: 1px solid #495057;
    padding-left: 1.5rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.social-icon {
    color: #adb5bd;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.bi-facebook:hover {
    color: #1877f2;
}

.bi-instagram:hover {
    color: #e4405f;
}

.bi-linkedin:hover {
    color: #0a66c2;
}

.contact-info {
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.contact-icon {
    margin-right: 0.75rem;
    color: #0d6efd;
    flex-shrink: 0;
}

.contact-text {
    color: #adb5bd;
    line-height: 1.5;
}

.copyright {
    border-top: 1px solid #495057;
    padding-top: 1.5rem;
    text-align: center;
    color: #adb5bd;
    font-size: 0.9rem;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .footer-logo-section {
        flex-wrap: nowrap;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    .footer-logo-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-banner {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #495057;
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .social-icons {
        margin-top: 1rem;
    }

    .contact-item {
        flex-direction: row;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .footer-logo-section {
        align-items: center;
        text-align: center;
    }

    .footer-banner {
        align-self: center;
    }

    .social-icons {
        justify-content: center;
    }

    .contact-info {
        text-align: center;
    }

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease-in-out;
    transform: translateX(100%);
}

.carousel-item.active {
    position: relative;
    transform: translateX(0);
}

.carousel-item-next {
    transform: translateX(100%);
}

.carousel-item-prev {
    transform: translateX(-100%);
}

.carousel-item-start {
    transform: translateX(0);
}

.carousel-item-end {
    transform: translateX(0);
}

/* Keep your existing styles for images, overlay, captions */
/* !index styling ends */
/* !about section styling starts */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/about-banner.jpeg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    margin-bottom: 50px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.content-section {
    padding: 60px 0;
}

.section-heading {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #2c3e50;
}

.section-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: #3498db;
}

.content-text {
    padding-right: 30px;
}

.feature-img {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

.highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 4px 4px 0;
}

.expertise-item {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.expertise-item:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .content-text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .feature-img {
        max-height: 300px;
    }
}

.vision-section {
    padding: 80px 0;
    background-color: white;
}

.vision-heading-img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 40px;
    height: auto;
}

.vision-content {
    max-width: 800px;
    margin: 0 auto;
}

.vision-paragraph {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.highlight-box {
    background-color: #f0f8ff;
    border-left: 4px solid #3498db;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 5px 5px 0;
}

@media (max-width: 768px) {
    .vision-section {
        padding: 50px 20px;
    }

    .vision-heading-img {
        max-width: 250px;
        margin-bottom: 30px;
    }

    .vision-paragraph {
        font-size: 1rem;
    }
}

.mission-section {
    padding: 80px 0;
    background-color: white;
}

.mission-heading-img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 40px;
    height: auto;
}

.mission-content {
    max-width: 800px;
    margin: 0 auto;
}

.mission-paragraph {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.mission-list {
    margin: 30px 0;
    padding-left: 20px;
}

.mission-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    list-style-type: none;
}

.mission-list li:before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    font-size: 1.2rem;
}

.highlight-box {
    background-color: #f0f8ff;
    border-left: 4px solid #3498db;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 5px 5px 0;
}

@media (max-width: 768px) {
    .mission-section {
        padding: 50px 20px;
    }

    .mission-heading-img {
        max-width: 250px;
        margin-bottom: 30px;
    }

    .mission-paragraph {
        font-size: 1rem;
    }
}

.goals-section {
    padding: 80px 0;
    background-color: white;
}

.goals-heading-img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 40px;
    height: auto;
}

.goals-content {
    max-width: 800px;
    margin: 0 auto;
}

.goals-paragraph {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.goal-item {
    margin-bottom: 40px;
}

.goal-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.goal-title:before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    font-size: 1.5rem;
}

.goal-details {
    padding-left: 35px;
}

.goal-details ul {
    padding-left: 0;
    list-style-type: none;
}

.goal-details li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.goal-details li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 8px;
    height: 8px;
    background-color: #3498db;
    border-radius: 50%;
}

.highlight-box {
    background-color: #f0f8ff;
    border-left: 4px solid #3498db;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 5px 5px 0;
}

@media (max-width: 768px) {
    .goals-section {
        padding: 50px 20px;
    }

    .goals-heading-img {
        max-width: 250px;
        margin-bottom: 30px;
    }

    .goals-paragraph {
        font-size: 1rem;
    }

    .goal-title {
        padding-left: 30px;
    }

    .goal-details {
        padding-left: 30px;
    }
}

.values-section {
    padding: 80px 0;
    background-color: white;
}

.values-heading-img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 40px;
    height: auto;
}

.values-content {
    max-width: 800px;
    margin: 0 auto;
}

.values-paragraph {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.value-card {
    border-left: 4px solid #3498db;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f8fafc;
    border-radius: 0 8px 8px 0;
}

.value-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.value-title .icon {
    margin-right: 10px;
    color: #3498db;
    font-size: 1.5rem;
}

.value-list {
    padding-left: 0;
    list-style-type: none;
}

.value-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.value-list li:before {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.check-list li:before {
    content: '✓';
    color: #3498db;
}

.bullet-list li:before {
    content: '•';
    color: #3498db;
    font-size: 1.5rem;
    top: -3px;
}

@media (max-width: 768px) {
    .values-section {
        padding: 50px 20px;
    }

    .values-heading-img {
        max-width: 250px;
        margin-bottom: 30px;
    }

    .values-paragraph {
        font-size: 1rem;
    }
}

/* !about section styling ends */