
/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 91;
}
.main-header__bottom {
  border-bottom: 1px solid rgba(var(--villoz-white-rgb, 255, 255, 255), 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .main-header__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main-header__bottom .container-fluid {
    
  max-width: 1710px;
  display: flex;
  align-items: center;
}
.main-header__logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .main-header__logo {
    width: auto;
  }
}
@media (min-width: 768px) {
  .main-header__logo .mobile-nav__btn {
    margin-left: 30px;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__cart, .main-header__search {
  font-size: 24px;
  color: var(--villoz-white, #fff);
  transition: all 500ms ease;
  line-height: 1em;
  padding: 8px 0;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--villoz-black, #8DB9FF);
}
.main-header__search {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid rgba(var(--villoz-white-rgb, 255, 255, 255), 0.1);
}
.main-header__cart {
  margin-left: 20px;
}
.main-header__btn {
  display: none;
}
@media (min-width: 992px) {
  .main-header__btn {
    margin-left: 30px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .main-header__btn {
    margin-left: 0px;
  }
}
.main-header__btn > span {
  background-color: var(--villoz-white, #fff);
  color: var(--villoz-black, #8DB9FF);
}
.main-header__btn:hover {
  border-color: var(--villoz-base, #537eac);
}
.main-header__nav {
  margin-left: auto;
  margin-right: auto;
}
.main-header--three .topbar-one {
  background-color: var(--villoz-black, #8DB9FF);
}
.main-header--three .topbar-one__info__icon {
  color: var(--villoz-base, #537eac);
}
.main-header--three .topbar-one .topbar-one__social a:hover {
  color: var(--villoz-base, #537eac);
}
.main-header--three .main-header__nav {
  margin-left: 131px;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__nav {
    margin-left: auto;
  }
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--villoz-black, #8DB9FF);
}
.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--villoz-text, #737a83);
}
.main-header--three .main-menu .main-menu__list > li.current > a,
.main-header--three .main-menu .main-menu__list > li:hover > a {
  color: var(--villoz-black,  #8DB9FF);
}
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--villoz-black, #8DB9FF);
  border-color: rgba(var(--villoz-black-rgb, 19, 39, 66), 0.1);
}
.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--villoz-base, #537eac);
}
.main-header--three .villoz-btn--border {
  border-color: rgba(var(--villoz-black-rgb, 19, 39, 66), 0.1);
  color: var(--villoz-black, #8DB9FF);
}
.main-header--three .villoz-btn--border:hover {
  border-color: var(--villoz-base, #537eac);
}
.main-header--three .main-header__btn > span {
  background-color: var(--villoz-base, #537eac);
  color: var(--villoz-white, #fff);
}
.main-header--three .sticky-header--cloned {
  background-color: var(--villoz-white, #fff);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--villoz-black, #8DB9FF);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--villoz-black-rgb, 19, 39, 66), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned .main-header__cart:hover,
.sticky-header--cloned .main-header__search:hover {
  color: var(--villoz-base, #537eac);
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--villoz-white, #fff);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 33.5px;
  padding-bottom: 33.5px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 57px;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--villoz-white, #fff);
  font-weight: 500;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a::after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  transform: translateX(-50%) scale(0);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 153.95 72.84"><g><path d="M25.54,69.27a29.6,29.6,0,0,0,14.57,3.57,29.56,29.56,0,0,0,14.56-3.57L140,20c6.82-3.94,12.26-12,14-20C80.29,4.19,31.93,27.38,0,54.52Z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 153.95 72.84"><g><path d="M25.54,69.27a29.6,29.6,0,0,0,14.57,3.57,29.56,29.56,0,0,0,14.56-3.57L140,20c6.82-3.94,12.26-12,14-20C80.29,4.19,31.93,27.38,0,54.52Z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: transform 500ms ease;
  transform-origin: top center;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--villoz-white, #fff);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after {
  transform: translateX(-50%) scale(1);
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -40px;
  min-width: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--villoz-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--villoz-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 14px;
  line-height: 26px;
  color: var(--villoz-text, #737a83);
  font-family: var(--villoz-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 500;
  display: flex;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: var(--villoz-base, #537eac);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--villoz-gray, #f0f6fd);
  color: var(--villoz-black,  #8DB9FF);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--villoz-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--villoz-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--villoz-black,  #8DB9FF);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--villoz-black2,  #8DB9FF);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--villoz-white, #fff);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--villoz-base, #537eac);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--villoz-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--villoz-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--villoz-white, #fff);
  font-size: 12px;
  font-family: var(--villoz-font, "Plus Jakarta Sans", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--villoz-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--villoz-base, #537eac);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--villoz-base, #537eac);
  border: none;
  outline: none;
  color: var(--villoz-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--villoz-white, #fff);
  color: var(--villoz-black,  #8DB9FF);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--villoz-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--villoz-base, #537eac);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--villoz-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--villoz-base, #537eac);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--villoz-base, #537eac);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--villoz-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}


/* header end */
  .video-slider {
        position: relative;
        overflow: hidden;
        height: 100vh;
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }

    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* Section Styling */
.dual-section {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3rem;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Add hover effect on the section */
.dual-section:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* Row Styling */
.dual-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

/* Text Styling */
.dual-text {
  flex: 1;
  max-width: 650px;
  text-align: center;
  color: #333;
}

.dual-text h2 {
  text-align: start;
  font-size: 2.5rem;
  color: #1e2a3a;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.dual-text h2:hover {
  color: #007bff;
}

.dual-text p {
  text-align: start;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6c757d;
  font-family: 'Roboto', sans-serif;
  transition: color 0.3s ease;
}

.dual-text p:hover {
  color: #495057;
}

/* Image Styling */
.dual-image {
  flex: 1;
  text-align: center;
}

.dual-image img {
  width: 80%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dual-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .dual-section {
    padding: 2rem;
  }

  .dual-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dual-text,
  .dual-image {
    max-width: 100%;
  }
}

/* Unique Classes */
.paragon-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.paragon-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.7;
}

/* Animation for heading */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dual-text h2 {
  animation: fadeIn 1s ease-out;
}

/* Button Styling */
.dual-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dual-button:hover {
  background-color: #0056b3;
}





.gallery {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.gallery-item {
    flex: 1 1 calc(33.333% - 40px);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

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

.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-buttons .whatsapp-button img {
    width: 50px;
    height: auto;
}

.floating-buttons .contact-button {
    background-color: #a64ac9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: bold;
}

.floating-buttons .contact-button:hover {
    background-color: #9133a2;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .gallery-item {
        flex: 1 1 calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .gallery-item {
        flex: 1 1 100%;
    }

    .floating-buttons {
        bottom: 10px;
        left: 10px;
    }

    .floating-buttons .whatsapp-button img {
        width: 40px;
    }

    .floating-buttons .contact-button {
        padding: 8px 16px;
    }
}

        /* Reset some basic styles */
        body, html {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        /* Header Styles */
        
        /* Body Styles */
        body {
            background: linear-gradient(to right, #f5f7fa, #c3cfe2);
            /* padding-top: 80px; Adjust for fixed header */
        }

        .container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 20px;
            width: 100%;
            max-width: 1200px;
            padding: 20px;
            margin: 0 auto;
        }

        /* .logo {
            position: relative;
            width: 150px;
            height: 150px;
            border-radius: 15px;
            background-color: #fff;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .logo::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 15px;
            background-color: rgba(0, 0, 0, 0.05);
            transition: background-color 0.3s ease;
        } */

        /* .logo:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        } */

      
/* === Animated Modern Footer with Floating Circles === */
.animated-footer {
  position: relative;
  background: #16018C ;
  color: #fff;
  overflow: hidden;
  padding: 80px 20px 40px;
  font-family: 'Segoe UI', sans-serif;
  z-index: 1;
}

/* Animated Circles */
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  animation: floatY 20s infinite ease-in-out alternate;
}

.circle1 {
  width: 300px;
  height: 300px;
  background: #4235FF;
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.circle2 {
  width: 200px;
  height: 200px;
  background: #3b82f6;
  bottom: 50px;
  right: 60px;
  animation-delay: 2s;
}

.circle3 {
  width: 150px;
  height: 150px;
  background: #1e40af;
  top: 100px;
  right: 150px;
  animation-delay: 4s;
}

@keyframes floatY {
  0% {
    transform: translateY(0px) scale(1);
  }
  100% {
    transform: translateY(-50px) scale(1.05);
  }
}

/* Footer Main Content */
.footer-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.05);
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.footer-column h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  position: relative;
}

.footer-column h3::after {
  content: '';
  display: block;
  height: 3px;
  width: 40px;
  background-color: #60a5fa;
  margin-top: 6px;
  border-radius: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ffffffcc;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-column ul li a:hover {
  color: #facc15;
}

.logo-column img {
  max-width: 300px;
  margin-bottom: 10px;
}

.logo-column p {
  color: #e2e8f0;
  max-width: 280px;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #ffffff22;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.footer-bottom a {
  color: #60a5fa;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #facc15;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .logo-column p {
    margin: 0 auto;
  }
}





