/* 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'); */


}
.section1-hero1 {
    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'); */


}
.section1-hero2 {
    height: 100vh;
    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: 50%;

}

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: 40px 80px 40px;
    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
}

/* aboutus */
/* ====== Base Section Styles ====== */
.aboutus-section {
    text-align: center;
    padding: 30px 0px;
    background-color: #ffffff;
    
}

.aboutus-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.1;

    color: #d7be5a;
    margin-bottom: 10px;

    position: relative;
}



.aboutus-subtitle {
    font-size: 0.8rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ====== Grid Layout ====== */
.aboutus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0px;
    align-items: start;
    justify-items: center;
}

/* ====== Individual Items ====== */
.aboutus-item {
    max-width: 300px;
    text-align: center;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.aboutus-logo {
    max-width: 150px;
    height: 200px;
    margin-bottom: 15px;
    object-fit: contain;
}

.aboutus-item-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #14085e;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.aboutus-item-text {
    font-size: 0.7rem;
    color: #05033c;
    line-height: 1.4;
}

.aboutus-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #0073e6;
    text-decoration: none;
}

.aboutus-link:hover {
    text-decoration: underline;
}

/* ====== Responsive Tweaks ====== */
@media (max-width: 600px) {
    .aboutus-title {
        font-size: 1.6rem;
    }

    .aboutus-subtitle {
        font-size: 0.70rem;
        line-height: 1.5;
        padding: 0px 20px;
    }
}
/* dba describe page */
body {
  margin: 0px;
}

.describe-container {
  display: flex;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
   font-family: 'Poppins', 'sans-serif';
}

/* Left Side */
.describe-left-side {
  position: relative;
  width: 30%;
  overflow: hidden;
}

.describe-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.describe-logo {
  position: absolute;
}

.describe-top-logo {
  top: 20px;
  left: 20px;
  width: 100px;
}

.describe-bottom-logo {
  bottom: 20px;
  left: 20px;
  width: 130px;
}

/* Right Side */
.describe-right-side {
  width: 70%;
  background-color: #0d2240;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.describe-container h2 {
  color: #d7be5a;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 500;
}

.describe-container h3 {
  color: #d7be5a;
 
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}

.describe-container h4 {
  color: #d7be5a;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 30px;
}

.describe-container p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #d7be5a;
}

.describe-section {
  margin-bottom: 10px;
}

/* Footer */
.describe-footer {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.describe-footer p {
  font-size: 14px;
  color: #d7be5a;
  margin: 0;
}

.describe-button {
  background-color: #d7be5a;
  color: #0d2240;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.describe-button:hover {
  background-color: #bfa84a;
  transform: scale(1.05);
}
/* Responsive */
@media (max-width: 900px) {
  .describe-container {
    flex-direction: column;
  }

  .describe-left-side,
  .describe-right-side {
    width: 100%;
    height: auto;
  }

  .describe-right-side {
    padding: 30px;
  }

  .describe-top-logo, .describe-bottom-logo {
    width: 80px;
  }
   .describe-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/* MAIN LAYOUT */
.structure-wrapper {
    padding:0px 50px;
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 20px;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* LEFT IMAGE SECTION */
.structure-left-image {
    width: 50%;
    align-items: center;
    display: flex;
}

.structure-left-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* RIGHT CONTENT SECTION */
.structure-right-content {
    width: 50%;
     text-align: end;
}


/* TEXT AREA */
.structure-text h3 {
   padding-top: 10px;
   
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;

    color: #d7be5a;
}
.structure-text ul li {
    margin-bottom: 8px;
       color: #0d2240;
    text-align: end;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
    list-style-type: none;

}
.structure-text p{
    color: #0d2240;

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;
}

/* TIMELINE */
.structure-timeline {
    margin-top: 50px;
}

.structure-timeline-row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.structure-step {
    width: 19%;
    text-align: center;
    position: relative;
}

.structure-step-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    
    
}

.structure-step-line {
    height: 2px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top: 35px;
    left: -50%;
    z-index: -1;
}

.structure-step:first-child .structure-step-line {
    display: none;
}

.structure-step-title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;

    color: #d7be5a;
}

.structure-step-desc {
    margin-top: 6px;
       color: #0d2240;
    text-align: end;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 13px;

}

/* RESPONSIVE */
@media(max-width: 900px) {
    .structure-wrapper {
        flex-direction: column;
    }
    .structure-left-image,
    .structure-right-content {
        width: 100%;
    }
    .structure-timeline-row {
        flex-direction: column;
        gap: 40px;
    }
    .structure-step-line {
        display: none;
    }
}
/* MAIN WRAPPER */
.partnership-wrapper {
    padding: 100px;
     background-color: #0d2240;
     color: #d7be5a;
}

/* TITLE TEXT */
.partnership-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 50px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.partnership-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* CONTENT PARAGRAPHS */
.partnership-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #d7be5a;
}

/* IMAGE SECTION */
.partnership-image-wrapper {
    margin-top: 40px;
    text-align: center;
}

.partnership-image {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    object-fit: cover;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .partnership-title {
        font-size: 24px;
    }
}
