
.landingpage {
    height: 80vh;
    position: relative;
    overflow: hidden; /* Prevent overflow if needed */
}

/* Set containers to take full height of the parent */
.containers {
    position: relative;
    height: 100%;
    width: 100%;
}

/* Solid container background */
.container_solid {
    top: 0;
    height: 100%;
}

/* Title wrapper centered vertically */
.title_wrapper {
    position: absolute; /* Use absolute instead of fixed */
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* Title styles */
.title_wrapper h1 {
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;
    font-family: Plain, sans-serif;
    font-weight: 900;
    color: rgb(51, 54, 84); /* Ensure text color is visible */
}
.title_wrapper-11 h1 {
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;
    font-family: Plain, sans-serif;
    font-weight: 900;
    color:  rgb(51, 54, 84); /* Ensure text color is visible */
}

.landingpage-1 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out; /* Smooth transition */
    position: relative;
    border-radius: 15px;
}

.landingpage-1 {
    background-image: url('/images/about.jpg');
}

.item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fill {
    width: 50%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
}
.h-100vh{
    height: 100vh;
}
.bottom-text-head{
    font-size: 40px;
    font-weight: 700;
}
.bottom-text{
    font-size: 20px;
    font-weight: 500;
}


.glazing {
    position: relative;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff5733, #ff8c42);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 87, 51, 0.5);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Glowing Border Animation */
.glazing::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, #ff5733, #ff8c42, #ff5733, #ff8c42);
    border-radius: 10px;
    z-index: -1;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Pulsating Glow */
@keyframes glowing {
    0% {
        box-shadow: 0 0 10px rgba(255, 87, 51, 0.7);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 87, 51, 1), 0 0 30px rgba(255, 140, 66, 0.8);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 87, 51, 0.7);
    }
}

/* Hover Glow Effect */
.glazing:hover {
    animation: glowing 1.5s infinite;
}

/* Active Effect (Click) */
.glazing:active {
    transform: scale(0.95);
}
.bg-cover-image{
    padding: 40px;
}
.social-image {
    width: 100%; /* Full viewport width */
    height: 100%; /* Full viewport height */
    object-fit: cover; /* Ensures the image covers the area without distortion */
    display: block;
    border-radius: 15px;
}

.p-10{
    padding: 40px;
}


.accordion-item {
    border-bottom: 1px solid !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    color: #030304 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
/* Removes the default arrow icon */
.accordion-button::after {
    display: none !important;
}

.about-text{
    font-size: 80px;
    font-weight: 700;
    padding: 20px;
}
.h-100-per{
    height: 100%;
   }

   .custom-btn {
    font-weight: bold;
    color: #333;
    background-color: transparent !important;
    border: none;
    font-size: 30px !important;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.custom-btn::before {
    content: "•";  /* The dot */
    position: absolute;
    left: -15px;  /* Initially hidden */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}

.custom-btn:hover {
    transform: translateX(10px); /* Move right on hover */
}

.custom-btn:hover::before {
    left: -20px;  /* Moves slightly for smooth effect */
    opacity: 1;   /* Dot appears */
}

.custom-btn:focus {
    box-shadow: none;
    border: none !important;
}
.h-100vh{
    height: 100vh;
}
.bottom-text-head{
    font-size: 40px;
    font-weight: 700;
}
.bottom-text{
    font-size: 20px;
    font-weight: 500;
}
.landingpage-2 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out; /* Smooth transition */
    position: relative;
}

.landingpage-2 {
    background-image: url('/images/socialmedia.jpg');
}

.title_wrapper-1 {
    position: absolute; /* Use absolute instead of fixed */

    align-items: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;

}

/* Title styles */
.nash-text {
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;
    font-family: Plain, sans-serif;
    font-weight: 900;
    color: rgb(16, 17, 16); /* Ensure text color is visible */
    -webkit-text-stroke: 3px rgb(182, 232, 217);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
@media (max-width: 768px) {
    .title_wrapper h1 {
        font-size: 60px;
    }
    .title_wrapper-11 h1 {
        font-size: 60px;
    }
    .fill {
        width: 100%;
        height: 550px;
        object-fit: cover;
        border-radius: 15px;
    }
    .landingpage-1{
      padding: 10px;
    }
    .title_wrapper-11{
        margin-top: 10px;
    }
    .bg-cover-image{
        padding: 20px;
        background-color: #d9dbc0;
    }
    .p-10{
        padding: 20px;
    }
    .about-text{
        font-size: 60px;
        font-weight: 700;
        padding: 10px;
    }
    .nash-text {
        text-align: center;
        font-size: 50px;
        text-transform: uppercase;
        font-family:Plain, sans-serif;
        font-weight: 900;
        color: rgb(14, 16, 16); /* Ensure text color is visible */
        -webkit-text-stroke: 1px rgb(182, 232, 217);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        background-color: #ffffff;
    }
}




.landingpage-2 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out; /* Smooth transition */
    position: relative;
}

.landingpage-2 {
    background-image: url('/images/socialmedia.jpg');
}

.title_wrapper-1 {
    position: absolute; /* Use absolute instead of fixed */

    align-items: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;

}
@media (max-width: 768px) {
    .title_wrapper h1 {
        font-size: 60px;
    }
    .title_wrapper-11 h1 {
        font-size: 40px;
    }

    
    .nash-text {
        text-align: center;
        font-size: 50px;
        text-transform: uppercase;
        font-family: Plain, sans-serif;
        font-weight: 900;
        color: rgb(14, 16, 16); /* Ensure text color is visible */
        -webkit-text-stroke: 1px rgb(182, 232, 217);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        background-color: #ffffff;
    }


    .profile,
    .contact-info,
    .address {
        text-align: center;
    }
}


.wrapper {
    display: inline-flex;
    list-style: none;
    height: 120px;
    width: 100%;
    font-family: "Poppins", sans-serif;
  }
  
  .wrapper .icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #fff;
  }
  
  .wrapper .twitter:hover,
  .wrapper .twitter:hover .tooltip,
  .wrapper .twitter:hover .tooltip::before {
    background: #1da1f2;
    color: #fff;
  }
  
  .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background: #e4405f;
    color: #fff;
  }