/* =========================================================
   Al-Butana VIVO - Custom CSS
   Tenderfoot
   University of Al-Butana Faculty Members Platform
   ========================================================= */


/* =========================================================
   1. GLOBAL
   ========================================================= */

html,
body {
    direction: rtl;
}

body {
    font-family: "Cairo", "Tajawal", Arial, sans-serif;
}


/* =========================================================
   2. HEADER / VIVO LOGO
   تثبيت الشعار وتكبيره
   ========================================================= */

h1.vivo-logo {
    position: absolute !important;

    width: 100% !important;
    max-width: 560px !important;
    height: 75px !important;

    top: 30px !important;

    left: 0 !important;
    right: 0 !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background-size: 100% auto !important;

    z-index: 1000 !important;
}


/* إلغاء أي قواعد عامة قد تؤثر على الشعار */

.site-logo,
.site-branding,
.logo {
    display: block !important;
    width: auto !important;
}

.site-logo img,
.site-branding img,
.logo img {
    display: block !important;
    margin: 0 auto !important;
}


/* =========================================================
   3. HEADER / NAVIGATION
   ========================================================= */

.albutana-header {
    direction: rtl !important;
    position: relative;
    z-index: 900;
}

.albutana-header #nav {
    background: #015429 !important;

    border: 0 !important;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

.albutana-header .navbar {
    min-height: 56px;

    margin-bottom: 0 !important;

    background: transparent !important;

    border: 0 !important;

    border-radius: 0 !important;
}


/* الحاوية */

.albutana-header .container {
    direction: rtl;
}


/* القائمة الرئيسية */

.albutana-header .albutana-main-nav {
    float: right !important;

    margin: 0 !important;
}

.albutana-header .albutana-main-nav > li {
    float: right !important;
}


/* روابط القائمة */

.albutana-header .albutana-main-nav > li > a {
    display: block;

    padding: 18px 22px !important;

    color: #ffffff !important;

    font-size: 15px;

    font-weight: 600;

    line-height: 20px;

    text-decoration: none !important;

    background: transparent !important;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}


/* Hover */

.albutana-header .albutana-main-nav > li > a:hover,
.albutana-header .albutana-main-nav > li > a:focus {
    color: #f4b30f !important;

    background: rgba(255, 255, 255, 0.08) !important;
}


/* Active */

.albutana-header .albutana-main-nav > li.active > a,
.albutana-header .albutana-main-nav > li.active > a:hover,
.albutana-header .albutana-main-nav > li.active > a:focus {
    color: #ffffff !important;

    background: #00a54f !important;

    box-shadow: inset 0 -3px 0 #f4b30f;
}


/* =========================================================
   4. HEADER / SEARCH
   ========================================================= */

.albutana-header .albutana-search {
    float: left !important;

    margin: 0;

    padding: 0;
}

.albutana-header .albutana-search > ul {
    margin: 0;

    padding: 0;
}


/* تحسين حقل البحث */

.albutana-header .albutana-search input,
.albutana-header .albutana-search .form-control {
    border-radius: 20px !important;

    border: 1px solid rgba(255, 255, 255, 0.35) !important;

    background: rgba(255, 255, 255, 0.12) !important;

    color: #ffffff !important;
}

.albutana-header .albutana-search input::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
}


/* =========================================================
   5. HEADER / MOBILE
   ========================================================= */

.albutana-header .navbar-toggle {
    float: right !important;

    margin: 10px 15px 10px 0;

    border: 1px solid rgba(255, 255, 255, 0.45) !important;

    border-radius: 6px;

    background: transparent !important;
}

.albutana-header .navbar-toggle:hover,
.albutana-header .navbar-toggle:focus {
    background: rgba(255, 255, 255, 0.08) !important;
}

.albutana-header .navbar-toggle .icon-bar {
    background: #ffffff !important;
}


/* =========================================================
   6. JUMBOTRON
   النص أبيض
   ========================================================= */

.jumbotron,
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron p,
.jumbotron small,
.jumbotron span {
    color: #ffffff !important;
}


/* اتجاه محتوى الـJumbotron */

.jumbotron {
    direction: rtl;
}


/* العنوان */

.jumbotron h1 {
    line-height: 1.8;
}


/* النص */

.jumbotron p {
    line-height: 2;
}


/* =========================================================
   7. HOMEPAGE / STATISTICS
   إخفاء Locations فقط
   ========================================================= */

#home-stats #stats li:nth-child(4) {
    display: none !important;
}


/* تحسين Statistics */

#home-stats {
    direction: rtl;
}

#home-stats #stats {
    direction: rtl;
}

#home-stats #stats li {
    text-align: center;
}

#home-stats .stats-count {
    font-weight: 700;
}


/* =========================================================
   8. AL-BUTANA FOOTER
   RTL + هوية الجامعة
   ========================================================= */

.albutana-footer {
    direction: rtl !important;

    text-align: right;

    margin-top: 50px;

    padding: 45px 0 0;

    background: #015429;

    color: #ffffff;
}


/* الحاوية */

.albutana-footer .container {
    direction: rtl;
}


/* الأعمدة */

.albutana-footer .footer-main {
    display: flex;

    flex-wrap: wrap;

    direction: rtl;
}

.albutana-footer .footer-column {
    min-height: 205px;

    padding: 0 22px;

    text-align: right;
}


/* =========================================================
   9. FOOTER / TITLES
   ========================================================= */

.albutana-footer .footer-column h4 {
    margin: 0 0 20px;

    padding-bottom: 12px;

    border-bottom: 2px solid #f4b30f;

    color: #ffffff !important;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.5;
}


/* =========================================================
   10. FOOTER / DESCRIPTION
   ========================================================= */

.albutana-footer .footer-description {
    margin: 0 0 14px;

    color: #ffffff !important;

    font-size: 14px;

    line-height: 2;

    text-align: right;
}

.albutana-footer .footer-description-en {
    margin: 0;

    color: #dcefe5 !important;

    font-size: 13px;

    line-height: 1.7;

    direction: ltr;

    text-align: left;
}


/* =========================================================
   11. FOOTER / LISTS
   ========================================================= */

.albutana-footer .footer-links,
.albutana-footer .footer-contact {
    margin: 0;

    padding: 0;

    list-style: none;

    text-align: right;
}

.albutana-footer .footer-links li,
.albutana-footer .footer-contact li {
    margin-bottom: 11px;

    line-height: 1.8;
}


/* =========================================================
   12. FOOTER / LINKS
   ========================================================= */

.albutana-footer .footer-links a,
.albutana-footer .footer-contact a {
    color: #ffffff !important;

    text-decoration: none;

    font-size: 14px;

    transition: all 0.25s ease;
}

.albutana-footer .footer-links a:hover,
.albutana-footer .footer-contact a:hover {
    color: #f4b30f !important;

    text-decoration: none;
}


/* =========================================================
   13. FOOTER / CONTACT ICONS
   ========================================================= */

.albutana-footer .footer-contact i {
    width: 20px;

    margin-left: 7px;

    color: #f4b30f;

    text-align: center;
}


/* =========================================================
   14. FOOTER / BOTTOM
   ========================================================= */

.albutana-footer .footer-bottom {
    margin-top: 10px;

    text-align: center;
}

.albutana-footer .footer-divider {
    height: 1px;

    margin: 10px 0 18px;

    background: rgba(255, 255, 255, 0.22);
}


/* حقوق النشر */

.albutana-footer .copyright {
    padding-bottom: 22px;

    color: #dcefe5;

    font-size: 13px;

    line-height: 2;
}

.albutana-footer .copyright a {
    color: #ffffff !important;

    text-decoration: none;
}

.albutana-footer .copyright a:hover {
    color: #f4b30f !important;
}


/* =========================================================
   15. FOOTER / SEPARATORS
   ========================================================= */

.albutana-footer .footer-separator {
    margin: 0 7px;

    color: #79a98f;
}


/* =========================================================
   16. FOOTER / VIVO
   ========================================================= */

.albutana-footer .powered-by-vivo {
    color: #ffffff !important;

    font-weight: 700;
}


/* =========================================================
   17. GENERAL LINKS
   ========================================================= */

a {
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}


/* =========================================================
   18. MOBILE / HEADER
   ========================================================= */

@media (max-width: 767px) {

    h1.vivo-logo {
        max-width: 330px !important;

        height: 50px !important;

        top: 20px !important;
    }


    .albutana-header .navbar {
        min-height: 52px;
    }


    .albutana-header .albutana-main-nav {
        float: none !important;

        margin: 0 !important;

        text-align: right;
    }


    .albutana-header .albutana-main-nav > li,
    .albutana-header .albutana-main-nav > li > a {
        float: none !important;

        width: 100%;
    }


    .albutana-header .albutana-main-nav > li > a {
        padding: 13px 20px !important;
    }


    .albutana-header .albutana-search {
        float: none !important;

        padding: 8px 15px;
    }

}


/* =========================================================
   19. MOBILE / FOOTER
   ========================================================= */

@media (max-width: 991px) {

    .albutana-footer .footer-column {
        min-height: 220px;
    }

}


@media (max-width: 767px) {

    .albutana-footer {
        padding-top: 35px;
    }


    .albutana-footer .footer-main {
        display: block;
    }


    .albutana-footer .footer-column {
        min-height: auto;

        margin-bottom: 30px;

        padding: 0 20px;

        text-align: right;
    }


    .albutana-footer .footer-description-en {
        direction: ltr;

        text-align: left;
    }


    .albutana-footer .footer-bottom {
        padding: 0 15px;
    }

}
/* =========================================================
   HOMEPAGE - UNIVERSITY OF AL-BUTANA
   Faculty Members & Researchers Platform
   ========================================================= */


/* =========================================================
   1. HOMEPAGE GLOBAL
   ========================================================= */

.albutana-home-section {
    position: relative;
    padding: 70px 0;
    direction: rtl;
}

.albutana-home-section .container {
    position: relative;
    direction: rtl;
}

.albutana-home-section:nth-of-type(even) {
    background: #f7faf8;
}


/* =========================================================
   2. SECTION HEADING
   ========================================================= */

.section-heading {
    position: relative;

    max-width: 850px;

    margin: 0 auto 45px;

    text-align: center;
}

.section-heading .section-line {
    display: block;

    width: 55px;
    height: 4px;

    margin: 0 auto 18px;

    border-radius: 10px;

    background: #f4b30f;
}

.section-heading h2 {
    margin: 0 0 10px;

    color: #015429 !important;

    font-size: 30px;
    font-weight: 700;

    line-height: 1.6;
}

.section-heading p {
    margin: 0;

    color: #777;

    font-size: 15px;

    line-height: 1.9;
}


/* =========================================================
   3. HERO
   ========================================================= */

.albutana-home-hero {
    position: relative;

    padding: 85px 0 90px;

    background:
        linear-gradient(
            135deg,
            #015429 0%,
            #016b38 55%,
            #00a54f 100%
        );

    color: #ffffff;

    overflow: hidden;
}


/* Decorative circles */

.albutana-home-hero::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    top: -170px;
    left: -100px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.055);
}

.albutana-home-hero::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: -100px;
    bottom: -150px;

    border-radius: 50%;

    background: rgba(244, 179, 15, 0.10);
}


.albutana-hero-content {
    position: relative;

    z-index: 2;

    max-width: 1000px;

    margin: 0 auto;

    text-align: center;
}


.albutana-hero-content h1 {
    margin: 0 0 10px;

    color: #ffffff !important;

    font-size: 40px;
    font-weight: 700;

    line-height: 1.6;

    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}


.albutana-hero-content .hero-en {
    margin: 0 0 18px;

    color: #f4b30f !important;

    font-size: 20px;
    font-weight: 600;

    line-height: 1.7;
}


.albutana-hero-content .hero-description {
    max-width: 760px;

    margin: 0 auto 35px;

    color: rgba(255, 255, 255, 0.92) !important;

    font-size: 16px;

    line-height: 2.1;
}


/* =========================================================
   4. HERO SEARCH
   ========================================================= */

.albutana-home-search {
    display: flex;

    align-items: stretch;

    max-width: 900px;

    margin: 0 auto;

    padding: 7px;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.13);

    border: 1px solid rgba(255, 255, 255, 0.20);

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);

    backdrop-filter: blur(6px);

    direction: rtl;
}


.albutana-home-search .search-category {
    flex: 0 0 210px;

    margin-left: 7px;
}


.albutana-home-search .search-input {
    flex: 1;
}


.albutana-home-search .search-button {
    flex: 0 0 110px;

    margin-right: 7px;
}


.albutana-home-search select,
.albutana-home-search input {
    width: 100%;

    height: 52px;

    border: 0 !important;

    border-radius: 9px !important;

    background: #ffffff !important;

    color: #333 !important;

    font-family: inherit;

    font-size: 14px;

    box-shadow: none !important;
}


.albutana-home-search input {
    padding-right: 18px;
    padding-left: 18px;
}


.albutana-home-search input::placeholder {
    color: #999 !important;
}


.albutana-home-search select {
    padding-right: 14px;
    padding-left: 12px;

    cursor: pointer;
}


.albutana-home-search .search-button .btn {
    width: 100%;

    height: 52px;

    padding: 0 15px;

    border: 0 !important;

    border-radius: 9px !important;

    background: #f4b30f !important;

    color: #263b2e !important;

    font-family: inherit;

    font-size: 15px;

    font-weight: 700;

    box-shadow: none !important;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.albutana-home-search .search-button .btn:hover,
.albutana-home-search .search-button .btn:focus {
    background: #ffc62f !important;

    color: #263b2e !important;

    transform: translateY(-1px);

    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
}


.albutana-home-search .icon-search {
    margin-left: 6px;
}


/* =========================================================
   5. ABOUT PLATFORM
   ========================================================= */

.about-platform-section {
    background: #ffffff !important;
}


.about-platform-content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


.about-platform-content p {
    margin: 0 0 18px;

    color: #555;

    font-size: 15px;

    line-height: 2.2;
}


.about-platform-content p:last-child {
    margin-bottom: 0;

    color: #777;

    font-size: 14px;
}


/* =========================================================
   6. FACULTIES / COLLEGES
   ========================================================= */

.colleges-section {
    background: #f7faf8 !important;
}


.colleges-grid {
    display: flex;

    flex-wrap: wrap;

    margin-right: -12px;
    margin-left: -12px;
}


.colleges-grid > [class*="col-"] {
    display: flex;

    margin-bottom: 24px;

    padding-right: 12px;
    padding-left: 12px;
}


.college-card {
    width: 100%;

    height: 100%;
}


.college-card-link {
    display: flex;

    align-items: stretch;

    min-height: 205px;

    height: 100%;

    padding: 0;

    border: 1px solid #e1e9e4;

    border-radius: 15px;

    background: #ffffff;

    color: #333 !important;

    text-decoration: none !important;

    overflow: hidden;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.045);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.college-card-link:hover,
.college-card-link:focus {
    border-color: #00a54f;

    color: #333 !important;

    text-decoration: none !important;

    transform: translateY(-6px);

    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}


/* College icon */

.college-icon {
    flex: 0 0 82px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #015429;

    color: #ffffff;

    font-size: 31px;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}


.college-card-link:hover .college-icon {
    background: #00a54f;

    color: #f4b30f;
}


/* College content */

.college-content {
    flex: 1;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 25px 22px;

    text-align: right;
}


.college-content h3 {
    margin: 0 0 10px;

    color: #015429 !important;

    font-size: 18px;
    font-weight: 700;

    line-height: 1.7;
}


.college-ar {
    display: block;

    margin-bottom: 15px;

    color: #777;

    font-size: 14px;

    line-height: 1.7;
}


.college-more {
    display: inline-flex;

    align-items: center;

    color: #00a54f;

    font-size: 13px;

    font-weight: 600;

    line-height: 1.5;
}


.college-more .glyphicon {
    margin-right: 6px;

    font-size: 11px;

    transition: transform 0.2s ease;
}


.college-card-link:hover .college-more .glyphicon {
    transform: translateX(-3px);
}


/* =========================================================
   7. FACULTY MEMBERS
   ========================================================= */

.faculty-section {
    background: #ffffff !important;
}


.albutana-faculty-content {
    position: relative;

    min-height: 210px;

    padding: 0;
}


.albutana-faculty-content #home-faculty-mbrs {
    margin: 0 auto;

    padding: 0;

    background: transparent;
}


.albutana-faculty-content #home-faculty-mbrs h4 {
    display: none;
}


.albutana-faculty-content #research-faculty-mbrs {
    margin: 0 auto;

    padding: 0;

    background: transparent;
}


.albutana-faculty-content #facultyThumbs {
    margin: 0;

    padding: 0;
}


/* Faculty loading / empty messages */

.albutana-faculty-content #tempSpacing {
    color: #777;

    text-align: center;

    font-size: 14px;
}


/* =========================================================
   8. RESEARCH
   ========================================================= */

.research-section {
    background: #f7faf8 !important;
}


.research-home-content {
    max-width: 1000px;

    margin: 0 auto;

    padding: 0;
}


.research-home-content #home-research {
    margin: 0;

    padding: 0;

    background: transparent;
}


.research-home-content #home-research h4 {
    display: none;
}


/* =========================================================
   9. ACTION BUTTON
   ========================================================= */

.section-action {
    margin-top: 35px;

    text-align: center;
}


.btn-albutana-outline {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 220px;

    min-height: 46px;

    padding: 10px 25px;

    border: 2px solid #015429;

    border-radius: 8px;

    background: transparent;

    color: #015429 !important;

    font-family: inherit;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.5;

    text-decoration: none !important;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.btn-albutana-outline:hover,
.btn-albutana-outline:focus {
    border-color: #015429;

    background: #015429;

    color: #ffffff !important;

    text-decoration: none !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 18px rgba(1, 84, 41, 0.18);
}


/* =========================================================
   10. ACADEMIC SERVICES
   ========================================================= */

.services-section {
    background: #ffffff !important;
}


.services-section .row {
    display: flex;

    flex-wrap: wrap;
}


.services-section .row > [class*="col-"] {
    display: flex;

    margin-bottom: 25px;
}


.service-card {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    width: 100%;

    min-height: 205px;

    padding: 30px 25px;

    border: 1px solid #e1e9e4;

    border-radius: 14px;

    background: #ffffff;

    color: #333 !important;

    text-align: center;

    text-decoration: none !important;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.045);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.service-card:hover,
.service-card:focus {
    border-color: #00a54f;

    background: #ffffff;

    color: #333 !important;

    text-decoration: none !important;

    transform: translateY(-6px);

    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.09);
}


.service-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: #eaf6ef;

    color: #015429;

    font-size: 27px;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}


.service-card:hover .service-icon {
    background: #015429;

    color: #f4b30f;
}


.service-card h3 {
    margin: 0 0 10px;

    color: #015429 !important;

    font-size: 18px;
    font-weight: 700;

    line-height: 1.6;
}


.service-card p {
    max-width: 300px;

    margin: 0;

    color: #777;

    font-size: 13px;

    line-height: 1.9;
}


/* =========================================================
   11. STATISTICS
   ========================================================= */

.statistics-section {
    background: #f7faf8 !important;
}


.statistics-content {
    max-width: 1000px;

    margin: 0 auto;

    padding: 0;
}


.statistics-content #home-stats {
    margin: 0 auto;

    background: transparent;
}


.statistics-content #home-stats #stats {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    margin: 0;

    padding: 0;

    list-style: none;

    direction: rtl;
}


.statistics-content #home-stats #stats li {
    flex: 1 1 180px;

    min-height: 135px;

    margin: 8px;

    padding: 25px 15px;

    border: 1px solid #e1e9e4;

    border-radius: 12px;

    background: #ffffff;

    text-align: center;

    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}


.statistics-content #home-stats .stats-count {
    display: block;

    margin-bottom: 8px;

    color: #015429;

    font-size: 32px;

    font-weight: 700;

    line-height: 1.2;
}


.statistics-content #home-stats .stats-label {
    color: #777;

    font-size: 13px;

    line-height: 1.7;
}


/* إخفاء Locations كما في التصميم الحالي */

.statistics-content #home-stats #stats li:nth-child(4),
#home-stats #stats li:nth-child(4) {
    display: none !important;
}


/* =========================================================
   12. GENERAL HOMEPAGE LINKS
   ========================================================= */

.albutana-home-section a {
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   13. TABLET
   ========================================================= */

@media (max-width: 991px) {

    .albutana-home-hero {
        padding: 70px 0 75px;
    }


    .albutana-hero-content h1 {
        font-size: 34px;
    }


    .albutana-hero-content .hero-en {
        font-size: 18px;
    }


    .albutana-home-search .search-category {
        flex-basis: 180px;
    }


    .college-card-link {
        min-height: 190px;
    }


    .college-icon {
        flex-basis: 72px;

        font-size: 27px;
    }


    .college-content {
        padding: 22px 18px;
    }


    .college-content h3 {
        font-size: 17px;
    }


    .albutana-home-section {
        padding: 60px 0;
    }

}


/* =========================================================
   14. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .albutana-home-section {
        padding: 50px 0;
    }


    /* Hero */

    .albutana-home-hero {
        padding: 55px 15px 60px;
    }


    .albutana-hero-content h1 {
        font-size: 27px;

        line-height: 1.7;
    }


    .albutana-hero-content .hero-en {
        margin-bottom: 15px;

        font-size: 16px;

        line-height: 1.7;
    }


    .albutana-hero-content .hero-description {
        margin-bottom: 25px;

        font-size: 14px;

        line-height: 2;
    }


    /* Search */

    .albutana-home-search {
        display: block;

        padding: 8px;

        border-radius: 12px;
    }


    .albutana-home-search .search-category,
    .albutana-home-search .search-input,
    .albutana-home-search .search-button {
        display: block;

        width: 100%;

        margin: 0 0 7px;
    }


    .albutana-home-search .search-button {
        margin-bottom: 0;
    }


    .albutana-home-search select,
    .albutana-home-search input,
    .albutana-home-search .search-button .btn {
        height: 48px;
    }


    /* Section headings */

    .section-heading {
        margin-bottom: 32px;

        padding: 0 15px;
    }


    .section-heading h2 {
        font-size: 24px;
    }


    .section-heading p {
        font-size: 13px;
    }


    /* About */

    .about-platform-content {
        padding: 0 15px;
    }


    .about-platform-content p {
        font-size: 14px;

        line-height: 2;
    }


    /* Colleges */

    .colleges-grid {
        display: block;

        margin-right: 0;
        margin-left: 0;
    }


    .colleges-grid > [class*="col-"] {
        display: block;

        margin-bottom: 18px;

        padding-right: 15px;
        padding-left: 15px;
    }


    .college-card-link {
        min-height: 170px;
    }


    .college-icon {
        flex-basis: 65px;

        font-size: 25px;
    }


    .college-content {
        padding: 20px 17px;
    }


    .college-content h3 {
        font-size: 16px;

        line-height: 1.6;
    }


    .college-ar {
        font-size: 13px;
    }


    /* Faculty */

    .albutana-faculty-content {
        min-height: 180px;

        padding: 0 10px;
    }


    /* Services */

    .services-section .row {
        display: block;
    }


    .services-section .row > [class*="col-"] {
        display: block;

        margin-bottom: 18px;
    }


    .service-card {
        min-height: 180px;

        padding: 25px 20px;
    }


    /* Statistics */

    .statistics-content {
        padding: 0 10px;
    }


    .statistics-content #home-stats #stats {
        display: block;
    }


    .statistics-content #home-stats #stats li {
        min-height: auto;

        margin: 8px 5px;
    }


    .statistics-content #home-stats .stats-count {
        font-size: 28px;
    }


    /* Buttons */

    .section-action {
        margin-top: 28px;
    }


    .btn-albutana-outline {
        width: 100%;

        max-width: 320px;
    }

}


/* =========================================================
   15. SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .albutana-home-hero {
        padding-top: 45px;

        padding-bottom: 50px;
    }


    .albutana-hero-content h1 {
        font-size: 23px;
    }


    .albutana-hero-content .hero-en {
        font-size: 14px;
    }


    .albutana-hero-content .hero-description {
        font-size: 13px;
    }


    .college-card-link {
        min-height: 155px;
    }


    .college-icon {
        flex-basis: 58px;

        font-size: 22px;
    }


    .college-content {
        padding: 17px 14px;
    }


    .college-content h3 {
        font-size: 15px;
    }


    .college-ar {
        margin-bottom: 10px;

        font-size: 12px;
    }


    .college-more {
        font-size: 12px;
    }


    .service-card {
        min-height: 165px;
    }


    .service-icon {
        width: 58px;
        height: 58px;

        font-size: 24px;
    }

}