.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 6px;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: 1px;
    position: absolute;
    top: 50%;
    width: 0;
}
 

#verification_code { 
border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 10px;
 }
 .text-field{
	 border-radius: 6px !important;
	 
 }
.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.form-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.w-form {
  margin: 0 0 15px;
}

.hero-banner-wrapper {
padding-top: 0px;
min-height:0px;
 }
 .hero-banner-slide-image {
  position: relative;
  min-height: 250px !important;  
  
  background-position: 50% 45%;
  background-size: auto;
  background-repeat: no-repeat;
}
.hero-banner.inside {
  
  background-position: 50% 45%;
  min-height: 300px;
}
  .phone-link:hover {
   
    text-decoration: none !important;
  }

  .nav-link:hover {
     
    text-decoration: none !important;
  }

 .admin-login-wrapper {
   
    z-index: 100;
  }

  .container.admin {
    width: 100% !important;
    max-width: 88%;
    margin: 0 auto;
    transition: all 0.3s ease;
    padding: 0;
	
  }

  .flex-block {
    display: none;
  }

  .navbar-wrapper {    
    margin-top: unset !important;
    position: sticky;
    top: -1px;
    transition: all 0.3s ease-in-out;
    z-index: 10;
  }

   
  .navbar-wrapper-pinned .nav-label::after {
    background-color: rgb(162 194 213);
  }


  .navbar-wrapper-pinned .nav-position>ul {
    gap: 25px;
  } 
   
  .navbar-wrapper-pinned .button-login:hover {    
    background: rgb(39 195 162);
  }

  .navbar-wrapper-pinned .logo #color-logo {
    display: none;
  }

  .navbar-wrapper-pinned .logo #white-logo {
    display: initial;
  }

  @media screen and (min-width: 1280px) {
    .navbar-wrapper-pinned .nav-position>ul {
      gap: 45px;
    }
  }

  @media screen and (min-width: 1600px) {
    .navbar-wrapper-pinned .nav-position>ul {
      gap: 65px;
    }
  }

  .container.menu {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: 100%;
    flex-wrap: nowrap;
  }

  .sidebar-item {
    padding: 20px;
    height: 100%;
    overflow: auto;
  }

  .sidebar-close {
    color: #000;
    font-weight: 500;
    font-size: 20px;
  }

  .sidebar-contant {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
  }

  .sidebar-contant .sidebar-position {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .sidebar-contant .sidebar-position .has-dropdown {
    position: relative;
    padding-top: 10px;
  }

  .sidebar-contant .sidebar-position .dropdown {
    display: flex;
    flex-direction: column;
    height: 0;
    background: white;
    z-index: 999;
    width: 100%;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    gap: 20px;
  }

  .c-search-bar {
    display: flex;
    height: 37px;
  }

  .search-bar-icon {
    background-color: rgb(82 85 112);
    font-size: 18px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
  }

  .search-bar-input-box {
    display: flex;
    background-color: rgb(47 51 83);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all 0.2s ease-in-out;
    width: 240px;
    overflow: hidden;
  }


  .search-bar-input-box input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding-inline-start: 10px;
  }

  .search-bar-icon-end {
    border-radius: 0;
    background: none;
  }

  .search-bar-keep .search-bar-icon {
    background-color: transparent;
    transform: scale(1.5);
    transform-origin: center;
  }

  .search-bar-keep .search-bar-input-box {
    width: 0;
  }

  .search-bar-keep .search-bar-input-box .search-bar-icon {
    display: none;
  }

  .dropdown-toggle {
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    transform: rotate(90deg);
    font-weight: 700;
    font-size: 20px;
  }

  .has-dropdown.open .dropdown {
    height: 100%;
    padding: 0 15px;
  }

  .sidebar-position>li {
    padding-top: 23px;
    padding-bottom: 23px;
    width: 100%;
  }

  .sidebar-position li a {
    color: <?php echo $header_font_color;?> !important;
  }

  .sidebar-position li a:hover {
    text-decoration: none !important;
  }

  .button-login-mobile a {
    color: <?php echo $header_font_color;?> !important;
  }

  .button-login-mobile a:hover {
    text-decoration: none !important;
  }

  .global-header {
    padding-bottom: unset !important;
  }

  .clear-decoration {
    text-decoration: none !important;     
    font-weight: 600 !important;
  }

  .show-desktop {
    height: 100%;
    display: none;
  }

  .show-mobile {
    display: block;
    z-index: 9999;
  }

  .c-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    max-width: 88%;
    height: 82px;
    margin: 0 auto;
    transition: all 0.3s ease;
  }

  .c-container div:nth-child(2) {
    justify-self: center !important;
  }

  @media screen and (max-width: 1280px) {
    .c-container {
      max-width: 95%;
    }
  }

  .logo a {
    height: 80px;
    width: unset !important;
    padding-left: unset !important;
  }

  .logo a img {
    height: 100%;
    object-fit: contain;
  }

  .logo a::before {
    content: "";
    position: unset;
    width: unset;
    height: unset;
    background-color: unset;
    bottom: unset;
    left: unset;
    transition: unset;
  }

  .logo #white-logo {
    display: none;
  }

  .admin-link-wrapper .nav-position .nav-label {   
    font-weight: 500 !important;
  }

  .admin-link-wrapper .nav-position>ul {
    gap: 65px;
  }

  .admin-link-wrapper .nav-position .nav-label::after {
    background-color: rgb(162 194 213);
  }

  .admin-link-wrapper .nav-position .c-dropdown .dropdown {
    z-index: 1000;
  }

  .nav-position {
    display: flex;
    width: 100%
  }

  .nav-position>ul {
    flex: 1;
    height: 100%;
    gap: 15px;    
  }

  .nav-position>ul>li {
    height: 100%;
  }

  @media screen and (min-width: 1280px) {
    .nav-position>ul {
      gap: 30px;
    }
  }

  @media screen and (min-width: 1600px) {
    .nav-position>ul {
      gap: 65px;
    }
  }

  .c-dropdown {
    position: relative;
  }

  .c-dropdown>.nav-label {
    text-transform: uppercase;
  }

  .c-dropdown .dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 15px 20px 30px;
    opacity: 0;
    background-color: white;
    transition: all 0.2s;
    visibility: hidden;
    width: 215px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

  }

  .c-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }

  .c-dropdown .dropdown li {
    padding: 4px 0;
    text-align: left;
  }

  .c-dropdown .dropdown a {   
    text-decoration: none;
    text-align: left;
  }

  .nav-label {
    white-space: nowrap;
    display: flex;
    height: 100%;
    align-items: center;
  }

  .nav-label::after {
    content: '';
    width: 0;
    height: 8px;
    background-color: #050a30;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .c-dropdown:hover .nav-label::after {
    width: 100%;
  }

  .nav-label:hover::after {
    width: 100%;
  }

  .subnav-label {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0;
  }

  .subnav {
    width: 100%;
  }

  .subnav:hover .subnav-label {
    padding-left: 10px;
    font-weight: 600;
  }


  .subnav-label::before {
    content: '';
    width: 3px;
    height: 25px;
    background-color: #050a30;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    visibility: hidden;
  }

  .subnav:hover .subnav-label::before {
    visibility: visible;
  }


  .button-login {
    padding: 10px 30px;
    font-size: 18px;
    background: #0f528c;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    color: white;
    white-space: nowrap;
  }

  .button-login:hover {
    background-color: #0f528c;
  }

  #customer-login-btn {
    text-decoration: none;
    color: inherit;
  }

  #customer-login-btn:hover {
    text-decoration: none;
    color: inherit;
  }

  .button-login-desktop {
    display: none;
  }

  .button-login-mobile {
    padding: 10px 0;
    font-size: 16px;
    background: #0f528c;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
  }

  .nav-menu {
    padding: unset !important;
  }

  nav {   
    text-align: center;
    position: relative;
  }

  ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
  }

  li {
    margin: 0;     
  }

  a {
    text-decoration: none;
    color: white;
    position: relative;
  }

  /* mobile nav */
  /* Style for the sidebar */
  .sidebar {
    position: absolute;
    left: -100%;
    width: 100%;
    height: calc(100dvh - 82px);
    background-color: white;
    z-index: 1000;
    transition: left 0.3s ease-out;
  }

  .search-dialog {
    transform: scaleY(0);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: calc(100dvh - 82px);
    z-index: 1000;
    transition: all 0.2s ease-in-out;
    background-color: rgba(46, 82, 255, 0.4);
    transform-origin: center;
  }

  .search-dialog .c-search-bar {
    display: flex;
    height: 37px;
    margin: 15px;
  }

  .search-dialog .search-bar-icon {
    font-size: 18px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .search-dialog .search-bar-input-box {
    display: flex;
    background-color: white;
    border-radius: 14px;
    flex: 1;
    transition: all 0.2s ease-in-out;
    width: 240px;
    overflow: hidden;
  }


  .search-dialog .search-bar-input-box input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding-inline-start: 15px;
  }

  .search-dialog .search-bar-icon-end {
    border-radius: 0;
    background: none;
  }

  .search-dialog.open {
    transform: scaleY(1);
    opacity: 1;
  }

  /* Style for the hamburger icon */
  .hamburger {
    cursor: pointer;
    width: fit-content;
  }

  .hamburger .close-icon {
    display: none !important;
  }

  #black-close,
  #black-burger,
  #black-search {
    display: initial;
  }

  .navbar-wrapper-pinned .hamburger #black-close,
  .navbar-wrapper-pinned .hamburger #black-burger,
  .navbar-wrapper-pinned .hamburger #black-search {
    display: none;
  }

  #white-close,
  #white-burger,
  #white-search {
    display: none;
  }

  .navbar-wrapper-pinned .hamburger #white-close,
  .navbar-wrapper-pinned .hamburger #white-burger,
  .navbar-wrapper-pinned .hamburger #white-search {
    display: initial;
  }

  .sidebar-open #black-burger,
  .navbar-wrapper-pinned .sidebar-open #white-burger,
  .navbar-wrapper-pinned .sidebar-open #black-close {
    display: none !important;
  }

  .sidebar-open #black-close,
  .navbar-wrapper-pinned .sidebar-open #white-close {
    display: initial !important;
  }


  .line {
    width: 20px;
    height: 2px;
    background-color: #050a30;
    margin: 5px 0;
  }

  .sidebar.open {
    left: 0;
  }

  .sidebar-nav {
    cursor: pointer;
    margin-bottom: 20px;
  }

  @media screen and (min-width:992px) {
    .c-container {
      display: flex;
    }

    .flex-block {
      display: flex;
    }

    .container.menu {
      display: block !important;
      flex-direction: none !important;
      justify-content: none !important;
    }

    .show-desktop {
      display: flex;
      width: 100%;
    }

    .show-mobile {
      display: none;
    }

    .w-container {
      display: block !important;
      flex-direction: none !important;
      justify-content: none !important;
      width: 100% !important;
    }

    .logo {
      margin-right: unset;
    }

    .button-login-desktop {
      display: block;
    }

    .sidebar {
      display: none;
    }

    .search-dialog {
      display: none;
    }

    .hide-scrollbar {
      overflow-y: auto !important;
    }
  }

  @media screen and (min-width:768px) {
    .container.menu {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between !important;
    }
  }

  .hide-scrollbar {
    overflow-y: hidden;
  }
   .admin-link-wrapper-right {
   display: none;
  }
  @media screen and (min-width: 992px) {
  .admin-link-wrapper-right {
    display: block !important;	 
    font-weight: 500 !important;
  }
}
.center_menu{
	width: 34%; padding-top: 16px;
	/* padding-left: 180px; */
}
@media only screen and (max-width: 768px) { 
    .center_menu {
     width: 100%;
    }
  }
 
  
.select-field {
  color: #000;
  background-color: #f3f3f300;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
    padding-right: 12px;
    padding-left: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}
.course-box-content.multiple {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-top: 40px;
  display: flex;
}
.course-box.inside {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  width: 32%;
  min-width: 31%;
  min-height: 270px;
  margin-bottom: 0%;
  padding-bottom: 10px;
  display: block;
  box-shadow: 0 0 #0003;
}
.course-box {
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  padding-bottom: 30px;
  transition: all .2s;
  display: flex;
}
.course-image-box.location-image.writing {
  background-image: url('../images/portrait-girl-playing.jpg');
}
.course-image-box.location-image {
  background-image: url('../images/i-can-read-storefront.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
}
.course-box-details-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}
.course-box-price {
  border-top: 3px solid #f7f4ee00;
  align-self: stretch;
  padding-top: 0;
}
.course-box-price-item {
  border-bottom: 1px solid #fafafa;
  justify-content: space-between;
  margin-bottom: 2px;
  padding-bottom: 5px;
  display: flex;
}
.course-box-price-1.inside {
  color: #e6c50f;
  text-transform: uppercase;
  font-weight: 700;
}
.logo-brand-wrapper {
  color: #181818;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
  font-size: 12px;
  display: none;
}


@media screen and (min-width: 1280px) {
  .form.filter-form {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
    .course-box-content.multiple {
        margin-left: 10px;
        margin-right: 10px;
    }
.course-box.inside {
        border-style: none;
        width: 100%;
        min-width: 100%;
        margin-bottom: 5%;
        margin-right: 0%;
        box-shadow: -1px 4px 5px -2px #0003;
    }
    .course-image-box.location-image {
        height: 150px;
    }
.course-box-details-wrapper {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
.course-box-price {
        margin-top: 10px;
    }
	.course-box-register-wrapper {
        margin-top: 20px;
    }
}
 .select2-results__options {
    display: block !important;
}
.schedule {
  color: #000;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.course-box-content.multiple {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-top: 40px;
  display: flex;
}

.course-information-wrapper {
  background-color: #aca9a80d;
  border-top: 1px #00000012;
  border-bottom: 1px #00000012;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.course-details-box {
  border-bottom: 1px dashed #00000024;
  width: 100%;
  padding: 10px;
  display: flex;
}
.c-name-info {
  color: #00558a;
  width: 45%;
  margin-right: 15px;
}
.c-name-details {
  width: 68%;
}
.container {
  width: 95%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.slot-box {
  flex-direction: column;
  width: 18%;
  display: flex;
}
.slot-available {
  color: #fff;
  text-align: center;
  background-color: #0a1a72;
  justify-content: center;
  align-items: center;
  height: 15%;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  display: flex;
}
.slot-number {
  color: #fff;
  text-align: center;
  background-color: #00a8d9;
  justify-content: center;
  align-items: center;
  height: 85%;
  margin-bottom: 0;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}
.register-box {
  background-color: #aca9a80f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37%;
  padding-top: 0;
  display: flex;
}
.course-details-box.no-b--boarder.course-box {
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 10px;
}
.course-details-box.no-b--boarder {
  border-bottom-style: none;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}
.button {
  background-color: #3898EC;
  border: 1px #00558a;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  display: inline-block;
  box-shadow: 2px 6px 9px -5px #00558a70;
}
@media screen and (max-width: 991px) {
  .course-details-box {
    text-align: left;
    justify-content: flex-start;
  }
  .course-information-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slot-box {
    width: 100%;
  }
    .register-box {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
    .course-box-content.multiple {
        margin-left: 10px;
        margin-right: 10px;
    }
	  .course-details-box {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-right: 20px;
    }
	    .cname {
        text-align: left;
        display: block;
    }
}
.filter-col {
  display: flex;
  gap: 10px;
}
.filter-col {
  width: 30% !important;
  min-width: 0;
}

@media screen and (max-width: 767px) {
	.form-block.w-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .filter-col {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .filter-box {
        width: 100%;
    }

    .filter-box button {
        width: 100%;
    }
}
@media (min-width: 769px) {
    .admin-login-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
  .course-box.inside {
    width: 100%;
    min-width: 100%;
  }
}

.contact-no {
  margin-right: 20px;
  padding: 6px 25px 6px 34px;
  border-right: 1px solid rgba(163, 162, 170, 0.11);
  background-image: url('../images/call-1.svg'); 
  background-position: 0% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
}
.contact-no.email {
  background-image: url('../images/email.svg');
}

 
  .shri-footer {
    position: relative;
    z-index: 20;
    --tw-bg-opacity: 1;  
    padding-top: 10px;
    padding-bottom: 10px;
	
  }
  

  .shri-footer .custom-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 768px) {
    .shri-footer .custom-container {
      width: 88%;
    }
  }

  @media (min-width: 992px) {
    .shri-footer .custom-container {
      width: 88%;
    }
  }

  @media (min-width: 1200px) {
    .shri-footer .custom-container {
      width: 88%;
    }
  }

  .category-row {
    display: flex;
    justify-content: space-between;
  }

  .category {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* Display subcategories vertically */
  }

  .category ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    margin: 0;
    flex-direction: column;
  }

  .category .category-title {  
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 1.5rem;
  }

  .category .category-item {
    padding-top: unset !important;
    padding-bottom: unset !important;
    text-decoration: none;   
    display: block;
    margin-bottom: 1rem;
  }

  .category .category-item-link:hover {   
    text-decoration: none;
  }

  /* Media query to hide the category row on mobile devices */
  @media (max-width: 768px) {
    .category-row {
      display: none;
    }

    .custom-hr {
      display: none;
    }
  }

  .shri-footer .shri-information {
    margin-bottom: 60px;
    display: grid;
    grid-auto-flow: column;
  }

  .shri-footer .shri-information .shri-information-terms {
    display: grid;
    align-items: center;
  }

  .shri-footer .shri-information .shri-information-terms .menu .menu-item a {
    margin-bottom: 0;
    padding-right: 38px;   
    font-weight: 700;
    line-height: 27px;
    --tw-text-opacity: 1;
    
  }

  .shri-footer .shri-information .shri-information-terms .menu .menu-item a:hover {    
    text-decoration: none;
  }

  .shri-footer .shri-information p {
    align-self: center;
    text-align: center; 
  }

  .shri-footer .shri-information .shri-information-contact .menu-social-menu-container {
    text-align: right;
  }

  @media (max-width: 768px) {
    .shri-footer .shri-information {
      margin-bottom: 60px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .shri-footer .shri-information .menu {
      margin-bottom: 2rem;
    }
  }


  .fa-facebook,
  .fa-instagram,
  .fa-linkedin {
    background: #fff;   
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  
    width: 35px;
    height: 35px;
    margin: 0 10px;
    text-decoration: none;
  }

  .fa-facebook:hover,
  .fa-instagram:hover,
  .fa-linkedin:hover {
    color: <?php echo $footer_font_color; ?>;
    background: #27c3a2;
    text-decoration: none;
  }

  .shri-footer .shri-compliancy {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .shri-footer .shri-compliancy-info div,
  .shri-footer .shri-compliancy-info p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: <?php echo $footer_font_color; ?>;
    font-size: <?php echo $footer_font;?>px !important;
  }
.category ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* aligns the children to the right */
  margin: 0;
}

.category-item {  
  width: 100%;  
}
 @media (max-width: 768px) {
  .hero-banner-slide-image {
    min-height: 100px !important; /* change as needed */
  }
}
