/*
 * Fionca - Financial Services HTML Template
 * Cloned from WordPress Theme
 */

/* Reset */
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

/* Global Settings */
body {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.centred {
    text-align: center;
}

/* Header Styles */
.main-header {
    position: relative;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Banner Slider Styles */
.banner-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.slide .content-box {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.slide .company-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.9;
}

.slide h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-box {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #3b5998;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #3b5998;
}

.contact-btn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.slider-nav button {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-nav button:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #ffffff;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #ffffff;
}

.btn-one {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 50%, #1e40af 100%);
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    align-self: center;
    width: fit-content;
}

.btn-one:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4), 0 3px 10px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 50%, #1e3a8a 100%);
    color: white;
    text-decoration: none;
}

.btn-one.style-two {
    background: transparent;
    border: 2px solid #ffffff;
}

.btn-one.style-two:hover {
    background: #ffffff;
    color: #1e3a8a;
}

/* Experience Section */
.experience-section {
    padding: 80px 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.experience-section .row {
    min-height: 200px;
    align-items: center;
}

.experience-left {
    padding: 30px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 200px;
}

.experience-header {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.experience-number {
    font-size: 72px;
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1;
    border: 3px solid #1e3a8a;
    padding: 20px 25px;
    border-radius: 8px;
    min-width: 120px;
    text-align: center;
}

.experience-text {
    flex: 1;
}

.years {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.title-inline {
    font-size: 26px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
    margin: 0;
    min-width: 250px;
}



.experience-right {
    padding: 30px 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 200px;
    background: #f8fafc;
    border-radius: 10px;
    margin: 20px 0;
}

.experience-header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 25px;
    flex-wrap: wrap;
}

.number-inline {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border: 4px solid #1e3a8a;
    border-radius: 12px;
    padding: 25px 30px;
    min-width: 120px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.15);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.number-inline:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.25);
}

.number-inline .number {
    font-size: 48px;
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1;
}

.number-inline .text {
    font-size: 14px;
    font-weight: 600;
    color: #1e3a8a;
    margin-top: 8px;
    letter-spacing: 1px;
}

.title-inline {
    font-size: 26px;
    font-weight: 600;
    color: #1e3a8a;
    margin: 0;
    line-height: 1.3;
    flex: 1;
    min-width: 250px;
}

.experience-right p {
    font-size: 17px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
    text-align: justify;
    font-weight: 400;
}

.welcome-message {
    padding: 20px;
    background: #f8fafc;
    border-radius: 10px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 200px;
    border: 1px solid #e5e7eb;
}

.welcome-message p {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
    text-align: center;
}

/* Services Section */
.service-section {
    padding: 60px 0;
    background: #f8fafc;
}

.services-grid {
    margin-top: 40px;
}

.service-row {
    margin-bottom: 40px;
    padding: 0 10px;
    display: flex;
    align-items: stretch;
}

.service-row:last-child {
    margin-bottom: 0;
}

.service-row:last-child {
    margin-bottom: 0;
}

.service-row .col-lg-4 {
    display: flex;
    margin-bottom: 0;
}

.sec-title {
    margin-bottom: 30px;
}

.sec-title .sub-title {
    color: #f97316;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.sec-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.2;
}

.service-block {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    border-radius: 16px;
    padding: 25px 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08), 0 2px 10px rgba(0,0,0,0.04);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: auto;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid rgba(59, 130, 246, 0.1);
    backdrop-filter: blur(10px);
}

.service-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.service-block:hover::before {
    left: 100%;
}

.service-block .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}

.service-block:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.15), 0 5px 20px rgba(0,0,0,0.1);
    border-color: rgba(59, 130, 246, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 50%, #ffffff 100%);
}

.service-block .icon-box {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(45deg, #f8f9fa, #e9ecef);
    padding: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.service-block .icon-box img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 9px;
    transition: all 0.4s ease;
    filter: brightness(1.05) contrast(1.1);
}

.service-block:hover .icon-box img {
    transform: scale(1.08);
    filter: brightness(1.15) contrast(1.2);
}

.service-block .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-block h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    line-height: 1.2;
    letter-spacing: -0.3px;
    text-align: center;
}

.service-block h3 a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-block h3 a:hover {
    transform: scale(1.05);
    display: inline-block;
}

.service-block p {
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    flex-grow: 1;
}

.service-block .link-btn {
    margin-top: auto;
    padding-top: 15px;
}

.service-block .link-btn .btn-one {
    display: inline-block;
    padding: 8px 18px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(74, 144, 226, 0.3);
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.service-block .link-btn .btn-one:hover {
    background: linear-gradient(135deg, #357abd 0%, #2c5aa0 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
    color: #ffffff;
}

/* Responsive adjustments for compact design */
@media (max-width: 768px) {
    .service-section {
        padding: 40px 0;
    }
    
    .service-row {
        margin-bottom: 25px;
        padding: 0 5px;
    }
    
    .service-block {
        margin-bottom: 20px;
        padding: 20px 15px;
        border-radius: 14px;
        min-height: 280px;
    }
    
    .service-block .icon-box {
        margin-bottom: 12px;
    }
    
    .service-block .icon-box img {
        height: 100px;
    }
    
    .service-block h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .service-block p {
        font-size: 12px;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .service-block .link-btn {
        padding-top: 8px;
    }
    
    .btn-one {
        padding: 6px 12px;
        font-size: 10px;
    }
}

.header-top {
    position: relative;
    background: #1e3a8a;
    padding: 10px 0px;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-top .info li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    margin-right: 30px;
}

.header-top .info li:last-child {
    margin-right: 0;
}

.header-top .info li i {
    margin-right: 8px;
    color: #fbbf24;
}

.header-top .info li a {
    color: #ffffff;
}

.header-top .info li a:hover {
    color: #fbbf24;
}

.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.social-links li {
    margin-right: 15px;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links li a:hover {
    background: #fbbf24;
    color: #1e3a8a;
}

.header-lower {
    position: relative;
    background: #ffffff;
    padding: 15px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: visible;
}

.header-lower .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: visible;
}

.logo-box .logo {
    margin: 0;
}

.logo-box .logo a {
    display: inline-block;
}

.logo-box .logo img {
    max-height: 60px;
    width: auto;
    display: block;
    visibility: visible;
    opacity: 1;
}

.logo-box .logo svg {
    max-height: 60px;
    width: auto;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-area {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu .navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

.main-menu .navigation li {
    position: relative;
    margin-right: 20px;
}

.main-menu .navigation li:last-child {
    margin-right: 0;
}

.main-menu .navigation li a {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: visible;
}

.main-menu .navigation li a:hover,
.main-menu .navigation li.current a {
    color: #1e3a8a;
}

.menu-right-content {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 0;
    justify-content: flex-end;
}

.search-btn,
.nav-btn {
    margin-right: 20px;
}

.search-btn button,
.nav-btn {
    background: none;
    border: none;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn button:hover,
.nav-btn:hover {
    color: #1e3a8a;
}

.theme-btn {
    display: inline-flex;
    padding: 10px 25px;
    background: #1e3a8a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.theme-btn:hover {
    background: #fbbf24;
    color: #1e3a8a;
}

.theme-btn.style-two {
    background: transparent;
    color: #1e3a8a;
    border: 2px solid #1e3a8a;
}

.theme-btn.style-two:hover {
    background: #1e3a8a;
    color: #ffffff;
}

/* Mobile Navigation */
.mobile-nav-toggler {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-right: 20px;
    padding: 10px;
    z-index: 9998;
}

.mobile-nav-toggler .icon-bar {
    width: 25px;
    height: 3px;
    background: #333333;
    margin: 3px 0;
    transition: all 0.3s ease;
}

.mobile-menu-visible .mobile-nav-toggler .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-visible .mobile-nav-toggler .icon-bar:nth-child(2) {
    opacity: 0;
}

.mobile-menu-visible .mobile-nav-toggler .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 997;
    display: block;
}

/* Mobile Menu Styles */
.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
}

.mobile-menu-visible .navbar-collapse,
.navbar-collapse.show {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
    padding: 40px 20px;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: all 0.5s ease;
    transform: translateX(0);
}

.mobile-menu-visible .navbar-collapse .navigation {
    display: block;
    width: 100%;
}

.mobile-menu-visible .navbar-collapse .navigation li {
    display: block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-visible .navbar-collapse .navigation li a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mobile-menu-visible .navbar-collapse .navigation li a:hover {
    color: #3b5998;
    padding-left: 10px;
}

.mobile-menu-visible .navbar-collapse .navigation li.current a {
    color: #3b5998;
    font-weight: 600;
}

/* Banner Section */
.banner-section {
    background: linear-gradient(135deg, rgba(248, 149, 44, 0.9) 0%, rgba(6, 60, 131, 0.9) 100%), url('') center center/cover;
    padding: 120px 0;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-section .container {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    color: white;
}

.banner-text {
    font-size: 18px;
    margin-bottom: 35px;
    opacity: 0.95;
    line-height: 1.6;
}

.banner-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.banner-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 16px;
    text-align: center;
}

.btn-primary {
    background: #f8952c;
    color: white;
    border-color: #f8952c;
}

.btn-primary:hover {
    background: transparent;
    color: #f8952c;
    border-color: #f8952c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(248, 149, 44, 0.3);
}

.btn-secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-secondary:hover {
    background: white;
    color: #063c83;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* About Section */
.about-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.02);
}

.about-content {
    padding-left: 40px;
}

.about-content .text {
    margin-bottom: 40px;
}

.about-content .text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-left: 3px solid #f8952c;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8952c, #ff6b35);
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(248, 149, 44, 0.25);
}

.feature-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.feature-content {
    flex: 1;
}

.feature-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #063c83;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.about-btn {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .about-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.sub-title {
    color: #f8952c;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.about-content .text p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.about-btn {
    margin-top: 30px;
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: #ffffff;
}

.service-block {
    text-align: center;
    padding: 50px 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.service-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f8952c 0%, #063c83 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-block:hover::before {
    transform: scaleX(1);
}

.service-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #f8952c;
}

.service-block .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #f8952c 0%, #063c83 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    transition: all 0.3s ease;
}

.service-block:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(248, 149, 44, 0.3);
}

.service-block .icon img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}

.service-block h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #063c83;
    transition: color 0.3s ease;
}

.service-block:hover h3 {
    color: #f8952c;
}

.service-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 25px;
}

.service-block .read-more {
    color: #f8952c;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.service-block .read-more::after {
    content: '->';
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.service-block:hover .read-more::after {
    margin-left: 15px;
}

/* Service Section */
.service-section {
    position: relative;
    padding: 80px 0px;
    background: #f8fafc;
}

.sec-pad {
    padding: 80px 0px;
}

.sec-title {
    margin-bottom: 60px;
}

.sec-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.sec-title p {
    font-size: 16px;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
}

.service-block .inner-box {
    position: relative;
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.service-block .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-block .icon-box {
    margin-bottom: 25px;
}

.service-block .icon-box i {
    font-size: 48px;
    color: #1e3a8a;
    transition: all 0.3s ease;
}

.service-block .inner-box:hover .icon-box i {
    color: #fbbf24;
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.feature-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-block:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-block .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f8952c 0%, #063c83 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}

.feature-block .icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.feature-block .content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #063c83;
    margin-bottom: 10px;
}

.feature-block .content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Team Section */
.team-section {
    padding: 100px 0;
    background: #ffffff;
}

.team-block {
    text-align: center;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.team-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-block .image {
    position: relative;
    overflow: hidden;
}

.team-block .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-block:hover .image img {
    transform: scale(1.1);
}

.team-block .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(248, 149, 44, 0.9) 0%, rgba(6, 60, 131, 0.9) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-block:hover .image .overlay {
    opacity: 1;
}

.team-block .image .social-links {
    display: flex;
    gap: 15px;
}

.team-block .image .social-links a {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #063c83;
    text-decoration: none;
    transition: all 0.3s ease;
    transform: translateY(20px);
}

.team-block:hover .image .social-links a {
    transform: translateY(0);
}

.team-block .image .social-links a:hover {
    background: #f8952c;
    color: white;
    transform: scale(1.1);
}

.team-block .content {
    padding: 30px 25px;
}

.team-block .content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #063c83;
    margin-bottom: 8px;
}

.team-block .content .designation {
    font-size: 16px;
    color: #f8952c;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-block .content p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Footer */
.main-footer {
    position: relative;
    background: #1e3a8a;
    color: #ffffff;
}

.footer-bottom {
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .copyright {
    text-align: center;
}

.footer-bottom .copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .auto-container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .mobile-nav-toggler {
        display: flex;
    }
    
    .main-menu {
        display: block;
    }
    
    .main-menu .navbar-collapse {
        display: none;
    }
    
    .main-menu .navbar-collapse.show {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        background: #ffffff;
        z-index: 999;
        padding: 40px 20px;
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        transition: all 0.5s ease;
    }
    
    .menu-right-content {
        margin-left: 0;
    }
    
    .banner-section .content-box h1 {
        font-size: 36px;
        line-height: 1.2;
    }
    
    .header-top .top-inner {
        flex-direction: column;
        gap: 15px;
    }
    
    .header-top .info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .auto-container {
        max-width: 720px;
        padding: 0px 20px;
    }
    
    .service-block {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .auto-container {
        max-width: 540px;
        padding: 0px 15px;
    }
    
    .banner-section {
        padding: 80px 0px 60px;
        text-align: center;
    }
    
    .banner-section .content-box h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    .banner-section .content-box p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .banner-section .btn-box {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .sec-title h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .service-block .inner-box {
        padding: 30px 20px;
        text-align: center;
    }
    
    .header-top {
        padding: 15px 0px;
    }
    
    .header-lower {
        padding: 15px 0px;
    }
    
    .logo-box .logo img {
        max-height: 50px;
    }
}

@media (max-width: 575px) {
    .auto-container {
        padding: 0px 10px;
        max-width: 100%;
    }
    
    .banner-section {
        padding: 60px 0px 40px;
    }
    
    .banner-section .content-box h1 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .banner-section .content-box p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    .header-top .info li {
        margin-right: 15px;
        font-size: 13px;
    }
    
    .header-top .info {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .logo-box .logo img {
        max-height: 45px;
    }
    
    .sec-title {
        margin-bottom: 40px;
    }
    
    .sec-title h2 {
        font-size: 24px;
    }
    
    .sec-title .sub-title {
        font-size: 14px;
    }
    
    .service-block .inner-box {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .btn-one {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Section Titles */
.sec-title {
    text-align: center;
    margin-bottom: 60px;
}

.sec-title .sub-title {
    color: #f8952c;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.sec-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #063c83;
    line-height: 1.3;
    margin-bottom: 20px;
}

.sec-title p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

/* Enhanced Responsive Design */
@media (max-width: 1199px) {
    .about-content {
        padding-left: 20px;
    }
    
    .banner-title {
        font-size: 46px;
    }
    
    .sec-title h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .feature-block {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-block .icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .banner-title {
        font-size: 40px;
    }
    
    .sec-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .banner-section {
        padding: 80px 0;
        min-height: 500px;
    }
    
    .banner-title {
        font-size: 32px;
    }
    
    .banner-text {
        font-size: 16px;
    }
    
    .banner-btn {
        justify-content: center;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .service-block {
        margin-bottom: 20px;
        padding: 40px 20px;
    }
    
    .service-block .icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .service-block h3 {
        font-size: 22px;
    }
    
    .sec-title h2 {
        font-size: 28px;
    }
    
    .sec-title .sub-title {
        font-size: 14px;
    }
    
    .about-section,
    .services-section,
    .features-section,
    .team-section {
        padding: 60px 0;
    }
    
    .team-block .image img {
        height: 250px;
    }
    
    .feature-block {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 28px;
    }
    
    .sec-title h2 {
        font-size: 24px;
    }
    
    .service-block {
        padding: 30px 15px;
    }
    
    .team-block .content {
        padding: 20px 15px;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .banner-btn {
        flex-direction: column;
        align-items: center;
    }
    
    .banner-btn .btn {
        width: 200px;
        margin-bottom: 10px;
    }
}

/* Image Responsive Styles */
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Bootstrap Grid System */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Additional Responsive Utilities */
.col-lg-4, .col-md-6, .col-sm-12 {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        width: 33.333333%;
    }
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 991px) {
    .col-lg-6, .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}