body {
    background-color: #f0fbfc;
}

.content1, .content3{
    background-color: #008893;
    color: #fff;
}

.content2 {
    margin-top: 4%;
}

.content1-1 {
    padding-top: 2%;
    padding-bottom: 2%;

}
.para1{
    padding-top: 3%;
}

.content2-1 {
    margin-top: 4%;
    margin-bottom: 5%;
}

.content3-1{
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    flex-direction: row;
}

.our {
    margin-top: -2%;
}

.para1 {
    margin-left: 4.5%;
    margin-top: 3%;
}

.para3{
    margin-top: 3%;
}

.para2 {
    margin-left: 15%;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #008893 !important;
    border-color: #008893 !important;
}
.btn-outline-success, .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:visited {
    background-color: #008893 !important;
    border-color: #008893 !important;
    color: #fff !important;
}

.img1 {
    height: 65%;
    width: 70%;
    border-radius: 15px;
    margin-top: 10%;
    margin-left: 10%;
}

.img2 {
    height: 90%;
    width: 90%;
    margin-left: 20%;
    border-radius: 15px;
}

.img3 {
    border-radius: 15px;
    margin-top: 4%;
    margin-left: 10%;
    height: 85%;
    width: 85%;
}

.list {
    list-style-type: none;
}

/* xs */

@media ((min-width: 0px) and (max-width: 576px)) {
    .para1 {
        margin-left: 0%;
    }

    .img1 {
        margin-left: 15%;
        margin-top: 3%;
    }

    .para2 {
        margin-left: 0%;
    }
}

/* small */

@media ((min-width: 576px) and (max-width: 768px)) {
    .para1 {
        margin-left: 0%;
    }

    .img1 {
        margin-left: 15%;
        margin-top: 3%;
    }
    .img2 {
        margin-left: 9%;
    }

    .para2 {
        margin-left: 0%;
    }
    .para3{
        margin-left: 0%;
    }
}

/* medium */

@media ((min-width: 880px) and (max-width: 992px)) {
    .img1 {
        height: 45%;
        width: 70%;
        border-radius: 15px;
        margin-top: 25%;
        margin-left: 10%;
    }

    .img2 {
        height: 70%;
        width: 70%;
        margin-top: 8%;
    }
}


@media ((min-width: 768px) and (max-width: 880px)) {
    .img1 {
        height: 45%;
        width: 70%;
        border-radius: 15px;
        margin-top: 25%;
        margin-left: 10%;
    }

    .img2 {
        height: 45%;
        width: 70%;
        margin-top: 30%;
    }
}

/* large */

@media (min-width: 992px) {
    #navLinks {
            margin-left: 20%;
        }
}

/* footer */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

footer {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background: #313232;
}

footer .content-f {
    max-width: 1350px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .content-f p,
a {
    color: #fff;
}

footer .content-f .box-f {
    width: 33%;
    transition: all 0.4s ease;
}

footer .content-f .topic {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;

}

footer .content-f p {
    text-align: justify;
}

footer .content-f .lower .topic {
    margin: 24px 0 5px 0;
}

footer .content-f .lower i {
    padding-right: 16px;
}

footer .content-f .middle {
    padding-left: 80px;
}

footer .content-f .middle a {
    line-height: 32px;
}

footer .content-f .right input[type="text"] {
    height: 45px;
    width: 100%;
    outline: none;
    color: #d9d9d9;
    background: #232121;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 17px;
    border: 2px solid #222222;
}

footer .content-f .right input[type="submit"] {
    height: 42px;
    width: 100%;
    font-size: 18px;
    color: #d9d9d9;
    background: #008893;
    outline: none;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 12px;
    border: 2px solid #008893;
    transition: all 0.3s ease-in-out;
}

.content-f .right input[type="submit"]:hover {
    background: none;
    color: #008893;
}

footer .content-f .media-icons a {
    font-size: 16px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    border: 2px solid none;
    margin: 30px 5px 0 0;
    transition: all 0.3s ease;
}

.content-f .media-icons a:hover {
    border-color: #008893;
}
footer .bottom-f {
    width: 100%;
    text-align: right;
    color: #d9d9d9;
    padding: 0 40px 5px 0;
}

footer .bottom-f a {
    color: #008893;
}

footer a {
    transition: all 0.3s ease;
}

footer a:hover {
    color: #008893;
}

@media (max-width:992px) {
    footer .content-f .middle {
        padding-left: 50px;
    }
}

@media (max-width:768px) {
    footer .content-f .box {
        width: 50%;
    }

    .content-f .right {
        margin-top: 40px;
    }
}

@media (max-width:576px) {
    footer {
        position: relative;
    }

    footer .content-f .box-f {
        width: 100%;
        margin-top: 30px;
    }

    footer .content-f .middle {
        padding-left: 0;
    }
}

a {
    text-decoration: none;
}

*{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
   }



   body { font-family: 'Montserrat', Arial, sans-serif; }
   .hero-banner {
       position: relative;
       background: url('https://images.unsplash.com/photo-1464983953574-0892a716854b?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat;
       min-height: 320px;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #fff;
       margin-bottom: 2.5rem;
   }
   .hero-banner .overlay {
       position: absolute;
       top: 0; left: 0; width: 100%; height: 100%;
       background: linear-gradient(90deg, rgba(25,118,210,0.7) 0%, rgba(67,160,71,0.5) 100%);
       z-index: 1;
   }
   .hero-banner .content {
       position: relative;
       z-index: 2;
       text-align: center;
       max-width: 700px;
   }
   .hero-banner h1 {
       font-size: 2.8rem;
       font-weight: 700;
       letter-spacing: 1px;
   }
   .hero-banner p {
       font-size: 1.3rem;
       margin-top: 1rem;
       font-weight: 400;
   }
   .section-divider {
       border: none;
       border-top: 2px solid #e3f2fd;
       margin: 3rem 0 2rem 0;
   }
   .section-title {
       font-size: 2rem;
       font-weight: 700;
       color: #1976D2;
       margin-bottom: 1.5rem;
       margin-top: 2.5rem;
       text-align: center;
       display: flex;
       align-items: center;
       justify-content: center;
       gap: 0.7rem;
   }
   .section-title i { color: #43A047; font-size: 2.1rem; }
   .section-content {
       font-size: 1.1rem;
       color: #333;
       margin-bottom: 2rem;
   }
   .about-img {
       border-radius: 18px;
       width: 100%;
       height: 260px;
       object-fit: cover;
       box-shadow: 0 4px 24px rgba(25,118,210,0.08);
   }
   .highlight-card {
       border-radius: 1.2rem;
       box-shadow: 0 4px 24px rgba(25,118,210,0.10);
       background: #f8f9fa;
       padding: 1.5rem 1.2rem;
       margin-bottom: 1.5rem;
       border-left: 6px solid #1976D2;
       display: flex;
       align-items: flex-start;
       gap: 1rem;
       animation: fadeInUp 1s;
   }
   .highlight-card i { font-size: 2rem; color: #1976D2; margin-top: 0.2rem; }
   .fade-in-section { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
   .fade-in-section.visible { opacity: 1; transform: none; }
   /* Back to Top Button */
   #backToTopBtn { display: none; position: fixed; bottom: 32px; right: 32px; z-index: 999; background: #1976D2; color: #fff; border: none; border-radius: 50%; width: 52px; height: 52px; font-size: 1.7rem; box-shadow: 0 4px 16px rgba(25,118,210,0.15); cursor: pointer; transition: background 0.2s; }
   #backToTopBtn:hover { background: #43A047; }
   @media (max-width: 991.98px) {
       .hero-banner h1 { font-size: 2rem; }
       .section-title { font-size: 1.3rem; }
       .about-img { height: 180px; }
   }
   @media (max-width: 767.98px) {
       #backToTopBtn { bottom: 16px; right: 16px; width: 44px; height: 44px; font-size: 1.2rem; }
   }