@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.image-style {
    width: 65px;
    height: 53px;
}

.bottom-section-bg {
    background-image: url("https://res.cloudinary.com/dii39fshs/image/upload/v1709565991/WhatsApp_Image_2024-03-04_at_20.48.35_b8df1835_que5lb.jpg");
    background-size: cover;
    height: 100vh;
}

.heading-style {
    font-family: "roboto";
    font-size: 24px;
    font-weight: 700;
    color: #d0b200;
    padding-top: 15px;
    padding-bottom: 10px;
}

.text-container {
    padding: 15px;
    background-image: radial-gradient(#ffffff, #fcfcf7);
}

.logo-size {
    width: 260px;
    height: 225px;
    margin: auto;
    background-color: transparent;

}

.card-container {
    border-radius: 10px;
    padding: 15px;
}

.heading-style-2 {
    font-family: "roboto";
    font-size: 26px;
    font-weight: 700;
    color: #0a3f57;
}

.para-style {
    font-family: "roboto";
    font-size: 16px;
    font-weight: 500;
    color: black;
    padding: 15px;
}

.about-section {
    background-color: white;
}

.our-service-section {
    background-color: white;
}

.services-heading {
    font-family: "roboto";
    font-size: 24px;
    font-weight: 600;
    color: #0a3f57;
}

.para-style-2 {
    font-family: "roboto";
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.text-container-2 {
    padding: 15px;
    background-image: radial-gradient(#ffffff, #fcfcf7);
}

.our-clientel-section {
    background-color: #f7fafa;
    padding: 15px;
}

.list-style {
    list-style-type: square;
}

.text-container-3 {
    padding: 15px;
    background-color: #ffffff;
}

.wcu-section {
    background-color: #ffffff;
}

.text-container-4 {
    padding: 15px;

    border-radius: 10px;
    border-color: gold;
    border-width: 1px;
    border-style: solid;

    text-align: center;
}

.wcu-heading {
    font-family: "roboto";
    font-size: 18px;
    font-weight: 500;
    color: #0d0842;
    text-align: center;
}

.follow-us-section {
    background-color: white;
    padding: 15px;
}

.icon-style {
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #d0b200;
    background-color: #fcf5eb;
    border-radius: 40px;
    margin-bottom: 20px;
    margin: 10px;
}

.footer-section-mail-id {
    color: #959ead;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.footer-section {
    background-color: #0d2436;
    padding: 15px;

}

.footer-section-address {
    color: #959ead;
    font-family: "Roboto";
    font-size: 14px;
}

.custom-button-2 {
    color: white;
    background-image: linear-gradient(#d0b200, #a58d00);
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
}