
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;display=swap');


* {
  margin: 0px;
  padding: 0px;
  font-family: "nunito sans", sans-serif !important;
}


body,
html {
  font-family: "nunito sans", sans-serif !important;
  overflow-x: hidden !important;
  /* Disable text selection start*/
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    /* Disable text selection end*/
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{font-weight: 800!important;}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas .fa,
.fa {
  font-family: "Font Awesome 6 Free" !important;
}

section {
  margin: 40px 0px;
  padding: 30px;
}
.maindiv {
  padding: 50px 0px !important;
}
:root {
  --primary-color: #f58220;
  --secondary-color: #f9f9f9;
  --accent-color: #4d4d4d;
  --background-color: #fff8f2;
  /* Footer specific variables */
  --footer-background-color: #333;
  --footer-text-color: #ecf0f1;

  /* text specific variables */
  --text-primary: #000;
  --text-secondary: #f58220;
  --text-accent: #cccccc;
  --text-light: #fff;
  --text-dark: #4d4d4d;
}
.org {
  color: var(--primary-color);

}
p {
  margin: 0px !important;
}
.hh {
  padding-bottom: 20px;
}

.hh h2 {
  font-size: 40px;
  color: var(--text-accent);
  font-weight: 600;
  line-height: 1.2 !important;
}
.hh p {
  color: var(--primary-color) !important;
  font-weight: 800!important;
  font-size: 20px;
}
.hh h3 {
  color: var(--text-secondary);
}

/* hr {
  margin: 1px 20px !important;
} */
/* =======================
   hero - section start
   ======================= */

#hero-section {
  background-image: url(../img/baba.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

#hero-section h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--accent-color);
}
.MH {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-underline-offset: 5px;
 
}
#hero-section h2 {
  font-size: 33px;
  font-weight: 600;
  color: var(--text-light);
  background-color: var(--primary-color);
  text-align: left;
  width: 490px !important;
  padding: 5px 10px;
}
.Element2 {
  display: flex !important;
}
.e1,
.e2 {
  border-right: 1px solid var(--text-accent);
}
.e1,
.e2,
.e3 {
  padding: 5px 10px;
}
.e1 h3,
.e2 h3,
.e3 h3 {
  font-weight: 600;
  font-size: 20px;
}
.e1 p,
.e2 p,
.e3 p {
  color: var(--primary-color);
  font-weight: 500;
}
.download-brochure-btn {
  padding: 10px 20px;
  border-style: none;
  background-color: var(--accent-color);
  color: var(--text-light);
  border-radius: 5px;
}
.hero-bottom {
  padding: 30px 0px;
  background-color: var(--secondary-color);
  font-size: 20px;
  color: var(--text-primary);
  text-align: center;
}
.hero-bottom-btn {
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 10px 30px;
  border-style: none;
  border-radius: 30px;
  font-size: 15px;
}

/* =======================
   hero - section End
   ======================= */
/* =======================
   program - section Start
   ======================= */
.program-box {
  background-color: var(--secondary-color);
  padding: 10px;
  border-radius: 5px;
  justify-content: space-between;
  box-shadow: 0 0 5px 2px #e8e8e8;
  margin: 0px 0px 30px 0px;
}
.program-box h2 {
  background-color: var(--secondary-color);
  font-weight: 600;
  margin: 0px;
}
.program-box p {
  font-size: 12px;
}
.program-box h3 {
  font-size: 10px !important;
  /* margin: 0px; */
  text-decoration: underline;
  text-decoration-color: #cccccc;
  text-underline-offset: 5px;
}
.program-box img {
  float: left;
  width: 150px;
  padding-right: 15px;
  border-radius: 5px;
}
.program-cnt {
  padding: 0px 5px 10px 5px;
}
.program-btn {
  background-color: var(--primary-color);
  color: var(--text-light);
  border-radius: 5px;
  border-style: none;
  font-size: 10px;
  padding: 5px 15px;
  margin-top: 12px;
}
.info-btn {
  background-color: var(--primary-color);
  color: var(--text-light);
  border-radius: 5px;
  border-style: none;
  font-size: 10px;
  padding: 5px 15px;
  margin-top: 12px;
   
}
/* =======================
   program - section End
   ======================= */
/* =======================
   approval - section start
   ======================= */
#approval {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  text-align: center;
  color: var(--text-light);
}
#apr-box {
  margin: 10px 15px;
}
#apr-box img {
  width: 130px; margin-bottom:10px!important;
}
/* =======================
   about - section start
   ======================= */
#about h3 {
  color: var(--text-primary);
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 0px !important;
}
.hh p {
  color: var(--accent-color);
  font-weight: 600;
  line-height: 1.2 !important;
  padding-bottom: 0px !important;
}
/* =======================
   countNumber - section start
   ======================= */
.count-number-box {
  border-right: 1px solid var(--accent-color);
  margin-top: 50px;
  margin-left: 30px;
}
.count-number-box-first {
  margin-top: 50px;
  border-right: 1px solid var(--accent-color);
}
.count-number-box-mb {
  margin-top: 50px;
  border-right: 1px solid var(--accent-color);
}
.count-number-box-last {
  margin-top: 50px;
}
.count-number-box h2,
.count-number-box-last h2,
.count-number-box-mb h2,
.count-number-box-first h2 {
  color: var(--primary-color);
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0px !important;
}
.count-number-box p,
.count-number-box-last p,
.count-number-box-mb p,
.count-number-box-first p {
  color: var(--text-primary);
  font-weight: 600;
}
/* =======================
  Degree - section start
   ======================= */
#Degreeinfo {
  background-color: var(--background-color);
}

#Degreeinfo h2 {
  color: var(--primary-color);
  margin-bottom: 0px !important;
  margin-top: 20px;
}
.degree-cnt {
  padding: 0px 50px;
}
.degree-cnt h3 {
  font-size: 25px;
}
.degree-cnt p {
  font-size: 12px;
  line-height: 1.2;
}
.degree-box {
  border: 1px solid var(--primary-color) !important;
  padding: 20px 25px;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px var(--primary-color);
  margin: 20px 0px;
}
.degree-box h4 {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
}
.degree-btn {
  background-color: var(--text-primary);
  color: var(--text-light);
  border-style: none;
  padding: 10px 30px;
  border-radius: 5px;
}
/* =======================
  learning - section start
   ======================= */

#learning h2 {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-underline-offset: 12px;
  color: var(--accent-color);
}
.learning-box {
  border: 1px solid var(--text-accent) !important;
  box-shadow: 0 0 5px 1px #e8e8e8;
  padding: 30px 20px;
  border-bottom: 2px solid var(--primary-color) !important;
  margin-top: 20px;
}
.learning-box h3 {
  font-size: 20px;
  line-height: 3.2;
  color: var(--primary-color);
}
.learning-box img {
  width: 70px;
  float: left;
}
.learning-box p {
  font-size: 12px;
}
/* =======================
 Placement - section start
   ======================= */
#placement {
  background-color: var(--secondary-color);
  padding: 50px 0px !important;
}
#placement h2 {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
  text-underline-offset: 12px;
  color: var(--accent-color);
}
.placement-box {
  margin-top: 20px;
}
.placement-box h2 {
  color: var(--text-primary);
  width: 330px;
}
.placement-box h3 {
  color: var(--text-primary);
  font-size: 16px !important;
}
.placement-box img {
  width: 20%;
  padding-bottom: 10px;
}
.placement-box p {
  font-size: 13px;
}

/* =======================
 hiring partner - section start
   ======================= */
#hiring-partner h2 {
  font-size: 40px;
  color: var(--text-accent);
  font-weight: 600;
  margin-bottom: 0px;
}
#hiring-partner h3 {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 600;
}
#hiring-partner img {
  margin-top: -30px;
}
/* =======================
 faQ partner - section start
   ======================= */
#fAQ {
}
.faq-h {
  background-color: var(--background-color);
  padding: 80px 30px;
}
.faq-h h2 {
  font-size: 60px;
  color: var(--primary-color);
  font-weight: 600;
}

.accordion {
  width: 100%;
  max-width: 700px;
  /* margin: 20px auto; */
  /* border: 1px solid #ddd; */
  border-radius: 4px !important;
  overflow: hidden;
}

.accordion-item {
  /* border-bottom: 1px solid #ddd; */
}

.accordion-header {
  width: 100%;
  background: #f1f1f1;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  outline: none !important;
  cursor: pointer;
  transition: background 0.3s;
  border-left: 5px solid var(--primary-color);
  margin: 5px;
}

.accordion-header:hover {
  background: #ddd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 15px;
}

.accordion-content p {
  padding: 15px 0;
  margin: 0;
}

/*start-footer-frm*/

#Doubt {
  background-color: var(--secondary-color);
  color: var(--text-primary);
  padding: 30px 0px;
  line-height: 1.2;
}

#Doubt h2 {
  line-height: 1.2;
}
.doubt-btn {
  background-color: var(--primary-color);
  border-style: none;
  padding: 10px 30px;
  border-radius: 30px;
  color: var(--text-light);
  font-weight: 400;
  display: flex;
  margin-top: 10px;
}
.doubt-box {
  text-align: center;
}
#footer {
  background-color: #333333;
  padding: 30px;
  color: #ccc;
  font-size: 13px;
}

#cnt-frm {
  box-shadow: 0 0 2px 5px #f9f9f9;
  padding: 0px;
  background-image: url("assets/img/for%20popup.html");
}

.ftr-h {
  color: #ff6600;
  font-size: 18px;
}

.footer-btn {
  padding: 8px 20px;
  border: 2px solid #ff6600;
  background: none;
  color: #fff;
  margin-top: 40px;
}

.footer-btn:hover {
  background-color: #ff6600;
  color: #fff;
}

.footer-hr {
  background-color: #ccc;
  margin: 20px;
}

.copyright {
  text-align: center;
}

#form {
  background-color: #fff;

  padding: 20px 20px;
  margin: 0px 20px;
  border-radius: 10px;
}

.form-control {
  margin-top: 20px;
  border-style: none !important;
  background-color: #f9f9f9 !important;
  padding-left: 20px;
}

.frm-heading {
  text-align: center;
  font-weight: bold !important;
  color: #ff6600 !important;
}

.form-control::placeholder {
  background-color: #f9f9f9;

  border-style: none;
}

.sub-btn {
  width: 100%;
  padding: 10px;
  background-color: #ff6600;
  border-style: none;
  color: #fff;
  border-radius: 5px;
}

/* Fullscreen background overlay */
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: block; /* Use block instead of flex for scrollable layout */
  overflow-y: auto;
  z-index: 1000;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

/* Modal content container */
.modal-content {
  position: relative;
  background-color: #222;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  color: #f0f0f0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden; /* you can add overflow-y: auto if modal should scroll internally */
}

/* Close button */
.close {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #595653;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.25rem;
  color: #f7f7f7;
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close:hover,
.close:focus {
  background-color: #ff6600 ;
  color: white;
  opacity: 1;
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .modal-content {
    padding: 1rem 1.25rem;
    max-width: 95vw;
    margin: 1.5rem auto;
  }

  .close {
    width: 28px;
    height: 28px;
    font-size: 1rem;
    top: 8px;
    right: 8px;
  }
}


/*end-footer-frm*/

/* =======================
 Mobile Version start
   ======================= */

@media only screen and (max-width: 600px) {
  section {
    margin: 40px 0px;
    padding: 20px;
  }

  .hh h2 {
    font-size: 32px;
    color: var(--text-accent);
    font-weight: 600;
    line-height: 1.2 !important;
    margin-bottom: 0px;
  }

  .logo-img {
    width: 180px!important;
  }
#hero-section h1 {
    font-size: 35px;
    font-weight: 700;
    color: var(--accent-color);
    
}
  #hero-section h2 {
    font-size: 23px;
    font-weight: 600;
    color: var(--text-light);
    background-color: var(--primary-color);
    text-align: left;
    padding: 5px 10px;
    width: 180px!important;
  }

  .e1 p,
  .e2 p,
  .e3 p {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 8px;
  }
	.e1 h3, .e2 h3, .e3 h3 {
    font-weight: 600;
    font-size: 16px;
}
  /* #hero-section {
    background-image: url(../img/lpu-bg-front-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  } */

  #hero-section {
    background-image: url(../img/lpu-bg-front-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 10px !important;
  }

  #hero-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-light);
    background-color: var(--primary-color);
    text-align: left;
    padding: 5px 10px;
    width: 330px !important;
  }

  
	    .download-brochure-btn {
        padding: 10px 20px;
        border-style: none;
        background-color: var(--accent-color);
        color: var(--text-light);
        border-radius: 5px;
        margin-bottom: 250px;
        font-size: 13px;
    }

  .hero-bottom-btn {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 10px 40px;
    border-style: none;
    border-radius: 30px;
    font-size: 15px;
    margin: 10px 0px;
  }

  /* start program */
  .program-box img {
    float: left;
    width: 130px;
    padding-right: 15px;
  }
.program-box h2 {
    background-color: var(--secondary-color);
    font-weight: 600;
    margin: 0px; font-size:20px!important;
}
  .program-box p {
    font-size: 12px;
  }
  .program-box h3 {
    font-size: 11px !important;
    /* margin: 0px; */
    text-decoration:none;
    text-decoration-color: #cccccc;
    text-underline-offset: 5px;
  }

  /* approval */
  #apr-box {
    margin: 10px 12px;
    width: 40%;
  }

  #apr-box p {
    font-size: 11px;
    padding-top: 10px;
  }
  /* about */
  #about h3 {
    color: var(--text-primary);
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
  }

  #about p {
    font-size: 13px;
  }
  #about img {
    margin: 20px 0px;
  }

  .count-number {
    display: flex;
  }

  /* .count-number-box h2, .count-number-box-last h2, .count-number-box-first h2 {
    color: var(--primary-color);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0px !important;
} */
  #count1 {
    width: 160px;
    padding: 10px;
  }
  .count-number-box-first {
    border-right: 1px solid var(--accent-color);
    margin-top: 10px;
  }

  .count-number-box {
    margin-top: 10px;
    border-right: none !important;
    margin-left: 20px;
  }
  .count-number-box-mb {
    border-right: 1px solid var(--accent-color);
    margin-top: 10px;
  }
  .count-number-box-last {
    margin-top: 10px;
    margin-left: 20px;
  }
  .count-number-box h2,
  .count-number-box-last h2,
  .count-number-box-mb h2,
  .count-number-box-first h2 {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px !important;
    text-align: left !important;
  }
  .count-number-box p,
  .count-number-box-last p,
  .count-number-box-mb p,
  .count-number-box-first p {
    color: var(--text-primary);
    font-weight: 600;
  }

  .degree-cnt {
    padding: 0px 20px;
  }
  #Degreeinfo h2 {
    color: var(--primary-color);
    margin-bottom: 0px !important;
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
  }
  .degree-cnt h3 {
    font-size: 16px; text-align:center!important;
  }
  .degree-box h4 {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 600;
	}
	.degree-btn {
    background-color: var(--text-primary);
    color: var(--text-light);
    border-style: none;
    padding: 10px 30px;
    border-radius: 5px; font-size:14px;
}
  #learning h2 {
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 12px;
    color: var(--accent-color);
    font-size: 27px;
  }

  .learning-box h3 {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
  }
  .learning-box img {
    width: 60px;
    float: left;
  }

  #placement h2 {
    text-decoration: none !important;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 12px;
    color: var(--accent-color);
    padding: 0px 30px; font-size:25px;
  }

  .placement-box h3 {
    color: var(--text-primary);
    font-size: 16px !important;
    font-weight: 600;
  }
  .placement-box {
    /* margin-top: 20px; */
    padding: 10px 30px;
  }

  .faq-h {
    background-color: var(--background-color);
    padding: 40px 30px;
  }

  .accordion-header {
    width: 100%;
    background: #f1f1f1;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    outline: none !important;
    cursor: pointer;
    transition: background 0.3s;
    border-left: 5px solid var(--primary-color);
    margin: 5px;
  }
  #hiring-partner img {
    margin-top: 10px;
  }

  .accordion-content p {
    padding: 15px 0;
    margin: 0;
    font-size: 13px;
  }
  #form {
    background-color: #fff !important;

    padding: 20px 20px;
    border-radius: 10px;
    margin: 20px 0px;
  }

  .form-control {
    margin-top: 20px;
    border-style: none !important;
    background-color: #f9f9f9 !important;
    padding-left: 20px;
  }

  .frm-heading {
    text-align: center;
    font-weight: bold !important;
    color: #ff6600 !important;
    font-size: 19px;
  }

  .form-control::placeholder {
    background-color: #f9f9f9;

    border-style: none;
  }

  .sub-btn {
    width: 100%;
    padding: 10px;
    background-color: #ff6600;
    border-style: none;
    color: #fff;
    border-radius: 5px;
  }
#submit-form:disabled{
  background-color: #707070;
}

/*.modal {*/
/*	  background-color: rgba(0, 0, 0, 0.4);*/
/*  		position: fixed;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*	 	border-radius: 5px;*/
/*	 	z-index: 1;*/
	
/*}*/
/*.modal-content {   */
        
/*    display: flex;*/
    /*flex-direction: column;*/
/*		justify-content: center;*/
/*		width:350px!important;*/
/*	height:100vh;*/
/*	margin:auto!important;*/
/*  		background: none !important;*/
/*  		border-style: none !important;*/
/*  		background-color: rgba(0, 0, 0, 0.4);*/
	

/*}*/
 /*.close {
  color: #fff;
  width: 40px;
  float: right;
  padding-left: 10px;
  font-size: 28px;
  background-color: #707070;
}*/
/*.close {*/
/*    float: right;*/
/*    font-size: 1em;*/
/*    color: #f7f7f7;*/
/*    text-shadow: 0 1px 0 #fff;*/
/*    opacity: .5;*/
/*	    padding: 5px 10px;*/
/*    border-radius: 100%;*/
/*    background-color: #595653;*/
/*	margin-top: 5px;*/
/*}*/
/*.close:focus,*/
/*.close:hover {*/
/*  color: red;*/
/*  text-decoration: none;*/
/*  cursor: pointer;*/
/*}*/
/* Fullscreen background overlay */
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: block; /* Use block instead of flex for scrollable layout */
  overflow-y: auto;
  z-index: 1000;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

/* Modal content container */
.modal-content {
  position: relative;
  background-color: #222;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  margin: 2rem auto;
  /*padding: 1.5rem 2rem;*/
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  color: #f0f0f0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden; /* you can add overflow-y: auto if modal should scroll internally */
}

/* Close button */
.close {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #595653;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.25rem;
  color: #f7f7f7;
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close:hover,
.close:focus {
  background-color: #ff6600 ;
  color: white;
  opacity: 1;
  outline: none;
}


}
#backToTopBtn {
  position: fixed;
 display: none;
  right: 100px;
  bottom: 60px;
  border: none;
  background-color: #fff;
  color: #7f8897;
  font-size: 15px;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, .075);
  -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, .075);
  box-shadow: 0 7px 10px rgba(0, 0, 0, .075);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#backToTopBtn:hover {
  background-color: #ff7920;
  color: #ffffff;
}

#backToTopBtn.active {
  display: block; 
}
#applyBtn{
    position: fixed;
    display: block;
    right: 73px;
    bottom: 10px;
    border: none;
    background-color: #f58220;
    color: #ffffff;
    font-size: 15px;
    z-index: 999;
    width: 90px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 10px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#applyBtn:hover{
  background-color: #f8a66f;
  color: #000000;
}