body {
    font-family: 'Supreme', sans-serif;
    font-weight: 400; /* Regular */
    font-style: normal;
}

h1 {
    font-family: 'Supreme', sans-serif;
    font-weight: 700; /* Bold */
    font-style: normal;
}

.italic-text {
    font-family: 'Supreme', sans-serif;
    font-weight: 400; /* Regular */
    font-style: italic;
}

.bold-italic-text {
    font-family: 'Supreme', sans-serif;
    font-weight: 700; /* Bold */
    font-style: italic;
}

img {
 max-width: 100%;
 height: auto;
 display: block; /* Removes bottom space/gap */
}

body {
    font-family: 'Supreme', Arial, sans-serif!important;
}

.search-form {
    display: inline-block;
    width: 423px; /* Set exact width */
    height: 70px; /* Set exact height */
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 120px;
}

.search-form .input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.search-form .input-group input[type="text"] {
    width: 100%;
    height: 70px;
    padding: 10px 40px 10px 15px;
    border: 1px solid #274C43;
    border-radius: 35px !important;
    background-color: transparent;
    outline: none;
    z-index: 0;
}

.search-form .input-group>.form-control:focus,.search-form .input-group>.form-floating:focus-within,.search-form .input-group>.form-select:focus {
    z-index: 0;
}

.search-form .btn{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-25%);
    background-color: #274C43;
    border: none;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}

/*.search-form button[type="submit"]:hover {*/
/*    background-color: #274C43;*/
/*}*/

.search-form button[type="submit"] img {
    width: 24px;
    height: 24px;
}

.content {
    padding-bottom: 150px;
}

/*.img.attachment-large.size-large.wp-post-image {*/
/*    height: 621px;*/
/*    width: 1320px;*/
/*}*/

.post {
    padding: 142.25px 0;
}
.search.search-results .post {
    padding: 0px 15px;
}
.search.search-results .article-card {
    padding: 30px 0px 0px;
}
.search.search-results .card-body{
    padding: 0px;
}
.search.search-results .article-content-col{
    min-height: 150px;
}
.search.search-results .page-header{
    margin-top: 50px;
    margin-bottom: 70px;
}
.search.search-results .post:last-child {
    margin-bottom: 80px;
}

.news {
    background-color: #82BEBE;
    border-radius: 10px;
    height: 200px;
    position: absolute;
    top: -110px;
    width: 100%;
}

.pb-4 {
    font-family: Playfair Display SemiBold;
    font-weight: 600;
    font-size: 68px;
    line-height: 81.6px;
    padding-bottom: 68px !important;
}


#footer {
    background-color: #274C43;
    padding-top: 150px;
}



#footer p {
    font-family: Supreme-Medium; 
    font-weight:500; 
    font-size:16px;
}

.ul.footer-submenu {
    list-style: none !important;
    padding-left: 0 !important;
}

.ul.dropdown-menu.show {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-family: 'Supreme', sans-serif; /* Ensure you have this font or replace with a similar one */
  width: 100%;
  padding: 20px 0;
}

.article-btn img {
    transition: filter 0.3s ease-in-out;
}

.article-btn img:hover {
    filter: invert(1);
}



/* Widget container */
.widget_nav_menu {
    color: #ffffff;
}

/* Widget title */
.widget_nav_menu .widgettitle {
    font-family: Playfair Display SemiBold;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Navigation menu */
.widget_nav_menu .menu {
    font-family: Supreme-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    paragraph: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Menu items */
.widget_nav_menu .menu-item {
    margin-bottom: 0.5rem;
}

/* Menu links */
.widget_nav_menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
}

/* Remove default link styles */
.widget_nav_menu .menu-item a:hover,
.widget_nav_menu .menu-item a:focus,
.widget_nav_menu .menu-item a:active {
    color: #ffffff;
    text-decoration: none;
}

.navbar{
    font-family: Supreme-Medium;
    font-weight: 400;
    font-size: 20px;
}


/*
 * Blog cards
 */
 
.article-block {
    background-color: #F6F6F6;
    border-radius: 20px !important;
    height: 566px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 424px; 
    width:100%;
} 
@media (max-width: 1024px) {
    .article-block {
        min-width: 100%; 
        height:auto;
    }
    .article-card {
        padding-bottom: 0px;
    }
}
.article-block:hover {
  background: linear-gradient(108.78deg, rgba(205, 230, 246, 0.43) 21.83%, rgba(246, 246, 246, 0.43) 72.74%, rgba(45, 190, 147, 0.172) 96.53%);
}
.search-card.article-block{
    height: auto;
}


.article-card {
  /*border: 1px solid #e0e0e0;*/
  border-radius: 8px;
  color: #212121;
  padding: 30px 0px;
  
}

.author-thumb img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.author-name {
    font-family: Supreme-Medium;
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.article-date {
  font-family: Supreme-Medium;
  color: #212121;
  font-weight: 500;
  font-size: 16px;
}

.article-title a {
    font-family: Playfair Display SemiBold;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}

h3.article-title {
    line-height: 26.4px;
    overflow: hidden;
    max-height: 55px;
}

.article-btn img {
    width: 45px;
}

.article-content {
  display: -webkit-box;
  font-weight: 400;
  font-size: 18px;
  font-family: Supreme-Regular;
  line-height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bdp-post-pagination a {
    background: none;
    border: none;
    color: #1C1717 !important;
    min-width: 46px;
    min-height: 46px;
    text-transform: capitalize;
    line-height: 30px;
}

.bdp-post-pagination a:hover , .bdp-post-pagination .current{
    background-color: #274C43;
    border-radius: 6px;
    color: #fff !important;
    min-width: 46px;
    min-height: 46px;
    line-height: 30px;
}


/*
 * Single Post
 */
.entry-title {
    color: #023020;
    font-family: Playfair Display SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 81.6px;
}
.single .entry-content h3,
.single .entry-content h2 {
font-family: Playfair Display SemiBold;
    font-size: 48px;
    padding-bottom: 50px;
    padding-top: 70px;
    color: #001526;
    }
.author {
    border-right: 1px solid rgba(8, 6, 42, 0.2);
    font-family: 'Supreme';
    font-weight: 700;
    font-size: 20px;
    color:#353232;
}
.post-nav a {
    font-family: 'Supreme';
    font-size: 18px;
    font-weight: 400;
    color: #1C1717;
}
.recent {
    padding-bottom:200px;
}

.post-thumbnail {
    padding-bottom: 70px;
}

.date {
    font-family: 'Supreme';
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #353232;
}

.arrow {
    padding-right: 0px;
    padding-left: 8px;
}

.header-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.header-social-icons svg,
.header-social-icons i.fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 12px;
  margin-right: 2px;
  text-decoration: none;
} 



.span.arrow {
    font-size: 18px;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.like-text {
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.03em;
    color: #000; /* Text color */
}


.bdp-post-image-bg img {
    height: 326px;
    width: 100%;
    object-fit:cover;
    top: 277.27px;
    left: 315.39px;
    border-radius: 20px 20px 20px 20px !important;
    opacity: 0px;


}

/*.bdp-post-grid-main.bdp-design-2 .bdp-post-image-bg {*/
/*    width: 394px;*/
/*}*/

.bdp-clearfix:before{
    content:none;
}

.bdp-post-grid-main.bdp-design-2.bdpgrid-3.bdp-clearfix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(424px, 1fr)); /* Adjusted min width */
    gap: 6px;
}


/* footer styles */

#nav_menu-8{
    padding-left: 154px !important;
}


.footer-submenu {
    list-style : none !important;
    padding-left: 0 !important;
    color: white !important;
}
.footer-submenu li {
    margin-bottom:10px;
}
.footer-submenu li a {
    color: #FFFFFF !important;
    font-family: 'Supreme';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

h4.footer-menu-title {
    font-family: 'Playfair Display SemiBold' !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    margin-bottom:38px;
}

#main-menu .nav-linka {
    color: white !important; /* Set the desired color for main menu links */
    text-decoration: none; /* Optional: Removes underline */
}

/* Submenu link text color */
.submenu-container .nav-link {
    color: black !important; /* Set the desired color for submenu links */
    text-decoration: none; /* Optional: Removes underline */
}


@media screen and (max-width: 991px) {
    #nav_menu-8 {
        padding-left: 85px !important;
    }
}


#nav_menu-7{
    padding-left: 62px !important;
}

#nav_menu-6 {
    padding-left: 61px !important;
}


@media (max-width: 768px) {
    .search-form {
        max-width: 100%;
    }
}



@media screen and (max-width: 767px) {
    #footer {
        padding-top: 230px !important;
    }
    
    #nav_menu-6,
    #nav_menu-7,
    #nav_menu-8{
        padding-left: 0px !important;
        padding-top: 50px !important;
    }
    
}

@media screen and (max-width: 600px) {
    #nav_menu-6,
    #nav_menu-7,
    #nav_menu-8,
    #nav_menu-9{
        padding-left: 40px !important;
    }
    
}

.navbar-brand img {
    height: 30px !important;
}

nav#header {
    background-color: #000000!important;
    padding: 0px;
}
nav#header #navbar{
        justify-content: end;
}
.nav-link  {
    color: #FFFFFF;
    font-size:20px;
    padding:10px 0px;
}
.nav-link:focus, .nav-link:hover{
color: rgb(44, 191, 147);
}
.submenu-container ul{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1000;
}

.submenu-container .submenu-title {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 12px;
}

.submenu-container .submenu-title span{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}


.dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
    list-style: none; 
}
.dropdown-menu .dropdown {
    position: initial!important;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px; 
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: initial!important;
}

/* Style the dropdown menu items */
.dropdown-menu .menu-item {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

/* Ensure the dropdown menu items are visible */
.dropdown-menu .menu-item a {
    color: white !important; 
    text-decoration: none;
    display: block; 
    padding: 10px 20px; 
}

/* Hover effect for dropdown menu items */
.dropdown-menu .menu-item a:hover {
    color: #274C43 !important;
}
.navbar-nav{
    padding: 0rem 1rem !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(44, 191, 147);
}
.dropdown-menu.show {
    margin: 0px;
    border-radius: 0px;
}

/* Ensure the dropdown toggle works */
.menu-item-has-children:hover .submenu-container {
    display: block !important;
}

/* Style the event title, date, and location */
.event-title {
    display: block;
    color: white;
    font-family: Supreme-Medium;
    font-size: 16px;
}

.submenu-item-title,
.submenu-item-date,
.submenu-item-location {
    color: white;
    font-family: 'Supreme'!important;
    font-size: 1.20rem;
    font-weight: 700;
}

.submenu-item-date,
.submenu-item-location {
    font-size: 14px; 
    opacity: 0.8; 
}

.event-title a.nav-link:hover .submenu-item-title,
.event-title a.nav-link:hover .submenu-item-date,
.event-title a.nav-link:hover .submenu-item-location {
    color: rgb(44, 191, 147) !important; 
    font-family: 'Supreme'!important;
}




.header-social-icons a:hover{
 color: rgb(44, 191, 147);
}
.submenu-item-date {
    float: left;
}

@media (max-width: 767px) {
    .navbar-toggler{
        position: absolute;
        right: 10px;
        border: 1px solid #fff;
        background-color: #fff;
    }
    #header .container {
        flex-direction: column !important;
        padding-bottom: 20px !important;
        padding-top: 20px !important;
        padding-left:0px!important;
        padding-right:0px!important;
    }
    nav#header #navbar{
        width: 100%;
        border-top: 0.3px solid #444444;
        margin: 20px 0px;
        border-bottom: 0.3px solid #444444;
    }
    .dropdown-menu .dropdown {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .dropdown-menu .menu-item a {
        padding: 0px;
    }
}


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

.navbar{
    font-family: 'Supreme'; font-weight: 400; font-style: normal;
}
@media (min-width: 767px) {
    #header .container {
        max-width:80%!important;
    }
    
}
        
@media (max-width: 767px) {
    .entry-title {
        font-size: 40px !important; /* Adjust as needed */
        line-height: 48px;
    }
}

@media (max-width: 1024px) {
    #header .container {
        flex-direction: column !important;
        padding-bottom: 20px !important;
        padding-top: 20px !important;
        max-width:100%!important;
    }
}
 





/* Navbar Hover CSS
------------------------------------
*/

/* Desktop styles */
@media (min-width: 768px) {
    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children:hover .submenu-container ul {
        display: block;
    }

    .submenu-container ul {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 1000;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-has-children > a svg {
        transition: transform 0.3s ease;
    }

    .menu-item-has-children.active > a svg {
        transform: rotate(180deg);
    }

    .submenu-container {
        display: none;
    }

    .menu-item-has-children.active .submenu-container {
        display: block;
    }

    .dropdown-menu .dropdown {
        grid-template-columns: 1fr;
    }
}

/* Common styles */
.submenu-container ul{
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    width: 100%;
    border-radius: 0px;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
    list-style: none;
}

.dropdown-menu .menu-item {
    padding: 5px 0;
}

.dropdown-menu .menu-item a {
    color: white !important;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}

.dropdown-menu .menu-item a:hover {
    color: rgb(44, 191, 147) !important;
}

.event-title {
    display: block;
    color: white;
    font-family: Supreme-Medium;
    font-size: 16px;
}

.submenu-item-title,
.submenu-item-date,
.submenu-item-location {
    color: white;
    font-family: 'Supreme' !important;
}

.submenu-item-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.submenu-item-date,
.submenu-item-location {
    font-size: 14px;
    opacity: 0.8;
}




/*
single single-post details page
-------------------------------
*/
.single.single-post .entry-title{
    font-size: 68px;
}
.single.single-post .meta {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}
.single.single-post .post-thumbnaila img {
    width: 100%!important;
    height: 621px!important;
    object-fit: cover;
    border-radius: 20px;
    padding-bottom: 0px!important;
    margin-bottom: 70px;
}
.single.single-post .entry-content {
    font-family: 'Supreme';
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color:#212121!important;
    margin-top:50px;
}
.single.single-post .entry-content p {
    margin-bottom: 0.4rem;
}
div.heateor_sss_follow_icons_container svg, div.heateor_sss_sharing_container svg {
    width: 68%!important;
    text-align: center;
    margin: 0 auto;
}
div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 5px!important;
}
.share-container {
    margin-top: 30px;
}

@media (max-width: 767px) {
.post {
    padding: 42.25px 0px;
}
a img.alignright {
    float: none;
    margin:5px 0px;
}
.single .entry-content h3, .single .entry-content h2 {
    padding-bottom: 30px;
    padding-top: 50px;
}
.bdp-post-image-bg img {
    height: auto;
}
}


/*
Footer Section
-------------------------------
*/
.footer-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.footer-logo-section img.footer-line {
    flex: 1; /* Allows the lines to grow and shrink */
    max-width: 40%; /* Prevents the lines from taking too much space */
    height: auto; /* Maintains aspect ratio */
}

.footer-logo-section img.footer-logo {
    max-width: 20%; /* Adjust logo size */
    height: auto; /* Maintains aspect ratio */
    margin: 0 10px; /* Adds spacing around the logo */
}

@media (max-width: 1024px) {
    .footer-logo-section {
        flex-direction: column; /* Stacks items vertically */
        align-items: center;
    }

    .footer-logo-section img.footer-line {
        max-width: 80%; /* Adjust line width for smaller screens */
        margin: 10px 0; /* Adds spacing between stacked items */
    }

    .footer-logo-section img.footer-logo {
        max-width: 50%; /* Adjust logo size for smaller screens */
        margin: 20px 0; /* Adds spacing around the logo */
    }
}