﻿img {
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(1,0,2,0.1);
    border: 1px solid #eee !important;
    /* Light border */ /* Hover Animation */
    transition: all 0.3s ease !important;
    /* Smooth transitions */ /* Responsive Safety */
    /*display: block !important;*/
    /* Fixes inline spacing

                              */
}

    img:hover {
        transform: scale(1.02) !important;
        box-shadow: 0 6px 16px rgba(0,0,0,0.15) !important;
    }

.mobmenuleft img {
    border-radius: 0px !important;
}

.main-navigation img, .custom-logo, .mob-standard-logo, .mobmenu-content img {
    all: initial;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    transform: none !important;
    transition: none !important;
    display: inline-block !important;
    margin: 0 !important;
}

.custom-logo {
    border: 0px !important;
    box-shadow: 0 4px 12px rgba(1,0,2,0.1);
    box-sizing: border-box;
    display: flex;
    transform-style: preserve-3d;
    transition: all 0.3s ease;
}

footer {
    background: #da6401 !important;
    color: #ffffff !important;
    padding: 80px 0 30px !important;
}


.footer-col h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

    .footer-col h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 2px;
        background: var(--accent);
    }

.footer-links {
    list-style: none;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: rgba(255, 255, 255, 0.7);
        transition: var(--transition);
    }

        .footer-links a:hover {
            color: white;
            padding-left: 5px;
        }

nav ul li a {
    color: var(--dark);
    position: relative;
    padding: 5px 0;
}

 
 /*body::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 15px solid #fff;
            box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.08);
            pointer-events: none;
            z-index: 1000;
        }*/

        /* Fixed Header */
        
        .sub-menu,#ast-hf-menu-1{
            background-color:  #da6401!important;
            border-radius:10px;

        }
/*.logo {
  font-size: 2.2rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}*/

 
/*nav a {
  color: #fff;
  text-decoration: none;
  /*font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  padding: 8px 15px;*/
  border-radius: 30px;
}*/

nav a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* Main Content Area */
 

/* Footer Styles */
footer {
  background: #171839 !important;
  /*color: #fff;*/
  padding: 2.5rem 10%;
  text-align: center;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #ffd166;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
   margin-bottom: 2rem;
}
footer h2{
    color:white!important;
}
footer a{
    color:white!important;
    text-decoration:solid underline;

}
.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-heading {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  position: relative;
  display: inline-block;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #ffd166;
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: #e4e4e4;
}
h1,h2,h3{
    transform: translateZ(0);
}
.footer-social-item {
   margin: 0 10px;
  color: #fff;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            font-size: 1.3rem;
            border-radius: 50%;
            transition: all 0.3s ease;
}

.footer-social-item:hover {
  transform: translateY(-5px) scale(1.1);
  color: #ffd166;
}
h1 {
    /*font-size: 3.5rem!important;*/
    /*margin-bottom: 15px !important;*/
    /*text-shadow: 0 1px 15px rgba(0,0,0,0.3) !important;*/
    /*letter-spacing: 1.5px!important;*/
}

.elementor-background-overlay, .elementor-widget-container {
    /*background: rgba(255, 255, 1, 0.1);*/
    /*backdrop-filter: blur(10px);*/
    border-radius: 10px;
    /*overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: all 0.4s ease;
             position: relative;*/
}

.image-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.image-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease;
    }

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(100%);
    transition: all 0.4s ease;
}

/*.elementor-background-overlay,.elementor-widget-container:hover  {
            transform: translateY(0);
        }*/
