/* Custom CSS for EMT Institute Website */
/* This file contains all custom styles specific to the website */

/* ========================================
   GLOBAL STYLES & UTILITIES
   ======================================== */

/* Custom fonts and base styles */
@import "https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

/* Font families */
.font-montserrat {
    font-family: Montserrat, sans-serif;
}

.font-poppins {
    font-family: Poppins, sans-serif;
}

/* Utility classes */
.no-margin {
    margin: 0;
}

.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding {
    padding: 0;
}

.section-padding {
    padding: 120px 0;
}

.section-pb {
    padding-bottom: 120px;
}

.section-pt {
    padding-top: 120px;
}

.white-color {
    color: #fff;
}

.theme-color {
    color: #0071C1;
}

/* Width utilities */
.percent-20 {
    width: 20%;
}

.percent-25 {
    width: 25%;
}

.percent-33 {
    width: 33.333%;
}

.percent-50 {
    width: 50%;
}

.percent-66 {
    width: 66.666%;
}

.percent-100,
.d-table {
    width: 100%;
}

/* Margin utilities */
.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mr-20 {
    margin-right: 20px;
}

/* Padding utilities */
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-215 {
    padding-top: 215px;
}

.pb-120 {
    padding-bottom: 120px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-40 {
    padding-right: 40px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

/* Background colors */
.white-bg {
    background: #fff;
}

.dark-bg {
    background: #222;
}

.theme-bg {
    background: #0071C1;
}

.bg-color-1 {
    background: #f5f5f5;
}

.bg-color-2 {
    background: #2d2d2d;
}

.bg-color-3 {
    background: #151515;
}

.bg-color-4 {
    background: #373737;
}

.bg-color-5 {
    background: #1c1c1c;
}

.bg-color-6 {
    background: #f1f1f1;
}

.bg-color-7 {
    background: #e5e5e5;
}

.bg-color-8 {
    background: #282828;
}

/* Background images */
.bg-img-1,
.bg-img-2,
.bg-img-3 {
    background-position: center center;
    background-size: cover;
}

.add-image,
.add-image-2,
.add-image-3,
.bg-img-1,
.bg-img-2,
.bg-img-3 {
    background-repeat: no-repeat;
}

/* Button styles */
.btn.btn-1 {
    border: 2px solid transparent;
}

.btn.btn-1:hover {
    background: 0 0;
    border-color: #0071C1;
    color: #0071C1;
}

.btn-2,
.btn-4 {
    background-color: #001A60;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 55px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(2,2,2,.1);
    box-shadow: 0 2px 6px 0 rgba(2,2,2,.1);
}

.btn-emt-blue {
    background-color: #0071C1 !important;
    border-color: #0071C1 !important;
    color: #fff !important;
}

.btn-emt-blue:hover,
.btn-emt-blue:focus {
    background-color: #005fa3 !important;
    border-color: #005fa3 !important;
    color: #fff !important;
}

/* Animation classes */
.animate {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

/* Animation delays */
.delay-a {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}

.delay-b {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.delay-c {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}

.delay-d {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

/* Mobile utility classes */
.mobile-mb-30 {
    margin-bottom: 30px;
}

/* ========================================
   HEADER & NAVIGATION (Classic Desktop Design)
   ======================================== */
.header-one {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    z-index: 1000;
    border-bottom: 1px solid #e5e5e5;
}
.header-one .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px;
}
.header-one .row {
    margin: 0;
}
.header-one .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.header-one .logo {
    margin: 0;
    display: flex;
    align-items: center;
}
.header-one .logo img {
    max-height: 60px;
    width: auto;
    display: block;
}
.mainmenu {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.mainmenu .navigation {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainmenu .navigation li a {
    color: inherit !important;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-bottom 0.2s;
}
.mainmenu .navigation li a:hover,
.mainmenu .navigation li.active a {
    color: #0071C1;
    border-bottom: 2px solid #0071C1;
}
.navbar-toggle {
    display: none;
}
@media (max-width: 991px) {
    .header-one .container {
        padding: 0 10px;
    }
    .mainmenu .navigation {
        gap: 16px;
    }
}
@media (max-width: 767px) {
    .header-one .col-xs-12 {
        flex-direction: column;
        align-items: flex-start;
    }
    .mainmenu {
        width: 100%;
        margin-left: 0;
    }
    .mainmenu .navigation {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    .mainmenu .navigation li a {
        width: 100%;
        padding: 14px 16px;
        border-bottom: 1px solid #eee;
    }
    .navbar-toggle {
        display: block;
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 24px;
        height: 3px;
        margin: 5px 0;
        background: #222;
        border-radius: 2px;
        transition: background 0.2s;
    }
}

/* ========================================
   MAIN SLIDER
   ======================================== */

.main-slider-one,
.main-slider-two {
    margin-top: 71px;
}

.mainslider-text h1 {
    font-size: 40px;
}

.mainslider-text > h2 {
    font-size: 30px;
}

.mainslider-text p {
    display: none;
}

/* Camera slider customizations */
.camera_next > span::after,
.camera_prev > span::after {
    font-size: 40px;
    line-height: 50px;
}

.camera_next,
.camera_prev {
    height: 50px;
    width: 50px;
    margin-top: -25px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0 8px 10px;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    height: 70px;
    width: 70px;
    top: 0;
}

/* ========================================
   SERVICES SECTIONS
   ======================================== */

.service-area {
    position: relative;
}

.service-one .mlr-minus,
.service-two .mlr-minus {
    margin-left: -15px;
    margin-right: -15px;
}

.single-service {
    text-align: center;
    padding: 30px 20px;
}

.single-service i {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.single-service h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-service p {
    line-height: 1.6;
    margin: 0;
}

.single-service p br {
    display: none;
}

.service-two .mb-40 {
    margin-bottom: 40px;
}

.service-two .single-service i {
    -webkit-box-shadow: 0 0 0 1px #ddd inset;
    box-shadow: 0 0 0 1px #ddd inset;
    color: #0071C1;
    float: left;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}

/* ========================================
   ABOUT SECTIONS
   ======================================== */

.about-one .right {
    padding: 30px;
}

.about-one .right .border-r {
    border-right: none;
}

.about-one .right .border-b {
    border-bottom: 0;
}

.about-one .right .pl-45,
.about-service.pt-40 {
    padding: 0;
}

.about-service {
    height: 300px;
    padding-top: 15px;
}

.about-two .right {
    padding-left: 30px;
}

.about-two .about-text {
    width: 479px;
}

.about-area.dark-version .left {
    padding: 50px 30px;
}

/* ========================================
   TEAM SECTIONS
   ======================================== */

.team-one .ptb-60 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.team-one .single-member .text > p {
    padding: 0 5px;
}

.team-one .single-member .text {
    margin-top: -100px;
}

.team-one .single-member .name h2 {
    font-size: 24px;
}

/* ========================================
   VIDEO SECTIONS
   ======================================== */

.video-one {
    padding: 80px 30px;
}

.video-one .pull-left {
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 0;
}

.video-one .pull-left,
.video-one::after {
    width: 100%;
}

.video-text h1 {
    font-family: Poppins;
    font-size: 37px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 20px;
}

/* ========================================
   PROMO SECTIONS
   ======================================== */

.promo-two .promo-text h1 {
    font-size: 36px;
}

.promo-area .right.pull-right {
    float: none !important;
}

/* ========================================
   AWESOME SECTIONS
   ======================================== */

.awesome-one {
    padding: 80px 0;
}

.awesome-one .awesome-text {
    margin: 0;
    padding-top: 0;
}

.awesome-one .awesome-img {
    margin: 35px -20px;
}

/* ========================================
   BLOG SECTIONS
   ======================================== */

.blog-image.pull-left {
    float: none;
    padding-top: 38px;
}

.blog-image.pull-left,
.blog-image.pull-left img {
    width: 100%;
}

.blog-content.media-body {
    width: 100%;
}

.single-blog img {
    width: 100%;
}

.date-comment.plr-30 {
    padding-left: 20px;
    padding-right: 20px;
}

/* ========================================
   CONTACT SECTIONS
   ======================================== */

.contact-box {
    padding: 100px 80px 80px;
}

.contact-box .single-input {
    margin-right: 60px;
    width: 190px;
}

.single-info.phone {
    padding-left: 80px;
    width: 39%;
}

.single-info.email {
    width: 29%;
}

.single-info.location {
    width: 38%;
}

.single-info {
    width: 100% !important;
    padding: 0;
}

/* ========================================
   FOOTER (Classic Desktop Design)
   ======================================== */
.footer-area {
    background: #222;
    color: #fff;
    padding: 40px 0 16px 0;
    border-top: 1px solid #e5e5e5;
}
.footer-one {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 8vw 16px 8vw;
    background: #232323;
    gap: 24px;
}
.footer-one > div {
    min-width: 180px;
    flex: 1 1 0;
    margin-bottom: 0;
}
.footer-logo img {
    display: block;
    margin: 0 0 12px 0;
    max-height: 60px;
    width: auto;
}
.footer-logo p {
    color: #e1e1e1;
    line-height: 1.6;
    font-size: 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}
.footer-one h4 {
    text-transform: uppercase !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.footer-contact li,
.footer-contact li a {
    font-weight: 300;
    color: #a3a3a3;
    line-height: 1.6;
    font-size: 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: color 0.2s;
}
.footer-contact li span {
    color: #e1e1e1;
    font-weight: 400;
    font-size: 16px;
}
.footer-contact li a {
    text-transform: lowercase;
}
.footer-link li a,
.footer-tag a {
    font-size: 13px;
    color: #e1e1e1;
    line-height: 1.6;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: color 0.2s;
}
.footer-link li a:hover,
.footer-tag a:hover,
.footer-contact li a:hover {
    color: #0071C1;
}
.social-icon.style1 ul {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding-left: 0;
    justify-content: flex-start;
}
.social-icon.style1 ul li a {
    color: #e1e1e1;
    font-size: 20px;
    transition: color 0.2s, transform 0.2s;
}
.social-icon.style1 ul li a:hover {
    color: #0071C1;
    transform: translateY(-2px) scale(1.1);
}
.copyright-text {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 24px;
    padding: 16px 0 0 0;
    text-align: center;
}
.copyright-text p,
.copyright-text p a {
    color: #909090;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 0;
}
.copyright-text p a {
    color: #fff;
    transition: color 0.2s;
}
.copyright-text p a:hover {
    color: #0071C1;
}
@media (max-width: 991px) {
    .footer-one {
        flex-direction: column;
        align-items: center;
        padding: 32px 4vw 16px 4vw;
        gap: 32px;
    }
    .footer-one > div {
        width: 100%;
        min-width: 0;
        text-align: center;
        margin-right: 0;
    }
    .footer-logo img {
        margin: 0 auto 12px auto;
    }
    .social-icon.style1 ul {
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .footer-one {
        padding: 24px 2vw 12px 2vw;
        gap: 20px;
    }
    .footer-logo img {
        max-height: 40px;
    }
    .footer-one h4 {
        font-size: 15px;
    }
    .footer-link li a,
    .footer-tag a,
    .footer-contact li,
    .footer-contact li a {
        font-size: 12px;
    }
    .copyright-text {
        padding: 10px 0 0 0;
    }
    .copyright-text p {
        font-size: 11px;
    }
}

/* =============================
   Services Page Styles (migrated from services.html <style> block)
   ============================= */
.header-one {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
    transition: background 0.2s, box-shadow 0.2s;
}
.header-one.scrolled {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
.header-one .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
body {
    padding-top: 0;
}
.header-one .container > .row {
    margin: 0;
}
.header-one .container > .row > .col-xs-12 {
    display: block;
    padding: 0;
}
.header-one .logo {
    margin: 0;
    display: flex;
    align-items: center;
}
.mainmenu {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.navbar-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* =============================
   Contact Page Styles (migrated from contact.html inline styles)
   ============================= */
.borderless-iframe {
    border: 0 !important;
}
.confirmation-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}
.confirmation-modal-content {
    background: #fff;
    color: #222;
    max-width: 400px;
    margin: 10% auto;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    color: #888;
    cursor: pointer;
}

/* =============================
   Blog Page Styles (migrated from enterprise-architecture-blog.html <style> block)
   ============================= */
/* (Paste the CSS from the <style> block here) */

/* =============================
   Blog Page Styles (migrated from enterprise-architecture-blog.html <style> block)
   ============================= */
/* (Paste the CSS from the <style> block here) */

.footer-one, .footer-one > div, .footer-logo, .footer-info, .footer-contact, .footer-framework {
    border-top: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* Remove duplicate logo if present */
.footer-logo .footer-logo img + img {
    display: none !important;
}

/* --- RESTORED REFERENCE DESIGN STYLES --- */
/* (Insert extracted CSS for header, slider, main, and footer from reference style-min.css here) */

/* --- SLIDER BLUE OVERLAY FILTER --- */
.main-slider-one .carousel-item {
  position: relative;
  overflow: hidden;
}
.main-slider-one .carousel-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 113, 193, 0.55);
  z-index: 1;
  pointer-events: none;
}
.main-slider-one .mainslider-text {
  position: relative;
  z-index: 2;
}

/* Header navigation style for all pages */
.header-one .navbar-nav .nav-link {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 100 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #222 !important;
  transition: color 0.2s;
}
.header-one .navbar-nav .nav-link:hover,
.header-one .navbar-nav .nav-link:focus,
.header-one .navbar-nav .nav-item.active .nav-link,
.header-one .navbar-nav .nav-link.active {
  color: #0071C1 !important;
  text-decoration: none;
}

.footer-area, .footer-area * {
  font-family: 'Montserrat', Arial, sans-serif !important;
}
.footer-one h4, .footer-one ul li, .footer-one ul li span, .footer-one ul li a, .footer-logo p, .footer-one > div {
  text-transform: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
.footer-one h4 {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
.footer-one ul li, .footer-one ul li a, .footer-one ul li span {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #a3a3a3 !important;
  line-height: 1.6;
}
.footer-one ul li a, .footer-contact li a {
  text-decoration: none !important;
  color: #a3a3a3 !important;
  font-weight: 300 !important;
}
.footer-one ul li a:hover, .footer-contact li a:hover {
  color: #0071C1 !important;
}
.footer-logo p {
  font-size: 15px !important;
  color: #e1e1e1 !important;
  font-weight: 300 !important;
  margin-bottom: 12px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}
.footer-one .footer-logo img {
  margin-bottom: 12px;
}

.footer-title {
  text-transform: uppercase !important;
} 