#site-header {
transition: top .5s ease-in-out;
}

/* Wrapper Styles */
.header--top-logo-section {
    max-width: 1655px;
    margin: 0 auto;
    padding: 10px 0;
}

.header--top-logo-section .top-logo--wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

/* Desktop Logo Sizes */
.top-logo--wrapper img {
    width: 220px;
    height: auto;
    object-fit: contain;
}

.top-logo--wrapper .top_logo_image_3 {
    width: 130px;
    height: 90px;
}

/* Tablet (Max: 768px) */
@media (max-width: 767px) {
    .top-logo--wrapper {
        gap: 1.5rem;
    }

    .top-logo--wrapper img {
        width: 150px; /* Reduce size for tablets */
    }

    .top-logo--wrapper .top_logo_image_3 {
        width: 100px;
        height: 70px;
    }

/*    #site-header {
        top: 110px;
        transition: top 0.3s ease-in-out;
    }*/

   /* .gd_mobile_header_buttons {
        top: 80px;
        transition: top 0.3s ease-in-out;
    }
    .gd_mobile_header_buttons.btn_sticky{
        top: 100px !important;
        transition: top 0.3s ease-in-out;
    }*/
}

/* Mobile (Max: 480px) */
@media (max-width: 480px) {
    .header--top-logo-section .top-logo--wrapper {
        gap: 5px;
    }

    .top-logo--wrapper img {
        width: 135px; /* Further reduce size for mobile */
    }

    .top-logo--wrapper .top_logo_image_3 {
        width: 80px;
        height: 60px;
    }
}

.header-inner {
    margin-top: 46px;
    margin-bottom: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.header-inner {
		/*margin-top: 46px !important;
		margin-bottom: 38px !important;*/
		margin-bottom: 0px !important;
		    padding-top: 5px;
	}
	.header-footer-group.sticky .header-inner {
		margin-bottom: inherit;
	}
}

/* Deprecated */
.single-post .header-inner {
    /*margin-top: 134px;
    margin-bottom: 38px;*/
}

.single-courses .header-inner {
    margin-top: 150px;
    margin-bottom: 38px;
}

.archive #site-header .container:first-child {
   /* background-color: #006f53;
    margin-top: -20px;*/
}


@media (max-width: 767px) {
    /*.single-post .header-titles-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 100px;
  }*/

  .header-footer-group.sticky .header-titles-wrapper{
    margin-top: 0px;
   }

   .top-logo--wrapper img {
        width: auto;
        max-width: 38vw; /* Adjust as needed */
    }
    .header--top-logo-section .top-logo--wrapper {
        gap: 3px;
    }

     .single-courses .header-inner {
        margin-bottom: 18px;
    }

    .single-courses .header-titles-wrapper {
        margin-top: 110px;
    }
}