@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

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

:root {
    --priamry-color: #002E6B;
    --secondary-color: #191A27;
}

body {
    font-family: "Manrope", sans-serif;
    color: #000000;
    line-height: 1.6;
    font-family: "Mulish", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IBM Plex Serif", serif;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;

}

.container {
    max-width: 1320px;
    margin: 0 auto;
}


/* header section start */

.top-bar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.top-bar .contact-info i {
    margin-right: 6px;
    color: #0d3b66;
}

.page-id-30 .navbar {
    width: 100%;
    z-index: 9999;
    padding-top: 20px;
    background: transparent;
}


.navbar {
    width: 100%;
    z-index: 9999;
    padding: 20px 0px;
    background: #00000080;
}

.navbar-nav {
    gap: 40px;
}
.navbar.sticky-navbar {
  position: fixed !important;
  background: #000000c9;
  top: 0;
}

.navbar-nav .menu-item a {
    color: #fff !important;
    text-decoration: none;
    margin: 0 8px;
}

.navbar-nav .menu-item a.active {
    color: #00aaff !important;
}

.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 0;
}

.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.sub-menu .menu-item a {
    display: block;
    padding: 8px 15px;
    color: #000 !important;
    text-decoration: none;
    margin: 0;
}

.sub-menu .menu-item a:hover {
    background: var(--priamry-color) !important;
    color: #fff !important;
}

.white-btn {
    background: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--priamry-color);
}

.white-btn:hover {
    border: 1px solid #f1f1f1;
    color: #ffff;
    background: transparent;
}

.contact-info i,
.contact-info a {
    color: var(--priamry-color);
    text-decoration: none;
}

/* header section  end*/



p.round-heading {
    border: 1px solid white;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}

p.round-heading.black {
    border: 1px solid black;
}

.hero-heading {
    font-size: 3.5rem;
    font-weight: 500;
}

.line-heading {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 200;
}

.line-heading:before {
    content: "";
    width: 15%;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-right: 20px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transform: translateY(-50%);
}

.owl-theme .owl-nav button {
    background: #d9d9d976 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background 0.3s;
}

.owl-theme .owl-nav button:hover {
    background: rgba(128, 128, 128, 1);

}

.owl-theme .owl-nav button span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}


a.btn.btn-primary {
    padding: 10px 22px;
    border-radius: 36px;
    background-color: var(--priamry-color);
    border: none;
    text-transform: capitalize;
    font-weight: 300;
}

/* founder section css  */
.founder-img {
    width: 100%;
    border-radius: 40px;
}

.img-wrapper {
    overflow: hidden;
    border-radius: 40px;
}

.img-wrapper img {
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

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

.founder-content {
    font-size: 18px;
    font-weight: 300;
}

.founder-content h2 {
    font-size: 54px;
}

.stats p {
    text-transform: uppercase;
}

.stats span {
    font-size: 60px;
    font-family: "IBM Plex Serif", serif;

}

.service-section {
    background: var(--priamry-color);
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.service-section h2 {
    font-size: 54px;
    margin-bottom: 50px;
}

.service-card {
    text-align: left;
}

.client-section {
    font-size: 18px;
}

.client-section h2 {
    font-size: 54px;
    margin-bottom: 50px;
}

.client-img-wrapper {
    border: 1px solid #73AFFF;
    border-radius: 30px;
    padding: 20px 60px;
}

.event-section h2 {
    font-size: 54px;
    margin-bottom: 50px;
}

.event-card {
    display: flex;
    align-items: stretch;
    /* image & content same height */
    border: 1px solid #74BAB2;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s ease;
}

.event-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.event-card .img-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 30px;
    overflow: hidden;
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.event-content h4 {
    font-size: 18px;
    font-weight: 500;
}

p.event-heading {
    font-size: 26px;
    font-weight: 700;
    color: #2A4840;
}

a.learn-more-btn {
    background: #73AFFF;
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 5px 10px;
    color: black;
    text-decoration: none;
    border-radius: 30px;
    text-transform: uppercase;
}

p.date {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "IBM Plex Serif", serif;
}

.event-slider .owl-nav.disabled {
    display: flex !important;
    margin-top: 36px;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.event-slider .owl-nav button {
    background: transparent !important;
    border: 1px solid var(--priamry-color) !important;
    color: var(--priamry-color) !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.event-slider .owl-nav button:hover {
    background: var(--priamry-color) !important;
    color: #fff !important;
}


.blog-content {
    font-size: 24px;
    font-weight: 600;
}

.contact-section {
    background: var(--priamry-color);
    color: #fff;
    font-size: 18px;
}

.contact-section h2 {
    font-size: 54px;
    margin-bottom: 10px;
}

.contact-section input,
.contact-section textarea {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid white !important;
    outline: none;
    border: none;
    padding: .7rem .5rem;
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
    height: 52px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.white-btn {
    width: max-content;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 8px 15px;
    height: auto;
}

.contact-section input::placeholder,
.contact-section textarea::placeholder {
    color: white;
    font-size: 18px;
}

.noptin-form-header-text {
    font-family: "IBM Plex Serif", serif;
}

.noptin-form-fields {
    width: 350px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 30px;
    padding: 5px;
}

.newsletter-sec h2 {
    font-size: 54px;
}

.newsletter-sec p {
    font-size: 24px;
}

.footer-sec {
    background: var(--priamry-color);
    font-weight: 300;

}

.link-heading {
    font-size: 34px;
    font-weight: 500;
}

.list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 5px;
}

.colored-line {
    color: #74BAB2;
    border-top: 3px solid #74BAB2;
}

.newsletter-feilds {
    padding: .6rem 3rem !important;
    border-radius: 30px;
}

.newsletter-btn {
    margin-left: -70px;
}

.copyright {
    font-size: 18px;
}

.copyright a {
    text-decoration: none;
    color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px !important;
}

.list-unstyled a {
    color: #fff;
    text-decoration: none;
}

.form-wrapper {
    padding: 40px 10px;
}

.form-wrapper .col-md-6 p,
.form-wrapper .col-md-12 p {
    margin-bottom: .3rem !important;
}

.btn-close {
    display: none;
}

/* Breadcrumb section */
.breadcrumb-sec {
    position: relative;
    top: 80px;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e5e5;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.post .container {
    margin-top: 60px;
    text-align: left;
}

.page-template-blog .service-section,
.page-template-contact .contact-section,
.page-template-upcoming-event .event-section,
.single-services main.container,
.post-content main.container,
.single-event main.container,
.form-container {
    position: relative;
    top: 80px;
    margin-bottom: 80px;
}
.post-content .row{
    padding-left:20px ;
    padding-right:20px ;

}
.post-content article {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.07);
    padding: 30px;
    transition: all 0.3s ease;
}

.post-content article:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.12);
}

/* Featured Image */
.post-content article .wp-post-image {
    border-radius: 16px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 25px;
}

/* Post Meta */
.post-content article .mb-3.text-muted {
    font-size: 14px;
    color: #777;
    border-left: 4px solid #007bff;
    padding-left: 12px;
    margin-bottom: 25px;
}

.post-content article .mb-3.text-muted strong {
    color: #111;
}

/* Post Content */
.post-content article p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.post-content article h2,
.post-content article h3 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #111;
}

/* --- Sidebar Latest Posts Widget --- */
.latest-post {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 25px;
    transition: all 0.3s ease;
    height: max-content;
}

.latest-post:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.latest-post h2,
.latest-post .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}


.latest-post ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.latest-post ul li:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

/* Thumbnail inside card */
.latest-post ul li img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Text content */
.latest-post ul li .text {
    flex: 1;
}

.latest-post ul li a {
    font-weight: 600;
    font-size: 15px;
    color: #007bff;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    line-height: 1.4;
}

.latest-post ul li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.latest-post ul li .post-date {
    font-size: 13px;
    color: #888;
}




#load-more-btn:hover {
    background: #333;
    color: #fff;
}

.comment-form {
    max-width: 100%;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.comment-form p {
    margin-bottom: 20px;
}

.comment-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
    color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #000;
    outline: none;
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form .form-submit input.submit {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.comment-form .form-submit input.submit:hover {
    background: #333;
}

.comment-form .comment-form-cookies-consent {
    font-size: 14px;
    color: #555;
}

.comment-form .required {
    color: red;
}
.form-wrapper .col-md-6,
.form-wrapper .col-md-12 {
    margin-bottom: 12px;
}


@media (max-width: 1250px) {
    a.learn-more-btn {
        width: max-content;
    }

    .container.form-wrapper {
        padding: 40px 0px;
    }
}

@media (max-width: 1200px) {
    .service-card h3 {
        font-size: 24px;
    }


}

@media (max-width: 1100px) {
    .owl-nav {
        margin-top: 20px;
    }

    button.owl-prev {
        margin-right: 12px;
    }

}

@media (max-width: 1080px) {
    .contact-info a {
        margin-right: 0.2rem !important;
    }

    .service-card h3 {
        font-size: 20px;
    }

}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 280px;
        background: #000;
        transition: left 0.3s ease-in-out;
        padding: 2rem 1rem;
        z-index: 9999;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .book-now-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20PX;
    }

    .btn-close {
        filter: invert(1);
        position: absolute;
        right: 20px;
        display: block;

    }

    .founder-content h2 {
        font-size: 36px;
    }

    .founder-content .row {
        margin-top: 10px !important;
        margin-bottom: 10px !important;

    }

    .contact-info {
        flex-direction: column;
    }

    .img-wrapper {
        margin-bottom: 30px;
    }

    button.navbar-toggler {
        background: #ffffffd1;
        border: 3px solid #fff;
    }

    .service-card {
        margin-bottom: 40px;
    }

    .founder-img {
        width: 450px !important;
    }

    .client-img-wrapper {
        margin-bottom: 20px;
    }



    .container.form-wrapper .row {
        justify-content: start !important;
        padding: 20px 0px;
    }

}

@media (max-width: 767px) {
    .hero-section {
        height: 70dvh;
    }

    .top-bar .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    h2 {
        font-size: 36px !important;
    }

    .hero-heading {
        font-size: 2.5rem;
    }

    .service-card {
        margin-bottom: 30px;
    }

    .client-img-wrapper {
        margin-bottom: 20px;
    }

    .event-card {
        flex-direction: column;
    }

    .event-card .img-wrapper,
    .event-content {
        flex: 0 0 100%;
        max-width: 100%;
    }




    .noptin-form-fields {
        width: 260px;
        margin: 0 auto;
        border: 1px solid;
        border-radius: 30px;
        padding: 5px;
    }

    .noptin-form-fields {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        padding: 0;
    }

    .noptin-form-heading {
        font-size: 36px !important;
    }

    input#noptin-form-1__submit {
        padding: 8px 12px;
    }

.post-content article .wp-post-image{
    height: auto;
}
.post-content{
    padding: 0;
}
.logo img{
    width: 200px;
}


}

@media (max-width: 576px) {
    .founder-img {
        width: 100% !important;
    }
    .post-content .row{
        padding-left:10px ;
        padding-right: 10px;
    }
    .post-content article{
        padding: 30px 10px;
    }

}

@media (max-width: 480px) {}

@media (max-width: 360px) {}