.narvigate-section {
    height: 500px;
    background: url("../images/banner-img-new-1.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.narvigate-content {
    max-width: 1000px;
}

.narvigate-content h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
 
}

.narvigate-content h1 span {
    margin: 0 10px;
    font-weight: 300;
}

.narvigate-content h1 small {
    font-size: 24px;
    font-weight: 500;
}

.narvigate-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
 
}

.register-btn {
    background: #f7931e;
    padding: 14px 28px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
    /* display: inline-block; */
    transition: 0.3s;
}

.register-btn:hover {
    background: #e67e00;
}







.about-event {
    background: #f3f3f3;
    padding: 10px 0 70px;
    position: relative;
    font-family: "Inter", sans-serif;
}

.about-container {
    width: 80%;
  /*  max-width: 1200px;*/
    margin: auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* IMAGE SIDE */
.about-image {
    flex: 1;
    position: relative;
}

.about-image img {
    width: 100%;
    display: block;
    position: relative;
    bottom: -120px;
    /* THIS creates downward overlap */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* TEXT SIDE */
.about-content {
    flex: 1;
}

.about-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    padding-top: 140px;
}






.future-section {
    background: url("../images/why-bg-1.jpg") center/cover no-repeat;
    padding: 120px 20px;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.future-container {
    max-width: 1350px;
    margin: auto;
}

.future-heading {
    max-width:67%;
    margin: 0 auto 60px;
}


/* HEADING */
.future-heading h2 {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    
}

.future-heading h2 .line {
    position: absolute;
    left: 0;
    top: 5px;
    height: 139%;
    width: 5px;
    background: #f7931e;
}

.future-heading h4 {
      font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    margin-left: 30px;
}

/* BOXES */
.future-boxes {
    display: flex;
    gap: 40px;
}

.future-box {
    background: #fff;
    color: #333;
    padding: 35px 30px;
    flex: 1;
    transition: all 0.35s ease;
}


.future-box h3 {
      font-size: 18px;
    margin-bottom: 15px;
    color: #1f2455;
    font-weight: 700;
}

.future-box p {
 font-size: 16px;
    line-height: 1.7;
  
    color: #666666;
}

/* PURE HOVER EFFECT */
.future-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}







.strengthen-section {
    background: #f3f3f3;
    padding: 120px 20px;
    font-family: "Inter", sans-serif;
}

.strengthen-container {
    max-width: 80%;
    margin: auto;
    display: block;
    align-items: center;
    gap: 80px;
}

/* LEFT SIDE */
.strengthen-left {
    flex: 1;margin: 10% 0 0;
    float: left; width: 50%;
}

.strengthen-left h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1e2756;
    margin-bottom: 40px;
    position: relative;
    padding-left: 25px;
}

/* ORANGE LINE */
.strengthen-left h2 .line {
    position: absolute;
    left: 0;
    top: 10px;font-weight: 700;
    width: 5px;
    height: 80%;
    background: #f7931e;
}

/* BULLET LIST */
.strengthen-left ul {
    list-style: none;
    padding: 0;
}

.strengthen-left ul li {
    font-size: 18px;
    margin-bottom: 18px;
    color: #1f2455;
    position: relative;
    padding-left: 25px; 
    font-weight: 600;
}

/* ORANGE DOT */
.strengthen-left ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f7931e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* RIGHT IMAGE */
.strengthen-right {
    flex: 1;    float: right; width: 50%;
}

.strengthen-right img {
    width: 100%;
    display: block;
}





.attend-section {
    background: #f3f3f3;
    padding: 0px 20px 120px;
    font-family: "Inter", sans-serif;
}


.attend-container {
    max-width:80%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* IMAGE */
.attend-left {
    flex: 1;
}

.attend-left img {
    width: 100%;
    display: block;
}

/* CONTENT */
.attend-right {
    flex: 1;
}

/* HEADING */
.attend-right h2 {
    font-size: 48px;
    color: #1e2756;
    margin-bottom: 35px;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
}

/* ORANGE LINE */
.attend-right h2 .line {
    position: absolute;
    left: 0;font-weight: 700;
    top: 8px;
    width: 5px;
    height: 80%;
    background: #f7931e;
}

/* LIST */
.attend-right ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.attend-right ul li {
 font-size: 18px;
    margin-bottom: 18px;
    color: #1f2455;
    position: relative;
    padding-left: 25px; 
    font-weight: 600;
}

/* ORANGE DOT */
.attend-right ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f7931e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* BUTTON */
.attend-btn {
    background: #f7931e;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    /* display: inline-block; */
    transition: 0.3s;
}

.attend-btn:hover {
    background: #e68000;
}


@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .about-content p {  font-size: 15px; padding-top: 70px;}
.future-heading {  max-width: 80%;}
.future-heading h2 {  font-size: 25px;}
  .future-heading h4 {  font-size: 25px;}
  .future-box h3 {  font-size: 15px;}
  .future-box p {  font-size: 12px;}
  .narvigate-content h1 {  font-size: 30px;}
  .register-btn{ font-size: 14px;}
  .attend-btn{ font-size: 14px;}
  .narvigate-content p {  font-size: 16px;}
  .strengthen-left h2 {margin-bottom: 25px;  font-size: 30px;}
  .strengthen-left ul li {  font-size: 12px;  margin-bottom: 15px;}
  .attend-right h2 {margin-bottom: 25px;  font-size: 30px;}
  .attend-right ul li { font-size: 12px;  margin-bottom: 15px;}
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .about-content p {  font-size: 15px; padding-top: 70px;}
.future-heading {  max-width: 80%;}
.future-heading h2 {  font-size: 25px;}
  .future-heading h4 {  font-size: 25px;}
  .future-box h3 {  font-size: 15px;}
  .future-box p {  font-size: 12px;}
  .narvigate-content h1 {  font-size: 30px;}
  .register-btn{ font-size: 14px;}
  .attend-btn{ font-size: 14px;}
  .narvigate-content p {  font-size: 16px;}
  .strengthen-left h2 {margin-bottom: 25px;  font-size: 30px;}
  .strengthen-left ul li {  font-size: 12px;  margin-bottom: 15px;}
  .attend-right h2 {margin-bottom: 25px;  font-size: 30px;}
  .attend-right ul li { font-size: 12px;  margin-bottom: 15px;}
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.about-content p {  font-size: 15px; padding-top: 70px;}
.future-heading {  max-width: 80%;}
.future-heading h2 {  font-size: 25px;}
  .future-heading h4 {  font-size: 25px;}
  .future-box h3 {  font-size: 15px;}
  .future-box p {  font-size: 12px;}
  .narvigate-content h1 {  font-size: 30px;}
  .register-btn{ font-size: 14px;}
  .attend-btn{ font-size: 14px;}
  .narvigate-content p {  font-size: 16px;}
  .strengthen-left h2 {margin-bottom: 25px;  font-size: 30px;}
  .strengthen-left ul li {  font-size: 12px;  margin-bottom: 15px;}
  .attend-right h2 {margin-bottom: 25px;  font-size: 30px;}
  .attend-right ul li { font-size: 12px;  margin-bottom: 15px;}
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.about-content p {  font-size: 15px; padding-top: 70px;}
.future-heading {  max-width: 80%;}
.future-heading h2 {  font-size: 25px;}
  .future-heading h4 {  font-size: 25px;}
  .future-box h3 {  font-size: 15px;}
  .future-box p {  font-size: 12px;}
  .narvigate-content h1 {  font-size: 30px;}
  .register-btn{ font-size: 14px;}
  .attend-btn{ font-size: 14px;}
  .narvigate-content p {  font-size: 16px;}
  .strengthen-left h2 {margin-bottom: 25px;  font-size: 30px;}
  .strengthen-left ul li {  font-size: 12px;  margin-bottom: 15px;}
  .attend-right h2 {margin-bottom: 25px;  font-size: 30px;}
  .attend-right ul li { font-size: 12px;  margin-bottom: 15px;}


}

	@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.about-content p {  font-size: 15px; padding-top: 70px;}
.future-heading {  max-width: 80%;}
.future-heading h2 {  font-size: 42px;}
  .future-heading h4 {  font-size: 25px;}
  .future-box h3 {  font-size: 15px;}
  .future-box p {  font-size: 12px;}
  .narvigate-content h1 {  font-size: 30px;}
  .register-btn{ font-size: 14px;}
  .attend-btn{ font-size: 14px;}
  .narvigate-content p {  font-size: 16px;}
  .strengthen-left h2 {margin-bottom: 25px;  font-size: 30px;}
  .strengthen-left ul li {  font-size: 12px;  margin-bottom: 15px;}
  .attend-right h2 {margin-bottom: 25px;  font-size: 30px;}
  .attend-right ul li { font-size: 12px;  margin-bottom: 15px;}

    }


@media only screen and (min-width: 1101px) and (max-width: 1200px) {
.about-content p {  font-size: 15px; padding-top: 70px;}
.future-heading {  max-width: 80%;}
.future-heading h2 {  font-size: 42px;}
  .future-heading h4 {  font-size: 25px;}
  .future-box h3 {  font-size: 15px;}
  .future-box p {  font-size: 12px;}
  .narvigate-content h1 {  font-size: 30px;}
  .register-btn{ font-size: 14px;}
  .attend-btn{ font-size: 14px;}
  .narvigate-content p {  font-size: 16px;}
  .strengthen-left h2 {margin-bottom: 25px;  font-size: 30px;}
  .strengthen-left ul li {  font-size: 12px;  margin-bottom: 15px;}
  .attend-right h2 {margin-bottom: 25px;  font-size: 30px;}
  .attend-right ul li { font-size: 12px;  margin-bottom: 15px;}

}

	@media only screen and (min-width: 991px) and (max-width: 1100px) {
.about-content p {  font-size: 15px; padding-top: 70px;}
.future-heading {  max-width: 80%;}
.future-heading h2 {  font-size: 42px;}
  .future-heading h4 {  font-size: 25px;}
  .future-box h3 {  font-size: 15px;}
  .future-box p {  font-size: 12px;}
  .narvigate-content h1 {  font-size: 30px;}
  .register-btn{ font-size: 14px;}
  .attend-btn{ font-size: 14px;}
  .narvigate-content p {  font-size: 16px;}
  .strengthen-left h2 {margin-bottom: 25px;  font-size: 30px;}
  .strengthen-left ul li {  font-size: 12px;  margin-bottom: 15px;}
  .attend-right h2 {margin-bottom: 25px;  font-size: 30px;}
  .attend-right ul li { font-size: 12px;  margin-bottom: 15px;}
    }


@media screen and (max-width: 990px) {

 
    .narvigate-content h1 {
        font-size: 25px;font-weight: 700;
    
        padding: 0 17px;
    }

    .narvigate-content h1 small {
        font-size: 22px;font-weight: 700;
    }

    .narvigate-content p {
        font-size: 14px;
    }




    .about-container {
        gap: 40px;
    }

    .about-image img {
        bottom: 0px;
    }

    .about-content p {
        padding-top: 0px;
    }


    .future-heading h2 {
        font-size: 34px;font-weight: 700;
    }

    .future-boxes {
        gap: 20px;
    }


    .strengthen-container {
        gap: 40px;
    }

    .strengthen-left h2 {
        font-size: 34px;font-weight: 700;
    }


    .attend-container {
        gap: 40px;
    }

    .attend-right h2 {font-weight: 700;
        font-size: 34px;
    }
 

    .narvigate-section {
        padding: 60px 15px;
        min-height: 400px;
    }

    .narvigate-content h1 {
        font-size: 26px;
    }

    .narvigate-content h1 span {
        display: none;
    }

    .narvigate-content h1 small {
        display: block;
        font-size: 18px;
        margin-top: 8px;
    }

    .narvigate-content p {
        font-size: 14px;
    }
 
 .register-btn {
    padding: 12px 10px;
    font-size: 11px;
  }
 
.attend-btn{
    padding: 12px 10px;
    font-size: 11px;
  }
    

    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-event {
        padding: 80px 0px 50px;
    }

    .future-heading {
  max-width: 100%;}
    .about-image img {
        bottom: 0px;
    }

    .about-content p {
        font-size: 16px;
        padding-top: 0px;
    }


    .future-boxes {
        flex-direction: column;
    }

    .future-heading h2 {
        font-size: 26px;font-weight: 700;
    }

    .future-heading h4 {
        font-size: 15px;
    }

.future-box h3 {
  font-size: 15px;}

.future-box p {
  font-size: 12px;}

  .strengthen-section { 
  padding:50px 0 50px;}

    .strengthen-container {
        flex-direction: column;
        align-items: flex-start;
        /* IMPORTANT */
        text-align: left;
        /* IMPORTANT */
    }

    /* HEADING */
    .strengthen-left h2 {font-weight: 700;
        font-size: 28px;
        padding-left: 25px;
        /* keep space for orange line */
    }

    /* KEEP ORANGE LINE VISIBLE */
    .strengthen-left h2 .line {font-weight: 700;
        display: block;
    }

    /* LIST ALIGN START */
    .strengthen-left ul {
        width: 100%;
    }

    .strengthen-left ul li {
        padding-left: 25px;
    }

    /* KEEP ORANGE DOTS */
    .strengthen-left ul li::before {
        display: block;
    }



    .attend-section {
        background: #f3f3f3;
        padding: 0px 20px 120px;
    }

    .attend-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .attend-left {
        margin-bottom: 0px;
    }

    .attend-right h2 {font-weight: 700;
        font-size: 28px;
    }
 
    .narvigate-content h1 {
        font-size: 22px;
    }

    .narvigate-content p {
        font-size: 13px;
    }


    .about-image img {
        bottom: 0px;
    }

    .about-content p {
        font-size: 12px;
        padding-top: 0px;
    }


    .future-heading h2 {font-weight: 700;
        font-size: 20px;
    }



    .strengthen-left h2 {
        font-size: 20px;font-weight: 700;
    }

    .strengthen-left ul li {
        padding-left: 15px;
        font-size: 12px;
        text-align: start;
        margin-bottom: 10px;
    }
    .attend-section {        background: #f3f3f3;        padding: 0px 20px 80px;}
    .attend-right h2 {        font-size: 20px;font-weight: 700;}
    .attend-right ul li {      font-size: 12px;}
.future-section {   padding: 60px 20px 60px;}

}