/********** Template CSS **********/
:root {
    --primary: #0B3F6E;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

/* Override Bootstrap Primary Color */
.text-primary {
    color: #0B3F6E !important;
}

.bg-primary {
    background-color: #0B3F6E !important;
}

.btn-primary {
    background-color: #0B3F6E !important;
    border-color: #0B3F6E !important;
}

.btn-primary:hover {
    background-color: #083052 !important;
    border-color: #083052 !important;
}

.btn-outline-primary {
    color: #0B3F6E !important;
    border-color: #0B3F6E !important;
}

.btn-outline-primary:hover {
    background-color: #0B3F6E !important;
    border-color: #0B3F6E !important;
    color: #fff !important;
}

.border-primary {
    border-color: #0B3F6E !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    position: relative;
    transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #0B3F6E, #1a6bb8);
    transition: width 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover {
    color: #0B3F6E;
}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar .navbar-nav .nav-link.active {
    color: #0B3F6E;
    font-weight: 600;
}

.navbar .navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 12px 15px;
        border-radius: 8px;
        margin-bottom: 5px;
    }

    .navbar .navbar-nav .nav-link::after {
        display: none;
    }

    .navbar .navbar-nav .nav-link.active {
        background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
        color: #fff !important;
    }

    .navbar .navbar-nav .nav-link:hover:not(.active) {
        background: #f5f5f5;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
        padding-top: 15px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-item {
    position: relative;
    height: 600px;
}

#header-carousel .carousel-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
    z-index: 1;
}

/* Slider Content Box */
.slider-content-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-bottom: 4px solid #0B3F6E;
}

.slider-subtitle {
    font-size: 1rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.slider-title {
    font-size: 2rem;
    color: #0B3F6E;
    font-weight: 700;
    letter-spacing: 1px;
}

.slider-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #0B3F6E, #1a5a9e);
    border-radius: 2px;
}

.slider-tagline {
    font-size: 1.1rem;
    color: #555;
    font-style: italic;
}

/* Scroll Down Button */
.scroll-down-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0B3F6E;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    animation: bounce 1.5s infinite;
    transition: all 0.3s ease;
    text-decoration: none;
}

.scroll-down-btn:hover {
    background: #083052;
    color: #fff;
    transform: scale(1.1);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(8px);
    }
    60% {
        transform: translateY(4px);
    }
}

@media (max-width: 768px) {
    .slider-content-box {
        padding: 25px 30px;
        margin: 0 15px;
    }

    .slider-title {
        font-size: 1.4rem;
    }

    .slider-subtitle {
        font-size: 0.85rem;
    }

    .slider-tagline {
        font-size: 0.95rem;
    }

    .carousel-caption {
        padding-bottom: 60px;
    }

    .scroll-down-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        height: 400px;
    }

    #header-carousel .carousel-caption h1 {
        font-size: 1.75rem;
    }

    #header-carousel .carousel-caption p {
        font-size: 1rem !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

/* Copyright Section */
.copyright-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
}

.copyright-text .copyright-symbol {
    font-size: 1.1rem;
    margin-right: 5px;
    color: #fff;
    font-weight: 700;
}

.copyright-text #currentYear {
    font-weight: 600;
    color: #fff;
    margin-right: 8px;
}

.copyright-text .company-name {
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.copyright-text .separator {
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.3);
}

.copyright-text .rights-text {
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
}


/*--------------------------------*/

.clogo-slider{
overflow:hidden;
position:relative;
width:100%;
}

.clogo-track{
display:flex;
animation:scroll 25s linear infinite;
width:max-content;
}

.clogo{
padding:0 40px;
display:flex;
align-items:center;
justify-content:center;
}

.clogo img{
max-width:130px;
height:auto;
/*filter:grayscale(100%);*/
transition:0.4s;
}

.clogo img:hover{
/*filter:grayscale(0%);*/
transform:scale(1.1);
}

/* animation */

@keyframes scroll{
0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}
}

/* MOBILE */

@media(max-width:768px){

.clients-title{
font-size:26px;
}

.clogo{
padding:0 20px;
}

.clogo img{
max-width:80px;
}

}

.site-logo {
  height: 50px;   /* perfect navbar size */
  width: auto;
  object-fit: contain;
}

/* Desktop Topbar Navigation */
.container-fluid .navbar-nav.d-flex.flex-row .nav-link {
    padding: 10px 0;
    margin-right: 30px;
    color: #555;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.container-fluid .navbar-nav.d-flex.flex-row .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #0B3F6E, #1a6bb8);
    transition: width 0.3s ease;
}

.container-fluid .navbar-nav.d-flex.flex-row .nav-link:hover {
    color: #0B3F6E;
}

.container-fluid .navbar-nav.d-flex.flex-row .nav-link:hover::after {
    width: 100%;
}

.container-fluid .navbar-nav.d-flex.flex-row .nav-link.active {
    color: #0B3F6E;
    font-weight: 600;
}

.container-fluid .navbar-nav.d-flex.flex-row .nav-link.active::after {
    width: 100%;
}

.container-fluid .navbar-nav.d-flex.flex-row .nav-link:last-child {
    margin-right: 0;
}

/* Introduction & What We Do Section */
.intro-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.intro-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.intro-box .btn-square {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.intro-box .btn-square i {
    font-size: 1.25rem;
}

.intro-box.bg-primary {
    border: none;
}

.intro-box.bg-primary:hover {
    box-shadow: 0 10px 30px rgba(11, 63, 110, 0.4) !important;
}

/* Why Choose Us Feature Boxes */
.feature-box {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: var(--primary);
}

.feature-box .feature-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-box:hover .feature-icon {
    background: var(--primary);
}

.feature-box:hover .feature-icon i {
    color: #fff !important;
}

/* CTA / Quote Section */
.cta-section {
    background: #f8f9fa;
}

.cta-box {
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    box-shadow: 0 10px 40px rgba(11, 63, 110, 0.3);
}

.cta-box .btn-light {
    color: var(--primary);
    font-weight: 500;
    transition: all 0.3s ease;
}

.cta-box .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cta-box .btn-outline-light {
    font-weight: 500;
    transition: all 0.3s ease;
}

.cta-box .btn-outline-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* About Page Styles */
.page-header-about {
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    position: relative;
}

.page-header-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.header-divider {
    width: 80px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin-top: 15px;
}

.about-image-box {
    position: relative;
}

.about-image-box img {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border: 5px solid #fff;
}

.about-experience-box {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    padding: 25px 35px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(11, 63, 110, 0.3);
}

@media (max-width: 991px) {
    .about-experience-box {
        right: 20px;
        bottom: -20px;
        padding: 15px 25px;
    }
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.95rem;
}

.about-content-section {
    padding-left: 0;
    border-left: none;
}

.values-box {
    border-left: 4px solid #0B3F6E;
}

/* Value Cards */
.value-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(11, 63, 110, 0.15);
    border-bottom-color: #0B3F6E;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.value-icon i {
    font-size: 2rem;
    color: #fff;
}

.value-card:hover .value-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(11, 63, 110, 0.3);
}

.value-card h5 {
    color: #0B3F6E;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-card p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.7;
}

/* ============================================
   SERVICES PAGE - UNIQUE DESIGN STYLES
   ============================================ */

/* Services Intro Section */
.services-intro-content {
    padding-right: 30px;
}

.services-label {
    display: inline-block;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0B3F6E;
    margin-bottom: 12px;
    line-height: 1.2;
}

.services-title-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #0B3F6E, #1a6bb8);
    border-radius: 2px;
    margin-bottom: 25px;
}

.services-intro-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

/* Services Stats Grid */
.services-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-item {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #0B3F6E;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(11, 63, 110, 0.15);
}

.stat-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 1.4rem;
    color: #fff;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0B3F6E;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    color: #666;
    margin-top: 5px;
}

/* Services List Section */
.services-list-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    position: relative;
}

.service-row:last-child {
    margin-bottom: 0;
}

.service-number {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(11, 63, 110, 0.1);
    line-height: 1;
    margin-right: 20px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-new {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border: 1px solid rgba(11, 63, 110, 0.08);
    position: relative;
    overflow: hidden;
}

.service-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #0B3F6E, #1a6bb8);
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.service-card-new:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 50px rgba(11, 63, 110, 0.12);
}

.service-card-new:hover::before {
    transform: scaleY(1);
}

.service-icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.service-card-new:hover .service-icon-box {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(11, 63, 110, 0.3);
}

.service-icon-box i {
    font-size: 1.5rem;
    color: #fff;
}

.service-content-box h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0B3F6E;
    margin-bottom: 8px;
}

.service-content-box p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.service-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #555;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 20px;
}

.service-features span i {
    color: #0B3F6E;
    font-size: 0.8rem;
}

/* Our Approach Section */
.approach-section {
    background: #fff;
}

.approach-box {
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    border-radius: 20px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
    overflow: hidden;
}

.approach-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.approach-box::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 20%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.approach-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.approach-icon i {
    font-size: 2rem;
    color: #fff;
}

.approach-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.approach-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.approach-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.7;
}

/* ============================================
   PRIVACY PAGE STYLES
   ============================================ */

.privacy-intro-box {
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    border-radius: 20px;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.privacy-intro-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.privacy-intro-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.privacy-intro-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.privacy-intro-content {
    position: relative;
    z-index: 1;
}

.privacy-intro-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.privacy-intro-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.7;
}

.privacy-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(11, 63, 110, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.privacy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #0B3F6E, #1a6bb8);
    border-radius: 15px 0 0 15px;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.privacy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(11, 63, 110, 0.12);
}

.privacy-card:hover::before {
    transform: scaleY(1);
}

.privacy-card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.privacy-card:hover .privacy-card-icon {
    transform: scale(1.1);
}

.privacy-card-icon i {
    font-size: 1.3rem;
    color: #fff;
}

.privacy-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0B3F6E;
    margin-bottom: 12px;
}

.privacy-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
}

.privacy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.privacy-list li:last-child {
    margin-bottom: 0;
}

.privacy-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #0B3F6E;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .privacy-intro-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        gap: 20px;
    }

    .privacy-intro-icon {
        width: 60px;
        height: 60px;
    }

    .privacy-intro-icon i {
        font-size: 1.5rem;
    }

    .privacy-intro-content h3 {
        font-size: 1.1rem;
    }

    .privacy-card {
        padding: 25px;
    }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

.contact-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(11, 63, 110, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(11, 63, 110, 0.12);
    border-color: #0B3F6E;
}

.contact-info-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0B3F6E 0%, #083052 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon i {
    font-size: 1rem;
    color: #fff;
}

.contact-info-content h6 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0B3F6E;
    margin-bottom: 3px;
}

.contact-info-content p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}

.contact-form-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(11, 63, 110, 0.08);
    height: 100%;
}

.contact-form-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0B3F6E;
    margin-bottom: 8px;
}

.contact-form-subtitle {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-input {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.contact-input:focus {
    border-color: #0B3F6E;
    box-shadow: 0 0 0 3px rgba(11, 63, 110, 0.1);
}

.contact-input::placeholder {
    color: #999;
    font-size: 0.85rem;
}

.contact-map-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(11, 63, 110, 0.08);
    height: 100%;
}

.contact-map-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0B3F6E;
    margin-bottom: 15px;
}

.map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(11, 63, 110, 0.1);
}

.map-wrapper iframe {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}

@media (max-width: 991px) {
    .contact-info-card {
        padding: 15px 20px;
    }

    .contact-form-box,
    .contact-map-box {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .contact-info-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .map-wrapper iframe {
        height: 250px;
    }
}

/* Contact Form Validation Styles */
.contact-input.is-invalid {
    border-color: #dc3545 !important;
    background-image: none;
}

.contact-input.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15) !important;
}

.contact-input.is-valid {
    border-color: #198754 !important;
}

.contact-input.is-valid:focus {
    border-color: #198754 !important;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.15) !important;
}

.invalid-feedback {
    display: none;
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 5px;
}

.contact-input.is-invalid + .invalid-feedback {
    display: block;
}

/* Send Button States */
.btn-send {
    position: relative;
    min-width: 150px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-send .btn-text,
.btn-send .btn-loader,
.btn-send .btn-success-icon,
.btn-send .btn-error-icon {
    transition: all 0.3s ease;
}

.btn-send .btn-loader,
.btn-send .btn-success-icon,
.btn-send .btn-error-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

/* Loading State */
.btn-send.loading .btn-text {
    opacity: 0;
    visibility: hidden;
}

.btn-send.loading .btn-loader {
    opacity: 1;
    visibility: visible;
}

.btn-send.loading {
    pointer-events: none;
}

/* Success State */
.btn-send.success {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-send.success .btn-text {
    opacity: 0;
    visibility: hidden;
}

.btn-send.success .btn-success-icon {
    opacity: 1;
    visibility: visible;
}

/* Error State */
.btn-send.error {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    animation: shake 0.5s ease;
}

.btn-send.error .btn-text {
    opacity: 0;
    visibility: hidden;
}

.btn-send.error .btn-error-icon {
    opacity: 1;
    visibility: visible;
}

/* Shake Animation */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.approach-steps {
    display: flex;
    gap: 30px;
}

.approach-step {
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.approach-step span {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Responsive Styles for Services Page */
@media (max-width: 991px) {
    .services-intro-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .services-main-title {
        font-size: 2rem;
    }

    .service-number {
        display: none;
    }

    .approach-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 30px;
    }

    .approach-steps {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .services-stats-grid {
        grid-template-columns: 1fr;
    }

    .service-card-new {
        flex-direction: column;
        padding: 25px;
        gap: 20px;
    }

    .service-icon-box {
        width: 70px;
        height: 70px;
    }

    .service-icon-box i {
        font-size: 1.6rem;
    }

    .service-content-box h4 {
        font-size: 1.2rem;
    }

    .service-features {
        gap: 10px;
    }

    .approach-icon {
        width: 90px;
        height: 90px;
    }

    .approach-icon i {
        font-size: 2.2rem;
    }

    .approach-content h3 {
        font-size: 1.5rem;
    }

    .approach-content p {
        font-size: 1rem;
    }

    .approach-steps {
        flex-direction: column;
        gap: 15px;
    }
}