html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.selected-button {
  background-color: #ca2b9a !important;
  color: white !important;
  outline: none !important;
  user-select: none !important;
}

.vlamor-stroked-text {
  color: black;
}

.dark-c {
  color: rgb(66, 66, 66);
}

.vlamor-button {
  outline: none !important;
  user-select: none !important;
  background-color: transparent;
  border: 1px solid #ca2b9a;
  padding: 12px 24px; 
  transition: all ease 0.25s;
}

.vlamor-button:hover {
  background-color: #ca2b9a !important;
  color: white;
  outline: none !important;
  user-select: none !important;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-image: url(../images/hero.png);
  background-size: cover;
  background-position: center
}

.sub_page .hero_area {
  min-height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #434242;
  text-align: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  width: 75px;
  left: 50%;
  height: 2.5px;
  background-color: #ca2b9a;
  bottom: 8px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-family: 'Baloo Chettan', cursive;
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #050505;
}

.quote_btn-container a img {
  width: 15px;
  margin: 0 25px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4%;
}

.slider_section .slider_number-container .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0b0a0b;
}

.slider_section .slider_number-container .number-box hr {
  border: none;
  width: 2px;
  height: 320px;
  background-color: #bcbcc0;
}

.slider_section .detail_box h2 {
  margin-bottom: 0;
}

.slider_section .detail_box h1 {
  font-weight: 600;
  color: #ca2b9a;
  font-size: 5rem;
  margin-bottom: 30px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 8px 85px;
  background-color: #0d0806;
  border: 1px solid #0d0806;
  color: #ffffff;
  border-radius: 25px;
  margin: 35px 0;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #0d0806;
}

.slider_section .carousel_btn-container {
  width: 100px;
  position: absolute;
  bottom: -20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 2%;
  z-index: 999;
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #ca2b9a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
  box-shadow: 2px 0px 23px -4px rgba(0, 0, 0, 0.32);
}

.slider_section .carousel_btn-container .carousel-control-prev:hover,
.slider_section .carousel_btn-container .carousel-control-next:hover {
  background-color: #050505;
}

.slider_section .carousel_btn-container .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .carousel_btn-container .carousel-control-next {
  background-image: url(../images/next.png);
}

.about_section {
  padding: 125px 0;
  position: relative;
}

.about_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ca2b9a), to(#dc373d));
  background: linear-gradient(to bottom, #ca2b9a, #dc373d);
  right: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about_section .detail_box {
  text-align: right;
}

.about_section .detail_box p {
  margin: 35px 0;
}

.about_section .img-box img {
  width: 100%;
}

.why_section {
  text-align: center;
  color: #ffffff;
  background-image: url(../images/why-bg.jpg);
  background-size: cover;
  position: relative;
}

.why_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ca2b9a), to(#dc373d));
  background: linear-gradient(to bottom, #ca2b9a, #dc373d);
  top: 0;
  left: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.why_section h2 {
  font-weight: bold;
}

.why_section p {
  margin: 60px 0;
}

.why_section a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ca2b9a;
  border-radius: 30px;
}

.why_section a:hover {
  background-color: transparent;
  color: #ffffff;
}

.gallery_section {
  position: relative;
}

.gallery_section::before, .gallery_section::after {
  position: absolute;
  content: "";
  width: 125px;
  height: 140px;
  background-size: cover;
}

/* Dropdown styling with accent color */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-link.dropdown-toggle {
  position: relative;
}

.nav-link.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu {
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #ca2b9a;
  margin-top: 0;
  padding: 10px 0;
}

.dropdown-item {
  padding: 8px 20px;
  color: #333;
  font-size: 15px;
  transition: all 0.3s ease;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f9f5f8;
  color: #ca2b9a;
  padding-left: 22px;
}

/* Mobile responsive styling */
@media (max-width: 992px) {
  .dropdown-menu {
    border: none;
    border-left: 3px solid #ca2b9a;
    border-radius: 0;
    background-color: rgba(202, 43, 154, 0.05);
    box-shadow: none;
  }
}

.gallery_section::before {
  top: 3%;
  left: 5%;
}

.gallery_section::after {
  bottom: 0;
  right: 5%;
}

.gallery_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ca2b9a), to(#dc373d));
  background: linear-gradient(to bottom, #ca2b9a, #dc373d);
  top: 0;
  right: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gallery_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.gallery_section .img_container .img-box {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 2px solid #ca2b9a;
}

.gallery_section .img_container .img-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.gallery_section .img_container img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.gallery_section .img_container .box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery_section .img_container .box-1 .box-1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_section .img_container .box-1 .b-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery_section .img_container .box-1 .b-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery_section .img_container .box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client_section {
  position: relative;
}

.client_section .heading_container {
  position: relative;
}

.client_section .heading_container .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ca2b9a), to(#dc373d));
  background: linear-gradient(to bottom, #ca2b9a, #dc373d);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .container .row {
  padding-top: 75px;
}

.client_section .detail_box {
  position: relative;
  padding: 25px 25px 45px;
  border-radius: 100px;
  margin: 45px 0;
  border: 1px solid #ccc;
  color: #050505;
}

.client_section .detail_box:hover {
  color: #ffffff;
  background-color: #dc373d;
  border-color: transparent;
}

.client_section .detail_box .img_box {
  position: absolute;
  width: 115px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .detail_box .img_box img {
  width: 100%;
}

.client_section .detail_box h5 {
  padding-left: 125px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 18px;
}

.arrange_section {
  padding: 10% 0;
  background-image: url(../images/arrangement.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.arrange_section .detail_box {
  width: 70%;
  margin: 0 auto;
  padding: 65px 30px;
  text-align: center;
  background-color: rgba(5, 5, 5, 0.6);
  color: #ffffff;
  border: 2px solid #b9b1ad;
}

.arrange_section .detail_box h2 {
  margin-bottom: 45px;
}

.contact_section {
  position: relative;
  background-image: url(../images/flowers.png);
  background-size: cover;
  background-position: center;
}

.contact_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ca2b9a), to(#dc373d));
  background: linear-gradient(to bottom, #ca2b9a, #dc373d);
  top: 0;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact_section h2 {
  margin-bottom: 65px;
}

.contact_section form {
  padding-right: 35px;
}

textarea {
  width: 100% !important;
  border: 0 !important;
  height: 200px !important;
  border-radius: 10px !important;
  margin-bottom: 25px !important;
  padding-left: 25px !important;
  padding-top: 10px;
  background-color: transparent !important;
  border: 1px solid #bbbbbb !important;
  outline: none !important;
  color: #101010 !important;
  font-size: 1.15rem;
}

textarea::placeholder {
  color: #131313;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #bbbbbb;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #ca2b9a;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  background-color: #ca2b9a;
}

.contact_section button:hover {
  color: #ca2b9a;
  background-color: transparent;
}

.map_section .map_container {
  height: 375px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.map_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.map_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #252525;
  color: #ffffff;
}

.info_section h5 {
  margin-bottom: 20px;
  font-weight: 700;
}

.info_section .info_logo h5 {
  font-size: 38px;
  font-family: 'Baloo Chettan', cursive;
}

.info_links ul {
  padding-left: 15px;
}

.info_links ul .active::before {
  background-color: #ca2b9a;
}

.info_links ul .active a {
  color: #ca2b9a;
}

.info_links ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

.info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_links ul li a {
  color: #ffffff;
}

.info_insta .insta_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_insta .insta_container img {
  width: 100%;
}

.info_insta .insta_container .insta-box {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info_insta .insta_container .b-1,
.info_insta .insta_container .b-3 {
  width: 50px;
}

.info_insta .insta_container .b-2,
.info_insta .insta_container .b-4 {
  width: 68px;
}

.info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_contact > div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

/* footer section*/
.footer_section {
  background-color: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 239px;
  height: 217px;
  background-image: url(../images/flower.png);
  background-size: cover;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 20px 35px;
  margin: 0;
  position: relative;
}

.footer_section a {
  color: #ffffff;
}

.cert-div a {
  transition: all ease 0.25s;
}

.cert-div a:hover {
  transform: scale(1.1);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 33.333%);
  margin-bottom: 80px !important;
  border-top: 1px solid #ca2b9a;
  border-left: 1px solid #ca2b9a;
}

/* Individual grid items */
.grid-item {
  color: white;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #ca2b9a;
  border-bottom: 1px solid #ca2b9a;
}

.img-container { 
  position: relative;
  overflow: hidden !important;
}

.img-container img {
  height: 400px !important;
  width: 300px !important;
  transform: scale(1.5);
}

.mold-soap {
  padding: 30px 60px !important;
  background-color: white;
}

.item-sub-div {
  border-top: 1px solid #ca2b9a;
  padding: 20px;
}

.item-desc {
  font-size: .8rem;
}

.buy-button {
  border: 1px solid #ca2b9a;
  border-radius: 100%;
  padding: 10px !important;
  overflow: hidden !important;
  z-index: 999;
  transition: background-color ease 0.25s;
}

.buy-button:hover {
  background-color: var(--light-anim-brown);
  transform: rotate(20deg) scale(1.1);
}

.item-specifier-div {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  padding: 6px 12px;
  color: #ca2b9a;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #ca2b9a;
}

#blogs-ul li a {
  color: #f058c2;
}

#blogs-ul li a:hover {
  color: #ca2b9a;
}

/*# sourceMappingURL=style.css.map */

        /* Preloader styles */
        .preloader {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: white;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 99999999;
          transition: opacity 0.8s ease-in-out, visibility 0.8s;
      }

      .preloader.fade-out {
          opacity: 0;
          visibility: hidden;
      }

      .logopre {
          width: 250px;
          height: 250px;
          /* Replace with your logo image */
          background: url('../images/logo-color.png') no-repeat center center;
          background-size: contain;
          animation: pulse 2s infinite;
          position: relative;
          left: 5%;
          top: 10%;
      }

      /* Optional pulse animation for the logo */
      @keyframes pulse {
          0% {
              transform: scale(1);
          }
          50% {
              transform: scale(1.1);
          }
          100% {
              transform: scale(1);
          }
      }

      /* Main content styles */
      .content {
          padding: 20px;
      }

@media screen and (max-width: 998px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
  }
}

@media screen and (max-width: 570px) {
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

/* Ultra-Modern Info Section with Dynamic Effects */
.info_section {
  background: #0a0a0a;
  color: #fff;
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}

/* Animated gradient background */
.info_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(202, 43, 154, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(231, 60, 126, 0.15) 0%, transparent 50%);
  animation: gradientShift 20s ease infinite;
  pointer-events: none;
}

@keyframes gradientShift {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(33.333%); }
}

/* Top accent line with shimmer effect */
.info_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, 
    transparent 0%,
    #ca2b9a 25%,
    #e73c7e 50%,
    #ca2b9a 75%,
    transparent 100%);
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.info_section .container {
  position: relative;
  z-index: 1;
}

.info_section .row {
  align-items: flex-start;
}

/* Section headings with modern styling */
.info_section h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}

.info_section h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #ca2b9a, #e73c7e);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(202, 43, 154, 0.5);
}

/* Logo section with premium styling */
.info_logo {
  position: relative;
}

.info_logo img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 25px rgba(202, 43, 154, 0.4));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info_logo:hover img {
  filter: drop-shadow(0 12px 35px rgba(202, 43, 154, 0.6));
  transform: translateY(-5px);
}

/* Modern link styling */
.info_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info_links li {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.info_links a {
  color: #9a9a9a;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 0;
}

.info_links a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ca2b9a, #e73c7e);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 8px rgba(202, 43, 154, 0.6);
}

.info_links a::after {
  content: '→';
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ca2b9a;
  font-weight: bold;
}

.info_links a:hover {
  color: #fff;
  padding-left: 5px;
  letter-spacing: 0.5px;
}

.info_links a:hover::before {
  width: 100%;
}

.info_links a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.info_links li.active a {
  color: #ca2b9a;
  font-weight: 600;
}

.info_links li.active a::before {
  width: 100%;
}

/* Premium contact cards */
.info_contact > div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.info_contact > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #ca2b9a, #e73c7e);
  transform: scaleY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info_contact > div:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(202, 43, 154, 0.3);
  transform: translateX(8px);
  box-shadow: 0 8px 30px rgba(202, 43, 154, 0.15);
}

.info_contact > div:hover::before {
  transform: scaleY(1);
}

.info_contact img {
  width: 24px;
  height: 24px;
  margin-right: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.info_contact > div:hover img {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(202, 43, 154, 0.8));
}

.info_contact p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #c0c0c0;
  font-weight: 400;
  transition: color 0.3s ease;
}

.info_contact > div:hover p {
  color: #fff;
}

/* Ultra-Modern Footer with Glass Effect */
.footer_section {
  background: #000;
  color: #666;
  text-align: center;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative elements */
.footer_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%,
    rgba(202, 43, 154, 0.3) 25%,
    rgba(231, 60, 126, 0.5) 50%,
    rgba(202, 43, 154, 0.3) 75%,
    transparent 100%);
}

.footer_section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(202, 43, 154, 0.1) 0%, transparent 70%);
  pointer-events: none;
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.5; }
}

.footer_section p {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.footer_section a {
  color: #ca2b9a;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 0 8px;
  display: inline-block;
}

.footer_section a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ca2b9a, #e73c7e, #ca2b9a);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(202, 43, 154, 0.8);
}

.footer_section a:hover {
  color: #e73c7e;
  letter-spacing: 1.5px;
  text-shadow: 0 0 20px rgba(202, 43, 154, 0.8),
               0 0 40px rgba(231, 60, 126, 0.4);
}

.footer_section a:hover::before {
  transform: translateX(-50%) scaleX(1);
}

/* Responsive Design */
@media (max-width: 992px) {
  .info_section {
    padding: 70px 0 40px;
  }
}

@media (max-width: 768px) {
  .info_section {
    padding: 60px 0 30px;
  }
  
  .info_section .col-md-2,
  .info_section .col-md-3 {
    margin-bottom: 50px;
  }
  
  .info_section h5 {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  
  .info_contact > div {
    padding: 15px 18px;
  }
  
  .footer_section {
    padding: 35px 20px;
  }
  
  .footer_section p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .info_section {
    padding: 50px 0 20px;
  }
  
  .info_logo img {
    max-width: 180px;
  }
  
  .info_section h5 {
    font-size: 0.95rem;
  }
  
  .info_links a {
    font-size: 0.9rem;
  }
  
  .info_contact p {
    font-size: 0.85rem;
  }
  
  .footer_section {
    padding: 30px 15px;
  }
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 740px) {
  .info_section h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background:none !important;
    border-radius: 3px;
    box-shadow: none !important;
  }

  .info_contact div {
    width: 100%;
  }
}