.region {
  width: 100vw;
  max-width: 100%;
  height: auto;
  background-color: white !important;
}

.relative {
  margin: 0;
}

.flex {
  margin: 0;
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
      padding: 10rem;
      width: 50%;
  }
}

.region--content {
  width: 100vw;
  max-width: 100%;
  display: block !important;
}

.region--slider {
  width: 100vw !important; /* Full viewport width */
  max-width: 100% !important; /* Prevent constraints */
  display: block !important;
  padding: 0 !important;
} 

.region--footer {
  width: 100vw !important; /* Full viewport width */
  max-width: 100% !important; /* Prevent constraints */
  display: block !important;
  padding: 0 !important;
  background-color: white !important;
}

.region--content, .region--slider, .dialog-off-canvas-main-canvas {
  background-color: white !important;
}

.inset-0.bg-purple-900.bg-opacity-70 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.parent-container {
  padding: 0 !important;
  margin: 0 !important;
  background-color: white !important;
}
/* Header Container */
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: white;
  width: 100vw !important; /* Full viewport width */
  max-width: 100% !important; /* Prevent constraints */
  display: block !important;
  padding: 0 !important;
}

/* Logo */
#block-new-theme-sitebranding img {
  max-height: 60px; /* Adjust as needed */
  width: auto;
  background-color: #fff;
}

/* Navigation */
#block-new-theme-main-menu {
  flex-grow: 1;
  text-align: right;
  
}
.site-branding__logo img {
  background-color: white;
}


#block-new-theme-main-menu ul.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#block-new-theme-main-menu ul.menu li {
  margin-right: 20px;
}

#block-new-theme-main-menu ul.menu li a {
  text-decoration: none;
  font-weight: bold;
  color: #730277;
  padding: 10px 15px;
  text-align: center;
}

#block-new-theme-main-menu ul.menu li a:hover {
  color: #f10f07;
}
/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
 
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align text to the left */
  padding-left: 5%; /* Space from the left */
}

/* Hero Content */
.hero {
  position: relative;
  width: 100%;
  height: 800px; /* Adjust height as needed */
  background-image: url('/belinario/web/sites/default/files/inline-images/banner_new3_0.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero .region--hero {
  display: none; /* Hide the inline image block since we're using CSS for the background */
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 10%; /* Adjust to your preference */
  transform: translateY(-50%);
  color: #fff; /* Adjust text color for better visibility */
  max-width: 500px;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.hero-content .btn {
  display: inline-block;
  background-color: #a912e6; /* Adjust color */
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.about-content {
  width: 50%;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.about-features .views-row {
  padding: 20px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}

.about-features .views-row:nth-child(1) { background-color: #d93025; } /* Red */
.about-features .views-row:nth-child(2) { background-color: #1e88e5; } /* Blue */
.about-features .views-row:nth-child(3) { background-color: #212529; } /* Dark */
.about-features .views-row:nth-child(4) { background-color: #17a2b8; } /* Teal */

.read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #8a2be2;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.footer-section {
  margin: 0 !important;
}

.footer-section h3,
.footer-section h4 {
    color: white;
}

.footer-section .content.field{
  display: inline;
}

.footer-section ul li {
  display: flex;
  align-items: center; /* Align icon and text vertically */
  gap: 8px; /* Adjust the gap between the icon and the text */
}

.footer-section ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; /* Adjust icon size if needed */
  color: #fff; /* Ensure icon color matches the design */
}

.footer-section .field {
  display: inline-block;
}

.banner-section
{
  padding: 0 !important;
  margin: 0 !important;
}
.banner-section .relative {
  position: relative;
}

.banner-section .height-250 {
  height: 250px;
}

.banner-section .flex {
  display: flex;
}

.banner-section .items-center {
  align-items: center;
}

.banner-section .justify-center {
  justify-content: center;
}

.banner-section .overflow-hidden {
  overflow: hidden;
}

.banner-section .absolute {
  position: absolute;
}

.banner-section .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner-section .w-full {
    width: 100%;
}

.banner-section .h-full {
    height: 100%;
}

.banner-section .object-cover {
    object-fit: cover;
}

.banner-section .brightness-110 {
    filter: brightness(110%);
}

.banner-section .contrast-110 {
    filter: contrast(110%);
}

.banner-section .bg-ad0aff {
    background-color: #AD0AFF;
}

.banner-section .bg-opacity-60 {
    background-color: rgba(173, 10, 255, 0.6);
}

.banner-section .text-white {
    color: #fff;
}

.banner-section .text-4xl {
    font-size: 2.25rem; /* 36px */
}

.banner-section .font-extrabold {
    font-weight: 800;
}

/* Gallery Section */
.gallery-section .relative {
  position: relative;
}

.gallery-section .height-250 {
  height: 250px;
}

.gallery-section .flex {
  display: flex;
}

.gallery-section .items-center {
  align-items: center;
}

.gallery-section .justify-center {
  justify-content: center;
}

.gallery-section .overflow-hidden {
  overflow: hidden;
}

/* Background image */
.gallery-section .absolute {
  position: absolute;
}

.gallery-section .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery-section .w-full {
  width: 100%;
}

.gallery-section .h-full {
  height: 100%;
}

.gallery-section .object-cover {
  object-fit: cover;
}

/* Purple overlay */
.gallery-section .bg-ad0aff {
  background-color: #AD0AFF;
}

.gallery-section .bg-opacity-60 {
  background-color: rgba(173, 10, 255, 0.6);
}

/* Text */
.gallery-section .text-white {
  color: #fff;
}

.gallery-section .text-4xl {
  font-size: 2.25rem; /* 36px */
}

.gallery-section .font-extrabold {
  font-weight: 800;
}

/* Main content */
.gallery-section .max-w-7xl {
  max-width: 80rem; /* 1280px */
}

.gallery-section .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.gallery-section .px-4 {
  padding-left: 1rem; /* 16px */
  padding-right: 1rem; /* 16px */
}

.gallery-section .py-10 {
  padding-top: 2.5rem; /* 40px */
  padding-bottom: 2.5rem; /* 40px */
}

.gallery-section .grid {
  display: grid;
}

.gallery-section .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gallery-section .sm\:grid-cols-2 {
  @media (min-width: 640px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gallery-section .md\:grid-cols-3 {
  @media (min-width: 768px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gallery-section .gap-8 {
  gap: 2rem; /* 32px */
}

/* Gallery items */
.gallery-section .text-center {
  text-align: center;
}

.gallery-section .w-full {
  width: 100%;
}

.gallery-section .h-80 {
  height: 20rem; /* 320px */
}

.gallery-section .object-cover {
  object-fit: cover;
}

.gallery-section .rounded-xl {
  border-radius: 0.75rem; /* 12px */
}

.gallery-section .mt-3 {
  margin-top: 0.75rem; /* 12px */
}

.gallery-section .text-2xl {
  font-size: 1.5rem; /* 24px */
}

.gallery-section .font-bold {
  font-weight: 700;
}

.gallery-section .text-purple-700 {
  color: #6b21a8;
}

/* Additional Styles */
.gallery-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}

.gallery-section a {
  text-decoration: none;
}

/* Back Button */
.gallery-section .back-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #6B21A8;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 9999px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.gallery-section .back-button:hover {
  background-color: #581C87;
}

/* Image Hover Effect */
.gallery-section img {
  transition: transform 0.3s ease;
}

.gallery-section img:hover {
  transform: scale(1.05);
}

/* Gradient Text Effect */
.bg-gradient-to-r {
  background-image: linear-gradient(to right, #A855F7, #7C3AED);
}

/* Contact Section */
.contact-section .w-full {
  width: 100%;
}

.contact-section .bg-white {
  background-color: #fff;
}

.contact-section .py-12 {
  padding-top: 3rem; /* 48px */
  padding-bottom: 3rem; /* 48px */
}

.contact-section .px-4 {
  padding-left: 1rem; /* 16px */
  padding-right: 1rem; /* 16px */
}

.contact-section .md\:px-16 {
  @media (min-width: 768px) {
    padding-left: 4rem; /* 64px */
    padding-right: 4rem; /* 64px */
  }
}

.contact-section .max-w-7xl {
  max-width: 80rem; /* 1280px */
}

.contact-section .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.contact-section .grid {
  display: grid;
}

.contact-section .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.contact-section .md\:grid-cols-2 {
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-section .gap-12 {
  gap: 3rem; /* 48px */
}

.contact-section .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.contact-section .flex {
  display: flex;
}

.contact-section .flex-col {
  flex-direction: column;
}

.contact-section .items-center {
  align-items: center;
}

.contact-section .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.contact-section .items-start {
  align-items: flex-start;
}

.contact-section .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.contact-section .min-h-100px {
  min-height: 100px;
}

.contact-section .w-12 {
  width: 3rem; /* 48px */
}

.contact-section .h-12 {
  height: 3rem; /* 48px */
}

.contact-section .font-bold {
  font-weight: 700;
}

.contact-section .text-lg {
  font-size: 1.125rem; /* 18px */
}

.contact-section .text-sm {
  font-size: 0.875rem; /* 14px */
}

.contact-section .text-purple-700 {
  color: #6b21a8;
}

.contact-section .mb-2 {
  margin-bottom: 0.5rem; /* 8px */
}

.contact-section .text-center {
  text-align: center;
}

.contact-section .rounded-lg {
  border-radius: 0.5rem; /* 8px */
}

.contact-section .shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.contact-section .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.contact-section .p-4 {
  padding: 1rem; /* 16px */
}

.contact-section .h-14 {
  height: 3.5rem; /* 56px */
}

.contact-section .border {
  border-width: 1px;
}

.contact-section .border-purple-600 {
  border-color: #9333ea;
}

.contact-section .rounded {
  border-radius: 0.25rem; /* 4px */
}

.contact-section .focus\:outline-purple-600:focus {
  outline-color: #9333ea;
}

.contact-section .h-32 {
  height: 8rem; /* 128px */
}

.contact-section .resize-none {
  resize: none;
}

.contact-section .bg-purple-600 {
  background-color: #9333ea;
}

.contact-section .text-white {
  color: #fff;
}

.contact-section .text-lg {
  font-size: 1.125rem; /* 18px */
}

.contact-section .hover\:bg-purple-700:hover {
  background-color: #7e22ce;
}

/* Form container */
#webform-submission-contact-us .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#webform-submission-contact-us .w-full {
    width: 100%;
}

#webform-submission-contact-us .p-4 {
    padding: 1rem; /* 16px */
}

#webform-submission-contact-us .h-14 {
    height: 3.5rem; /* 56px */
}

#webform-submission-contact-us .border {
    border-width: 1px;
}

#webform-submission-contact-us .border-purple-600 {
    border-color: #9333ea;
}

#webform-submission-contact-us .rounded {
    border-radius: 0.25rem; /* 4px */
}

#webform-submission-contact-us .focus\:outline-purple-600:focus {
    outline-color: #9333ea;
}

#webform-submission-contact-us .h-32 {
    height: 8rem; /* 128px */
}

#webform-submission-contact-us .resize-none {
    resize: none;
}

#webform-submission-contact-us .bg-purple-600 {
    background-color: #9333ea;
}

#webform-submission-contact-us .text-white {
    color: #fff;
}

#webform-submission-contact-us .text-lg {
    font-size: 1.125rem; /* 18px */
}

#webform-submission-contact-us .hover\:bg-purple-700:hover {
    background-color: #7e22ce;
}

#webform-submission-contact-us .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#content {
  width: 100vw;  /* Full viewport width */
  max-width: 100%; /* Prevent any width limits */
  padding: 0;
  margin: 0;
}
