/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header main container */
.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 70px;
}

/* LEFT SIDE (logo + text) */
.header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.header-logo-box {
    width: 180px;
    height: 200px;
    /* Adjust height to your crest */

    border-radius: 0 0 80px 80px;
    overflow: hidden;
}

.header-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header-logo-text p {
    font-family: "Georgia", serif;
    font-weight: bold;
    color: #111;
    font-size: 16px;
    line-height: 1.3;
}

/* RIGHT SIDE (Navigation) */
.header-right .header-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.header-right .header-menu li a {
    text-decoration: none;
    color: #0d2240;
    font-size: 12px;
    letter-spacing: 0.2px;
    transition: color 0.3s ease;
    font-family: 'Poppins', 'sans-serif';
}

.header-right .header-menu li a:hover {
    color: #0d2240;
}

/*  */
/* Header Styles */
/* .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: white;
    transform: translateY(-100%);
   
    transition: transform 0.3s ease;
  
}

.header-container.visible {
    transform: translateY(0);
  
} */



/* Responsive */
@media (max-width: 900px) {
    .header-container {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .header-right .header-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .header-logo-text p {
        font-size: 14px;
    }
}
/* input box */
.form-like label {
  display: block;
  margin: 10px 0
}

.form-like input,
.form-like textarea,
.form-like select {
  width: 100%;
  padding: 10px;
  border: 1px solid #dfe6f3;
  border-radius: 10px
}

.small {
  font-size: 14px;
  color: var(--muted)
}

/* section1 */
.section1-hero {
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 60px;
    position: relative;
    /* background-image: url('../images/freepik__background__71780.png'); */


}

.bsl-list {
    color: #0d2240;
    ;
    text-align: end;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
}


.section1-content {
 
    z-index: 2;
    position: relative;
       width: 45%;

}

a {
    text-decoration: none;
    color: #0d2240;
    ;
    ;
}


.section1-heading {
    font-family: 'Georgia', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.1;

    color: #d7be5a;
    margin-bottom: 0px;

    padding-top: 0px;
    




}

.section1-content h1.section1-heading {
    width: 100%;
    display: flex;
    justify-items: end;
    justify-content: flex-end;
    text-align: end;
    flex-wrap: wrap;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    


}
/* h2 */
.section1-heading1 {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;

    color: #d7be5a;
    margin-bottom: 0px;

    padding-top: 0px;
    




}
.section1-content h2.section1-heading1 {
    width: 100%;
    display: flex;
    justify-items: end;
    justify-content: flex-end;
    text-align: end;
    flex-wrap: wrap;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    


}

.section1-buttons {
    width: 100%;
}


.section1-highlight {
    color: #c0a228;
    font-style: italic;
    font-weight: 600;
}

.section1-buttons {
    display: flex;
    justify-items: flex-end;
    justify-content: end;

    flex-wrap: wrap;
    margin-top: 10px;
    gap: 15px;

}

.section1-btn {
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', 'sans-serif';
}

.section1-btn-primary {
    background-color: #0d2240;
    color: white;
}
.section1-btn-primary a {
    background-color: #0d2240;
    color: white;
}

.section1-btn-primary:hover {

    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 144, 226, 0.3);
}

.section1-btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #0d2240;
    border: 2px solid #caa24d;
    ;
    backdrop-filter: blur(10px);
}

.section1-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);

    transform: translateY(-2px);
}



.footer-container {


    padding: 0px 80px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left {
    font-size: 12px;
    color: #0c1f3f;
    font-family: 'Poppins', 'sans-serif';
}

.footer-right {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-link {
    text-decoration: none;
    color: #0c1f3f;
    font-size: 12px;
    transition: color 0.3s ease;
    font-family: 'Poppins', 'sans-serif';
}

.footer-link:hover {
    color: #003366;

}

@media (max-width: 600px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-right {
        justify-content: flex-start;
    }
}
/* box */
   .fees-boxes-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 5px;
            margin-top: 20px;
            margin-bottom: 20px;
          
        }

        .fees-box {
            width: 100%;
            padding: 10px;
            
            border-radius: 2px;
            box-shadow: 0 4px 15px rgba(110, 110, 110, 0.1);
            animation: fees-slideInRight 0.8s ease-out forwards;
        }

        .fees-box:nth-child(1) {
            animation-delay: 0s;
            background:white;
        }

        .fees-box:nth-child(2) {
            animation-delay: 0.2s;
           background:white;
        }

        .fees-box:nth-child(3) {
            animation-delay: 0.4s;
            background:white;
        }

        .fees-box h3 {
            font-size: 12px;
            margin-bottom: 0px;
              color: #001a4d;
               font-family: 'Poppins', 'sans-serif';
        }

        .fees-box:nth-child(1) h3 {
            color: #001a4d;
        }

        .fees-box p {
            font-size: 12px;
            line-height: 1.6;
           color: #001a4d;
            font-family: 'Poppins', 'sans-serif';
        }

        .fees-box:nth-child(1) p {
            color: #001a4d;
        }

        @keyframes fees-slideInRight {
            from {
                opacity: 0;
                transform: translateX(100px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .fees-buttons {
            margin-top: 30px;
            display: flex;
            gap: 15px;
        }

        .fees-button {
            padding: 12px 24px;
            border: 2px solid #d4af37;
            background: white;
            color: #d4af37;
            border-radius: 5px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s;
        }

        .fees-button:hover {
            background: #d4af37;
            color: white;
        }
        /*  */
        /* Register interest form styles */
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px
}

.field {
  display: flex;
  flex-direction: column
}

.field label {
  font-weight: 700;
  margin-bottom: 6px
}

.field input,
.field select,
.field textarea {
  padding: 5px;
  border: 1px solid #dfe6f3;
  border-radius: 10px
}

.field input.invalid,
.field select.invalid,
.field textarea.invalid {
  border-color: #c55252;
  background: #fff6f6
}

.error-text {
  color: #a61e1e;
  font-size: 13px;
  margin-top: 6px;
  min-height: 1.1em
}

.success {
  background: #ecfff2;
  border: 1px solid #c4f0d0;
  color: #0b4a2b;
  padding: 12px;
  border-radius: 10px;
  margin-top: 12px
}