header .region.region-header {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    background-color: #E5F8E5;
    flex-wrap: wrap;
}
.block-addtoany-follow-block,
.block-gtranslate {
  display: flex;
  align-items: center; /* Vertically center the content */
  text-align: center;  /* Ensure inner content is centered */
}
.addtoany_list {
    display: inline;
    line-height: 0px !important;
}
.gt_selector {
   border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
    appearance: none;
}

.gt_selector:focus {
    border-color: #007BFF;
    outline: none;
}

/* Social media button styling */
.a2a_follow .a2a_button_instagram,
.a2a_follow .a2a_button_x,
.a2a_follow .a2a_button_facebook{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /*background-color: #ddd; */
    margin: 0 5px;
    transition: transform 0.3s ease;
}
div#block-addtoanyfollowbuttons {
    margin: 0 10px 5px 0;
}
.a2a_follow .a2a_button_instagram:hover,
.a2a_follow .a2a_button_x:hover,
.a2a_follow .a2a_button_facebook:hover {
    transform: scale(1.1);
}
div#block-addtoanyfollowbuttonsdiv#block-addtoanyfollowbuttons {
    margin: 0 10px 0 0;
}
div#block-rightlogo .field.field--name-field-right-side-logo.field--type-image.field--label-above .field__label {
    display: none;
}

.navbar-brand.d-flex.align-items-center div .site-slogan {
text-align: center;
    
}

.region.region-nav-branding {
    display: inline-flex;
}
#search-block-form {
    justify-content: end;
    display: flex;
}
.region.region-breadcrumb {
    display: flex;
    background-color: #e5f8e5;
    justify-content: center;
}

/* Default mobile styles remain as they are */
@media (min-width: 992px) {
    /* Desktop specific menu styling */
    .desktop-menu {
    
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        height: 30px; /* Adjust the height */
    }
    nav#block-bootstrap5-main-navigation {
    display: none;
}

    .desktop-menu .nav-item {
        margin: 0 15px; /* Space between items */
    }

    .desktop-link {
        color: black;
        /*font-size: 18px;*/
        font-weight: 600;
    
    }

    .desktop-link:hover {
        color: #FF6600; /* Color on hover */
    }

    .dropdown-menu {
        background-color: #003366; /* Dropdown background */
        border: none;
        box-shadow: none;
    }

    

    .dropdown-item:hover {
        background-color: #FF6600;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .region-breadcrumb {
        display: none;
    }
}


/* Hover functionality for devices larger than 768px */
@media (min-width: 768px) {
  .has-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    display: none;
  }
}
footer.mt-auto.footer-light.text-dark.bg-light {
    background-color: #FDF8B4 !important;
}
    .footer {
      bottom: 0;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
    }
    
    .footer-content {
      font-size: 20px;
      font-family: Arial, sans-serif;
      text-align: center;
    }

    /*.right-corner {*/
    /*  position: absolute;*/
    /*  right: 20px;*/
    /*  top: 50%;*/
    /*  transform: translateY(-50%);*/
    /*}*/
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
      .footer-content {
        font-size: 14px;
      }
      .footer {
        text-align: left;
        padding: 10px 20px;
      }
      .right-corner {
        right: 10px;
        top: auto;
        transform: none;
        margin-top: 5px;
      }
    }

    /* Ensure footer content is displayed in two lines for larger screens */
    @media (min-width: 769px) {
      .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
    }
    
/* General Table Styling */
.table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    font-size: 16px;
}

.table th, .table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

/* Header Row Styling */
.table thead th {
    background-color: #cdd79b; /* Light green background color */
    color: #333; /* Text color */
    font-weight: bold;
}

/* Table Row Styling */
.table tbody tr:nth-child(odd) {
    background-color: #f7f7f7; /* Light gray for odd rows */
}

.table tbody tr:nth-child(even) {
    background-color: #e0e0d6; /* Lighter green for even rows */
}

/* Sl.No Column */
.table tbody td:first-child {
    text-align: center;
    font-weight: bold;
}

/* Title Column */
.table tbody td.views-field-title a {
    color: #4169E1; /* Blue link color */
    text-decoration: none;
    font-weight: bold;
}

.table tbody td.views-field-title a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Description Column */
.table tbody td.views-field-body {
    text-align: left;
}

/* Back Button */
.back-button {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #cdd79b; /* Greenish color matching header */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    float: right;
}

.back-button:hover {
    background-color: #a5b76b; /* Slightly darker green on hover */
}
.views-field-serial-number {
    text-align: center;
    font-weight: bold;
}
/* Styling for the breadcrumb container */
.breadcrumb {
    background-color: #f7f9fc;  /* Light background */
    padding: 10px;              /* Add some padding */
    border-radius: 8px;         /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

/* Styling for the breadcrumb items */
.breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;        /* Vertically align text and icons */
    margin-right: 10px;         /* Space between items */
}

.breadcrumb .breadcrumb-item a {
    color: #007bff;             /* Blue text color for links */
    text-decoration: none;      /* Remove underline */
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline; /* Underline links on hover */
}

/* Icon styling */
.breadcrumb i {
    margin-right: 5px;          /* Space between icon and text */
    color: #007bff;             /* Icon color */
}
/* Basic styles for the sidebar menu */
/* Sidebar Menu Styling */
.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    margin-bottom: 10px;
}

.sidebar-menu a.menu-item {
    display: flex;
    align-items: center; /* Ensure content is aligned centrally */
    justify-content: space-between; /* Add space between the icon and text */
    background-color: #b4d08a; /* Adjust color as needed */
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease;
    text-align: center; /* Align text centrally */
}

/* Icon and Text Alignment */
.menu-icon {
    margin-right: 10px;
    color: #000;
}

.menu-icon i {
    font-size: 20px;
}

/* Arrow for Submenu */
.menu-arrow i {
    font-size: 18px;
    color: #000;
}

/* Submenu styles */
.submenu {
  list-style-type: none;
  padding-left: 20px;
  display: none; /* Hidden by default */
}

.has-submenu:hover .submenu {
  display: block; /* Show submenu on hover */
}

.submenu-item {
  display: flex;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  color: #666;
  transition: background-color 0.3s ease;
}

.submenu-item:hover {
  background-color: #e9e9e9;
  color: #000;
}

.submenu-icon {
  margin-right: 8px;
}

/* Add hover effect to submenu items */
.submenu-item:hover .submenu-icon, 
.submenu-item:hover .submenu-text {
  color: #000;
}
.sidebar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Active and Hover States */
.sidebar-menu a:hover, .sidebar-menu a.active {
    background-color: #97c56b;
    color: #fff;
}

/* Fix alignment by centering text and icon */
.menu-text {
    flex: 1; /* Allow the text to take up available space */
    text-align: left; /* Align text to the left within its space */
}

/* Responsive for Tablets */
@media (max-width: 768px) {
    .sidebar-menu a.menu-item {
        padding: 10px;
        font-size: 14px;
    }

    .menu-icon i, .menu-arrow i {
        font-size: 16px;
    }
}

/* Responsive for Mobile Devices */
@media (max-width: 576px) {
    .sidebar-menu a.menu-item {
        flex-direction: column;
        align-items: flex-start;
    }
.region.region-breadcrumb{
    display: none;
}
    .menu-arrow {
        display: none; /* Hide arrow for better mobile UI */
    }
}

/* Active menu item */
.sidebar-menu a.active {
    background-color: #97c56b; /* Active background */
    color: #fff; /* White text for active state */
}
.flexslider{
    margin: 0 0 10px;
}
.flex-control-nav{
    display:none;
}
.row {
    --bs-gutter-x: 0rem !important;}
 .container-fluid{
     --bs-gutter-x: 0 !important;
 }
th#view-field-eventdate-table-column {
    width: 20%;
}
.table tbody td.views-field-title a{
    font-weight: normal;
    color: #000;
    font-size: 12px;
}
td.views-field.views-field-field-eventdate time.datetime{
    font-weight: normal;
}
/* Marquee Container */
.vertical-marquee {
    height: 150px; /* Adjust height as needed to fit the design */
    overflow: hidden; /* Hide overflow */
    position: relative; /* Needed for positioning content inside */
    background-color: #f5f8e1; /* Add background similar to the image */
    border: 2px solid #cddbc1; /* Border matching the look in the image */
    padding: 10px; /* Add padding if needed */
    font-family: Arial, sans-serif; /* Adjust font family to match */
}

/* Marquee Container */
.vertical-marquee {
    height: 150px; /* Adjust height as needed */
    overflow: hidden; /* Hide overflow */
    position: relative; /* For positioning content inside */
    background-color: #f5f8e1; /* Optional: background color */
    border: 2px solid #cddbc1; /* Border */
    padding: 10px;
    font-family: Arial, sans-serif;
}

/* The scrolling content */
.vertical-marquee .view-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: scroll-up 10s linear infinite; /* Animation */
    animation-play-state: running; /* Initially running */
}

/* Pause the animation on hover */
.vertical-marquee:hover .view-content {
    animation-play-state: paused; /* Pause on hover */
}

/* Individual rows with spacing */
.vertical-marquee .views-row {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    background-color: #d6d6d6;
    margin-bottom: 5px;
    color: #000;
    
}
.vertical-marquee .views-row .views-field.views-field-title span.field-content a {
    color: #000;
    text-decoration: none;
    padding: 10px 0;
}

/* Scroll up animation */
@keyframes scroll-up {
    0% {
        transform: translateY(100%); /* Start below container */
    }
    100% {
        transform: translateY(-100%); /* Move past top of container */
    }
}
.region.region-atari-news-events-block {
    border: 2px solid #cddbc1;
    
}
.region.region-kvks-news-events-block{
    border: 2px solid #cddbc1;
}
.region.region-kvks-picture-block{
     border: 2px solid #cddbc1;
}
.region.region-map-of-kvks-block{
     border: 2px solid #cddbc1;
}
.events {
   background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.events .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.events .header i {
    font-size: 24px;
    color: #4CAF50;
    margin-right: 10px;
}

.events .header h3 {
    font-size: 18px;
    color: #333;
    flex-grow: 1;
}

.events .header .view-all-btn {
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

.events .header .view-all-btn:hover {
    background-color: #45a049;
}
ul.justify-content-center.nav.nav-tabs.flex-column.flex-md-row.nav-level-0.nav-level-0 li.nav-item a.nav-link::after {
    content: '|';
    position: relative;
    left: 15px;
    /* align-content: center; */
}
.nav-item:hover .dropdown-menu {
  display: block;
  background-color: #B3EAB1;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl{
    display: grid !important;
}
.region.region-nav-branding {
    display: flex;
    justify-content: center;
}
header nav.navbar.navbar-expand-lg.navbar-light.text-dark.bg-light .container-fluid.d-flex{
    justify-content: space-around;
}
/* General Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Header Styling */
header {
    padding-right: 10px;
    padding-left: 10px;
}

/* Logo Image */
.site-logo img {
    max-width: 100%;
    height: auto;
}

/* Navbar styles */
.navbar {
    padding: 0.5rem 1rem;
}

/* Responsive Navbar Toggler */
.navbar-toggler {
    border: none;
}

/* Dropdown Menu */
.navbar .dropdown-menu {
    background-color: #fff; /* Set background for dropdown */
}

.dropdown-menu a {
    padding: 0.5rem 1rem; /* Add padding for dropdown items */
}

/* Responsive Layout */
@media (max-width: 768px) {
    .navbar-collapse {
        flex-direction: column; /* Stack navbar items vertically */
    }

    .nav-item {
        width: 100%; /* Full width for nav items on mobile */
    }

    .nav-tabs {
        flex-direction: column; /* Stack tab items vertically */
        text-align: center;
    }
}

/* Ensure the language selector is responsive */
.gt_selector {
    width: 100%; /* Full width */
   
}

/* Social Media Icons */
.a2a_kit {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.a2a_kit a {
    display: flex;
    align-items: center;
    padding: 5px;
}

/* Centering images */
.align-center {
    display: block;
    margin: 0 auto; /* Center images */
}

/* Adjust field items */
.field__item img {
    max-width: 100%;
    height: auto; /* Responsive images in fields */
}
div#block-bootstrap5-search-form {
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    display: flex;
}
/*Search Bar*/
/* Container for the search icon and form */
#block-bootstrap5-search-form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Initially hidden search input and button */
#block-bootstrap5-search-form .form-search {
    width: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    right: 40px; /* Adjusted to position the input field to the left of the icon */
    transition: all 0.3s ease;
}

/* Magnifying glass icon button */
#block-bootstrap5-search-form::before {
    content: "\f002"; /* Font Awesome magnifying glass icon */
    font-family: "FontAwesome";
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    background-color: #1e73be; /* Icon background color */
    color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

/* Show the input field and button on hover */
#block-bootstrap5-search-form:hover .form-search {
    width: 200px; /* Set width for expanded input */
    padding: 5px;
    opacity: 1;
    z-index: 10;
    background-color: white; /* Background for input field */
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Input field styling */
#edit-keys {
    width: 150px; /* Adjusted width */
    box-sizing: border-box;
    float: left;
    margin-right: 5px;
}

/* Search button styling */
#edit-submit {
    height: 40px;
    background-color: #1e73be; /* Button color */
    color: white;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

/* Ensure input and button are visible on hover */
#block-bootstrap5-search-form:hover .form-search {
    width: 200px;
    padding: 5px;
    opacity: 1;
    z-index: 10;
    display: inline-block;
}
.custom-back-btn {
    background-color: #c2d69b; /* Adjust color based on your design */
    color: #000; /* Text color */
    border: none; /* Remove default border */
    padding: 8px 16px; /* Padding for a nice button size */
    font-weight: bold; /* Make the text bold */
  }
  
  .custom-back-btn:hover {
    background-color: #b0c389; /* Slightly darker color on hover */
    color: #000; /* Ensure the text remains visible */
  }
/* General Styling for the 'Documents' Column in the Circulars View */
.view-circular .views-field-field-eventpdf .file--application-pdf a {
    display: flex; /* Arrange icon and size in a row */
    align-items: center; /* Vertically center icon and file size */
}

/* Hide the file name in the Documents column */
.view-circular .views-field-field-eventpdf .file--application-pdf a::after {
    content: ''; /* Hide the file name by setting content to empty */
    display: none; /* Ensure it doesn't show up */
}

/* Display the PDF icon before the file size */
.view-circular .views-field-field-eventpdf .file--application-pdf a::before {
    content: url('/themes/bootstrap5/images/icons/application-pdf.png'); /* Replace with your PDF icon path */
    margin-right: 5px; /* Space between icon and file size */
}

/* Remove any background image styling if it's being applied */
.view-circular .views-field-field-eventpdf span.file.file--mime-application-pdf.file--application-pdf {
    background-image: none; /* Remove background image, if any */
}

/* Hide the file name span */
.view-circular .views-field-field-eventpdf .file--application-pdf a span {
    display: none; /* Hide file name span if present */
}

/* Ensure the file size remains visible next to the icon */
.view-circular .views-field-field-eventpdf .file--application-pdf {
    display: inline-block; /* Display file size inline */
    margin-left: 5px; /* Add space between file size and other elements */
    font-size: 14px; /* Adjust the font size for file size */
    color: #333; /* Set a suitable color for the file size */
}
tr.category-circular td.views-field.views-field-field-eventpdf.views-align-center table.table thead tr{
    display: none;
}
tr.category-circular td.views-field.views-field-field-eventpdf.views-align-center table.table{
    margin: 0;
}
tr.category-circular td.views-field.views-field-field-eventpdf.views-align-center{
    padding :0;
}
/* Serial Number Column Styling */
.serial-number {
    font-weight: bold;
}

/* Title Column Styling */
.views-field-title {
    font-size: 14px;
    text-align: left;
}

/* Category Column Styling */
.views-field-field-category {
    font-size: 14px;
    text-align: left;
}

/* Date Column Styling */
.circular-date {
    font-size: 14px;
    text-align: center;
}

/* Documents Column Styling */
.views-field-field-eventpdf a {
    color: #d9534f; /* Link color */
    text-decoration: none;
}

.views-field-field-eventpdf a:hover {
    text-decoration: underline; /* Hover effect for document links */
}

/* Attachment Table Styling (for PDF links) */
table.table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

table.table th, table.table td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
}
div#block-aboveslider .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .row.text-center.custom-overlap-section.px-5 .col-md-3 .bg.p-3.border h5 a.text-decoration-none{
    color: white; 
}
div#block-aboveslider .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item .row.text-center.custom-overlap-section.px-5 .col-md-3 .bg.p-3.border h5 a.text-decoration-none:hover{
    color: #000;
}

.contextual-region.view.view-download.view-id-download.view-display-id-page_1.js-view-dom-id-22a74cf0880de65b77276955587b92a3a5022af17a545d4083ea9860d1606c05 .view-content table.table.table-striped.views-table.views-view-table.cols-3 tbody tr td.views-field.views-field-field-eventpdf{
    padding: 0;
}
.contextual-region.view.view-download.view-id-download.view-display-id-page_1.js-view-dom-id-22a74cf0880de65b77276955587b92a3a5022af17a545d4083ea9860d1606c05 .view-content table.table.table-striped.views-table.views-view-table.cols-3 tbody tr td.views-field.views-field-field-eventpdf table.table{
    margin: 0;
}
.contextual-region.view.view-download.view-id-download.view-display-id-page_1.js-view-dom-id-22a74cf0880de65b77276955587b92a3a5022af17a545d4083ea9860d1606c05 .view-content table.table.table-striped.views-table.views-view-table.cols-3 tbody tr td.views-field.views-field-field-eventpdf table.table thead{
    display: none;
}
tr.tender td.views-field.views-field-field-eventpdf{
    padding: 0;
}
tr.tender td.views-field.views-field-field-eventpdf table.table{
    margin: 0;
}
tr.tender td.views-field.views-field-field-eventpdf table.table thead {
    display: none;
}
tr.download td.views-field.views-field-field-eventpdf{
    padding: 0;
}
tr.download td.views-field.views-field-field-eventpdf table.table{
    margin: 0;
}
tr.download td.views-field.views-field-field-eventpdf table.table thead{
    display: none;
}
tr.recruitment td.p-0.m-0.views-field.views-field-field-eventpdf table.table{
    margin: 0;
}
tr.recruitment td.p-0.m-0.views-field.views-field-field-eventpdf table.table thead{
    display: none;
}
.image-breadcrumb {
    margin-bottom: 20px; /* Space below the breadcrumb */
    text-align: center; /* Center align content */
}

.image-breadcrumb img {
    max-width: 100%; /* Ensure the image fills the width of its container */
    height: 250px; /* Maintain aspect ratio */
}

/* Optional: Add media queries for further adjustments if needed */
@media (max-width: 768px) {
    .image-breadcrumb {
        padding: 10px; /* Add some padding on smaller screens */
    }
    .image-breadcrumb img {
    max-width: 100%; /* Ensure the image fills the width of its container */
    height: auto /* Maintain aspect ratio */
}

}


/*.image-breadcrumb {*/
/*    margin-bottom: 20px; */
/*    text-align: center; */
/*}*/

/*.image-breadcrumb img {*/
/*    max-width: 100%;*/
/*    height: 400px; */
/*}*/
.field.field--name-field-image-breadcrumb.field--type-image.field--label-above .field__label{
    display: none;
}
/* Adjust spacing and alignment for logos and title */
.logo-left img,
.logo-right img {
  max-width: 100%;
  height: auto;
}

.site-title h1 {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .logo-left img,
  .logo-right img {
    max-width: 80px;
  }

  .site-title h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 769px) {
  .logo-left img,
  .logo-right img {
    max-width: 100px;
  }

  .site-title h1 {
    font-size: 2.5rem;
  }
}
.footer-logo img {
  max-width: 100%; /* Ensure logo is responsive */
}

footer h5 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #333;
}

footer p {
  font-size: 1rem;
  color: #666;
}
.field.field--name-field-footer-logo.field--type-image.field--label-hidden.field__item img.img-fluid {
    max-width: 30%;
}
.flyer.views-col {
    padding: 10px;
}
td.views-field.views-field-field-download-files{
    padding: 0;
}
td.views-field.views-field-field-download-files table.table {
    margin: 0;
}
td.views-field.views-field-field-download-files table.table thead {
    display: none;
}
