@import url('header.css');

* {
    margin: 0;
    padding: 0;
}
.headeraddress {
    font-size: 20px; /* Default minimum size */
}

/* Increase font size as screen width increases */
@media screen and (min-width: 480px) {
    .headeraddress {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) {
    .headeraddress {
        font-size: 26px;
    }
}

@media screen and (min-width: 1024px) {
    .headeraddress {
        font-size: 30px; /* Max size */
    }
}

.headbg {
    background: linear-gradient(45deg,#03449e 70%,#ff6600 70% 100%);
}

.logo {
    height: 120px !important;
    width: 160px !important;
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

/* For tablets (screens between 576px and 1024px) */
@media (max-width: 1024px) and (min-width: 576px) {
    .logo {
        height: 100px !important;
        width: 160px !important;
    }
}

/* For smaller devices (screens between 481px and 575px) */
@media (max-width: 575px) and (min-width: 481px) {
    .logo {
        height: 80px !important;
        width: 120px !important;
    }
}

/* For mobile devices (screens between 321px and 480px) */
@media (max-width: 480px) and (min-width: 321px) {
    .logo {
        height: 60px !important;
        width: 90px !important;
    }
}

/* For very small screens (320px and below) */
@media (max-width: 320px) {
    .logo {
        height: 50px  !important;
        width: 70px !important;
    }
}

@media (min-width: 360px) {
    #exampleModalNotication .modal-dialog {
        max-width: 300px; /* Adjust as needed */
    }
}


@media (min-width: 576px) {
    #exampleModalNotication .modal-dialog {
        max-width: 500px; /* Adjust as needed */
    }
}

@media (min-width: 992px) {
    #exampleModalNotication .modal-dialog {
        max-width: 700px; /* Adjust as needed */
    }
}

@media (min-width: 1024px) {
    #exampleModalNotication .modal-dialog {
        max-width: 900px; /* Adjust as needed */
    }
}

.circle {
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1px;
    width: 40px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 1px 15px 4px black;
    font-size: 26px;
    margin: 3px;
    margin-bottom: 15px;
}
 
.nav-link {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

    .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #ff6600;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease-out;
    }

    .nav-link:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }

.navtext {
    color: #fff !important;
    font-size: 1.2rem;
    padding: 5px !important;
}

.nav-item {
    padding: 0px 10px 0px 10px !important;
}

.blink-button {
    padding: 10px 20px;
    border: none;
    background-color: #03449e !important;
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 10px #007bff;
    animation: shadowBlink 1.5s infinite alternate;
}

@keyframes shadowBlink {
    0% {
        box-shadow: 0 0 10px #04fcd3;
    }

    50% {
        box-shadow: 0 0 20px #44fc04;
    }

    100% {
        box-shadow: 0 0 10px #610095;
    }
}

.cardanimation {
    box-shadow: 0 0 10px #007bff;
    animation: cardBlink 1.5s infinite alternate !important;
}


@keyframes cardBlink {
    0% {
        box-shadow: 0 0 10px #04fcd3;
    }

    50% {
        box-shadow: 0 0 20px #44fc04;
    }

    100% {
        box-shadow: 0 0 10px #610095;
    }
}

.headertext {
    font-size: 3.5rem;
}


@media (min-width: 1200px) {
    .headertext {
        font-size: 3.5rem;
    }
}


@media (max-width: 1199px) and (min-width: 768px) {
    .headertext {
        font-size: 2.5rem;
    }
}


@media (max-width: 767px) and (min-width: 576px) {
    .headertext {
        font-size: 2rem;
    }
}


@media (max-width: 575px) {
    .headertext {
        font-size: 1.5rem;
    }
}

.enquiry-button {
    position: fixed;
    top: 60%;
    left: -20px;
    padding: 10px 20px;
    border: none;
    background-color: #03449e !important;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    z-index:1000;
    transform: rotate(270deg);
}

    .enquiry-button:hover {
        background-color: #ff6600;
    }

.feedback-button {
    position: fixed;
    top: 60%;
    right: -10px;
    padding: 10px 20px;
    border: none;
    background-color: #03449e !important;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    z-index:1000;
    transform: rotate(90deg);
}

    .feedback-button:hover {
        background-color: #ff6600;
    }

.borderbuttom {
    border: 5px solid
}

.border1 {
    margin-top: -3px !important;
    min-height: 5px;
    /*padding-left: 10px;*/
    margin-bottom: 5px;
    background: linear-gradient(45deg,#03449e 50%,#ff6600 50% 100%);
}

/*student area css*/



.mainbox .box3 {
    height: 250px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline;
    box-shadow: 5px 5px 5px black;
}

    .mainbox .box3 img {
        border: 1px solid;
        margin-top: 10px;
    }
    .mainbox .box3 .box31 {
        height: 50px;
        width: 100%;
        display: flex;
        color:white;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid black;
        background: linear-gradient(90deg, #03449e, #ff6600);
    }
.fimg{
    height:198px !important;
    width:100%;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: #0044cc;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
}

    #topBtn:hover {
        background-color: #003399;
    }
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropcolor{
    color:#fff !important;

}
.dropcolor:hover{
    color:black !important;
}

/*footer */
.top{
    height:50px;
    width:50px;
}