@media (min-width: 1360px) {
    .container {
        max-width: 1270px !important; /* your custom ultra-wide width */
        margin: auto;
    }
}

@media (min-width: 299px) {
    .container, .container-md, .container-sm {
        max-width: unset !important;
        padding: 0 6%;
    }
}

@media (min-width: 576px) {
    .container, .container-md, .container-sm {
        max-width: unset !important;
        padding: 0 6%;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: unset !important;
        padding: 0 6%;
    }
}

@media (min-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: unset !important;
        padding: 0 6%;
    }
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    font-family: arial;
    color: #000;
    margin-bottom: 0px !important;
    line-height: 1.4em;
}

.glightbox-clean .gdesc-inner {
    padding: 15px !important;
}

.gslide-image img {
    max-height: 60vh !important;
    max-width: 100%;
}

button:focus {
    outline: none !important;
}

img {
    width: 100%;
}

.social-float {
    gap: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
}
.float  {
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.3s all ease-in-out;
}
.float:hover{
    background-color: #fffefe;
    color: #25d366 !important;
    text-decoration: none;
}
.e-float{
	width:50px;
	height:50px;
	background-color:#0876c8;
    color: #FFF !important;
    border-radius: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.3s all ease-in-out;
}
.e-float:hover{
	background-color:#fffefe;
    color: #0876c8 !important;
    text-decoration: none;
}

/* .common-section-btn-wrap{
    margin: 40px 0 ;
} */

#do_you_know .common-section-btn{
    margin: 20px auto;
    text-align: center;
    animation: move 8s infinite;
    transition: 0.3s all ease-in-out;
}
.ind b {
    font-size: 32px;
    font-weight: 600;
}
.ind{
    margin-top: 35px;
    text-align: center !important;
}


.d-img img{
    margin-top: 40px;
}
.d-eng p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 10px !important;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    justify-content: flex-end;
}


/*/ === banner css starts === /*/

.banner {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures video covers the section */
  z-index: -1; /* push video behind text */
  transform: scaleX(-1);
}

.banner-content {
    padding: 15px 20px;
    text-align: left;
    background: #0000004d;
    border-left: 5px solid #ffffff;
    border-radius: 15px;
}
.banner-head {
    font-family: "Lexend Deca", sans-serif !important;
    text-align: center;
    position: absolute;
    max-width: 900px;
    top: 60%;
    transform: translateY(-30%);
    left: 60px;
}
.banner-head h1 {
    font-size: 54px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-weight: 600;
}

.banner p {
    font-size: 20px;
    color: #fff;
    text-align: left;
    font-style: italic;
    margin: 0;
}
.navbar {
    background-color: #ffffff;
    position: fixed;
    padding: 10px !important;
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.navbar-light .navbar-toggler {
    border: none;
    color: #fff;
}
.navbar-light .navbar-toggler:focus {
    border: none;
    box-shadow: none;
}
.fixed-top.scrolled-inner {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 999;
}
.fixed-top.scrolled-inner .navbar-brand {
    width: 130px;
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
}

.navbar-brand {
    width: 180px;
    margin: 5px 0;
    transition: 200ms linear;
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 400;
    color: #000;
    padding: 10px 20px 10px !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #457c44 ;
}

.banner .form-box {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 10px;
    padding:40px 8% 50px;
    box-shadow: 1px 1px 11px 2px #0000001a;
}
.banner .custom-container {
    padding:0px 7%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.navbar .nav-call {
  position: relative;
  background: #457c44;
  border-radius: 50px;
  font-weight: 500 !important;
  font-size: 16px;
  border: 1px solid #457c44;
  width: fit-content;
  color: #fff !important;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 18px;
  overflow: hidden;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.35s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* water-wave layer */
.navbar .nav-call::before {
  content: "";
  position: absolute;
  bottom: -120%;
  left: 0;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.265) 20%, transparent 70%);
  border-radius: 40%;
  transform: rotate(0deg);
  opacity: 0;
  z-index: 0;
}

/* shimmer layer */
.navbar .nav-call::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.167) 0%,
    rgba(255,255,255,0) 80%
  );
  opacity: 0;
  z-index: 1;
}

/* icon stays on top */
.navbar .nav-call i {
  font-size: 16px;
  padding: 10px;
  border-radius: 50%;
  margin: 0;
  line-height: 1;
  color: #457c44;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

/* hover state */
.navbar .nav-call:hover {
  background: rgba(69, 124, 68, 1);
  border-color: #457c44;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* water-wave animates upwards */
.navbar .nav-call:hover::before {
  opacity: 1;
  animation: waveFill 1.8s forwards ease-in-out;
}

/* shimmer sweep */
.navbar .nav-call:hover::after {
  opacity: 1;
  animation: shimmerSweep 1.2s forwards ease-out;
}

/* icon fun bounce */
.navbar .nav-call:hover i {
  transform: rotate(15deg) scale(1.1);
}

/* keyframes */
@keyframes waveFill {
  0% { bottom: -120%; transform: rotate(0deg); }
  100% { bottom: -10%; transform: rotate(360deg); }
}

@keyframes shimmerSweep {
  0% { left: -150%; }
  100% { left: 150%; }
}

.navbar .nav-wtsp {
    background-color: #457c44;
    border-radius: 50px;
    font-weight: 500 !important;
    font-size: 18px;
    transition: 0.2s ease;
    border: 1px solid #457c44;
    width: fit-content;
    margin-left: 15px;
    color: #fff !important;
}
.navbar .nav-wtsp:hover {
    border: 1px solid #fff;
}
.navbar .nav-call:hover {
    border: 1px solid #fff;
}
.navbar .nav-call img {
    width: 25px;
    margin-top: -3px;
    margin-right: 4px;
}
.navbar-fixed-top.scrolled-inner .nav-call {
    color: #fff !important;
}
.navbar .nav-wtsp img {
    width:30px;
    margin-top: -3px;
}
.banner .form-box h5 {
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}
.banner .form-box h5 span {
    color: #457c44;
    font-weight: 600;
    font-size: 28px;
    padding-top: 8px;
}

/*/ === banner css ends === /*/

/* do you know start */

.do-you-know-wrap{
    background: #ffffff;
    padding: 60px 0 30px;
}

.do-you-know-wrap h3 {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    margin: 20px 0;
    text-align: center;
    color: #457c44;
}

.do-you-know-wrap p i {
    margin-top: 10px;
    color: #457c44;
}

/* do you know end */

/*/ === about section css starts === /*/
#about .img img{
    width: 70%;
    animation: bounce 5s infinite;
} 

@keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
    .about-main {
        padding: 60px 0 30px;
    }
    .about-main .row {
        justify-content: center !important;
    }
.about-main .content h4 {
    font-family: "Lexend Deca", sans-serif !important;
    color: #457c44;
    font-weight: 700;
    font-size: 40px;
    margin: 20px 0 5px;
    text-align: center;
}

.about-main .content h5 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
}
.about-main .content p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.7;
    text-align: center;
}

.about-main-media-thumb video {
    width: 100%;
    aspect-ratio: 16/9;
    height: 500px;
    object-fit: contain;
    display: block;
    background: #000;
}

.about-main .common-section-btn-wrap {
    text-align: center;
}

.common-section-btn {
    position: relative;
    color: #fff;
    background: #457c44;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
    margin: 40px 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.158);
    border: 5px solid transparent;
    cursor: pointer;
    z-index: 0;
}

.common-section-btn:hover::before {
  animation-play-state: paused;
}

.common-section-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 12px;
  background: conic-gradient(from 0deg, #ffffff, #ffffffe6, #ffffffb3, #ffffff99);
  z-index: -2;
  animation: spin 2.5s linear infinite;
  animation-fill-mode: forwards;
}

.common-section-btn:hover::before {
  animation-play-state: paused;
  transform: rotate(180deg) !important;
}

.common-section-btn:hover i {
    transform: translateX(5px);
}

.common-section-btn::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 8px;
    background: #457c44;
    z-index: -1;
}

.common-section-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.233);
    background: #457c44;
    color: #ffffff !important;
    border-color: transparent;
    text-decoration: none;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.popup-form {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  position: relative;
}

.popup-form h3 {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.form-group textarea{
    min-height: 70px !important;
}

.submit-btn {
  background: #323232;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.form-status {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}




.about-main .content a {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 400;
    background-color: #457c44;
    border-radius: 35px;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    display: block;
    width: fit-content;
    margin-top: 20px;
    cursor: pointer;
}
/*/ === about section css ends === /*/

/* vr experience start */

.vr-section {
  background-color: #fff;
  color: #000;
  padding: 0px 0px 60px;
}
.vr-section .vr-section-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  justify-content: center;
}

.vr-section .vr-section-item {
  margin: 0;
}

.vr-section .vr-section-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-weight: 600;
  background: #fff;
  padding: 12px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
  border: 2px solid #457c44;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.vr-section .vr-section-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.vr-section .vr-section-btn:hover {
  color: #fff;
  background: #457c44;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(69, 124, 68, 0.25);
}

.vr-section .vr-section-btn:hover i {
  transform: scale(1.2);
}

.vr-section .vr-section-btn.active {
  background-color: #457c44;
  border-color: #457c44;
  color: #fff;
  box-shadow: 0 6px 12px rgba(69, 124, 68, 0.3);
}

.vr-section .vr-section-btn.active i {
  color: #fff;
}

.vr-section .vr-section-btn span {
  white-space: nowrap;
}

.tab-content {
  padding-top: 20px;
}

.vr-content h2 {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #457c44;
}

.vr-content h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #457c44;
    font-family: "Lexend Deca", sans-serif !important;
}

.vr-content h6 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

.vr-content p {
    margin-bottom: 15px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.vr-content p i {
    margin-top: 10px;
    color: #8e2886;
}

.vr-buttons{
    display: flex;
    gap: 30px;
}

.vr-experience-wrap .row {
    align-items: stretch;
    justify-content: center;
}

.vr-video video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  display: block;
  margin-top: 20px;
}

.vr-instagram-video {
    width: 100%;
    position: relative;
    margin: 30px auto 0;
}

.insta-Video {
    display: block;
    object-fit: contain;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    position: relative;
    background: #000;
}

.instagram-iframe-wrapper iframe {
    pointer-events: none; /* disables clicks on the iframe */
}

.vr-instagram-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.vr-instagram-video .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    text-decoration: none !important;
}

.vr-lightbox-video {
    position: relative;
    width: 100%;
    border-radius: 15px;
    background: #000;
    overflow: hidden;
}

.vr-lightbox-video video.vr-video-thumb {
  width: 100%;
  height: 400px;
  object-fit: contain;
  display: block;
  border-radius: 15px;
}

.vr-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.vr-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    text-decoration: none !important;
}

.vr-media-slider-wrap {
    padding: 60px 0 0;
    position: relative;
    width: 100%;
}

/* Slider container */
.vr-media-slider {
    width: 100%;
    display: flex;
}

/* Individual slide item */
.vr-media-slider-item {
    padding: 10px;
    box-sizing: border-box;
}

.vr-media-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    background: #dcead6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vr-media-box img,
.vr-media-box video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    transition: transform 0.3s ease;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: #fff;
}

.media-caption {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    min-height: 40px;
}

.vr-slider-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.vr-slider-nav button {
    background: #fff;
    color: #457c44;
    border: 1px solid #457c44;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vr-slider-nav button:hover {
    background: #457c44;
    color: #fff;
}

.vr-media-slider-wrap .glightbox-clean .gprev,
.vr-media-slider-wrap .glightbox-clean .gnext {
    display: none !important;
}

.vr-brochure-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin: 40px 0;
}

.vr-brochure-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #457c44;
    background: #ffffff;
    color: #457c44;
    padding: 14px 30px;
    border-radius: 14px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: all 0.35s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.vr-brochure-btn i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.vr-brochure-btn span {
  position: relative;
  z-index: 1;
}

.vr-brochure-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, #5d9c5b, #457c44);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.vr-brochure-btn:hover::before {
  opacity: 1;
}

.vr-brochure-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.vr-brochure-btn:hover i {
  transform: scale(1.15);
}



/* vr experience end */

/* hologram start */

.hologram-media {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hologram-video {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.hologram-media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffb2;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #000000;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.hologram-slider-wrap {
  position: relative;
  width: 100%;
  margin: 20px auto;
}

.hologram-slider-media {
  padding: 10px;
}

.hologram-thumb video, .hologram-thumb iframe {
    width: 100%;
    height: 400px;
    background: #000;
    object-fit: contain;
    border-radius: 12px;
    display: block;
}

/* hologram end */

/* Business start */

.pdf-preview-card {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.pdf-preview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.pdf-preview-image {
    width: 100%;
    height: 400px; /* adjust as needed */
    background-image: url('../image/pdf-thumbnail.webp'); 
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
}

.btn-view-pdf {
    display: block;
    width: 100%;
    padding: 15px 10px;
    background: #457c44;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-view-pdf:hover {
    background: #3a7239;
    color: #fff !important;
    text-decoration: none;
}

.edu-video-slider-wrap{
    margin: 30px 0;
}

.edu-video-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.edu-video-slider .slick-slide {
  height: auto !important;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  margin: 10px;
}

.edu-video-slider .slick-current {
  opacity: 1;
}

.edu-media-card {
  border-radius: 12px;
  overflow: hidden;
  background: #d6e6cd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.edu-media-thumb video, .edu-media-thumb iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: 380px;
    object-fit: contain;
    display: block;
    background: #000;
}

.edu-media-title {
  padding: 10px 15px;
  background: #457c44;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.business-media-card {
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 13px;
    margin-bottom: 30px;
}

.business-media-card video {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
}

.business-media-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.business-media-card .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    text-decoration: none !important;
}

.media-card {
    padding: 10px;
    background: #dae8d2;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-card img,
.media-card video,
.media-card iframe {
    width: 100%;
    height: auto;       /* let height adjust automatically */
    height: 400px;  /* optional max height */
    border-radius: 15px;
    display: block;
    object-fit: contain; /* maintain aspect ratio without cropping */
}



/* Business end */

/* products */
#products .custom-container{
    padding: 40px 7%;
}
#products h4{
    font-family: "Lexend Deca", sans-serif !important;
    color: #457c44;
    font-weight: 700;
    font-size: 40px;
    margin: 20px 0 40px;
    text-align: center;
}
.prod img{
    width: 50%;
    margin: auto;
    display: block;
}
.prod {
    border: 1px solid #457c441f;
    margin: 0 35px;
    padding: 13px;
    box-shadow: 0px 7px 5px 0px #457c442e;
    border-radius: 5px;
}
.prod h5 {
    text-align: center;
    font-size: 18px;
    font-family: "Lexend Deca", sans-serif !important;
    color: #457c44;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
#products a:hover{
    text-decoration: none;
}
/* VIDEO SECTION */

.videos-section .custom-container {
    padding: 30px 7% 30px;

}
.videos-section .content h4 {
    font-family: "Lexend Deca", sans-serif !important;
    color: #457c44;
    font-weight: 700;
    font-size: 40px;
    margin: 10px 0px 30px;
    text-align: center;
}
.videos-section .videos h5 {
    font-family: "Lexend Deca", sans-serif !important;
    color: #457c44;
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0px 20px;
    text-align: center;
 
}
.videos-section .videos{
    text-align: center;
    margin: 40px 25px;
}

.videos-section {
    background-color:#f5f8f5;
}

/*VIDEO SECTION*/

/*/ === footer section css starts === /*/
.footer{
    padding: 40px 0 0;
}
#contact{
    /* background-color: #457c4414; */
    background-image: url('../image/f-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .custom-container {
    padding: 50px 7% 30px;
}
.footer .footer-contact h4 {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 500;
    color: #000000;
    font-size: 30px;
}
.footer .footer-contact p {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
}
.footer .footer-contact a img {
    width: 25px;
    margin-right: 10px;
}

.footer .footer-contact a {
    background-color: #fff;
    border-radius: 50px;
    display: block;
    width: fit-content;
    text-decoration: none;
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    color: #000;
    padding: 10px 30px;
}
/* .footer .footer-contact {
    padding-left: 60px;
} */

.footer .footer-address h4 {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 700;
    font-size: 23px;
}
.footer .quk h4 {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 700;
    font-size: 23px;
}
.quk a {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    display: flex;
}

.quk a:hover{
    color: #000000;
    text-decoration: none;
}
.logo p {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 300;
    color: #000000;
    font-size: 16px; 
    margin-top: 10px;
}
.logo img{
    width: 75%;
}
.footer .footer-address h6 {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin-top: 25px;
}
.footer-address h5{
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.footer .footer-address p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
}
.footer .footer-address a {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    word-wrap: break-word;
}
.ft-c-auto {
    margin: auto;
    display: flex;
    justify-content: center;
}
.socials {
    display: flex;
    margin-bottom: 15px;
}
.socials .fab {
    font-size: 26px;
    margin-top: 10px;
}
.socials a{
   color: #000;
   margin: 0 7px;  
}
.socials h4{
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 500;
    color: #000000;
    font-size: 30px;
}
.copy {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 10px 10px 15px;
}
.copy p{
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.copy a{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    color: #000000;
}
.copy a:hover{
    text-decoration: none;
    color: #457c44;
    
}
.footer-row{
    border-bottom: 1px solid #838282da;
}

/*/ === footer section css ends === /*/

.text-center .certi{
    padding-top: 15px;
}
.accordion-button{
    font-weight: 500;
}

video:fullscreen {
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    border-radius: 0px !important;
    object-fit: contain !important;
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }
}


@media (max-width: 991.50px) {
    .collapse.navbar-collapse {
        display: none !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 0px;
        z-index: 1100;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        right: -280px;
        width: 200px;
        background: #fff;
        box-shadow: -4px 0 15px rgb(0 0 0 / 44%);
        transition: right 0.4s ease;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        padding: 60px 0px 0px;
        border-radius: 0 0 0 13px;
        overflow: hidden;
    }

    .mobile-menu.show {
        right: 0;
    }

    /* Hamburger toggle inside mobile menu */
    .mobile-menu .navbar-toggler {
        align-self: flex-end;
        margin-bottom: 20px;
        z-index: 1100;
        border: none;
        background: none;
    }

    .toggler-icon {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px 0;
        background-color: #000;
        transition: all 0.3s ease;
    }

    .navbar-toggler.active .toggler-icon:nth-child(1) {
        transform: rotate(45deg) translate(5px,5px);
    }
    .navbar-toggler.active .toggler-icon:nth-child(2) { opacity: 0; }
    .navbar-toggler.active .toggler-icon:nth-child(3) {
        transform: rotate(-45deg) translate(6px,-6px);
    }

    .mobile-menu .nav-link {
        padding: 10px 15px !important;
        font-size: 14px;
        width: 100%;
        text-align: left;
        border: 1px solid #eee;
        color: #000 !important;
        background: #ffffff !important;
        border-radius: 0;
        gap: 10px;
    }

    .navbar .nav-call i {
        font-size: 16px;
        padding: 0;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0;
    }

    .nav-link-col{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

@media only screen and (min-width:300px) and (max-width: 576.50px) {

.navbar-brand {
    width: 120px;
    margin: 3px 0;
    padding: 0;
    transition: 200ms linear;
}

.fixed-top.scrolled-inner .navbar-brand {
    width: 100px;
}

.banner {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
}

.banner-head {
    left: 20px;
}

.banner-content {
    padding: 15px ;
    text-align: left;
    background: none;
    border-left: none;
    border-radius: 0;
}

.banner-head h1 {
    font-size: 28px;
}

.banner p {
    font-size: 14px;
}

.about-main {
    padding: 40px 0 30px;
}

.about-main .content h4 {
    font-size: 26px;
    margin: 10px 0 5px;
}

.about-video-col {
    margin-top: 30px;
}

.about-main-media-thumb video {
    width: 100%;
    height: 300px;
}

.about-main .content p {
    font-size: 14px;
}

.common-section-btn-wrap {
    margin: 20px 0;
}
.about-main .common-section-btn-wrap {
    margin: 0 !important;
    text-align: center;
}
.vr-section .vr-section-item {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}
.common-section-btn {
    font-size: 18px;
}
.vr-brochure-buttons .vr-brochure-btn {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
}
.vr-media-slider-item .media-caption {
    font-size: 12px;
}
.vr-section .vr-section-tabs {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 30px;
}
.vr-section .vr-section-btn {
    width: 100%;
    max-width: 370px;
    justify-content: flex-start;
    border-radius: 10px;
    gap: 20px;
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    text-align: left;
}
.vr-section .vr-section-btn i {
    font-size: 20px;
}
.vr-section .vr-section-btn span {
    white-space: normal;
}


.vr-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.vr-content h6 {
    font-size: 18px;
}
.vr-content p {
    font-size: 14px;
}
.vr-content h4 {
    font-size: 20px;
    margin: 10px 0;
}
.social-float {
    right: 10px;
}
.float ,.e-float {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.vr-instagram-video {
    margin: 15px auto;
}
.vr-media-box img, .vr-media-box video,.vr-media-box img, .vr-media-box video {
    width: 100%;
    height: 300px;
}
.insta-Video {
    height: 300px;
}
.vr-instagram-video .play-btn ,.left-media .play-btn ,.hologram-media .play-btn{
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.vr-media-slider-wrap {
    padding: 30px 0 0;
}
.vr-slider-nav {
    gap: 10px;
    margin-top: 15px;
}
.vr-slider-nav button {
    font-size: 14px;
    width: 40px;
    height: 40px;
}
.edu-media-thumb video, .edu-media-thumb iframe {
    height: 300px;
    object-fit: cover;
}
.edu-media-title {
    font-size: 14px;
}
.vr-section {
    padding: 0px 0px 40px;
}
.pdf-preview-card, .pdf-preview-image {
    height: 300px;
}
.edu-wrap {
    margin: 20px 0;
}
.btn-view-pdf {
    font-size: 14px;
}
.business-media-card video {
    width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
}
.edu-video-slider .slick-track {
    display: flex !important;
    align-items: stretch;
    gap: 0;
}
.left-media .vr-main-video ,.left-media a ,.media-item img ,.hologram-video  {
    width: 100%;
    height: 300px;
}

.media-card img, .media-card video, .media-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: 300px;
    min-height: 300px !important;
    display: block;
    border-radius: 12px;
}

.logo img {
    width: 150px;
    margin-bottom: 10px;
}
.logo p, .footer .footer-address p, .quk a, .footer .footer-address a {
    font-size: 14px;
    margin-top: 10px;
}
.footer .footer-address h4, .footer .quk h4, .footer .footer-address h4 {
    font-size: 18px;
}
.footer-address h5 {
    font-size: 16px;
}
.socials {
    margin-bottom: 10px;
}
.socials .fab {
    font-size: 22px;
}
.copy {
    padding: 10px;
}
.copy p{
    font-size: 14px;
    margin: 0;
}

}

@media only screen and (min-width: 577px) and (max-width: 767.50px) {

.navbar-brand {
    width: 130px;
    margin: 3px 0;
    padding: 0;
    transition: 200ms linear;
}

.fixed-top.scrolled-inner .navbar-brand {
    width: 120px;
} 

.banner {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
}

.banner-head {
    left: 20px;
}

.banner-content {
    padding:20px;
    text-align: left;
    background: none;
    border-left: none;
    border-radius: 0;
}

.banner-head h1 {
    font-size: 36px;
}

.banner p {
    font-size: 14px;
}

.about-main {
    padding: 40px 0 30px;
}

.about-main .content h4 {
    font-size: 26px;
    margin: 10px 0 5px;
}

.about-main .content p {
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    text-align: center;
}

.common-section-btn-wrap {
    margin: 20px 0;
}

.about-main .common-section-btn-wrap {
    margin: 0 !important;
    text-align: center;
}
.common-section-btn {
    font-size: 16px;
    padding: 10px 15px;
}
.vr-brochure-buttons .vr-brochure-btn {
    padding: 12px 15px;
    font-size: 14px;
}
.vr-media-slider-item .media-caption {
    font-size: 12px;
}

.vr-section .vr-section-tabs {
    gap: 10px;
    margin: 0px 0 15px 0;
}
.vr-section .vr-section-tabs .vr-section-btn {
    font-size: 14px;
    line-height: 1 !important;
    gap: 15px;
}
.vr-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.vr-content h6 {
    font-size: 18px;
}
.vr-content p {
    font-size: 14px;
}
.vr-content h4 {
    font-size: 20px;
    margin: 10px 0;
}
.social-float {
    right: 10px;
}
.float ,.e-float {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.vr-instagram-video {
    margin: 15px auto;
}
.insta-Video {
    height: 300px;
}
.vr-instagram-video .play-btn ,.left-media .play-btn ,.hologram-media .play-btn{
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.vr-media-slider-wrap {
    padding: 30px 0 0;
}
.vr-slider-nav {
    gap: 10px;
    margin-top: 15px;
}
.vr-slider-nav button {
    font-size: 14px;
    width: 40px;
    height: 40px;
}
.edu-media-thumb video, .edu-media-thumb iframe {
    height: 300px;
}
.vr-media-box img, .vr-media-box video {
    height: 300px;
}
.edu-media-title {
    font-size: 14px;
}
.vr-section {
    padding: 0px 0px 40px;
}
.pdf-preview-card, .pdf-preview-image {
    height:300px;
}
.edu-wrap {
    margin: 20px 0;
}
.btn-view-pdf {
    font-size: 14px;
}
.business-media-card video {
    width: 100%;
    height: 300px;
}

.left-media .vr-main-video, .left-media a, .media-item img, .hologram-video {
    width: 100%;
    height: 300px;
}

.media-card img, .media-card video, .media-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: 300px;
    min-height: 300px !important;
    display: block;
    border-radius: 12px;
}

.logo img {
    width: 150px;
    margin-bottom: 10px;
}
.logo p, .footer .footer-address p, .quk a, .footer .footer-address a {
    font-size: 14px;
    margin-top: 10px;
}
.footer .footer-address h4, .footer .quk h4, .footer .footer-address h4 {
    font-size: 18px;
}
.footer-address h5 {
    font-size: 16px;
}
.socials {
    margin-bottom: 10px;
}
.socials .fab {
    font-size: 22px;
}
.copy {
    padding: 10px;
}
.copy p{
    font-size: 14px;
    margin: 0;
}

}

@media only screen and (min-width:768px) and (max-width: 991.50px) {

.navbar-brand {
    width: 140px;
    margin: 3px 0;
    padding: 0;
    transition: 200ms linear;
}

.fixed-top.scrolled-inner .navbar-brand {
    width: 130px;
}

.banner {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
}

.banner-head {
    left: 40px;
}

.banner-content {
    padding: 15px;
    text-align: left;
    background: none;
    border-left: none;
    border-radius: 0;
}

.banner-head h1 {
    font-size: 36px;
}

.banner p {
    font-size: 16px;
}

.about-main {
    padding: 40px 0 30px;
}

.about-main .content h4 {
    font-size: 26px;
    margin: 10px 0 5px;
}

.about-main .content p {
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    text-align: center;
}

.common-section-btn-wrap {
    margin: 20px 0;
}

.about-main .common-section-btn-wrap {
    margin: 0 !important;
    text-align: center;
}
.common-section-btn {
    font-size: 18px;
    padding: 10px 15px;
}
.vr-brochure-buttons .vr-brochure-btn {
    padding: 12px 15px;
    font-size: 14px;
}
.vr-section .vr-section-tabs {
    gap: 10px;
    margin: 0px 0 15px 0;
}
.vr-section .vr-section-tabs .vr-section-btn {
    font-size: 16px;
    line-height: 1 !important;
    gap: 15px;
}
.vr-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.vr-content h6 {
    font-size: 18px;
}
.vr-content p {
    font-size: 14px;
}
.vr-content h4 {
    font-size: 20px;
    margin: 10px 0;
}
.social-float {
    right: 10px;
}
.float ,.e-float {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.vr-instagram-video {
    margin: 15px auto;
}
.insta-Video {
    height: 300px;
}
.vr-instagram-video .play-btn ,.left-media .play-btn ,.hologram-media .play-btn{
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.vr-media-slider-wrap {
    padding: 30px 0 0;
}
.vr-slider-nav {
    gap: 10px;
    margin-top: 15px;
}
.vr-slider-nav button {
    font-size: 14px;
    width: 40px;
    height: 40px;
}
.edu-media-thumb video, .edu-media-thumb iframe {
    height: 300px;
}
.edu-media-title {
    font-size: 14px;
}
.vr-section {
    padding: 0px 0px 40px;
}
.pdf-preview-card, .pdf-preview-image {
    height: 300px;
}
.edu-wrap {
    margin: 20px 0;
}
.btn-view-pdf {
    font-size: 14px;
}
.business-media-card video {
    width: 100%;
    height: 300px;
}

.edu-video-slider .slick-track {
    display: flex !important;
    align-items: stretch;
    gap: 0;
}

.left-media .vr-main-video ,.left-media a ,.media-item img ,.hologram-video  {
    width: 100%;
    height: 400px;
}

.media-card img, .media-card video, .media-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: 400px;
    min-height: 400px !important;
    display: block;
    border-radius: 12px;
}

.logo img {
    width: 150px;
    margin-bottom: 10px;
}
.logo p, .footer .footer-address p, .quk a, .footer .footer-address a {
    font-size: 14px;
    margin-top: 10px;
}
.footer .footer-address h4, .footer .quk h4, .footer .footer-address h4 {
    font-size: 18px;
}
.footer-address h5 {
    font-size: 16px;
}
.socials {
    margin-bottom: 10px;
}
.socials .fab {
    font-size: 22px;
}
.copy {
    padding: 10px;
}
.copy p{
    font-size: 14px;
    margin: 0;
}

}

@media only screen and (min-width:992px) and (max-width: 1200.50px) {

.navbar-brand {
    width: 140px;
    margin: 3px 0;
    padding: 0;
    transition: 200ms linear;
}

.banner-head {
    max-width: 700px;
    left: 40px;
}

.banner-content {
    padding: 20px;
}

.banner-head h1 {
    font-size: 40px;
}

.banner p {
    font-size: 16px;
}

.about-main {
    padding: 40px 0 30px;
}

.about-main .content h4 {
    font-size: 30px;
    margin: 10px 0 5px;
}

.about-main .content p {
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    text-align: center;
}

.common-section-btn-wrap {
    margin: 20px 0;
}

.about-main .common-section-btn-wrap {
    margin: 0 !important;
    text-align: center;
}
.common-section-btn {
    font-size: 18px;
    padding: 10px 15px;
}
.vr-section .vr-section-tabs {
    gap: 10px;
    margin: 0px 0 15px 0;
}
.vr-section .vr-section-tabs .vr-section-btn {
    font-size: 14px;
    line-height: 1 !important;
    gap: 15px;
}
.vr-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.vr-content h6 {
    font-size: 18px;
}
.vr-content p {
    font-size: 14px;
}
.vr-content h4 {
    font-size: 20px;
    margin: 10px 0;
}
.social-float {
    right: 10px;
}
.float ,.e-float {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.vr-instagram-video {
    margin: 15px auto;
}
.insta-Video {
    height: 300px;
}
.vr-instagram-video .play-btn ,.left-media .play-btn ,.hologram-media .play-btn{
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.vr-media-slider-wrap {
    padding: 30px 0 0;
}
.vr-slider-nav {
    gap: 10px;
    margin-top: 15px;
}
.vr-slider-nav button {
    font-size: 14px;
    width: 40px;
    height: 40px;
}
.edu-media-thumb video, .edu-media-thumb iframe {
    height: 300px;
}
.edu-media-title {
    font-size: 14px;
}
.vr-section {
    padding: 0px 0px 40px;
}
.pdf-preview-card, .pdf-preview-image {
    height: 300px;
}
.edu-wrap {
    margin: 20px 0;
}
.btn-view-pdf {
    font-size: 14px;
}

.left-media .vr-main-video ,.left-media a ,.media-item img ,.hologram-video  {
    width: 100%;
    height: 300px;
}

.media-card img, .media-card video, .media-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: 300px;
    min-height: 300px !important;
    display: block;
    border-radius: 12px;
}

.logo img {
    width: 150px;
    margin-bottom: 10px;
}
.logo p, .footer .footer-address p, .quk a, .footer .footer-address a {
    font-size: 14px;
    margin-top: 10px;
}
.footer .footer-address h4, .footer .quk h4, .footer .footer-address h4 {
    font-size: 18px;
}
.footer-address h5 {
    font-size: 16px;
}
.socials {
    margin-bottom: 10px;
}
.socials .fab {
    font-size: 22px;
}
.copy {
    padding: 10px;
}
.copy p{
    font-size: 14px;
    margin: 0;
}

}

@media only screen and (min-width:1201px) and (max-width: 1400.50px) {

.navbar-brand {
    width: 140px;
    margin: 3px 0;
    padding: 0;
    transition: 200ms linear;
}

.banner-head {
    max-width: 700px;
    left: 40px;
}

.banner-content {
    padding: 20px;
}

.banner-head h1 {
    font-size: 40px;
}

.banner p {
    font-size: 16px;
}

.about-main {
    padding: 40px 0 30px;
}

.about-main .content h4 {
    font-size: 30px;
    margin: 10px 0 5px;
}

.about-main .content p {
    font-family: "Lexend Deca", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    text-align: center;
}

.common-section-btn {
    font-size: 16px;
    padding: 10px 15px;
}

.vr-section .vr-section-tabs {
    gap: 5px;
    margin: 0px 0 30px 0;
}
.vr-section .vr-section-tabs .vr-section-btn {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 6px 0 6px 0;
}
.vr-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.vr-content h6 {
    font-size: 20px;
}
.vr-content p {
    font-size: 16px;
}
.vr-content h4 {
    font-size: 26px;
    margin: 10px 0;
}
.social-float {
    right: 10px;
}
.float ,.e-float {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.vr-instagram-video {
    margin: 15px auto;
}

.vr-instagram-video .play-btn ,.left-media .play-btn ,.hologram-media .play-btn{
    width: 50px;
    height: 50px;
    font-size: 16px;
}
.vr-media-slider-wrap {
    padding: 30px 0 0;
}
.vr-slider-nav {
    gap: 10px;
    margin-top: 15px;
}
.vr-slider-nav button {
    font-size: 14px;
    width: 40px;
    height: 40px;
}

.edu-media-title {
    font-size: 16px;
}
.vr-section {
    padding: 0px 0px 40px;
}

.edu-wrap {
    margin: 20px 0;
}
.btn-view-pdf {
    font-size: 16px;
}

.logo img {
    width: 150px;
    margin-bottom: 10px;
}
.logo p, .footer .footer-address p, .quk a, .footer .footer-address a {
    font-size: 16px;
    margin-top: 10px;
}
.footer .footer-address h4, .footer .quk h4, .footer .footer-address h4 {
    font-size: 20px;
}
.footer-address h5 {
    font-size: 16px;
}
.socials {
    margin-bottom: 10px;
}
.socials .fab {
    font-size: 22px;
}
.copy {
    padding: 10px;
}
.copy p{
    font-size: 16px;
    margin: 0;
}

}

  @media only screen and (min-width:998px) and (max-width:1150px){
    .navbar-light .navbar-nav .nav-link {
        padding: 9px 11px 9px !important;

    }
  }
