@import url('https://fonts.googleapis.com/css2?family=Lalezar&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');

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

.hero_section {
    height: 80vh;
    background-color: #E2E9F1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_section .container {
    height: 100%;
}

.hero_section .container .row {
    height: 100%;
}

.hero_section h1 {
    font-size: 80px;
    margin-bottom: 0px;
    font-family: "Lalezar", sans-serif;
    color: #244F85;
}

.hero_section p {
    font-size: 18px;
}

.hero_section button {
    background: #244F85;
    color: white;
    padding: 13px 50px;
    transition: 0.5s ease-in;
    border-radius: 5px;
    border: 1px solid #244F85;
    margin-top: 5px;
}

.hero_section button:hover {
    color: #244F85;
    background: #E2E9F1;
}

.hero_section .img_box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero_section .img_box img {
    width: 100%;
}

.hero_section .img_box {
    position: relative;
}


.flag__section {
    width: 100%;
}

.flag__section img {
    width: 100%;
    margin-top: -40px;
}

.about__us {
    padding-bottom: 50px;
    padding-top: 20px;
}

.about__us h3 {
    font-size: 50px;
    font-family: "Lalezar", sans-serif;
}

.about__us p {
    font-size: 18px;
}

.new__section {
    background: #F2F6FF;
    padding: 80px 0px 80px;
}

.new__section .flex__box {
    display: flex;
    gap: 4%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.new__section .flex__box .bx_card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: white;
    padding: 22px;
    width: 48%;
    min-height: 220px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.new__section .flex__box .bx_card h5 {
    font-size: 24px;
    font-family: "Lalezar", sans-serif;
}

.new__section .flex__box .bx_card p {
    font-size: 17px;
    margin-bottom: 0px;
}

.new__section .bx___content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.new__section .bx___content p {
    margin-bottom: 0;
}

.bx___content {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    margin-top: 10px;
}

.bx___content.active {
    display: block;
    opacity: 1;
}

.bx_card p span {
    color: #0056b3;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}

.bx_card p span:hover {
    color: #002f6c;
}

.new__section .round_image {
    position: relative;
}

.new__section .round__circle {
    opacity: 0;
    transition: 0.8s ease-in;
}

.new__section .round_image:hover .round__circle {
    opacity: 1;
}

.new__section .round__circle {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color: white;
    font-family: "Lalezar", sans-serif;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.603);
    border-radius: 50%;
}


.marque__area {
    background-color: unset;
    padding: 25px 0px;
}

.marque__area h6 {
    font-size: 22px;
    font-weight: 800;
    color: #002B5D;
    margin-bottom: 0px;
    text-align: center;
}


.about_me_section {
    padding: 80px 0px;
}

.about_me_section h3 {
    font-family: "Lalezar", sans-serif;
    font-size: 39px;
}

.about_me_section p {
    font-size: 18px;
}

.about_me_section ul {
    padding-left: 0px;
    list-style: none;
}

.about_me_section ul li {
    font-size: 17px;
    margin-bottom: 5px;
}

.about_me_section .im__box {
    width: 100%;
}

.about_me_section .im__box img {
    width: 100%;
    border-radius: 10px;
}

.about_me_section button {
    background: #244F85;
    color: white;
    padding: 10px 50px;
    transition: 0.5s ease-in;
    border-radius: 5px;
    border: 1px solid #244F85;
    margin-top: 5px;
}

.about_me_section button:hover {
    color: #244F85;
    background: #E2E9F1;
}

.natraj-blog-sec {
    padding: 50px 0;
    background: #F2F6FF;
}

.natraj-blog-sec h3 {
    font-family: "Lalezar", sans-serif;
    font-size: 50px;
    margin-bottom: 8px;
    text-align: center;
}

.natraj-blog-sec .post-tags {
    font-weight: 600;
    margin-top: 8px;
    margin-left: 2px;
}

.natraj-blog-sec .post-content {
    margin-bottom: 20px;
}

.natraj-blog-sec a {
    text-decoration: none;
    color: #244F85;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.read-more i {
    transform: rotate(-25deg) translateY(1px);
    transition: transform 0.6s ease-out;
}

.read-more:hover i {
    transform: rotate(0deg) translateX(6px);
}




.contact_me_section {
    background: #F2F6FF;
    padding: 50px;
}

.contact_me_section h3.head___txt {
    font-family: "Lalezar", sans-serif;
    font-size: 50px;
    margin-bottom: 5px;
    text-align: center;
}

.contact_me_section p.main___desc {
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 17px;
    margin-bottom: 45px;
}

.contact_me_section form {
    background-color: rgba(221, 221, 221, 0.567);
    border-radius: 5px;
    padding: 30px 25px;
}

.contact_me_section h6 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.contact_me_section form input {
    width: 100%;
    border: 1px solid rgba(235, 235, 235, 0.722);
    outline: none;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.contact_me_section form textarea {
    width: 100%;
    border: 1px solid rgba(235, 235, 235, 0.722);
    outline: none;
    padding: 12px 15px;
    min-height: 110px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.contact_me_section form button {
    background: #244F85;
    color: white;
    padding: 10px 50px;
    transition: 0.5s ease-in;
    border-radius: 5px;
    border: 1px solid #244F85;
    margin-top: 5px;
}

.contact_me_section form button:hover {
    color: #244F85;
    background: #E2E9F1;
}

.contact_me_section p {
    font-size: 17px;
}

.contact_me_section .bx__contact {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 5px;
    padding: 15px;
}

.contact_me_section .bx__contact .icon {
    background-color: #244F85;
    padding: 10px 10px 10px 12px;
    border-radius: 8px;
    color: white;
    font-size: 20px;
    width: 50px;
    height: 50px;
}

.contact_me_section .bx__contact .txt {
    display: flex;
    flex-direction: column;
}

.contact_me_section .bx__contact .head {
    font-size: 20px;
    font-weight: 600;
}

.contact_me_section .bx__contact .desc {
    font-size: 15px;
}

.contact_me_section .bx__contact a {
    text-decoration: none;
    color: black;
}

.achievements__section {
    padding: 50px 0px;
}

.achievements__section h3 {
    font-family: "Lalezar", sans-serif;
    font-size: 50px;
    margin-bottom: 24px;
    text-align: center;
}

.achievements__section .img_box {
    width: 100%;
}

.achievements__section .img_box img {
    width: 100%;
}

.achievements__section .txt___box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.achievements__section .bx__achievements {
    padding-left: 25px;
    position: relative;
    border-left: 2px dashed #244F85;
}

.achievements__section .bx__achievements.last_one {
    border-left: none;
}

.achievements__section .bx__achievements h6 {
    font-size: 19px;
    font-weight: 600;
}

.achievements__section .bx__achievements::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #244F85;
    position: absolute;
    top: 0px;
    left: -11px;
    border-radius: 50%;
}

.achievements__section .last_one.bx__achievements::before {
    left: -9px;
}



.education_section {
    background: rgba(238, 238, 238, 0.623);
    padding: 60px 0px;
}

.education_section .bx {
    padding: 20px;
    min-height: 330px;
    border-radius: 5px;
    border: 1px solid #244F85;
}

.education_section h4 {
    font-family: "Lalezar", sans-serif;
    font-size: 30px;
    margin-bottom: 5px;
}

.education_section p {
    font-size: 15px;
}


.political {
    padding: 50px 0px;
    background: rgba(238, 238, 238, 0.623);
}

.political h4 {
    font-size: 30px;
    margin-bottom: 5px;
    font-family: "Lalezar", sans-serif;
}

.political p {
    font-size: 16px;
}

.political img {
    border-radius: 6px;
}


.footer_section {
    padding-top: 70px;
    background-color: #244F85;
    color: white;
}

.footer_section .bx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.footer_section h4 {
    font-family: "Lalezar", sans-serif;
    font-size: 50px;
    color: white;
    margin-bottom: 18px;
}

.footer_section .follow {
    display: flex;
    gap: 100px;
}

.footer_section .follow a {
    color: white;
    text-decoration: none;
}

.footer_section .contact_box {
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
}

.footer_section .contact_box a {
    color: white;
    text-decoration: none;
}

.copyright-inner {
    display: flex;
    justify-content: space-between;
    padding: 28px 28px 0px 28px;
}


.social-box {
    display: flex;
    gap: 12px;
}

.social-box a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    background: #f2f2f2;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-box a:hover {
    transform: translateY(-3px);
    background: #000;
}

/* Optional: brand colors on hover */
.social-box a:hover .bi-linkedin {
    color: white
}

.social-box a:hover .bi-twitter-x {
    color: white
}

.social-box a:hover .bi-instagram {
    color: white
}

.social-box a:hover .bi-facebook {
    color: white
}

@media screen and (max-width: 1000px) {
    .social-box a:hover {
        transform: none;
        background: none;
    }

    .social-box a:hover .bi-linkedin,
    .social-box a:hover .bi-twitter-x,
    .social-box a:hover .bi-instagram,
    .social-box a:hover .bi-facebook {
        color: #000;
    }
}




.vision_statement {
    padding: 50px 0;
}

.vision_statement h3 {
    font-family: "Lalezar", sans-serif;
    font-size: 50px;
}






.hero_banner_section {
    background: radial-gradient(circle, #002B5D 0%, #265492 100%);
    margin: 20px 0px 0px 0px;
    border-radius: 35px;
    min-height: 88vh;
    position: relative;

}

.hero_banner_section .navbar__section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 10px;
}

.hero_banner_section .navbar__section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 50px;
}

.hero_banner_section .navbar__section ul a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.hero_banner_section .flex___hero_bx {
    display: flex;
    justify-content: space-between;
    min-height: 88vh;

}

.hero_banner_section .flex___hero_bx .left_section {
    width: 52%;
    padding-left: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 88vh;
}

.hero_banner_section .flex___hero_bx .left_section h1 {
    font-size: 90px;
    letter-spacing: 3px;
    font-weight: 800;
    font-family: "Lalezar", sans-serif;
    margin-bottom: 0px;
    color: white;
}

.hero_banner_section .flex___hero_bx .left_section p {
    font-size: 18px;
    color: white;
    margin-top: -10px;
}

.hero_banner_section .flex___hero_bx .left_section .sub_section {
    margin-top: 25px;
}

.hero_banner_section .flex___hero_bx .left_section .social_media__icons {
    margin-top: 15px;
    display: flex;
    gap: 20px;
}

.hero_banner_section .flex___hero_bx .left_section .social_media__icons img {
    width: 35px;
}

.hero_banner_section .flex___hero_bx .left_section .social_media__icons a {
    text-decoration: none;
    columns: white;
}

.hero_banner_section .flex___hero_bx .left_section .sub_section .bx {
    width: fit-content;
    background-color: #4070AF;
    padding: 14px 30px;
    margin-bottom: 13px;
    border-radius: 5px;
    color: white;
}

.hero_banner_section .img___section {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 46%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero_banner_section .img___section img {
    width: 100%;
}




@media screen and (max-width: 1700px) {

    .hero_banner_section .flex___hero_bx .left_section h1 {
        font-size: 58px;
    }

    .hero_banner_section .flex___hero_bx .left_section p {
        font-size: 15px;
        margin-top: 2px;
    }

    .hero_banner_section .flex___hero_bx .left_section .sub_section {
        margin-top: 15px;
    }

    .hero_banner_section .flex___hero_bx .left_section .social_media__icons img {
        width: 30px;
    }


}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .contact_me_section p {
        font-size: 15px;
    }

    .contact_me_section .bx__contact .desc {
        font-size: 12.6px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 500px) {
    .contact_me_section p.main___desc {
        width: 100%;
        text-align: center;
        margin: 0px;
        font-size: 17px;
        margin-bottom: 30px;
    }

    .contact_me_section form {
        margin-bottom: 45px;
    }

    .new__section .flex__box .bx_card p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .new__section .bx___content {
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        font-size: 15px;
    }

    .hero_banner_section .flex___hero_bx .left_section .sub_section .bx {
        padding: 14px 20px;
        font-size: 12px;
    }

    .new__section .round__circle {
        font-size: 38px;
    }
}

@media screen and (max-width: 800px) and (min-width: 500px) {
    .new__section .flex__box .bx_card p {
        font-size: 13px !important;
        margin-bottom: 0px;
    }

    .new__section .bx___content p {
        margin-bottom: 0;
        font-size: 12px !important;
    }

    .new__section .flex__box .bx_card h5 {
        font-size: 17px !important;
    }

    .hero_banner_section .flex___hero_bx .left_section .sub_section .bx {
        padding: 14px 20px;
        font-size: 10px !important;
    }

    .copyright-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 28px 28px 10px 28px;
        font-size: 14px;
    }

    .new__section .round__circle {
        font-size: 38px;
    }
}



@media screen and (max-width: 500px) {

    .hero_banner_section {
        margin: 15px 0px 0px 0px;
        border-radius: 35px;
        min-height: 110vh;
    }

    .hero_banner_section .navbar__section {
        display: none;
    }

    .hero_banner_section .flex___hero_bx {
        min-height: 110vh;
        padding: 20px;
    }

    .hero_banner_section .flex___hero_bx .left_section {
        width: 100%;
        padding-left: 0%;
        display: flex;
        justify-content: flex-start;
        min-height: 110vh;
        padding-top: 50px;
    }

    .hero_banner_section .flex___hero_bx .left_section h1 {
        font-size: 55px;
        line-height: 48px;
        letter-spacing: 2px;
        font-weight: 800;
        font-family: "Lalezar", sans-serif;
        margin-bottom: 18px;
        color: white;
    }

    .hero_banner_section .flex___hero_bx .left_section p {
        font-size: 17px;
        margin-top: -3px;
    }


    .hero_banner_section .flex___hero_bx .left_section .social_media__icons img {
        width: 25px;
    }

    .hero_banner_section .flex___hero_bx .left_section .sub_section .bx {

        padding: 14px 20px;
        font-size: 10px;
    }

    .hero_banner_section .img___section {
        width: 100%;
    }







    .about_me_section {
        padding: 40px 0px;
    }

    .about_me_section h3 {
        font-size: 28px;
        margin-top: 20px;
    }

    .about_me_section p {
        font-size: 16px;
    }

    .about_me_section ul li {
        font-size: 16px;
    }

    .about__us p {
        font-size: 14px;
    }

    .achievements__section .bx__achievements {
        font-size: 14px;
    }



    .contact_me_section {
        padding: 30px 0px;
    }

    .contact_me_section h3.head___txt {
        font-size: 34px;
    }

    .contact_me_section p.main___desc {
        width: 100%;
        font-size: 14px;
        margin-bottom: 35px;
    }

    .contact_me_section form {
        padding: 20px 20px;
    }

    .contact_me_section h6 {
        font-size: 23px;
        margin-top: 30px;
    }

    .contact_me_section p {
        font-size: 14px;
    }



    .achievements__section h3 {
        font-size: 30px;
    }


    .achievements__section .txt___box {
        margin-top: 10px;
    }

    .contact_me_section .bx__contact .desc {
        font-size: 14px;
    }


    .education_section {
        padding: 40px 0px;
    }

    .education_section .bx {
        padding: 15px;
        min-height: unset;
        margin-bottom: 20px;
    }

    .education_section h4 {
        font-size: 25px;
    }

    .education_section p {
        font-size: 15px;
    }

    .footer_section h4 {
        font-family: "Lalezar", sans-serif;
        font-size: 38px;
        color: white;
    }

    .footer_section .contact_box {
        font-size: 12px;
        padding-left: 98px;
    }


    .footer_section .follow {
        gap: 17px;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .copyright-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 28px 28px 10px 28px;
        font-size: 14px;
    }

    .vision_statement {
        padding: 40px 0;
    }

    .vision_statement h3 {
        font-size: 30px;
    }


    .new__section {
        padding: 50px 0px 50px;
    }

    .new__section .flex__box .bx_card {
        padding: 18px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .new__section .flex__box .bx_card h5 {
        font-size: 23px;
    }

    .new__section .flex__box .bx_card p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .new__section .round__circle {
        font-size: 38px;
    }

    .vision_statement {
        padding: 50px 0;
        font-size: 14px;
    }

    .vision_statement h3 {
        margin-top: 40px;
        font-size: 32px;
    }


}

@media screen and (max-width: 380px) {

    /* .hero_banner_section {
        min-height: 100vh;
    }

    .hero_banner_section .flex___hero_bx {
        min-height: 100vh;
    }

    .hero_banner_section .flex___hero_bx .left_section {
        min-height: 100vh;
    } */

    .footer_section .contact_box {
        font-size: 12px;
        padding-left: 72px;
    }

}


@media screen and (max-width: 350px) {
    .footer_section .contact_box {
        font-size: 12px;
        padding-left: 44px;
    }

    .hero_banner_section .flex___hero_bx .left_section .sub_section .bx {
        padding: 14px 20px;
        font-size: 8px;
    }

    .copyright-inner {
        font-size: 12px;
    }


    .hero_banner_section {
        min-height: 150vh;
    }

    .hero_banner_section .flex___hero_bx {
        min-height: 150vh;
    }

    .hero_banner_section .flex___hero_bx .left_section {
        min-height: 150vh;
    }
}