body {
    margin: 0;
    padding: 0;
    font-family: Inter-Regular, Helvetica, Arial, sans-serif;

}

/* h1,h2,h3,h4,h5{
    font-family: Poppins-Bold, Helvetica, Arial, sans-serif;
} */

h1 {
    font-size: 24px;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-size: 18px;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


.header-all h1 {
    color: blue;
}

.header-all p {
    font-size: 18px;
    color: black;
}

.header-all {
    padding: 30px 0;

}

@media only screen and (max-width:768px) {
    .header-all {
        margin-top: 10px;
    }

    .header-all h1 {
        font-size: 20px;
    }

    .header-all p {
        font-size: 14px;


    }
}



/* nav-bar */

.navbar-nav .nav-link {
    transition: color 0.3s ease, background-color 0.3s ease;
}


.navbar-nav .nav-link:hover {
    color: #0056b3;

}


.navbar-nav .dropdown-menu .dropdown-item {
    transition: color 0.3s ease, background-color 0.3s ease;
}


.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: black;

}

.navbar-nav .nav-item.dropdown .nav-link:hover {
    color: #0056b3;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 700;
    font-family: Inter-SemiBold, Helvetica, Arial, sans-serif;
    margin-right: 10px;

}

.para-con-head h2 {
    font-size: 34px;
    margin: 20px 0 5px 0;
    padding: 10px 0 0 0;
    font-weight: 700;

    /* color: #3E73C2; */
    color: blue;


}

@media only screen and (max-width:768px) {
    .para-con-head h2 {
        font-size: 26px;
    }
}

.desk-show-banner {
    display: block;
}

.mobile-show-banner {
    display: none;
}

@media only screen and (max-width:768px) {
    .desk-show-banner {
        display: none;
    }

    .mobile-show-banner {
        display: block;
    }
}

.para-con-head h2 span {
    color: black;
}


.blog-1-body-con .blog-1-para {
    display: flex;

}

.blog-1-body-con .blog-1-para img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#blog-1-con .container p {
    /* font-size: 18px; */

}


.blog-1-body-con .blog-1-para p {
    /* font-size: 18px; */

}

@media only screen and (max-width:768px) {
    #blog-1-con .container p {
        font-size: 16px;
        color: black;

    }


    .blog-1-body-con .blog-1-para p {
        font-size: 16px;

    }


}

.services-cards-body a {
    border-radius: 10px;
    width: 90%;
    box-shadow: 0px 2px 10px rgba(154, 153, 153, 0.4);
    text-decoration: none;
}

.services-cards-body a img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.services-cards-body a h4 {
    font-size: 18px;
    text-decoration: none;
}

.services-cards-body .card {
    background-color: white;
    color: black;
    border: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
    transition: all 0.3s ease;
    /* Fixed transition syntax */
}

.services-cards-body .card:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    /* Added hover shadow effect */
}

.blog-3-body .blog-3-body-con {
    padding: 30px;
}

.blog-3-body .blog-3-body-con h4,
.ben-item-p h6 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

.blog-3-con-icon img {
    margin-right: 5px;

}

.icon-shadow {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.blog-4-con-card img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.blog-4-con-card {
    display: block;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(154, 153, 153, 0.2);
    transition: all 0.3s ease;
    /* Smooth transition effect */
    position: relative;
}

.blog-4-con-card:hover {
    transform: translateY(-0.4rem);
    /* Lifts card on hover */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    /* Enhanced shadow on hover */
}

/* Optional: Styling for the card body to ensure consistency */
.card-body1 {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Space between image and text */
}

/* Ensuring the images are well aligned */
.card-body1 img {
    width: 55px;
    height: 55px;
}

.card-body1 span {
    display: none;
}

@media only screen and (max-width:768px) {
    .card-body1 .card-body-image {
        display: none;
    }

    .card-body1 span {
        display: inline-block;
        margin-right: 3px;
        color: blue;

    }

    .card-sec-list .sub-points-card {
        padding-left: 5px;
    }


}

.brouncture-sec-1 .container .row .col-lg-4 button {
    background-color: orange;
    border: 1px solid orange;
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Button Hover Effect: Smooth Background Fill */
.brouncture-sec-1 .container .row .col-lg-4 button::before {
    content: "Contact";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all 0.2s ease-in-out;
    z-index: 0;
    padding-top: 10px;

}

.brouncture-sec-1 .container .row .col-lg-4 button:hover {
    color: orange;
    border: 2px solid orange;
}

.brouncture-sec-1 .container .row .col-lg-4 button:hover::before {
    left: 0;
}



/* Button Hover Effect: Glow Shadow */
.brouncture-sec-1 .container .row .col-lg-4 button:hover {
    box-shadow: 0 0 15px rgba(27, 176, 34, 0.6);
}


.brouncture-sec-1 .container {
    background-color: white;
    border-radius: 15px;
    height: 120px;
    padding-top: 25px;


}

.brouncture-sec-1 .container .row .col-lg-8 h3 {
    font-size: 25px;
    font-weight: 700;
    margin-left: 20px;
    color: white;
    padding-left: 20px;

}

@media only screen and (max-width:768px) {
    .brouncture-sec-1 .container .row .col-lg-8 h3 {
        font-size: 18px;
        text-align: center;
        margin: 0;
        padding: 0;

    }

    .brouncture-sec-1 .container {
        background-color: white;
        border-radius: 15px;
        height: 100%;
        padding-top: 35px;

    }

    .brouncture-sec-1 .container .row .col-lg-4 button {
        padding: 8px 20px;
        font-size: 16px;
    }

    .brouncture-sec-1 .container .row .col-lg-4 button::before {
        padding-top: 8px;
    }


}

.banner-right-con {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.animated-list {
    list-style: none;
    padding: 0;
    position: relative;
    height: 60px;
    /* Adjust based on the text height *
    /* Prevents text from overflowing */
}

.animated-list li {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    animation: showOne 12s infinite;
    font-size: 22px;
    font-weight: 500;
}

@keyframes showOne {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Assign different delays */
.animated-list li:nth-child(1) {
    animation-delay: 1s;
}

.animated-list li:nth-child(2) {
    animation-delay: 5s;
}

.animated-list li:nth-child(3) {
    animation-delay: 10s;
}


.banner-right-con h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 15px;

}


.banner-right-con h2 span {
    color: blue;
}

.banner-right-con h5 {
    font-size: 32px;
    color: orange;
    padding: 10px 0;
}

.banner-right-con {
    padding: 30px 30px 30px 0;
}

@media only screen and (max-width:768px) {
    .banner-right-con h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: normal;
        padding-top: 0;

    }

    .banner-right-con h5 {
        font-size: 20px;
        color: orange;

    }

    .banner-right-con {
        padding: 0;
        height: auto;
    }

    .animated-list li {
        font-size: 16px;
    }


}

.blog-5-con-body-col img {
    width: 45px;
    height: 45px;
    margin-right: 5px;

}

.blog-5-con-body-col {
    padding: 15px;

}

.blog-6-con-body .flex-fill {

    color: black;


    box-shadow: 0px 2px 10px rgba(154, 153, 153, 0.2);
    transition: all 0.3s ease;
    /* Smooth transition effect */
}

.blog-6-con-body .flex-fill:hover {
    transform: translateY(-0.4rem);
    /* Lifts card on hover */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);

}

.benefits-head-para {
    padding: 0 20px;
}

.about-us-body-sec-1 {
    padding-left: 20px;
}

.about-us-body-sec-1 ul li {
    font-size: 18px;
    list-style: none;
    display: flex;
    line-height: 30px;

}

.about-us-body-sec-1 h6 {
    font-size: 22px;
    margin-top: 10px;

}

.about-us-body-sec-1 ul li img {
    margin-right: 10px;
}

.about-us-body-sec-1 ul li p {
    margin-bottom: 8px;
}

.about-us-body-sec-1 ul {
    padding-left: 3px;
}

.brouncture-sec .container .row .col-lg-4 button {
    background-color: orange;
    border: 1px solid orange;
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Button Hover Effect: Smooth Background Fill */
.brouncture-sec .container .row .col-lg-4 button::before {
    content: "Download";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all 0.2s ease-in-out;
    z-index: 0;
    padding-top: 10px;

}

.brouncture-sec .container .row .col-lg-4 button:hover {
    color: orange;
    border: 2px solid orange;
}

.brouncture-sec .container .row .col-lg-4 button:hover::before {
    left: 0;

}

@media only screen and (max-width:768px) {
    .brouncture-sec .container .row .col-lg-4 button:hover::before {
        padding-top: 5px;

    }
}

.our-mission-border .our-mission-head-body ul #our-mission-head-body-1 {
    text-align: center;
}

@media only screen and (max-width:768px) {
    .our-mission-border .our-mission-head-body ul #our-mission-head-body-1 {
        text-align: start;
    }
}


/* Button Hover Effect: Glow Shadow */
.brouncture-sec .container .row .col-lg-4 button:hover {
    box-shadow: 0 0 15px rgba(27, 176, 34, 0.6);
}


.brouncture-sec .container {
    background-color: white;
    border-radius: 15px;
    height: 120px;
    padding-top: 25px;


}

.brouncture-sec .container .row .col-lg-8 h3 {
    font-size: 25px;
    font-weight: 700;
    margin-left: 20px;
    color: white;

}

@media only screen and (max-width:768px) {
    .brouncture-sec .container .row .col-lg-8 h3 {
        font-size: 18px;
        text-align: center;
        margin-left: 0;

    }

    .brouncture-sec .container {
        background-color: white;
        border-radius: 15px;
        height: 100%;
        padding-top: 35px;

    }

    .brouncture-sec .container .row .col-lg-4 button {
        padding: 8px 20px;
        font-size: 16px;

    }

    .brouncture-sec .container .row .col-lg-4 button::before {
        padding-top: 0;
    }

}

.team-highlights .team-high-body ul li {
    display: flex;

}

.team-highlights .team-high-body ul li img {
    margin-right: 8px;
}

.contact-us-icons i {
    font-size: 30px;
    color: green;
    padding: 0 20px 20px 20px;
}

.form-body-con label {
    color: black;
    font-size: 20px;
}

.form-submit-btn {
    border: none;
    color: white;
    background-color: orange;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.form-submit-btn:hover {
    background-color: orange;
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.ser-1-con-col ul li {
    display: flex;
}

.ser-1-con-col ul li p {
    /* font-size: 16px; */
}

.fcs-body-con-1 p {
    font-size: 16px;
    color: black;
}

.fcs-body-con-1-para .fcs-body-para-con img {
    margin-right: 7px;
}

.seg-sol-body-con .job-list a {
    text-decoration: none;
}

.seg-sol-body-con .job-list p {
    font-size: 16px;
    margin: 3px;
}



/* blog-content */
.posh-list-con .posh-list-link {
    list-style: none;
    text-decoration: none;

    font-size: 18px;
    font-weight: 600;


}

.posh-list-con {
    display: grid;

}

.posh-list-con .posh-list-link {
    border: 1px solid rgb(130, 130, 130);
    padding: 10px;
    text-transform: capitalize;
    border-radius: 10px;
    color: white;
    background-color: rgb(3, 72, 3);
}

.our-mission-border {
    border: 1px solid white;
    background-color: white;
    padding: 20px;
    box-shadow: 1px 2px 5px grey;
    border-radius: 10px;
    height: 100%;


}

.our-mission-border .our-mission-head h4 {
    font-size: 26px;
    font-weight: 700;
    color: black;
    text-align: center;
    padding-bottom: 5px;


}

@media only screen and (max-width:768px) {
    .our-mission-border .our-mission-head h4 {

        text-align: start;
        padding-top: 10px;
        margin-left: 20px;


    }

    .our-mission-border .our-mission-head h4 {
        font-size: 22px;
        margin-bottom: 0;



    }
}

.our-mission-border {
    border: 2px solid #ddd;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.our-mission-border:hover {
    border-color: green;
    /* Change border color */
    box-shadow: 0px 4px 10px green;
    /* Add a shadow */
    transform: translateY(-5px);
    /* Slight lift effect */
}

.our-mission-head-body ul li {
    font-size: 18px;
}

.our-mission-head-body ul li p img {
    width: 15px;
    margin-right: 5px;
}




@media only screen and (max-width:768px) {
    .our-mission-border {
        padding: 5px;
    }

    .our-mission-head-body ul li p {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .our-mission-head h4 {
        font-size: 22px;
    }

}

/* -------------------footer------------- */

.footer-content p {
    color: white;
}

footer {
    background-color: rgb(3, 3, 63);
}

.footer-list-head h4 {
    font-size: 26px;
    padding-bottom: 5px;
    color: rgb(0, 221, 0);
}

.footer-list-body ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;


}

.footer-list-body ul li a:hover {
    color: #0056b3;
}

.footer-list-body ul {
    padding-left: 1rem;
}

.footer-list-body ul li a span {
    margin-right: 5px;
}

.footer-list-body ul li {
    color: white;
}

.all-rights h5 {
    color: white;
    font-size: 16px;
    font-weight: 400;



}

.all-rights h4 {
    color: white;

    font-size: 18px;
    font-weight: 400;
}

.all-rights h4 a {
    text-decoration: none;

}

.all-rights {
    border-top: 2px solid white;
    padding: 0 20px;
}

.all-rights .all-rights-body {
    display: flex;
    justify-content: space-between;

}

@media only screen and (max-width:768px) {
    .all-rights .all-rights-body {
        display: block;
        text-align: center;

    }
}