* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;

}

html {
    scroll-behavior: smooth;
}

.logo {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.logo img {
    width: 220px;
    border: 0px solid white;
    border-radius: 10px;
    margin: 14px;

}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    cursor: pointer;
    background-color: rgb(235, 227, 227);
}

.nav-list {
    width: 70%;
    display: flex;
    align-items: center;
    font-weight: bold;

}

.nav-list li {
    list-style: none;
    padding: 15px 25px;
}

.nav-list li a {
    text-decoration: none;
    color: #004852;
    font-size: 20px;

}

.nav-list li a:hover {
    text-decoration: none;
    color: #55c2da;
}

.rightNav {
    width: 30%;
    text-align: right;
    padding: 0 23px;
}


.firstsection {
    height: 100vh;
}

.box-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background: #FFFFFF;
    font-family: 'Lato', sans-serif;
    max-width: 80%;
    margin: auto;
    height: 90%;
    animation-duration: 1s;
    animation-name: s;
}

.firsthalf {
    width: 80;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondhalf {
    width: 30%;

}

.secondhalf img {

    align-items: center;
}

.text-big {
    font-size: 35px;
    color: #004852;
    margin-bottom: 25px;
    position: relative;
}

.text-small {
    font-size: 20px;
}

/*buttons*/

.buttons {
    width: 100px;
    background: #004852;
    color: #00bcd4;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    margin: 10px;
    text-align: center;
}

.buttons:hover,
.buttons:focus,
.buttons:active {
    box-shadow: 0 0 20px rgba(0, 0, 00.5);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.secright img {
    HEIGHT: 150PX;
}

/*chatbot*/
.section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto;
    font-family: 'Lato', sans-serif;
    background-color: rgb(255, 252, 252);
    padding: 80px;


}

.paras {
    padding: 0px 65px;
}

.sectionTag {
    padding: 16px 0;

}

.sectionSubTag {
    font-family: 'Lato', sans-serif;
}

.thumbnail img {
    width: 260px;
    border: 2px solid black;
    border-radius: 25px;
    margin-top: 20px;
    background-image: url("css/img/1711789501185.jpg");
    animation: changeimg 10s linear infinite;

}

/*visitors*/
.website-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

/* Styles for website counter container */
.website-counter {
    background-color: #ff4957;
    height: 50px;
    width: 80px;
    color: white;
    border-radius: 30px;
    font-weight: 700;
    font-size: 25px;
    margin-top: 10px;
}

/* Styles for reset button */
#reset {
    margin-top: 20px;
    background-color: #008cba;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 20px;
    color: white;
    border: 0;
}


/* contact page*/
.contact {
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff url('css/img/contact us.jpg');
    background-size: cover;
}

.contact .content {
    max-width: 800px;
    text-align: center;
    margin-top: -27px;
}

.contact .content h2 {
    font-size: 50px;
    color: #08016b;
    margin-bottom: 25px;
    position: relative;
    font-weight: 500;
}


.contact .content p {
    font-size: 20px;
    color: black;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
}

.container.contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container .contactInfo .box .icon {
    min-height: 60px;
    height: 60px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.container .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 20px;
    color: black;
    flex-direction: column;
    font-weight: 300;
}

.container .contactInfo .box .text h3 {
    font-weight: 500;
    color: #00bcd4;
}

.ContactForm {
    width: 40%;
    padding: 40px;
    background: rgb(235, 227, 227);
}

.ContactForm h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.ContactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 4px;
}

.ContactForm .inputBox input,
.ContactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.ContactForm .inputBox span {
    position: absolute;
    left: 0px;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.ContactForm .inputBox input:focus~span,
.ContactForm .inputBox input:valid~span,
.ContactForm .inputBox textarea:focus~span,
.ContactForm .inputBox textarea:valid~span {
    color: green;
    font-size: 12px;
    transform: translateY(-20px);
}

.ContactForm .inputBox input[type="submit"] {
    width: 100px;
    background: #004852;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

@media (max-width:991px) {
    .contact {
        padding: 50px;
    }

    .container {
        flex-direction: column;
    }

    .container .contactInfo {
        margin-bottom: 40px;
    }

    .container .contactInfo,
    .ContactForm {
        width: 100%;
    }

}

/*services*/
:root {
    --primery-color: #8d7771;
    --secondary-color: rgba(255, 255, 255, .4);
}

#service-section {
    min-height: 740px;
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 30px;
}

#service-section h2 {
    color: #004852;
    font-size: 50px;
    margin-bottom: 30px;
    position: relative;
    list-style: none;
    font-weight: 500;
    position: static;
    margin: 0px;
}


#service-section #paragraph {
    width: 100%;
    font-size: 20PX;
    color: black;
    text-align: center;
    line-height: 1.5rem;
    white-space: 1px;
    margin-bottom: 40px;

}

#cards .cards .li .a {
    font-family: 'Lato', sans-serif;
    margin: 16px;
    font-size: 16px;
    font-weight: bold;
    background: #1e90ff;
    width: 159px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition-property: box-shadow, transform;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px;
    z-index: 9;
    margin-top: 20px;
    position: static;
}

.cards .card {
    min-height: 287px;
    width: 347px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px;
    background-color: rgb(235, 227, 227);
    position: relative;
    border-radius: 10px;
}

.cards .card::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: skyblue;
    /* transform: rotate(10deg);*/
    transform: rotate(0deg);
    z-index: -1;
}

.cards .card:hover.card::before {
    transform: rotate(10deg);
}

.cards .card i {
    font-size: 2.5rem;
    color: var(--primery-color);
    margin-top: 40px;
    margin-bottom: 10px;
}

.cards .card h3 {
    font-size: 1.8rem;
    color: #004852;
    margin-bottom: 10px;
}

.cards .card .content p {
    color: black;
    font-size: 18px;
    margin-bottom: 46px;
    font-weight: 500;
}

.card .read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #004852;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 15px;
    transition: 0.3s ease;
}

.card .read-more:hover {
    background-color: #55c2da;
}

@media(max-width:1100px) {
    #service-section h2 {
        margin-top: 30px;
    }

    .cards {
        grid-template-columns: repeat(1, 1fr);
    }

    #serive-section #paragraph {
        width: 80%;
    }
}

@media(max-width:900px) {
    .cards .card {
        height: 467px;
        width: 315px;
        margin: 20px 0;
    }
}

/*about us*/
.heading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 15px auto;
    background: #fff;

}

.heading ul {
    font-size: 50px;
    color: #004852;
    margin-bottom: 25px;
    position: relative;
    list-style: none;
    font-weight: 500;
}

.heading p {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
}

.contain {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}

.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.about-image img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.about-image:hover img {
    transform: scale(1.2);
}

.about-content {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 20px;
}

.about-content h2 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #333;
}

.about-content p {
    font-size: 18px;
    line-height: 1.5;
    color: black;
}

.about-content .read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #224468;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 15px;
    transition: 0.3s ease;
}

.about-content .read-more:hover {
    background-color: #55c2da;
}

@media screen and (max-width: 768px) {
    .heading {
        padding: opx 20px;
    }

    .heading ul {
        font-size: 36px;
    }

    .heading p {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .container {
        padding: 0px;
    }

    .about {
        padding: 20px;
        flex-direction: column;
    }

    .about-image {
        margin-right: 0px;
        margin-bottom: 2px;
    }

    .about-content p {
        padding: 0px;
        font-size: 16px;
        flex: 2 2 54%;
        max-width: 100%;
        margin: 8px 0px
    }

    .about-content .read-more {
        font-size: 16px;
    }
}

.wrapper {
    max-width: 1944px;
    padding: 100px 85px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    align-items: center;
    justify-content: center;
    background: #e5e6e9;
}

.wrapper .box {
    background: wheat;
    border-radius: 3px;
    padding: 25px;
    width: calc(37% - 10px);
}

.wrapper .box i.quote {
    font-size: 20px;
    color: #17a2b8;
}

.wrapper .box .content {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .box .info .name {
    font-size: 17px;
    font-weight: 600;
}

.wrapper .box .info .job {
    color: #0A4852;
    font-size: 16px;
    font-weight: 500;
}

.wrapper .box .info .stars {
    margin-top: 2px;
}

.box .info .stars i {
    color: rgb(126, 126, 68);
}

.wrapper .box .content .image {
    height: 75px;
    width: 75px;
    padding: 3px;
    border-radius: 50%;
}

.box .content .image img {
    height: 39%;
    width: 100%;
    object-fit: cover;
    border-radius: 3%;
    border: 10px solid #fff;
}

@media (max-width:1045px) {
    .wrapper .box {
        width: calc(50% - 10%);
        margin: 10px 0;
    }
}

@media (max-width: 702px) {
    .wrapper .box {
        width: 100%;
    }
}

/* Styles for website counter container */
.website-counter {
    background-color: #ff4957;
    height: 50px;
    width: 80px;
    color: white;
    border-radius: 30px;
    font-weight: 700;
    font-size: 25px;
    margin-top: 10px;
}

#reset {
    margin-top: 20px;
    background-color: #013A4E;
    cursor: pointer;
    font-size: 18px;
}

hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}

.Copyright {
    text-align: center;
}

.underline {
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.underline span {
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}


@keyframes moving {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }

}

/*offering1*/

main {
    width: 100%;
    height: 105vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.article h3 {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px black;
    color: white;
}

.article p {
    margin: 30px 0 20px 0;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 2px 1px 5px rgb(93, 186, 223);
    text-transform: uppercase;
}

.burger {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 5%;
    display: none;

}

.line {
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}

.slideshow {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slideshow img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

******************************** .pg-footer {
    width: 100%;
    background-color: #808080;
    position: relative;
    z-index: 10;
}

.footer {
    background-color: #808080;
    color: #ffffff;
    width: 100%;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #ffffff;
}

.footer-content-column ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #FFFFFF;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: deepskyblue;
    border-radius: 21px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: deepskyblue;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #FFFFFF;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: deepskyblue;
    color: #ffffff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer-content {
        padding: 20px 15px 120px;
        /* Reduced bottom padding */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-content-column {
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px;
    }

    .footer-social-links {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 20px auto 0;
        width: 100%;
        height: auto;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 120px;
        /* Adjusted bottom space */
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-content-column {
        width: 25%;
        padding: 0 15px;
    }
}




.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.image-container {
    text-align: center;
    /* Centers text inside the container */
}

.center-image {
    display: block;
    /* Converts img to block element */
    margin: 50px auto;
    /* Centers the image */
    max-width: 30%;
    /* Responsive width */
    height: auto;
    /* Maintains aspect ratio */
}