
/* body {
    background-color:#84e1de !important;
} */
/* .speak-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    font-size: 12px;
    background-color: #4d4c39;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1000;
}

.speak-btn:hover {
    background-color: #d32f2f;
} */

.bg-sky {
    background-color: #D9F1FF;
}
.bg-gray {
   background-color: #ECECEC;
}
.bg-blue {
    background-color: #183990;
    color:#fff;
}

/* Target only section.content for relative positioning */
section.content .speak-btn {
  position: absolute;
  z-index: 1;
}

.speak-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  font-size: 12px;
  background-color: #4d4c39;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 10;
  white-space: nowrap; /* Prevent line break on the " Listen" text */
}

.speak-btn:hover::after {
  content: " Listen";
  font-size: 12px;
  margin-left: 4px;
}
.tocSection .speak-btn {
    z-index: 0;
}

.bwu-logo img {
    width: 145px;
    /* margin-left:80px; */
}
.container {
    justify-content: center;
    align-items: center;
}
hr {
    width: 84%;
    margin: 0 auto !important;
    border: 1px solid black !important;
  }
.background-start {
    /* padding: 20px; */

    span {
        color:#0d3db8;
    }
}
.cover {
    font-size: 2.0rem;
}
.tocSection {
    padding: 15px 0;
}
.background-top p {
    padding:0 50px;
}
.background-start h1 {
    font-size:35px;
    font-weight:bold;
}
.blog-feed h2 {
    padding: 15px;
}
h4 {
    font-size:20px !important;
}
.background-start {
    margin-top: 20px;
}
section.bread-crumb {
    padding: 15px 0 0 0;
    
    .brd-item a {
        font-weight: 500;
    }
}

/* h3.section-toc {
    color: #0d3db8;
} */
.feed-data {
    padding: 50px;
}
.bullet-square {
    position:relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.bullet-square:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #183990;
    left: 0px;
    top: 8px;
}
.bullet-square.white:before {
     background-color: #fff;
}
.frm {
    margin-left: auto;
}
.frm2 {
    margin-left: auto;
}
.navbar{
    background-color: #0d3db8;
    /* border-bottom: 7px solid #00aaff; */
}
.text-pri {
    color: #00aaff;
}
.heading{color: #2c4583;font-size:35px;}
.hs-banner{
    background-image: url('../education-guide/img/hs-result-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.feed-data h3 {
    color: #000;
    font-weight: bold;
}
.feed-data.text-white ol li, .text-white *{
    color:#fff;
}
/* .faq-section ol li::marker {
    color: #0d3db8;
} */
.faq-bullet .faq-section ul {
    list-style-type: disc;
}
.faq-bullet li::marker {
    color: #00aaff; /* Change bullet color */
  }
  
  .faq-bullet li {
    color: black; /* Keep the text black */
    font-size: 16px; /* Adjust text size if needed */
    margin: 5px 0; /* Add spacing between list items */
  }
ol li, ol li p, ul li .faq-section{
    color: #000;
}
.font {
    font-size: 30px;
}
.highlights-point {
    font-weight: 600;
    color: #2c4583;
    display: list-item;
    list-style-image: url('../education-guide/img/page-bullet.jpg');
    list-style-position: inside;
}
.call {
    font-size: 25px;
    color: #fcac24;
    padding-bottom: 11px;
}
.career-form {
    width: 100%;
    padding: 25px;
    background-color: #2c4583;
    border: 3px solid #fffefd;
    border-radius: 15px;
}
.career-form form input {
    padding: 5px;
    line-height: 1.2;
    background-color: #C3E9FF;
}
.career-form .form-select {
    padding: 5px;
    line-height: 1.2;
    background-color: #C3E9FF;
}
.career-form form{
    color: #ffffff;
    /* color: #C3E9FF; */
}
.career-form .iti .iti__country-list li .iti__country-name{
    color: #000;
}
.career-form .iti .iti__selected-dial-code {
    color: #000;
}
.career-form form legend{
    color: #ffdf43;
    padding-bottom: 5px;
}
.bg-secondary-tbl{
    background-color: #b7b7b7;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .dropdown-toggle {
    width: 100%;
    background-color: #183990;
    color: #ffff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Justifies content between text and custom icon */
    appearance: none; /* Hides the default dropdown arrow */
    -webkit-appearance: none !important; /* Hides dropdown arrow for Safari */
    -moz-appearance: none; /* Hides dropdown arrow for Firefox */
  }

  .dropdown-toggle::after {
    display: none !important;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  
  .dropdown-content ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #00aaff;
  }
  
  .dropdown-content li {
    margin: 5px 0;
  }
  
  .dropdown-content a {
    color: black;
    text-decoration: none;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown-icon {
    transition: transform 0.3s ease;
  }
  
  .dropdown-content.show {
    display: block;
  }
  
  .rotate {
    transform: rotate(180deg);
  }
  
  
.table.table-striped thead tr th:first-child {
    background-color: #2c4583;
    text-align: center;
    color: #fff;
}
.table.table-striped thead tr th:last-child {
    background-color: #fec72e;
    text-align: center;
    color: #fff;
}
.table td,th {
    border: 5px solid #b7b7b7;
    border-bottom-width: 5px;
    text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #d8d9db;
}
.table-striped > tbody > tr{
    background-color: #ffffff;
}
/* .menu {
    margin-top:20px;
} */
ul li a {
    text-decoration: none;
    color: #004A94;
}
ol li a {
    text-decoration: none;
    color: #004A94;
}
ul li a:hover {
    text-decoration: underline;
}
ul .a{
    list-style-type: circle !important;
}
.course-banner {
    background-image:url('img/btech-college-main.webp');
    background-size: 100%; /* Ensure the mobile image scales properly */
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#101522;
}
.tableContent {
    width: 40px;
    height: 40px;
    position: fixed;
    background: #fbc24e;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    bottom: 10px;
    border: 1px solid #717171;
    z-index: 2;
}
.tableContent a {
    display: block;
    font-size: 30px;
    text-decoration: none;
    color: #ffffff;
}
.course-banner > div {
    position: relative;
    z-index: 2;
}
.footer {
    background-color: #0d3db8; /* Blue background */
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 50px;
  }
  
  .footer-content {
    align-items: center;
    padding: 0 20px;
    color: white;
  }
  
  .footer-content p {
    margin: 0;
  }
  
  .social-icons {
    display: flex;
    align-items: flex-end;
    gap: 0px;
  }
  
  .social-icons span {
    margin-right: 10px;
    color: #00bfff; /* Light blue for "Follow us" text */
  }
  .footer .social-icons a {
    text-decoration: none;
    margin-right: 10px;
    font-size: 24px;
    display: inline-block;
    transition: transform 0.2s;
}

.footer .social-icons a:hover {
    transform: scale(1.1);
}

.footer .social-icons a .fab.fa-facebook {
    color: #4267B2; /* Facebook blue */
}

.footer .social-icons a .fab.fa-twitter {
    color: #1DA1F2; /* Twitter blue */
}

.footer .social-icons a .fab.fa-linkedin {
    color: #0077B5; /* LinkedIn blue */
}

.footer .social-icons a .fab.fa-pinterest {
    color: #E60023; /* Pinterest red */
}

.footer .social-icons a .fab.fa-flickr {
    color: #FF0084; /* Flickr pinkish */
}

.footer .social-icons a .fab.fa-youtube {
    color: #FF0000; /* YouTube red */
}
  .faq-section {
    background-color: #dff1fd;
    color: #fff;
    margin: 30px 30px;
  }
  /* .followUs-container {
    background-color: #000;
  } */
  .floating-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(50%);
    background-color: #0056D2;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    /* width: 40px; */
    /* height: 200px; */
    /* line-height: 45px; */
    border-radius: 0 15px 15px 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    rotate: 180deg;
    z-index: 2;
    padding: 10px;
  }
  
  .floating-button:hover {
    background-color: #003E9E;
  }
  .floating-button a {
    text-decoration: none;
    color: #fff;
  }
  #freeC {
    position: fixed;
   /* Adjust this value to position the button as desired */
    display: none;  /* Initially hide the button */
    transition: opacity 0.3s ease-in-out; /* Smooth transition for appearance */
}

#freeC.show {
    display: block; /* Show the button when the 'show' class is added */
}
.modal-header {
    background-color:#3781b3;
    color:#fff;
}
.modal-body {
    background-color: #dff1fd;
}
.mobFree {
    position: fixed;
    bottom:0;
    background-color: #526074;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    padding: 10px;
    width:100%;
}
.mobFree a {
    text-decoration: none;
    color: #fff;
}
.text-dark > *{
    color: #000!important;
}
@media screen and (min-width:801px){
    .frm {
        margin-left:auto;
    }
    .mobFree {
        display: none!important;
      }
}
@media screen and (min-width:1025px){
    .mob-menu {
        display:none;
    }
    .closeNav, .hambNav {
        display:none;
    }
    .speak-btn {
    top: 4px;
    right: 4px;
    padding: 3px 5px;
    font-size: 9px;
  }

  .speak-btn:hover::after {
    font-size: 9px;
    margin-left: 2px;
  }
}
@media screen and (min-width:1600px){
    body p, td, li{
        font-size:20px;
    }
    .heading{
        font-size: 60px;
    }
    .heading ~ div{width:90%;}
    .heading ~ div p{font-size: 22px;}
    .hs-banner{
        padding: 110px 0;
    }
    .career-form{
        width: 80%;
    }
}
@media screen and (max-width:1024px){
    .bwu-logo img {
        width: 145px;
        margin-left:80px;
    }
    .menu {
        display:none;
    }
    .mob-menu {
        position:fixed;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background-color:#000;
        display:none;
    }
    .mob-menu ul li {
        list-style-type:none;
        font-size:20px;
        padding: 10px ;
    }
    .closeNav, .hambNav {
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 0;
        padding: 10px;
    }
    .navOpen {
        display:block;
    }
    .career-form {
        width: 100%;
        padding: 25px;
        background-color: #2c4583;
        border: 3px solid #fffefd;
    }
    .career-form form input {
        padding: 5px;
        line-height: 1.2;
    }
    .career-form .form-select {
        padding: 5px;
        line-height: 1.2;
    }
    .career-form form{
        color: #ffffff;
    }
    .career-form form legend{
        color: #ffdf43;
        padding-bottom: 5px;
    }
    .speak-btn {
    top: 6px;
    right: 6px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .speak-btn:hover::after {
    font-size: 10px;
    margin-left: 2px;
  }
  .background-start h1 {
    font-size:24px;
    font-weight:bold;
}
}
@media screen and (max-width:991px) {
    .bwu-logo img {
        margin-left:0;
    }
    .course-banner {
        height: auto;
        background-size: 100%; /* Ensure the mobile image scales properly */
        background-position: left top;
    }
    .career-form{
        width: 100%;
    }
    .left-column, .right-column {
        width: 48%;
      }
}
@media screen and (max-width:800px){
    .bwu-logo img {
        margin-left:20px;
    }
    /* .frm-fxd{position: relative;top:0;} */
    .frm2{position: relative;top:0;margin-left:auto;
        margin-right:auto;}
    .career-form{width:100%;}
    .course-banner {
        background-image: url('img/btech-college-main-mob.webp');
        background-size: 100%; /* Ensure the mobile image scales properly */
        background-position: left top;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .frm {
        padding: 125px 0 !important;
    }
      .content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .left-column, .right-column {
        width: 100%;
        padding: 15px;
        border-right: none;
    }
    .background-top p {
        padding: 0;
    }
    .left-column, .right-column {
        padding: 20px;
      }
    .floating-button {
        display:none !important;
    }
    .footer {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:575px){
    .frm {
        width:95%;
        /* padding: 75px !important; */
    }
    .frm2 {
        margin-left:0;
        margin-right:0;
    }
    .course-banner {
        background-size: 100%; /* Ensure the mobile image scales properly */
        background-position: left top;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .career-form{
        width: 100%;
    }
    .contain {
        margin-top: 140px;
    }
    /* .floating-button {
        width: 25px;
        height: 120px;
        font-size: 0.9rem;
        line-height: 25px;
      } */
    .feed-data {
        flex-direction: row;
        padding: 20px;
      }
  
      .left-column, .right-column {
        width: 50%;
      }
  
      .left-column {
        border-right: 1px solid #ccc;
      }
      /* .floating-button {
        width: 45px;
        height: 120px;
        font-size: 0.9rem;
        line-height: 20px;
    } */
}
@media screen and (max-width:380px){
    .frm {
        /* padding: 40px 0 !important; */
        width:98%;
        padding: 60px 0 !important;
    }
    .course-banner {
        background-size: 100%; /* Ensure the mobile image scales properly */
        background-position: left top;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .career-form{
        width: 100%;
    }
    .left-column h3, .right-column h3 {
        font-size: 18px;
      }
  
      p, li {
        font-size: 14px;
      }
}