* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
    color: #333;
    line-height: 1.6;
}

.header {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: background 0.3s;
}

.header.scrolled {
    background: #1e3a8a;
}

.logo {
    height: 50px;
    display: block;
    margin: 0 auto 20px;
    transition: transform 0.3s;
}

.logo:hover {
    transform: rotate(10deg) scale(1.1);
}

.navig-toggle {
    display: none;
}

.navig-icon {
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    display: none;
}

.navig-items {
    display: flex;
    gap: 2rem;
}

.navig-items a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s;
}

.navig-items a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #60a5fa;
    transition: width 0.3s;
}

.navig-items a:hover::after {
    width: 100%;
}

.navig-items a:hover {
    color: #60a5fa;
}

@media (max-width: 768px) {
    .navig-toggle {
        display: block;
    }
   
    .navig-items.active {
        display: flex;
    }
    .navig-items a {
        padding: 1rem;
    }
}

.hiro {
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 50%;
    transform: translateY(-50%);
    color: #030000;
    text-align: left;
}

.slide-content h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: fadeInDown 1s ease;
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease 0.5s backwards;
}

.btn-glow {
    background: #60a5fa;
    color: #fff;
    display: flex;
width: fit-content;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(96, 165, 250, 0.5);
}

.btn-glow:hover {
    box-shadow: 0 0 20px rgba(96, 165, 250, 0.8);
    transform: scale(1.05);
}

.obout {
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}
.obout-text {
    display: flex
;
    padding: 0 12px 13px;
    flex-direction: column;
}
.obout-block {
    background: rgba(255, 255, 255, 0.9);
    /* padding: 2rem; */
    border-radius: 1px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.obout-block.visible {
    opacity: 1;
    transform: translateY(0);
}

.obout-image img {
    width: 100%;
    border-radius: 10px;
}

.obout-text h2 {
    font-size: 1.5rem;
    color: #1e3a8a;
}

.obout-text h3 {
    font-size: 1rem;
    color: #60a5fa;
    margin: 0.5rem 0;
}

.servicces {
    padding: 4rem 2rem;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 0rem;
    background: linear-gradient(135deg, #d9e2ec, #f0f4f8);
}

.card-servicces {
    perspective: 1000px;
}
.card-servicces img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-inner {
    position: relative;
    width: 100%;
    height: 380px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0px;
    overflow: hidden;
}

.card-front {
    background: #fff;
    padding: rem;
}

.card-back {
    background: #60a5fa;
    color: #fff;
    transform: rotateY(180deg);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-servicces:hover .card-inner {
    transform: rotateY(180deg);
}

.processis, .team, .faqis, .galliry, .bloig, .contactt, .eveen {
    padding: 4rem 2rem;
    text-align: center;
}
.team-men span{
font-weight: 700px;
font-size: 24px;
color: #1e3a8a;
}
.team-men {
    max-width: 300px;
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.timeline-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.timeline-content {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    width: 70%;
}

.timeline-icon {
    width: 20px;
    height: 20px;
    background: #8960fa;
    border-radius: 50%;
    margin-left: -2rem;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.team {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;

    background-color: #dde2ef;
}
.team-member {
    text-align: center;
}

.team-men img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin-bottom: 1rem;
}
.fagi {
    display: flex;
    gap: 30px;
}
.fagis-img{
    max-width: 800px;
}
.fagis-img img{
    width: 100%;
}
.faqis-item {
    width: 100%;
    margin-bottom: 1rem;
}
.faqis {
    margin: 0 auto ;
    width: 100%;
    max-width: 700px;
}
.faqis-question {
    background: #fff;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.faqis-answer {
    display: none;
    padding: 1rem;
    background: #f0f4f8;
    border-radius: 0 0 10px 10px;
}

.faqis-answer.active {
    display: block;
}
.galliry-item {
    flex: 1;
}
.galliry{
    padding:  4rem 0rem;
}
.galliry-item img {
    
    width: 100%;
    height: 390px;
    display: block;
    object-fit: cover;
    border-radius: 0px;
}
.galliry {
    display: flex;

}
.bloig-post {
    text-align: left;
}
.bloig{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;

}
.bloig-post img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;
    min-height: 400px;
    border-radius: 10px;
}
.all{
    display: flex;
}
.contactt {
    background: #1e3a8a;
    color: #fff;
    gap: 20px;
    display: flex
;
padding: 4rem;
    flex-direction: column;
    align-items: center;
}
.bloig-content span{
    font-size: 20px;
    font-weight: 700;
}
.contactt-info {
    margin-top: 1rem;
}
.eveen {
    display: flex;
    gap: 20px;
     flex-wrap: wrap;
}
.event-list {
    flex: 1;
}
.eveen h2{
    width: 100%;
}
.eveen .event-item {
    background: #fff;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 10px;
}

.footer {
    background: #1e3a8a;
    color: #fff;
    padding: 2rem;
    text-align: center;
}
.foooter-links {
    display: flex
;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.foooter-container {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.foooter-logo {
    height: 50px;
}

.foooter-links a {
    display: block;
    color: #60a5fa;
    text-decoration: none;
    margin: 0.5rem 0;
}

.ckie-ban {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1e3a8a;
    color: #fff;
    padding: 1rem;
    text-align: center;
    display: none;
}

.ckie-ban button {
    background: #60a5fa;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}

/* Animations */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* About Page Styles */
.about-intro {
  min-height: 100vh;
  padding: 8rem 1rem;
}

.diagonal-split {
    display: flex;
    height: 100%;
    min-height: 800px;
}

.split-left {
    width: 50%;
    background: #1e3a8a;
    color: #fff;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-right {
    width: 50%;
}

.split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #d9e2ec, #f0f4f8);
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #60a5fa;
}

.timeline-entry {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-date {
    width: 100px;
    background: #60a5fa;
    color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    left: 0;
}

.timeline-content {
    width: 50%;
    margin-left: 150px;
    background: #dbeafc;
    padding: 2rem;
    border-radius: 0px;
}

.about-team {
    padding: 4rem 2rem;
}
.about-team h2{
    margin-bottom: 40px;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    position: relative;
}

.team-card {

    padding: 1rem;
    border-radius: 10px;
    text-align: center;
  
}

.team-card.overlap {
    position: relative;
    top: -20px;
}

.team-card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/* contactt Page Styles */
.contactt-form {
    padding: 9rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, #d9e2ec, #f0f4f8);
}
.contactt-form img{
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}
.form-card {
    max-width: 740px;
    margin: 0 auto;
    /* background: #fff; */
    display: flex
;
    /* padding: 2rem; */
    gap: 20px;
    border-radius: 15px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    transform: translateY(-10px);
    transition: transform 0.3s;
    flex-direction: column;
}

.form-card:hover {
    transform: translateY(0);
}

.form-card form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-card input, .form-card textarea {
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.form-card textarea {
    height: 100px;
    resize: none;
}

.contactt-details {
    padding: 4rem 2rem;
  
    position: relative;
}

.map-bg {
    background: rgba(30, 58, 138, 0.8);
    padding: 2rem;
    border-radius: 15px;
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.info-box h3 {
    margin-bottom: 1rem;
}

/* Services Page Styles */
.services-masonry {
    padding: 9rem 2rem 4rem;
}

.masonry-grid {
    column-count: 3;
    column-gap: 1rem;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 3rem;
    /* background: #fff; */
    padding: 0;
    border-radius: 10px;
    text-align: center;
}

.masonry-item.tall {
    height: 400px;
}

.masonry-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 1px;
}

@media (max-width: 768px) {
    .masonry-grid {
        column-count: 1;
    }
}

.services-sidebar {
    padding: 2rem;
    background: #1e3a8a;
    color: #fff;
}

.sidebar {
    max-width: 300px;
    margin: 0 auto;
    display: flex
;
    gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.testimonials {
    padding: 4rem 2rem;
   
}

.testimonial-carousel {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding: 1rem 0;
}

.testimonial-item {
    background: #000000;
    padding: 1rem;
    border-radius: 10px;
    min-width: 300px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .logo {
        height: 50px;
        display: block;
        margin: 0 auto 10px;
        transition: transform 0.3s;
    }
    .navig-items a {
        padding: 0.1rem;
    }
    .header {
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        padding: .1rem 1rem;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        transition: background 0.3s;
    }
    .testimonial-carousel {
        display: flex
    ;
        gap: 2rem;
        overflow-x: auto;
        padding: 1rem 0;
        flex-direction: column;
    }
    .testimonials {
        padding: 4rem 0rem;
    }
    .split-left {
        width: 100%;
        background: #1e3a8a;
        color: #fff;
        margin-top: 91px;
        padding: 4rem 0.5rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
    }
    .diagonal-split {
        display: flex
    ;
        height: 100%;
        flex-direction: column;
    }
    .split-right {
     display: none;
    }
    .timeline-content {
        width: 100%;
        margin-left: 0px;
        background: #dbeafc;
        padding: 2rem;
        border-radius: 0px;
    }
    .fagi {
        display: flex
    ;
        gap: 30px;
        flex-direction: column;
    }
    .galliry-item {
        flex: 39%;
    }
    .galliry {
        display: flex
    ;
        flex-wrap: wrap;
    }
    .all {
        display: flex
    ;
        flex-direction: column;
    }
    .event-list {
        flex: 100%;
    }
}
.cook-ban {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a3c34;
    color: #fff;
    padding: 1rem;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: block;
}

.cook-ban button {
    background: #34c759;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: background 0.3s;
}

.cook-ban button:hover {
    background: #2ea44f;
}
.tyty p, .tyty h2,.tyty h3, .tyty h4{
    text-align: start;
    margin-bottom: 20px;
}
body,html{
    height: 100%;
    display: flex;
    flex-direction: column;
}
h1{
    text-align: center;
    font-size: 32px;
}