/*

Known Template 

https://templatemo.com/tm-516-known

*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,600,700|Nunito:400,600');

  :root {
    --color-primary: #007ffe;
    --color-primary-dark: #0066d4;
    --color-accent: #29ca8e;
    --color-heading: #252525;
    --color-text: #454545;
    --color-text-muted: #5a5a5a;
    --color-surface-alt: #f9f9f9;
    --radius-md: 8px;
    --shadow-card: 0 6px 28px rgba(0, 0, 0, 0.07);
    --shadow-card-hover: 0 12px 36px rgba(0, 0, 0, 0.11);
  }

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.65;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #29ca8e;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #253a52;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
    margin-top: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 0.45em;
    color: #757575;
    line-height: 1.5;
    max-width: 560px;
  }

  .section-title.section-title--center {
    text-align: center;
  }

  .section-title.section-title--center small {
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.section-title--accent h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: var(--color-primary);
    margin-top: 14px;
    border-radius: 2px;
  }

  .section-title.section-title--center.section-title--accent h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #007ffe;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #007ffe;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  /* Navbar header container */
  .custom-navbar .navbar-header {
    display: flex;
    align-items: center;
    height: 70px;
  }

/* Navbar brand (logo container) */
.custom-navbar .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
}

/* Logo image */
.custom-navbar .navbar-brand img {
  height: 70px;       /* adjust logo size */
  width: auto;
  display: block;
}

/* Optional: logo hover effect */
.custom-navbar .navbar-brand img:hover {
  opacity: 0.8;
  transition: 0.3s;
}

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 0;
  }

  /* Logo left, menu right — desktop */
  @media only screen and (min-width: 768px) {
    .custom-navbar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
    }

    .custom-navbar .navbar-header {
      float: none;
      margin: 0;
      flex: 0 0 auto;
    }

    .custom-navbar .navbar-brand {
      padding-left: 0;
      margin-left: 0;
      justify-content: flex-start;
    }

    .custom-navbar .navbar-collapse {
      float: none;
      width: auto;
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      border-top: 0;
      box-shadow: none;
      display: flex !important;
      justify-content: flex-end;
      align-items: center;
      flex: 1 1 auto;
      min-height: 0;
    }

    .custom-navbar .navbar-collapse.collapse {
      height: auto !important;
      overflow: visible !important;
    }

    .custom-navbar .navbar-nav.navbar-nav-first {
      float: none;
      margin: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
    }

    .custom-navbar .navbar-nav.navbar-nav-first > li {
      float: none;
    }

    .custom-navbar .navbar-nav.navbar-nav-first > li:last-child > a {
      padding-right: 20px;
    }
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #29ca8e;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #007ffe;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #007ffe;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #ffffff; }
  .caption h3 a:hover { color: #b8d9ff; }

  .home-slider .item-first {
    background-image: url(../images/home1.png);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url(../images/home2.png);
  }

  .home-slider .item-third {
    background-image: url(../images/home3.png);
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  #feature {
    background: #fafbfc;
  }

  #feature .section-title small {
    color: #6d6d6d;
  }

  .feature-thumb {
    border: 1px solid #eaeaea;
    border-radius: var(--radius-md);
    padding: 3.25em 2.25em;
    background: #ffffff;
    box-shadow: var(--shadow-card);
    height: 100%;
    transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease;
  }

  .feature-thumb:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
    border-color: rgba(0, 127, 254, 0.2);
  }

  .feature-thumb span {
    background: var(--color-primary);
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
    color: var(--color-heading);
  }

  #feature .feature-thumb p {
    color: var(--color-text-muted);
    margin-bottom: 0;
  }

  #feature .feature-cards-row > [class*="col-"] {
    margin-bottom: 24px;
  }

  @media only screen and (min-width: 992px) {
    #feature .feature-cards-row {
      display: flex;
      flex-wrap: wrap;
    }

    #feature .feature-cards-row > [class*="col-"] {
      display: flex;
      margin-bottom: 0;
    }
  }

  #feature .feature-cards-row .feature-thumb {
    margin-bottom: 0;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #007ffe;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }

  /* Services (#team): full-width three columns, readable cards */
  #team .team-services-row {
    margin-top: 8px;
  }

  @media only screen and (min-width: 992px) {
    #team .team-services-row {
      display: flex;
      flex-wrap: wrap;
    }

    #team .team-services-row > [class*="col-"] {
      display: flex;
    }
  }

  #team .team-service-card.team-thumb {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 28px;
    border-radius: 8px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
    border: 1px solid #eaeaea;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
  }

  #team .team-service-card.team-thumb:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
  }

  #team .team-service-card .team-image {
    overflow: hidden;
    background: #f0f0f0;
  }

  #team .team-service-card .team-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
  }

  #team .team-service-card .team-info {
    flex: 1 1 auto;
    padding: 24px 22px 28px;
  }

  #team .team-service-card .team-info h3 {
    font-size: 1.35em;
    line-height: 1.25;
    margin-bottom: 6px;
    color: #252020;
  }

  #team .team-service-card .team-info h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #007ffe;
    margin: 0 0 14px 0;
    line-height: 1.4;
  }

  #team .team-service-card .team-info p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #5a5a5a;
  }

  @media only screen and (min-width: 992px) {
    #team .team-service-card.team-thumb {
      margin-bottom: 0;
    }
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

  /* Product row: full content width */
  #courses .courses-products-wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  #courses .courses-products-static {
    margin-top: 10px;
  }

  #courses .courses-products-static > [class*="col-"] {
    margin-bottom: 24px;
  }

  @media only screen and (min-width: 768px) {
    #courses .courses-products-static {
      display: flex;
      flex-wrap: wrap;
    }

    #courses .courses-products-static > [class*="col-"] {
      margin-bottom: 0;
      display: flex;
      float: none;
    }

    #courses a.courses-product-link {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      width: 100%;
      min-height: 0;
    }

    #courses a.courses-product-link .courses-thumb {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      min-height: 100%;
      height: 100%;
    }

    #courses .courses-thumb .courses-top {
      flex: 0 0 auto;
    }

    #courses .courses-thumb .courses-image img {
      width: 100%;
      display: block;
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }

    #courses .courses-thumb .courses-detail {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      padding-bottom: 22px;
    }
  }

  .courses-thumb {
    background: #ffffff;
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid #eaeaea;
    box-shadow: var(--shadow-card);
  }

  #courses .courses-detail p {
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 0;
    flex: 0 1 auto;
  }

  #courses .courses-detail h3 {
    color: var(--color-heading);
    flex: 0 0 auto;
  }

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #29ca8e;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #007ffe;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: linear-gradient(165deg, #1b2e4a 0%, #243d5e 42%, #1a3555 100%);
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: rgba(255, 255, 255, 0.92);
  }

  #contact .contact-info a:hover,
  #contact .contact-info a:focus {
    color: #ffffff;
  }

  #contact .contact-info i {
    color: var(--color-accent);
  }

  #contact .contact-image {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  }

  #contact .contact-image img {
    display: block;
    width: 100%;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #252020;
    padding: 120px 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer-info .footer-section-title--spaced {
    margin-top: 22px;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #29ca8e;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #29ca8e;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #007ffe;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-header {
      width: 100%;
      justify-content: space-between;
    }

    .custom-navbar .navbar-brand {
      order: 1;
      margin-right: auto;
    }

    .custom-navbar .navbar-toggle {
      order: 2;
      margin-left: 0;
      float: none;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
  

  .whatsapp-float {
    position: fixed;
    bottom: 22px;
    left: 22px;
    width: 56px;
    height: 56px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 56px;
    z-index: 1000;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .whatsapp-float:hover {
    background-color: #20b358;
    transform: scale(1.05);
    color: #ffffff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
  }



.contact-info p {
  font-size: 16px;
  margin: 15px 0;
}

.contact-info i {
  color: var(--color-primary);
  margin-right: 10px;
}

.contact-info a {
  color: #575757;
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--color-primary-dark);
}


#about p {
  margin-bottom: 16px;
  color: var(--color-text-muted);
  line-height: 1.7;
}

#about .about-info > h2 {
  color: var(--color-heading);
  margin-bottom: 8px;
}

#about h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 1.15em;
}


  /*---------------------------------------
     PRODUCT DETAIL PAGES              
  -----------------------------------------*/

  a.courses-product-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  a.courses-product-link:hover,
  a.courses-product-link:focus {
    color: inherit;
    text-decoration: none;
  }

  a.courses-product-link .courses-thumb {
    transition: box-shadow 0.25s ease, transform 0.2s ease;
  }

  a.courses-product-link:hover .courses-thumb,
  a.courses-product-link:focus .courses-thumb {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
  }

  .product-detail-page {
    padding: 50px 0 90px;
    text-align: left;
  }

  .product-detail-page .product-detail-back {
    margin-bottom: 28px;
  }

  .product-detail-page .product-detail-back a {
    color: #007ffe;
    font-weight: 600;
    text-decoration: none;
  }

  .product-detail-page .product-detail-back a:hover,
  .product-detail-page .product-detail-back a:focus {
    color: #252020;
    text-decoration: none;
  }

  .product-detail-page .product-detail-back .fa {
    margin-right: 6px;
  }

  .product-detail-page .product-detail-title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #252525;
    font-size: 2.4em;
    line-height: 1.2;
  }

  .product-detail-page .product-detail-tagline {
    font-size: 1.2em;
    line-height: 1.5;
    color: #555;
    font-style: italic;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #eaeaea;
  }

  .product-detail-page .product-detail-image {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(to right, #202020, #101010);
  }

  .product-detail-page .product-detail-image img {
    width: 100%;
    display: block;
  }

  .product-detail-page .product-detail-body p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 18px;
  }

  .product-detail-page .product-detail-features-title {
    margin-top: 36px;
    margin-bottom: 16px;
    color: #252020;
    font-size: 1.35em;
  }

  .product-detail-page .product-detail-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }

  .product-detail-page .product-detail-features li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 16px;
    line-height: 1.5;
    color: #454545;
    border-bottom: 1px solid #f0f0f0;
  }

  .product-detail-page .product-detail-features li:last-child {
    border-bottom: none;
  }

  .product-detail-page .product-detail-features .fa {
    position: absolute;
    left: 0;
    top: 12px;
    color: #29ca8e;
    font-size: 18px;
  }

  @media only screen and (max-width: 767px) {
    .product-detail-page .product-detail-title {
      font-size: 1.85em;
    }
  }