/********** Template CSS **********/
:root {
    --primary: #393488;
    --light: #fffaeb;
    --dark: #0e0551;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}
.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}


.header {
  background: url('../img/header.jpeg') no-repeat center center/cover;
  position: relative;
  color: white;
  text-align: center;
  padding: 400px 0 100px;
}
.service-item1 {
  font-size: 1.2em;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.service-item1:last-child {
  border-bottom: none;
}

.service-item1:hover {
  background-color: #f1ac95;
}
.title {
  font-size: 48px;
  margin: 0;
}

.subtitle {
  font-size: 24px;
  margin: 10px 0;
}

.btn-primary {
  background-color: #393488;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}



.details, .program, .special-offer, .reviews, .tickets, .contact, .newsletter, .artist {
  padding: 40px 0;
}

.artist p {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  /* list-style: none; */
  padding: 0;
}

ul li {
  font-size: 18px;
  margin: 10px 0;
}

.ticket-form, .newsletter-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}

.ticket-form label, .newsletter-form label {
  margin: 10px 0 5px;
}

.ticket-form input, .ticket-form select, .newsletter-form input {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.social-links li {
  margin: 0 10px;
}

.social-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.btn-primary:hover {
  background-color: #f5ca88;
  transition: background-color 0.3s ease;
}
.detailsFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .detailsFlex{
    flex-direction: column;
  }
}
.detailsimg {
  width: 50%;
}
@media (max-width: 600px) {
  .detailsimg {
    width: 100%;
  }
}
.programFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .programFlex {
    flex-direction: column;
  }
}
.detailsimg2 {
  width: 50%;
}
@media (max-width: 600px) {
  .detailsimg2 {
    width: 100%;
  }
}
.reviews {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .reviews {
    flex-direction: column;
  }
}
.review {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  max-width: 400px;
  border: 1px solid #ffbeb2;
  padding: 40px;
  border-radius: 10px;
  background-color: #fffbfb;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #fff; 
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #d1bde1;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

/*** Header ***/


/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@media (max-width: 700px) {
    .cookie-wrapper {
        width: 100%;
    }
}


.cookie-wrapper {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 40%;
    background: #fff;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(0, 0, 0);
    z-index: 999;
    @media (max-width: 600px) {
        width: 100%;
    }
}
.cookie-wrapper .show {
    right: 20px;
}

.hidden {
    display: none;
}
header i {
    color: #393488;
    font-size: 32px;
    text-align: center;
}
header h2 {
    color: #393488;
    font-weight: 500;
    text-align: center;
}
.data {
    text-align: center;
}
.data p a {
    color: #393488;
    text-decoration: none;
    text-align: center !important;
}
.data p a:hover {
    text-decoration: underline;
}
.buttons {
    padding: 20px 0px;
    text-align: center;
}
.buttons .cookie-button {
    border: 2px solid #393488;
    color: #fff;
    padding: 8px 0;
    background: #393488;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.5s ease;
    max-width: 150px;
    border-radius: 0;
}
.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #393488;
}
#declineBtn {
    background-color: #fff;
    color: #393488;
}
#declineBtn:hover {
    background-color: #393488;
    color: #fff;
}
/* Footer Style */
.title {
  color: #393488;
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}


 /* new styles  */
 :root {
    --background-color: #fffeeb;
    --primary-color: #393488;
    --secondary-color: #bc8c15;
    --text-color: #333333;
    --section-padding: 5rem 0;
    --footer-bg: #272727;
    --footer-text: #ffffff;

}
 
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(57, 52, 136, 0.7), rgba(188, 140, 21, 0.5));
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.main-title {
    font-weight: 700;
    color: white;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid var(--secondary-color);
}

.subtitle {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    position: relative;
    max-width: 600px;
}

.short-desc {
    color: white;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}

.cta-btn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 0.8rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.cta-btn:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-btn .material-icons {
    margin-left: 0.5rem;
}



/* Responsive adjustments */
@media (max-width: 992px) {
    .main-title {
        font-size: 2.3rem;
    }
    
    .subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 120px 0 80px;
    }
    
    .main-title {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1.1rem;
    }
    

}

@media (max-width: 576px) {
    .main-title {
        font-size: 1.8rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}
.advantages-section {
    padding: var(--section-padding);
}

.section-title {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.section-title-wrapper {
    background-color: var(--primary-color);
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    display: inline-block;
}

.section-title-wrapper h2 {
    color: white;
    margin: 0;
    font-weight: 700;
    font-size: 1.8rem;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    max-width: 800px;
}

.advantages-list {
    counter-reset: advantage-counter;
}

.advantage-item {
    background-color: white;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 5px solid var(--secondary-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    transition: transform 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
}

.advantage-item:before {
    counter-increment: advantage-counter;
    content: counter(advantage-counter);
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.advantage-title {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.advantage-title .material-icons {
    color: var(--secondary-color);
    margin-right: 0.8rem;
    font-size: 1.8rem;
}

.advantage-description {
    font-size: 1rem;
    line-height: 1.7;
}

.investment-image {
    height: 100%;
    object-fit: cover;
    max-height: 500px;
    width: 100%;
}

@media (max-width: 992px) {
    .section-title-wrapper {
        padding: 1.2rem 1.5rem;
        margin-bottom: 2rem;
    }
    
    .section-title-wrapper h2 {
        font-size: 1.5rem;
    }
    
    .intro-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .advantages-section {
        padding: 3rem 0;
    }
    
    .advantage-item {
        padding: 1.5rem;
    }
    
    .investment-image-container {
        margin-bottom: 2rem;
    }
    
    .investment-image {
        max-height: 300px;
    }
}

.transgaz-section {
    padding: var(--section-padding);
    position: relative;
}

.transgaz-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/transgaz-section.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    z-index: -1;
}

.section-header {
    background-color: var(--primary-color);
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    display: inline-block;
}

.section-header h2 {
    color: white;
    margin: 0;
    font-weight: 700;
    font-size: 1.8rem;
}

.transgaz-overview {
    background-color: white;
    padding: 2.5rem;
    border-left: 5px solid var(--secondary-color);
    margin-bottom: 3rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.transgaz-overview p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.financial-metrics {
    background-color: white;
    padding: 2.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.metrics-title {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--secondary-color);
}

.metrics-list {
    list-style: none;
    padding-left: 0;
}

.metrics-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.7;
}

.metrics-list li::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    color: var(--secondary-color);
    font-weight: 700;
}

.transgaz-logo {
    max-width: 200px;
    margin-bottom: 1.5rem;
}

.statistics-card {
    background-color: var(--primary-color);
    color: white;
    padding: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.statistics-card:hover {
    transform: translateY(-5px);
}

.statistics-card .material-icons {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .section-header {
        padding: 1.2rem 1.5rem;
        margin-bottom: 2rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .transgaz-overview, .financial-metrics {
        padding: 2rem;
    }
    
    .statistics-row {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .transgaz-section {
        padding: 3rem 0;
    }
    
    .statistics-card {
        margin-bottom: 1rem;
    }
    
    .stat-value {
        font-size: 2rem;
    }
}
.operators-section {
    padding: 5rem 0;
}


.operator-card {
    background-color: white;
    border-left: 3px solid var(--secondary-color);
    padding: 2rem;
    margin-bottom: 2rem;
    min-height: 440px;
}

.operator-title {
    color: var(--primary-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.operator-icon {
    color: var(--secondary-color);
    margin-right: 1rem;
}

.country-flag {
    width: 24px;
    height: 16px;
    margin-right: 1rem;
}
.mechanism-section {
    padding: 5rem 0;
}


.mechanism-content {
    background-color: white;
    padding: 2rem;
    border-left: 3px solid var(--secondary-color);
}

.mechanism-content p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.mechanism-icon {
    font-size: 4rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.mechanism-card {
    text-align: center;
    padding: 2rem 1rem;
    background-color: white;
    margin-bottom: 2rem;
    min-height: 220px;
}

.mechanism-card h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}
  
.contact-section {
    padding: 5rem 0;
}


.contact-info {
    background-color: white;
    padding: 2rem;
    border-left: 3px solid var(--secondary-color);
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-icon {
    color: var(--secondary-color);
    margin-right: 1rem;
    font-size: 1.5rem;
}

.contact-text {
    flex: 1;
}

.contact-text h4 {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.schedule-list {
    list-style: none;
    padding-left: 0;
}

.schedule-list li {
    margin-bottom: 0.5rem;
    display: flex;
}

.schedule-list li .day {
    min-width: 100px;
    font-weight: 600;
}

.map-container {
    width: 100%;
    height: 450px;
    background-color: white;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.consultation-section {
    padding: 5rem 0;
    background-color: var(--background-color);
}



.consultation-content {
    background-color: white;
    padding: 2rem;
    border-left: 3px solid var(--secondary-color);
    margin-bottom: 3rem;
}

.consultation-content p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.form-placeholder {
    background-color: white;
    padding: 2rem;
    text-align: center;
    border-left: 3px solid var(--secondary-color);
}

.form-placeholder-text {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.consultation-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 700px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.benefit-icon {
    color: var(--secondary-color);
    margin-right: 1rem;
    font-size: 1.5rem;
}

.benefit-text {
    flex: 1;
}

@media (max-width: 992px) {
    .consultation-image-container {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .consultation-image {
        max-height: 300px;
    }
}
.transgaz-info-section {
    padding: 5rem 0;
}

.section-title {
    background-color: var(--primary-color);
    color: white;
    padding: 1rem 2rem;
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 700;
}

.info-content {
    background-color: white;
    padding: 2rem;
    border-left: 3px solid var(--secondary-color);
    margin-bottom: 3rem;
}

.info-content p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.info-content p:last-child {
    margin-bottom: 0;
}

.dividend-image {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.dividend-highlight {
    background-color: var(--primary-color);
    color: white;
    padding: 1.5rem;
    margin: 2rem 0;
    position: relative;
}

.dividend-highlight h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.dividend-highlight .material-icons {
    color: var(--secondary-color);
    margin-right: 0.8rem;
}

.dividend-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    text-align: center;
    margin: 1.5rem 0;
}

.dividend-date {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.dividend-date span {
    color: var(--secondary-color);
}
.market-section {
    padding: 5rem 0;
}



.player-item {
    background-color: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid var(--secondary-color);
}

.player-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.player-icon {
    color: var(--secondary-color);
    margin-right: 0.8rem;
}

.player-description {
    margin-bottom: 0;
    line-height: 1.7;
}

.advantage-item {
    background-color: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid var(--secondary-color);
    counter-increment: advantage-counter;
    position: relative;
}

.advantage-item::before {
    content: counter(advantage-counter);
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.advantage-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.advantage-icon {
    color: var(--secondary-color);
    margin-right: 0.8rem;
}

.advantage-description {
    margin-bottom: 0;
    line-height: 1.7;
}

.advantage-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

  
.strategies-section {
    padding: 5rem 0;
}



.strategy-item {
    background-color: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid var(--secondary-color);
  
}

.strategy-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.strategy-icon {
    color: var(--secondary-color);
    margin-right: 0.8rem;
}

.strategy-description {
    margin-bottom: 0;
    line-height: 1.7;
}

.mechanism-image {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}

.mechanism-card2 {
    background-color: white;
    padding: 0;
    margin-bottom: 2rem;
    border-left: 3px solid var(--secondary-color);
}

.mechanism-img-container {
    overflow: hidden;
    height: 300px;
}

.mechanism-img-container img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mechanism-card2:hover .mechanism-img-container img {
    transform: scale(1.05);
}

.mechanism-content {
    padding: 1.5rem;
}

.mechanism-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    margin-right: 0.8rem;
}
.learning-section {
    padding: 5rem 0;
}


.course-description {
    background-color: white;
    padding: 2rem;
    border-left: 3px solid var(--secondary-color);
    margin-bottom: 2rem;
}

.course-item {
    margin-bottom: 1.5rem;
}

.course-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
}

.course-icon {
    color: var(--secondary-color);
    margin-right: 0.8rem;
    font-size: 1.5rem;
}

.course-details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.detail-item {
    background-color: var(--primary-color);
    color: white;
    padding: 1rem 1.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.detail-icon {
    color: var(--secondary-color);
    margin-right: 0.8rem;
}

.advantages-container {
    background-color: white;
    padding: 2rem;
    border-left: 3px solid var(--secondary-color);
}

.advantage-item2 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.advantage-icon {
    color: var(--secondary-color);
    margin-right: 0.8rem;
    font-size: 1.5rem;
}

.advantage-text {
    flex: 1;
}

.advantage-title {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.advantage-description {
    margin-bottom: 0;
    line-height: 1.7;
}

.enroll-btn {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
}

.enroll-btn:hover {
    background-color: var(--primary-color);
    color: white;
}

.enroll-btn .material-icons {
    margin-right: 0.8rem;
}
.footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    padding: 4rem 0 2rem;
}

.footer-logo {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-align: start;
}


.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.footer-contact-icon {
    color: var(--secondary-color);
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

.footer-nav-link {
    display: block;
    color: var(--footer-text);
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.footer-nav-link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary-color);
    transition: width 0.3s ease;
}

.footer-nav-link:hover {
    color: var(--secondary-color);
    padding-left: 0.5rem;
}

.footer-nav-link:hover::before {
    width: 2rem;
}

.footer-policy-link {
    color: var(--footer-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-policy-link:hover {
    color: var(--secondary-color);
}

.footer-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}