/*Created by Shubham Dwivedi ( MIS Socristo )*/
body {
    background-color: #09090a; /* Dark background color */
    padding-top: 100px;
}
.bg-custom {
    background-color: rgb(203, 6, 6); /* Custom orange background color */
    color: #fFffff;
    color: #ffffff;
    font-family: "Aldrich";
    margin-top:61px;
}
.aldrich-regular {
    font-family: "Aldrich", sans-serif;
    font-weight: 500;
}

header .logo img {
    width: 80%; /* Adjusted logo width */
    height: 80px; /* Fixed logo height */
}

.navbar {
    background-color: rgba(0, 0, 0, 0.95); /* Semi-transparent black background for navbar */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001; /* Ensure navbar stays on top */
}

.navbar .nav-link {
    font-family: 'Aldrich', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color:rgb(203, 6, 6); /* Orange text color */
    transition: color 0.3s;
}

.navbar .nav-link:hover {
    color: #ffffff; /* White text color on hover */
}

.card.fixed-size {
    height: 280px; /* Adjusted height for the cards */
    background-color:rgb(203, 6, 6); /* Orange background color for cards */
    border-radius: 10px; /* Rounded corners */
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px; /* Increased margin bottom for spacing */
}

.card img {
    border-top-left-radius: 10px; /* Rounded corners for top of image */
    border-top-right-radius: 10px; /* Rounded corners for top of image */
    height: 70%; /* Adjusted image height */
    object-fit: inherit;
    transition: transform 0.3s;
}

.card:hover {
    transform: scale(1.05); /* Scale up on hover */
}

.card-body {
    transition: background-color 0.3s;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title {
    font-size: 1rem;
    color: #ffffff; /* Black text color for card titles */
    font-family: "Aldrich";
    font-weight: 400;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.separator .line {
    height: 3px;
    flex: 1;
    background-color: rgb(203, 6, 6); /* Orange line color */
}

.separator h2 {
    padding: 0 2rem;
    margin: 40px;
    font-family: "Aldrich", sans-serif;
    font-weight: 300;
}
.second-Tab{
    z-index: 1000;
    position: fixed;
    margin-top: -5px;
    display: flex;
    width: 100%;
  }

  .partition {
    padding: 10px;
    flex: 1;
    text-align: center;
    justify-items: center;
    font-size: 12px;
  }
  .partition a{
    font-family: "Aldrich";
    color: white;
    text-decoration: none;
    font-weight: 500;
  }
  .partition h6{
    font-family: "Aldrich";
    font-weight: 700;
  }
.floating-buttons {
    position: fixed;
    bottom: 25px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between buttons */
}

.floating-buttons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background-color: white;    
    text-decoration: none;
    transition: transform 0.3s;
}

.floating-buttons a:hover {
    transform: scale(1.1);
}

.floating-buttons img {
    width: 30px;
    height: 30px;
}

.whatsapp-button {
    background-color: #25D366; /* WhatsApp green color */
}

.call-button {
    background-color: #34B7F1; /* Call button color */
}


@media (max-width: 1024px) {
    .bg-custom {
        background-color: rgb(203, 6, 6); /* Custom orange background color */
        font-family: "Aldrich";
        margin-top: 40px;
    }
    .second-Tab {
        z-index: 1000;
        position: fixed;
        margin-top: -25px;
        display: flex;
        width: 100%;
    }
    .partition {
        padding: 10px;
        flex: 1;
        text-align: center;
        justify-items: center;
        font-size: 12px;
    }
    .partition a {
        font-family: "Aldrich";
        color: white;
        text-decoration: none;
        font-weight: 500;
    }
    .card.fixed-size {
        height: 250px; /* Adjusted height for smaller screens */
    }
    .separator h2 {
        padding: 0 1rem;
        font-family: "Aldrich", sans-serif;
        font-weight: 500;
        font-size: 20px;
    }
    .separator .line {
        display: none; /* Hide separator line on smaller screens */
    }
    header .logo img {
        width: 50%; /* Adjusted logo width */
        height: 45px; /* Fixed logo height */
    }
    body {
        padding-top: 80px;
    }
    .col-sm-6.mb-4 {
        width: 187px; /* Set width to 200px */
        margin-bottom: 10px; /* Adjust margin as needed */
    }
}

@media (max-width: 767px) {
    .bg-custom {
        background-color: rgb(203, 6, 6); /* Custom orange background color */
        font-family: "Aldrich";
        margin-top: 36px;
    }
    .second-Tab {
        z-index: 1000;
        position: fixed;
        margin-top: -25px;
        display: flex;
        width: 100%;
        height: 61px;
    }
    .partition {
        padding: 10px;
        flex: 1;
        text-align: center;
        justify-items: center;
        font-size: 9px;
    }
    .partition h6 {
        flex: 1;
        text-align: center;
        justify-items: center;
        font-size: 12px;
    }
    .partition a {
        font-family: "Aldrich";
        color: white;
        text-decoration: none;
        font-weight: 400;
    }
    .card.fixed-size {
        height: 200px; /* Adjusted height for smaller screens */
    }
    .separator h2 {
        padding: 0 1rem;
        font-family: "Aldrich", sans-serif;
        font-weight: 500;
        font-size: 20px;
    }
    .separator .line {
        display: none; /* Hide separator line on smaller screens */
    }
    header .logo img {
        width: 70%; /* Adjusted logo width */
        height: 36px; /* Fixed logo height */
    }
    body {
        padding-top: 80px;
    }
    .col-sm-6.mb-4 {
        width: 172px; /* Set width to 200px */
        margin-bottom: 10px; /* Adjust margin as needed */
    }
    .card-body h5 {
        font-size: 11px;
        font-weight: 500;
        font-family: "Aldrich";
    }
}

/* iPhone 13, 13 Pro, 13 Pro Max, 14, 14 Pro, 14 Pro Max, 15, 15 Pro, 15 Pro Max */
@media (max-width: 430px) {
    .bg-custom {
        background-color: rgb(203, 6, 6); /* Custom orange background color */
        font-family: "Aldrich";
        margin-top: 32px;
    }
    .second-Tab {
        z-index: 1000;
        position: fixed;
        margin-top: -20px;
        display: flex;
        width: 100%;
        height: 55px;
    }
    .partition {
        padding: 10px;
        flex: 1;
        text-align: center;
        justify-items: center;
        font-size: 8px;
    }
    .partition h6 {
        flex: 1;
        text-align: center;
        justify-items: center;
        font-size: 10px;
    }
    .partition a {
        font-family: "Aldrich";
        color: white;
        text-decoration: none;
        font-weight: 400;
    }
    .card.fixed-size {
        height: 180px; /* Adjusted height for smaller screens */
    }
    .separator h2 {
        padding: 0 1rem;
        font-family: "Aldrich", sans-serif;
        font-weight: 500;
        font-size: 18px;
    }
    .separator .line {
        display: none; /* Hide separator line on smaller screens */
    }
    header .logo img {
        width: 80%; /* Adjusted logo width */
        height: 35px; /* Fixed logo height */
    }
    body {
        padding-top: 75px;
    }
    .col-sm-6.mb-4 {
        width: 160px; /* Set width to 200px */
        margin-bottom: 8px; /* Adjust margin as needed */
    }
    .card-body h5 {
        font-size: 10px;
        font-weight: 500;
        font-family: "Aldrich";
    }
}

/* Galaxy S9 and above */
@media (max-width: 380px) {
    .bg-custom {
        background-color: rgb(203, 6, 6); /* Custom orange background color */
        font-family: "Aldrich";
        margin-top: 33px;
    }
    .second-Tab {
        z-index: 1000;
        position: fixed;
        margin-top: -18px;
        display: flex;
        width: 100%;
        height: 50px;
    }
    .partition {
        padding: 10px;
        flex: 1;
        text-align: center;
        justify-items: center;
        font-size: 7px;
    }
    .partition h6 {
        flex: 1;
        text-align: center;
        justify-items: center;
        font-size: 9px;
    }
    .partition a {
        font-family: "Aldrich";
        color: white;
        text-decoration: none;
        font-weight: 400;
    }
    .card.fixed-size {
        height: 160px; /* Adjusted height for smaller screens */
    }
    .separator h2 {
        padding: 0 1rem;
        font-family: "Aldrich", sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    .separator .line {
        display: none; /* Hide separator line on smaller screens */
    }
    header .logo img {
        width: 75%; /* Adjusted logo width */
        height: 36px; /* Fixed logo height */
    }
    body {
        padding-top: 70px;
    }
    .col-sm-6.mb-4 {
        width: 150px; /* Set width to 200px */
        margin-bottom: 7px; /* Adjust margin as needed */
    }
    .card-body h5 {
        font-size: 9px;
        font-weight: 500;
        font-family: "Aldrich";
    }
}
