.container11 {
  display: flex; /* Enables flexbox layout */
  align-items: center; /* Vertically centers content */
  gap: 20px; /* Adds space between columns */
}

.text-column, .image-column {
  flex: 1; /* Makes both columns equal width */
}

.image-column img {
  max-width: 100%; /* Ensures image is responsive */
  height: auto;
}
div#t4-section-1
 {
    background: url(https://annabaa.co/images/slider_bg_center.png) no-repeat center top;
}
div#t4-main-body{
    
    background: url(https://annabaa.co/images/border_top_mainpage.png) repeat-x 0 top;
    padding-top: 30px;
}
body {
    background: #fafafa;
}
.blog.layout_style_1 .item-inner, .blog-featured.layout_style_1 .item-inner{
    grid-template-columns: 1fr;
}
figure.pull-left.item-image {
    display: none;
}
.t4-palette-dark .t4-megamenu .navbar-nav > li a:focus, .t4-palette-dark .t4-megamenu .navbar-nav > li a:active, .t4-palette-dark .t4-megamenu .navbar-nav > li .nav-link:focus, .t4-palette-dark .t4-megamenu .navbar-nav > li .nav-link:active {
    color: #000000;
}
.t4-megamenu .dropdown ul a.dropdown-item {
    color: #0a0a0a !important;
}
.t4-palette-dark .nav > li a, .t4-palette-dark .nav > li .nav-link{
    color: #a7a3a3;
    font-size: 13px;
    text-transform: capitalize;
}
.t4-megamenu .dropdown-menu{
    background: #222222;
}
.t4-megamenu .dropdown ul a.dropdown-item {
    color: #cccccc !important;
}
.t4-palette-dark .t4-megamenu .navbar-nav > li a:hover, .t4-palette-dark .t4-megamenu .navbar-nav > li .nav-link:hover,.t4-palette-dark .t4-megamenu .navbar-nav > li.active > a, .t4-palette-dark .t4-megamenu .navbar-nav > li.active > .nav-link{
    background: url(https://annabaa.co/images/menu_hover.png) repeat-x bottom;
}
.t4-nav-height-sm .t4-megamenu .navbar-nav > li > a, .t4-nav-height-sm .t4-megamenu .navbar-nav > li > .nav-link{
    height: 40px;
    line-height: 25px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
       margin-bottom: 10px;
    }
}
.t4-megamenu .dropdown-menu{
    padding: 1rem 0rem;
}
.t4-megamenu .dropdown ul li.nav-item:hover {
    background: #cc2f31;
}
.t4-megamenu .dropdown ul li.nav-item{
    padding: 0 30px;
}
.item-page.layout-1 .top-article-info{
    text-align: left;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
.desc-article img {
    float: left;
    margin-right: 10px;
}
.item-page.layout-1 .bottom-article-info{
    display: none;
}
.mainnav .container-lg.collapse-static {
    background: url(https://annabaa.co/images/bg_menu.png) repeat-x;
    height: 50px;
}
.border-bottom {
    border-bottom: none !important;
}
.border-top {
    border-top: none !important;
}