
:root {
    --primary: #63ab45;
    --secondary: #e2394d;
    --light: #EFF5F9;
    --dark: #486628;
}

.bran-nav{}
.menu-nav{
    float:right;
    display: flex;
  flex-direction: column;   /* column layout */
  justify-content: center;  /* vertical center */
  align-items: center;      /* horizontal center */
  height: 100%;  
}


.main-menu {background-color:#fff;}
.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
    font-weight: 700;
    transition: .5s;
    white-space: nowrap;
}

img {width:100%;}

.p-4 {
    padding: 1rem !important;
}

section{padding:40px 0px;}

a:hover {
    color: #e98428;
}

.text-primary {
    color: #e68527 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #486520;
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.service-item {text-align:center;}
.service-item img{width:100%};
.service-item h4{
font-size: 16px;
    padding: 5px;
    font-weight: 200;}


.text-body {
    color: #000 !important;
}
.btn-outline-primary {
    color: #63ab45;
    border-color: #486628;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #486628;
    border-color: #63ab45;
}

.btn-primary {
    color: #000;
    background-color: #486628;
    border-color: #63ab45;
}
.bg-dark {
    background-color: #496623 !important;
}

.btn {
    font-weight: 700;
    transition: .5s;
}
.bg-gray{background:#f1f4f9;}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.location-trigger{margin-top: 15px;}

   .location-trigger strong {
    font-size: 15px;
}

.auth-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 99999;
    padding:20px;
}

.auth-panel.open {
    right: 0;
}

.auth-content {
    padding: 30px;
    position: relative;
}

.auth-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: none;
    font-size: 22px;
}


/* Mobile spacing */
.location-trigger strong {
    font-size: 14px;
}
.navbar-brand {width: 18%;}
.navbar-branda {width: 10%;}


/* Mobile fine-tuning */
@media (max-width: 575px) {
    .navbar-brand img {
        
    }
}


hr {
    border: 0;
    height: 1px;
    background:#454545;
    width: 100%;
    margin: 16px 0;
}

.fot-a{}
.fot-a p{text-align:justify;padding: 10px 0px;}
.fot-a ul {padding-left: 0px;}
.fot-a ul li{line-height: 2.1rem;border-bottom: 1px solid #00000029
    ;left: 20%;  list-style: none;}
    
.fot-a ul li i{padding-right:10px;    }
    
.fot-a ul li a{color: #000;list-style: none;}
.social-icons {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
}


    .mobile-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #f8f9fa;
      border-top: 1px solid #ddd;
      z-index: 999;
    }

    .mobile-footer a {
      text-decoration: none;
      color: #333;
      font-size: 12px;
    }

    .mobile-footer i {
      display: block;
      font-size: 20px;
    }

    

.fot-a .social-icons li {border-bottom:none;}

.fot-a .social-icons li i{padding:0px;}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Hover effect */
.social-icons li a:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* Brand colors on hover */
.social-icons li:nth-child(1) a:hover { background: #1877f2; } /* Facebook */
.social-icons li:nth-child(2) a:hover { background: #1da1f2; } /* Twitter */
.social-icons li:nth-child(3) a:hover { background: #e4405f; } /* Instagram */
.social-icons li:nth-child(4) a:hover { background: #0077b5; } /* LinkedIn */
.social-icons li:nth-child(5) a:hover { background: #25d366; } /* WhatsApp */


@media (min-width: 992px) {
    
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 20px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    transition: .3s;
}

/* Mobile Fix */

@media (max-width: 768px) {
    .topbar-text {
        text-align: center;
        margin-bottom: 5px;
    }
}

.hero-header {
    background: url(../img/hero.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Hero text responsive */
@media (max-width: 768px) {
    .hero-header h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .hero-header p {
        font-size: 16px;
    }

    .hero-header .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .btn {
   
        text-align: center;
    }
}



.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
/* announcement */
 /* ===== Announcement Bar ===== */
 

.announcement-bar {
  background:#ea8428;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* ANNOUNCEMENT BUTTON */
.announcement-label {
  background: #486421;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* MARQUEE AREA */
.announcement-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* TEXT */
.announcement-text {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  font-size: 15px;

  animation: marquee-stop 24s linear infinite; /* ONE TIME */
}

@keyframes marquee-stop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-90%); /* 🔑 label ke paas aakar stop */
  }
}

    /* ===== Floating Buttons ===== */
    .floating-btn {
      position: fixed;
      right: 15px;
      z-index: 999;
    }

    .whatsapp {
      bottom: 90px;
      background: #25d366;
      color: #fff;
    }

    .call {
      bottom: 20px;
      background: #1a2ea1;
      color: #fff;
    }

    .floating-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      color: #fff;
      font-size: 22px;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    @media (max-width: 768px) {
      .page-header h1 {
        font-size: 32px;
      }
    }
    /* blog */
    .page-header {
      background: linear-gradient(rgba(20, 40, 160, 0.85), rgba(20, 40, 160, 0.85)),
                  url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914');
      background-size: cover;
      background-position: center;
      padding: 90px 0;
      color: #fff;
      position: relative;
    }

    .page-header h1 {
      font-size: 48px;
      font-weight: 700;
    }

    .breadcrumb a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
    }
    .blog-card {
      border: 1px solid #ddd;
      background: #fff;
      transition: 0.3s;
      height: 100%;
    }

    .blog-card:hover {
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
      transform: translateY(-5px);
    }

    .img-wrap {
      position: relative;
      overflow: hidden;
    }

    .img-wrap img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .date-badge {
      position: absolute;
      bottom: -10px;
      left: 20px;
      background: #ffcc00;
      color: #000;
      font-weight: 700;
      text-align: center;
      padding: 10px 14px;
      border-radius: 50%;
      line-height: 1.1;
    }
    
    .owl-item {padding:0px 20px;}
    .display-4 {
        font-size: 32px;
    }
    
        .fs-4 {
        font-size: 16px !important;
    }
    
    .main-menu{
        padding:5px 0px;
    }
    
    .but {
        width:100%;
        display: flex;
    }
    
    .but button{ width:50%;}
    
    
.blog-user img{
    width:60px; height:60px;}

    .card-body {
      padding: 20px 20px;
    }

    .card-body h5 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .highlight {
      color: #1a2ea1;
      font-weight: 600;
    }
    /* courses */
     .hero{background:#fff;margin:40px auto;max-width:1200px;border-radius:24px;padding:60px;display:grid;grid-template-columns:1.1fr 0.9fr;gap:60px}

    .hero h1{font-size:42px;line-height:1.2;margin-bottom:20px}
    .hero p{color:#555;font-size:16px;margin-bottom:22px;max-width:520px}

    .rating{display:flex;align-items:center;gap:10px;margin-bottom:26px}
    .stars{color:#fbbf24;font-size:16px}
    .avatars{display:flex}
    .avatars img{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-10px}
    .avatars img:first-child{margin-left:0}
    .rating small{color:#666}

    .hero-actions{display:flex;gap:16px}

    /* VIDEO CARD */
    .video-card{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15)}
    .video-card img{width:100%;height:100%;object-fit:cover}
    .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center}
    .play-btn::after{content:'';border-left:18px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:4px}

    .badges{position:absolute;bottom:16px;left:16px;display:flex;gap:14px}
    .badge{background:rgba(0,0,0,.7);color:#fff;font-size:12px;padding:8px 12px;border-radius:12px}

    /* RESPONSIVE */
    @media(max-width:900px){
      .hero{grid-template-columns:1fr;padding:40px}
      .hero h1{font-size:34px}
      .nav-links{display:none}
    }
     .course-structure{max-width:1200px;margin:80px auto;background:#13C5DD;padding:60px;border-radius:28px;color:#fff;text-align:center}
    .course-structure h2{font-size:36px;margin-bottom:10px}
    .course-structure .subtitle{color:#dbeafe;margin-bottom:40px}
    .course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
    .course-card{background:rgba(255,255,255,.1);padding:30px;border-radius:22px;text-align:left;backdrop-filter:blur(6px)}
    .course-card h3{font-size:22px;margin:16px 0}
    .course-card p{font-size:14px;color:#e0e7ff;margin-bottom:16px}
    .course-card ul{list-style:none;margin-bottom:20px}
    .course-card ul li{font-size:14px;margin-bottom:8px}
    .course-card .icon{font-size:34px;background:rgba(255,255,255,.15);width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center}

/* contactus */
.contact-wrapper {
      max-width: 1100px;
      margin: 60px auto;
      background: #ffffff;
      border-radius: 16px;
      display: flex;
      gap: 40px;
      padding: 50px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .contact-left {
      flex: 1;
    }

    .contact-left h1 {
      font-size: 40px;
      margin-bottom: 15px;
    }

    .contact-left p {
      color: #555;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .contact-detail {
      margin-bottom: 15px;
    }

    .contact-detail strong {
      display: block;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .chat-btn {
      margin-top: 30px;
      padding: 12px 20px;
      border-radius: 30px;
      border: none;
      background: #13C5DD;
      
      color: #fff;
      cursor: pointer;
    }

    .contact-right {
      flex: 1;
      background: #13C5DD;
      padding: 30px;
      border-radius: 16px;
    }

    .form-row-group {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
    }

    .input-group {
      width: 100%;
    }

    label {
      font-size: 14px;
      display: block;
      margin-bottom: 6px;
      color: #333;
    }

    input, textarea {
      width: 100%;
      padding: 12px;
      border-radius: 8px;
      border: 1px solid #ddd;
      outline: none;
    }

    textarea {
      resize: none;
      height: 120px;
    }

    .send-btn {
      margin-top: 20px;
      padding: 14px 24px;
      border-radius: 30px;
      border: none;
      background:white;
      color: black;
      cursor: pointer;
      font-size: 15px;
    }

    @media (max-width: 900px) {
      .contact-wrapper {
        flex-direction: column;
        padding: 30px;
      }
    }
    /* gallery */
        .gallery-section {
      max-width: 1200px;
      margin: 60px auto;
      padding: 0 20px;
      text-align: center;
    }

    .gallery-header h2 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .gallery-header p {
      max-width: 650px;
      margin: 0 auto 40px;
      color: #555;
      line-height: 1.6;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      cursor: pointer;
      background: #ddd;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.08);
    }

    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }

    .gallery-overlay span {
      color: #fff;
      font-size: 16px;
      padding: 10px 20px;
      border-radius: 30px;
      border: 1px solid #fff;
    }

    /* Lightbox */
    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 12px;
    }

    .lightbox.active {
      display: flex;
    }

    @media (max-width: 600px) {
      .gallery-header h2 {
        font-size: 28px;
      }
    }
    /* aboutus */
   /* COMMON BOX STYLE */
.shadow-box {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* LEFT PANEL */
.left-panel {
  padding-bottom: 5px;
}

.panel-title {
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.panel-title::after {
  content: "";
  width: 55px;
  height: 3px;
  background: #5fa0e1;
  position: absolute;
  bottom: -1px;
  left: 15px;
}

/* MENU */
.panel-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-menu li {
  border-bottom: 1px solid #e6e6e6;
}

.panel-menu li a {
  display: block;
  padding: 12px 15px;
  color: #000;
  font-size: 14.5px;
  text-decoration: none;
}

.panel-menu li.active a {
  background: #5fa0e1;
  color: #fff;
  font-weight: 500;
}

.panel-menu li.sub-active a {
  background: #7fb3ea;
  color: #fff;
}

.panel-menu li a:hover {
  background: #eef5ff;
}

/* RIGHT PANEL */
.right-panel {
  padding: 15px;
}

/* CONTENT TITLE */
.content-title {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  margin-bottom: 15px;
}

.content-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #5fa0e1;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* IMAGE BOX */
.image-box {
  border: 1px solid #dcdcdc;
  padding: 5px;
  background: #fff;
}
 .about-box {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

/* TITLE */
.about-title {
  font-size: 22px;
  font-weight: 600;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.about-title::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -1px;
  width: 70px;
  height: 3px;
  background: #4d90fe;
}

/* MENU */
.about-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.about-menu li a {
  display: block;
  padding: 12px 15px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

/* ACTIVE ITEM */
.about-menu li.active a {
  background: #5fa0e1;
  color: #fff;
  font-weight: 500;
}

/* HOVER */
.about-menu li a:hover {
  background: #f1f6ff;
}


   /* BACKGROUND */
.payment-bg {
  min-height: 80vh;
   
  display: flex;
  align-items: center;
}

/* GLASS CARD */
.payment-glass {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.35);
}

/* LEFT SIDE */
/* PAGE BACKGROUND */
.payment-container {
  min-height: 100vh;
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
}

/* MAIN CARD */
.payment-card {
  max-width: 1100px;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,0.35);
}

/* LEFT PANEL */
.upi-panel {
  background: linear-gradient(160deg, #4facfe, #00c6ff);
  color: #fff;
  position: relative;
}

.upi-panel::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.25), transparent);
}

.upi-inner {
   padding: 40px 30px;
}

.upi-badge {
  display: inline-block;
  background: rgba(255,255,255,0.25);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

.upi-sub {
  opacity: 0.9;
  font-size: 14px;
}

/* QR */
.qr-wrapper {
   width: 200px;
  height: 200px;
  margin: 25px auto;
  border-radius: 24px;
border: 2px dashed rgba(255,255,255,0.7); 
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.15);
  box-shadow: inset 0 0 30px rgba(255,255,255,0.3);
}

.qr-wrapper img {
  width: 150px;
}

/* RIGHT PANEL */
.form-panel {
  padding: 40px;
}

.form-title {
  font-weight: 600;
  margin-bottom: 25px;
}

.form-panel label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.form-control,
.form-select {
  height: 50px;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
}

.form-control:focus,
.form-select:focus {
  border-color: #4facfe;
  box-shadow: 0 0 0 0.2rem rgba(79,172,254,0.25);
}

/* BUTTON */
.submit-payment {
  height: 52px;
  border-radius: 18px;
  font-weight: 600;
  border: none;
  color: #fff;
  background: #36b5ff;
  
  transition: 0.3s ease;
}

.submit-payment:hover {
  transform: translateY(-3px);
 color:white;
}


@media (min-width: 768px) {
  .mobile-footer {
    display: none;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .form-panel {padding: 35px;}
  .navbar-branda{width: 26%;}
  .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }
    
    
    
    

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;}
  .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 15px;
        font-size: 15px;
    }
  .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
  section {padding: 10px 0px;}
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
  
  
  
  .navbar-brand{width: 35%;}
  .mobile-footer {display: flex !important;}
  .team-carousel .owl-nav .owl-prev, .team-carousel .owl-nav .owl-next {
    display:none;}
    .owl-item {padding: 0px 0px;}
    h3, .h3 {    font-size: 16px;}
    .mb-4 { margin-bottom: 0.8rem !important;}
    .mb-5 {
    margin-bottom: 1rem !important;
}
  .card-body{padding: 2px}
  .card-body h5 {
    font-size: 12px;
    font-weight: 400!important;
    margin-bottom: 10px;
}

.service-item h4{font-size:16px;}
  .display-4 {
    font-size: 24px;
}
  
}


.service-item {
    position: relative;
    padding: 0 0px;
    transition: .5s;
}
