@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body{
    padding: 0;
    margin: 0;
    height: 100dvh;
    max-width: 100%;
    background-color: #081317;
    font-family: "Tajawal", sans-serif;
}

* {
 
  box-sizing: border-box;
  font-family: "Tajawal", sans-serif;
}
body section.Residential-Complexes{
   background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
    display: flex;
    flex-direction: column;
   justify-content: center;
    align-items: center;
    margin: 0px 0px;
    padding: 20px 0px;
}
body section.Residential-Complexes div.residentials{
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0px 0px;
    width: 100%;
}
body section.Residential-Complexes div h1{
    margin-top: 100px;
         text-align: center;
            font-size: 2.4rem;
            margin-bottom: 60px;
            background: linear-gradient(45deg, #ffffff, #ffd700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
}
body section.Residential-Complexes a div.mansour-city{
    background-image: url('./assets/images/almansorci.jpg');
    background-position: center;
    background-size: cover;
}
body section.Residential-Complexes a div.residential-item{
    max-width: 100%;
    height: auto;
    width:370px ;
    height: 430px ;
    margin-left: 10px;
    margin-right: 10px;
    border-radius:20px ;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}
body section.Residential-Complexes a{
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
}
body section.Residential-Complexes a div.residential-item:hover {
   transform: translateY(-10px);
            border-color: rgba(255, 215, 0, 0.5);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
}
body section.Residential-Complexes a div.residential-item div.cont{
    width: 90%;
    height:90px;
    background-color:#000000b7;
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 30px;
    border-radius: 15px;
    
}
body section.Residential-Complexes a div.residential-item div.cont div.right{
    flex: 1;
    height: 100%;   
   
}
body section.Residential-Complexes a div.residential-item div.cont div.left{
    flex: 0.5;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
body section.Residential-Complexes a div.residential-item div.cont div.left div.img{
    width: 60%;
    height: 70%;
    background-image: url('./assets/images/almansour-logo.png');
    background-position: center;
    background-size: cover;
    border-radius: 50%;

}
body section.Residential-Complexes a div.residential-item div.cont div.right h2{
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-right:10px ;
  font-size: 20px;
  text-align: right;
  color: white;
}
body section.Residential-Complexes a div.residential-item div.cont div.right p{
    margin: 0;
    
    margin-top: 5px;
    margin-right: 10px;
    font-size: 10px;
    text-align: right;
    color: white;

}
body section.Residential-Complexes a div.residential-item span{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#000000b7;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 30px;
    color: white;
    gap:4px ;
}
body section.Residential-Complexes a div.residential-item span svg{
    width: 20px;
    height: 20px;
}
body section.Residential-Complexes a div.pearl-fullja{
    background-image: url('./assets/images/pearlf.jpg');
    background-position: center;
    background-size: cover;
}
body section.Residential-Complexes a div.emad-skar{
    background-image: url('./assets/images/emadsk.jpg');
    background-position: center;
    background-size: cover;
}
body section.Residential-Complexes a div.tijan-city{
    background-image: url('./assets/images/tijanci.jpg');
    background-position: center;
    background-size: cover;
}
body section.Residential-Complexes a div.alhyat-city{
    background-image: url('./assets/images/aalhyat.jpg');
    background-position: center;
    background-size: cover;
}
body section.Residential-Complexes a div.amerat{
    background-image: url('./assets/images/alameratci.jpg');
    background-position: center;
    background-size: cover;
}
body section.Residential-Complexes a div.pearl-fullja div.cont div.left div.img{
    background-image: url('./assets/images/pearl-fullja-logo.jpg');

}
body section.Residential-Complexes a div.tijan-city div.cont div.left div.img{
background-image: url('./assets/images/tijan-logo.jpg');
}
body section.Residential-Complexes a div.alhyat-city div.cont div.left div.img{
    background-image: url('./assets/images/alhyat-logo.jpg');
    }
body section.Residential-Complexes a div.emad-skar div.cont div.left div.img{
background-image: url('./assets/images/emad-skr-logo.jpg');
}
body section.Residential-Complexes a div.amerat div.cont div.left div.img{
background-image: url('./assets/images/amerat-logo.jpg');
}
body section.Residential-Complexes a div.engeneering-tower div.cont div.left div.img{
background-image: url('./assets/images/engineering\ tower\ logo.jpg');
}
body section.Residential-Complexes a div.engeneering-tower{
    background-image: url('./assets/images/engineering\ tower\ .jpg');
    background-position: center;
    background-size: cover;
}


 @media only screen and (min-width: 777px) and (max-width: 1498px) {
  
    body header nav a h1 {
        color: white;
        font-size: 86px;
    }
    
  
    body {
        width: 100% !important;
        height: 100dvh;
        margin: 0 auto;
    }
    
    body section.Residential-Complexes div h1 {
        font-size: 50px ; 
    }
    
    
    
    body section.Residential-Complexes a div.residential-item {
        width: 440px;
        height: 460px;
    }
    
    body section.Residential-Complexes a div.residential-item div.cont {
        height: 110px;
    }
    
    body section.Residential-Complexes a div.residential-item div.cont div.left div.img {
        width: 60%;
        height: 80%;
    }
    
    body section.Residential-Complexes a div.residential-item div.cont div.right h2 {
        font-size: 22px;
    }
    
    body section.Residential-Complexes a div.residential-item div.cont div.right p {
        font-size: 14px;
    }

    body a.whatsapp-float {
        padding: 20px 30px !important;
        border-radius: 20px !important;
        gap: 5px;
    }
    
    body a.whatsapp-float span.visuslly-hidden {
        display: inline !important;
    }
}


@media only screen and (min-width: 1500px) {
 
    body {
        margin: 0 auto;
        max-width: 100% !important;
    }
    
  
    body header nav a h1 {
        color: white;
        font-size: 96px;
    }
    
   
    section.hero div.hero-content div.hero-text h1 {
        font-size: 50px;
        line-height: 1.4;
        color: #111;
        margin-bottom: 20px;
    }
    
    section.hero div.hero-content div.hero-text p {
        font-size: 25px;
        color: #000000;
        margin-bottom: 20px;
    }
    

    body section.Residential-Complexes div h1 {
        text-align: center;
        font-size: 3rem !important;
        margin-bottom: 60px;
        background: linear-gradient(45deg, #ffffff, #ffd700);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        max-width: 1200px;
    }
    
   
    body section.Residential-Complexes a div.residential-item {
        width: 500px !important;
        height: 540px !important;
    }
    
    body section.Residential-Complexes a div.residential-item div.cont {
        height: 120px;
    }
    
    body section.Residential-Complexes a div.residential-item div.cont div.right h2 {
        font-size: 24px;
    }
    
    body section.Residential-Complexes a div.residential-item div.cont div.right p {
        font-size: 14px;
        margin-top: 4px;
    }
    

    body a.whatsapp-float {
        padding: 20px 30px !important;
        border-radius: 20px !important;
        gap: 5px;
    }
    
    body a.whatsapp-float span.visuslly-hidden {
        display: inline !important;
    }
}

@media only screen and (min-width: 777px) and (max-width: 1190px) {

    body section.Residential-Complexes {
        padding: 20px;
    }
    
    body section.Residential-Complexes div.residentials {
        justify-items: center;
    }
}

@media only screen and (min-width: 1200px) {

    body section.Residential-Complexes {
        padding: 40px 20px;
    }
    
    body section.Residential-Complexes div.residentials {
        justify-items: center;
        max-width: 1900px;
        margin: 0 auto;
    }
}
body a.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px; 
  background-color: #494b4ba9;
  color: white;
  font-size: 18px;
  padding: 20px 25px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
  transition: transform 0.3s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
body a.whatsapp-float  svg{
    width: 30px;
    height: 30px;
    fill: #ffffff;
}
body a.whatsapp-float span.visuslly-hidden{
   display: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1ebc58c6;
}
       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
            color: #ffffff;
            overflow-x: hidden;
        }

     
        .header {
          direction: rtl;
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(20px);
            z-index: 1000;
            padding: 20px 0;
            transition: all 0.3s ease;
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 100%;
            margin: 0 auto;
            padding: 0 20px;
           
        }

        .logo {
           
            font-weight: bold;
            background: linear-gradient(45deg, #ffd700, #ffed4e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
        }
       

        .nav-links {
            display: flex;
            list-style: none;
            gap: 30px;
        }

        .nav-links a {
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-links a:hover {
            color: #ffd700;
            text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(45deg, #ffd700, #ffed4e);
            transition: width 0.3s ease;
        }

        .nav-links a:hover::after {
            width: 100%;
        }
        .nav-link.active {
            color: #ffd700;
            font-weight: 600;
            border-bottom: 2px #ffd700 solid;
            width: fit-content;
            /* box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4); */
        }

        .menu-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
            padding: 5px;
        }

        .menu-toggle span {
            width: 25px;
            height: 3px;
            background: linear-gradient(45deg, #ffd700, #ffed4e);
            margin: 3px 0;
            transition: all 0.3s ease;
            border-radius: 2px;
        }
        .active{
            border: #ffd700;
        }

        .menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px);
        }

        .menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -6px);
        }

        .mobile-menu {
            position: fixed;
            top: 80px;
            left: 0;
            width: 100%;
            height: calc(100vh - 80px);
            background: rgba(0, 0, 0, 0.98);
            backdrop-filter: blur(20px);
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding-top: 50px;
            z-index: 999;
            opacity: 0;
            transform: translateY(-20px);
            transition: all 0.3s ease;
        }

        .mobile-menu.active {
            display: flex;
            opacity: 1;
            transform: translateY(0);
            
        }

        .mobile-menu a {
            color: #ffffff;
            text-decoration: none;
            font-size: 1.5rem;
            margin: 20px 0;
            padding: 15px 30px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
     

        .mobile-menu a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(255, 215, 0, 0.1), rgba(255, 237, 78, 0.1));
            transition: left 0.3s ease;
        }

        .mobile-menu a:hover::before {
            left: 0;
        }

        .mobile-menu a:hover {
            color: #ffd700;
            border-color: rgba(255, 215, 0, 0.5);
            text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
        }

        

        .hero {
         background-image: url("./assets/images/dark3.jpg");
         background-position: top center;
         background-attachment: fixed;
          background-size: cover;
         background-repeat: no-repeat;
         height: 100vh;
         display: flex;
         align-items: center;
         justify-content: center;
         position: relative;
         overflow: hidden;
}


@media screen and (max-width: 768px) {
    .hero {
        
        background-attachment: scroll;
        
        background-position: top center;
        
        min-height: 100vh;
        height: auto;
        
        padding: 2rem 1rem;
    }
}


@media screen and (max-width: 480px) {
    .hero {
        min-height: 100vh;
        padding: 1rem 0.5rem;  
        background-size: cover;
        background-position: top center;
    }
}


@media screen and (max-height: 500px) and (orientation: landscape) {
    .hero {
        height: 100vh;
        min-height: 400px;
    }
}
        @keyframes pulse {
            0% { opacity: 0.3; }
            100% { opacity: 0.6; }
        }

        .hero-content {
            text-align: center;
            z-index: 2;
            max-width: 800px;
            padding: 0px 20px;
        }

        .hero-title {
            font-size: 4rem;
            padding: 10px;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #ffffff, #ffd700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            0% { text-shadow: 0 0 20px rgba(255, 215, 0, 0.5), 0 0 40px rgba(255, 215, 0, 0.3); }
            100% { text-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 60px rgba(255, 215, 0, 0.4); }
        }

        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 30px;
            color: #ffffff;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.5s forwards;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        div.hero-buttons{
            display: flex;
            gap: 20px;
        }

        .cta-button {
            background: linear-gradient(45deg, #ffd700, #ffed4e);
            color: #000000;
            padding: 15px 40px;
            border: none;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
            opacity: 0;
            animation: fadeInUp 1s ease-out 1s forwards;
        }

        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.5);
            background: linear-gradient(45deg, #ffed4e, #ffd700);
        }
        /* Features Section */
        .features {
            padding: 100px 0;
            background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            text-align: center;
            font-size: 3rem;
            margin-bottom: 60px;
            background: linear-gradient(45deg, #ffffff, #ffd700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .features-grid {
            display: grid !important;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
            gap: 40px;
            margin-top: 60px;
        }

        .feature-card {
            display: flex;
            flex-direction: column;
            gap: 30px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 20px;
            padding: 40px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        .feature-card:hover {
            transform: translateY(-10px);
            border-color: rgba(255, 215, 0, 0.5);
            box-shadow: 0 20px 40px rgba(255, 215, 0, 0.2);
        }

        .feature-icon {
            margin: 0 auto;
            width: 130px;
            margin-bottom: 20px;
            color: #ffd700;
            text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
        }

        .feature-title {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .feature-description {
            color: #cccccc;
            line-height: 1.6;
        }
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        /* Responsive Design */
        @media (max-width: 968px) {
            .hero-container {
                flex-direction: column;
                text-align: center;
                gap: 40px;
            }

            .hero-content {
                text-align: center;
                
            }

            .hero-image {
                width: 80%;
               
                order: -1;
            }

            .hero-title {
                font-size: 3rem;
            }
        }

        @media (max-width: 768px) {
          
              .logo img {
            width: 130px;
            height: 37px;
            
         }
            .nav-links {
                display: none;
            }

            .menu-toggle {
                display: flex;
            }

            .hero-title {
                padding: 10px;
                font-size: 2.5rem;
            }

            .hero-subtitle {
                font-size: 1.2rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .feature-card {
                padding: 30px 20px;
               display: flex !important;
               flex-direction: row;
               direction: rtl;
               gap:30px;
            }
            .feature-icon svg{
                width:80px !important ;
                height: 80px !important;
                margin: 0 auto;
            }
            .feature-card div.feature-text{
                text-align: right;
            }

            .nav {
                padding: 0 15px;
            }

            .hero-container {
                padding: 0 15px;
            }

            .container {   
                padding: 0 15px;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 2rem;
            }

            .logo {
                font-size: 1.5rem;
            }

            .mobile-menu a {
                font-size: 1.3rem;
                margin: 15px 0;
            }

            .cta-button {
                padding: 12px 30px;
                font-size: 1.1rem;
            }
        }

        /* Scroll Animations */
        .reveal {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.6s ease;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Contact Section */
        .contact {
            direction: rtl;
            padding: 120px 0;
            background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0f0f0f 100%);
            position: relative;
            overflow: hidden;
            min-height: 100vh;
        }

        .contact::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 70% 30%, rgba(255, 215, 0, 0.08) 0%, transparent 50%);
            animation: pulse 6s ease-in-out infinite alternate;
        }

        .contact::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255, 215, 0, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite;
        }

        .container.contact {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .section-header {
            text-align: center;
            margin-bottom: 80px;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.2s forwards;
        }

        .section-title {
            font-size: 3.5rem;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #ffffff, #ffd700, #ffed4e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 700;
            text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
            position: relative;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, transparent, #ffd700, transparent);
            border-radius: 2px;
        }

        .section-subtitle {
            font-size: 1.3rem;
            color: #cccccc;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.8;
        }

        
        .contact-info-grid {
            max-width: 800px;
            margin: 0 auto;
        }

        .contact-info {
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.5s forwards;
        }

        .contact-info h3 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #ffd700;
            text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
            position: relative;
            padding-bottom: 15px;
            text-align: center;
        }

        .contact-info h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #ffd700, #ffed4e);
            border-radius: 2px;
        }

        .contact-description {
            text-align: center;
            color: #cccccc;
            font-size: 1.2rem;
            margin-bottom: 50px;
            line-height: 1.8;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .contact-items {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            margin-bottom: 60px;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            padding: 30px;
            background: rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 215, 0, 0.15);
            border-radius: 20px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }
        
        .contact-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .contact-item:hover::before {
            left: 100%;
        }

        .contact-item:hover {
            transform: translateY(-8px);
            border-color: rgba(255, 215, 0, 0.4);
            box-shadow: 0 20px 50px rgba(255, 215, 0, 0.15);
            background: rgba(255, 255, 255, 0.06);
        }

        .contact-icon {
            font-size: 2.5rem;
            margin-left: 25px;
            color: #ffd700;
            text-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
            transition: all 0.4s ease;
            min-width: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-item:hover .contact-icon {
            transform: scale(1.2) rotate(5deg);
            text-shadow: 0 0 30px rgba(255, 215, 0, 0.9);
        }

        .contact-details h4 {
            font-size: 1.4rem;
            margin-bottom: 12px;
            color: #ffffff;
            font-weight: 600;
        }

        .contact-details p {
            color: #cccccc;
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .contact-details small {
            color: #ffd700;
            font-size: 0.9rem;
            font-style: italic;
        }

        /* Social Section */
        .social-section {
            margin-bottom: 40px;
        }

        .social-title {
            font-size: 1.6rem;
            color: #ffd700;
            text-align: center;
            margin-bottom: 30px;
            font-weight: 600;
        }

        .social-links {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            max-width: 600px;
            margin: 0 auto;
        }

        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(15px);
            border: 2px solid rgba(255, 215, 0, 0.25);
            border-radius: 15px;
            color: #ffd700;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .social-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(255, 215, 0, 0.1), rgba(255, 237, 78, 0.1));
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .social-link:hover::before {
            opacity: 1;
        }

        .social-link:hover {
            transform: translateY(-5px);
            border-color: rgba(255, 215, 0, 0.8);
            box-shadow: 0 15px 30px rgba(255, 215, 0, 0.3);
            color: #ffffff;
        }

        .social-icon {
            font-size: 1.5rem;
            margin-left: 10px;
        }
        .loading-spinner {
            width: 20px;
            height: 20px;
            border: 2px solid transparent;
            border-top: 2px solid #000000;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            display: none;
            margin-left: 10px;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(-60px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(60px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes pulse {
            0% { opacity: 0.4; }
            100% { opacity: 0.8; }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .contact-info {
                text-align: center;
                order: 2;
            }

            .contact-form {
                order: 1;
            }
        }

        @media (max-width: 768px) {
            .contact {
                padding: 80px 0;
            }

            .section-title {
                font-size: 2.8rem;
            }

            .contact-info h3 {
                font-size: 1.8rem;
            }

            .contact-item {
                flex-direction: row;
                 gap: 10%;
                text-align: center;
                padding: 30px 20px;
            }
            div.contact-details{
                text-align: start;
            }

            .contact-item:hover {
                transform: translateY(-10px);
            }

            .contact-icon {
                min-width:70px ;
                display: block;
                margin-left: 0;
            }

            .form-row {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .contact-form {
                padding: 30px 20px;
            }
            .social-text{
                display: none;
            }

            .social-links {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 50px;
                padding: 50px;
             

            }
            .social-icon{
               display: flex;
               justify-content: center;
                margin: 0 auto;
              
            }

            .social-link {
                width: 90px;
                height: 90px;
                font-size: 1.4rem;
                border-radius: 50%;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 2.2rem;
            }

            .contact {
                padding: 60px 0;
            }

            .container {
                padding: 0 15px;
            }

            .contact-item {
                padding: 25px 15px;
                margin-bottom: 20px;
            }

       
        }


        
        