@font-face {
    src: url(../../fonts/font/Tajawal-Regular.ttf) format("woff");
    font-family: "fnormal";
    font-weight: 300;
    font-display: swap
}

@font-face {
    src: url(../../fonts/font/Tajawal-Black.ttf) format("woff");
    font-family: "fblack";
    font-weight: 900;
    font-display: swap
}

@font-face {
    src: url(../../fonts/font/Tajawal-Bold.ttf) format("woff");
    font-family: "fbold";
    font-weight: 700;
    font-display: swap
}

@font-face {
    src: url(../../fonts/font/Tajawal-Medium.ttf) format("woff");
    font-family: "fmedium";
    font-weight: 500;
    font-display: swap
}


:root {
    --primary-color: #0d1b3f;
    --secondary-color: #1e3a8a;
    --accent-color: #3b82f6;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --light-bg: #f8fafc;
    --card-shadow: 0 10px 30px rgba(0,0,0,0.1);
    --hover-shadow: 0 20px 40px rgba(0,0,0,0.15);
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --border-radius: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


/* general styling */
*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding: 0 !important;
}

body {
    font-family: "fnormal";
    line-height: 2;
    overflow-x: hidden;
}

p {
    font-family: "fnormal";
}

a {
    text-decoration: none;
}



nav.breadcrumbWebSite {
    background: #e9ecef;
    padding: 0 16px;
    border-radius: 9px;
}
nav.breadcrumbWebSite .breadcrumb-item   a {
    font-size: 18px;
    color: #213462;
}

.meanmenu-reveal p {
    width: 28px;
    height: 28px;
     background-position: center;
    background-size: cover;
    margin: 0;

}

.meanmenu-reveal {
    transition: all ease 0.2s;
}


.slider-link-hover {
    stroke: #000000;
}

.slider-button:hover .slider-link-hover {
    stroke: #fcfcfc
}

.techno_nav_manu {
    background: #1D3461;
    z-index: 444;
    position: relative;
    /*margin-bottom: -91px;*/
    border-bottom: 1px solid #807e94;
}

.up.techno_nav_manu {
    background: #1B192F;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
}

.upper1.techno_nav_manu {
    background: transparent;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
    padding: 0 0 0 42px;
}

.logo2 img {
    width: 45%;
}

.techno_menu ul {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.techno_menu>ul>li {
    display: inline-block;
    position: relative;
}

.techno_menu>ul>li>a {
    display: block;
    margin: 15px 5px;
    -webkit-transition: .5s;
    position: relative;
    color: #fff;
    font-size: 15px;
    background: linear-gradient(to right, #376996, #376996, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
    font-family: "fmedium";
}

ul.nav_scroll li i {
    font-size: 15px;
    display: inline-block;
}

.techno_menu>ul>li>a:hover {
    background-position: 0%;
}

.sticky {
    left: 0;
    margin: auto;
    /* position: fixed !important; */
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: rgb(31, 162, 245);
    background: linear-gradient(90deg, rgba(31, 162, 245, 1) 0%, rgba(22, 142, 230, 1) 12%, rgba(12, 117, 211, 1) 32%, rgba(5, 99, 198, 1) 53%, rgba(1, 89, 190, 1) 74%, rgba(0, 86, 188, 1) 100%);
    transition: .5s;
    z-index: 999;
    border: 0;
}

.sticky .techno_menu>ul>li>a {
    display: block;
    margin: 15px 13px;
    transition: .5s;
    position: relative;
    color: #fff;
    font-size: 16px;

}

.techno_menu ul .sub-menu {
    position: absolute;
    right: 0;
    top: 130%;
    width: 240px;
    text-align: right;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #6290C8;
}

.sub-menu2 {
    right: 240px !important;
}

.techno_menu ul li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.techno_menu ul li:hover>.sub-menu2 {
    top: -2px;
}

.techno_menu ul .sub-menu li {
    position: relative;
}

.techno_menu ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.3;
    font-size: 16px;
    transition: .1s;
    visibility: inherit !important;
    color: #616161;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.techno_menu ul .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #6290C8;
    color: #fff !important;
    text-decoration: none;
}

.s-25 {
    width: 25px;
    height: 25px;
}

.s-20 {
    width: 20px;
    height: 20px;
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    background: #1fa2f5;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999;
}

.mean-container .meanmenu-reveal {
    padding: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-size: 1px;
    display: block;
    float: right;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    background: #f8f8f8 none repeat scroll 0 0;
    float: right;
    position: relative;
    width: 100%;
    border-top: 1px solid#ddd;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666666;
    display: block;
    float: right;
    font-size: 1rem;
    margin: 0;
    padding: 1em 5%;
    text-align: right;
    width: 90%;
    font-family: fbold;
}

.mobile-menu-area {
    background: #262626;
    display: none !important;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    color: #444;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #F47E1E;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 15px;
    margin-top: 3px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .1);
    border: 0 !important;
    background: #F8F8F8;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f8f8f8;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

/* .mean-container .mean-bar::after {
    color: #ffffff;
    content: "MENU";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
  } */

/* .mean-container .mean-bar::after {
    display: none;
  } */

.mean-container .mean-nav ul li a:hover {
    color: #0762f8;
    border-radius: 0;
}

.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a {
    background: #fff;
    color: #444;
    display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
    background: none;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

.mean-container .mean-nav ul li {
    background: #444;
}

.mean-container .mean-nav ul li li a {
    color: #151948;
    opacity: .90;
    border-top: 0;
}

.mean-container a.meanmenu-reveal {
    color: #fff;
}

.meanmenu-reveal.meanclose:hover {
    color: #fff !important;
}

.mean-container .mean-bar::before {
    color: #fff;
    content: " كلية الطب - جامعة ميسان ";
    font-size: 1.2rem;
    right: 70px;
    position: absolute;
    top: 13px;
}

.mean-container .mean-bar::after {
    color: #fff;
    content: " ";
    left: 18px;
    position: absolute;
    top: 10px;
    /* background-image: url(../store/logo.svg); */
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.mobile-menu-area {
    background: #262626;
}

/* slider */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.slider-image img {
    max-width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* slider */

.slider {
    position: relative;
    display: grid;
    width: 100%;
    height: 700px;
    max-width: 70rem;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr, max-content, 1fr;
    margin: auto;
    overflow: hidden;
    padding: 4rem 3rem 0 4rem;
}

.logo {
    font-size: 6rem;
    font-weight: 700;
    line-height: 60px;

    display: grid;
}

.logo h1 {
    font-size: 7rem;
    line-height: 60px;
    color: #f0531c;
}

.main-menu {
    display: grid;
}

.slider-text {
    display: grid;

    grid-row: 2/3;
    grid-column: 1/2;

    text-wrap: balance;

    overflow: hidden;

    width: 80%;
}

.slider-content {
    display: flex;

    list-style-type: none;

    transition: transform 1s;
}

.slider-card {
    display: flex;
    flex-direction: column;

    min-width: 100%;
    margin-top: 4rem;

    gap: .5rem;
}
a h4:hover{color:#1fa2f5;transition: all ease 0.3s;}
.slider-title {
    font-family: "fbold";
}.slider-title:hover{
     color:#1351d8;
     transition: all ease 0.3s;
 }
.slider-artist {
    font-size: 1.1rem;
    font-family: "fmedium";
    background-color: rgb(19 81 216 / 10%);
    color: #1351d8;
}

.slider-year {
    font-size: 1.125rem;
}

.slider-go {
    display: grid;

    width: 100%;

    grid-column: 1/2;
    grid-row: 3/4;
    grid-template-columns: 1fr 1fr;
}

.slider-nav {
    display: flex;
}

.slider-nav>div {
    font-size: 1.25rem;
     width: 3rem;
    height: 3rem;

    margin-right: .5rem;

    display: grid;
    place-items: center;

    cursor: pointer;

    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: transparent;
}

.slider-nav>div:hover {
    border: 2px solid #000;
}

.slider-count {
    font-size: 1.35rem;
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    border: 1.25px solid #000;
    font-family: "fbold";
    place-items: center;
}

.slider-info,
.slider-year {
    font-family: "fmedium";
}

.slider-pic {
    display: grid;
    grid-column: 2/3;
    grid-row: 2/4;
    overflow: hidden;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 53%), 0 4px 6px -4px rgb(0 0 0 / 53%);
}

.slider-show {
    display: flex;
    flex-direction: row;

    width: auto;
    height: 400px;

    transition: transform 1s;
}

.slider-image {
    min-width: 100%;
    height: inherit;
    background-position: center;
    background-size: cover;
}

/* team member */
.main-block-team {
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.main-block-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.main-block-team a {
    color: #060606;
    font-family: "fmedium";
}

.main-block-team h3 {
    font-family: "fbold";
}

.main-team {
    height: 425px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 100%;
}

.image-team {
    object-fit: cover;
    border-radius: 10px;

}

.name-team {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: rgb(0 0 0 / 40%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.arrow-team {
    width: 20px;
    height: 20px;
}

.view-all-team::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    left: 5px;
}

.view-all-team:hover::before {
    width: 100%;
}

.social .links {
    position: absolute;
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 65px;
    top: 6px;
    right: 6px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #f5f7f9;
    border-radius: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    align-items: center;
}

.social .links a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-bottom: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.social .links a img {
    width: 20px;
    height: 20px;
    position: relative;
}

.social .links a:hover {
    background-color: #6290c8;
}

/* news */
.news-title {
    color: #fcfcfc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    font-family: "fbold";
    font-size: 20px;
}

.bg-news1 {
    background-color: #1C1C1C;
    border-radius: 10px;
    padding: 18px 18px 18px 113px;
}

.img-news1 {
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}

.news-par {
    color: rgb(255 255 255 / 70%);
    /*font-size: 13px;*/
}

.news-cat {
    border-radius: 10px;
    background: #fcfcfc;
    color: #1351D8;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px;
    font-family: "fmedium";
}

.news2-cat {
    background-color: rgb(19 81 216 / 10%);
}

.news2-title {
    border-bottom: 1px solid rgb(28 28 28 / 20%) !important;
    height: 94px;
    overflow: hidden;
}

.news2-par {
    color: rgb(28 28 28 / 70%) !important;
    font-family: "fmedium";
    height: 100px;
    overflow: hidden;
}

.news2-image {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.main-news2 {
    background: linear-gradient(180deg, #E7EEFF 0%, #F3F6FD 100%);
    border-radius: 10px;
    padding: 24px 24px 65px 24px;
    position: relative;
    height: 650px;
}

.main-news-cat {
    padding-top: 40px;
    padding-bottom: 32px;
    gap: 12px;
    transition: all ease 0.5s;
}

.main-about {
    background-color: #202854;
    border-radius: 35px;
}

.background {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.h-400 {
    height: 400px;
    width: 400px;
}

.about-img1 {
    object-fit: cover;
    border-radius: 50%;
}

.about-img2 {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

a:hover>.h {
    background: #1351D8;
    color: #fcfcfc;
    transition: all ease 0.5s;
}

.arrow-news::before {
    background-color: #1351D8 !important;
}

.arrow-team {
    transition: all ease 0.5s;
}

.view-all-team:hover .arrow-team {
    transform: rotate(-45deg);
    transition: all ease 0.5s;

}

/* Simple Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 1;
    transition: opacity 1s ease;
}

#preloader.hide {
    opacity: 0;
    pointer-events: none;
}

.loader {
    text-align: center;
}

.logo-loader {
    width: 500px;
    max-width: 70vw;
    height: auto;
    opacity: 0;
    transform: scale(0.5);
    animation: logoFade 2s ease forwards;
    border-radius: 15px;

}

@keyframes logoFade {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.loader::after {
    content: "جامعة ميسان";
    display: block;
    margin-top: 20px;
    color: #1e3a8a;
    font-size: 40px;
    font-family: fbold;
    opacity: 0;
    animation: textFade 2s ease 0.5s forwards;
}

@keyframes textFade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .logo-loader { width: 350px; }
    .loader::after { font-size: 35px;
        font-family: 'fbold'; }
}
.wrapper {
    /* width: min(calc(100% - 4rem), 920px); */
    margin: 2rem auto;

    display: grid;
    gap: 1rem;
    grid-auto-rows: 200px;
    grid-template-columns: 1fr;
    grid-template-areas:
        "cat2"
        "cat1"
        "cat7"
        "cat6"
        "cat3"
        "cat5"
        "cat4"
}

/*@media (min-width: 400px) {*/
/*    .wrapper {*/
/*        grid-template-columns: 1fr 1fr;*/
/*        grid-template-areas:*/
/*            "cat2         cat2"*/
/*            "cat2         cat2"*/
/*            "cat1        cat1"*/
/*            "cat1        cat1"*/
/*            "cat-intimate     cat7"*/
/*            "cat6         cat6"*/
/*            "cat6         cat6"*/
/*            "cat3      cat3"*/
/*            "cat5        cat5"*/
/*            "cat5        cat5"*/
/*            "cat4 cat-mens-shirts"*/
/*            "cat4 cat-mens-shirts"*/
/*            "banner           banner";*/
/*    }*/
/*}*/

@media (min-width: 600px) {
    .wrapper {
        grid-template-columns: repeat(6, 1fr);
        grid-template-areas:
            "cat2         cat2          cat2          cat2        cat2        cat2"
            "cat2         cat2          cat2          cat2        cat2        cat2"
            "cat1        cat1         cat1         cat1       cat6        cat6"
            "cat1        cat1         cat1         cat1       cat6        cat6"
            "cat3      cat3       cat3       cat3     cat3     cat3"
            "cat5        cat5         cat5         cat5       cat-intimate    cat-intimate"
            "cat5        cat5         cat5         cat5       cat7     cat7"
            "banner           banner            banner            banner          banner          banner"
            "cat4 cat4  cat4  cat-mens-shirts cat-mens-shirts cat-mens-shirts"
            "cat4 cat4  cat4  cat-mens-shirts cat-mens-shirts cat-mens-shirts"
            "cat4 cat4  cat4  cat-mens-shirts cat-mens-shirts cat-mens-shirts"
    ;

    }
}

@media (min-width: 800px) {
    .wrapper {
        grid-auto-rows: 200px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
            "cat1        cat2  cat2    cat3"
            "cat4 cat2  cat2    cat5"
            "cat4 cat6  cat7 cat7"

    }

}

.wrapper>* {
    grid-area: var(--grid-area);
    position: relative;
    color: black;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
}

.wrapper>a::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, rgba(0 0 0 / .25), transparent 25%);
}

.wrapper>*:hover>img {
    scale: 1.2;
}

.wrapper>*>p {
    position: absolute;
    /*max-width: 12ch;*/
    text-wrap: balance;
    top: .75rem;
    left: .75rem;
    font-size: .9rem;
    z-index: 2;

}

.wrapper>*>p.align-right {
    left: auto;
    right: .75rem;
    text-align: right;
}

.wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    transition: scale 0.3s ease-in-out, rotate .3s ease-in-out;
}

.banner {
    background: #FFEDD5;
    border-radius: 10px;
    display: grid;
    place-content: center;
}

code,
pre {
    display: inline-block;
    color: #38bdf8;
    border: 1px solid hsl(from var(--clr-primary) h s 50% / 0.5);
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

pre {
    white-space: pre-wrap;
}

button {
    cursor: pointer;
}

em {
    font-size: 0.8rem;
}
/* footer */
.footer-title {
    color: #fcfcfc;
    font-family: "fmedium";
}

.footer-par {
    color: #888888;
}

.footer-social img {
    width: 19px;
    height: 19px;
}

.footer-social a {
    background: #888888;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transition: all ease-in-out 0.3s;
}

.footer-social .facebook:hover {
    background-color: #4a6fbe;
}

.footer-social .youtube:hover {
    background-color: #f00;
}

.footer-social .insta:hover {
    background-color: #ea4c89;
}

.footer-social .twitter:hover {
    background-color: #000;
}

.footer-social .whatsapp:hover {
    background-color: #25D366;
}

.footer-social .telegram:hover {
    background-color: #49a8db;
}

.footer-depart::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    max-width: 100%;
    top: auto;
    bottom: -15px;
    right: 0;
    right: auto;
    background-color: #5796ad;
}

.footer-depart {
    font-family: "fmedium";
    font-size: 18px;
    color: #fcfcfc;
}

.footer-links li {
    list-style: circle;
    color: #fcfcfc;
}

.footer-links li a {
    color: #888888;
    font-family: "fnormal";
    font-size: 13px;
}

.footer-photo {
    height: 80px;
    background-size: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
    position: relative;
}

.footer-photo::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    will-change: border;
    z-index: 10;
    border-width: 0.5rem;
    margin: 0.2rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
    clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem));
}

.footer-photo::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    transition: all 0.2s;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.footer-photo:hover::after,
.footer-photo:hover::before {
    transform: scale(0.9);
    border-color: white;
}

.copyright li {
    font-family: 'fnormal';
}

.copyright li a {
    border-left: 0.2px solid #888;
    color: #888;
    font-size: 17px;
}

/* service area */
.service-area {
    padding: 100px 0 70px;
}

.dreamit-section-title {
    margin-bottom: 35px;
}

.dreamit-section-title h5 {
    color: #1fa2f5;
    font-size: 20px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    right: -5px;
    top: -16px;
     width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
}

.dreamit-section-title h2 {
    font-size: 2.5rem;
    line-height: 1;
}

.techno-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}

.techno-sinlge-service-box,
.techno-sinlge-service-box-1,
.techno-sinlge-service-box2 {
    height: 220px;
    display: block;
    text-decoration: none;
    color: #212529;
}

.techno-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: #1fa2f5;
    left: 0;
    bottom: 0;
    transition: .5s;
}

.techno-service-icon i {
    font-size: 60px;
    color: #ffc451;
    display: inline-block;
    transition: .5s;
    margin: 0;
}

.techno-service-title h3 {
    margin: 20px 0 8px;
    transition: .5s;
    font-family: "fbold";
    font-size: 20px;
}

.techno-sinlge-service-box2 {
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
}

.service-button a {
    background: #1fa2f5;
    padding: 14px 38px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    z-index: 1;
    font-family: fbold;
}

/*.service-area a:hover {*/
/*    background: #000;*/
/*}*/

.service-button i {
    display: inline-block;
    font-size: 25px;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    background: #fff;
    color: #151423;
    border-radius: 100%;
    transition: .3s;
}
.service-button i img{margin-top:5px}
.col-lg-3.col-md-6.col-sm-12.padding-left {
    padding-left: 0;
    padding-right: 0;
}

.techno-sinlge-service-box:hover:before {
    height: 100%;
    background: #e3e7ee;
}

/* counter */
.counter-circle {
    display: inline-block;
    position: relative;
    height: 110px;
    width: 110px;
    border: 2px dashed #dddddd;
    font-size: 54px;
    line-height: 106px;
    color: #1fa2f5;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.counter-hover {
    color: #fcfcfc;
}

.counter-circle::before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 21px;
    width: 21px;
    border: 2px dashed #5796ad;
    border-radius: 50%;
    content: "";
    opacity: .5;
}

.counter-circle::after {
    position: absolute;
    right: 10px;
    bottom: 5px;
    height: 15px;
    width: 15px;
    border: 2px dashed #5796ad;
    content: "";
    border-radius: 50%;
    opacity: .5;
}

.counter-hover:hover .counter-circle::before,
.counter-hover:hover .counter-circle::after {
    transform: scale(3);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 1000ms ease;
}

.counter-hover:hover .counter-circle {
    background-color: #e3e7ee;
    color: #ffffff;
    border: 2px dashed #e3e7ee;
    transition: all 0.3s ease-in-out;
}

.main-counter {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main-counter::before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.64) 0%, rgb(0 0 0 / 50%) 100%);
    background-attachment: fixed;
}

/* plans */
.plans {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 30px;
    flex-direction: column;
    justify-content: space-between;
    color: #fcfcfc;
    padding: 30px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px #000, inset 0 1px 1px rgba(255, 255, 255, .2);
}

.plans .bg-pattren {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.plans-img {
    height: 138px;
}

.plans h3 {
    z-index: 99;
    font-family: "fbold";
    font-size: 22px;
    padding: 0px 15px;
    margin-bottom: 0;
}

.bg-plans {
     background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.main-icon-plans {
    width: 38px;
    height: 38px;
    background-color: #fcfcfc;
    border-radius: 10px;
}

.main-icon-plans img {
    width: 25px;
    height: 25px;
}

.arrow-plans {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #1351d8;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    left: 25px;
    z-index: 99;
    bottom: 20px;
}

.arrow-plans:hover {
    transform: rotate(-45deg);
    transition: all ease 0.5s;
    background-color: #000;
}

.plans-text::before,
.magazine-text::before {
    border-radius: 15px;
    content: "";
    width: 4px;
    height: 31px;
    background: linear-gradient(to top, rgb(240 239 239) 0%, rgb(19 81 216) 100%);
    position: absolute;
    right: -5px;
    top: 2px;
}

.plans-text,
.magazine-text {
    font-family: fbold;
}

.magazine,
.plans-img2 {
    height: 295px;
}

.magazine img {
    object-fit: cover;
    border-radius: 30px;
}

.depart {
    height: 350px;
}

.depart .img-depart {
    border-radius: 15px;
    object-fit: cover;
}

.depart h3 {
    bottom: 5px;
    font-family: "fnormal";
    font-size: 22px;
    right: 5px;
}

.depart h3 a,
.depart h3,
.depart span {
    color: #eceff4;
    transition: all 0.5s;
}

.depart-border {
    border: 3px solid transparent;
    border-radius: 16px;
    background: linear-gradient(#e8eeff, #062456);
    background-clip: padding-box;
    padding: 4px;
}

.depart h3 a:hover {
    color: #5796ad;
    transition: all 0.5s;
}

.main-depart-title .depart-date {
    width: 16px;
    height: 16px;
}

.main-depart-title {
    bottom: 5px;
    right: 5px;
}

.overlay-depart {
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 35%, transparent 80%);
    border-radius: 15px;
}

.s-30 {
    width: 30px;
    height: 30px;
}

/* responsive */
@media (max-width: 60em)
    /* screen max 960px */
{

    .slider {
        width: 100vw;
        height: 660px;

        grid-template-columns: 1fr;

        padding: 0;
        margin: 0;
    }

    .slider-text {
        grid-row: 1 / 2 !important;
        margin-right: 17px;
    }

    .slider-info {
        display: none;
    }

    .bg-news1 {
        padding: 18px !important;
    }

    .arrow-news {
        display: none !important;
    }

    .logo,
    .logo h1 {
        font-size: 4rem;
        line-height: 40px;
        padding: 1rem;
        justify-content: center;
    }


    .slider-count {
        display: none;
    }

    .slider-pic {
        width: 300px;
        height: 300px;

        margin: auto;

        grid-column: 1/2;
    }

    .slider-show {
        height: 300px;
    }

    .slider-go {
        display: grid;
        z-index: 800;

        width: 100vw;
        padding: 2rem;

        grid-row: span 3;
        grid-template-columns: 1fr;
        place-items: center;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo2 img {
        width: 75%;
    }

    .techno_menu>ul>li>a {
        margin: 24px 7px;
    }

    .sticky .techno_menu>ul>li>a {
        margin: 30px 8px;
    }

    nav.techno_menu {
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .techno_nav_manu {
        display: none;
    }

    .techno-sinlge-service-box {
        margin-bottom: 30px;
    }

    li.nav-item {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .techno_nav_manu {
        display: none;
    }

    .menu-quick-link-content ul li:before {
        left: 172px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .swiper-slide:hover .social {
        right: 0 !important;
    }

    .techno_nav_manu {
        display: none;
    }

    .menu-quick-link-content ul li:before {
        left: 172px;
    }


    li.nav-item {
        padding-right: 12px;
    }

    .bg-news1 {
        padding: 10px !important;
    }

    .about-img2 {
        left: 30px;
        transform: scale(0.8);
    }

    .about-img1 {
        transform: scale(0.7);
    }
}

/* Hide mobile menu during preloader */
.mobile-menu-area {
    display: none !important;
}

/* Show mobile menu only on tablets and mobile (below 992px) */
@media (max-width: 991.98px) {
    body.loaded .mobile-menu-area {
        display: block !important;
    }
}

/*------------new-------------*/

.btnMoreLoad
{
    display: inline-block;
    background: #1351D8 !important;
    color: #fff !important;
    width: 20%;
    margin-top: 30px;
}


.bg-news-details
{
    background-color: #1C1C1C;
    border-radius: 10px;
    padding: 18px;
}

.sharePost a{
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    text-decoration: none;
}


.otherMedia video{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border: 2px solid #dadada2b;
}

.otherMedia .imageNews{
    width: 100%;
    height: 250px;
    display: block;
    background-size: cover ;
    border-radius: 10px;
    border: 2px solid #dadada2b;
}



/*-----------colleges-------------*/



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Statistics Section */
.branch_statistics {
    margin-bottom: 60px;
    animation: slideInFromLeft 0.8s ease-out;
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.card_statistics {
    background:linear-gradient(135deg, #222855 0%, #272e5a 100%);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--card-shadow);
    height: 100%;
    cursor: pointer;
}

.card_statistics::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.card_statistics:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--hover-shadow);
}

.card_statistics img {

    max-height: 80px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.nameStatic {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.numberStatic {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(45deg, #fff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

/* Title Card */
.titleCard {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 3px 30px;
    border-radius: var(--border-radius);
    display: flex ;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    box-shadow: var(--card-shadow);
    position: relative;
    overflow: hidden;
    margin-top: 27px;
}

.titleCard::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: slide 3s infinite;
}

@keyframes slide {
    0% { left: -100%; }
    100% { left: 100%; }
}

.titleCard img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}

.titleCard span {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

/* About Section Tabs */
.aboutbranchPc {
    background: white;
    border-radius: var(--border-radius);
    padding: 30px;
    box-shadow: var(--card-shadow);
}

.nav-pills .nav-link {
    color: var(--text-primary);
    border-radius: 12px;
    padding: 15px 25px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: var(--transition);
    background: var(--light-bg);
    border: 2px solid transparent;
}

.nav-pills .nav-link:hover {
    background: linear-gradient(135deg, #222855 0%, #272e5a 100%);
    color: white;
    transform: translateX(-5px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #222855 0%, #272e5a 100%);
    color: white;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    border: 2px solid transparent;
}

.contentTabbranch {
    padding: 30px;
    line-height: 2;
    font-size: 17px;
    color: var(--text-primary);
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.imageAboutbranch {
    width: 100%;
     border-radius: var(--border-radius);
    margin: 30px auto;
    display: block;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
}



/* File Attachment */
.fileAttachment {
    margin-top: 30px;
}

.fileAttachment a {
    background: linear-gradient(135deg, var(--success-color), #059669);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
}

.fileAttachment a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.4);
}

/* Cards for Scientific Affairs, Labs, etc */
.cardscientific_affairs,
.cardlaboratories,
.cardcommunity_services,
.cardNews_branches {
    display: block;
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--card-shadow);
    height: 100%;
    position: relative;
}

.cardscientific_affairs:hover,
.cardlaboratories:hover,
.cardcommunity_services:hover,
.cardNews_branches:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--hover-shadow);
}

.imagescientific_affairs,
.imagelaboratories,
.imagecommunity_services,
.imageNews_branches {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.imagescientific_affairs::after,
.imagelaboratories::after,
.imagecommunity_services::after,
.imageNews_branches::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 100%);
    opacity: 0;
    transition: var(--transition);
}

.cardscientific_affairs:hover .imagescientific_affairs::after,
.cardlaboratories:hover .imagelaboratories::after,
.cardcommunity_services:hover .imagecommunity_services::after,
.cardNews_branches:hover .imageNews_branches::after {
    opacity: 1;
}

.namescientific_affairs,
.namelaboratories,
.namecommunity_services,
.nameNews_branches {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    text-align: center;
    background: linear-gradient(135deg, var(--light-bg), white);
}

/* Staff Cards */
.cardStaff {
    background: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--card-shadow);
    text-align: center;
    position: relative;
}

.cardStaff:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--hover-shadow);
}

.imageStaff {
    width: 120px;
    height: 120px;
    margin: 20px auto;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 5px solid transparent;
    background-image: linear-gradient(white, white),
    linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.nameStaff {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 10px 15px;
}

.academic_titleStaff {
    font-size: 14px;
    color: var(--text-secondary);
    margin: 0 15px 20px;
}

/* APD Cards */
.cardApd {
    background: linear-gradient(135deg, white, var(--light-bg));
    border: 2px solid transparent;
    background-image: linear-gradient(white, white),
    linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: var(--border-radius);
    padding: 20px;
    text-align: center;
    font-weight: 600;
    color: var(--text-primary);
    transition: var(--transition);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 80px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.cardApd::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: var(--transition);
    z-index: -1;
}

.cardApd:hover::before {
    left: 0;
}

.cardApd:hover {
    color: white;
    transform: translateY(-5px);
    box-shadow: var(--hover-shadow);
}

.cardApd i {
    font-size: 24px;
    color: var(--accent-color);
    transition: var(--transition);
}

.cardApd:hover i {
    color: white;
    transform: rotateY(360deg);
}

/* Swiper Customization */
.swiper {
    padding: 20px 50px 50px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: var(--transition);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background: var(--accent-color);
    opacity: 0.5;
    transition: var(--transition);
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scale(1.3);
}

/* Accordion for Mobile */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.accordion-button {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-weight: 600;
    padding: 20px;
    border-radius: var(--border-radius);
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 30px;
    background: white;
}

/* Follow Graduates Section */
.follow_graduates {
    background: white;
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: var(--card-shadow);
}

.details_follow_graduates {
    line-height: 2;
    font-size: 17px;
    color: var(--text-primary);
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .aboutbranchPc {
        display: none;
    }

    .page {
        margin: 10px;
        padding: 20px 10px;
    }

    .titleCard {
        font-size: 18px;
        padding: 15px 20px;
    }

    .titleCard img {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 769px) {
    .aboutbranchMobile {
        display: none;
    }
}

/* Loading Animation */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: var(--transition);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

/* Floating Animation */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.floating {
    animation: float 3s ease-in-out infinite;
}


/*-----------end colleges-------------*/
