html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #111;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}
.top-bar {
    background-color: #fff;
    color: #fff;
    padding: 12px 0;
}
.logo {
    font-weight: 600;
    font-size: 1.3rem;
    color: #111;
}
.logo img {
    width: 40px;
    height: 40px;
}
.logo span {
    font-weight: 900;
    color: #0c4560;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 0.9rem;
    white-space: nowrap;
    color: #111;
}
.info-item i {
    font-size: 1.2rem;
    color: #0c4560;
}
.info-item span {
    font-size: 0.85rem;
    display: block;
    line-height: 1.2;
    color: #111;
}
.info-item strong {
    display: block;
    font-weight: 600;
    color: #111;
}
.nav-bar {
    background-color: #0c4560;
    padding: 0;
}
.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 0.8rem;
    transition: 0.3s;
    padding: 0;
}
.navbar-nav {
    margin-left: auto;
}
@media (max-width: 991px) {
    .info-item {
        justify-content: center;
    }
    .contact-section {
        justify-content: center !important;
        margin-top: 10px;
    }
    .nav-link {
        text-align: center;
        margin: 0.5rem 0;
    }
}
.hero-section {
    padding: 5% 8%;
}
.hero-title {
    font-size: 55px;
    font-weight: 900;
    line-height: 70px;
    color: #051f34;
}
.subtext {
    color: #4a627e;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}
.appointment-btn {
    background-color: #051f34;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 0.8rem 1.6rem;
    font-weight: 500;
}
.info-card {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.info-card img {
    width: 180px;
    height: 140px;
    border-radius: 15px;
    object-fit: cover;
}
.info-card h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
.hero-img {
    border-radius: 20px;
    padding: 1rem;
}
.hero-img img {
    width: 100%;
    border-radius: 15px;
}
.hdr-btn-1 {
    border: 1px solid #4a627e;
    color: #111;
    background: #fff0;
    padding: 10px 20px 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.hdr-btn-2 {
    border: 1px solid #0a385f;
    color: #fff;
    background: #0a385f;
    padding: 10px 20px 10px;
    margin-right: 10px;
    border-radius: 10px;
}
.feature-section {
    padding: 80px 0;
    background-color: #f3f3f3;
    text-align: center;
}
.feature-icon {
    font-size: 48px;
    color: #003b64;
    margin-bottom: 20px;
}
.feature-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #0c1b33;
    margin-bottom: 10px;
}
.feature-text {
    color: #6c757d;
    font-size: 0.95rem;
    max-width: 300px;
    margin: 0 auto;
}
.cd-img-section {
    padding: 40px 0 70px;
    background-color: #0c4560;
}
.cd-img-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}
.cd-img-text {
    font-size: 1rem;
    color: #d1e2ea;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 380px;
}
.cd-img-btn {
    background-color: #fff;
    color: #0c4560;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.cd-img-btn:hover {
    background-color: #d1e2ea;
}
.cd-img-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 50px;
}
.cd-img-card-grid img {
    width: 100%;
    border-radius: 16px;
}
.cd-img-info-card {
    border-radius: 16px;
    padding: 30px;
    color: #0c1b33;
}
.cd-img-info-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
.card-blue {
    background-color: #d7e9f8;
}
.card-pink {
    background-color: #f5cfe2;
}
.card-light {
    background-color: #fde2dc;
}
.offer-section {
    padding: 100px 0;
}
.offer-text h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #0c4560;
    line-height: 1.3;
    margin-bottom: 25px;
}
.offer-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.offer-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0c1b33;
    font-size: 16px;
    margin-bottom: 10px;
}
.offer-text ul li i {
    color: #0c4560;
    font-size: 18px;
}
.btn-learn {
    background-color: #0c4560;
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}
.btn-learn:hover {
    background-color: #09364a;
}
.offer-image img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
@media (max-width: 991px) {
    .offer-text {
        text-align: center;
    }
}
.services-section {
    padding: 80px 0;
    background-color: #eceef0;
    text-align: center;
}
.services-section h2 {
    font-weight: 600;
    color: #0a2540;
    font-size: 2rem;
    margin-bottom: 60px;
}
.hm-service-card {
    background: #fff;
    border: none;
    border-radius: 20px;
    padding: 30px 25px;
    transition: all 0.3s ease;
}
.hm-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.08);
}
.hm-service-card img {
    width: 100%;
    border-radius: 12px;
    margin-top: 15px;
}
.service-title {
    font-weight: 600;
    color: #0a2540;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.service-desc {
    color: #555;
    font-size: 0.95rem;
    min-height: 60px;
}
.btn-view {
    background-color: #0a2540;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s;
}
.btn-view:hover {
    background-color: #163d63;
    color: #fff;
}
.appointment-section {
    padding: 80px 0;
    background-color: #f7fafd;
}
.appointment-title {
    font-weight: 700;
    font-size: 2rem;
    color: #0a2540;
    margin-bottom: 15px;
}
.appointment-text {
    color: #555;
    font-size: 1rem;
    margin-bottom: 35px;
}
.form-control,
.form-select {
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    font-size: 0.95rem;
}
.form-control:focus,
.form-select:focus {
    border-color: #0a2540;
    box-shadow: none;
}
.input-group-text {
    background: none;
    border: none;
    background: #0a2540;
    color: #fff;
}
.btn-book {
    background-color: #0a2540;
    color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s;
    width: 100%;
}
.btn-book:hover {
    background-color: #163d63;
    color: #fff;
}
iframe {
    border: none;
    border-radius: 20px;
    width: 100%;
    height: 400px;
}
footer {
    background-color: #0a4b6f;
    color: #e0f0f8;
    padding: 60px 0 30px;
}
.footer-logo {
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
}
.footer-col h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.footer-col p,
.footer-col a {
    color: #d4e6f0;
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 8px;
    display: block;
    transition: 0.3s;
}
.footer-col a:hover {
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 0.2);
    padding-top: 45px;
    margin-top: 40px;
    font-size: 0.9rem;
    text-align: center;
    color: #cfe2f3;
}
.social-icons a {
    color: #d4e6f0;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #fff;
}
.footer-address p {
    margin-bottom: 10px;
}
.inner-hero {
    padding: 80px 0;
    background-color: #f8fafc;
}
.inner-text h6 {
    color: #0c4560;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inner-text h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0a1a2f;
    line-height: 1.2;
}
.inner-text p {
    color: #5b6570;
    margin-top: 15px;
    font-size: 1.1rem;
}
.inner-btn {
    background-color: #0a1a2f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.inner-btn:hover {
    background-color: #0c4560;
    transform: translateY(-2px);
}
.inner-images {
    position: relative;
}
.inner-images img {
    border-radius: 18px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.inner-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
}
.inner-card-icon {
    background: #0c4560;
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    font-size: 20px;
}
.inner-card h5 {
    margin: 0;
    color: #0a1a2f;
    font-weight: 600;
}
.inner-card p {
    margin: 0;
    color: #5b6570;
    font-size: 0.9rem;
}
.company-overview {
    background: #f9fafc;
    overflow: hidden;
}
.overview-img-wrap {
    position: relative;
}
.overlay-card {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    border-radius: 15px;
    padding: 18px 24px;
    width: 80%;
    transition: all 0.3s ease;
}
.overlay-card:hover {
    transform: translateY(-5px);
}
.icon-box {
    background: #0c4560;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stats-box h3 {
    font-size: 2rem;
    margin-bottom: 5px;
}
.stats-box p {
    font-size: 0.95rem;
}
.overview-img-wrap img {
    border-radius: 18px;
}
.story-timeline {
    background-color: #f9fafc;
    position: relative;
}
.timeline {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
    padding: 40px 0;
}
.timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background: #0c4560;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.timeline-item {
    position: relative;
    width: 50%;
    padding: 25px 40px;
}
.timeline-item.left {
    left: 0;
}
.timeline-item.right {
    left: 50%;
}
.timeline-content {
    background: #fff;
    border-radius: 15px;
    padding: 25px 25px 25px 25px;
    position: relative;
    transition: all 0.3s ease;
}
.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
}
.icon-wrap {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    right: -25px;
    font-size: 1.2rem;
}
.timeline-item.left .icon-wrap {
    left: -25px;
    right: auto;
}
@media (max-width: 767px) {
    .timeline::after {
        left: 28px;
        z-index: 1;
    }
    .timeline-item {
        width: 100%;
        padding-left: 60px;
        padding-right: 25px;
    }
    .timeline-item.right {
        left: 0;
    }
    .timeline-item.left .icon-wrap,
    .timeline-item.right .icon-wrap {
        left: -55px;
        z-index: 9999;
    }
}
.team-section {
    background-color: #fff;
}
.team-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgb(0 0 0 / 0.08);
    transition: all 0.4s ease;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgb(0 0 0 / 0.1);
}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    transition: all 0.4s ease;
}
.team-card:hover img {
    transform: scale(1.08);
    filter: brightness(0.8);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0.2) 0%, rgb(48 86 211 / 0.9) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-card:hover .overlay {
    opacity: 1;
}
.social-links a {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 8px;
    transition: color 0.3s ease;
}
.social-links a:hover {
    color: #f4f4f4;
}
.team-info {
    padding: 20px 15px;
}
.team-info h5 {
    margin-bottom: 5px;
}
.team-info small {
    font-size: 0.9rem;
}
.pg-services-section {
    background: #f9fafc;
    margin-bottom: 40px;
}
.service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 18px rgb(0 0 0 / 0.05);
    transition: all 0.3s ease;
    border: 1px solid #fff0;
}
.service-card:hover {
    transform: translateY(-6px);
    border-color: #0c4560;
    box-shadow: 0 10px 25px rgb(48 86 211 / 0.15);
}
.srv-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0c4560 0%, #1b3fa7 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.3s ease;
}
.service-card:hover .srv-icon-wrap {
    background: linear-gradient(135deg, #1b3fa7 0%, #0c4560 100%);
    transform: scale(1.1);
}
@media (max-width: 767px) {
    .service-card {
        padding: 2rem 1.5rem;
    }
}
.blog-section {
    background-color: #f9fafc;
    margin-bottom: 40px;
}
.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.05);
}
.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgb(0 0 0 / 0.12);
}
.blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.blog-card:hover .blog-img img {
    transform: scale(1.05);
}
.badge.bg-gradient {
    background: linear-gradient(90deg, #0c4560, #1b3fa7);
    color: #fff;
    font-size: 0.8rem;
    border-radius: 50px;
    padding: 6px 14px;
}
.read-more {
    color: #0c4560;
    transition: color 0.3s ease;
}
.read-more:hover {
    color: #1b3fa7;
}
@media (max-width: 768px) {
    .blog-img img {
        height: 200px;
    }
}
.blog-article {
    background-color: #f9fafc;
}
.blog-post h1 {
    line-height: 1.3;
}
.blog-post p {
    font-size: 1.05rem;
    color: #555;
}
blockquote {
    font-style: italic;
}
.tag {
    display: inline-block;
    background: #e9ecff;
    color: #0c4560;
    padding: 6px 14px;
    margin: 4px 6px 0 0;
    border-radius: 30px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: 0.3s;
}
.tag:hover {
    background: #0c4560;
    color: #fff;
}
.widget h5 {
    border-left: 4px solid #0c4560;
    padding-left: 10px;
}
.widget ul li {
    margin-bottom: 10px;
}
.widget ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}
.widget ul li a:hover {
    color: #0c4560;
}
.tag-list .tag {
    background: #f0f3ff;
    margin: 5px 8px 0 0;
}
.related-post img {
    object-fit: cover;
}
.related-post a:hover {
    color: #0c4560;
}
.search-form input:focus {
    box-shadow: 0 0 0 0.2rem rgb(48 86 211 / 0.25);
}
.search-form button {
    background: #fff0;
    border: none;
    color: #0c4560;
    margin-top: 10px;
}
.related-post a {
    text-decoration: none;
}
