/* Sticky header background */
#header-sticky {
    background-color: #5E101D !important;
}

.tp-main-menu-content ul li a {
    color: #fff !important;
}

.tp-main-menu-content ul li a:hover {
    color: #FFD700 !important;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    .tp-header-2-logo img {
        max-width: 160px;
        height: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .tp-header-2-logo img {
        max-width: 180px;
        height: auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2-logo img {
        max-width: 200px;
        height: auto;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .tp-header-2-logo img {
        max-width: 220px;
        height: auto;
    }
}

/* Extra small devices (phones under 576px) */
@media (max-width: 575.98px) {
    .tp-header-2-logo img {
        max-width: 150px;
        height: auto;
    }
}

.white-text {
    color: #FFFFFF;
 }
 .tp-btn-theme span {
     font-size: 18px; 
     font-weight: bold; 
 }
 .tp-header-main-menu nav ul {
    margin-left: 100px;
    padding: 0;
    
  }
  
  .tp-header-2-right {
    padding-left: 10px; 
  }
  
  .headersocial-icons a {
    margin-left: 8px;  
    font-size: 16px;  
  }
  .breadcrumb {
    background-image: url('../img/ela_aravi/background-1.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #800000;
}

.breadcrumb__list span,
.breadcrumb .breadcrumb__list span a,
.breadcrumb .breadcrumb__title {
    color: #800000;
}
.tp-service-2-thumb {
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd; 
    border-radius: 10px;
 }
 
 .tp-service-2-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
 }
 
 .tp-service-2-thumb:hover img {
    transform: scale(1.05);
 }
 
 .zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
    color: #800000;
 }
 
 .zoom-icon:hover {
    color: #ccc; /* optional hover effect */
 }
 
 .zoom-icon i {
    font-size: 18px;
 }
 
 
 .tp-service-3-area {
    padding-left: 20px;
    padding-right: 20px;
 }
 .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #5E101D;
    z-index: 1000;
    min-width: 200px;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
}
@media (min-width: 1200px) {
    .mega-menu:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
}
.megamenu-container {
    width: 800px;
    background: url('../img/ela_aravi/bg.jpg') center center / cover no-repeat;
    padding: 30px 40px;
    border-radius: 10px;
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 999;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.megamenu-container ul li a {
    color: white;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.megamenu-container ul li a:hover {
    color: #f2c94c;
}

@media (min-width: 1200px) {
    .mega-menu:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .dropdown-menu {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.tp-project-3-item {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: all 0.3s ease-in-out;
    height: 100%;
  }
  
  .tp-project-3-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  
  .tp-project-3-item img {
    border-radius: 12px;
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .tp-project-3-item img:hover {
    transform: scale(1.05);
  }
  
  .tp-project-3-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    margin-top: 10px;
    transition: color 0.3s ease;
  }
  
  .tp-project-3-title:hover {
    color: #800000;
  }
  
  
 