	body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_paddings {
  padding: 20px 20px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #d93c9d;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/motibagfront3.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 80px;
}

.sub_page .hero_area {
  height: auto;
}


/*header section*/
.hero_area2 {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-position: center;
}

.sub_page .hero_area2 {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
}

.header_section {
  background-color: #1c1c1c;
  margin-top: 1px;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
    background-color: #1c1c1c;
}

.header_section .fixed-top {
    background-color: #1c1c1c;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link, .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #d93c9d;
}

.custom_nav-container .shadab-a:hover {
	color: #d93c9d;
}


.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #d93c9d;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-right: 5px;
}

.quote_btn-container a:hover {
  color: #d93c9d;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 50px;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail_box {
  color: #331d6a;
}

.slider_section .detail_box h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 25px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 15px;
}

.slider_section .detail_box a:hover {
  background-color: #bd2583;
}

.slider_section .carousel-indicators {
  bottom: 75px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  opacity: 1;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #ffffff;
  border-radius: 100%;
  border: 1.5px solid transparent;
}

.slider_section .carousel-indicators li.active {
  width: 25px;
  height: 25px;
  border-color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  color: #0f0f0f;
  margin-top: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #bd2583;
}

.course_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 25px;
}

.course_section .box .img-box {
  border-radius: 500px;
  overflow: hidden;
}

.course_section .box .img-box img {
  width: 100%;
}

.course_section .box .detail-box {
  margin-top: 25px;
}

.course_section .box .detail-box h3 {
  font-weight: 600;
}

.course_section .box .detail-box p {
  color: #0f0f0f;
  margin-top: 10px;
}

.course_section .box .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 15px;
}

.course_section .box .detail-box a:hover {
  background-color: #bd2583;
}

.course_section .carousel-control-prev,
.course_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #464646;
  opacity: 1;
  font-size: 22px;
  top: 30%;
}

.course_section .carousel-control-prev {
  left: 10%;
}

.course_section .carousel-control-next {
  right: 10%;
}

.subscribe_section {
  background: -webkit-gradient(linear, left top, right top, from(#a466a6), color-stop(#3794f1), to(#a466a6));
  background: linear-gradient(to right, #a466a6, #3794f1, #a466a6);
  padding-top: 45px;
}

.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section .img-box img {
  width: 100%;
}

.subscribe_section .detail-box {
  color: #ffffff;
}

.subscribe_section .detail-box h2 {
  font-weight: bold;
}

.subscribe_section .detail-box form {
  margin-top: 25px;
}

.subscribe_section .detail-box form input {
  width: 100%;
  background-color: transparent;
  padding-left: 15px;
  color: #ffffff;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 35px;
  outline: none;
}

.subscribe_section .detail-box form textarea {
  background-color: transparent;
  padding-left: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 35px;
  outline: none;
}

.subscribe_section .detail-box form input::-webkit-input-placeholder {
  color: #e2e2e2;
}

.subscribe_section .detail-box form input:-ms-input-placeholder {
  color: #e2e2e2;
}

.subscribe_section .detail-box form input::-ms-input-placeholder {
  color: #e2e2e2;
}

.subscribe_section .detail-box form input::placeholder {
  color: #e2e2e2;
}

.subscribe_section .detail-box form textarea::placeholder {
  color: #e2e2e2;
}

.subscribe_section .detail-box form button {
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 10px 65px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 35px;
  margin-top: 15px;
  text-transform: uppercase;
}

.subscribe_section .detail-box form button:hover {
  background-color: #bd2583;
}


.login_section {
  background: -webkit-gradient(linear, left top, right top, from(#a466a6), color-stop(#3794f1), to(#a466a6));
  background: linear-gradient(to right, #a466a6, #3794f1, #a466a6);
  padding-top: 25px;
  padding-bottom: 25px;
}

.login_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_section .img-box img {
  width: 100%;
}

.login_section .detail-box {
  color: #ffffff;
}

.login_section .detail-box h2 {
  font-weight: bold;
}

.login_section .detail-box form {
  margin-top: 25px;
}

.login_section .detail-box form input {
  width: 100%;
  background-color: transparent;
  padding-left: 15px;
  color: #ffffff;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 35px;
  outline: none;
}

.login_section .detail-box form textarea {
  background-color: transparent;
  padding-left: 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 35px;
  outline: none;
}

.login_section .detail-box form input::-webkit-input-placeholder {
  color: #e2e2e2;
}

.login_section .detail-box form input:-ms-input-placeholder {
  color: #e2e2e2;
}

.login_section .detail-box form input::-ms-input-placeholder {
  color: #e2e2e2;
}

.login_section .detail-box form input::placeholder {
  color: #e2e2e2;
}

.login_section .detail-box form textarea::placeholder {
  color: #e2e2e2;
}

.login_section .detail-box form button {
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 10px 65px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 35px;
  margin-top: 15px;
  text-transform: uppercase;
}

.login_section .detail-box form button:hover {
  background-color: #bd2583;
}


.lab_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 25px;
}

.lab_section .box .img-box {
  border-radius: 15px;
  overflow: hidden;
}

.lab_section .box .img-box img {
  width: 100%;
}

.lab_section .box .detail-box {
  margin-top: 25px;
}

.lab_section .box .detail-box p {
  color: #999;
}

.lab_section .box .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 15px;
}

.lab_section .box .detail-box a:hover {
  background-color: #bd2583;
}

.bottom_bg {
  background: -webkit-gradient(linear, left top, right top, from(#a466a6), color-stop(#3794f1), to(#a466a6));
  background: linear-gradient(to right, #a466a6, #3794f1, #a466a6);
}

.client_section {
  color: #ffffff;
}

.client_section .box {
  margin-top: 45px;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h4 {
  font-weight: 600;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #d93c9d;
  opacity: 1;
  font-size: 22px;
  top: 50%;
}

.client_section .carousel-control-prev {
  left: 4%;
}

.client_section .carousel-control-next {
  right: 4%;
}

.contact_section {
  position: relative;
  color: #ffffff;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #101010;
  border-radius: 25px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #c4c3c3;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #c4c3c3;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #c4c3c3;
}

.contact_section .form_container input::placeholder {
  color: #c4c3c3;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 15px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #1c1c1c;
  color: #ffffff;
  border-radius: 30px;
}

.contact_section .form_container button:hover {
  background-color: #030303;
}

.contact_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 25px;
  overflow: hidden;
}

.contact_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.info_section {
  color: #ffffff;
}

.info_section hr {
  border: none;
  height: 1px;
  background-color: #ffffff;
  margin: 0;
}

.info_section .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
}

.info_section .info_contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .info_contact a i {
  margin-right: 5px;
  font-size: 24px;
}

.info_section .info_contact a:hover {
  color: #1c1c1c;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #1c1c1c;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #363636;
}

.footer_section .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}

.footer_section p {
  color: #929292;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}


.storingform_section {
  background: -webkit-gradient(linear, left top, right top, from(#a466a6), color-stop(#3794f1), to(#a466a6));
  background: linear-gradient(to right, #a466a6, #3794f1, #a466a6);
  padding-top: 45px;
}

.storingform_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.storingform_section .img-box img {
  width: 100%;
}

.storingform_section .detail-box {
  color: #ffffff;
}

.storingform_section .detail-box h2 {
  font-weight: bold;
}

.storingform_section .detail-box form {
  margin-top: 25px;
}

.storingform_section .detail-box form input {
  width: 100%;
  background-color: transparent;
  padding-left: 15px;
  color: #ffffff;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 35px;
  outline: none;
}

.storingform_section .detail-box form input::-webkit-input-placeholder {
  color: #e2e2e2;
}

.storingform_section .detail-box form input:-ms-input-placeholder {
  color: #e2e2e2;
}

.storingform_section .detail-box form input::-ms-input-placeholder {
  color: #e2e2e2;
}

.storingform_section .detail-box form input::placeholder {
  color: #e2e2e2;
}

.storingform_section .detail-box form button {
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 10px 65px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 35px;
  margin-top: 15px;
  text-transform: uppercase;
}

.storingform_section .detail-box form button:hover {
  background-color: #bd2583;
}

.news1_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  background-color:#b5fffd;
}

.news1_section .img-box img {
  max-width: 100%;
}

.news1_section .detail-box p {
  color: #0f0f0f;
  margin-top: 25px;
}

.news1_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 15px;
}

.news1_section .detail-box a:hover {
  background-color: #bd2583;
}

.news2_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  background-color:#ffcaca;
}

.news2_section .img-box img {
  max-width: 100%;
}

.news2_section .detail-box p {
  color: #0f0f0f;
  margin-top: 25px;
}

.news2_section .detail-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #d93c9d;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 15px;
}

.news2_section .detail-box a:hover {
  background-color: #bd2583;
}

.sactive {
    color: #d900ff;
	background-color: transparent;

}

/* Responsive visual refresh */
:root {
  --brand-navy: #17233d;
  --brand-navy-soft: #243657;
  --brand-saffron: #e9862f;
  --brand-saffron-dark: #c96718;
  --brand-cream: #fffaf2;
  --surface: #ffffff;
  --text: #202838;
  --muted: #606a7b;
  --line: #eadfce;
  --shadow: 0 18px 50px rgba(23, 35, 61, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  color: var(--text);
  background: var(--brand-cream);
  font-size: 16px;
  line-height: 1.75;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

p {
  color: var(--muted);
}

.container {
  width: min(100% - 32px, 1180px);
}

.layout_padding {
  padding: clamp(56px, 7vw, 96px) 0;
}

.layout_padding2 {
  padding: clamp(32px, 5vw, 56px) 0;
}

.layout_padding-top {
  padding-top: clamp(56px, 7vw, 96px);
}

.layout_padding-bottom {
  padding-bottom: clamp(56px, 7vw, 96px);
}

.layout_padding2-top {
  padding-top: clamp(28px, 4vw, 48px);
}

.layout_padding2-bottom {
  padding-bottom: clamp(28px, 4vw, 48px);
}

.layout_paddings {
  padding: 18px 0;
}

.heading_container h2,
h1,
h2,
h3 {
  color: var(--brand-navy);
  line-height: 1.25;
}

.heading_container h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
}

.heading_container h2 span,
.sactive {
  color: var(--brand-saffron-dark);
}

.heading_container h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 12px;
  border-radius: 20px;
  background: var(--brand-saffron);
}

.heading_container.heading_center h2::after {
  margin-right: auto;
  margin-left: auto;
}

.hero_area {
  height: auto;
  min-height: min(760px, 92vh);
  margin-top: 76px;
  isolation: isolate;
  background-position: center;
}

.hero_area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 250, 242, 0.94) 0%, rgba(255, 250, 242, 0.78) 48%, rgba(23, 35, 61, 0.18) 100%);
}

.sub_page .hero_area {
  min-height: 76px;
  margin-top: 0;
  background-image: none;
}

.sub_page .hero_area::before,
.hero_area2::before {
  display: none;
}

.header_section,
.header_section .fixed-top,
.header_section .nav_container {
  background: rgba(23, 35, 61, 0.98);
}

.header_section .fixed-top {
  box-shadow: 0 8px 30px rgba(8, 14, 28, 0.2);
}

.header_section .container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: clamp(16px, 3vw, 44px);
  padding-left: clamp(16px, 3vw, 44px);
}

.custom_nav-container {
  min-height: 76px;
  padding: 8px 0;
}

.navbar-brand {
  margin-right: 10px;
  white-space: normal;
}

.navbar-brand img {
  display: block;
  width: auto;
  max-width: 150px;
  height: 54px;
  object-fit: contain;
}

.navbar-brand span {
  display: block;
  max-width: 310px;
  color: #fff;
  font-size: clamp(1rem, 1.55vw, 1.4rem);
  line-height: 1.25;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 10px 6px;
  margin: 0 7px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: none;
  transition: color 0.2s ease;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .shadab-a:hover {
  color: #ffb46d;
}

.custom_nav-container .dropdown-menu {
  min-width: 220px;
  padding: 10px;
  border: 1px solid rgba(23, 35, 61, 0.08);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.custom_nav-container .dropdown-item {
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--brand-navy);
  white-space: normal;
}

.custom_nav-container .navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
}

.custom_nav-container .navbar-toggler span,
.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  width: 26px;
  height: 2px;
  background-color: #fff;
}

.custom_nav-container .navbar-toggler span {
  margin: 0;
}

.custom_nav-container .navbar-toggler span::before {
  top: -8px;
}

.custom_nav-container .navbar-toggler span::after {
  top: 8px;
}

.slider_section {
  min-height: calc(min(760px, 92vh) - 76px);
  margin-top: 0;
  padding: 70px 0;
  text-align: left;
}

.slider_section .detail_box {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  color: var(--brand-navy);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.slider_section .detail_box h1 {
  margin: 0 0 18px;
  color: var(--brand-navy);
  font-size: clamp(2rem, 5vw, 4rem);
}

.slider_section .detail_box p {
  margin: 0;
  color: #36415a;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.85;
}

.about_section,
.lab_section {
  background: var(--surface);
}

.about_section .img-box,
.lab_section .box .img-box,
.course_section .box .img-box {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.about_section .img-box img,
.lab_section .box .img-box img,
.course_section .box .img-box img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.about_section .img-box img {
  aspect-ratio: 4 / 3;
}

.about_section .detail-box p,
.news1_section .detail-box p,
.news2_section .detail-box p {
  margin-top: 20px;
  color: var(--muted);
  line-height: 1.85;
}

.about_section .detail-box a,
.course_section .box .detail-box a,
.lab_section .box .detail-box a,
.news1_section .detail-box a,
.news2_section .detail-box a,
.contact_section .form_container button,
.login_section .detail-box form button {
  padding: 11px 24px;
  border-radius: 10px;
  background: var(--brand-saffron);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(233, 134, 47, 0.22);
}

.course_section {
  padding-top: clamp(56px, 7vw, 96px);
  background: #f6efe5;
}

.course_section .box {
  margin-top: 0;
}

.course_section .box .img-box {
  width: min(100%, 920px);
  border-radius: 20px;
}

.course_section .box .img-box img,
.lab_section .box .img-box img {
  max-height: 500px;
}

.course_section .heading_container p,
.lab_section .box p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  line-height: 1.9;
}

.course_section .carousel-control-prev,
.course_section .carousel-control-next,
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  background: var(--brand-navy);
}

.lab_section + .lab_section {
  padding-top: 0;
}

.lab_section .box {
  width: min(100%, 960px);
  margin: 28px auto 0;
}

.news1_section .row,
.news2_section .row {
  overflow: hidden;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 12px 36px rgba(23, 35, 61, 0.07);
}

.news1_section .img-box img,
.news2_section .img-box img {
  display: block;
  width: 100%;
  max-height: 420px;
  border-radius: 14px;
  object-fit: cover;
}

.bottom_bg,
.subscribe_section,
.login_section,
.storingform_section {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%);
}

.contact_section {
  padding-top: clamp(56px, 7vw, 88px);
}

.contact_section .form_container input,
.contact_section .form_container textarea,
.subscribe_section .detail-box form input,
.subscribe_section .detail-box form textarea,
.login_section .detail-box form input,
.storingform_section .detail-box form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
}

.contact_section .form_container textarea {
  min-height: 130px;
  padding: 14px 20px;
  resize: vertical;
}

.contact_section .map_container {
  height: 100%;
  min-height: 390px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.contact_section .map_container iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}

.info_section {
  padding-top: 28px;
}

.info_section .info_box,
.info_section .info_contact {
  width: 100%;
  align-items: flex-start;
}

.info_section .info_contact a,
.info_section .nav-link,
.info_section p {
  color: rgba(255, 255, 255, 0.76) !important;
  overflow-wrap: anywhere;
}

.info_section b {
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.05rem;
}

.info_section .nav-link:hover {
  color: #ffb46d !important;
}

.info_section .social_box {
  justify-content: center;
  margin: 22px 0 34px;
}

.footer_section {
  background: #0d1527;
}

.footer_section .footer_box {
  align-items: center;
  gap: 20px;
}

.footer_section .navbar-brand img {
  max-width: 120px;
  height: 40px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table img,
.img-fluid {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
