@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.cardfoot h4,
.headers h1,
body,
html {
    font-family: "Crimson Text", serif
}

/* .logo,
header ul li a {
    text-decoration: none
} */

/* header,
header ul li ul li {
    position: relative;
    width: 100%
} */

.card,
.cardss {
    transition: transform .3s, box-shadow .3s
}

/* h2,
h4 {
    margin-bottom: 10px
} */



/* ==========================================
DISCOVER MORE – PREMIUM BUTTON STYLE (GN)
========================================== */

#discoverMoreSec {
    padding: 40px 20px;
    background: #f5f7fa;
    text-align: center;
}

#discoverMoreSec .GN-Discover {
    font-size: 2.4rem;
    font-weight: 800;
    color: #7a2a2a;
    margin-bottom: 35px;
    position: relative;
}

#discoverMoreSec .GN-Discover::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #388694;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

/* GRID */
#discoverMoreSec .GN-program-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

/* BUTTON CARD */
#discoverMoreSec .GN-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 14px 18px;

    background: linear-gradient(135deg, #943838, #b35858);
    border-radius: 50px;

    color: white;
    text-decoration: none;

    font-weight: 600;
    font-size: 1.1rem;

    position: relative;
    overflow: hidden;

    box-shadow: 0 8px 18px rgba(147, 56, 56, 0.25);
    transition: all 0.35s ease-in-out;
}

/* ICON */
#discoverMoreSec .GN-card-icon {
    font-size: 28px;
}

/* HOVER EFFECT */
#discoverMoreSec .GN-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 25px rgba(148, 56, 56, 0.45);
}

/* SHINE EFFECT */
#discoverMoreSec .GN-card::after {
    content: "";
    position: absolute;
    top: -120%;
    left: -150%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(25deg);
    transition: 0.5s ease;
}

#discoverMoreSec .GN-card:hover::after {
    top: -20%;
    left: -10%;
}

/* TEXT */
#discoverMoreSec .GN-card-text {
    font-size: 1.15rem;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    #discoverMoreSec .GN-card {
        padding: 12px;
        font-size: 1rem;
    }

    #discoverMoreSec .GN-card-icon {
        font-size: 24px;
    }
}



.form-control,
.send-btn {
    font-family: 'Open Sans', sans-serif
}

.box,
.cam .info p {
    letter-spacing: 1px
}

#office_adminHead,
#sofy,
.Discover,
.Softhead,
.Technicaltext,
.content {
    text-align: center
}

.Abouts,
.form-controls,
.textsoft,
body,
html {
    box-sizing: border-box
}

body,
html {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

:root {
    --primary-color: #1a2c50;
    --secondary-color: #f4f7fe;
    --text-dark: #333333;
    --text-light: #767268;
    --extra-light: #ffffff
}

.sections__containers {
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    text-align: center
}

/* .headers {
    margin-bottom: 2rem
}

.headers p {
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 500
}

.headers h1 {
    font-size: 2rem;
    font-weight: 700
} */

.testimonials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    justify-content: center
}

.card,
.event-box,
.program-cards {
    display: flex
}

/* header {
    height: 2.5rem;
    background: #700c0c;
    padding-left: 0;
    justify-content: space-between;
    align-items: center;
    z-index: 2
} */

.cardss {
    padding: 1.5rem;
    background: linear-gradient(135deg, #fffcfc, #fdfdfd);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    cursor: pointer;
    position: relative
}

.cardss::after,
.cardss::before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 10px;
    top: -10px;
    left: -10px;
    z-index: -1
}

.cardss::before {
    background: linear-gradient(45deg, tomato, #ffb347, #32cd32);
    animation: 5s linear infinite gradientAnimation
}

.cardss::after {
    background: #fff
}

@keyframes gradientAnimation {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.cardss:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

.cardss p {
    font-size: 1rem;
    font-weight: 500;
    max-height: 6rem;
    overflow: auto
}

.cardss hr {
    width: 40px;
    margin: auto;
    color: var(--text-light)
}

.cardss .rating {
    font-size: 1.5rem;
    color: gold
}

.cardss .cardname {
    font-size: .9rem;
    font-weight: 400;
    color: var(--text-light);
    transition: .3s
}

.cardss .cardname:hover {
    color: var(--primary-color)
}

.cardfoot h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.cardfoot p {
    max-width: 450px;
    margin: auto auto 2rem;
    font-size: .9rem;
    line-height: 1.5rem
}

.box h3,
.cam .info h1 {
    line-height: 40px
}

@media only screen and (max-width:1200px) {
    .testimonials__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width:992px) {
    .testimonials__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width:576px) {
    .testimonials__grid {
        grid-template-columns: 1fr
    }
}






@media screen and (max-width:2200px) {


    #glances {
        height: 23rem;
        width: 29rem;
        margin-left: -1rem;
        margin-top: -20rem
    }


}



@media screen and (max-width:2200px) {


    #glances {
        height: 23rem;
        width: 29rem;
        margin-left: -1rem;
        margin-top: -20rem
    }


}

@media screen and (max-width:2150px) {


    #glances {
        height: 23rem;
        width: 29rem;
        margin-left: -1rem;
        margin-top: -20rem
    }


}

@media screen and (max-width:2100px) {


    #glances {
        height: 23rem;
        width: 29rem;
        margin-left: -1rem;
        margin-top: -20rem
    }


}












@media screen and (max-width:2050px) {


    #glances {
        height: 23rem;
        width: 29rem;
        margin-left: -1rem;
        margin-top: -20rem
    }

}


@media screen and (max-width:2000px) {


    #glances {
        height: 23rem;
        width: 29rem;
        margin-left: -1rem;
        margin-top: -20rem
    }


}



@media screen and (max-width:1921px) {


    #glances {
        height: 23rem;
        width: 29rem;
        margin-left: -1rem;
        margin-top: -20rem
    }


}

/* .................................1585 */


.event-description,
.myForms {
    font-size: .875rem
}

/* header ul {
    position: relative
}

header ul li {
    position: relative;
    list-style: none;
    float: left
}

header ul li a {
    color: #fffcfc;
    font-size: 1.1em;
    padding: 20px 25px;
    justify-content: space-between;
    margin-top: -8px
}

header ul li a:hover {
    color: #fff;
   

} */



/* header ul li ul {
    position: absolute;
    padding-left: 0;
    left: 0;
    width: 200px;
    background: #700c0c;
    display: none;
    margin-top: -22px;
    z-index: 3
} */

/* ...........Language sub heading */




@keyframes Nandedkar {
    0% {
        opacity: 0;
        transform: translateX(18px);
    }

    100% {
        position: 1;
        transform: none;
    }

}

/* .............end submeaanu */








.mains {
    margin-top: -1.5rem;
    height: 80vh;
    width: 100%
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-button-next,
.swiper-button-prev,
strong {
    color: #000
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--swiper-theme-color)
}

.button,
.sumbits {
    color: #fff;
    cursor: pointer
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg)
}

@media screen and (max-width:768px) {
    .mains {
        height: 50vh
    }
}

@media screen and (max-width:603px) {
    .mains {
        height: 37vh
    }
}

@media screen and (max-width:450px) {
    .mains {
        height: 20vh
    }
}

@media screen and (max-width:250px) {
    .mains {
        height: 15vh
    }
}

/* #events {
    border: .125rem solid red;
    width: 12.5rem;
    height: 12.5rem;
    background-color: #b8a4a4
}

.date>.dates {
    justify-content: center;
    margin-top: 14px;
    margin-right: 0;
    margin-left: 8.1px;
    color: #fcfcfc
}

.myForms {
    background-color: #8a1919;
    max-width: 18.75rem;
    max-height: 20rem;
    margin: 1.25rem auto;
    padding: 1.25rem;
    border-radius: .5rem;
    box-shadow: .625rem .625rem .313rem rgba(90, 54, 54, .1)
}

.event-box,
.marquee2 {
    overflow: hidden;
    box-shadow: .625rem .625rem .313rem #add8e6;
    
} */

/* .emails,
.messages,
.texts {
    width: 100%;
    padding: .625rem;
    margin: .5rem 0;
    border: .063rem solid #ccc;
    border-radius: .25rem;
    box-sizing: border-box
}

.sumbits {
    background-color: #a34b28;
    padding: .875rem 1.25rem;
    margin: .5rem 0;
    border: none;
    border-radius: .25rem;
    width: 100%
}

.sumbits:hover {
    background-color: #1d251d
}

.button {
    padding: .938rem 1.563rem;
    outline: 0;
    border: none;
    border-radius: .938rem
}

.button:hover {
    background-color: #943838
}

.button:active {
    background-color: #6e706e;
    box-shadow: 0 .313rem #666;
    transform: translateY(.25rem)
} */

/* .marquee2 {
    width: 18.75rem;
    height: 23.95rem;
    flex-direction: column;
    margin-top: -2.25rem;
    margin-left: 2.25rem
}

.marquee2>.a1 {
    font-size: .8rem
}

#glances {
    height: 23rem;
    width: 29rem;
    margin-left: -1rem;
    margin-top: -20rem
} */


/* 
.Discover {
    margin-top: 4rem;
    color: #a50c0c;
    margin-bottom: 2rem
} */

/* footer {
    margin-top: 20px;
    padding: 20px 0;
    height: 35%;
    width: 100%;
    flex-direction: column;
    align-items: center
} */

/* footer p {
    margin-bottom: 5px
}

.footers {
    float: right;
    margin-top: -140px;
    margin-right: 20px
}
.footers h4{
    margin-top: 20px;
}

.footerslast {
    margin-left: 0
}

.social-media-icon a {
    margin-right: 10px;
    color: snow;
    font-size: x-large
}

.spacer,
footer .spa {
    color: #fff;
    margin-top: 32px
}

.spa {
    width: 60rem
}

.spacer {
    margin-left: 50px
}

#logofooter {
    margin-left: -1200px;
    margin-top: 25px;
    width: 10rem;
    height: 10rem;
    margin-bottom: -80px
}

@media screen and (max-width:1286px) {

    .footers h4,
    p {
        font-size: smaller
    }

    footer {
        height: 450px
    }

    #logofooter {
        height: 8rem;
        width: 9rem;
        margin-left: -2px;
        margin-bottom: 20px;
        margin-top: -15px
    }

    .footers h4 {
        margin-top: 120px
    }
}

@media screen and (max-width:1100px) {

    .footers h4,
    p {
        font-size: smaller;
    }

    footer {
        height: 540px;
    }

    .spacer {
        color: #fff;
        display: block;
        margin-top: 0;
        margin-left: 0
    }

    #copyright-text>.span {
        font-size: 10px
    }

    #logofooter {
        height: 8rem;
        width: 9rem;
        margin-left: -2px;
        margin-bottom: 20px;
        margin-top: -15px
    }

    .footers h4 {
        margin-top: 120px
    }
}

@media screen and (max-width:464px) {
    footer {
        height: 550px;
    }
}

@media screen and (max-width:364px) {
    footer {
        height: 530px;
    }

    .spacer {
        color: #fff;
        display: block;
        margin-top: 0;
        margin-left: 0
    }

    #logofooter {
        height: 4rem;
        width: 4rem;
        margin-left: 5px;
        margin-bottom: 20px;
        margin-top: -15px
    }

    .footers h4 {
        margin-top: 120px;
        font-size: medium
    }

    p {
        font-size: x-small
    }
} */


/* ==========================================
   PREMIUM FOOTER – GN STYLE
==========================================*/












.headi1,
.headi2 {
    color: #333;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

#wrapper,
.Abous,
.Abouts {
    margin-top: 50px
}

.Abous {
    width: 60%;
    height: 80%;
    /* border: 2px solid black; */

    position: relative;
    /* object-fit: cover; */
}

.Abouts {
    width: 35%;
    margin-left: 8.325rem;
    height: 30.25rem;

    position: absolute;
    transition: opacity 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border: 2px solid #ccc;
    object-fit: cover;
    /* border-radius: 90%; */
    /* height: 90%; */
    /* height: 200px;
    width: 300px;
    margin-top: 20rem; */


}


/* @keyframes slideAnimation {
    0%,
    100%,
    66.66% {
        opacity: 0
    }
    33.33% {
        opacity: 1
    }
} */

.Abouts:first-child {
    animation: 9s infinite slideAnimation
}

.Abouts:nth-child(2) {
    animation: 9s 3s infinite slideAnimation
}

.Abouts:nth-child(3) {
    animation: 9s 6s infinite slideAnimation
}

.abouttext {
    float: left;
    width: 40%;
    height: 31.25rem;
    margin-top: 3.5rem;
    margin-left: 1rem
}

.aboutfooter {
    margin-top: 44rem;
    height: 100%;
    width: 100%
}

@media screen and (max-width:1441px) {
    .Abouts {
        width: 35%;
        margin-left: -1.625rem;
        height: 20.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 31.25rem;
        margin-top: 2.5rem;
        margin-left: 1rem
    }

    .abouttext>h4 {
        font-size: 1rem
    }
}

@media screen and (max-width:1424px) {
    .Abouts {
        width: 35%;
        margin-left: -1.625rem;
        height: 20.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 31.25rem;
        margin-top: 2.5rem;
        margin-left: 1rem
    }

    .abouttext>h4 {
        font-size: 1rem
    }
}

@media screen and (max-width:1373px) {
    .Abouts {
        width: 35%;
        margin-left: -1.625rem;
        height: 20.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 31.25rem;
        margin-top: 2.5rem;
        margin-left: 1rem
    }

    .abouttext>h4 {
        font-size: 1rem
    }
}

@media screen and (max-width:1367px) {
    .Abouts {
        width: 35%;
        margin-left: -1.625rem;
        height: 20.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 31.25rem;
        margin-top: 2.5rem;
        margin-left: 1rem
    }

    .abouttext>h4 {
        font-size: 14px
    }
}

@media screen and (max-width:1174px) {
    .Abouts {
        width: 45%;
        margin-left: -1.625rem;
        height: 20.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 35.25rem;
        margin-top: 3.5rem;
        margin-left: 1rem
    }

    .abouttext>h3 {
        font-size: 18px
    }
}

@media screen and (max-width:1067px) {
    .Abouts {
        width: 45%;
        margin-left: -1.625rem;
        height: 20.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;

        margin-top: -1.5rem;
        margin-left: 1rem
    }

    .abouttext>h4 {
        font-size: 14px
    }
}

@media screen and (max-width:935px) {
    .Abouts {
        width: 45%;
        margin-left: -.625rem;
        height: 19.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 42.25rem;
        margin-top: 3.5rem;
        margin-left: 1rem
    }

    .abouttext>h3 {
        font-size: 17px
    }
}

@media screen and (max-width:891px) {
    .Abouts {
        width: 45%;
        margin-left: -.625rem;
        height: 19.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 42.25rem;
        margin-top: 3.5rem;
        margin-left: 1rem
    }

    .abouttext>h4 {
        font-size: 15px
    }
}

@media screen and (max-width:861px) {
    .Abouts {
        width: 55%;
        margin-left: -.625rem;
        height: 19.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 46.25rem;
        margin-top: 3.5rem;
        margin-left: 1rem
    }

    .abouttext>h3 {
        font-size: 16px
    }
}

@media screen and (max-width:734px) {
    .Abouts {
        width: 65%;
        margin-left: -.625rem;
        height: 19.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;
        height: 49.25rem;
        margin-top: 3.5rem;
        margin-left: 1rem
    }

    .abouttext>h3 {
        font-size: 15px
    }
}

@media screen and (max-width:678px) {
    .Abouts {

        margin-left: -.625rem;
        height: 16.25rem;
        margin-top: 50px;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        float: left;
        width: 40%;

        margin-top: -2.5rem;
        margin-left: 1rem
    }

    .abouttext>h3 {
        font-size: 15px;
        padding: 1px 2px
    }

}

@media screen and (max-width:592px) {
    .Abouts {
        width: 70%;
        margin-left: -5.625rem;
        height: 19.25rem;
        margin-top: 1rem;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        font-size: smaller;
        width: 70%;
        margin-left: 6rem;

        margin-top: 25.5rem
    }

}

@media screen and (max-width:480px) {
    .Abous {
        margin-left: 7rem
    }

    .Abouts {

        margin-left: -7.625rem;
        height: 16.25rem;
        margin-top: 1rem;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        font-size: 9px;
        width: 70%;
        margin-left: 6rem;

        margin-top: 25.5rem
    }

}

@media screen and (max-width:449px) {
    .Abous {
        margin-left: -2rem
    }

    .Abouts {
        width: 70%;
        margin-left: -5.625rem;
        height: 13.25rem;
        margin-top: 1rem;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        font-size: smaller;
        width: 75%;
        margin-left: 1rem;

        margin-top: 25.5rem
    }

}

@media screen and (max-width:389px) {
    .Abous {
        margin-left: -4rem
    }

    .Abouts {
        width: 80%;
        margin-left: -4.625rem;
        height: 12.25rem;
        margin-top: 1rem;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        font-size: smaller;
        width: 75%;
        margin-left: 1rem;

        margin-top: 25.5rem
    }

}

@media screen and (max-width:303px) {
    .Abous {
        margin-left: -4rem
    }

    .Abouts {
        width: 90%;
        margin-left: -4.625rem;
        height: 11.25rem;
        margin-top: 1rem;
        position: absolute;
        transition: opacity 1s;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        border: 2px solid #ccc;
        box-sizing: border-box
    }

    .abouttext {
        font-size: smaller;
        width: 75%;
        margin-left: 1rem;

        margin-top: 25.5rem
    }

}

.slidetechnical,
.slidetechnicallaptop {
    overflow: hidden;
    position: relative;
    width: 35%;
    float: right;
    height: 400px;
    margin-right: 30px
}

.slidetechnical {
    margin-top: -85rem
}

.slidetechnicallaptop {
    margin-top: -500px
}

.img2,
.img3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 25rem;
    border-radius: 50px;
    animation: 5s infinite slide
}

#laptop,
#mobile,
.mobile-container {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.img2 {
    animation-delay: 0s
}

.img3 {
    animation-delay: 2.5s
}

@keyframes slide {

    0%,
    100% {
        opacity: 0
    }

    25%,
    75% {
        opacity: 1
    }
}

.Technicaltext {
    font-size: 1rem;
    margin-top: 2px
}

#laptop,
#mobile {
    height: 600px;
    width: 500px;
    margin-left: 20px
}

h1 {
    font-size: 24px;
    margin-bottom: 30px
}

.box h3,
h2 {
    font-size: 20px
}

h2 {
    margin-top: 0
}

.reason {
    margin-bottom: 20px
}

h4 {
    font-size: 18px
}

p {
    font-size: 16px;
    color: #666;
    margin: 10px 20px;
    line-height: 1.5
}

#technicalform {
    margin-top: 210px;
    margin-bottom: 200px
}

.border-top {
    margin-bottom: -2223px
}

.headi2 {
    margin-top: 30px
}

.headi1 {
    margin-bottom: 30px
}

.mobile-container {
    height: 500px;
    width: 400px;
    margin-left: 50px
}

@media screen and (max-width:1244px) {

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 30%;
        float: right;
        height: 360px;
        margin-right: 50px
    }

    #laptop,
    #mobile {
        height: 600px;
        width: 400px;
        background-color: #f0f0f0;
        padding: 50px;
        border-radius: 10px;
        margin-left: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: 1rem;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    h4 {
        font-size: small
    }

    .slidetechnical {
        margin-top: -85rem
    }

    .slidetechnicallaptop {
        margin-top: -500px
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 23rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }
}

@media screen and (max-width:1074px) {

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 30%;
        float: right;
        height: 300px;
        margin-right: 60px
    }

    #laptop,
    #mobile {
        height: 600px;
        width: 400px;
        background-color: #f0f0f0;
        padding: 50px;
        border-radius: 10px;
        margin-left: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: 1rem;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    h4 {
        font-size: small
    }

    .slidetechnical {
        margin-top: -85rem;
        border: 2px solid #5faa62
    }

    .slidetechnicallaptop {
        margin-top: -500px;
        border: 2px solid #368027
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }
}

@media screen and (max-width:836px) {

    #laptop,
    #mobile {
        width: 300px;
        background-color: #f0f0f0;
        padding: 50px;
        border-radius: 10px;
        margin-left: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 30%;
        float: right;
        height: 300px;
        margin-right: 60px
    }

    #laptop {
        height: 560px
    }

    #mobile {
        height: 520px
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: small;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    h4 {
        font-size: smaller
    }

    .slidetechnical {
        margin-top: -85rem;
        border: 2px solid #5faa62
    }

    .slidetechnicallaptop {
        margin-top: -500px;
        border: 2px solid #368027
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }
}

@media screen and (max-width:730px) {

    #laptop,
    #mobile {
        height: 460px;
        width: 550px;
        background-color: #f0f0f0;
        padding: 50px;
        margin-left: 3rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        margin-top: 25rem
    }

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 80%;
        height: 300px
    }

    #laptop {
        border-radius: 10px;
        border: 2px solid #1c1a1a
    }

    #mobile,
    .img2,
    .img3,
    .slidetechnical {
        border-radius: 10px
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: small;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    h4 {
        font-size: medium
    }

    .slidetechnical {
        margin-top: -121rem;
        margin-right: 60px
    }

    .slidetechnicallaptop {
        border-radius: 10px;
        margin-top: -55rem;
        margin-left: 15rem
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }
}

@media screen and (max-width:655px) {

    #laptop,
    #mobile {
        height: 460px;
        width: 450px;
        background-color: #f0f0f0;
        padding: 50px;
        margin-left: 3rem;
        margin-top: 25rem
    }

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 70%;
        height: 300px
    }

    #laptop {
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border: 2px solid #1c1a1a
    }

    #mobile,
    .img2,
    .img3,
    .slidetechnical {
        border-radius: 10px
    }

    #mobile {
        box-shadow: 0 0 10px rgba(206, 0, 0, .1),
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: small;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    h4 {
        font-size: medium
    }

    .slidetechnical {
        margin-top: -121rem;
        margin-right: 60px
    }

    .slidetechnicallaptop {
        border-radius: 10px;
        margin-top: -55rem;
        margin-left: 15rem
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }
}

@media screen and (max-width:565px) {

    #laptop,
    #mobile {
        width: 350px;
        background-color: #f0f0f0;
        padding: 50px;
        margin-left: 2.2rem;
        margin-top: 25rem
    }

    #laptop {
        height: 530px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border: 2px solid #1c1a1a
    }

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 70%;
        border-radius: 7rem;
        height: 300px;
        margin-right: 6rem
    }

    #mobile {
        height: 460px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(206, 0, 0, .1),
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: smaller;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    .Tech,
    h4 {
        font-size: medium
    }

    .slidetechnical {
        margin-top: -127rem
    }

    .slidetechnicallaptop {
        margin-top: -61rem
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        border-radius: 10px;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }
}

@media screen and (max-width:470px) {

    #laptop,
    #mobile {
        height: 460px;
        width: 350px;
        background-color: #f0f0f0;
        padding: 50px;
        margin-left: 2.2rem;
        margin-top: 25rem
    }

    #laptop {
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border: 2px solid #1c1a1a
    }

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 70%;
        border-radius: 7rem;
        height: 300px;
        margin-right: 4rem
    }

    #mobile {
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(206, 0, 0, .1),
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: smaller;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    .Tech,
    h4 {
        font-size: medium
    }

    .slidetechnical {
        margin-top: -121rem
    }

    .slidetechnicallaptop {
        margin-top: -55rem
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        border-radius: 10px;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }
}

@media screen and (max-width:455px) {

    #laptop,
    #mobile {
        height: 480px;
        background-color: #f0f0f0;
        padding: 50px;
        border-radius: 10px;
        margin-left: 3.2rem
    }

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 70%;
        height: 300px;
        margin-right: 4rem
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: x-small;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    h4 {
        font-size: smaller
    }

    #mobile {
        width: 280px;
        box-shadow: 0 0 10px rgba(206, 0, 0, .1), ;
        margin-top: 25rem
    }

    .slidetechnical {
        margin-top: -130rem;
        border-radius: 7rem
    }

    #laptop {
        width: 250px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border: 2px solid #1c1a1a;
        margin-top: 30rem
    }

    .slidetechnicallaptop {
        border-radius: 7rem;
        margin-top: -60rem
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        border-radius: 10px;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }

    .Tech {
        font-size: medium
    }
}

@media screen and (max-width:410px) {

    #laptop,
    #mobile {
        height: 480px;
        width: 230px;
        background-color: #f0f0f0;
        padding: 50px;
        border-radius: 10px;
        margin-left: 1rem
    }

    .slidetechnical,
    .slidetechnicallaptop {
        overflow: hidden;
        position: relative;
        width: 70%;
        border-radius: 7rem;
        height: 300px;
        margin-right: 4rem
    }

    p {
        color: #666;
        margin: 10px 20px;
        font-size: x-small;
        max-width: 100%;
        white-space: normal
    }

    strong {
        color: #000
    }

    h4 {
        font-size: smaller
    }

    #mobile {
        box-shadow: 0 0 10px rgba(206, 0, 0, .1), ;
        margin-top: 25rem
    }

    .slidetechnical {
        margin-top: -130rem
    }

    #laptop {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        margin-top: 30rem
    }

    .slidetechnicallaptop {
        margin-top: -60rem
    }

    .img2,
    .img3 {
        width: 100%;
        position: absolute;
        border-radius: 10px;
        top: 0;
        left: 0;
        opacity: 0;
        height: 20rem;
        animation: 5s infinite slide
    }

    .img2 {
        animation-delay: 0s
    }

    .img3 {
        animation-delay: 2.5s
    }

    @keyframes slide {

        0%,
        100% {
            opacity: 0
        }

        25%,
        75% {
            opacity: 1
        }
    }

    .Tech {
        font-size: medium
    }
}

#wrapper,
.box,
.wrapper {
    position: relative
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 70vh
}

.box {
    width: 300px;
    height: 355px;
    background-color: #fff;
    border-radius: 25px;
    padding: 80px 20px 20px;
    margin: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .5s ease-in-out;
    color: #000
}

.box::after,
.box::before,
.full-img span,
.popup {
    position: absolute
}

.box:hover {
    transform: scale(1.02);
    color: #fff
}

.box::before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1
}

.box::after {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    color: #fff;
    background-color: #fbda61;
    background-image: linear-gradient(160deg, #57c586 0, #f97822 100%);
    z-index: -2;
    clip-path: circle(18% at 7% 5%);
    transition: .5s
}

.box:nth-child(2)::after {
    background-color: #0093e0;
    color: #fff;
    background-image: linear-gradient(160deg, #394867 0, #212a3e 100%)
}

.box:nth-child(3)::after {
    background-color: #08aeea;
    color: #fff;
    background-image: linear-gradient(160deg, #8294c4 0, #e76161 100%)
}

.box:hover::after {
    clip-path: circle(100%)
}

.box h3 {
    margin-top: -30px;
    padding: 10px 0 30px
}

.box p {
    font-size: 15px
}

.box button {
    width: 150px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border: none;
    outline: 0;
    font-size: 17px;
    border-radius: 50px;
    margin-top: 40px;
    text-transform: capitalize;
    cursor: pointer
}

.contact-bg h2,
.send-btn {
    text-transform: uppercase
}

.box button:hover {
    color: #111;
    background-color: #fff
}

.popup {
    display: none;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 9999;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    transform: translate(0, 0);
    overflow: auto
}

.popup h2 {
    margin-top: 0
}

.popup button {
    width: 3.5rem;
    height: 2rem;
    background-color: #efeff8;
    color: #000;
    border: none;
    cursor: pointer;
    margin-top: 10px
}

#wrapper {
    display: flex;
    justify-content: space-between
}

.imge-gallery {
    width: 80%;
    margin: 100px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px
}

.full-img,
.sliderSoft img.hidden {
    display: none
}

.imge-gallery img {
    width: 100%;
    cursor: pointer
}

.imge-gallery img:hover {
    transform: scale(.8) rotate(-15deg);
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(68, 77, 136, .2)
}

.full-img {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 100
}

.contact-bg,
.line,
.social-links {
    display: flex
}

#sofy,
.social-links {
    justify-content: center
}

.full-img img {
    width: 90%;
    max-width: 500px
}

.full-img span {
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

#sofy {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-size: 1.5rem
}

#Softskillform {
    margin-top: -9rem;
    margin-bottom: 8rem
}

.sliderSoft {
    width: 400px;
    height: 500px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
    margin-left: 120px
}

.sliderSoft img {
    width: 100%;
    height: 15rem
}

.textsoft {
    width: calc(100% - 200px);
    max-width: 400px;
    height: 300px;
    float: right;
    background: #fce0e0;
    color: wheat;
    padding: 10px;
    overflow: auto
}

@media screen and (max-width:940px) {
    .pdcontent {
        height: 50rem;
        width: 40rem;
        margin-top: 2rem;
        margin-left: 10%
    }

    .pdcontent>.textsoft {
        width: calc(100% - 200px);
        max-width: 400px;
        height: 300px;
        position: relative;
        background: #fce0e0;
        color: wheat;
        margin-top: 25rem;
        margin-right: 9rem;
        box-sizing: border-box;
        padding: 10px;
        overflow: auto
    }

    .pdcontent>.sliderSoft {
        width: 400px;
        height: 500px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-top: -40rem;
        margin-left: 100px;
        border-radius: 30rem
    }

    #Softskillform {
        margin-top: 3rem;
        margin-bottom: 8rem
    }
}

@media screen and (max-width:630px) {
    .pdcontent>.textsoft {
        box-sizing: border-box;
        width: calc(100% - 200px);
        max-width: 400px;
        height: 340px;
        position: relative;
        background: #fce0e0;
        color: wheat;
        margin-top: 25rem;
        margin-right: 14rem;
        box-sizing: border-box;
        padding: 10px;
        overflow: auto
    }

    .pdcontent {
        height: 50rem;
        width: 40rem;
        margin-top: 2rem;
        margin-left: 2%
    }

    .pdcontent>.sliderSoft {
        width: 350px;
        height: 500px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-top: -40rem;
        margin-left: 3rem;
        border-radius: 30rem
    }

    #Softskillform {
        margin-top: 3rem;
        margin-bottom: 8rem
    }
}

@media screen and (max-width:455px) {
    .pdcontent {
        height: 50rem;
        width: 40rem;
        margin-top: 2rem;
        margin-left: 2%
    }

    .pdcontent>.textsoft {
        width: calc(100% - 200px);
        max-width: 350px;
        height: 340px;
        position: relative;
        background: #fce0e0;
        color: wheat;
        margin-top: 25rem;
        margin-right: 17rem;
        box-sizing: border-box;
        padding: 10px;
        overflow: auto
    }

    .pdcontent>.sliderSoft {
        width: 350px;
        height: 500px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-top: -40rem;
        margin-left: 1rem;
        border-radius: 30rem
    }

    #Softskillform {
        margin-top: 3rem;
        margin-bottom: 8rem
    }
}

@media screen and (max-width:385px) {
    .pdcontent {
        height: 50rem;
        width: 40rem;
        margin-top: 2rem;
        margin-left: 2%
    }

    .pdcontent>.textsoft {
        width: calc(100% - 200px);
        max-width: 300px;
        height: 340px;
        position: relative;
        background: #fce0e0;
        color: wheat;
        margin-top: 25rem;
        margin-right: 21rem;
        box-sizing: border-box;
        padding: 10px;
        overflow: auto
    }

    .pdcontent>.sliderSoft {
        width: 300px;
        height: 500px;
        overflow: hidden;
        position: relative;
        float: left;
        margin-top: -40rem;
        margin-left: 0;
        border-radius: 30rem
    }

    #Softskillform {
        margin-top: 3rem;
        margin-bottom: 8rem
    }
}

.cam .info .btn,
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.contact-bg {
    height: 40vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #700c0c;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.contact-bg h3 {
    font-size: 1.3rem;
    font-weight: 400
}

.contact-bg h2 {
    font-size: 3rem;
    padding: .4rem 0;
    letter-spacing: 4px
}

.line div {
    margin: 0 .2rem
}

.line div:first-child,
.line div:nth-child(3) {
    height: 3px;
    width: 70px;
    background: #700c0c;
    border-radius: 5px
}

.line {
    align-items: center
}

.line div:nth-child(2) {
    width: 10px;
    height: 10px;
    background: #700c0c;
    border-radius: 50%
}

.text {
    font-weight: 300;
    opacity: .9
}

.contact-bg .text {
    margin: 1.6rem 0
}

.contact-body {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem
}

.contact-info {
    margin: 2rem 0;
    padding: 2rem 0
}

.contact-info div {
    margin: .8rem 0;
    padding: 1rem
}

.contact-info span .fas {
    font-size: 2rem;
    padding-bottom: .9rem;
    color: #700c0c
}

.contact-info div span:nth-child(2) {
    font-weight: 500;
    font-size: 1.1rem
}

.contact-info .text {
    padding-top: .4rem
}

.contact-form {
    padding: 2rem 0;
    border-top: 1px solid #c7c7c7
}

.contact-form form {
    padding-bottom: 1rem
}

.form-control {
    width: 94%;
    border: 1.5px solid #c7c7c7;
    border-radius: 5px;
    padding: .7rem;
    margin: .6rem 0;
    font-size: 1rem;
    outline: 0
}

.form-control:focus {
    box-shadow: 0 0 6px -3px #303030
}

.contact-form form div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: .6rem
}

.send-btn {
    background: #700c0c;
    color: #fff !important;
    transition: .4s
}

.send-btn:hover {
    opacity: .8
}

.cam .info,
.cam::before {
    opacity: 0;
    transition: .5s
}

.contact-form>div img {
    width: 85%
}

.contact-form>div {
    margin: 0 auto
}

.contact-footer {
    padding: 2rem 0;
    background: #000
}

.contact-footer h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem
}

.social-links a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .4rem;
    transition: .4s
}

#college-list li,
.Administration_text li,
.cam .info h1 {
    margin-bottom: 10px
}

.social-links a:hover {
    color: #700c0c;
    border-color: #700c0c
}

@media screen and (min-width:768px) {
    .contact-bg .text {
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }

    .contact-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:992px) {
    .contact-bg .text {
        width: 50%
    }

    .contact-form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center
    }
}

.cam img,
.cam::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#wrapper,
.cam,
.row_new {
    display: flex
}

@media screen and (min-width:1200px) {
    .contact-info {
        grid-template-columns: repeat(4, 1fr)
    }
}

#wrapper {
    justify-content: space-between
}

.modal-content {
    background-color: #000;
    color: #fff;
    border: 4px solid transparent;
    width: 400px;
    height: 400px;
    margin: 15% auto 0;
    animation: 2s infinite blink-border;
    padding: 20px
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

@keyframes modal-appear {
    from {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes blink-border {

    0%,
    100% {
        border-color: transparent
    }

    25% {
        border-color: #123b46
    }

    50% {
        border-color: #31306b
    }

    70% {
        border-color: #0ff
    }
}

.Softhead {
    justify-content: center
}

#wrapper {
    justify-content: space-between;
    width: 90%;
    margin-left: 50px
}

.cam {
    width: 280px;
    height: 260px;
    background: #fff;
    align-items: flex-end;
    padding: 2rem 1rem;
    position: relative;
    transition: .5s ease-in-out
}

.cam:hover {
    transform: translateY(-10px)
}

.cam::before {
    content: '';
    background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
    z-index: 2
}

.cam:hover::before {
    opacity: 1
}

.cam img {
    object-fit: cover
}

.cam .info {
    position: relative;
    color: #fff;
    z-index: 3;
    transform: translateY(30px)
}

.cam:hover .info {
    opacity: 1;
    transform: translateY(0)
}

.cam .info p {
    font-size: 15px;
    margin-bottom: 20px
}

.cam .info .btn {
    background: #fff;
    padding: .5rem 1rem;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 700;
    transition: .4s ease-in-out
}

.cam .info .btn:hover {
    background: #fc5185;
    color: #fff;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
}

@media screen and (max-width:1427px) {

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    #wrapper {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin-left: 70px;
        margin-top: 50px
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:1327px) {

    .box::after,
    .box::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0
    }

    .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        height: 70vh
    }

    .box {
        position: relative;
        width: 300px;
        height: 295px;
        background-color: #fff;
        border-radius: 25px;
        padding: 80px 20px 20px;
        margin: 20px;
        letter-spacing: 1px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        transition: .5s ease-in-out
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box:hover {
        transform: scale(1.02)
    }

    .box::before {
        z-index: -1
    }

    .box::after {
        background-color: #fbda61;
        background-image: linear-gradient(160deg, #57c586 0, #f97822 100%);
        z-index: -2;
        clip-path: circle(18% at 7% 5%);
        transition: .5s
    }
}

@media screen and (max-width:1223px) {

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 15rem;
        width: 30rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    .box {
        position: relative;
        height: 14rem;
        background-color: #fff;
        border-radius: 25px;
        padding: 80px 20px 20px;
        margin: -2rem 20px 20px;
        letter-spacing: 1px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        transition: .5s ease-in-out
    }

    #wrapper {
        justify-content: space-between;
        width: 90%;
        margin-left: 70px;
        margin-top: -18rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:1127px) {

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 15rem;
        width: 30rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    .box {
        position: relative;
        width: 13rem;
        height: 14rem;
        background-color: #fff;
        border-radius: 25px;
        padding: 80px 20px 20px;
        margin: -2rem 20px 20px;
        letter-spacing: 1px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        transition: .5s ease-in-out
    }

    #wrapper {
        justify-content: space-between;
        width: 90%;
        margin-left: 70px;
        margin-top: -18rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:1193px) {

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 15rem;
        width: 30rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    .box {
        position: relative;
        width: 16rem;
        height: 14rem;
        background-color: #fff;
        border-radius: 25px;
        padding: 80px 20px 20px;
        margin: -2rem 20px 20px;
        letter-spacing: 1px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        transition: .5s ease-in-out
    }

    #wrapper {
        justify-content: space-between;
        width: 90%;
        margin-left: 70px;
        margin-top: -18rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:1035px) {

    .box,
    .wrapper {
        position: relative
    }

    #boxes2,
    #boxes3,
    .wrapper>#boxes1 {
        margin-left: 5rem;
        width: 20rem
    }

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 15rem;
        width: 30rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0
    }

    .box {
        justify-self: center;
        height: 14rem;
        background-color: #fff;
        border-radius: 25px;
        padding: 80px 20px 20px;
        margin: -2rem 20px 20px;
        letter-spacing: 1px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        transition: .5s ease-in-out
    }

    .wrapper {
        height: 80rem
    }

    .wrapper>#boxes1 {
        position: absolute;
        margin-top: -50rem
    }

    #boxes2 {
        position: absolute;
        margin-top: 49rem
    }

    #boxes3 {
        position: absolute;
        margin-top: 1rem
    }

    #wrapper {
        justify-content: space-between;
        width: 90%;
        margin-left: 70px;
        margin-top: -18rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        width: 90%;
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        width: 90%;
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:931px) {

    #cam1,
    #cam2,
    #cam3 {
        margin-left: 14rem
    }

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        width: 25rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    #wrapper {
        justify-content: space-between;
        width: 80%;
        margin-left: 10px;
        margin-top: -2rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem;
        position: absolute
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-left: 10rem;
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:688px) {

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 10rem;
        width: 25rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    .wrapper {
        margin-top: 15rem
    }

    .wrapper>#boxes1 {
        margin-left: 2rem;
        margin-top: -80rem;
        position: absolute
    }

    .wrapper>#boxes2 {
        margin-left: 2rem;
        margin-top: -15rem;
        position: absolute
    }

    .wrapper>#boxes3 {
        margin-left: 2rem;
        margin-top: 50rem;
        position: absolute
    }

    #wrapper {
        justify-content: space-between;
        width: 80%;
        margin-left: 10px;
        margin-top: -2rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem;
        position: absolute
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:657px) {

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 8rem;
        width: 20rem
    }

    .wrapper {
        width: 90%;
        height: 110rem;
        margin-left: 2rem;
        margin-top: 3rem
    }

    .wrapper>.box {
        position: relative;
        width: 16rem;
        height: 19rem;
        background-color: #fff;
        border-radius: 25px;
        padding: 80px 20px 20px;
        margin: 3.701rem 20px 20px;
        letter-spacing: 1px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        transition: .5s ease-in-out
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    #wrapper {
        justify-content: space-between;
        width: 80%;
        margin-left: 10px;
        margin-top: -2rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem;
        position: absolute
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:451px) {

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 3rem;
        width: 20rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    .wrapper {
        width: 90%;
        height: 110rem;
        margin-left: 2rem;
        margin-top: 3rem
    }

    .wrapper>#boxes1 {
        margin-left: 2rem;
        margin-top: -80rem;
        position: absolute
    }

    .wrapper>#boxes2 {
        margin-left: 2rem;
        margin-top: -15rem;
        position: absolute
    }

    .wrapper>#boxes3 {
        margin-left: 2rem;
        margin-top: 50rem;
        position: absolute
    }

    #wrapper {
        justify-content: space-between;
        width: 80%;
        margin-left: 10px;
        margin-top: -2rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 4rem;
        position: absolute
    }

    #cam2 {
        margin-top: 24rem;
        position: absolute
    }

    #cam3 {
        margin-top: 44rem;
        position: absolute
    }

    #cam4 {
        margin-top: 65rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

@media screen and (max-width:328px) {

    #cam1,
    #cam2,
    #cam3,
    #cam4 {
        height: 250px;
        margin-left: 0;
        width: 20rem
    }

    .cam img,
    .cam::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%
    }

    .wrapper {
        width: 90%;
        height: 110rem;
        margin-left: 2rem;
        margin-top: 3rem
    }

    .wrapper>#boxes1 {
        margin-left: 2rem;
        margin-top: -80rem;
        position: absolute
    }

    .wrapper>#boxes2 {
        margin-left: 2rem;
        margin-top: -15rem;
        position: absolute
    }

    .wrapper>#boxes3 {
        margin-left: 2rem;
        margin-top: 50rem;
        position: absolute
    }

    #wrapper {
        justify-content: space-between;
        width: 80%;
        margin-left: 10px;
        margin-top: -2rem;
        height: 90rem
    }

    #cam1 {
        margin-top: 1rem;
        position: absolute
    }

    #cam2 {
        margin-top: 20rem;
        position: absolute
    }

    #cam3 {
        margin-top: 40rem;
        position: absolute
    }

    #cam4 {
        margin-top: 60rem;
        position: absolute
    }

    .box>.boxhead {
        font-size: larger;
        font-weight: 700;
        margin-top: -80px
    }

    .box>.boxp {
        font-size: small
    }

    .cam img {
        height: 80%;
        object-fit: cover;
        padding: 10px 0
    }

    .cam .info .btn:hover {
        background: #fc5185;
        color: #fff;
        box-shadow: 0 7px 10px rgba(0, 0, 0, .5)
    }

    .cam::before {
        content: '';
        height: 90%;
        background: linear-gradient(to bottom, rgba(13, 36, 63, .3), #0d243f);
        z-index: 2;
        opacity: 0;
        transition: .5s
    }

    .cam:hover::before {
        opacity: 1
    }
}

#office_adminHead {
    font-size: 2em;
    color: #333
}

#info_Admission {
    font-size: 1rem;
    color: #555
}

.Administration_text {
    margin-top: 20px
}

.container,
.container_new {
    max-width: 1200px;
    margin: 0 auto
}

.Administration_text h3 {
    font-size: 1.2em;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px
}

#college-list,
.Administration_text ul {
    list-style-type: none;
    padding: 0
}

.Administration_text li {
    color: #666
}

.Administration_text b {
    font-weight: 700;
    color: #444
}

@media only screen and (max-width:768px) {
    #office_adminHead {
        font-size: 1.5em
    }
}

@media only screen and (max-width:600px) {
    #office_adminHead {
        font-size: 1.2em
    }

    .Administration_text h3 {
        font-size: 1em
    }
}

.container {
    padding: 20px
}

.Administration_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px
}

.Administration_pic img {
    width: 19rem;
    height: 16rem;
    border-radius: 2rem;
    box-shadow: 5px 10px 18px #888
}

.arrow::before {
    content: "➔";
    margin-right: 5px
}

@media screen and (max-width:768px) {
    .Administration_pic img {
        width: 50%;
        height: auto
    }
}

#college {
    color: #494646;
    font-size: 24px;
    margin-bottom: 20px
}

#college-list li a {
    color: #b62121;
    text-decoration: none
}

#college-list li a:hover {
    text-decoration: underline
}

/* .wmh-top-strip {
    background-color: #720909;
    padding: 10px 0;
    height: 2rem;
    position: relative;
    align-items: center
} */

.container_new {
    width: 100%
}

.contact-forms,
.modal-contents {
    position: relative;
    max-width: 600px
}

.row_new {
    align-items: center;
    justify-content: space-between
}

.Recentbtn,
.buttons {
    display: inline-block;
    padding: 10px 20px;
    /* background-color: #ce2b2b; */
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none
}

a {
    text-decoration: none;
    color: #fff
}

.Recentbtn {
    float: left;
    margin-left: -20rem;
    margin-top: -2.55rem;
    position: relative
}

.Recentbtn:hover,
.buttons:hover {
    /* background-color: #9c1f1f */
}

.buttons {
    margin-top: -4px
}

.blink {
    animation: 1s infinite blink
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@media screen and (max-width:848px) {

    .Recentbtn,
    .buttons {
        display: inline-block;
        padding: 10px 20px;
        /* background-color: #ce2b2b; */
        border-radius: 5px;
        text-align: center
    }

    .Recentbtn,
    .buttons,
    a {
        color: #fff;
        text-decoration: none;
        font-size: small
    }

    .Recentbtn,
    .buttons,
    a,
    a:hover {
        font-size: small
    }

    .Recentbtn {
        float: left;
        margin-left: -10rem;
        margin-top: -2.2rem;
        position: relative
    }

    .Recentbtn:hover,
    .buttons:hover {
        /* background-color: #9c1f1f */
    }

    .blink {
        animation: 2s infinite blink
    }

    a:hover {
        color: #f9f2f2
    }
}

@media screen and (max-width:616px) {
    /* .wmh-top-strip {
        background-color: #720909;
        padding: 10px 0;
        height: 2.4rem;
        position: relative;
        align-items: center
    } */

    .Recentbtn,
    .buttons {
        display: inline-block;
        padding: 10px 20px;
        /* background-color: #ce2b2b; */
        color: #fff;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        font-size: small;
        width: 55px;
        height: 26px
    }

    a {
        text-decoration: none;
        color: #fff;
        font-size: small
    }

    .Recentbtn {
        float: left;
        margin-left: -9rem;
        margin-top: -2.911rem;
        position: relative
    }

    .Recentbtn:hover,
    .buttons:hover {
        /* background-color: #9c1f1f */
    }

    .blink {
        animation: 2s infinite blink
    }

    a:hover {
        color: #f9f2f2;
        font-size: small
    }
}

@media screen and (max-width:532px) {
    /* .wmh-top-strip {
        background-color: #720909;
        padding: 10px 0;
        height: 2.4rem;
        position: relative;
        align-items: center
    } */

    .Recentbtn,
    .buttons {
        display: inline-block;
        padding: 10px 20px;
        /* background-color: #ce2b2b; */
        color: #fff;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        font-size: small;
        width: 55px;
        height: 26px
    }

    .Recentbtn {
        float: left;
        margin-left: -7rem;
        margin-top: -2.911rem;
        position: relative
    }

    .Recentbtn:hover,
    .buttons:hover {
        /* background-color: #9c1f1f */
    }

    .blink {
        animation: 2s infinite blink
    }

    a:hover {
        color: #f9f2f2;
        font-size: small
    }
}

.contact-forms {
    margin: 5rem auto 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9
}

.form-controls {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.form-controls:focus {
    position: relative;
    outline: 0;
    border-color: #720909
}

.send-btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #ce2b2b;
    font-size: 16px;
    cursor: pointer
}

.send-btn:hover {
    background-color: #0b0c0c
}

img {
    width: 150px;
    height: 200px
}

.modal-contents {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

@media screen and (max-width:501px) {

    #slash,
    .closes {
        display: none
    }

    /* .wmh-top-strip {
        background-color: #720909;
        padding: 10px 0;
        height: 2.7rem;
        position: relative;
        align-items: center
    } */

    #spanmail {
        display: block;
        width: 28px;
        height: 0
    }

    #spanmail2 {
        margin-left: 20px
    }

    .contact-forms {
        max-width: 300px;
        height: 500px;
        margin: 5rem auto 0;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9
    }
}

@media screen and (max-width :387px) {
    /* .wmh-top-strip {
        background-color: #720909;
        padding: 10px 0;
        height: 2rem;
        position: relative;
        align-items: center
    } */

    #slash,
    .closes {
        display: none
    }

    #spanmail {
        display: block;
        width: 28px;
        height: 0
    }

    #spanmail2 {
        margin-left: 20px;

    }

    .buttons {

        margin-top: -1.111rem;
    }

    .contact-forms {
        max-width: 300px;
        height: 500px;
        margin: 5rem auto 0;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9
    }

    .Recentbtn,
    .buttons {
        display: inline-block;
        padding: 10px 20px;
        /* background-color: #ce2b2b; */
        color: #fff;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        font-size: small;
        width: 40px;
        height: 26px
    }

    .Recentbtn {
        float: left;
        margin-left: -5.1rem;
        margin-top: -2.911rem;
        position: relative
    }

    .Recentbtn:hover,
    .buttons:hover {
        /* background-color: #9c1f1f */
    }

    .blink {
        animation: 2s infinite blink
    }

    a:hover {
        color: #f9f2f2;
        font-size: small
    }
}

@media screen and (max-width :341px) {

    #slash,
    .closes {
        display: none
    }

    #spanmail {
        display: block;
        width: 28px;
        height: 0
    }

    #spanmail2 {
        margin-left: 20px
    }

    .contact-forms {
        max-width: 300px;
        height: 500px;
        margin: 5rem auto 0;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9
    }

    .Recentbtn,
    .buttons {
        display: inline-block;
        padding: 10px 20px;
        /* background-color: #ce2b2b; */
        color: #fff;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        font-size: small;
        width: 30px;
        height: 26px
    }

    .Recentbtn {
        float: left;
        margin-left: -4.5rem;
        margin-top: -2.911rem;
        position: relative
    }

    .Recentbtn:hover,
    .buttons:hover {
        /* background-color: #9c1f1f */
    }

    .blink {
        animation: 2s infinite blink
    }

    a:hover {
        color: #f9f2f2;
        font-size: small
    }
}

@media screen and (max-width:334px) {
    #spanmail {
        display: block;
        width: 28px;
        height: 0
    }

    #spanmail2 {
        margin-left: 20px
    }

    .contact-forms {
        max-width: 250px;
        height: 500px;
        margin: 5rem auto 0;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9
    }

    .closes,
    .closes:hover {
        display: none
    }
}

@media screen and (max-width:319px) {
    #spanmail {
        display: block;
        width: 28px;
        height: 0
    }

    #spanmail2 {
        margin-left: 20px;
    }

    .contact-forms {
        max-width: 230px;
        height: 500px;
        margin: 5rem auto 0;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9
    }

    .closes,
    .closes:hover {
        display: none;
    }

    .closes {
        position: relative;
        margin-right: -35rem;
        right: 10px;
        font-size: 3rem;
        margin-top: 3rem;
        cursor: pointer
    }

    .closes:hover {
        color: #720909;
    }
}





/* -------------css Navbar........ */


/* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
    
        body {
            font-family: Arial, sans-serif;
            color: #333;
            overflow-x: hidden;
        } */

#main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

#left-section {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

#left-section img {
    width: 80px;
    height: auto;
    margin-right: 15px;
    object-fit: contain;
}

#info-text {
    max-width: 450px;
    min-width: 0;
}

#Main-Headingsss {
    margin: 5px 0;
    font-size: 1.2rem;
    color: #d82a2a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#info-text h2,
#info-text h4,
#info-text p {
    margin: 3px 0;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#top-nav {
    list-style: none;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

#top-nav li {
    display: inline;
}

#top-nav a {
    text-decoration: none;
    color: #333;
    font-size: 0.8rem;
    transition: color 0.3s;
}

#top-nav a:hover {
    color: #d82a2a;
}

#main-nav {
    list-style: none;
    display: flex;
    gap: 15px;
}

#main-nav li {
    position: relative;
}

#main-nav a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    padding: 8px 10px;
    display: block;
    transition: color 0.3s;
    white-space: nowrap;
}

#main-nav a:hover {
    color: #d82a2a;
}

#dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background: white;
    border-radius: 5px;
    border-top: 3px solid #d82a2a;
}

.contact-dropdown {
    width: 300px;
}

.corporate-dropdown {
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
}

#main-nav li:hover #dropdown-menu {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, 10px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

#dropdown-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.corporate-dropdown #dropdown-category {
    display: block;
}

#dropdown-header {
    font-weight: bold;
    color: #d82a2a;
    padding: 5px 10px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    font-size: 0.9rem;
}

#dropdown-category ul {
    list-style: none;
    padding-left: 0;
}

#dropdown-category li {
    margin-bottom: 5px;
}

#dropdown-category a {
    display: flex;
    align-items: center;
    color: #555;
    text-decoration: none;
    padding: 8px;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 0.85rem;
}

#dropdown-category a:hover {
    background-color: #f8f8f8;
    color: #d82a2a;
    padding-left: 12px;
}

#contact-info {
    padding: 10px;
}

#contact-info p {
    margin: 8px 0;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
}

#contact-info i {
    margin-right: 10px;
    color: #d82a2a;
}

#toggle-btn {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
    transition: transform 0.3s;
    padding: 5px;
    margin-left: 15px;
}

#toggle-btn:hover {
    color: #d82a2a;
    transform: scale(1.1);
}

#mobile-nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 280px;
    background-color: #fff;
    padding: 20px;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    overflow-y: auto;
}

#mobile-nav.active {
    transform: translateX(0);
    display: flex;
}

#mobile-nav #close-btn {
    font-size: 1.5rem;
    margin-bottom: 20px;
    cursor: pointer;
    align-self: flex-end;
    background: none;
    border: none;
    color: #333;
    transition: color 0.3s;
    padding: 5px;
}

#mobile-nav #close-btn:hover {
    color: #d82a2a;
}

#mobile-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0;
}

#mobile-nav>ul>li {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    position: relative;
}

#mobile-nav ul li a {
    font-size: 1rem;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    transition: color 0.3s;
}

#mobile-nav ul li a:hover {
    color: #d82a2a;
}

#mobile-dropdown {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 15px;
    width: 100%;
    left: 0;
}

#mobile-dropdown.active {
    max-height: 1000px;
    display: block;
}

#mobile-dropdown li {
    padding: 10px 0;
}

#mobile-dropdown a {
    font-size: 0.9rem;
    color: #666;
}

#mobile-dropdown a:hover {
    color: #d82a2a;
}

#has-dropdown {
    display: flex;
    flex-direction: column;
}

#dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    color: #333;
}

#dropdown-toggle::after {
    content: "+";
    font-size: 1.2rem;
    transition: transform 0.3s;
}

#dropdown-toggle.active::after {
    content: "-";
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    display: none;
}

#overlay.active {
    display: block;
}

#marquee {
    background-color: #720909;
    color: #333;
    padding: 8px 0;
    font-size: 0.8rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1024px) {
    #dropdown-menu {
        width: 500px;
    }
}

@media screen and (max-width: 900px) {

    #top-nav,
    #main-nav {
        display: none;
    }

    #toggle-btn {
        display: block;
    }

    #dropdown-category {
        grid-template-columns: 1fr;
    }

    #left-section img {
        width: 60px;
    }

    #Main-Headingsss {
        font-size: 1rem;
    }

    #info-text h2,
    #info-text h4,
    #info-text p {
        font-size: 0.65rem;
    }
}

@media screen and (max-width: 600px) {
    #info-text {
        min-width: 200px;
        overflow: visible;
    }

    #Main-Headingsss,
    #info-text h2,
    #info-text h4,
    #info-text p {
        white-space: normal;
        text-overflow: clip;
        overflow: visible;
    }

    #Main-Headingsss {
        font-size: 0.9rem;
        line-height: 1.2;
    }

    #info-text h2,
    #info-text h4,
    #info-text p {
        font-size: 0.6rem;
        line-height: 1.3;
    }
}

@media screen and (max-width: 480px) {
    #left-section img {
        width: 50px;
    }

    #Main-Headingsss {
        font-size: 0.9rem;
    }

    #info-text h2,
    #info-text h4,
    #info-text p {
        font-size: 0.6rem;
    }

    #mobile-nav {
        width: 250px;
    }
}

@media screen and (max-width: 360px) {
    #left-section img {
        width: 40px;
    }

    #Main-Headingsss {
        font-size: 0.8rem;
    }

    #info-text {
        min-width: 180px;
    }

    #info-text h2,
    #info-text h4,
    #info-text p {
        font-size: 0.55rem;
    }

    #toggle-btn {
        font-size: 1.3rem;
    }
}








/* Modern Contact Bar - Single Row */

       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
    
        body {
            font-family: Arial, sans-serif;
            color: #333;
            overflow-x: hidden;
            min-width: 320px;
        }
    
        /* Modern Contact Bar */
        .contact-bar-Pune {
            width: 100%;
            background: linear-gradient(90deg, #d82a2a, #c02525);
            color: white;
            display: flex;
            align-items: center;
            padding: 8px 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow: hidden;
            white-space: nowrap;
        }
    
        .contact-lefts {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }
    
        .contact-items {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 14px;
        }
    
        .contact-bar-Pune a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }
    
        .contact-bar-Pune a:hover {
            color: #ffeb3b;
            text-decoration: underline;
        }
    
        .separator {
            opacity: 0.5;
        }
    
        .marquee-containers {
            flex-grow: 1;
            overflow: hidden;
            margin-left: 15px;
        }
    
        .marquee-texts {
            display: inline-block;
            white-space: nowrap;
            animation: marquee 35s linear infinite;
            padding-left: 100%;
        }
    
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
    
            100% {
                transform: translateX(-100%);
            }
        }
    
        /* Header Styles - IMPROVED RESPONSIVE LAYOUT */
        #main-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 100;
            min-width: 320px;
            flex-wrap: nowrap;
            gap: 15px;
        }
    
        #left-section {
            display: flex;
            align-items: center;
            flex: 0 1 auto;
            min-width: 0;
            max-width: 60%;
        }
    
        #left-section img {
            width: 80px;
            height: auto;
            margin-right: 15px;
            object-fit: contain;
            flex-shrink: 0;
        }
    
        #info-text {
            min-width: 0;
            flex: 1;
            overflow: hidden;
        }
    
        #Main-Headingsss {
            margin: 0 0 3px 0;
            font-size: 1.6rem;
            color: #d82a2a;
            line-height: 1.2;
            white-space: normal;
            overflow: visible;
            text-overflow: clip;
            min-width: 0;
            font-weight: bold;
        }
    
        #info-text h2 {
            margin: 2px 0;
            font-size: 0.75rem;
            line-height: 1.3;
            white-space: normal;
            overflow: visible;
            text-overflow: clip;
            color: #333;
        }
    
        #info-text h4 {
            margin: 2px 0;
            font-size: 0.7rem;
            color: #990000;
            font-weight: bold;
        }
    
        #info-text p {
            margin: 2px 0;
            font-size: 0.7rem;
            color: #666;
        }
    
        /* Right Section - COMPACT DESIGN */
        .header-right {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            flex-shrink: 0;
            gap: 8px;
            min-width: 0;
            max-width: 40%;
        }
    
        #top-nav {
            list-style: none;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: flex-end;
            margin: 0;
            padding: 0;
            max-width: 100%;
        }
    
        #top-nav li {
            display: inline;
        }
    
        #top-nav a {
            text-decoration: none;
            color: #333;
            font-size: 0.8rem;
            transition: color 0.3s;
            white-space: nowrap;
            padding: 2px 5px;
            display: inline-block;
            background-color: #f5f5f5;
            border-radius: 3px;
        }
    
        #top-nav a:hover {
            color: #d82a2a;
            background-color: #e9e9e9;
        }
    
        #main-nav {
            list-style: none;
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            justify-content: flex-end;
            margin: 0;
            padding: 0;
            max-width: 100%;
        }
    
        #main-nav li {
            position: relative;
        }
    
        #main-nav a {
            text-decoration: none;
            color: #333;
            font-size: 0.85rem;
            padding: 5px 8px;
            display: block;
            transition: all 0.3s;
            white-space: nowrap;
            border-radius: 3px;
            font-weight: 500;
        }
    
        #main-nav a:hover {
            color: #d82a2a;
            background-color: #f5f5f5;
        }
    
        /* Dropdown Menus */
        #dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: min(600px, 90vw);
            padding: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            background: white;
            border-radius: 5px;
            border-top: 3px solid #d82a2a;
        }
    
        .contact-dropdown {
            width: min(300px, 80vw);
        }
    
        .corporate-dropdown {
            width: min(250px, 70vw);
        }
    
        #main-nav li:hover #dropdown-menu {
            display: block;
            animation: fadeIn 0.3s ease-in-out;
        }
    
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translate(-50%, 10px);
            }
    
            to {
                opacity: 1;
                transform: translate(-50%, 0);
            }
        }
    
        #dropdown-category {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 15px;
        }
    
        .corporate-dropdown #dropdown-category {
            display: block;
        }
    
        #dropdown-header {
            font-weight: bold;
            color: #d82a2a;
            padding: 5px 0;
            margin-top: 10px;
            border-bottom: 1px solid #eee;
            padding-bottom: 8px;
            font-size: 0.9rem;
        }
    
        #dropdown-category ul {
            list-style: none;
            padding-left: 0;
        }
    
        #dropdown-category li {
            margin-bottom: 4px;
        }
    
        #dropdown-category a {
            display: flex;
            align-items: center;
            color: #555;
            text-decoration: none;
            padding: 6px;
            transition: all 0.3s;
            border-radius: 3px;
            font-size: 0.8rem;
        }
    
        #dropdown-category a:hover {
            background-color: #f8f8f8;
            color: #d82a2a;
            padding-left: 10px;
        }
    
        /* Mobile Menu Button */
        #toggle-btn {
            display: none;
            font-size: 1.5rem;
            cursor: pointer;
            background: none;
            border: none;
            color: #333;
            transition: transform 0.3s;
            padding: 5px 10px;
            margin-left: 10px;
            flex-shrink: 0;
            background-color: #f5f5f5;
            border-radius: 3px;
        }
    
        #toggle-btn:hover {
            color: #d82a2a;
            background-color: #e9e9e9;
            transform: scale(1.05);
        }
    
        /* Mobile Navigation */
        #mobile-nav {
            display: none;
            flex-direction: column;
            position: fixed;
            top: 0;
            right: 0;
            height: 100vh;
            width: min(300px, 85vw);
            background-color: #fff;
            padding: 20px;
            box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
            z-index: 2000;
            transform: translateX(100%);
            transition: transform 0.3s ease-out;
            overflow-y: auto;
        }
    
        #mobile-nav.active {
            transform: translateX(0);
            display: flex;
        }
    
        #mobile-nav #close-btn {
            font-size: 1.5rem;
            margin-bottom: 20px;
            cursor: pointer;
            align-self: flex-end;
            background: none;
            border: none;
            color: #333;
            transition: color 0.3s;
            padding: 5px;
        }
    
        #mobile-nav #close-btn:hover {
            color: #d82a2a;
        }
    
        #mobile-nav ul {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 5px;
            width: 100%;
            padding: 0;
        }
    
        #mobile-nav>ul>li {
            border-bottom: 1px solid #eee;
            padding: 10px 0;
            position: relative;
        }
    
        #mobile-nav ul li a {
            font-size: 1rem;
            color: #333;
            text-decoration: none;
            display: block;
            padding: 8px 0;
            transition: color 0.3s;
            font-weight: 500;
        }
    
        #mobile-nav ul li a:hover {
            color: #d82a2a;
        }
    
        .mobile-dropdown {
            position: relative;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            padding-left: 15px;
            width: 100%;
            left: 0;
        }
    
        .mobile-dropdown.active {
            max-height: 1000px;
            display: block;
        }
    
        .mobile-dropdown li {
            padding: 6px 0;
        }
    
        .mobile-dropdown a {
            font-size: 0.9rem;
            color: #666;
            padding: 5px 0;
        }
    
        .mobile-dropdown a:hover {
            color: #d82a2a;
        }
    
        .has-dropdown {
            display: flex;
            flex-direction: column;
        }
    
        .dropdown-toggle {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            cursor: pointer;
            padding: 8px 0;
            background: none;
            border: none;
            text-align: left;
            font-size: 1rem;
            color: #333;
            font-weight: 500;
        }
    
        .dropdown-toggle::after {
            content: "+";
            font-size: 1.2rem;
            transition: transform 0.3s;
            margin-left: 10px;
        }
    
        .dropdown-toggle.active::after {
            content: "-";
        }
    
        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1500;
            display: none;
        }
    
        #overlay.active {
            display: block;
        }
    
        #marquee {
            background-color: #f8f8f8;
            color: #333;
            padding: 8px 0;
            font-size: 0.8rem;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }
    
        /* Responsive Design - IMPROVED */
        @media screen and (max-width: 1100px) {
            #main-header {
                gap: 10px;
                padding: 10px 15px;
            }
    
            #left-section img {
                width: 70px;
                margin-right: 12px;
            }
    
            #Main-Headingsss {
                font-size: 1.4rem;
            }
        }
    
        @media screen and (max-width: 900px) {
    
            #top-nav,
            #main-nav {
                display: none;
            }
    
            #toggle-btn {
                display: block;
            }
    
            #left-section {
                flex: 1;
                max-width: 80%;
            }
    
            .header-right {
                max-width: 20%;
            }
        }
    
        @media screen and (max-width: 768px) {
            .contact-bar-Pune {
                flex-direction: column;
                gap: 5px;
                padding: 8px 10px;
                text-align: center;
            }
    
            .marquee-containers {
                margin-left: 0;
                width: 100%;
            }
    
            #main-header {
                padding: 8px 12px;
            }
    
            #left-section img {
                width: 65px;
                margin-right: 10px;
            }
    
            #Main-Headingsss {
                font-size: 1.3rem;
            }
    
            #info-text h2,
            #info-text h4,
            #info-text p {
                font-size: 0.65rem;
            }
        }
    
        @media screen and (max-width: 600px) {
            #left-section {
                max-width: 75%;
            }
    
            #Main-Headingsss {
                font-size: 1.2rem;
                line-height: 1.1;
            }
    
            #info-text h2 {
                font-size: 0.6rem;
                line-height: 1.2;
            }
    
            #left-section img {
                width: 55px;
                margin-right: 8px;
            }
        }
    
        @media screen and (max-width: 480px) {
            #left-section img {
                width: 50px;
            }
    
            #Main-Headingsss {
                font-size: 1.1rem;
            }
    
            #info-text h2 {
                font-size: 0.55rem;
            }
    
            #mobile-nav {
                width: min(280px, 80vw);
                padding: 15px;
            }
    
            .contact-items {
                font-size: 12px;
            }
    
            .marquee-texts {
                font-size: 12px;
            }
        }
    
        @media screen and (max-width: 400px) {
            #left-section {
                max-width: 70%;
            }
    
            #Main-Headingsss {
                font-size: 1rem;
            }
    
            #info-text h2 {
                font-size: 0.5rem;
            }
    
            #left-section img {
                width: 45px;
                margin-right: 6px;
            }
        }
    
        @media screen and (max-width: 360px) {
            #main-header {
                padding: 6px 8px;
            }
    
            #left-section img {
                width: 40px;
            }
    
            #Main-Headingsss {
                font-size: 0.95rem;
            }
    
            #info-text h2,
            #info-text h4,
            #info-text p {
                font-size: 0.45rem;
            }
        }
    
        /* Mobile menu specific styles for left section content */
        @media screen and (max-width: 900px) {
    
            /* When mobile menu is active, increase left section font sizes */
            body.mobile-menu-active #left-section {
                max-width: 85%;
            }
    
            body.mobile-menu-active #Main-Headingsss {
                font-size: 1.4rem !important;
            }
    
            body.mobile-menu-active #info-text h2 {
                font-size: 0.7rem !important;
            }
        }
    
        /* Mobile menu open state */
        .mobile-menu-open #left-section {
            max-width: 85%;
        }
    
        .mobile-menu-open #Main-Headingsss {
            font-size: 1.4rem !important;
        }
    
        .mobile-menu-open #info-text h2 {
            font-size: 0.7rem !important;
        }
    
        






<style>* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* ==========================================
           PREMIUM FOOTER – GN STYLE
        ==========================================*/

#GN-footer-container {
    background: #700c0c;
    color: white;
    padding: 40px 15px 20px;
    width: 100%;
    height: auto;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: visible !important;
    bottom: -20px;
}

#GN-footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    align-items: start;
}

/* LOGO */
#GN-footer-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 120px;
    padding: 10px 0;
}

#GN-footer-logo {
    width: 150px;
    height: auto;
    max-width: 100%;
    transition: 0.3s ease;
    object-fit: contain;
}

#GN-footer-logo:hover {
    transform: scale(1.05);
}

/* COLUMN */
.GN-footer-column {
    text-align: left;
    padding: 0 10px;
    width: 100%;
    overflow: visible;
}

.GN-footer-title {
    font-size: 1.3rem;
    color: white;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
}

.GN-footer-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #ffcaca;
    position: absolute;
    left: 0;
    bottom: -6px;
}

/* LINKS */
.GN-footer-links {
    list-style: none;
    padding: 0;
    width: 100%;
}

.GN-footer-links li {
    margin: 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.GN-footer-links a {
    color: #f3dede;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s;
    display: block;
    width: 100%;
    padding: 2px 0;
}

.GN-footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* CONTACT */
#GN-footer-contact {
    overflow: visible;
}

#GN-footer-contact p {
    margin: 10px 0;
    font-size: 0.97rem;
    line-height: 1.5;
    color: rgb(234, 228, 217);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#GN-footer-contact i {
    margin-right: 8px;
    color: #ffcaca;
    min-width: 20px;
}

#GN-footer-contact a {
    color: rgb(234, 228, 217);
    text-decoration: none;
    transition: 0.3s;
}

#GN-footer-contact a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* SOCIAL ICONS */
#GN-footer-social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

#GN-footer-social a {
    font-size: 1.5rem;
    color: #fff;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

#GN-footer-social a:hover {
    color: #ffcaca;
    transform: translateY(-4px);
}

/* DIVIDER */
#GN-footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin: 25px auto;
    width: 90%;
    max-width: 1200px;
}

/* BOTTOM TEXT */
#GN-footer-bottom {
    text-align: center;
    padding: 0 10px;
    width: 100%;
}

#GN-footer-bottom p {
    margin: 8px 0;
    font-size: 0.9rem;
    color: rgba(220, 190, 166, 0.589);
    line-height: 1.4;
}

#GN-footer-bottom b {
    color: #ffcaca;
}

/* ==========================================
           RESPONSIVE DESIGN - FIXED FOR MOBILE
        ==========================================*/

@media (max-width: 1200px) {
    #GN-footer-inner {
        gap: 25px;
    }
}

@media (max-width: 992px) {
    #GN-footer-container {
        padding: 35px 15px 20px;
    }

    #GN-footer-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    #GN-footer-logo-box {
        grid-column: 1 / -1;
        text-align: center;
        min-height: 100px;
        margin-bottom: 10px;
    }

    #GN-footer-logo {
        width: 140px;
    }

    .GN-footer-column {
        padding: 0 5px;
    }
}

@media (max-width: 768px) {
    #GN-footer-container {
        padding: 25px 10px 15px;
        background: #700c0c;
    }

    #GN-footer-inner {
        gap: 25px 15px;
    }

    .GN-footer-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }

    .GN-footer-links li {
        margin: 8px 0;
    }

    .GN-footer-links a {
        font-size: 0.95rem;
    }

    #GN-footer-contact p {
        font-size: 0.9rem;
        margin: 8px 0;
    }

    #GN-footer-social a {
        font-size: 1.4rem;
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 576px) {
    #GN-footer-inner {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .GN-footer-column {
        text-align: center;
        padding: 0 5px;
    }

    .GN-footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    #GN-footer-logo {
        width: 130px;
    }

    .GN-footer-links li {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    #GN-footer-contact p {
        text-align: center;
        padding: 0 5px;
    }

    #GN-footer-social {
        justify-content: center;
    }

    #GN-footer-divider {
        margin: 20px auto;
        width: 95%;
    }

    #GN-footer-bottom p {
        font-size: 0.85rem;
        padding: 0 5px;
    }
}

@media (max-width: 400px) {
    #GN-footer-container {
        padding: 25px 10px 15px;
    }

    #GN-footer-logo {
        width: 120px;
    }

    .GN-footer-title {
        font-size: 1.1rem;
    }

    .GN-footer-links a {
        font-size: 0.9rem;
    }

    #GN-footer-contact p {
        font-size: 0.85rem;
    }

    #GN-footer-social a {
        font-size: 1.3rem;
        width: 32px;
        height: 32px;
    }

    #GN-footer-bottom p {
        font-size: 0.8rem;
    }
}

/* Fix for very small screens */
@media (max-width: 320px) {
    #GN-footer-inner {
        gap: 20px;
    }

    #GN-footer-logo {
        width: 110px;
    }

    .GN-footer-column {
        padding: 0;
    }

    .GN-footer-links a {
        font-size: 0.85rem;
    }

    #GN-footer-contact p {
        font-size: 0.8rem;
    }
}

/* Prevent horizontal scroll */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

#GN-footer-container * {
    max-width: 100%;
}

</style>
