:root {
  --default-color: #333;
  --background-color: #f1faee;
  --nav-color: #333;
  --nav-hover-color: #0077b6;
  --nav-dropdown-background-color: #fff;
  --nav-dropdown-color: #333;
  --nav-dropdown-hover-color: #0077b6;
  --nav-mobile-background-color: #fff;
  --accent-color: #03071e;
  --contrast-color: #fff;
  --heading-color: #03071e;
  --nav-font: 'Arial', sans-serif;
  --footer-background-color: #151414;
  --footer-color: #fff;
  --footer-copyright-background: #202020;
}
/*--------------------------------------------------------------
  # Custom Colors,Fonts,Gaps,etc classes
  --------------------------------------------------------------*/
a {
    text-decoration: none !important;
    color: inherit !important;
  }
  .text-neutral-50{
    color: rgb(250 250 250)
  };

  .text-neutral-100{
    color: rgb(245 245 245);
  }	

  .text-neutral-200{
    color: rgb(229 229 229);
  }	

  .text-neutral-300{
    color: rgb(212 212 212);
  }	

  .text-neutral-400{
    color: rgb(163 163 163);
  }	

  .text-neutral-500{
    color: rgb(115 115 115);
  }	
  
  .text-neutral-600{
    color: rgb(82 82 82);
  }	

  .text-neutral-700{
    color: rgb(64 64 64);
  }	

  .text-neutral-800{
    color: rgb(38 38 38);
  }	

  .text-neutral-900{
    color: rgb(23 23 23);
  }	

  .text-neutral-950{
    color: rgb(10 10 10);
  }	
  .bg-neutral-50{
    background-color: rgb(250 250 250)
  };

  .bg-neutral-100{
    background-color: rgb(245 245 245);
  }	

  .bg-neutral-200{
    background-color: rgb(229 229 229);
  }	

  .bg-neutral-300{
    background-color: rgb(212 212 212);
  }	

  .bg-neutral-400{
    background-color: rgb(163 163 163);
  }	

  .bg-neutral-500{
    background-color: rgb(115 115 115);
  }	

  .bg-neutral-600{
    background-color: rgb(82 82 82);
  }	

  .bg-neutral-700{
    background-color: rgb(64 64 64);
  }	

  .bg-neutral-800{
    background-color: rgb(38 38 38);
  }	

  .bg-neutral-900{
    background-color: rgb(23 23 23);
  }	

  .bg-neutral-950{
    background-color: rgb(10 10 10);
  }	
  .bg-custom-black{
    background-color: #0B091C;
  }
  .bg-custom-gray {
    background-color: #ececec;
  }
  .testimonials-carousel-btn-bg-color{
    background-color: #ececec;
    outline: none !important; 
  }
  .fs-xs {
    font-size: 11px;
  }
  .fs-sm {
    font-size: 14px;
  }
  .fs-lg{
    font-size: 40px;
  }
  .border-neutral-400 {
    border-color: rgb(163 163 163);
  }
  .custom-gap-sm{
    gap: 0.2rem;
  }
  .custom-gap-1{
    gap: 0.5rem;
  }
  .custom-gap-2 {
    gap: 0.8rem;
  }
  .custom-gap-3{
    gap: 1.2rem;
  }
  .custom-gap-5 {
    gap: 5rem;
  }
  .custom-fs-6 {
    font-size: 17.85px;
  }
  .custom-mb-6{
    margin-bottom: 3.5rem;
  }
  .custom-mb-7{
    margin-bottom: 4rem;
  }

  .ad-container img{
    width: 100%;
    margin: 0;
    padding: 0;
    /* object-fit: cover; */
  }
.sticky-post-sidebar{
	z-index:1019 !important;
}
/*--------------------------------------------------------------
  # Header Styling
  --------------------------------------------------------------*/
  .header {
    color: var(--default-color) !important;
    background-color: var(--background-color);
    padding: 18px 0;
    transition: all 0.5s;
/*     z-index: 9999 !important; */
  }
  .header .logo {
    line-height: 1;
  }
  
  .header .logo img {
    width: 45px;
    height: 45px;
    margin-right: 8px;
  }
  
  .header .logo h1 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    color: var(--heading-color);
  }
  
  .scrolled .header {
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  }
  /*--------------------------------------------------------------
  # 404 Page Not Found
  --------------------------------------------------------------*/

  .page-not-found-container .error{
    font-size: 150px;
    color: var(--nav-hover-color);
    text-shadow: 
      1px 1px 1px #01659b,    
      2px 2px 1px #01659b,
      3px 3px 1px #01659b,
      4px 4px 1px #01659b,
      5px 5px 1px #01659b,
      6px 6px 1px #01659b,
      7px 7px 1px #01659b,
      8px 8px 1px #01659b,
      25px 25px 8px rgba(0,0,0, 0.2);
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Navmenu - Desktop */
  @media (min-width: 1200px) {
    .navmenu {
      padding: 0;
    }
  
    .navmenu ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navmenu li {
      position: relative;
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: var(--nav-color)  !important;
      padding: 0 15px;
      font-size: 17.4px;
      font-family: var(--nav-font);
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 14px;
      line-height: 0;
      margin-left: 5px;
      transition: 0.3s;
    }
  
    .navmenu li:last-child a {
      padding-right: 0;
    }
  
    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
      color: var(--nav-hover-color) !important;
    }
  
    .navmenu .dropdown ul {
      margin: 0;
      padding: 10px 0;
      background: var(--nav-dropdown-background-color) !important;
      display: block;
      position: absolute;
      visibility: hidden;
      left: 14px;
      top: 130%;
      opacity: 0;
      transition: 0.3s;
      border-radius: 4px;
      z-index: 99;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu .dropdown ul li {
      min-width: 200px;
    }
  
    .navmenu .dropdown ul a {
      padding: 10px 20px;
      font-size: 18px;
      text-transform: none;
      color: var(--nav-dropdown-color) !important;
    }
  
    .navmenu .dropdown ul a i {
      font-size: 14px;
    }
  
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
      color: var(--nav-dropdown-hover-color) !important;
    }
  
    .navmenu .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navmenu .dropdown .dropdown ul {
      top: 0;
      left: -90%;
      visibility: hidden;
    }
  
    .navmenu .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: -100%;
      visibility: visible;
    }
  }
  
  /* Navmenu - Mobile */
  @media (max-width: 1199px) {
    .mobile-nav-toggle {
      color: var(--nav-color)  !important;
      font-size: 28px;
      line-height: 0;
      margin-right: 10px;
      cursor: pointer;
      transition: color 0.3s;
    }
  
    .navmenu {
      padding: 0;
      z-index: 9997;
    }
  
    .navmenu ul {
      display: none;
      list-style: none;
      position: absolute;
      inset: 60px 20px 20px 20px;
      padding: 10px 0;
      margin: 0;
      border-radius: 6px;
      background-color: var(--nav-mobile-background-color) !important;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }
  
    .navmenu a,
    .navmenu a:focus {
      color: var(--nav-color)  !important;
      padding: 10px 20px;
      font-family: var(--nav-font);
      font-size: 17px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navmenu a i,
    .navmenu a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: 0.3s;
      background-color: color-mix(in srgb, var(--nav-hover-color), transparent 90%) !important;
    }
  
    .navmenu a i:hover,
    .navmenu a:focus i:hover {
      background-color: var(--nav-hover-color) !important;
      color: var(--contrast-color) !important;
    }
  
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
      color: var(--nav-hover-color)  !important;
    }
  
    .navmenu .active i,
    .navmenu .active:focus i {
      background-color: var(--nav-hover-color)  !important;
      color: var(--contrast-color)  !important;
      transform: rotate(180deg);
    }
  
    .navmenu .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background-color: var(--nav-dropdown-background-color)  !important;
      border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)  !important;
      box-shadow: none;
      transition: all 0.5s ease-in-out;
    }
  
    .navmenu .dropdown ul ul {
      background-color: rgba(33, 37, 41, 0.1);
    }
  
    .navmenu .dropdown ul a {
      color: var(--nav-dropdown-color)  !important;
    }
  
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
      color: var(--nav-dropdown-hover-color)  !important;
    }
  
    .navmenu .dropdown>.dropdown-active {
      display: block;
      background-color: rgba(33, 37, 41, 0.03);
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      color: #fff;
      position: absolute;
      font-size: 32px;
      top: 15px;
      right: 15px;
      margin-right: 0;
      z-index: 9999;
    }
  
    .mobile-nav-active .navmenu {
      position: fixed;
      overflow: hidden;
      inset: 0;
      background: rgba(33, 37, 41, 0.8);
      transition: 0.3s;
    }
  
    .mobile-nav-active .navmenu>ul {
      display: block;
    }
  }
  

  /* .testimonials-avatar{
    width: 62px;
    height: 62px;
  } */

  .intro-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
  }
  /* Default styles for larger screens */
.hero-carousel-item {
    height: 800px;
}

.hero-carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Responsive styles for smaller screens */
@media (max-width: 1200px) {
    .hero-carousel-item {
        height: 70vh; /* Adjust height to 70% of viewport height */
    }
}

@media (max-width: 992px) {
    .hero-carousel-item {
        height: 60vh; /* Adjust height to 60% of viewport height */
    }
}

@media (max-width: 768px) {
    .hero-carousel-item {
        height: 50vh; /* Adjust height to 50% of viewport height */
    }
}

@media (max-width: 576px) {
    .hero-carousel-item {
        height: 40vh; /* Adjust height to 40% of viewport height for very small screens */
    }
}

  .overview-description-container{
	width: 50%;
 } 
 .section-title {
    font-size: 2.5rem;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    position: relative;
  }
  
  /* New flexible title decoration system */
  .title-decoration {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .title-decoration::before,
  .title-decoration::after {
    content: '';
    width: 30px;
    height: 2px;
    background: var(--nav-hover-color, #0077b6);
    border-radius: 1px;
  }

  .title-decoration::before {
    margin-right: 8px;
  }

  .title-decoration::after {
    margin-left: 8px;
  }

  .title-circle {
    width: 8px;
    height: 8px;
    background: var(--nav-hover-color, #0077b6);
    border-radius: 50%;
    flex-shrink: 0;
  }

  /* Section title that works with the new decoration */
  .section-title-decorated {
    font-size: 2.5rem;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
  }

 .creation-container {
    background-color: #f4f4f4;
  }
  
  .creation-items {
    max-width: 340px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .creation-items:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .creation-title {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .creation-items img {
    object-fit: cover;
    height: 220px !important;
  }
  
  .creation-contents {
    gap: 2rem;
  }
  
  .bg-dark {
    background-color: #1a1a1a !important; /* Darker background for titles */
  }

  /* .testimonials-carousel-control{
    background: gray;
    padding: 5px;
  } */
  .owl-carousel .owl-item img{
    width: 52px !important;
    height: 52px ;
	object-fit: cover;
  }
  .owl-theme .owl-nav{
    text-align: left;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev{
    padding:0 10px !important;
    background-color: gray;
    font-size: 2.5rem !important;
  }
  .owl-theme .owl-dots{
    display: none;
  }
  .custom-owl-btn{
    display: flex;
    align-items: center;
    padding: 11px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #f0f0f0;
    /* background-color: white; */
    background-color: rgb(212 212 212);

  }
/*   .gallery-images {
    width: 250px  !important;
    height: 200px;
    object-fit: cover  !important;
  } */

  .article-items img{
    width: 600px;
    height: 350px;
    object-fit: cover;
  }
  .article-description{
	text-align: justify;
	letter-spacing: -0.4px;
  }
 .testimonial-title-down{
	width: 50%;	
 }
/*   .gallery-model-content {
    background-color: transparent  !important;
    border: none  !important;
    border-radius: none  !important;
  }
  .gallery-modal-header {
    border: none  !important;
  }
  .gallery-carousel-inner .carousel-item img {
    width: 100%  !important;
    height: auto  !important;
    max-height: 500px !important;
    object-fit: cover !important;
  }

  .gallery-carousel-inner {
    position: relative !important;
    overflow: hidden !important;
  }

  .modal .gallery-carousel-inner .carousel-item {
    min-height: 500px !important;
  } */
  .gpd-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: gray;
}
.video-container .video-items {
	
}
  /* .owl-carousel-items{
    width: 400px;
    height: 400px;
  } */

@media screen and (min-width:768px){
	.logo-avatar-text-sm{
		  display: none;
	  }
	 .logo-avatar-text-lg{
		  display:block;
	  }
}
@media screen and (max-width: 768px) {
	.logo-avatar-text-sm{
		  display: block;
	}
	.logo-avatar-text-lg{
		  display:none;
	}
	.intro-image {
	  max-width: 100%;
	}
	.overview-description-container {
      width: 100%;
	}
	.creation-items{
		width: 75%;
	}
	.creation-items img{
		height: 275px;
	}
	.testimonial-title-down{
		width: 100%;	
	}
}
