/*
Theme Name: crimson-2026
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@font-face {
  font-family: 'AeonikTRIAL-Regular';
  src: url('https://crimsonschools.network/wp-content/uploads/2026/04/AeonikTRIAL-Regular-3.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body{
    font-family:"AeonikTRIAL-Regular";
}
p{
    font-family:"AeonikTRIAL-Regular";
}
span{
    font-family:"AeonikTRIAL-Regular";
}
h1.entry-title{
    font-family:"AeonikTRIAL-Regular";
}

/* ===== HEADER ===== */
.relative{
      position: relative;
}
.custom-menu {
    display: flex
    align-items: center !important;
    justify-content: space-between !important;
    /*background: #6b0f2b !important;*/
    padding: 0px 40px !important;
}

/* ===== LEFT LOGO ===== */
.custom-menu > .elementor-element-e81b5f0 {
    flex: 0 0 auto;
}

/* ===== RIGHT MENU ===== */
.custom-menu > .elementor-element-0b9d394 {
    flex: 1;
    display: flex ;
    justify-content: flex-end !important;
}

/* ===== MENU LIST ===== */
.custom-menu .elementskit-navbar-nav {
    display: flex ;
    gap: 12px;
    align-items: center !important;
}

/* ===== BUTTON STYLE ===== */
.custom-menu .elementskit-navbar-nav > li > a {
    /*color: #fff !important;*/
    padding: 5px 10px !important;
    border-radius: 999px !important;
    /*border: 1px solid rgba(255,255,255,0.25) !important;*/
    /*background: transparent !important;*/
    font-size: 14px !important;
}
#menu-header-menu > li > a {
    border: 0.1px solid #ffffff70;
}
/* ===== ACTIVE BUTTON ===== */
.custom-menu .elementskit-navbar-nav > li:first-child > a {
    /*background: #f2f2f2 !important;*/
    /*color: #6b0f2b !important;*/
    /*border: none !important;*/
    /*font-weight: 500 !important;*/
}

/* ===== HOVER ===== */
.custom-menu .elementskit-navbar-nav > li > a:hover {
    /*background: rgba(255,255,255,0.08) !important;*/
}

/*Footer css */
/* Form Wrapper */
.footer-form {
    max-width: 420px;
}

/* Labels */
.footer-form label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

/* Input + Select */
.footer-form input,
.footer-form select {
    width: 100%;
    height: 48px;
    background: #e5e5e5;
    border: none;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 15px;
    color: #333;
    outline: none;
    margin-top: 6px;
}

/* Placeholder */
.footer-form input::placeholder {
    color: #9aa0a6;
}

/* Select arrow fix */
.footer-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%239aa0a6' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5H5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Field spacing */
.footer-form p {
    margin-bottom: 20px;
}

/* Submit Button */
.footer-form input[type="submit"] {
    width: auto;
    background: #d9c3c3;
    color: #6b0d2f;
    padding: 10px 28px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover effect */
.footer-form input[type="submit"]:hover {
    background: #ffffff;
}

/* Remove extra line breaks spacing */
.footer-form br {
    display: none;
}

.footer-form .wpcf7-form {
    display: flex;
    flex-direction: column;
}

.footer-form p {
    margin: 0 0 18px;
}

.footer-form .wpcf7-response-output {
    color: white;
}

.footer-form .wpcf7-not-valid-tip {
    color: white!important;
}

/* Container */
.footer-menu {
    display: flex;
    gap: 80px;
}

/* Column */
.footer-menu .menu-column h4 {
font-family: 'Aeonik-Regular';
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 31px;

/* White */
color: #FFFFFF;

}
.footer-form input::placeholder {
  color: #BCC1CA!important;
}
.footer-form select::placeholder {
  color: #BCC1CA!important;
}
/* List */
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

/* Links */
.footer-menu a {
font-family: 'Aeonik-Regular';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
/* identical to box height */

/* White */
color: #FFFFFF;
}

.footer-menu a:hover {
    color: #ffffff;
}

/* Footer Bottom Wrapper */
.footer-bottom {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    /*margin-top: 40px;*/
}

/* Left Text */
.footer-bottom-left {
    opacity: 0.9;
}

/* Right Links */
.footer-bottom-right {
    display: flex;
    gap: 24px;
}

.footer-bottom-right a {
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    
    /* White */
    color: #FFFFFF;
}

/* Hover */
.footer-bottom-right a:hover {
    color: #FFFFFF;
   text-decoration:underline;
}


.whats-new {
    width: 90%;
    margin: auto;
    padding: 20px  0;
    background-color: white;
        padding-bottom: 90px;
        border: 2px solid #5A0A32;
}

.section-title {
    font-family: 'Aeonik-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color:#000000;
            text-align: center;
}

.section-title span {
  color:#5A0A32;
}

.card-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.news-card {
  flex: 1;
  max-width: 280px;
  text-align: center;
}

.image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* The white cut-out corner for the arrow */
.arrow-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  width: 50px;
  height: 50px;
  border-top-left-radius: 20px; /* Creates the inward curve */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  border: 1px solid #eee;
  font-size: 1.2rem;
  cursor: pointer;
}

.caption {
      margin-top: 15px;
      color: #333;
      font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}


/* Fraction */
.fraction {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/**/
.card-box {
  position: relative;
  width: 295px;
  height: 320px;
  background: #f4f4f4;

  border-radius: 40px;

  padding: 40px;

  /* Shadow (bottom-right maroon block) */
  box-shadow: 18px 18px 0px rgba(107, 27, 43, 0.35)!important;
}

.card-box h2 {
  font-family: 'Aeonik-Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #5A0A32;

  /*margin: 0;*/
}
.card-box p {
    font-family: 'Aeonik-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    max-width: 190px;
}

.cambridge-bar {
  position: relative;
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: #fff;
}

/* Dashed Top Border */
.cambridge-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 2px dashed #b78a95;
}

/* Text Style */
.cambridge-bar span {

font-family: 'Aeonik-Regular';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
/* identical to box height */

color: #5A0A32;

}

ul li::marker {
  color: #5A0A32;
}

.sp-text-p ul li {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
            margin-bottom: 20px;
}

.sp-title-h4 h4
{
    
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    color: #FFFFFF;
}
.sp-text-1 p{
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #FFFFFF;
}

/* ============================= */
/* CF7 RESET */
/* ============================= */

.basic-info-form .wpcf7-form p {
  margin: 0 !important;
}

.basic-info-form .wpcf7-form br {
  display: none !important;
}

.basic-info-form .wpcf7-form-control {
  margin: 0 !important;
}

.basic-info-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}


/* ============================= */
/* FORM WRAPPER */
/* ============================= */

.basic-info-form .cf7-form {
  max-width: 650px;
  font-family: 'Aeonik';
}

.basic-info-form .cf7-form h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}


/* ============================= */
/* LABEL */
/* ============================= */

.basic-info-form .cf7-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #1a1a1a;
}


/* ============================= */
/* INPUTS */
/* ============================= */

.basic-info-form .cf7-form input,
.basic-info-form .cf7-form select {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #D5BFCA;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
  outline: none;
}


/* ============================= */
/* FORM SPACING */
/* ============================= */

.basic-info-form .form-group {
  margin-bottom: 28px;
}


/* ============================= */
/* TWO COLUMN */
/* ============================= */

.basic-info-form .form-row {
  display: flex;
  gap: 24px;
}

.basic-info-form .form-row .form-group {
  width: 50%;
}


/* ============================= */
/* PHONE FIELD */
/* ============================= */

.basic-info-form .phone-field {
  display: flex;
  align-items: center;
  border: 1px solid #D5BFCA;
  /*border-radius: 30px;*/
  overflow: hidden;
  height: 56px;
}

.basic-info-form .phone-field p {
  display: flex;
  width: 100%;
  height: 100%;
}

.basic-info-form .phone-field .country {
  padding: 0 16px;
  background: #f3f3f3;
  border-right: 1px solid #D5BFCA;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.basic-info-form .phone-field input {
  border: none !important;
  height: 100%;
  padding-left: 12px;
}


/* ============================= */
/* SELECT DROPDOWN */
/* ============================= */

.basic-info-form .cf7-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='20' viewBox='0 0 20 20' width='20'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}


/* ============================= */
/* UPLOAD BOX */
/* ============================= */

.basic-info-form .upload-box {
  border: 2px dashed #D5BFCA;
  border-radius: 16px;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  background: #fafafa;
  cursor: pointer;
}

.basic-info-form .upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.basic-info-form .upload-box p {
  margin: 0;
  font-size: 16px;
}

.basic-info-form .upload-box span {
  color: #8b1e3f;
  font-weight: 500;
}

.basic-info-form .upload-box small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #888;
}


/* ============================= */
/* SUBMIT BUTTON */
/* ============================= */

.basic-info-form .cf7-form input[type="submit"] {
  width: auto !important;
  background: transparent!important;
  border: 1px solid #8b1e3f!important;
  padding: 12px 40px!important;
  border-radius: 30px!important;
  color: #8b1e3f!important;
  font-size: 16px!important;
  cursor: pointer!important;
  transition: 0.3s!important;
}

.basic-info-form .cf7-form input[type="submit"]:hover {
  background: #8b1e3f!important;
  color: #fff!important;
}


/* ============================= */
/* REMOVE ELEMENTOR OVERRIDE */
/* ============================= */

.basic-info-form .elementor input,
.basic-info-form .elementor select {
  box-shadow: none !important;
}


/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 768px) {
  .basic-info-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .basic-info-form .form-row .form-group {
    width: 100%;
  }
}

/*cotant page form css*/
/* ============================= */
/* RESET */
/* ============================= */

.contact-form .wpcf7-form p {
  margin: 0 !important;
}

.contact-form .wpcf7-form br {
  display: none !important;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}


/* ============================= */
/* WRAPPER */
/* ============================= */

.contact-form {
  max-width: 650px;
  font-family: 'Aeonik';
}

.contact-form h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Aeonik-Bold';
    line-height: 20px;
}


/* ============================= */
/* LABEL */
/* ============================= */

.contact-form label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
    letter-spacing: -0.02em;
    
    /* Primary/Base/Black */
    color: #000000;
}


/* ============================= */
/* INPUT + SELECT */
/* ============================= */

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #D2D5DA!important;
  border-radius: 6px!important;
  padding: 0px 16px!important;
  font-size: 16px!important;
  background: #FFFFFF!important;
  outline: none!important;

}

/* Height control */
.contact-form input,
.contact-form select {
  height: 40px!important;
}

/* Textarea */
.contact-form textarea {
  min-height: 140px!important;
  resize: none;
}


/* ============================= */
/* SPACING */
/* ============================= */

.contact-form .form-group {
  margin-bottom: 26px;
}


/* ============================= */
/* PHONE FIELD */
/* ============================= */

.contact-form .phone-field {
  display: flex;
  align-items: center;
  border: 1px solid #D5BFCA!important;
  /*border-radius: 30px;*/
  overflow: hidden;
  height: 40px!important;
}

.contact-form .phone-field p {
  display: flex;
  width: 100%;
  height: 100%;
}

.contact-form .country {
  padding: 0 16px;
  background: #f3f3f3;
  border-right: 1px solid #D5BFCA;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.contact-form .phone-field input {
  border: none !important;
  height: 100%;
  padding-left: 12px;
}


/* ============================= */
/* SELECT ARROW */
/* ============================= */

.contact-form select {
  appearance: none!important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='20' viewBox='0 0 20 20' width='20'><path d='M5 7l5 5 5-5z'/></svg>")!important;
  background-repeat: no-repeat!important;
  background-position: right 14px center!important;
  background-size: 16px!important;
}


/* ============================= */
/* SUBMIT BUTTON */
/* ============================= */

.contact-form input[type="submit"] {
    /*font-family: 'Aeonik'!important;*/
    height: 50px!important;
font-style: normal;
font-weight: 400;
font-size: 18px!important;
line-height: 20px;
/* identical to box height, or 111% */
letter-spacing: -0.02em;

/* Primary/Base/Black */
color: #000000!important;
  width: auto !important;
  /*border: 1px solid #8b1e3f !important;*/
  padding: 12px 36px !important;
  /*border-radius: 30px;*/
  /*background: transparent !important;*/
  cursor: pointer !important;
  transition: 0.3s !important;
  background: #FFFFFF!important;
    border: 1px solid #D5BFCA!important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)!important;
    border-radius: 34px!important;
}

.contact-form input[type="submit"]:hover {
  background: #8b1e3f !important;
  color: #fff !important;
}


/* ============================= */
/* REMOVE ELEMENTOR STYLE */
/* ============================= */

.contact-form .elementor input,
.contact-form .elementor textarea,
.contact-form .elementor select {
  box-shadow: none !important;
}
/*contact page form css end*/
/*.elementor .card-arrow-img*/
/*{*/
/*    position: absolute;*/
/*    bottom: 8px!important;*/
/*    right: 8px!important;*/
/*}*/
.elementor .card-section {
    width: 90%;
    border: 2px solid #5a0a32;
    padding: 0px!important;
}

.elementor .card-section-img{
 width: 100%!important;
}
.client-logo-slider .swiper-wrapper {
  align-items: center;
  padding: 40px 0px;
}
.elementskit-client-slider-item {
    transition: transform 0.4s ease, opacity 0.3s ease;
    transform: scale(1);
    /*opacity: 0.8;*/
    border-radius: 26px;
}

/* Hover effect */
.elementskit-client-slider-item:hover {
    transform: scale(1.15); /* reduced from 1.4 */
    /*opacity: 1;*/
    z-index: 5;
}
 .section-our-team .sp-text-p p{
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        
        color: #000000;
    }
     .home-section-9 .sp-text-p p{

        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
    }
    .network-section .sp-title-h1{
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 68px;
        color: #5A0A32;
    }
    .network-section .school-title{
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 34px;
        color: #5A0A32;
        
    }
@media (max-width: 1440px) {
  
  /* H1 */
  .home-section-2 h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
  }

  /* H2 */
  .home-section-2 h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
  }

  /* Paragraph */
  .home-section-2 p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }

  .home-section-3 h1{
      font-weight: 700;
        font-size: 64px;
        line-height: 77px;
  }
    .home-section-3 p{
        font-weight: 400;
        font-size: 36px;
        line-height: 43px;
    }
    
       .sp-title-h1 h1
    {
       font-weight: 700;
        font-size: 60px;
        line-height: 72px;
    } 
    .sp-title-h2 h2{
        font-weight: 700;
        font-size: 50px;
        line-height: 54px;
    }
    .sp-text-p p{
        font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    }
  /* p1 */
  .p1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
  }

  /* p2 */
  .p2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
  }

  /* Card */
  .card-box h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .card-box p {
    font-size: 15px;
    line-height: 18px;
	}

  /* Caption */
  .caption {
    font-size: 20px;
    line-height: 24px;
  }

  /* Section title */
  .section-title {
    font-size: 50px;
    line-height: 60px;
  }

  /* Elementor heading */
  .elementor-145 .elementor-element.elementor-element-672346c .elementor-heading-title {
    font-size: 60px;
    line-height: 72px;
  }
    .our-team-card-hm{
        width: 311px;
        height: 349px;
    }
    
    
}

/*--------------------------------------------------*/
@media (max-width: 1280px) {
    
     .our-team-card-hm{
        width: 214px;
        height: 349px;
    }
    
   .home-section-2 h1{
       font-size: 52px;   /* 60 → 52 */
    line-height: 64px; /* 72 → 64 */
    font-weight: 700;
   }
   .home-section-2 h2{
        font-size: 44px;   /* 50 → 44 */
    line-height: 48px; /* 50 → 48 */
    font-weight: 600;
   }
   .home-section-2 p{
        font-size: 18px;   /* 20 → 18 */
        line-height: 22px; /* 24 → 22 */
        font-weight: 400;
   }
     .home-section-3 h1{
      font-weight: 700;
        font-size: 56px;
        line-height: 69px;
  }
    .home-section-3 p{
        font-weight: 400;
        font-size: 36px;
        line-height: 43px;
    }
    .home-section-9 .sp-text-p p {
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }
    
    .sp-title-h1 h1
    {
         font-size: 52px;   /* 60 → 52 */
    line-height: 64px; /* 72 → 64 */
    font-weight: 700;
    }
    .sp-title-h2 h2{
         font-size: 44px;   /* 50 → 44 */
    line-height: 48px; /* 50 → 48 */
    font-weight: 600;
    }
    .sp-text-p p{
       font-size: 18px;   /* 20 → 18 */
        line-height: 22px; /* 24 → 22 */
        font-weight: 400;
    }
  
  /* p2 (medium text) */
  .p2 {
    font-size: 22px;   /* 24 → 22 */
    line-height: 26px; /* 29 → 26 */
    font-weight: 400;
  }
    .card-box {
        width: 250px;
        height: 300px;
        padding: 30px;
        
    }
  /* Card box */
  .card-box h2 {
    /*font-size: 22px;   */
    /* 24 → 22 */
    /*line-height: 26px;*/
  }

  .card-box p {
    /*font-size: 15px; */
    /* 16 → 15 
    /*line-height: 18px;*/
  }

  /* Elementor heading */
  .elementor-145 .elementor-element.elementor-element-672346c .elementor-heading-title {
    font-size: 52px;   /* 60 → 52 */
    line-height: 64px;
  }

  /* Caption */
  .caption {
    font-size: 18px;   /* 20 → 18 */
    line-height: 22px;
  }

  /* Section title */
  .section-title {
    font-size: 44px;   /* 50 → 44 */
    line-height: 52px; /* 60 → 52 */
  }
    
    .elementskit-btn {
        padding: 5px 25px !important;  
        font-size: 15px!important;  
        line-height: 15px!important;  
    }
    .sp-text-p ul li {
        font-size: 18px;
        line-height: 28px;
    }
    .sp-title-h4 h4 {
        font-size: 28px;
        line-height: 35px;
    }
    .sp-text-1 p {
        font-size: 20px;
        line-height: 25px;
    }
}
@media (max-width: 1280px) {
    
 
    
   .home-section-2 h1{
       font-size: 52px;   /* 60 → 52 */
    line-height: 64px; /* 72 → 64 */
    font-weight: 700;
   }
   .home-section-2 h2{
        font-size: 44px;   /* 50 → 44 */
    line-height: 48px; /* 50 → 48 */
    font-weight: 600;
   }
   .home-section-2 p{
        font-size: 18px;   /* 20 → 18 */
        line-height: 22px; /* 24 → 22 */
        font-weight: 400;
   }
     .home-section-3 h1{
      font-weight: 700;
        font-size: 56px;
        line-height: 69px;
  }
    .home-section-3 p{
        font-weight: 400;
        font-size: 36px;
        line-height: 43px;
    }
    
    .sp-title-h1 h1
    {
         font-size: 52px;   /* 60 → 52 */
    line-height: 64px; /* 72 → 64 */
    font-weight: 700;
    }
    .sp-title-h2 h2{
         font-size: 44px;   /* 50 → 44 */
    line-height: 48px; /* 50 → 48 */
    font-weight: 600;
    }
    .sp-text-p p{
       font-size: 18px;   /* 20 → 18 */
        line-height: 22px; /* 24 → 22 */
        font-weight: 400;
    }
  
  /* p2 (medium text) */
  .p2 {
    font-size: 22px;   /* 24 → 22 */
    line-height: 26px; /* 29 → 26 */
    font-weight: 400;
  }
    .card-box {
        width: 250px;
        height: 300px;
        padding: 30px;
        
    }
  /* Card box */
  .card-box h2 {
    font-size: 22px;   /* 24 → 22 */
    line-height: 26px;
  }

  .card-box p {
    font-size: 15px;   /* 16 → 15 */
    line-height: 18px;
  }

  /* Elementor heading */
  .elementor-145 .elementor-element.elementor-element-672346c .elementor-heading-title {
    font-size: 52px;   /* 60 → 52 */
    line-height: 64px;
  }

  /* Caption */
  .caption {
    font-size: 18px;   /* 20 → 18 */
    line-height: 22px;
  }

  /* Section title */
  .section-title {
    font-size: 44px;   /* 50 → 44 */
    line-height: 52px; /* 60 → 52 */
  }
    
    .elementskit-btn {
        padding: 5px 25px !important;  
        font-size: 15px!important;  
        line-height: 15px!important;  
    }
    .sp-text-p ul li {
        font-size: 18px;
        line-height: 28px;
    }
    .sp-title-h4 h4 {
        font-size: 28px;
        line-height: 35px;
    }
    .sp-text-1 p {
        font-size: 20px;
        line-height: 25px;
    }
  
}
@media (max-width: 767px) {

  /* ================= TEXT ================= */

  .home-section-2 h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .home-section-2 h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .home-section-2 p {
    font-size: 14px;
    line-height: 18px;
  }

  .home-section-3 h1 {
    font-size: 50px;
    line-height: 58px;
  }

  .home-section-3 p {
    font-size: 24px;
    line-height: 26px;
  }
  .home-section-9 .sp-text-p p {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

  .sp-title-h1 h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .sp-title-h2 h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .sp-text-p p {
    font-size: 14px;
    line-height: 18px;
  }

  /* ================= GENERAL ================= */

  .p2 {
    font-size: 16px;
    line-height: 20px;
  }

  .caption {
    font-size: 18px;
    line-height: 22px;
  }

  .section-title {
    font-size: 28px;
    line-height: 34px;
  }

  /* ================= CARD ================= */

 .card-box {
    width: 230px;
    padding: 30px;
    height: auto;
}

  .card-box h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .card-box p {
    font-size: 13px;
    line-height: 16px;
  }

  /* ================= ELEMENTOR ================= */

  .elementor-145 .elementor-element.elementor-element-672346c .elementor-heading-title {
    font-size: 32px;
    line-height: 40px;
  }

  /* ================= BUTTON ================= */

  .elementskit-btn {
    padding: 6px 18px !important;
    font-size: 13px !important;
  }

  /* ================= LIST ================= */

  .sp-text-p ul li {
    font-size: 14px;
    line-height: 22px;
  }

  /* ================= EXTRA ================= */

  .sp-title-h4 h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .sp-text-1 p {
    font-size: 16px;
    line-height: 20px;
  }
    /*.elementor .card-arrow-img {*/
    /*    position: absolute;*/
    /*    bottom: 11px!important;*/
    /*    right: 11px!important;*/
    /*}*/
    .home-section-2 .sp-title-h2 h2 {
        font-size: 24px;
        line-height: 25px;
    }

}
/*uni card css*/
.sp-card-1 {
    /*max-width: 1238px;*/
    background: #FFFFFF;
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 40px;
    /* margin: 80px auto; */
    /*padding: 20px;*/
    /*display: flex;*/
    /* gap: 40px; */
    /* align-items: center; */
    background: #fff;
    /* border-radius: 40px; */
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}

/* Image */

/*.sp-card-1 img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 30px;*/
/*    object-fit: cover;*/
/*}*/

/* Content */

.sp-card-1 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #5A0A32;
    margin-bottom: 20px;
}

.sp-card-1 p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}
.sp-card-1{
    border: 1px solid transparent!important; /* prevents layout shift */
    transition: all 0.3s ease!important;
}

.sp-card-1:hover {
    border: 1px solid #5A0A32!important;
}
@media (max-width: 768px) {
 

    .sp-card-1 h2 {
        font-size: 24px;
    }

    .sp-card-1 p {
        font-size: 16px;
    }
}
/*.leadership-card .e-n-tab-title-text{*/
/*    text-align: center;*/
/*    font-family: 'Aeonik-Regular';*/
/*    font-weight: 400;*/
/*    font-size: 24px;*/
    /*line-height: 54px;*/
/*    color: rgba(0, 0, 0, 0.53);*/
    

    /*margin: 60px 0; */
    /* spacing instead of top: 1405px */
/*}*/
@media (max-width: 768px) {
    .leadership-card .e-n-tab-title-text {
        font-size: 20px;
        /*line-height: 32px;*/
        /*margin: 40px 0;*/
    }
}

.leadership-card {
    position: relative;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
}

/* Image */
/*.leadership-card img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/

/* Overlay content */
.leadership-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 15px;
}

/* Name */
.leadership-info h3 {
    font-family: 'Aeonik';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

/* Role */
.leadership-info p {
    font-family: 'Aeonik';
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .leadership-card {
        width: 100%;
    }

    .leadership-info h3 {
        font-size: 20px;
    }

    .leadership-info p {
        font-size: 16px;
    }
}

.custom-menu,
.custom-menu-1 {
  position: sticky;
  top: 0;
  z-index: 999999999999!important;
}

body {
  overflow-x: hidden;
}

/* Scroll effect (Apple style) */
.custom-menu.sticky-active,
.custom-menu-1.sticky-active {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* ===============================
   ROOT VARIABLES
================================= */
:root {
  --menu-accent: #5A0A32;
  --menu-text: #222;
  --menu-bg: rgba(255,255,255,0.75);
  --menu-blur: blur(14px);
}

/* ===============================
   COMMON RESET
================================= */
.elementskit-submenu-indicator path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Prevent clipping */
.elementskit-menu-container,
.elementor,
.elementor-container {
  overflow: visible !important;
}

/* ===============================
   DESKTOP MENU
================================= */
@media (min-width: 769px) {

  #menu-header-menu {
    display: flex;
    align-items: center;
            gap: 1.5vw;

  }

  #menu-header-menu > li {
    position: relative;
  }

  /* Parent links */
  #menu-header-menu > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  }

  /* Hover */
  #menu-header-menu > li:hover > a {
    background: #ffffff;
    color: var(--menu-accent);
  }

  /* Active */
  #menu-header-menu > li.current-menu-parent > a,
  #menu-header-menu > li.current-menu-item > a {
    background: rgba(255,255,255,0.9);
    color: var(--menu-accent);
  }

  /* Dropdown */
  #menu-header-menu .elementskit-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;

    min-width: 240px;
    padding: 10px 0;

    background: var(--menu-bg);
    backdrop-filter: var(--menu-blur);
    -webkit-backdrop-filter: var(--menu-blur);

    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.98);

    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 99999;
  }

  /* Show dropdown */
  #menu-header-menu > li:hover > .elementskit-dropdown,
  #menu-header-menu .elementskit-dropdown:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  /* Submenu items */
  #menu-header-menu .elementskit-dropdown li {
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
  }

  #menu-header-menu > li:hover .elementskit-dropdown li {
    opacity: 1;
    transform: translateY(0);
  }

  /* Links */
  #menu-header-menu .elementskit-dropdown li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: var(--menu-text);
    text-decoration: none;
    transition: all 0.25s ease;
  }

  /* Hover */
  #menu-header-menu .elementskit-dropdown li a:hover {
    background: rgba(106, 13, 47, 0.06);
    color: var(--menu-accent);
    transform: translateX(6px);
  }

  /* Active submenu */
  #menu-header-menu .elementskit-dropdown li.current-menu-item a {
    background: rgba(106, 13, 47, 0.08);
    color: var(--menu-accent);
    font-weight: 600;
  }

  /* Arrow */
  #menu-header-menu .elementskit-submenu-indicator {
    width: 14px;
    height: 14px;
    fill: currentColor;
    stroke: currentColor;
    transition: transform 0.3s ease;
  }

  /* Rotate on hover */
  #menu-header-menu > li:hover .elementskit-submenu-indicator {
    transform: rotate(180deg);
  }

  /* Hover bridge */
  #menu-header-menu > li::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
  }
}

/* ===============================
   MOBILE MENU
================================= */
@media (max-width: 768px) {

  /* Container */
  #ekit-megamenu-header-menu {
    background: #ffffff;
    height: 100vh;
    width: 100%;
    padding: 20px;
    overflow-y: auto;
  }

  /* Header */
  .elementskit-nav-identity-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .elementskit-menu-close {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 12px;
    background: transparent;
    cursor: pointer;
  }

  /* Menu list */
  #menu-header-menu-1 {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #menu-header-menu-1 > li {
    border-bottom: 1px solid #f2f2f2;
  }

  /* Links */
  #menu-header-menu-1 > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
    font-size: 16px;
    color: #222;
    text-decoration: none;
  }

  #menu-header-menu-1 > li > a:hover {
    color: var(--menu-accent);
  }

  /* Arrow button */
  #menu-header-menu-1 .elementskit-submenu-indicator {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Submenu */
  #menu-header-menu-1 .elementskit-dropdown {
    display: none;
    padding-left: 10px;
  }

  /* Open */
  #menu-header-menu-1 .menu-item.open > .elementskit-dropdown {
    display: block;
  }

  /* Rotate arrow */
  #menu-header-menu-1 .menu-item.open > a .elementskit-submenu-indicator {
    transform: rotate(180deg);
    color: var(--menu-accent);
    border-color: var(--menu-accent);
  }

  /* Submenu links */
  #menu-header-menu-1 .elementskit-dropdown li a {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    color: #555;
  }

  #menu-header-menu-1 .elementskit-dropdown li a:hover {
    color: var(--menu-accent);
    transform: translateX(4px);
  }

  /* Active */
  #menu-header-menu-1 > li.current-menu-parent > a,
  #menu-header-menu-1 .elementskit-dropdown li.current-menu-item a {
    color: var(--menu-accent);
    font-weight: 600;
  }
}

/* Fix arrow icon inside circle */
#menu-header-menu-1 .elementskit-submenu-indicator svg {
  width: 14px;
  height: 14px;
  display: block;
}

#menu-header-menu-1 .elementskit-submenu-indicator svg path {
  fill: #5A0A32 !important;
  stroke: #5A0A32 !important;
}
#menu-header-menu-1 .elementskit-submenu-indicator svg path {
  fill: #5A0A32 !important;
  stroke: #5A0A32 !important;
}

#menu-header-menu-1 .elementskit-submenu-indicator {
  width: 60px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 999px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #5A0A32; /* fallback */
}

.logo-slider-bg img.swiper-slide-image{
    background:#fff;
}