----------------------Added by Swati - Start------------------------------------*/

.suggestion-box {
        position:absolute;
        width:100%;
        background:#fff;
        border:1px solid #ddd;
        z-index:9999;
        display:none;
        max-height:200px;
        overflow-y:auto;
    }
    .suggestion-item {
        padding:8px 12px;
        cursor:pointer;
        color: black;
    }
    .suggestion-item:hover { background:#f0f0f0; }

    #youTubeVideoPlayer_1 {
        position: relative;
        width: 100%;
        height: 315px; 
        cursor: pointer;
    }

    #youTubeVideoPlayer_1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    .student .student-body-1 {
        background-size: cover;
        background-position: center;
        height: 315px;   
    }

    #youTubeVideoPlayer_2 {
        position: relative;
        width: 100%;
        height: 315px; 
        cursor: pointer;
    }

    #youTubeVideoPlayer_2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    .student .student-body-2 {
        background-size: cover;
        background-position: center;
        height: 315px;   
    }

    .yt-disabled {
        pointer-events: none;
        opacity: 0.6;
    }

#selectCity .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

#selectCity .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
}

#selectCity label, input[type="radio"] {
    padding: 0;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 14px;
}

#selectCity .form-select {
    display: block;
    width: 100%;
    padding: 11px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-1);
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    border: 1.5px solid #6e798a45;
    border-radius: 0;
}

#selectCity button.btn-close {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    opacity: inherit;
    background-color: #c44a00;
}

/*----------enquire now form modal start-------------*/

 .enquiry-modal {
  background: #ffffff;
  color: #333;
  width: 100%;
  padding: 32px 22px 36px;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #f2f2f2;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

h2 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

h2 span {
  color: #e67e22;
}

.funding {
  margin-top: 18px;
}

.funding p {
  font-size: 13px;
  margin-bottom: 12px;
  color: #777;
}

.funding-options {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.funding-options button {
  background: #f6f6f6;
  color: #444;
  border: 1px solid #ddd;
  padding: 10px 18px;
  border-radius: 24px;
  cursor: pointer;
  transition: all .2s ease;
}

.funding-options button.active {
  background: #e67e22;
  color: #fff;
  border-color: #e67e22;
}

.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

input {
  /*width: 100%;*/
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 14px;
}

input:focus {
  border-color: #e67e22;
}

.phone-field {
  display: flex;
  gap: 8px;
  width: 100%;
}

.phone-code {
  width: 100%;
  /*background: #f6f6f6;*/
  text-align: center;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 13px 10px;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #666;
  margin: 18px 0 28px;
}

.submit-btn {
  background: linear-gradient(135deg, #e67e22, #f39c12);
  border: none;
  padding: 14px 36px;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(230,126,34,0.35);
}

.submit-btn:hover {
  box-shadow: 0 14px 28px rgba(230,126,34,0.45);
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
  .phone-code {
    width: 100%;
  }
}



/*-----------enquire noe form modal end--------------*/

/*---------------------Added by Swati - End-------------------------------------*/

/* Footer New Start */

.footer-area{
    background-color: #1a1a1a;
    padding: 80px 0px;
}

.food-top-head h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.fllow-us h5 a {
    font-size: 12px;
    color: #ccc;
    background-color: #000;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.fllow-us ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fllow-us ul li a{
    background-color: #353535;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.fllow-us ul li a i {
    font-size: 14px;
    color: #fff;
}

.fllow-us ul li a:hover i{
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}

.fllow-us ul li a:hover .fa-facebook-f {
    background-color: #4c67a1;
}

.fllow-us ul li a:hover .fa-twitter {
    background-color: #55acee;
}

.fllow-us ul li a:hover .fa-youtube {
    background-color: #de2925;
}

.fllow-us ul li a:hover .fa-linkedin-in {
    background-color: #1b86bd;
}

.fllow-us ul li a:hover .fa-instagram {
    background-image: radial-gradient(circle at 23% 84%, #f9ed32, #f8d939 5%, #f5a54d 17%, #f0536c 33%, #ee2a7b 40%, #9e2aa7 56%, #5b2acd 72%, #2a2ae8 85%, #0b2af9 95%, #002aff);
}

.company ul li a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 300;
}

.company ul li a:hover{
    color: chocolate;
}

.company ul li a img{
    margin-right: 10px;
}

.secure-payments img{
    margin-bottom: 15px;
}

.footer-ctr-new{
    padding: 40px 0px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 60px 0px;
}

.trending-links h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.trending-links a {
    color: #969696;
    font-size: 14px;
    display: inline !important;
    margin: 0 4px;
    line-height: 30px;
}

.trending-links a:hover{
    color: chocolate;
}

.rights-reserved p{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
}

.disclaimer span{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
}

.disclaimer ul li {
    font-size: 12px;
    color: #969696;
    line-height: 22px;
    font-weight: 300;
    display: flex;
    padding-bottom: 5px;
}

.disclaimer ul li i {
    color: #969696;
    margin: 8px 8px 0px 0px;
    font-size: 6px;
}

.footer-bottomfixed {
    position: fixed;
    padding: 0;
}

.footer-bottom, .footer-bottomfixed {
    background: #0b0b0b;
    left: 0;
    z-index: 999;
    bottom: 0;
    right: 0;
}

.call-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-back ul {
    margin: 0;
    padding: 0;
}

.call-back ul, .copy-right ul {
    list-style: none;
}

.call-back ul li {
    display: inline-block;
    color: #fff;
    padding: 0 20px;
}

.chating-ours {
    padding: 16px 20px;
}

.chating-ours {
    background-color: #c44a00;
    color: #fff;
}

.call-back ul li span a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.call-back ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* Footer New End */
/*-------------course toll free start-----------------*/
.toll-free {
    display: flex;
    align-items: center;
}

.call-left {
    background-color: #f8f9fa;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    line-height: 70px;
}

.call-right p {
    font-size: 16px;
    font-weight: 500;
}

.call-right a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border: none;
    border-radius: 0px;
    display: inline;
}

/*----------------------course toll free end-------------------*/

/* New Lead Popup Modal Start */

.modern-modal {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.offer-panel {
    background: linear-gradient(135deg, #0c1620, #1a2a3a);
    color: #fff;
    padding: 30px;
    align-items: center;
}

.offer-content {
    text-align: center;
}

.offer-content .badge {
    background: #fd620e;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: 1px;
}

.offer-content h2 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.offer-content h2 span {
    color: #fd620e;
}

.offer-content h3 {
    margin-top: 15px;
    font-size: 22px;
    color: #ffca00;
}

.offer-content img{
    height: 286px;
}

.form-panel {
    padding: 40px;
    background: #fff;
}

.form-panel h4 {
    font-weight: 700;
}

.form-panel .form-control,
.form-panel .form-select {
    border-radius: 10px;
    height: 46px;
}

.funding .btn {
    font-size: 13px;
}

.cta-btn {
    background: #fd620e;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
}

.cta-btn:hover {
    background: #0c1620;
}


/* New Lead Popup Modal End 