@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: white;
    margin: 0;
    font-family: "poppins" !important;
}

.background {
    text-align: center;
    width: 100%;
}

/* Basic styling for the navbar */

/* For smaller screens, dropdown menus may appear on toggle */
.navbar.show-menu .dropdown {
    display: block;
    /* Show when menu is toggled */
    opacity: 1;
    /* Make it visible */
}

nav {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    width: 100%;
}

/*-------------------*/
nav {
    z-index: 99;
    width: 100%;
    height: 100px;
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgb(0 0 0 / 22%) 0px 18px 36px -18px;
}

.nav-links {
    margin-left: 11%;
}

nav .wrapper {
 position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 115px;
    line-height: 90px;
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgb(0 0 0 / 22%) 0px 18px 36px -18px;
}

.logo img {
    width: 200px;
    height: auto;
}

.wrapper .nav-links {
    display: inline-flex;
    margin-top: 1%;
}

.button__p{
        line-height: 3.2;
        color: #fff;
}

.call_button{
    background-color: #ff6700;
    width: 190px;
    text-align: center;
    border-radius: 50px;
    height: 3rem;
}

.call_button:hover{
    background-color: #743206;
    width: 190px;
    text-align: center;
    border-radius: 50px;
    height: 3rem;
    cursor: pointer;
}

nav .nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    border-bottom: 3px solid #155fa5;
    color: #007bff;
    border-radius: 0;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.row img {
    width: 100px;
    height: 100px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    padding: 20px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 350px;
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;

    .content .row img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content .row header {
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
    }

    .content .row .mega-links {
        margin-left: -40px;
        border-left: 1px solid rgba(255, 255, 255, 0.09);
    }

    .row .mega-links li {
        padding: 0 20px;
    }

    .row .mega-links li a {
        padding: 0px;
        padding: 0 20px;
        color: #d9d9d9;
        font-size: 17px;
        display: block;
    }

    .row .mega-links li a:hover {
        color: #f2f2f2;
    }

}

/* Basic styling for the card container */
.card-container {
    display: flex;
    /* Use flexbox for layout */
    justify-content: space-between;
    /* Space between cards */
    gap: 15px;
    /* Gap between cards */
    padding: 30px;
    /* Padding for the container */
    height: auto;
    background-color: #fff;
    border-top: 1px solid #123654;
    border-radius: 0 0 50px 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(181, 237, 255, 1) 100%);
    margin-top: 0.6rem;
}

/* Styling for individual cards */
.card-container .card {
    text-align: center;
    /* Center-align text */
    border-radius: 50%;
    /* Rounded corners */
    box-shadow: 0 0px 2px 4px #155fa5;
    /* Subtle shadow */
    flex: 1;
    /* Allow cards to grow equally */
    border: #155fa5;
    height: 170px;
}

/* Style for the card image */
.card img {
    width: 50%;
    margin: 2.5rem;
    /* Full width */
}

/* Style for the card text */
.card-container .card h3 {
    font-size: 12px;
    /* Font size for heading */
    color: #000;
    cursor: pointer;
}

.content .card h3 {
    margin-top: 10%;
}

nav input {
    display: none;
}






/*-------------carousel-------------*/

/* style.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slider1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: 600px;
}

.slides1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 400%;
    /* 4 slides */
}



@keyframes animateSticker {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-20px);
    }
}

.slide-content {
    float: left;
    margin-left: 15%;
    margin-top: 2%;
}


.slider1 .slide1 {
    width: 25%;
    text-align: center;
    height: 600px;
    color: #fff;
}

.slider1 .slide2 {
    width: 25%;
    text-align: center;
    height: 600px;
    color: #fff;
}

/* Background colors for each slide */


/*
#content-new-1 {
    background-image: url("images/slider__5.png");
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-new-2 {
    background-image: url("images/slider__6.png");
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-new-3 {
    background-image: url("images/slider__7.png");
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-new-4 {
    background-image: url("images/slider__8.png");
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-new-5 {
    background-image: url("images/slider__9.png");
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
}*/


.top_text{
    font-family: 'Poppins';
    color: #fff;
    padding: 1rem;
    padding-left: 0;
    letter-spacing: 0.5px;
}

.top_s_i{
        font-size: 16px;
    background-color: #fff;
    padding: 0.3rem;
    color: #123654;
    border-radius: 50px;
}

.call{
    text-align: left;padding: 0.5rem;color: #fff;letter-spacing: 0.5px;
}

.s_icobs{
        padding-right: 0;
    text-align: right;
    padding-top: 1rem;
}

#content-1 {
    background-image: url("images/slider__5.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

#content-2 {
    background-image: url("images/slider__6.png");
    width: 100%;
    background-repeat: no-repeat;
    float: right;
    background-size: cover;
}

#content-3 {
    background-image: url("images/slider___img_1.jpg");
    width: 100%;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

#content-4 {
    background-image: url("images/slider__8.png");
    width: 100%;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

#content-5 {
    background-image: url("images/slider__9.png");
    width: 100%;
    background-repeat: no-repeat;
    float: left;
    background-size: cover;
}

/* Positioning the radio inputs off-screen */
.slider1 input[type='radio'] {
    display: none;
    font-size: 12px;
}

/* When radio buttons are checked, the corresponding slide is shown by translating the container */
#slide-1:checked~.slides1 {
    transform: translateX(0);
}

#slide-2:checked~.slides1 {
    transform: translateX(-25%);
}

#slide-3:checked~.slides1 {
    transform: translateX(-50%);
}

#slide-4:checked~.slides1 {
    transform: translateX(-75%);
}

#slide-5:checked~.slides1 {
    transform: translateX(-100%);
}

/*#content-1, #content-2, #content-3, #content-4, #content-5 {
    background-size: unset;
    padding-bottom: 0;
   
}*/

/* Navigation labels for switching between slides */
.nav2 {
    position: absolute;
    bottom: 10px;
    left: 53%;
    transform: translateX(-50%);
    display: flex;
}

.nav2 label {
    display: inline-block;
    width: 38px;
    height: 7px;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #3330;
    border-radius: 0%;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 2rem;
}

.nav2 label:hover {
    background-color: #ddd;
}

@media screen and (max-width: 768px) {
    .slider1 {
        max-width: 100%;
        /* Full width on smaller screens */
        height: 200px;
    }

    #content-1,
    #content-2,
    #content-3,
    #content-4,
    #content-5 {
        background-size: contain;
        padding-bottom: 0;
    }

    .video_div {
        margin-top: -16% !important;
        width: 100% !important;
        margin-left: 0rem !important;
    }
}

/*_------------------------------*/


/*--------------About-----------------*/
.about {
    background: #f1f3f7 !important;
    min-height: 500px;
}


.video_div {
    margin-top: 3%;
    width: 100%;
}

.about-row {
    display: flex;
    background-color: #fff;
    height: 35rem;
}

.about-col1 {
    width: 50%;
}

@media (max-width: 768px) {
    .about-row {
        flex-direction: column;
        height: auto;
        /* Adjust height as needed */
    }

    .about-col1 {
        margin-left: 14%;
    }

    .about-col1 .blob {
        width: 230px;
        height: 230px;
    }

    .about-col2 {
        width: 100% !important;
        padding: 0 15px;
        /* Add padding for better spacing */
    }
}

/* blob */
.blob {
    background-image: url(images/logo.jpg);
    width: 380px;
    height: 380px;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center center;
    margin: 17px;
    box-shadow: 0 5px 5px 5px rgba(13, 110, 253, 0.2);
    animation: animate 5s ease-in-out infinite;
    transition: all 1s ease-in-out;
    margin-left: 16%;
}

@keyframes animate {

    0%,
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
}



.web_sub_heding {
    color: #000000 !important;
    text-align: left;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    font-family: poppins;
}



.about-col2 {
    width: 50%;

    h1 {
        font-weight: 700;
        font-family: 'Poppins';
        text-align: left;
        color: #148fd2 !important;
    }

}

.about-col1,
.about-col2 {
    text-align: center;
}

.about-content {
    p {
        margin-right: 5%;
        color: #000;
        font-size: 15px;
        font-weight: normal;
        text-align: justify;
        line-height: 2;
    }

}

/*------------------------------------*/


/*-------------3 small cards---------*/






.card-row {
    display: flex;
    justify-content: center;
    margin-top: 2%;
    flex-wrap: wrap;
}

.card {
    margin: 10px;
    box-shadow: 0px 4px 2PX hsl(0, 50%, 2%, .6);
}

.card-content img {
    width: 100%;
}

.card.big-card {
    flex: 0 0 35%;
    height: 400px;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.card.big-card button {
    width: 35%;
    padding: 8px 8px;
    border-radius: 20px;
    background-color: #29965d;
    border: none;
    cursor: pointer;
}

.card.big-card button:hover {
    background: #6c757d;
}

a {
    text-decoration: none;
    color: #fff;
}

.card__heading {
    font-family: Manrope;
    font-size: 17px;
    color: #123654;
    letter-spacing: 1.0px;
    padding-bottom: 0rem;
    padding: 1rem;
    padding-bottom: 0;
    padding-top: 0;
}

.product_imegae_2 {
    width: 100% !important;
    height: 100% !important;
    margin-top: 5rem;
    margin-bottom: 2rem;
    border-radius: 5rem 0 0 5rem;
}

.card-content {

    h3,
    span {
        font-weight: 700 !important;
        font-family: "Poppins", sans-serif !important;
    }

    h3 {
        font-size: 26.4px;
    }

    p {
        font-weight: 600 !important;
        font-family: "Montserrat", sans-serif !important;
        font-size: 24px;
    }

}


.card.small-card1 {
    flex: 0 0 16%;
    background-image: url(images/1stsmal\ card.png);
    border: none;
    border-radius: 0px;
    height: 400px;
    border: 1px solid #d9d9d9;
    background-repeat: no-repeat;
    padding: 2rem;
    box-shadow: none;
    margin: 0.5rem;
}

.card_button {
    width: 48%;
    padding: 10px 12px;
    border-radius: 20px;
    background: #29965d;
    border-color: #8bc641 #8bc641 #29965d;
    border: none;
    cursor: pointer;
    font-size: 16px;
    word-wrap: normal;
    margin-top: 5%;
}

.card.small-card1 button:hover {
    background: #6c757d;
    color: #007bff;
}

a {
    text-decoration: none;
    color: #fff;
}

.card-content {
    h3 {
        font-weight: 700 !important;
        font-family: "Poppins", sans-serif !important;
        color: #fff;
        font-size: 18px;
    }

    h4 {
        font-weight: 600 !important;
        font-family: "Montserrat", sans-serif !important;
        color: #fff;
        font-size: 16px;
    }

}


.card.small-card2 {
    flex: 0 0 18%;
    background-image: url(images/270x420-02.png);
    border: 1px solid #d9d9d9;
    background-repeat: no-repeat;
    padding: 2rem;
    box-shadow: none;
    margin: 0.5rem;
    border-radius: 0px;
}

.card_button {
    width: 53%;
    padding: 8px 10px;
    border-radius: 20px;
    background: #29965d;
    border-color: #8bc641 #8bc641 #29965d;
    border: none;
    cursor: pointer;
    font-size: 16px;
    word-wrap: normal;
    columns: #fff;
}

.card.small-card2 button:hover {
    background: #6c757d;
}

a {
    text-decoration: none;
    color: #fff;
}

.card-content {
    h3 {
        font-weight: 700 !important;
        font-family: "Poppins", sans-serif !important;
        color: #000;
        font-size: 18px;
    }

    p {
        font-weight: 600 !important;
        font-family: "Poppins", sans-serif !important;
        font-size: 18px;
    }

}



@media (max-width: 768px) {
    .card.big-card {
        flex: 0 0 100%;
        /* Make cards full width on smaller screens */
    }

    .card.small-card1,
    .card.small-card2 {
        flex-direction: column;
        flex: 0 0 65%;
    }

    .card.small-card1 {
        flex: 0 0 100%;
        background-image: url(images/1stsmal\ card.png);
        border: none;
        border-radius: 0px;
        height: 400px;
        border: 1px solid #d9d9d9;
        background-repeat: no-repeat;
        padding: 2rem;
        box-shadow: none;
        margin: 0.5rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }

    .maring_t_1 {
        margin-top: 1rem !important;
    }

    .padding_b_0 {
        padding-bottom: 0rem !important;
    }
}

@media (max-width: 576px) {

    .card.big-card .card-content,
    .card.small-card1 .card-content,
    .card.small-card2 .card-content {
        padding: 10px;
        /* Reduce padding on smaller screens */
    }

    .card.big-card button,
    .card.small-card1 button,
    .card.small-card2 button {
        width: 50%;
        /* Make buttons full width on smaller screens */
    }

    .card.small-card2 {
        height: 400px;
    }
}

/*-----------------------------*/

/*-----------card-container-------------------*/
.cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f3f7 !important;
    margin-top: 1%;
    padding-bottom: 5rem;
}

.cards-container {
    h1 {
        margin-bottom: 2%;
        font-size: 45px;
        font-weight: 700 !important;
        font-family: 'Poppins';
    }

    p {
        margin-top: 5%;
        margin-bottom: 0;
        color: #155fa5 !important;
    }

}

.content {
    text-align: center;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    object-fit: contain;
}

.card1 {
    margin: 10px;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 300px;
    box-shadow: 0px 12px 15px 2px rgba(0, 0, 0, 0.2);
}

.card1 img {
    width: 100%;
    height: 100%;
    padding: 0rem;
}

.card1-content {
    background: #f1f3f7 !important;
}

.reveal-btn {
    position: absolute;
    transform: translateX(-50%);
    background-color: #148fd2;
    color: #fff;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s;
    width: 100%;
    margin-left: 8.5rem;
    left: 0;
    bottom: 0% !important;
}

.reveal-btn a {
    color: #fff;
    text-decoration: none;
}

.card1:hover .reveal-btn {
    bottom: 20%;
    opacity: 1;
    text-decoration: none;
}

.reveal-btn a:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .cards-container h1 {
        font-size: 30px;
    }

    .cards {
        display: flex;
    }

    .card1 {
        width: 80% !important;
        /* Two cards per row */
    }

    .card.big-card {
        flex: 0 0 100%;
        height: 423px;
        border: 1px solid #d9d9d9;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
    }

    .card.small-card2 {
        flex: 0 0 100% !important;
        background-image: url(images/270x420-02.png);
        border: 1px solid #d9d9d9;
        background-repeat: no-repeat;
        padding: 2rem;
        box-shadow: none;
        margin: 0.5rem;
        border-radius: 0px;
    }

    .card.small-card2 {
        flex: 0 0 100% !important;
        background-image: url(images/270x420-02.png);
        border: 1px solid #d9d9d9;
        background-repeat: no-repeat;
        padding: 2rem;
        box-shadow: none;
        margin: 0.5rem;
        border-radius: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bag_b {
        background-color: #000;
        margin: 1rem;
    }

    .slides h2 {
        padding-top: 5%;
        font-family: 'Poppins';
        font-weight: bold;
        font-size: 35px !important;
    }

    .gradient-overlay {
        position: absolute;
        top: 102px;
        left: 0;
        width: 100%;
        height: 43%;
        background: linear-gradient(to bottom, #007bff 0%, rgb(18 179 255 / 70%) 100%);
    }
}


/*
@media screen and (max-width: 768px) {
    .card1 {
        width: 45%;
    }
}

@media screen and (max-width: 576px) {
    .card1 {
        width: 100%;
    }
}
/*-----===========------*/
.purity-assured {
    margin-top: 2%;
}

.purity-assured .heading {
    text-align: center;
    padding: 1rem;
    padding-top: 4rem;
}

.heading p {
    font-weight: 400;
    line-height: 1.7;
    color: #01233a;
}

.purity-head h1 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: bold;
}

.purity-content {
    margin: 20px;
    width: 80%;
    margin-left: 10%;
}

.purity-content p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 14px;
    font-family: "Montserrat";
}

.icon {
    text-align: justify;
}

.updated-images {
    display: flex;
    /* Makes images align side by side */
    gap: 20px;
    /* Adds space between images */
    justify-content: center;
    /* Centers images horizontally */
    align-items: center;
    /* Aligns images vertically */
}

.updated-img1 img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    /* Ensures images maintain aspect ratio */
}

/* style.css */


.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 400%;
    /* 4 slides */
}

.slider .slide {
    width: 25%;
    text-align: center;
    height: 360px;
    color: #fff;
}

.checked {
    color: orange;
}

.slides h2 {
    padding-top: 5%;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 50px;
}

/* Background colors for each slide */
#content1 {
    /* background-image: linear-gradient(360deg,rgb(17, 115, 172),#b9d2e2d7, rgba(0, 0, 0, 0.4),transparent),url("images/star\ rating\ bg\ img.jpeg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #123654;
}

#content2 {
    /*background-image: linear-gradient(360deg,rgb(17, 115, 172),#b9d2e2d7, rgba(0, 0, 0, 0.4),transparent),url("images/star\ rating\ bg\ img.jpeg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #123654;
}

#content3 {
    /* background-image: linear-gradient(360deg,rgb(17, 115, 172),#b9d2e2d7, rgba(0, 0, 0, 0.4),transparent),url("images/star\ rating\ bg\ img.jpeg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #123654;
}

#content4 {
    /* background-image: linear-gradient(360deg,rgb(17, 115, 172),#b9d2e2d7, rgba(0, 0, 0, 0.4),transparent),url("images/star\ rating\ bg\ img.jpeg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #123654;
}

/* Positioning the radio inputs off-screen */
.slider input[type='radio'] {
    display: none;
    font-size: 12px;
}

/* When radio buttons are checked, the corresponding slide is shown by translating the container */
#slide1:checked~.slides {
    transform: translateX(0);
}

#slide2:checked~.slides {
    transform: translateX(-25%);
}

#slide3:checked~.slides {
    transform: translateX(-50%);
}

#slide4:checked~.slides {
    transform: translateX(-75%);
}

/* Navigation labels for switching between slides */
.nav1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.nav1 label {
    display: inline-block;
    width: 40px;
    height: 7px;
    margin: 0 5px;
    background-color: #fff;
    border: 0px solid #333;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 2rem;
}

.nav1 label:hover {
    background-color: #ddd;
}

@media screen and (max-width: 970px) {
    .slides h2 {
        padding-top: 10%;
    }
}


/*----- 3 cards ------*/
.content-container {
    margin-top: 2%;
    margin-bottom: 1%;
}

.content-container p {
    margin-bottom: -0.4%;
    color: #155fa5;
    text-align: center;
}

.content-container h1 {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
}

.content-cards {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
}

.content-card {
    position: relative;
    width: 100%;
    padding: 10px;
}

.content-card h3 a {
    float: left;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: justify;
}

.content-card h3 a:hover {
    color: #155fa5;
}

.content-card p {
    text-align: justify;
    text-justify: inter-word;
    color: #01233a;
    line-height: 1.6;
    font-family: "Poppins", !important;
    font-size: 16px;
}

.content-card img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.content-card img:hover {
    opacity: 0.8;
}

@media (min-width: 576px) {
    .content-cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .content-card {
        width: calc(33.333% - 20px);
        /* Three cards per row with 20px gap between them */
    }
}

/*---------footer-----------*/
.footer-container {
    background-image: url(images/43c45e03-2dea-4d88-965f-f40cd5dbf6a4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.row3 {
    display: flex;
    margin-left: -7%;
    justify-content: space-evenly;
    height: 25rem;
    padding-top: 5rem;
}

.col1 a {
    color: #000;
    display: inline;
    justify-content: space-evenly;
}

.col1 h1 {
    margin-bottom: 5%;
    margin-top: 20%;
    color: #000;
}

.col1 h3 {
    font-size: 15px;
    color: #000;
}

.useful-links {
    margin-top: 3%;
}

.address {
    margin-top: 3%;
}

.col1 p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    margin-top: 4%;
}

.footer-content a p:hover {
    color: #068cd9;
    transform: translateX(0px);
}

.copy-right {
    text-align: center;
}

.copy-right p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0.5%;
}

.copy-right a {
    color: #01A2ff;
    cursor: pointer;
    font-size: 19px;
}

.icons {
    margin-top: 8%;
    margin-left: 1%;
    margin-bottom: 2rem;
}

.icons a {
    padding: 8px;
    background-color: #01A2ff;
    color: #FFF;
    justify-content: space-between;
}

.icons a:hover {
    background-color: #f39237;
    color: #FFF;
}

.col1 img {
    width: 180px;
    height: auto;
}

.footer-address {
    display: flex;
}

.footer-address i {
    margin-top: 4%;
    font-size: 20px;
    color: #155fa5;
}

.footer-address p {
    margin-left: 5px;
}

.mobile-num {
    display: flex;
}

.mobile-num i {
    margin-top: 5%;
    font-size: 20px;
    color: #155fa5;
}

.mobile-num p {
    margin-left: 5px;
}

/*---- FOOTER ----*/
@media screen and (max-width: 970px) {
    .row3 {
        flex-direction: column;
        /* Stack columns vertically for mobile */
        align-items: center;
        /* Center columns horizontally for mobile */
        padding: 10px;
        /* Add padding for mobile */
        height: 800px;
    }

    .col1 {
        text-align: center;
        /* Center text for mobile */
        margin-top: 20px;
        /* Add margin between columns for mobile */
    }

    .col1 h1,
    .col1 h3 {
        margin-top: 0;
        /* Remove top margin for headings for mobile */
    }

    .col1 p {
        margin-top: 10px;
        /* Add margin between paragraphs for mobile */
    }

    .footer-address,
    .mobile-num {
        text-align: justify;
        /* Align items horizontally for mobile */
    }

    .copy-right {
        padding-top: 20px;
        /* Add padding at the top for mobile */
        padding-bottom: 20px;
        /* Add padding at the bottom for mobile */
    }

    .icons {
        margin-top: 20px;
        /* Add margin at the top for mobile */
    }
}


.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}

.instagram {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;

}


/*--------------------service---------------------------*/
.service-banner img {
    height: 300px;
    width: 100%;
    opacity: 0.7;
    position: relative;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 43%;
    background: linear-gradient(to bottom, #007bff 0%, rgb(18 179 255 / 70%) 100%);
    /*background-image: src(images/water.gif)*/
}

.service-banner h3 {
    text-align: center;
}

.service-middle {
    text-align: center;
    background-color: #e6e7ea;
    padding-top: 3%;
    padding-bottom: 3%;
    animation: fadein 1s ease-in;
}

.service-middle h1 {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
}

/*@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}*/

/*-----------------*/
.Service-contact {
    background-color: #e6e7ea;
    text-align: center;
    padding-bottom: 3%;
}

.service-contacts {
    width: 90%;
    margin-left: 5%;
}

.service-contacts1 {
    text-align: center;
    padding-top: 2%;
}

.service-contacts1 p {
    margin-bottom: 0;
}

.service-contacts2 .row {
    display: flex;
    padding-top: 2%;
    justify-content: center;
    text-align: center;
    margin-top: 3%;
    padding-bottom: 3%;
}

.service-contacts2 .left-column,
.right-column {
    flex: 1;
    text-align: center;
    /* Centers the text */
}

.service-contacts2 .left-column {
    width: 50%;
}

.service-contacts2 .left-column i {
    font-size: 40px;
    color: #8bc641;
}

.service-contacts2 .left-column h3 {
    padding-top: 2%;
    letter-spacing: -0.5px;
    font-size: 26px !important;
    font-family: 'Poppins';
    font-weight: normal;
}

.service-contacts2 .left-column p {
    color: #09457e !important;
    font-weight: 700;
    font-size: 42px;
}

.service-contacts2 .right-column {
    width: 50%;
}

.service-contacts2 .right-column i {
    font-size: 40px;
    color: #8bc641;
}

.service-contacts2 .right-column h3 {
    font-size: 1.1rem;
    padding-top: 2%;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.service-contacts2 .right-column p {
    color: #155fa5 !important;
    font-weight: 400;
}

.separator {
    width: 1px;
    background-color: black;
    height: 110px;
    /* Adjust height as needed */
    margin: 0;
    /* Adjust margin as needed */
}

.separator1 {
    width: 1px;
    background-color: black;
    height: 40px;
    margin: 0;
}

/*------img & txt-----*/
.service-use .row {
    display: flex;
    text-align: center;
    margin-right: 0;
}

.service-use .left-column {
    width: 50%;
}

.service-use .right-column {
    width: 50%;
}

.service-use .left-column h4 {
    margin-top: 5%;
    color: #155fa5;
    font-size: 1rem !important;
    font-weight: 400;
    margin-left: -10%;
}

.service-use .left-column h2 {
    font-weight: 700 !important;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-weight: 900;
    margin-left: -10%;
}

.service-use .left-column i {
    color: #155fa5;
    font-size: 1rem !important;
    margin-right: 2%;
}

.service-use img {
    width: 100%;
    height: 530px;
    object-fit: contain;
    padding: 2rem;
}

.service-use .left-column p {
    text-align: justify;
    margin-left: 24%;
}

/*-------preloader--------*/
.drop {
    position: relative;
    width: 20px;
    height: 20px;
    top: -30px;
    margin: 0 auto;
    background: #FFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-animation-name: drip;
    -webkit-animation-name: drip;
    animation-name: drip;
    -moz-animation-timing-function: cubic-bezier(1, 0, .91, .19);
    -webkit-animation-timing-function: cubic-bezier(1, 0, .91, .19);
    animation-timing-function: cubic-bezier(1, 0, .91, .19);
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 1.5s;
}

.drop:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 30px solid rgba(255, 255, 255, 1);
    top: -22px;
}

.wave {
    position: relative;
    opacity: 0;
    top: 0;
    width: 2px;
    height: 3px;
    border: #FFF 7px solid;
    -moz-border-radius: 300px / 150px;
    -webkit-border-radius: 300px / 150px;
    border-radius: 300px / 150px;
    -moz-animation-name: ripple;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -moz-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 1s;
}

.wave:after {
    content: "";
    position: absolute;
    opacity: 0;
    top: -5px;
    left: -5px;
    width: 2px;
    height: 1px;
    border: #FFF 5px solid;
    -moz-border-radius: 300px / 150px;
    -webkit-border-radius: 300px / 150px;
    border-radius: 300px / 150px;
    -moz-animation-name: ripple-2;
    -webkit-animation-name: ripple-2;
    animation-name: ripple-2;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 1s;
}

@keyframes ripple {
    from {
        opacity: 1;
    }

    to {
        width: 600px;
        height: 400px;
        border-width: 1px;
        top: -300px;
        opacity: 0;
    }
}

@keyframes ripple-2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        width: 200px;
        height: 300px;
        border-width: 1px;
        top: -1000px;
        opacity: 0;
    }
}

@keyframes drip {
    to {
        top: 190px;
    }
}

#preloader {
    display: flex;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

#preloader:before,
#preloader:after {
    content: "";
    background-color: #3498DB;
    position: absolute;
    inset: 0;
    width: 50%;
    height: 100%;
    transition: all 6s ease 10s;
    z-index: -1;
}

#preloader:after {
    left: auto;
    right: 0;
}

#preloader .drop .wave {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 1px;
    height: 280px;
    transition: all 10s ease 8s;
}

#preloader .drop .wave:before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    transform: translateY(-50%);
    animation: lineincrease 1000ms ease-in-out 10s forwards;
}

#preloader .drop .wave:after {
    content: "";
    position: absolute;
    background-color: #999;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateY(-100%);
    animation: linemove 1200ms linear 10s infinite;
    animation-delay: 1000ms;
}

#preloader.loaded .drop .wave {
    opacity: 0;
    height: 100% !important;
}

#preloader.loaded .drop:after {
    opacity: 0;
}

#preloader.loaded:before,
#preloader.loaded:after {
    animation: preloaderfinish 40s ease-in-out 40s forwards;
}

@keyframes lineincrease {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

@keyframes linemove {
    0% {
        transform: translateY(200%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes preloaderfinish {
    0% {
        width: 5 0%;
    }

    100% {
        width: 0%;
    }
}


/*#region Ramesh Alli */

.card_button {
    background-color: #25d366;
    color: #fff !important;
    border: none;
    padding: 0.5rem;
    width: 7rem;
    border-radius: 5rem;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.card_button:hover {
    background-color: #048635;
    color: #fff !important;
    border: none;
    padding: 0.5rem;
    width: 7rem;
    border-radius: 5rem;
    text-decoration: none;
    cursor: pointer;
}

.card_heading {
    font-size: 1.75rem;
    font-weight: bold;
    padding-top: 0.5rem;
}

.card_2_h {
    font-size: 21px;
    font-weight: bold;
    padding-top: 0.5rem;
    color: #fff;
    letter-spacing: 0.2px;
}

.card_2_p {
    font-family: 'Poppins';
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.card_3_h {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.5px;
    color: #000;
}

.card_3_p {
    font-family: 'Poppins';
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.card1 {
    margin: 10px !important;
    position: relative;
    overflow: hidden;
    width: 18%;
    height: 287px !important;
    background-color: #fff !important;
    border: 1px solid #c1c1c1 !important;
    border-radius: 25px 0 0 0;
    box-shadow: -15px 15px 0 -5px rgba(0, 209, 189, .27);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 30px;
    --e-column-margin-right: 30px;
    --e-column-margin-left: 30px;
    padding: 0px;
}


.fa_icons {
    color: #2291e9;
    font-size: 40px;
    padding-bottom: 1rem;
}

.blog_c_h {
    float: left;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-align: justify;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.blog_t {
    color: #000000 !important;
    line-height: 2 !important;
    font-family: 'Poppins' !important;
    font-size: 13px !important;
    text-align: left !important;
}

.footer_l {
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    padding: 1rem;
    padding-left: 25%;
}

.footer_r {
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    padding: 1rem;
    padding-left: 25%;
}

@media screen and (max-width: 768px) {

    .footer_l,
    .footer_r {
        padding-left: 0;
        padding: 1rem;
        padding-right: 2%;
    }
}

.content-container_1 {
    margin-top: 6%;
    margin-bottom: 5%;
    text-align: center;
}

.box__sadow {
    box-shadow: -15px 15px 0 -5px rgba(0, 209, 189, .27);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 30px;
    --e-column-margin-right: 30px;
    --e-column-margin-left: 30px;
    padding: 30px;
}

.bread_bg_m {
    margin-top: 13rem;
}

.bread_text {
    padding-top: 12%;
    text-align: left !important;
    padding-left: 10rem;
    font-family: 'Poppins';
    font-size: 18px;
    color: #fff;
}


.product_imegae {
    width: 100% !important;
    height: 100% !important;
    margin-top: 5rem;
    margin-bottom: 5rem;
    border-radius: 5rem 0 0 5rem;
}

.product_heding {
    color: #0073e6;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 35px;
    margin-top: 4rem;
    padding-left: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}


.product_ul {
    font-family: 'Poppins';
    color: #000;
    font-size: 16px;
    line-height: 2.5;
    padding-left: 0rem;
    list-style-type: none;
}

.product_list {
    border-left: 4px solid #00366c;
    padding-left: 1rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 2.2rem;
}

.product_text {
    padding-left: 2.2rem;
    line-height: 2;
    font-size: 15px;
    letter-spacing: 0.1px;
}

.product_b {
    padding: 4rem;
    padding-left: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-left: -1.5rem;
    padding-top: 8rem;
}

.card_heading_1 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: bold;
    color: #0086f7;
    text-align: center;
}

.price {
    padding-bottom: 2rem;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.product_imegae_1 {
    width: 100% !important;
    height: 100% !important;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 5rem 0 5rem 0rem;
}

.product_heding_1 {
    color: #0073e6;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 35px;
    margin-top: 4rem;
    padding-left: 0rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

.product_list_1 {
    border-left: 4px solid #00366c;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
    font-weight: bold;
    font-size: 27px;
}

.sub_hed {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-left: 2rem;
    padding-bottom: 2rem;
    margin-top: -1rem;
}

/*#endregion */


/*responsiveness*/
/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        /* Stack cards vertically */
        overflow: auto;
    }

    .cardservice-container {
        display: block;
        margin-left: 5% !important;
    }

    .card {
        margin-bottom: 40px;
        /* Space between stacked cards */
    }

    .nav-links .mobile-item:hover {
        background: #3a3a3c00 !important;
    }

    .nav-links li a {
        color: #333;
        text-decoration: none;
        font-size: 16px !important;
        font-weight: normal;
        padding: 9px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
        letter-spacing: 0.2px !important;
        line-height: 2 !important;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 16px !important;
        font-weight: normal;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        letter-spacing: 0.2px;
        line-height: 2 !important;
        margin-bottom: 0 !important;
    }

    .card-container .card {
        text-align: left !important;
        border-radius: 50%;
        box-shadow: 0 0px 2px 4px #ffffff00 !important;
        flex: 1;
        border: #d1f4ff;
        height: 0px !important;
        width: 100% !important;
        background-color: #d4f5ff00 !important;
    }

    .card img {
        width: 50%;
        margin: 2.5rem;
        /* display: none !important;*/
    }

    .imge_h {
        margin-top: -96% !important;
        margin-left: 14% !important;
    }

    .bu_p {
        margin-left: 14% !important;
    }

    .padding_2 {
        padding: 2rem !important;
        padding-bottom: 0px !important;
        padding-top: 0px;
    }

    .product_imegae_1 {
        width: 100% !important;
        height: 100% !important;
        margin-top: 0rem !important;
        margin-bottom: 1rem;
        border-radius: 5rem 0 5rem 0rem;
    }

    .sub__h {
        background-color: #0083f0;
        padding: 0rem;
        color: #fff;
        font-size: 17px !important;
        font-weight: bold;
        width: 22rem !important;
        border-radius: 50rem;
        text-align: center;
    }

    .product_list_1 {
        border-left: 4px solid #00366c;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
        margin-left: 0;
        font-weight: bold;
        font-size: 22px !important;
    }
}

@media (min-width: 769px) {
    .card-container {
        flex-direction: row;
        /* Keep cards in a single row */
    }
}

.wrapper .btn {
    color: #333;
    font-size: 20px;
    cursor: pointer;
    display:-webkit-flex ;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .logo {
        margin-left: -10%;
    }

    .wrapper .btn {
        display: block;
        margin-top: 10%;
    }

    .call {
        display: revert !important;
        align-items: center;
    }

    .call {
    text-align: center !important;
    padding: 0.5rem;
    color: #fff;
    letter-spacing: 0.5px;
    padding-bottom: 4px;
    }

    .company_t{
            padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    }

    .top_s{
        padding-top: 7rem !important;
    }

    .logo img {
    width: 200px;
    height: auto;
    padding-left: 2rem !important;
}
}

    .top_text {
    font-family: 'Poppins';
    color: #fff;
    padding: 1rem;
    padding-left: 0;
    letter-spacing: 0.5px;
    padding-bottom: 0 !important;
}

    .cart-item {
        display: none;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -115%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
       left: -11%;
        background: linear-gradient(to bottom, #001020 0%, rgb(0 0 0 / 94%) 100%);
        margin-top: 0;
    }


    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
        color: #fff;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

/*---service responsiveness----*/
@media screen and (max-width: 768px) {
    .service-middle {
        margin-top: 41%;
    }

    .form {
        width: 100%;
        max-width: 100%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
        z-index: 9;
        position: relative;
        overflow: hidden;
        grid-template-columns: repeat(2, 1fr);
        border: 1px solid #1b9cda57;
        margin-top: 0rem !important;
    }

    .maring_t_2 {
        margin-top: 2rem !important;
    }

    .gradient-overlay {
        height: 50% !important;
    }

    .h1,
    h1 {
        font-size: 1.5rem !important;
    }

    .bread_text {
        padding-top: 180px !important;
        padding-left: 8rem !important;
    }

    .service-contacts2 .left-column h3,
    .right-column h3 {
        margin-top: 5%;
        font-size: 14px !important;
        font-weight: 500;
        letter-spacing: 0.5px !important;
        color: #000;
    }

    .service-use .left-column p {
        padding-left: 1.6rem;
        text-align: justify;
        margin-left: 1% !important;
        padding-top: 1rem;
    }

    .profile-card:hover {
        border-radius: 10px;
        height: 416px !important;
    }

    .profile-card {
        position: relative;
        font-family: sans-serif;
        width: 420px;
        height: 420px;
        background: #fff;
        padding: 30px;
        border-radius: 50%;
        box-shadow: 0 0 22px #3336;
        transition: .6s;
        margin: -1px 25px;
        padding-bottom: 4rem !important;
    }

    .service-contacts2 .left-column p,
    .right-column p {
        font-size: 15px !important;
    }

    @media screen and (max-width: 768px) {
        .service-use .row {
            flex-direction: column;
            /* Stack columns on top of each other */
        }

        .disply_n {
            display: none;
        }

        .left-column,
        .right-column {
            width: 100% !important;
            padding-left: 4%;
        }

        .left-column h4 {
            font-size: 18px;
        }

        .left-column h2 {
            font-size: 30px;
            margin-left: 2% !important;
        }

        .left-column p {
            font-size: 14px;
            margin-left: 0% !important;
        }

        .right-column img {
            margin-top: -80px;
            /* Add some spacing between text and image */
        }
    }
}

/*-----management responsiveness-----*/

@media screen and (max-width: 768px) {
    .product_b {
        margin-left: 17% !important;
    }

    .product_heding {
        padding-left: 2rem !important;
    }

    .main {
        flex-direction: column;
    }

    .profile-card {
        width: 380px !important;
        height: 380px !important;
        margin-top: 30px !important;
    }

    .caption {
        margin-top: 9%;
    }
}


/* @media only screen and (max-width: 770px) {
    .amzon {
        display: none;
    }
} */