* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.navbar {
    transition: .4s;
    font-size: 15px;
}

.nav-link {
    font-weight: 500;
    color: #444;
    margin: 0 5px;
    padding: 8px 0 !important;
    position: relative;
    transition: .3s;
}

.nav-link:hover,
.nav-link.active {
    color: #0d6efd;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0d6efd;
    transition: .3s;
}

.nav-link:hover::before,
.nav-link.active::before {
    width: 100%;
}

@media (max-width: 991px) {
    .nav-link::before {
        display: none;
    }
}

.dropdown-menu {
    border-radius: 15px;
    padding: 10px;
}

.dropdown-item {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.dropdown-item:hover {
    background: #0d6efd;
    color: #fff;
}

.hero {
    background: linear-gradient(135deg, #f7fbff, #ffffff);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    right: -250px;
    top: -180px;
    width: 650px;
    height: 650px;
    background: #0d6efd;
    border-radius: 50%;
    opacity: .08;
}

.hero h1 {
    font-size: 64px;
    line-height: 78px;
}

.hero img {
    max-width: 95%;
    animation: float 4s ease-in-out infinite;
}

.btn {
    padding: 14px 34px;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.feature-card{
background:#fff;
padding:40px 30px;
border-radius:20px;
text-align:center;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.05);
height:100%;
}

.feature-card:hover{
transform:translateY(-10px);
background:#0d6efd;
color:#fff;
}

.feature-card .icon{
width:80px;
height:80px;
background:#eef5ff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:20px;
font-size:30px;
color:#0d6efd;
transition:.4s;
}

.feature-card:hover .icon{
background:#fff;
}

.product-card{
background:#fff;
border-radius:25px;
overflow:hidden;
transition:.4s;
box-shadow:0 15px 40px rgba(0,0,0,.08);
height:100%;
}

.product-card img{
transition:.5s;
height:250px;
object-fit:cover;
}

.product-card:hover img{
transform:scale(1.1);
}

.product-card:hover{
transform:translateY(-10px);
}

.industry-box{
background:rgba(255,255,255,.12);
padding:45px 20px;
border-radius:25px;
text-align:center;
transition:.4s;
backdrop-filter:blur(15px);
height:100%;
}

.industry-box i{
font-size:45px;
margin-bottom:20px;
}

.industry-box:hover{
background:#fff;
color:#0d6efd;
transform:translateY(-8px);
}

.counter-section{
background:#0d6efd;
color:#fff;
}

.counter-box{
padding:0;
}

.counter-box i{
font-size:45px;
margin-bottom:15px;
}

.counter-box h2{
font-size:50px;
font-weight:700;
}

.service-card{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.service-card:hover{
background:#0d6efd;
color:#fff;
transform:translateY(-10px);
}

.service-card i{
font-size:50px;
margin-bottom:20px;
color:#0d6efd;
}

.service-card:hover i{
color:#fff;
}

.service-card a{
text-decoration:none;
font-weight:600;
}

.choose-box{
background:#f7f7f7;
padding:20px;
border-radius:15px;
font-weight:600;
transition:.3s;
}

.choose-box i{
color:#0d6efd;
margin-right:10px;
}

.choose-box:hover{
background:#0d6efd;
color:#fff;
}

.choose-box:hover i{
color:#fff;
}

/* Extracted from index.html */
html, body { font-family: 'Poppins', sans-serif; overflow-x: clip !important; width: 100%; position: relative; background: #f8f9fa; color: #333; }
        a { text-decoration: none; }
        
        /* Navbar */
        .navbar .nav-link { font-weight: 500; color: #333; margin: 0 15px; position: relative; padding-bottom: 5px; }
        .navbar .nav-link:hover, .navbar .nav-link.active { color: #0d6efd; }
        

        /* Hero Slider */
        .hero-section {
            width: 100%;
            height: 100vh;
            min-height: 600px;
            position: relative;
        }
        .heroSwiper, .swiper-wrapper, .swiper-slide {
            width: 100%; height: 100%;
        }
        .hero-slide {
            width: 100%;
            height: 100%;
            background-image: url('../image/slider1.png');
            background-size: cover;
            background-position: center right;
        }
        .hero-title {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            color: #051b43;
            line-height: 1.2;
            letter-spacing: -1px;
        }
        .hero-title span { color: #0d6efd; }
        .hero-desc {
            color: #555;
            font-size: 1.05rem;
            max-width: 500px;
            line-height: 1.7;
            margin: 1.5rem 0 2rem;
            font-weight: 400;
        }
        .hero-btn { font-weight: 500; padding: 12px 28px; border-radius: 6px; }
        
        .heroSwiper .swiper-pagination { bottom: 60px !important; }
        .heroSwiper .swiper-pagination-bullet {
            width: 10px; height: 10px; background: transparent; border: 1.5px solid #0d6efd; opacity: 1; margin: 0 6px !important;
        }
        .heroSwiper .swiper-pagination-bullet-active { background: #0d6efd; }

        /* Features Section */
        .features-wrapper {
            margin-top: -30px;
            position: relative;
            z-index: 10;
        }
        .features-box {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            padding: 10px 0;
        }
        .feature-item {
            padding: 15px 15px;
            text-align: center;
        }
        .feature-item:not(:last-child) {
            border-right: 1px solid #f0f0f0;
        }
        .feature-item .icon {
            font-size: 1.8rem;
            color: #0d6efd;
            margin-bottom: 8px;
            display: inline-block;
        }
        .feature-title { font-weight: 700; font-size: 1.15rem; color: #051b43; margin-bottom: 8px; }
        .feature-text { font-size: 0.8rem; color: #666; line-height: 1.6; margin: 0; }

        /* Section Headers */
        .section-subtitle {
            color: #0d6efd; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px;
        }
        .section-title { font-size: clamp(1.6rem, 3.5vw, 2rem); font-weight: 700; color: #051b43; }
        
        .view-all-link {
            color: #0d6efd; font-weight: 600; font-size: 0.95rem; display: flex; align-items: center; justify-content: flex-end; height: 100%;
        }

        /* Products Section */
        .product-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            height: 100%;
            position: relative;
            transition: 0.3s;
            padding-bottom: 40px;
        }
        .product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        .product-img { width: 100%; height: 130px; object-fit: contain; background: #f8f9fa; padding: 15px; }
        .product-content { padding: 15px; }
        .product-title { font-size: 1.15rem; font-weight: 600; color: #051b43; margin-bottom: 5px; }
        .product-desc { font-size: 0.8rem; color: #666; line-height: 1.4; margin-bottom: 0; }
        .product-arrow {
            position: absolute; bottom: 12px; right: 15px; color: #0d6efd; font-size: 1.1rem;
        }
        
        /* Make Owl Carousel items equal height */
        .product-carousel .owl-stage {
            display: flex;
        }
        .product-carousel .owl-item {
            display: flex;
        }
        .product-card {
            width: 100%;
        }

        /* Industries Section */
        .industry-item {
            text-align: center;
            padding: 15px;
            transition: 0.3s;
        }
        .industry-item:not(:last-child) {
            border-right: 1px solid #f0f0f0;
        }
        .industry-item:hover {
            transform: translateY(-3px);
        }
        .industry-icon { font-size: 2.2rem; color: #0d6efd; margin-bottom: 10px; display: block; }
        .industry-title { font-size: 1rem; font-weight: 600; color: #051b43; margin: 0; }

        /* Services Section */
        .service-card {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            height: 100%;
            transition: 0.3s;
        }
        .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        .service-icon { font-size: 2.5rem; color: #0d6efd; margin-bottom: 20px; }
        .service-title { font-size: 1.2rem; font-weight: 600; color: #051b43; margin-bottom: 10px; }
        .service-desc { font-size: 0.9rem; color: #666; line-height: 1.6; margin: 0; }

        /* Counter Section */
        .counter-section {
            background: #021a6a;
            padding: 30px 0 40px;
            color: #fff;
            margin-top: 30px;
            position: relative;
            overflow: hidden;
        }
        .counter-content-wrapper { position: relative; z-index: 2; }
        .counter-box { display: flex; align-items: center; gap: 15px; }
        .counter-icon { font-size: 2.5rem; opacity: 0.9; }
        .counter-content h2 { font-size: 2.5rem; font-weight: 700; margin: 0; color: #fff; }
        .counter-content p { margin: 0; opacity: 0.8; font-size: 0.9rem; font-weight: 500; color: #fff; }
        
        /* Animated Water Waves */
        .wave-container {
            position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; overflow: hidden; z-index: 1;
        }
        .wave {
            position: absolute; bottom: 0; left: 0; width: 200%; height: 100%;
            background-repeat: repeat-x;
            background-position: bottom left;
            background-size: 50% 100%;
        }
        .wave1 {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%230b42a9" d="M0,160 Q360,280 720,160 T1440,160 L1440,320 L0,320 Z"></path></svg>');
            animation: waveX 15s linear infinite;
        }
        .wave2 {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%231a69e4" opacity="0.85" d="M0,200 Q360,80 720,200 T1440,200 L1440,320 L0,320 Z"></path></svg>');
            animation: waveX 20s linear infinite;
        }
        
        @keyframes waveX {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* CTA Section */
        .cta-section {
            background: #fff;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        .cta-title { font-size: 2rem; font-weight: 700; color: #051b43; margin-bottom: 15px; }
        .cta-title span { color: #0d6efd; }
        .cta-desc { font-size: 1rem; color: #666; max-width: 450px; line-height: 1.6; margin-bottom: 30px; }
        .cta-img {
            border-radius: 20px 0 0 20px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 350px;
        }

        /* Footer */
        .footer {
            background: #02123c;
            color: #fff;
            padding: 40px 0 15px;
        }
        .footer-desc { font-size: 0.95rem; color: #aeb6cc; margin: 5px 0 15px 0; line-height: 1.5; padding-right: 15px; }
        .social-icons a {
            display: inline-flex; align-items: center; justify-content: center;
            width: 34px; height: 34px; background: #0d6efd; border-radius: 50%;
            color: #fff; margin-right: 8px; transition: 0.3s; font-size: 1rem;
        }
        .social-icons a:hover { background: #0b5ed7; }
        .footer-col {
            border-right: 1px solid rgba(255,255,255,0.1);
            padding-right: 20px;
        }
        .footer-col:last-child { border-right: none; padding-right: 10px; }
        @media (max-width: 991px) { .footer-col { border-right: none; padding-right: 10px; } }
        
        .footer-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 15px; color: #fff; }
        .footer-links { list-style: none; padding: 0; margin: 0; }
        .footer-links li { margin-bottom: 8px; }
        .footer-links a { color: #aeb6cc; font-size: 0.95rem; transition: 0.3s; word-break: break-word; overflow-wrap: break-word; }
        .footer-links a:hover { color: #fff; }
        .contact-info li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; color: #aeb6cc; font-size: 0.95rem; word-break: break-word; overflow-wrap: break-word; }
        .contact-info i { margin-top: 2px; color: #aeb6cc; flex-shrink: 0; }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1); margin-top: 20px; padding-top: 15px;
            display: flex; justify-content: center; align-items: center; font-size: 0.9rem; color: #aeb6cc; text-align: center;
        }
        .footer-bottom-links a { color: #aeb6cc; margin-left: 10px; text-decoration: none; }
        .footer-bottom-links a:hover { color: #fff; }

p {
    font-size: 15px !important;
    line-height: 1.7;
    color: #444;
}


















/* =========================================
   PREMIUM SERVICES SECTION STYLES
   ========================================= */

.service-card-premium {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
    border-bottom: 4px solid transparent;
    height: 100%;
    position: relative;
    z-index: 1;
}

.service-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.15) !important;
    background: #0d6efd;
    border-color: #0d6efd;
}

.service-card-premium:hover h6.text-dark,
.service-card-premium:hover p.text-secondary {
    color: #ffffff !important;
}

.service-icon-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #eef5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

.service-card-premium:hover .service-icon-wrap {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.service-icon-wrap i {
    font-size: 1.8rem;
    color: #0d6efd;
    transition: all 0.4s ease;
}

.service-card-premium:hover .service-icon-wrap i {
    color: #ffffff;
}



/* Global Premium Button Style */
.btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #051b43 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2) !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    padding: 0.75rem 2rem !important; /* Consistent padding */
}

.btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3) !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #051b43 0%, #0d6efd 100%) !important; /* Reverse gradient on hover */
}



        /* Mobile Hero Slider Fix */
        @media (max-width: 991px) {
            .hero-slide::before {
                content: '';
                position: absolute;
                top: 0; left: 0; right: 0; bottom: 0;
                background: linear-gradient(to right, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.7) 100%);
                z-index: 1;
            }
            .hero-slide .container-fluid {
                position: relative;
                z-index: 2;
            }
        }




        /* Global Mobile Button Fix */
        @media (max-width: 767px) {
            .btn {
                padding: 10px 22px !important;
                font-size: 0.95rem !important;
            }
        }


        /* Mobile Counter Grid Fix */
        @media (max-width: 767px) {
            .counter-section { padding: 25px 0 !important; margin-top: 15px !important; }
            .counter-box { 
                flex-direction: column !important; 
                text-align: center !important; 
                padding-left: 0 !important; 
                border-left: none !important; 
                gap: 5px !important; 
            }
            .counter-icon { font-size: 2rem !important; margin-bottom: 5px; }
            .counter-content h2 { font-size: 1.8rem !important; }
            .counter-content p { font-size: 0.8rem !important; }
        }

/* Testimonial Card Hover Effect */
.testimonial-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.1) !important;
}

/* Extracted from automation.html */
.premium-product-card { transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: 1px solid rgba(0,0,0,0.06); background: #ffffff; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border-radius: 16px !important; }
.premium-product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(13,110,253,0.15); border-color: rgba(13,110,253,0.2); }
.premium-product-card .img-container { background: linear-gradient(135deg, #f4f7fe 0%, #ffffff 100%); height: 240px; display: flex; align-items: center; justify-content: center; padding: 25px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(0,0,0,0.03); }
.premium-product-card img { transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); max-height: 100%; object-fit: contain; }
.premium-product-card:hover img { transform: scale(1.12); }
.premium-product-card .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(13,110,253,0.35); opacity: 0; transition: all 0.4s ease; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.premium-product-card:hover .overlay { opacity: 1; }
.premium-product-card .overlay .btn { border-radius: 50px !important; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8rem; border: 2px solid #fff; background: transparent; color: #fff; transition: all 0.3s; padding: 8px 24px !important; }
.premium-product-card .overlay .btn:hover { background: #0d6efd; border-color: #0d6efd; color: #fff; }
.premium-product-card .card-body h5 { color: #051b43 !important; font-weight: 700 !important; transition: color 0.3s ease; }
.premium-product-card:hover .card-body h5 { color: #0d6efd !important; }

/* Extracted from index.html and training.html */
.program-card { transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: none; background: #ffffff; }
.program-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(5, 27, 67, 0.08) !important; }
.program-card .icon-box { transition: all 0.4s ease; background: linear-gradient(135deg, #f0f5ff 0%, #e0ebff 100%); }
.program-card:hover .icon-box { background: linear-gradient(135deg, #0d6efd 0%, #051b43 100%); color: #ffffff !important; transform: scale(1.05); }
.program-card .card-title { transition: color 0.3s ease; }
.program-card:hover .card-title { color: #0d6efd !important; }

/* Extracted from services.html */
.service-img-card { border: none; background: #ffffff; transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.service-img-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(13,110,253,0.2); }
.service-img-card img { transform: scale(1); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 1; }
.service-img-card:hover img { transform: scale(1.1); }
.service-img-card .overlay { background: linear-gradient(to top, rgba(5,27,67,0.75) 0%, rgba(5,27,67,0.1) 100%); transition: background 0.4s ease; }
.service-img-card:hover .overlay { background: linear-gradient(to top, rgba(13,110,253,0.8) 0%, rgba(13,110,253,0.2) 100%); }
.service-img-card .icon-wrap { transition: all 0.4s ease; border: 1px solid rgba(255,255,255,0.2); }

/* Responsive adjustments for Why Choose Ripple points in industry pages */
@media (max-width: 767px) {
    .bi-check-circle-fill.text-primary.fs-3 + h6.fs-5 {
        font-size: 1rem !important;
    }
    .bi-check-circle-fill.text-primary.fs-3 {
        font-size: 1.5rem !important;
    }
}

/* Justify descriptions in cards and intro text only on mobile */
@media (max-width: 767px) {
    .hover-lift p.text-secondary, 
    .program-card p.text-secondary,
    .testimonial-card p.text-secondary,
    .bg-white .text-center > p.text-secondary.mx-auto {
        text-align: justify;
    }
}

/* Prevent navbar from breaking between 992px and 1250px */
@media (min-width: 992px) and (max-width: 1250px) {
    .navbar-nav .nav-link {
        padding: 10px 6px !important;
        margin: 0 2px !important;
        font-size: 0.85rem !important;
        white-space: nowrap;
    }
    .navbar > .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .navbar .d-flex .btn-primary {
        padding: 6px 10px !important;
        font-size: 0.8rem !important;
        white-space: nowrap;
    }
    .navbar-brand {
        width: 150px !important;
    }
}

/* Extracted from services.html */
.service-img-card { border: none; background: #000; transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.service-img-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(13,110,253,0.2); }
.service-img-card img { transform: scale(1); transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 0.8; }
.service-img-card:hover img { transform: scale(1.1); opacity: 0.6; }
.service-img-card .overlay { background: linear-gradient(to top, rgba(5,27,67,0.95) 0%, rgba(5,27,67,0.2) 100%); transition: background 0.4s ease; }
.service-img-card:hover .overlay { background: linear-gradient(to top, rgba(5,27,67,1) 0%, rgba(13,110,253,0.6) 100%); }
.service-img-card .icon-wrap { transition: all 0.4s ease; border: 1px solid rgba(255,255,255,0.2); }
.service-img-card:hover .icon-wrap { transform: translateY(-5px) scale(1.1); background: #0d6efd !important; border-color: #0d6efd; }
.service-img-card .read-more i { transition: transform 0.3s ease; }
.service-img-card:hover .read-more i { transform: translateX(8px); }

/* Extracted from training.html */
.program-card { transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); border: none; background: #ffffff; }
.program-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(5, 27, 67, 0.08) !important; }
.program-card .icon-box { transition: all 0.4s ease; background: linear-gradient(135deg, #f0f5ff 0%, #e0ebff 100%); }
.program-card:hover .icon-box { background: linear-gradient(135deg, #0d6efd 0%, #051b43 100%); color: #ffffff !important; transform: scale(1.05); }
.program-card .card-title { transition: color 0.3s ease; }
.program-card:hover .card-title { color: #0d6efd !important; }

/* Swiper Custom Navigation Buttons */
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    color: #0d6efd;
    background: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.heroSwiper .swiper-button-next:hover,
.heroSwiper .swiper-button-prev:hover {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.heroSwiper .swiper-button-next::after,
.heroSwiper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}
