/* 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;
}

/* Header responsive improvements for edge-to-edge positioning */
@media (min-width: 1200px) {
    .header-one .container {
        max-width: 1400px;
        padding: 0 40px;
    }
}

@media (min-width: 1400px) {
    .header-one .container {
        max-width: 1600px;
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .header-one .container {
        padding: 0 20px;
    }
    .mainmenu .navigation {
        gap: 16px;
    }
}
@media (max-width: 767px) {
    .header-one .container {
        padding: 0 15px;
    }
    .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;
}

/* ========================================
   SERVICES PAGE RESPONSIVE IMPROVEMENTS
   ======================================== */

/* Large screen optimizations for services page */
@media (min-width: 1200px) {
    .service-training .container {
        max-width: 1400px;
    }
    
    .service-training .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .service-training .col-lg-3 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .service-training .single-service {
        padding: 40px 30px;
        min-height: 420px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .service-training .single-service:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    
    .service-training .single-service i {
        font-size: 3rem;
        margin-bottom: 25px;
    }
    
    .service-training .single-service h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .service-training .single-service ul {
        font-size: 15px;
        line-height: 1.7;
    }
    
    .service-training .single-service ul li {
        margin-bottom: 8px;
    }
}

/* Extra large screen optimizations */
@media (min-width: 1400px) {
    .service-training .container {
        max-width: 1600px;
    }
    
    .service-training .row {
        margin-left: -25px;
        margin-right: -25px;
    }
    
    .service-training .col-lg-3 {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .service-training .single-service {
        padding: 45px 35px;
        min-height: 450px;
    }
    
    .service-training .single-service i {
        font-size: 3.5rem;
        margin-bottom: 30px;
    }
    
    .service-training .single-service h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    .service-training .single-service ul {
        font-size: 16px;
    }
}

/* Medium screen optimizations */
@media (min-width: 768px) and (max-width: 1199px) {
    .service-training .single-service {
        padding: 35px 25px;
        min-height: 380px;
    }
    
    .service-training .single-service i {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    
    .service-training .single-service h4 {
        font-size: 19px;
        margin-bottom: 18px;
    }
    
    .service-training .single-service ul {
        font-size: 14px;
    }
}

/* Small screen optimizations */
@media (max-width: 767px) {
    .service-training .single-service {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .service-training .single-service i {
        font-size: 2.5rem;
        margin-bottom: 18px;
    }
    
    .service-training .single-service h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .service-training .single-service ul {
        font-size: 14px;
    }
    
    .service-training .single-service ul li {
        margin-bottom: 6px;
    }
}

/* Advisory approach section improvements */
@media (min-width: 1200px) {
    .service-approach .single-service {
        padding: 35px 25px;
        min-height: 280px;
    }
    
    .service-approach .single-service i {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
    
    .service-approach .single-service h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .service-approach .single-service p {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* Section spacing improvements */
@media (min-width: 1200px) {
    .ptb-90 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .section-title h2 {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    
    .section-title p {
        font-size: 1.3rem;
    }
}

/* Hero banner improvements for large screens */
@media (min-width: 1200px) {
    .hero-banner {
        min-height: 500px;
    }
    
    .hero-banner h1 {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-banner p {
        font-size: 1.4rem;
    }
}

/* CTA section improvements for large screens */
@media (min-width: 1200px) {
    .cta-section {
        min-height: 400px;
    }
    
    .cta-section h2 {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    
    .cta-section p {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }
    
    .cta-section .btn-lg {
        font-size: 1.1rem;
        padding: 12px 40px;
    }
}

/* Additional container and spacing improvements */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    
    .service-area .container {
        max-width: 1400px;
    }
    
    .hero-banner .container,
    .cta-section .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .service-area .container {
        max-width: 1600px;
    }
    
    .hero-banner .container,
    .cta-section .container {
        max-width: 1320px;
    }
}

/* Improved grid spacing for better visual balance */
@media (min-width: 1200px) {
    .service-training .row {
        row-gap: 2rem;
    }
    
    .service-approach .row {
        row-gap: 2rem;
    }
}

/* Better card shadows and hover effects */
@media (min-width: 1200px) {
    .service-training .single-service,
    .service-approach .single-service {
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        border: 1px solid rgba(0,0,0,0.05);
    }
    
    .service-training .single-service:hover,
    .service-approach .single-service:hover {
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        border-color: rgba(0,113,193,0.2);
    }
}

/* Navbar edge positioning improvements */
@media (min-width: 1200px) {
    .header-one .navbar {
        padding-left: 0;
        padding-right: 0;
    }
    
    .header-one .navbar-brand {
        margin-left: 0;
        padding-left: 0;
    }
    
    .header-one .navbar-toggler {
        margin-right: 0;
        padding-right: 0;
    }
    
    .header-one .navbar-collapse {
        margin-right: 0;
        padding-right: 0;
    }
}

@media (min-width: 1400px) {
    .header-one .navbar-brand {
        margin-left: 0;
    }
    
    .header-one .navbar-toggler {
        margin-right: 0;
    }
}

/* Additional header positioning fixes */
@media (min-width: 1200px) {
    .header-one .navbar-nav {
        margin-right: 0;
    }
    
    .header-one .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
    }
}

/* Ensure proper header height and alignment */
.header-one .navbar {
    min-height: 80px;
    align-items: center;
}

.header-one .navbar-brand {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-one .navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.header-one .navbar-toggler:focus {
    box-shadow: none;
}

/* Mobile header improvements */
@media (max-width: 991px) {
    .header-one .navbar-collapse {
        background: #fff;
        border-top: 1px solid #e5e5e5;
        margin-top: 10px;
        padding: 15px 0;
    }
    
    .header-one .navbar-nav .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .header-one .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
}

/* ========================================
   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);
}
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;
}

/* Contact Form Styles */
.contact-form-wrap {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contact-form-wrap .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
    border-color: #0071C1;
    box-shadow: 0 0 0 0.2rem rgba(0,113,193,0.25);
    outline: none;
}

.contact-form-wrap .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}

.contact-form-wrap .invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.contact-form-wrap textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contact-form-wrap .btn-emt-blue {
    background-color: #0071C1;
    border-color: #0071C1;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.contact-form-wrap .btn-emt-blue:hover {
    background-color: #005fa3;
    border-color: #005fa3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,113,193,0.3);
}

.contact-form-wrap .btn-emt-blue:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    transform: none;
    box-shadow: none;
}

/* Contact Info Box Styles */
.contact-info-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.contact-info-box h4 {
    color: #0071C1;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-detail p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.contact-detail i {
    color: #0071C1;
    margin-right: 10px;
    width: 20px;
}

.contact-detail a {
    color: #0071C1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail a:hover {
    color: #005fa3;
}

.business-hours,
.emergency-contact {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
}

/* Map Styles */
.contact-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contact-map iframe {
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form-wrap {
        padding: 25px 20px;
    }
    
    .contact-info-box {
        padding: 20px;
    }
    
    .contact-form-wrap .btn-emt-blue {
        width: 100%;
        padding: 15px;
    }
}

/* Captcha styling */
#captcha-group {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

#captcha-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

/* Success Message Styling */
.success-message {
    margin-bottom: 30px;
}

.success-message .alert {
    border: none;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.success-message .alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left: 4px solid #28a745;
}

.success-message .alert i {
    margin-right: 10px;
    font-size: 18px;
    color: #28a745;
}

.success-message .alert strong {
    font-weight: 600;
}

/* =============================
   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;
}

.hero-overlay {
  background: rgba(0,113,193,0.55);
  z-index: 1;
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
}
.hero-content {
  z-index: 2;
}
.logo-img {
  max-height: 60px;
  width: auto;
  display: block;
} 