* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo {
    width: 200px;
}

a {
    text-decoration: none;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

.navbar-nav .nav-link.active{
    color:#fd4a2b;
}

.navbar {
    padding: 20px 0 !important;
}

.nav-top {
    background-color: #01386b;
    padding: 10px 0;
}

.top-section-navbar{
    display: flex;
    justify-content: space-between;
}

.top-right-section {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header_section .top-right-section,
.top-right-section a {
    color: #fff;
    font-size: 14px;
}

.support_login a {
    text-decoration: underline;
    text-underline-offset: 2px;
}


.header_section .contact-details a {
    color: #fff;
    font-size: 14px;

}

.header_section .contact-details {
    display: flex;
    gap: 40px;
}

.header_section .contact-details i {
    margin-right: 10px;
}

.header_section .social-icons i {
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
}

#header {
    transition: background-color 0.3sease, padding 0.3sease, top 0.3sease;
}






.footer-bg {
    background-color: #1e2433;
    color: #7b798a;
    padding: 50px 0;
}


.contact-info {
    display: flex;
}

.contact-info span,
.contact-info i {
    margin-right: 10px;
}

.social-icons-footer {
    color: #7b798a;
}

.social-icons-footer a {
    margin-right: 10px;
    color: #7b798a;
    font-size: 22px;
}

.footer-list li {
    list-style: none;
    padding-bottom: 10px;

}

.footer-list {
    padding-left: 0;
}

.footer-list li a {
    color: #7b798a;
}

.footer-bg h5 {
    color: #fff;
}

.quick_links {
    display: flex;
    justify-content: center;
}



.copy-right a,
.copy-right p {
    color: #fff;

}

.copy-right {
    background-color: #fd4a2b;
    padding: 3px 0;
}

.more-feathers {
    text-decoration: none;
    color: #01386b;
    font-size: 60px;
    text-align: center;
}

.copy-left-content {
    color: #fff;
}

.copy-left-content a,
.copy-right-content p {
    font-size: 14px;
}

.footer-eduate p {
    font-size: 15px;
}



.news-letter h5 {
    margin-bottom: 20px;
}



.news-letter input[type="email"] {
    border-radius: 8px;
    background-color: #7b798a;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
    border: none;
    font-size: 15px;
}

.news-letter input[type="email"]::placeholder {
    color: #fff;
}

.news-letter button {
    border-radius: 8px;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 15px;
}


.btn-form-sub{
    background-color: #01386b;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    border: none;

}

.bg-modal-popup{
    background-color: #fd4a2b;
    color: #fff;
}

#topButton {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    background-color: #fd4a2b;
    color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    transition: background-color 0.3sease;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}


/* fixed-icon */

.social-dropdown {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
}

.social-toggle {
    width: 70px;
    height: 70px;
    background-color: #01386b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3sease;
    font-size: 30px;
}

/* .social-toggle:hover {
    background-color: #5b4cdb;
} */

.social-menu {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-dropdown:hover .social-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.social-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-item:hover {
    transform: scale(1.1);
}

.mail {
    background-color: #3b5998;
}

.phone{
    background-color: #1da1f2;
}



.linkedin {
    background-color: #0a66c2;
}

.sms {
    background-color: rgb(71, 188, 160);
}







/* custom dropdown */


.custom-dropdown {
    display: flex;
    gap: 60px;
    padding: 15px;
    background: #ffffff;
    border-radius: 0px;
    width: fit-content;
}

.dropdown-menu { 
    transform: translateX(-50%);
}


.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.dropdown-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.dropdown-item:hover {
    background: unset; 
    color:unset;
}


.menu-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    padding: 5px;
    border-radius: 5px;
}

.sup-new {
    background-color: #f0f0f0;
    color: black;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin-left: 7px;
}





.custom-dropdown.zoom {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.nav-item.dropdown:hover .custom-dropdown.zoom {
    transform: scale(1);
}



.dropdown-item:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}




  /* only Enquiry (contactus-page) */

  .icon-container {
    background-color: #fd4a2b;
    color: #01386b;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .phone-eduate a,.mail-eduate a{
    color: #000;
    font-size: 15px;
    font-weight: normal;
  }

  .phone-eduate p,.mail-eduate p{
    font-weight: bold;
  }


  .form-submission .form-section h2 {
    font-size: 2rem;
  }

  .form-submission .form-section h5{
    text-align: center;
    color: #01386b;
    margin-bottom: 30px;
    text-decoration: underline;
    text-underline-offset: 5px;
  }



  .form-submission .form-group {
    margin-bottom: 1.5rem;
  }

  input, textarea {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    color: #000;
  }

  input:focus, textarea:focus {
    outline: none;
    border-bottom: 1px solid #000;
  }



  .submit-btn {
    background-color: #fd4a2b;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
  }

  .submit-btn:hover {
    opacity: 0.9;
  }

.form-submission {
    padding: 40px 0;
}

  .form-section h2{
    color: #fd4a2b;
  }

  .contactus-demo{
    padding: 40px;
  }

  .error-message {
    color: red;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.img_only_contactus{
    border-radius: 10px;
    
}

.form-section{
    background-color: #f2f3f4;
    padding: 30px;
   
}

.form_only_contactus{
    position: relative;
    margin-top: -120px;
}

.form-submission .contact-details {
    padding: 20px;
    align-items: center;
}




  /* privacy-policy  */

.contact-section-pp {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.contact-section-pp h2 {
  margin-bottom: 10px;
}

.contact-section-pp p {
  margin: 6px 0;
}


.privacy-policy h1, 
.privacy-policy h2, 
.privacy-policy h3 {
  font-weight: bold;
  margin-top: 1.5rem;
  color: #2c3e50;
}

.privacy-policy p,
.privacy-policy li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.privacy-policy ul {
  list-style: disc inside;
  margin-left: 1rem;
}

.privacy-policy ol {
  list-style: decimal inside;
  margin-left: 1rem;
}
