@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");


/* Color Scheme */
:root {
    --primary-dark: #113a5d;
    --primary-blue: #195588;
    --secondary-dark: #091f32;
    --golden-yellow: #FACF39;
    --soft-yellow: #fbdb6b;
    --white: #ffffff;
}


body {
    background-color: #fff;
    font-family: Sora, sans-serif;
    height: 100vh;
    margin: 0;
    padding: 0;
}

/* Header Styling */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Logo Styling */
.logo {
    height: 60px;
    transition: all 0.3s ease;
}

/* Company Name */
.company-name {
    font-size: 22px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease;
}

/* Shrinking Effect on Scroll */
.scrolled .logo {
    height: 35px; /* Smaller logo when scrolled */
}

.scrolled .company-name {
    font-size: 18px; /* Slightly smaller text */
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}


/* Custom styles for the logo circle */
.logo_circle {
    width: 100px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_circle svg{
    object-fit: cover;
}

.logo_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the circle without distortion */
}

/* Styling for the name and designation */
.my_name {
    font-size: 1.25rem; /* Adjust size as needed */
    font-weight: bold;
}

.designation {
    font-size: 1rem;
    color: #777; /* Light grey color */
}


/* ========================================= */


.section {
    padding: 50px 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

/* Product Section */
.product-card {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue));
    color: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.product-card img {
    width: 80px;
    margin-bottom: 15px;
}

.product-card p {
    font-size: 18px;
}

/* Services & Best-In Section */
.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.service-box {
    display: flex;
    align-items: center;
    background: var(--soft-yellow);
    padding: 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    width: 280px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 50px;
    height: 50px;
    border-radius: 40%;
    /* background: var(--golden-yellow); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-right: 15px;
    color: var(--primary-dark);
}

/* Buttons */
.btn-custom {
    border: 2px solid var(--primary-dark);
    color: var(--primary-dark);
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-custom:hover {
    background: var(--primary-dark);
    color: var(--white);
}


/* Bootstrap d-flex utility classes can be used for centering */
.d-flex.justify-content-center {
    margin-top: 1rem;
}


/* Bottom Navigation Styling */
/* Bottom Navigation Styling */
.bottom-nav {
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    border-top: 2px solid var(--primary-dark);
    background-color: var(--white);
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.15);
}

/* Navigation Item */
.bottom-nav .nav-item {
    text-align: center;
    flex-grow: 1;
    position: relative;
}

/* Navigation Links */
.bottom-nav .nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-dark);
    padding: 10px;
    min-width: 65px;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}

/* Icons */
.bottom-nav .nav-link i {
    font-size: 22px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
}

/* Hover and Active Effects */
.bottom-nav .nav-link:hover,
.bottom-nav .nav-link.active {
    color: var(--primary-blue);
    background: var(--golden-yellow);
    box-shadow: 0px 4px 10px rgba(250, 207, 57, 0.3);
    transform: scale(1.05);
}

.bottom-nav .nav-link:hover i,
.bottom-nav .nav-link.active i {
    transform: scale(1.1);
}

/* Specific Active Styling */
.bottom-nav .nav-link.active {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: 600;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .bottom-nav .nav-link {
        font-size: 10px;
        /* Adjust font size for smaller screens */
    }

    .bottom-nav .nav-link i {
        font-size: 18px;
        /* Adjust icon size for smaller screens */
    }
}


/* /////////////////////////////////////////////////////////////////////
                BOOTSTRAP ADJUSTMENT
////////////////////////////////////////////////////////////////////*/
.row {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Disable scrolling */
body.no-scroll {
    overflow: hidden;
}


.css-rozv0a {
    display: flex;
    width: 200px;
    height: 200px;
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    z-index: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50px;
}

.css-rt6ihi {
    width: 50%;
    max-height: 50%;
}

.css-fu526y {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}