/* --------------------------------------------------------

Template Name: Edusquad Bootstrap 4 Education Template
Version: 1.0

-----------------------------------------------------------*/

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #211f1f;
    margin: 0;
    padding: 0;
    background: white;
}

/*
****Default Style
1. Top Header
2. Main Header
3. Slider
4. Features
5. About Us
6. Service
7. Events
8. Counter
9. Meet our team
10. Online course
12. Search Course
13. Video faq
14. faq accordion
15. event gallery
16. Blog
17. Footer
*/

/*Default Style*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: unset;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

.theme-btn {
    padding: .875rem 2.75rem;
}

.theme-orange {
    background: #e38b00;
    color: white;
}

.theme-blue {
    background: #0c0b39;
    color: white;
}

.color-orange {
    color: #e38b00;
}

.color-blue {
    color: #0c0b39;
}

.theme-light-bg {
    background: #e5eef6;
}

.p-17 {
    font-size: 17px;
}

.f-15 {
    font-size: 15px;
}

.box-shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.border-unset {
    border: unset;
}

.form-control {
    background-clip: unset;
}

.bg-unset {
    background: unset;
}

.max-width {
    width: 600px;
}

.btn {
    border-radius: unset;
}

.counter-section,
.target,
.our-team,
.online-course,
.search-course,
.event-listing,
.event-gallery,
.blog,
.blog-detail,
.aboutus,
.abt-counter,
.timeline,
.result,
.result-list,
.student,
.faculties,
.course,
.blog-block,
.contact-section {
    padding: 50px 0;
}

.carousel .btn:hover,
.post .btn:hover,
.career-form .btn:hover,
.contact-form .btn:hover,
.result .btn:hover,
.search-student .btn:hover,
.join-us:hover {
    background: #0c0b39;
    border: #0c0b39;
    color: white;
}

.get-course:hover {
    background: white;
    color: #0c0b39;
}

.form-control {
    border-radius: unset;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ff9600;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1.2em;
    color: #0c0b39;
    font-weight: 700;
}

.sec-title .divider {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 150px;
    text-align: center;
}

.sec-title .divider:before,
.sec-title .divider:after {
    position: absolute;
    left: 0;
    top: 9px;
    height: 1px;
    width: 52px;
    background-color: #0c0b39;
    content: "";
}

.bg-fill .divider:before,
.bg-fill .divider:after {
    background-color: white !important;
}

.sec-title .divider:after {
    left: auto;
    right: 0;
}

.divider .fa {
    color: #0c0b39;
}

.bg-fill .divider .fa {
    color: white;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #0c0b39 !important;
}

/*pre loader*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0b39;
    z-index: 999999;
    text-align: center;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46%;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*1. Top Header*/

.top-header {
    background-color: #0c0b39;
    color: white;
}

.top-header .btn {
    border-radius: unset;
    font-size: 13px;
}

.top-header .btn:hover {
    background: white;
    color: #e38b00;
}

.marquee {
    padding: 10px 0 0;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}

.marquee span:hover {
    animation-play-state: running;
}

/* Make it move */

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/*2. Main Header*/

nav {
    padding: 0.5rem 0 !important;
}

.navbar-nav .nav-link {
    color: #0c0b39;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link {
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: -moz-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: -ms-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: -o-linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-image: linear-gradient( to right, #e38b00, #e38b00 50%, #0c0b39 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
    transition: all 0.4s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.dropdown-toggle::after {
    color: #0c0b39;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background: white;
    border-radius: unset;
    border: unset;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, .2);
}

.dropdown-item {
    color: #0c0b39 !important;
}

a.dropdown-item:hover {
    color: #e38b00 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0c0b39 !important;
    text-decoration: none;
    background-color: unset;
}

.top-header .btn {
    padding: .575rem .75rem;
}

.navbar-toggler {
    color: #0c0b39 !important;
}

.navbar-toggler:focus {
    outline: unset;
    outline: unset;
}

.ti-align-left {
    font-size: 24px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #e38b00eb;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

.dropdown-container {
    display: none;
    padding-left: 8px;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sticky {
    position: fixed;
    top: 0 !important;
    width: 100%;
    background: white;
    z-index: 99999;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

/*3. Slider*/

.carousel-inner {
    height: 600px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    width: 4px !important;
    height: 20px !important;
    border-top: unset !important;
    border-bottom: unset !important;
    opacity: unset;
}

.carousel-indicators .active {
    background: #e38b00;
}

.carousel-caption {
    bottom: unset;
    top: 150px;
    right: unset;
    max-width: 600px;
    text-align: left;
}

.apply-now {
    font-size: 18px;
    padding: 8px 18px;
}

/*4. Features*/

.features {
    padding: 50px 0 0;
    z-index: 1;
    position: relative;
}

.feature-box {
    position: relative;
    padding: 25px 30px 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border: 1px solid #e38b00;
}

.feature-box .fa {
    color: #e38b00;
    font-size: 30px;
}

.feature-box:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/*5. About Us*/

.about-us {
    text-align: center;
    padding: 0 0 50px;
    background: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    position: relative;
}

.bottom-line {
    position: relative;
    text-align: center;
    margin: auto;
    padding: 1rem;
}

.bottom-line:after,
.bottom-line:before {
    position: absolute;
    bottom: 0;
    width: 20%;
    height: 2px;
    background: #e38b00;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bottom-line:before {
    bottom: 5px;
    width: 10%;
}

.about-box i {
    font-size: 40px;
    color: white;
    background: #e38b00;
    padding: 30px;
}

.button-box .left-btn,
.button-box .right-btn {
    position: relative;
    font-size: 14px;
    padding: 0 30px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    line-height: 60px;
    margin: 0 4px;
}

a.left-btn:before {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}

a.left-btn:after {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 40px;
    height: 100%;
    top: 0;
    left: -17px;
    z-index: -1;
}

a.right-btn:before {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-30deg, 0deg);
}

a.right-btn:after {
    position: absolute;
    content: '';
    background: #e38b00;
    width: 40px;
    height: 100%;
    top: 0;
    right: -17px;
    z-index: -1;
}

/*6. Service*/

.services {
    padding: 70px 0;
}

.services .card {
    -webkit-box-shadow: 3px 28px 24px -33px rgba(43, 80, 240, 1);
    -moz-box-shadow: 3px 28px 24px -33px rgba(43, 80, 240, 1);
    box-shadow: 3px 28px 24px -33px rgba(43, 80, 240, 1);
    border-radius: unset;
}

.services .card .fa {
    color: #e38b00;
}

/*7. Counter*/

.counter-section {
    position: relative;
    z-index: 100;
}

.counter {
    border: 1px solid #e38b00;
    position: relative;
    padding: 3rem;
    margin-bottom: 1.5rem;
}

.counter-box {
    text-align: center;
}

.count-title {
    position: absolute;
    bottom: -36px;
    padding: 0.5rem;
    color: white;
    background: #e38b00;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
}

.counter-section .counter-box .count-title {
    background: #0c0b39 !important;
}

.counter .fa {
    color: #e38b00;
}

.margin-bottom {
    margin-bottom: 2rem !important;
}

/*8. Events*/

.events {
    position: relative;
    padding: 50px 0 90px;
}

.events .slick-center .client-block {
    box-shadow: 1px 1px 20px 7px rgba(0, 0, 0, 0.08);
    opacity: 1;
}

.events .center .card {
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.events .center .card {
    margin-top: 5rem;
    border: unset;
}

.event-wrapper {
    position: relative;
    border: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.event-wrapper:before {
    content: "";
    background: #e5eef68a;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
}

.event_video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.event_video a {
    height: 60px;
    width: 60px;
    background: #fd6500;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    transition: .3s;
}

/*9. Meet our team*/

.team-block {
    position: relative;
}

.team-img {
    position: relative;
    padding: 1rem 3rem;
    border: 1px solid #0c0b39;
}

.social-connect {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.social-connect li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #e38b00;
    border-radius: 50%;
    color: #ffffff;
    margin: 4px 4px;
    box-shadow: 0px 10px 30px 0px rgba(199, 199, 199, 0.5);
    transition: .3s;
}

.social-connect li:hover {
    background: #0c0b39;
}

/*10. Online course*/

.pa-2 {
    padding: 2rem;
}

/*12. Search Course*/

.search-course {
    background: url("../images/online-course-bg.jpg");
    background-size: cover;
}

.online-course-inner {
    color: white;
    background: rgba(16, 11, 57, 0.82);
    padding: 50px 0px 50px;
}

.online-course-inner input {
    padding: 1.6rem;
}

.online-course img {
    width: 75px;
}

/*13. Video faq*/

.video-faq {
    position: relative;
    background: #0c0b39;
}

.video-area {
    background: url("../images/9.png");
    background-size: cover;
    padding: 250px 0;
    height: 100%;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-icon span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #e38b00;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.video-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}

/*13. Upcoming Events*/

.event-info ul li {
    display: inline;
}

/*14. faq accordion*/

.accordion-item {
    border: 1px solid #e38b00;
    background-color: transparent;
    border-radius: 0.375rem;
    color: white;
    margin-bottom: 10px;
}

.accordion-button {
    background-color: #0c0b39;
    color: white;
    border-radius: 0.375rem;
    box-shadow: unset;
    border: 1px solid rgb(227, 139, 0) !important;
}

.accordion-button:focus {
    box-shadow: unset;
    border-color: unset;
}

.accordion-button::after {
    background: url('../images/icons/chevron-down.svg');
}

.accordion-button:not(.collapsed)::after {
    background: url('../images/icons/chevron-down.svg');
}

.accordion-button:not(.collapsed) {
    background-color: #e38b00;
    color: white;
}

.accordion-body {
    color: white;
}

/*15. event gallery*/

.event-gallery .autoplay img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.event-gallery .slick-slide .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.event-gallery .slick-slide .gallery-item:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: #030749d1;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.event-gallery .slick-slide .gallery-item:hover:before {
    opacity: 1;
}

.event-gallery .slick-slide .gallery-item:hover .content {
    display: block !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: white;
    padding: 1rem;
}

.event-gallery .slick-slide .gallery-item:hover .content h5 {
    bottom: 20px !important;
    top: unset;
}

.event-gallery .content {
    display: none !important;
}

/*16. Blog*/

.blog {
    position: relative;
}

.read-more {
    border: 1px solid #e38b00;
    border-radius: 22px;
    font-size: 15px;
}

.post_inner {
    background: #f5fbff;
}

.post:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
}

.post:hover .post_inner {
    background: white !important;
}

.post {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.post:hover {
    -webkit-box-shadow: 0 5px 35px 0 rgba(51, 51, 51, 0.05);
    box-shadow: 0 5px 35px 0 rgba(51, 51, 51, 0.05);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.post img {
    height: 233px;
    object-fit: cover;
    width: 100%;
}

.joinus {
    padding: 50px 0;
}

.joinus-content {
    padding: 3rem;
    margin-top: -40px;
}

.joinus-content .read-more {
    font-size: 16px;
}

.left-mr {
    margin-left: -9rem;
    margin-top: 2.5rem;
}

.p-10 {
    padding: 10rem;
}

/*17. Footer*/

footer p {
    color: #c5c5c5;
    line-height: 2;
}

footer ul {
    list-style: none;
    padding-left: 0;
    color: #c5c5c5;
}

footer ul li {
    padding-bottom: 0.5rem;
}

footer .fas {
    font-size: 20px;
    color: #e38b00;
}

footer ul li a:hover {
    color: #e38b00;
}

.address-icon .fa {
    font-size: 20px;
}

.social-icon li {
    display: inline-block;
    margin-right: 1rem;
    font-size: 18px;
}

/*********************************About us Page************************************/

.inner-banner {
    padding: 100px 0;
    background: url("../images/inner-bg.jpg");
    background-position: top;
    background-size: cover;
    position: relative;
    color: white;
}

.about-title {
    font-size: 60px;
    line-height: 1 !important;
}

.about-img {
    position: relative;
}

.about-img .img_1 {
    border: 1px solid rgb(227, 139, 0);
    position: relative;
    max-width: fit-content;
    padding: 1rem;
}

.about-img .img_2 {
    position: absolute;
    right: 25%;
    bottom: 35px;
    padding: 1rem;
    background: #e38b00;
    justify-content: space-between;
    width: 200px;
}

.img_2 .video-btn {
    right: 0;
    left: unset;
}

.target-block {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.target-block:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.target-block:hover .target-icon {
    transform: rotateY(190deg);
}

.target-block .target-icon {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.target-block .border-line {
    z-index: unset;
}

.abt-counter .counter-box .counter {
    margin-bottom: 3rem !important;
}

/*History*/

.timeline .slick-dots {
    display: none !important;
}

.slider-for {
    margin: auto;
    max-width: 600px;
}

.history_slide {
    position: relative;
}

.history_slide:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    left: 0;
    top: 65px;
    z-index: -1;
}

.timeline .fa {
    padding: 0.5rem;
}

.timeline .slick-center .fa {
    color: #e38b00;
    position: relative;
    border: 1px solid #e38b00;
    border-radius: 50%;
    padding: 0.5rem;
}

.timeline .slick-center h3 {
    font-weight: bold;
    color: #e38b00;
}

.timeline .slick-prev,
.timeline .slick-next {
    display: none !important;
}

/*3. Target*/

.target {
    background: url("../images/122.png");
}

.target-block {
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.border-line {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #4d4a74;
    top: 5px;
    left: 5px;
    z-index: -1;
}

/*4. Testimonial*/

.client-block {
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    padding: 35px 35px;
    margin: 24px 18px;
    opacity: .4;
    cursor: pointer;
}

.client-block img {
    width: 60px;
}

.events .slick-next {
    right: 46% !important;
    bottom: -53px !important;
}

.events .slick-prev {
    left: 46% !important;
    bottom: -53px !important;
}

/*********************************Contact Page************************************/

.contact-form {
    border: 1px solid #e38b00;
    position: relative;
    padding-right: 170px !important;
}

.form-control:focus {
    border-color: #0c0b39;
    box-shadow: unset;
}

.contact-icon {
    margin-right: -65px;
    background: #e38b00;
    padding: 1rem;
    width: 70px;
}

.contact-form input {
    border-radius: unset;
}

.contact-form .mb-3 label {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

label {
    margin-bottom: 0.5rem;
}

.contact-form ::placeholder {
    font-size: 14px;
}

.ms-minus {
    padding: 3rem 0 0;
    margin-left: -113px;
}

.contact-section .media {
    padding: 2rem !important;
    margin-right: 5rem;
    min-height: 146px;
}

/*********************************Career Page************************************/

.career {
    padding: 50px 0;
}

.border-box {
    position: relative;
    height: 170px;
    border: 1px solid #e38b00;
}

.career-form {
    padding: 1rem;
}

.career-form {
    border: 1px solid #e38b00;
    position: relative;
    z-index: 1;
}

.resume {
    border: 2px dashed rgba(0, 0, 0, .15);
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

/*********************************Blog Page************************************/

.blog-block {
    position: relative;
    padding: 50px 0;
}

/*********************************Blog Detail************************************/

.blog-img img {
    width: 100%;
}

.share .social-icon li {
    margin-right: 1rem;
    margin-left: 0;
    font-size: 16px;
    border: 1px solid;
    border-radius: 50%;
    width: 35px;
    line-height: 34px;
    text-align: center;
    height: 35px;
}

.blog-category ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    color: #0f1934;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.blog-category ul li:last-child {
    border-bottom: none;
}

.blog-category ul li::before {
    content: "\f061";
    font-family: FontAwesome;
    right: 0px;
    top: 10px;
    position: absolute;
    color: #e38b00;
    padding-right: 10px;
}

.comments img,
.recent-blog img {
    width: 60px;
}

/*********************************Gallery Page************************************/

.gallery {
    padding: 50px 0;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
    border: 2px solid #e38b00;
    margin-right: 1rem;
    border-radius: 17px;
    font-size: 16px;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #e38b00;
    cursor: pointer;
}

#filters li span.active {
    background: #e38b00;
    color: #fff;
    border-radius: 10px;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
    position: relative;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
}

.portfolio .label {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #e38b009e;
    top: 0;
    right: 0;
    opacity: 0;
}

.portfolio .label-bg {
    background: #e38b009e;
}

.portfolio .label-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.label-text a {
    font-size: 20px;
    transform: translateX(46px);
    transition: all .4s;
    opacity: 1;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.label-text span {
    font-size: 13px;
    letter-spacing: 2.6px;
    transform: translateX(-20px);
    transition: all .4s;
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio:hover .label {
    opacity: 1;
}

.portfolio:hover img {
    top: unset;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 70%;
    }
}

/*********************************Achievement Page************************************/

.achievement {
    padding: 50px 0;
}

.achievement h3 {
    position: relative;
    padding-left: 75px;
}

.achievement h3:before {
    content: '';
    position: absolute;
    width: 65px;
    top: 37%;
    height: 4px;
    left: 0;
    background: #e38b00;
}

.img-block {
    position: relative;
    border: 1px solid #e38b00;
    height: 365px;
    width: 355px;
    float: right;
}

.cust_img {
    position: absolute;
    left: -100px;
    top: 55px;
    padding-right: 70px;
}

.left-block {
    float: left !important;
}

.left-block .cust_img {
    right: -110px;
    left: 0;
    padding-left: 70px;
    padding-right: 0;
}

/*********************************Faculties Page************************************/

.team-image {
    position: relative;
    border: 1px solid #e38b00;
}

.team-image img {
    width: 200px;
}

.faculty-block {
    position: relative;
    height: 100%;
    margin-bottom: 5rem;
}

.faculty-block:hover .team-image {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transform: rotateY(180deg);
}

.faculties-info {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

/*********************************Result Page************************************/

.autoplay img {
    height: 270px;
}

.result_img {
    position: relative;
}

.result_img img {
    object-fit: cover;
}

.result .read-more {
    font-size: 18px;
    width: fit-content;
}

.result-box table {
    font-size: 17px;
}

.overlay {
    background-color: #0c0b39a8;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    transition: all ease .5s;
    opacity: 0;
}

.overlay-text {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 50px;
    color: white;
}

.result_img:hover .overlay,
.result_img:hover .overlay-text,
.Portfolio:hover .overlay,
.Portfolio:hover .overlay-text {
    opacity: 1;
}

.slick-prev,
.slick-next {
    background: #e38b00 !important;
    height: 40px !important;
    width: 40px !important;
    top: unset;
    bottom: 20px;
}

.autoplay .slick-next {
    left: -70px !important;
    margin-left: 5px;
}

.autoplay .slick-prev {
    left: -110px !important;
}

/*********************************Course Page************************************/

.course .Portfolio {
    position: relative;
    float: left;
    width: 30%;
    margin: 2rem 1rem 0;
    transition-duration: 0.4s;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(12, 11, 57, 0.18);
}

.course .Portfolio img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.course .nav {
    padding: 0 20px;
}

.course .nav li a {
    margin: 5px;
    padding: 15px 50px;
    font-size: 16px;
    color: #e38b00;
    border: 1px solid #e38b00;
}

.nav .nav-link {
    border-radius: unset;
}

.course .nav a:hover {
    color: white;
    background: #e38b00;
}

.course .nav .active {
    color: white;
    background: #e38b00;
}

.course-desc .btn:hover {
    border: 1px solid #0c0b39;
    color: #0c0b39;
    background: unset;
}

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

/*********************************Student Page************************************/

.student-img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.student-img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.student-desc {
    position: relative;
    border: 1px solid #e38b00;
    padding: 0 2rem;
    margin-top: 1rem;
}

.std_desc_two b {
    margin-right: 0.5rem;
}

.video {
    position: relative;
}

.video img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 139, 0, 0.72);
}

.contact-us {
    padding: 50px 0;
}

.contact-us-block {
    position: relative;
    border: 1px solid #e38b00;
    height: 400px;
}

.contact-us .slick-next {
    right: 40%;
    top: unset;
    bottom: -60px;
}

.contact-us .slick-prev {
    left: 40%;
    top: unset;
    bottom: -60px;
}

/*scroll to top*/

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #e38b00;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll {
    display: inline;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: white;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

#scroll:hover span {
    border-bottom-color: #e38b00;
}

/*media query*/

@media only screen and (min-width: 992px) {
    .events .slick-prev {
        left: 45% !important;
    }
    .events .slick-next {
        right: 46% !important;
    }
    .social-connect li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .hidden-lg {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .top-btn {
        text-align: center !important;
    }
    .carousel-inner {
        height: unset;
    }
    .hidden-md {
        display: none;
    }
    .social-connect {
        bottom: 35px;
    }
    .contact-us {
        padding-top: 0 !important;
    }
    .contact-us .slick-prev {
        left: 43%;
    }
    .contact-us .slick-next {
        right: 43%;
    }
    .course-block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .course .nav li a {
        padding: 15px 35px;
    }
    .course .Portfolio {
        width: 45%;
    }
    .course .nav {
        padding: 0;
    }
    .contact-section .media {
        margin-right: unset;
    }
    .target-block {
        padding: 1rem !important;
    }
    .online-course-inner .count-title {
        position: absolute;
        bottom: -28px;
        padding: 0.5rem;
        background: #e38b00;
        max-width: 100px;
        font-size: 20px;
    }
    .events {
        padding: 50px 0;
    }
    .client-block {
        margin: 0 18px;
    }
    .abt-counter .counter-box {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .team-img img {
        height: 300px;
    }
    .comment {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .search-course .counter-box .counter {
        margin-bottom: 4rem;
    }
    .carousel-caption {
        top: 100px;
        right: 15% !important;
    }
    .contact-us {
        padding: 0 !important;
    }
    .joinus-content {
        margin: unset !important;
    }
    .social-connect {
        bottom: 30px;
    }
    .contact-us-block {
        height: unset;
    }
    .contact-us-block .single-item .slick-slide {
        padding-bottom: 0 !important;
    }
    .announcement {
        display: none;
    }
    .target-block {
        text-align: center;
    }
    .bottom-footer {
        flex-direction: column;
        text-align: center;
    }
    .client-block {
        opacity: unset;
    }
    .video {
        margin: 3rem 0 !important;
    }
    .video-area {
        padding: 150px 0;
    }
    .course .Portfolio {
        width: 100%;
        margin-right: unset;
        margin-left: unset;
    }
    .course .nav li a {
        padding: 10px 15px;
    }
    .course .nav li a {
        font-size: 15px;
    }
    .img-block {
        position: unset;
        border: unset;
        width: unset;
        height: unset;
    }
    .cust_img {
        position: unset;
        padding-right: unset !important;
        padding-left: unset !important;
    }
    .img-block .border-line {
        display: none;
    }
    .blog-block .post {
        margin-bottom: 0;
    }
    .contact-form {
        padding-right: 3rem !important;
    }
    .ms-minus {
        margin-left: unset;
    }
    .contact-icon {
        margin-right: unset;
    }
    .course-block {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .online-course-inner .counter-box .counter {
        margin-right: 8rem;
        margin-left: 8rem;
    }
    .small-screen {
        padding: 3rem !important;
        padding-bottom: 0 !important;
    }
    .social-connect li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .team-block h4 {
        font-size: 1.3rem;
    }
    .counter-img img {
        width: unset !important;
    }
    .last-child {
        margin-bottom: 0 !important;
    }
    .margin-bottom {
        margin-bottom: unset;
    }
    .result-box .sec-title {
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    .about-img .img_2 {
        margin-left: auto;
        left: 0;
        margin-right: auto;
        bottom: -25px;
    }
}

@media only screen and (max-width: 600px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }
    .online-course-inner .counter-box .counter {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .carousel-caption {
        top: 50px;
    }
}

@media only screen and (max-width: 576px) {
    .team-img img {
        height: 300px;
    }
    .social-connect li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .online-course .counter-box .counter {
        margin-right: 3rem;
        margin-left: 3rem;
    }
}

@media only screen and (max-width: 425px) {
    .contact-us .slick-next,
    .contact-us .slick-prev {
        bottom: -45px;
    }
    .button-box .left-btn,
    .button-box .right-btn {
        font-size: 13px;
        padding: 0px 12px 0 15px;
    }
    .apply-now {
        font-size: 15px;
        padding: 6px 10px;
        margin-top: 0 !important;
    }
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 30px;
    }
    .course-block {
        display: block !important;
    }
    .course-block img {
        display: block;
    }
    .course-block .course-text {
        margin-top: 1rem !important;
        padding-left: 0 !important;
        text-align: center;
    }
}

@media only screen and (max-width: 375px) {
    .carousel-caption h1 {
        font-size: 1.2rem;
    }
    .carousel-caption {
        top: 30px;
    }
    .banner-desc {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .carousel-caption h1 {
        font-size: 1rem;
    }
    .carousel-caption {
        top: 10px;
    }
}
    .our-team {
        position: relative;
        padding: 90px 0;
        background:
            radial-gradient(circle at top left, rgba(0, 145, 255, .12), transparent 35%),
            radial-gradient(circle at bottom right, rgba(255, 145, 0, .18), transparent 35%),
            linear-gradient(180deg, #f8fbff, #ffffff);
        overflow: hidden;
    }

    .our-team::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        background: linear-gradient(135deg, #008cff, #9b2cff);
        border-radius: 50%;
        top: -120px;
        left: -90px;
        opacity: .12;
    }

    .our-team::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        background: linear-gradient(135deg, #ff9800, #ff4d4d);
        border-radius: 50%;
        bottom: -90px;
        right: -70px;
        opacity: .14;
    }

    .our-team .container {
        position: relative;
        z-index: 2;
    }

    .sec-title .title {
        display: inline-block;
        color: #ff8a00;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .sec-title h2 {
        color: #05053d;
        font-size: 38px;
        font-weight: 900;
        margin-bottom: 15px;
    }

    .divider {
        width: 130px;
        height: 1px;
        background: #05053d;
        margin: 0 auto 45px;
        position: relative;
    }

    .divider span {
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        color: #05053d;
        padding: 5px 12px;
    }

    .team-block {
        position: relative;
        padding: 18px;
        border-radius: 26px;
        background: rgba(255, 255, 255, .78);
        backdrop-filter: blur(12px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
        border: 1px solid rgba(255, 255, 255, .8);
        transition: all .35s ease;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .team-block::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0, 140, 255, .18), rgba(255, 152, 0, .18));
        opacity: 0;
        transition: .35s;
    }

    .team-block:hover {
        transform: translateY(-12px);
        box-shadow: 0 28px 70px rgba(0, 0, 0, .16);
    }

    .team-block:hover::before {
        opacity: 1;
    }

    .team-img {
        position: relative;
        z-index: 1;
        height: 360px;
        border-radius: 22px;
        overflow: hidden;
        background: linear-gradient(135deg, #edf6ff, #fff7ec);
        border: 1px solid rgba(5, 5, 61, .12);
    }

    .team-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom center;
        transition: .45s ease;
        filter: drop-shadow(0 18px 22px rgba(0,0,0,.16));
    }

    .team-block:hover .team-img img {
        transform: scale(1.06);
    }

    .team-info {
        position: relative;
        z-index: 2;
        background: #fff;
        margin: -35px 18px 0;
        padding: 22px 15px;
        border-radius: 18px;
        box-shadow: 0 14px 35px rgba(0, 0, 0, .10);
    }

    .team-info h4 {
        color: #05053d;
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .team-info p {
        color: #ff8a00;
        font-weight: 700;
        margin-bottom: 0;
        font-size: 14px;
        letter-spacing: .4px;
    }

    .team-social {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 14px;
    }

    .team-social a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #05053d;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: .3s;
    }

    .team-social a:hover {
        background: #ff8a00;
        transform: translateY(-4px);
    }

    @media (max-width: 767px) {
        .our-team {
            padding: 60px 0;
        }

        .sec-title h2 {
            font-size: 28px;
        }

        .team-img {
            height: 310px;
        }
    }
    .about-piomac {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(0, 132, 255, 0.12), transparent 35%),
        radial-gradient(circle at bottom right, rgba(238, 143, 0, 0.16), transparent 35%),
        #f0f0f0;
}

.about-piomac::before {
    content: "</>";
    position: absolute;
    right: 8%;
    top: 12%;
    font-size: 160px;
    font-weight: 900;
    color: rgba(0, 0, 60, 0.035);
    animation: floatCode 5s ease-in-out infinite;
}

.principal-card {
    position: relative;
    max-width: 390px;
    margin: auto;
    padding: 18px;
    border-radius: 32px;
    background: linear-gradient(145deg, #ffffff, #eef6ff);
    box-shadow: 0 25px 70px rgba(0, 0, 60, 0.18);
    border: 1px solid rgba(0, 132, 255, 0.15);
    animation: floatCard 4s ease-in-out infinite;
}

.principal-card::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 38px;
    background: linear-gradient(135deg, #008cff, #ee8f00, #7b2cff);
    z-index: -1;
    opacity: 0.18;
    filter: blur(16px);
}

.principal-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.principal-info {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 35px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(5, 8, 45, 0.82);
    backdrop-filter: blur(12px);
    text-align: center;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}

.principal-info h4 {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

.principal-info p {
    margin: 4px 0 0;
    color: #f2f2f2;
}

.about-content {
    position: relative;
    z-index: 2;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #07063d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 700;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(7, 6, 61, 0.25);
}

.about-badge i {
    color: #ee8f00;
}

.about-content h5 {
    color: #ee8f00;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-content h2 {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 900;
    color: #07063d;
    margin-bottom: 20px;
}

.about-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.about-features div {
    padding: 18px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(7, 6, 61, 0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
    text-align: center;
    transition: .3s ease;
}

.about-features div:hover {
    transform: translateY(-8px);
    background: #07063d;
    color: #fff;
}

.about-features i {
    display: block;
    font-size: 30px;
    color: #ee8f00;
    margin-bottom: 10px;
}

.about-features span {
    font-weight: 700;
    font-size: 14px;
}

.button-box {
    display: flex;
    align-items: center;
    gap: 0;
}

.button-box a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 34px;
    color: #fff;
    transition: .3s ease;
}

.left-btn {
    background: #ee8f00;
    border-radius: 4px 0 0 4px;
}

.right-btn {
    background: #07063d;
    border-radius: 0 4px 4px 0;
}

.button-box a:hover {
    transform: translateY(-4px);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,.2);
}

@keyframes floatCard {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes floatCode {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(20px) rotate(4deg);
    }
}

@media (max-width: 991px) {
    .about-content h2 {
        font-size: 32px;
    }

    .principal-img {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .about-piomac {
        padding: 60px 0;
        text-align: center;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .button-box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .button-box a {
        width: 100%;
        border-radius: 8px !important;
        margin-bottom: 10px;
    }

    .about-content h2 {
        font-size: 28px;
    }
}
.piomac-courses {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(238,143,0,.18), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0,132,255,.16), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
}

.piomac-courses::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    top: -80px;
    background: #ee8f00;
    border-radius: 50%;
    opacity: .12;
    animation: floatShape 5s ease-in-out infinite;
}

.piomac-courses::after {
    content: "{ }";
    position: absolute;
    left: 5%;
    bottom: 8%;
    font-size: 120px;
    font-weight: 900;
    color: rgba(7, 6, 61, .04);
    animation: floatCode 5s ease-in-out infinite;
}

.course-left {
    position: relative;
    z-index: 2;
}

.course-tag {
    display: inline-block;
    background: #ee8f00;
    color: #fff;
    padding: 9px 22px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.course-left h2 {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 900;
    color: #07063d;
    margin-bottom: 18px;
}

.course-left p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.course-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 28px 0;
}

.course-highlights div {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    font-weight: 700;
    color: #07063d;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    border: 1px solid rgba(7,6,61,.08);
    transition: .3s;
}

.course-highlights div:hover {
    transform: translateY(-6px);
    background: #07063d;
    color: #fff;
}

.course-highlights i {
    color: #ee8f00;
    margin-right: 8px;
}

.course-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ee8f00, #ffb52e);
    color: #fff;
    padding: 15px 34px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(238,143,0,.35);
    transition: .3s;
}

.course-btn:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(238,143,0,.5);
}

.course-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.course-card {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.9);
    border-radius: 26px;
    padding: 30px 24px;
    min-height: 210px;
    border: 1px solid rgba(7,6,61,.08);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .35s ease;
}

.course-card::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background: #ee8f00;
    border-radius: 50%;
    right: -45px;
    top: -45px;
    opacity: .12;
    transition: .35s ease;
}

.course-card i {
    width: 62px;
    height: 62px;
    background: #07063d;
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 18px;
    box-shadow: 0 12px 30px rgba(7,6,61,.22);
}

.course-card h4 {
    color: #07063d;
    font-weight: 900;
    margin-bottom: 10px;
}

.course-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

.course-card:hover {
    transform: translateY(-12px);
    background: #07063d;
}

.course-card:hover::before {
    width: 180px;
    height: 180px;
    opacity: .18;
}

.course-card:hover h4,
.course-card:hover p {
    color: #fff;
}

.course-card:hover i {
    background: #ee8f00;
    animation: pulseIcon 1s infinite;
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

@keyframes floatShape {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(22px);
    }
}

@keyframes floatCode {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-18px) rotate(-4deg);
    }
}

@media (max-width: 991px) {
    .course-left h2 {
        font-size: 32px;
    }

    .course-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .piomac-courses {
        padding: 60px 0;
        text-align: center;
    }

    .course-grid,
    .course-highlights {
        grid-template-columns: 1fr;
    }

    .course-card i {
        margin-left: auto;
        margin-right: auto;
    }
}
.top-strip-row {
    min-height: 48px;
}

.success-mini {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 16px;
    border-radius: 30px;
    background: linear-gradient(135deg, #15146b, #07063d);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0,0,0,.22);
}

.success-mini i {
    width: 28px;
    height: 28px;
    background: #ee8f00;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.success-mini b {
    color: #ffc85a;
}

.success-mini::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 35%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-25deg);
    animation: shineMini 4s infinite;
}

.marquee a {
    color: #ffc85a;
    font-weight: 800;
    text-decoration: underline;
}

@keyframes shineMini {
    100% {
        left: 130%;
    }
}

@media (max-width: 768px) {
    .top-strip-row {
        text-align: center;
        row-gap: 5px;
        padding: 8px 0;
    }

    .top-btn {
        text-align: center !important;
    }

    .success-mini {
        justify-content: center;
        font-size: 12px;
    }
}
.about-hero {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(238,143,0,.18), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0,132,255,.18), transparent 35%),
        linear-gradient(135deg, #ffffff, #f7fbff);
}

.about-tag {
    display: inline-block;
    background: #ee8f00;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.about-hero h1 {
    font-size: 52px;
    font-weight: 900;
    color: #07063d;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-hero p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.quote-box {
    margin-top: 30px;
    padding: 28px;
    background: #07063d;
    border-radius: 26px;
    color: #fff;
    box-shadow: 0 25px 60px rgba(7,6,61,.25);
}

.quote-box i {
    color: #ee8f00;
    font-size: 34px;
    margin-bottom: 12px;
}

.quote-box h4 {
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
}

.quote-box span {
    color: #ffc766;
    font-weight: 700;
}

.about-image-card {
    position: relative;
    padding: 18px;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.15);
    animation: floatAbout 4s ease-in-out infinite;
}

.about-image-card img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 26px;
}

.experience-card {
    position: absolute;
    left: -25px;
    bottom: 35px;
    width: 160px;
    padding: 22px;
    background: linear-gradient(135deg, #ee8f00, #ffb733);
    color: #fff;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(238,143,0,.45);
}

.experience-card h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
}

.experience-card p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.about-main {
    padding: 80px 0;
    background: #fff;
}

.info-card {
    height: 100%;
    padding: 35px 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(7,6,61,.08);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .35s ease;
}

.info-card i {
    width: 70px;
    height: 70px;
    background: #07063d;
    color: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
}

.info-card h4 {
    color: #07063d;
    font-weight: 900;
    margin-bottom: 12px;
}

.info-card p {
    color: #666;
    line-height: 1.7;
}

.info-card:hover,
.info-card.active {
    transform: translateY(-12px);
    background: #07063d;
}

.info-card:hover h4,
.info-card:hover p,
.info-card.active h4,
.info-card.active p {
    color: #fff;
}

.info-card:hover i,
.info-card.active i {
    background: #ee8f00;
}

.about-details {
    padding: 90px 0;
    background: linear-gradient(135deg, #f7fbff, #fff7eb);
}

.detail-box span,
.training-box span {
    color: #ee8f00;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.detail-box h2,
.training-box h2 {
    color: #07063d;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    margin: 14px 0 18px;
}

.detail-box p,
.training-box p {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.course-list-box {
    padding: 35px;
    border-radius: 30px;
    background: #07063d;
    box-shadow: 0 25px 70px rgba(7,6,61,.25);
}

.course-list-box h3 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 24px;
}

.course-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.course-tags span {
    padding: 11px 18px;
    border-radius: 30px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.14);
    transition: .3s;
}

.course-tags span:hover {
    background: #ee8f00;
    transform: translateY(-5px);
}

.training-section {
    padding: 80px 0;
    background: #fff;
}

.training-box {
    padding: 45px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(238,143,0,.2), transparent 35%),
        #f7fbff;
    box-shadow: 0 25px 70px rgba(0,0,0,.1);
}

.about-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ee8f00, #ffb733);
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(238,143,0,.35);
    transition: .3s;
}

.about-btn:hover {
    color: #fff;
    transform: translateY(-5px);
}

@keyframes floatAbout {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@media (max-width: 991px) {
    .about-hero h1 {
        font-size: 38px;
    }

    .detail-box h2,
    .training-box h2 {
        font-size: 32px;
    }

    .experience-card {
        left: 20px;
    }
}

@media (max-width: 767px) {
    .about-hero,
    .about-main,
    .about-details,
    .training-section {
        padding: 55px 0;
        text-align: center;
    }

    .about-hero h1 {
        font-size: 32px;
    }

    .about-image-card img {
        height: 320px;
    }

    .experience-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 18px auto 0;
    }

    .info-card i {
        margin-left: auto;
        margin-right: auto;
    }

    .training-box {
        padding: 28px;
    }

    .course-tags {
        justify-content: center;
    }
}
.course-page {
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(238,143,0,.18), transparent 35%),
        radial-gradient(circle at bottom right, rgba(0,132,255,.16), transparent 35%),
        linear-gradient(135deg, #ffffff, #f7fbff);
    overflow: hidden;
}

.course-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 45px;
}

.course-heading span {
    display: inline-block;
    background: #ee8f00;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.course-heading h1 {
    font-size: 48px;
    font-weight: 900;
    color: #07063d;
    margin-bottom: 15px;
}

.course-heading p {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
}

.course-filter-box {
    max-width: 620px;
    margin: 0 auto 45px;
}

.course-filter-box input {
    width: 100%;
    height: 58px;
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 0 28px;
    font-weight: 600;
    box-shadow: 0 18px 45px rgba(0,0,0,.1);
}

.course-card-pro {
    position: relative;
    height: 100%;
    padding: 32px 28px;
    border-radius: 30px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(7,6,61,.08);
    box-shadow: 0 22px 55px rgba(0,0,0,.09);
    overflow: hidden;
    transition: .35s ease;
}

.course-card-pro::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -55px;
    top: -55px;
    background: #ee8f00;
    border-radius: 50%;
    opacity: .13;
    transition: .35s ease;
}

.course-card-pro:hover {
    transform: translateY(-12px);
    background: #07063d;
}

.course-card-pro:hover::before {
    width: 220px;
    height: 220px;
    opacity: .22;
}

.course-icon {
    width: 68px;
    height: 68px;
    background: #07063d;
    color: #fff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 22px;
    box-shadow: 0 14px 35px rgba(7,6,61,.25);
    transition: .35s ease;
}

.course-card-pro:hover .course-icon {
    background: #ee8f00;
    animation: iconPulse 1.2s infinite;
}

.course-card-pro h3 {
    color: #07063d;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 14px;
}

.duration {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(238,143,0,.12);
    color: #ee8f00;
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 22px;
}

.course-card-pro h5 {
    color: #07063d;
    font-weight: 900;
    margin-bottom: 14px;
}

.course-card-pro ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.course-card-pro ul li {
    color: #555;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.5;
}

.course-card-pro ul li i {
    color: #ee8f00;
    margin-right: 7px;
}

.enquiry-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ee8f00, #ffb733);
    color: #fff;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(238,143,0,.35);
    transition: .3s;
}

.enquiry-btn:hover {
    color: #fff;
    transform: translateY(-4px);
}

.course-card-pro:hover h3,
.course-card-pro:hover h5,
.course-card-pro:hover ul li {
    color: #fff;
}

.course-card-pro:hover .duration {
    background: rgba(255,255,255,.12);
    color: #ffc766;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

@media (max-width: 767px) {
    .course-page {
        padding: 60px 0;
    }

    .course-heading h1 {
        font-size: 32px;
    }

    .course-card-pro {
        text-align: center;
    }

    .course-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .course-card-pro ul li {
        text-align: left;
    }
}
.contact-hero {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(238,143,0,.18), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0,132,255,.18), transparent 35%),
        linear-gradient(135deg, #ffffff, #f7fbff);
}

.contact-hero::before {
    content: "</>";
    position: absolute;
    right: 5%;
    top: 10%;
    font-size: 150px;
    font-weight: 900;
    color: rgba(7,6,61,.04);
    animation: floatCode 5s ease-in-out infinite;
}

.contact-tag {
    display: inline-block;
    background: #ee8f00;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.contact-hero h1 {
    font-size: 52px;
    font-weight: 900;
    color: #07063d;
    margin-bottom: 20px;
    line-height: 1.2;
}

.contact-hero p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.contact-info-box {
    margin-top: 40px;
}

.info-item {
    display: flex;
    gap: 18px;
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
    transition: .35s ease;
}

.info-item:hover {
    transform: translateY(-8px);
    background: #07063d;
}

.info-item:hover h5,
.info-item:hover p {
    color: #fff;
}

.icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 22px;
    background: linear-gradient(135deg, #ee8f00, #ffb733);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 35px rgba(238,143,0,.35);
}

.icon i {
    color: #fff;
    font-size: 28px;
}

.info-item h5 {
    color: #07063d;
    font-weight: 900;
    margin-bottom: 8px;
}

.info-item p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.contact-form-box {
    position: relative;
    padding: 45px;
    border-radius: 34px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 25px 70px rgba(0,0,0,.12);
    overflow: hidden;
}

.contact-form-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #ee8f00;
    border-radius: 50%;
    top: -80px;
    right: -80px;
    opacity: .12;
}

.form-top span {
    color: #ee8f00;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.form-top h2 {
    color: #07063d;
    font-size: 38px;
    font-weight: 900;
    margin: 12px 0 28px;
}

.input-group-custom {
    position: relative;
}

.input-group-custom i {
    position: absolute;
    left: 20px;
    top: 19px;
    color: #ee8f00;
    font-size: 18px;
}

.input-group-custom input,
.input-group-custom textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #f7fbff;
    border-radius: 18px;
    padding: 16px 18px 16px 55px;
    font-size: 15px;
    box-shadow: inset 0 0 0 1px rgba(7,6,61,.08);
    transition: .3s;
}

.input-group-custom input:focus,
.input-group-custom textarea:focus {
    background: #fff;
    box-shadow:
        inset 0 0 0 2px rgba(238,143,0,.45),
        0 12px 30px rgba(238,143,0,.12);
}

.textarea-group i {
    top: 20px;
}

.send-btn {
    position: relative;
    overflow: hidden;
    border: none;
    background: linear-gradient(135deg, #ee8f00, #ffb733);
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 900;
    letter-spacing: .5px;
    box-shadow: 0 15px 35px rgba(238,143,0,.35);
    transition: .35s ease;
}

.send-btn i {
    margin-left: 10px;
}

.send-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(238,143,0,.5);
}

.map-section {
    padding: 0 0 90px;
    background: #f7fbff;
}

.map-box {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(0,0,0,.12);
}

@keyframes floatCode {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(18px);
    }
}

@media (max-width: 991px) {
    .contact-hero h1 {
        font-size: 38px;
    }

    .form-top h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .contact-hero,
    .map-section {
        padding: 60px 0;
        text-align: center;
    }

    .contact-hero h1 {
        font-size: 32px;
    }

    .contact-form-box {
        padding: 28px;
    }

    .info-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.piomac-announcement-section {
    padding: 25px 0;
    background: linear-gradient(135deg, #eef7ff, #ffffff, #f6fff5);
    position: relative;
    overflow: hidden;
}

.announcement-board {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 96, 170, 0.12);
    border-radius: 22px;
    padding: 14px 18px;
    box-shadow: 0 15px 40px rgba(20, 70, 120, 0.12);
    overflow: hidden;
    position: relative;
}

.announcement-board::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 119, 182, 0.08), transparent, rgba(46, 204, 113, 0.08));
    pointer-events: none;
}

.announcement-left {
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #063b74, #0878c9);
    color: #fff;
    padding: 16px 18px;
    border-radius: 18px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(6, 59, 116, 0.25);
}

.notice-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    animation: bellPulse 1.6s infinite ease-in-out;
}

.notice-icon i {
    font-size: 22px;
}

.announcement-left h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.announcement-left p {
    margin: 2px 0 0;
    font-size: 13px;
    opacity: 0.9;
}

.announcement-marquee {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.announcement-marquee::before,
.announcement-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.announcement-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
}

.announcement-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #fff, transparent);
}

.announcement-track {
    display: flex;
    align-items: center;
    gap: 14px;
    width: max-content;
    animation: announcementMove 38s linear infinite;
}

.announcement-marquee:hover .announcement-track {
    animation-play-state: paused;
}

.announcement-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #e8eef7;
    border-radius: 50px;
    text-decoration: none;
    color: #263238;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.announcement-item:hover {
    transform: translateY(-3px);
    color: #063b74;
    box-shadow: 0 12px 28px rgba(0, 119, 182, 0.16);
}

.announcement-title {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.announcement-title small {
    display: inline-block;
    margin-left: 6px;
    font-size: 11px;
    color: #666;
    font-weight: 600;
}

.announcement-date {
    font-size: 12px;
    color: #667085;
    font-weight: 600;
    white-space: nowrap;
}

.tag {
    padding: 6px 11px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}

.tag-notice {
    background: linear-gradient(135deg, #0ea5e9, #0369a1);
}

.tag-tender {
    background: linear-gradient(135deg, #f59e0b, #b45309);
}

.tag-event {
    background: linear-gradient(135deg, #22c55e, #15803d);
}

.tag-news {
    background: linear-gradient(135deg, #8b5cf6, #5b21b6);
}

@keyframes announcementMove {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes bellPulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.08) rotate(-8deg);
    }
    50% {
        transform: scale(1.12) rotate(8deg);
    }
    75% {
        transform: scale(1.08) rotate(-5deg);
    }
}

@media (max-width: 991px) {
    .announcement-board {
        flex-direction: column;
        align-items: stretch;
    }

    .announcement-left {
        min-width: 100%;
        justify-content: center;
        text-align: left;
    }

    .announcement-track {
        animation-duration: 28s;
    }
}

@media (max-width: 575px) {
    .piomac-announcement-section {
        padding: 18px 0;
    }

    .announcement-board {
        padding: 12px;
        border-radius: 18px;
    }

    .announcement-left {
        padding: 14px;
        border-radius: 15px;
    }

    .announcement-left h4 {
        font-size: 17px;
    }

    .announcement-left p {
        font-size: 12px;
    }

    .announcement-item {
        padding: 10px 13px;
    }

    .announcement-title {
        font-size: 13px;
    }
}
.notice-tender-section {
    padding: 45px 0;
    background: linear-gradient(135deg, #f5fbff 0%, #ffffff 45%, #f7fff6 100%);
    position: relative;
    overflow: hidden;
}

.notice-tender-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: rgba(0, 132, 255, 0.08);
    border-radius: 50%;
    top: -100px;
    left: -80px;
}

.notice-tender-section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(238, 143, 0, 0.08);
    border-radius: 50%;
    bottom: -120px;
    right: -90px;
}

.update-card {
    position: relative;
    z-index: 2;
    height: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 24px;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 18px 45px rgba(10, 35, 70, 0.12);
    overflow: hidden;
}

.notice-card {
    border-top: 5px solid #0d6efd;
}

.tender-card {
    border-top: 5px solid #f59e0b;
}

.update-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border-radius: 18px;
    margin-bottom: 18px;
    color: #fff;
}

.notice-card .update-card-header {
    background: linear-gradient(135deg, #063b74, #0d8bea);
}

.tender-card .update-card-header {
    background: linear-gradient(135deg, #8a4b00, #f59e0b);
}

.update-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.18);
    animation: iconFloat 2s infinite ease-in-out;
}

.update-icon i {
    font-size: 24px;
}

.update-card-header h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.update-card-header p {
    margin: 3px 0 0;
    font-size: 13px;
    opacity: 0.9;
}

.update-marquee-box {
    height: 260px;
    overflow: hidden;
    position: relative;
}

.update-marquee-box::before,
.update-marquee-box::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 4;
    pointer-events: none;
}

.update-marquee-box::before {
    top: 0;
    background: linear-gradient(to bottom, #fff, transparent);
}

.update-marquee-box::after {
    bottom: 0;
    background: linear-gradient(to top, #fff, transparent);
}

.update-marquee-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: verticalScroll 18s linear infinite;
}

.update-marquee-box:hover .update-marquee-content {
    animation-play-state: paused;
}

.update-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 14px;
    border-radius: 18px;
    text-decoration: none;
    color: #1f2937;
    border: 1px solid #e8eef7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.update-item:hover {
    transform: translateX(6px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.14);
    color: #063b74;
}

.update-date {
    min-width: 58px;
    height: 62px;
    border-radius: 16px;
    background: linear-gradient(135deg, #e7f1ff, #ffffff);
    border: 1px solid #b8d7ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
}

.tender-date {
    background: linear-gradient(135deg, #fff4db, #ffffff);
    border-color: #ffd68a;
    color: #d97706;
}

.update-date span {
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
}

.update-date small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.update-text {
    flex: 1;
}

.update-text h5 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
    color: #10103f;
    line-height: 1.35;
}

.update-text p {
    margin: 0;
    font-size: 12px;
    color: #667085;
    font-weight: 600;
}

.update-text p i {
    margin-right: 5px;
}

.closing-date {
    color: #dc2626 !important;
    margin-top: 3px !important;
}

.update-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f1f5f9;
    color: #0d6efd;
    transition: all 0.3s ease;
}

.update-item:hover .update-arrow {
    background: #0d6efd;
    color: #fff;
}

.tender-card .update-item:hover .update-arrow {
    background: #f59e0b;
}

.empty-update {
    padding: 35px 15px;
    text-align: center;
    background: #f8fafc;
    border-radius: 16px;
    color: #64748b;
    font-weight: 700;
}

.empty-update i {
    margin-right: 6px;
}

@keyframes verticalScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@media (max-width: 767px) {
    .notice-tender-section {
        padding: 30px 0;
    }

    .update-card {
        border-radius: 18px;
        padding: 14px;
    }

    .update-card-header {
        padding: 14px;
        border-radius: 15px;
    }

    .update-card-header h4 {
        font-size: 19px;
    }

    .update-marquee-box {
        height: 240px;
    }

    .update-item {
        padding: 12px;
        gap: 10px;
    }

    .update-text h5 {
        font-size: 14px;
    }
}
.event-gallery {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f5fbff 0%, #ffffff 45%, #f8f5ff 100%) !important;
}

.event-gallery::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0, 123, 255, 0.08);
    border-radius: 50%;
    top: -120px;
    left: -100px;
}

.event-gallery::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(238, 143, 0, 0.09);
    border-radius: 50%;
    bottom: -150px;
    right: -120px;
}

.gallery-autoplay {
    position: relative;
    z-index: 2;
}

.gallery-slide {
    padding: 14px;
}

.dynamic-gallery-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 35, 80, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
}

.dynamic-gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(15, 35, 80, 0.20);
}

.gallery-main-link {
    text-decoration: none;
    display: block;
}

.gallery-image-box {
    position: relative;
    height: 260px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
}

.gallery-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.dynamic-gallery-card:hover .gallery-image-box img {
    transform: scale(1.12) rotate(1deg);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(3, 12, 34, 0.05),
        rgba(3, 12, 34, 0.80)
    );
    display: flex;
    align-items: flex-end;
    padding: 22px;
    opacity: 0;
    transition: all 0.35s ease;
}

.dynamic-gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-content {
    color: #ffffff;
    transform: translateY(25px);
    transition: all 0.35s ease;
}

.dynamic-gallery-card:hover .gallery-overlay-content {
    transform: translateY(0);
}

.gallery-view-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ff9800, #ffb703);
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    box-shadow: 0 8px 18px rgba(255, 152, 0, 0.35);
}

.gallery-view-icon i {
    font-size: 18px;
}

.gallery-overlay-content h5 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
}

.gallery-overlay-content p {
    margin: 0;
    font-size: 14px;
    color: #f1f5f9;
}

.gallery-album-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #081044;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.gallery-album-badge i {
    color: #ff9800;
    margin-right: 5px;
}

.gallery-content {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.gallery-content h5 {
    margin: 0 0 5px;
    color: #081044;
    font-size: 18px;
    font-weight: 800;
}

.gallery-content p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
}

.gallery-arrow {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #081044, #123c88);
    color: #ffffff;
    display: grid;
    place-items: center;
    transition: all 0.35s ease;
}

.dynamic-gallery-card:hover .gallery-arrow {
    background: linear-gradient(135deg, #ff9800, #ffb703);
    transform: rotate(-20deg);
}

.no-gallery-data {
    padding: 50px 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.no-gallery-data i {
    font-size: 45px;
    color: #0d6efd;
    margin-bottom: 14px;
}

.no-gallery-data h5 {
    font-size: 22px;
    font-weight: 800;
    color: #081044;
}

.no-gallery-data p {
    color: #6b7280;
    margin: 0;
}

/* Slick Arrows */
.gallery-autoplay .slick-prev,
.gallery-autoplay .slick-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #081044;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(8, 16, 68, 0.25);
}

.gallery-autoplay .slick-prev:hover,
.gallery-autoplay .slick-next:hover {
    background: #ff9800;
}

.gallery-autoplay .slick-prev:before,
.gallery-autoplay .slick-next:before {
    font-family: "FontAwesome";
    font-size: 18px;
    opacity: 1;
}

.gallery-autoplay .slick-prev:before {
    content: "\f053";
}

.gallery-autoplay .slick-next:before {
    content: "\f054";
}

.gallery-autoplay .slick-prev {
    left: -12px;
}

.gallery-autoplay .slick-next {
    right: -12px;
}

@media (max-width: 767px) {
    .event-gallery {
        padding: 45px 0;
    }

    .gallery-image-box {
        height: 230px;
    }

    .gallery-content h5 {
        font-size: 16px;
    }

    .gallery-autoplay .slick-prev {
        left: 4px;
    }

    .gallery-autoplay .slick-next {
        right: 4px;
    }
}
.piomac-slider {
    position: relative;
    overflow: hidden;
}

.piomac-slider .carousel-item {
    position: relative;
    min-height: 620px;
    background: #05051f;
}

.slider-img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    animation: sliderZoom 8s ease-in-out infinite alternate;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5, 5, 31, 0.82) 0%,
        rgba(5, 5, 31, 0.55) 45%,
        rgba(5, 5, 31, 0.18) 100%
    );
    z-index: 1;
}

.piomac-caption {
    position: absolute;
    left: 11%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 2;
    max-width: 760px;
}

.slider-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 152, 0, 0.16);
    border: 1px solid rgba(255, 152, 0, 0.45);
    color: #ffb703;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.piomac-caption h1 {
    font-size: 56px;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 18px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.piomac-caption .apply-now {
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #ff9800, #ffb703);
    border: none;
    box-shadow: 0 12px 28px rgba(255, 152, 0, 0.35);
    transition: all 0.35s ease;
}

.piomac-caption .apply-now:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #081044, #123c88);
    color: #ffffff;
}

.piomac-slider .carousel-indicators {
    bottom: 28px;
    z-index: 5;
}

.piomac-slider .carousel-indicators button {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: transparent;
    opacity: 1;
    margin: 0 6px;
}

.piomac-slider .carousel-indicators button.active {
    background: #ff9800;
    border-color: #ff9800;
    width: 34px;
    border-radius: 30px;
}

.slider-control-icon {
    width: 48px;
    height: 48px;
    background: rgba(8, 16, 68, 0.75);
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.slider-control-icon:hover {
    background: #ff9800;
}

@keyframes sliderZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}

@media (max-width: 991px) {
    .piomac-slider .carousel-item,
    .slider-img {
        height: 520px;
        min-height: 520px;
    }

    .piomac-caption {
        left: 7%;
        max-width: 620px;
    }

    .piomac-caption h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .piomac-slider .carousel-item,
    .slider-img {
        height: 430px;
        min-height: 430px;
    }

    .piomac-caption {
        left: 6%;
        right: 6%;
        max-width: 100%;
    }

    .slider-subtitle {
        font-size: 11px;
        padding: 7px 14px;
    }

    .piomac-caption h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .piomac-caption .apply-now {
        padding: 10px 22px;
        font-size: 14px;
    }

    .slider-control-icon {
        width: 38px;
        height: 38px;
    }
}