/* Font */
@import url('https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Georama', sans-serif ;
    text-decoration: none;
    /* color: #707173; */
}

button{
    cursor: pointer;
}

body{
    background-color: #F5F5F5
}

.breadbumb{
    min-height: 112px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 0 7%;
}

.breadbumb a{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #0084D5;
}

.hero_section{
    display: flex;
    flex-direction: row;
    gap: 44px;
    padding: 0 7%;
    margin-bottom: 60px;
}

.hero_section_left, .hero_section_right{
    width: 50%
}

.hero_section_left h1{
    font-size: 48px;
    font-weight: 600;
}

.gridsection_main{
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 0 7%;
    margin-bottom: 90px;
    justify-content: center;
    align-items: center;
}

.gridsection{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 44px;
    padding: 100px 0;
}

.grid_card{
    display:flex;
    flex-direction: column;
    gap: 24px;
}

.grid_card h4{
    font-size: 16px;
    font-size: 500;
    padding-bottom: 12px;
    border-bottom: 0.5px solid #707173;
}

.grid_card h3{
    font-size: 20px;
    font-weight: 600;
}

.grid_card p{
    font-size: 14px;
    font-weight: 400;
}

.atag{
    font-weight: 600;
    color: #4D2A86;
}

.apply_btn{
    background-color: #4D2A86;
    border: none;
    border-radius: 50px;
    padding: 18.5px 24px;
}

.apply_btn a{
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.membership_main{
    background-color: #23043C;
    padding: 160px 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}

.membership_title{
    width: 76%;
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 11.5%;
}

.membership_title h1{
    font-size: 48px;
    font-weight: 600;
    color: white;
}

.membership_title p{
    font-size: 16px;
    font-weight: 500;
    color: white;
    line-height: 160%;
}

.membership_plans{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.membership_plans {
  margin-top: 48px;
}

/* ===== CARD GRID (MOST IMPORTANT PART) ===== */

.membership_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.membership_card{
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 32px;
    border: 1px solid #000;
    box-shadow: 0px 0px 5px #000;
    border-radius: 20px;
    gap: 24px;
    min-height: 454px;
}

.membership_card h2{
    font-size: 32px;
    font-weight: 600;
}

.membership_card p{
    font-size: 16px;
    font-weight: 400;
}

.membership_card a{
    color: #4D2A86;
    font-weight: 600;
    font-size: 16px;
}

.joining_fee p, .annual_fee p{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.joining_fee h3, .annual_fee h3{
    font-size: 20px;
    font-weight: 600;
}

.membership_price {
    display: flex;
    justify-content: space-between;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.membership_card:hover .membership_price {
    max-height: 200px;
    opacity: 1;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.codeconduct_main{
    display: grid;
    grid-template-columns: 3fr 6fr;
    gap: 11.5%;
    padding: 90px 7%;
}

.codeconduct_left, .codeconduct_right{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.readmore_main{
    display: flex;
    gap: 24px;
}

.readmore_main button{
    background-color: #4D2A86;
    padding: 18.5px 24px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 50px;
}


.membership_title_left {
  /* width: 58%; */
  font-size: 49px;
  font-weight: 700;
  line-height: 115%;
  color: #FFFFFF;

  /* IMPORTANT: fixes forced line breaks from editor */
  white-space: normal !important;
}

.membership_title_right {
   /* width: 40%; */
  /* max-width: 520px; */
  line-height: 160%;   
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: #FFFFFF;

  /* IMPORTANT: fixes forced line breaks from editor */
  white-space: normal !important;
}
.membership_title_right p,
.membership_title_right span {
  white-space: normal !important;
  display: inline !important;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px 0; 
}

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

.readmore_main {
  display: flex;
  align-items: center;
  gap: 16px;
}

.download-icon-btn {
  width: 48px;
  height: 48px;
  border: 1.5px solid #5b2d91;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5b2d91;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-icon-btn:hover {
  background-color: #5b2d91;
  color: #fff;
}
