  /*
DIGITAL TREND

https://templatemo.com/tm-538-digital-trend

*/


  :root {
    --primary-color:        #0d4f9f;
    --secondary-color:      #2f9bff;
    --white-color:          #ffffff;
    --dark-color:           #101828;
    --project-bg:           #f0f6ff;
    --menu-bg:              #ffffff;

    --title-color:          #15141a;
    --gray-color:           #909090;
    --link-color:           #404040;
    --p-color:              #666262;

    --base-font-family:     'Inter', sans-serif;
    --title-font-family:    'Inter', sans-serif;
    --font-bold-family:     'Inter', sans-serif;
    --font-weight-bold:     bold;

    --h1-font-size:         42px;
    --h2-font-size:         32px;
    --h3-font-size:         24px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100px;
    --border-radius-small:  5px;
  }

  body {
    background: var(--white-color);
    font-family: var(--base-font-family);
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: var(--title-font-family);
    line-height: inherit;
  }

  h1 {
    color: var(--title-color);
    font-size: var(--h1-font-size);
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: 100;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: 100;
    margin-bottom: 0;
  }

  h4 {
    color: var(--gray-color);
    font-family: var(--base-font-family);
    font-size: var(--p-font-size);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    line-height: 1.5em;
  }

  b, 
  strong {
    letter-spacing: 0;
    color: var(--secondary-color);
  }


  /*  BLOCKQUOTES */
  .quote {
    position: relative;
    margin: 0;
  }

  .quote::after {
    content: "“";
    position: absolute;
    bottom: -80px;
    left: 20px;
    font-family: times;
    color: var(--gray-color);
    font-weight: var(--font-weight-bold);
    font-size: 14em;
    line-height: 0;
    opacity: 0.10;
  }

  blockquote {
    border-left: 5px solid rgba(0,0,0,0.05);
    display: block;
    margin: 42px 0;
    padding: 14px 22px;
    color: rgba(0,0,0,0.5);
  }


  /* BUTTON */
  .custom-btn {
    background: transparent;
    border: 2px solid var(--dark-color);
    border-radius: var(--border-radius-large);
    padding: 12px 26px 14px 26px;
    color: var(--dark-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    white-space: nowrap;
  }

  .custom-btn.btn-bg {
    background: var(--white-color);
    color: var(--primary-color);
    border-color: transparent;
	transition: all .3s ease;
  }
  
  .custom-btn:hover,
  .custom-btn:focus {
    background: var(--dark-color);
    color: var(--white-color);
    border-color: transparent;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: var(--link-color);
    font-weight: normal;
    text-decoration: none;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: var(--secondary-color);
    outline: none;
    text-decoration: none;
  }

  ::selection {
    background: var(--secondary-color);
    color: var(--white-color);
  }

  .section-padding {
    padding: 8em 0;
  }
  .section-padding-half {
    padding: 4em 0;
  }

  .google-map iframe {
    display: block;
    width: 100%;
  }



  /*---------------------------------------
    MENU             
  -----------------------------------------*/

  .navbar {
    background: var(--menu-bg);
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 1.5em;
    box-shadow: 0 4px 20px rgba(16, 24, 40, 0.08);
  }

  .navbar-brand {
    color: var(--white-color);
    font-size: var(--h2-font-size);
  }

  .nav-link {
    color: var(--white-color);
    font-size: var(--menu-font-size);
    letter-spacing: 0.4px;
    margin: 0 1.6em;
    padding: 0.6em;
  }

  .nav-link.active,
  .nav-link:hover {
    color: var(--secondary-color);
  }

  .navbar-brand,
  .nav-link {
    color: var(--primary-color);
  }

  .nav-link.active,
  .nav-link:hover {
    color: var(--secondary-color);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact {
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--secondary-color);
    font-family: var(--font-bold-family);
    padding: 0.6em 2em 0.8em 2em;
  }

  .navbar-expand-lg .navbar-nav .nav-link.contact:hover,
  .navbar-expand-lg .navbar-nav .nav-link.contact.active {
    background: var(--secondary-color);
    color: var(--white-color);
  }

  .navbar-nav .navbar-toggler-icon {
    background: none;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: var(--white-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--white-color);
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }



  /*---------------------------------------
     HERO              
  -----------------------------------------*/

  .hero {
    position: relative;
    padding: 5em 0;
    overflow: hidden;
  }

  .hero-bg {
    background: linear-gradient(170deg, var(--primary-color) 64%, var(--white-color) 30%);
  }

  .hero-image {
    position: relative;
    top: 2em;
  }



  /*---------------------------------------
     PROJECT              
  -----------------------------------------*/

  .project {
    background: var(--project-bg);
  }

  .project-wrapper {
    position: relative;
  }

  .project-wrapper img {
    border-radius: var(--border-radius-small);
  }

  .project-info {
    background: var(--white-color);
    border-radius: var(--border-radius-small);
    position: absolute;
    bottom: 32px;
    right: 32px;
    left: 32px;
    width: 90%;
    padding: 32px;
  }

  .project-info small {
    font-family: 'Inter';
    color: var(--gray-color);
    position: relative;
    top: 2px;
  }

  .project-info a {
    color: var(--primary-color);
  }

  .project-info .project-icon {
    background: var(--primary-color);
  }

  .project-icon {
    position: absolute;
    right: 30px;
    top: 40px;
    background: var(--dark-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--h2-font-size);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 5px;
  }

  .owl-theme .owl-dots .owl-dot {
    outline: none;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: var(--gray-color);
    width: 50px;
    height: 3px;
    margin:  35px 5px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
  }

  .list-detail {
    margin-left: 1em;
    padding-left: 1em;
    position: relative;
  }

  .list-detail li {
    display: block;
    list-style: none;
    margin: 0.6em 0 0 0.8em;
  }

  .list-detail li::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0 16px 16px 0;
    border-color: transparent var(--secondary-color) transparent transparent;
    border-style: solid;
    position: absolute;
    left: 0;
  }

  .list-detail span {
    position: relative;
    bottom: 5px;
  }

  .client-info img {
    width: 100px;
    margin-right: 1em;
  }



  /*---------------------------------------
      ABOUT            
  -----------------------------------------*/

  .about {
    position: relative;
    overflow: hidden;
  }

  .about-image img {
    display: block;
    margin: 0 auto;
  }



  /*---------------------------------------
      BLOG            
  -----------------------------------------*/

  .blog-header {
    border-radius: var(--border-radius-small);
    position: relative;
    overflow: hidden;
  }

  .blog-header img {
    border-radius: var(--border-radius-small);
    display: block;
  }

  .blog-header-info {
    background: linear-gradient(transparent,rgba(0,0,0,0.95));
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 2em;
  }

  .blog-header-info h3 {
    max-width: 80%;
  }

  .blog-header-info a {
    color: var(--white-color);
  }

  .blog-header-info a:hover {
    color: var(--secondary-color);
  }

  .blog-sidebar img {
    border-radius: var(--border-radius-small);
    width: 159px;
    margin-right: 22px;
  }

  .blog-sidebar h3 {
    font-size: 18px;
  }



  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/

  .newsletter-form .form-control,
  .contact-form .form-control {
    box-shadow: none;
    background: var(--project-bg);
    border: 0;
    padding: 1.7em 1.3em;
    margin: 14px 0;
  }

  .newsletter-form button,
  .contact-form #submit-button {
    background: var(--primary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    cursor: pointer;
    font-size: var(--p-font-size);
    line-height: 0px;
    padding: 1.5em 1.3em;
  }

  .newsletter-form button {
    background: var(--secondary-color);
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .site-footer {
    background: var(--dark-color);
    padding: 7em 0 6em 0;
  }

  .site-footer a {
    color: var(--p-color);
  }

  .site-footer a:hover,
  .footer-icon {
    color: var(--secondary-color);
  }

  .footer-link li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
  }

  .copyright-text,
  .footer-link,
  .site-footer .social-icon {
    margin-top: 6em;
  }

  .copyright-text {
    margin-top: 5.3em;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 4em 0 0 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    text-decoration: none;
    display: inline-block;
    font-size: var(--base-font-size);
    margin: 10px;
    text-align: center;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (min-width: 1200px) {

    .about-info h2 {
      max-width: 70%;
    }
  }

  @media screen and (min-width: 991px) {

    .project h2 {
      max-width: 32%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 991px) {

    .hero {
      padding-top: 14em;
    }

    .hero-text {
      bottom: 2em;
    }

    .navbar {
      padding: 1em;
    }

    .navbar-collapse {
      text-align: center;
      padding: 2.5em 0;
    }

    .nav-link {
      display: inline-block;
    }

    .navbar-expand-lg .navbar-nav .nav-link.contact {
      margin: 1em 0;
    }

    .copyright-text, 
    .footer-link, 
    .site-footer .social-icon {
      margin-top: 3em;
      padding: 0;
      text-align: left;
    }
  }

  @media screen and (max-width: 767px) {

    h1 {
      font-size: 36px;
    }

    h2 {
      font-size: 28px;
    }

    h3 {
      font-size: 22px;
    }

    .project-info {
      right: 0;
      left: 0;
      margin: 0 auto;
    }

    .footer-link, 
    .site-footer .social-icon {
      margin-top: 1em;
    }

    .copyright-text {
      margin: 2.5em 0 1em 0;
    }

    .footer-link li {
      margin-left: 0;
    }
  }



  /*---------------------------------------
     KRISHIV GLOBAL SERVICES CUSTOM STYLES
  -----------------------------------------*/

  .navbar-brand {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
  }

  .brand-logo {
    background: var(--white-color);
    border-radius: 6px;
    height: 40px;
    margin-right: 10px;
    padding: 3px;
    vertical-align: middle;
    width: auto;
  }

  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    background: var(--dark-color);
  }

  b,
  strong {
    color: var(--primary-color);
  }

  .site-footer b,
  .site-footer strong {
    color: var(--secondary-color);
  }

  .section-kicker {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .section-title {
    font-weight: 700;
  }

  /* INNER PAGE HEADER */
  .page-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d77 100%);
    padding: 12em 0 5em 0;
    text-align: center;
  }

  .page-header h1 {
    color: var(--white-color);
  }

  .page-header h1 strong {
    color: var(--secondary-color);
  }

  .page-header .breadcrumb-custom {
    color: rgba(255,255,255,0.8);
    font-size: var(--p-font-size);
  }

  .page-header .breadcrumb-custom a {
    color: var(--white-color);
  }

  .page-header .breadcrumb-custom a:hover {
    color: var(--secondary-color);
  }

  /* HERO */
  .hero-bg {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d77 100%);
  }

  .hero-text h1 strong {
    color: var(--secondary-color);
  }

  .hero-text .hero-phone {
    color: var(--white-color) !important;
    font-size: 18px;
    letter-spacing: 0.3px;
  }

  .hero-text .hero-phone a {
    color: var(--secondary-color) !important;
    font-weight: 700;
  }

  .hero-text .hero-phone a:hover {
    color: var(--white-color) !important;
  }

  .hero-text p {
    color: rgba(255,255,255,0.9);
  }

  .hero-card {
    background: var(--white-color);
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(5, 25, 55, 0.4);
    padding: 10px;
  }

  .hero-card img {
    border-radius: 8px;
  }

  .custom-btn.btn-blue {
    background: var(--secondary-color);
    border-color: transparent;
    color: var(--white-color);
  }

  .custom-btn.btn-blue:hover,
  .custom-btn.btn-blue:focus {
    background: var(--dark-color);
  }

  .custom-btn.btn-outline-white {
    border-color: var(--white-color);
    color: var(--white-color);
  }

  .custom-btn.btn-outline-white:hover,
  .custom-btn.btn-outline-white:focus {
    background: var(--white-color);
    color: var(--primary-color);
  }

  /* SERVICE CARD */
  .service-card {
    background: var(--white-color);
    border: 1px solid #e6edf7;
    border-radius: 12px;
    height: 100%;
    padding: 2em 1.6em;
    transition: all .3s ease;
  }

  .service-card:hover {
    box-shadow: 0 15px 40px rgba(13, 79, 159, 0.12);
    transform: translateY(-6px);
  }

  .service-card .service-icon {
    background: var(--project-bg);
    border-radius: 10px;
    color: var(--primary-color);
    font-size: 28px;
    height: 64px;
    line-height: 64px;
    margin-bottom: 1.2em;
    text-align: center;
    width: 64px;
  }

  .service-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.6em;
  }

  .service-card p {
    font-size: 15px;
  }

  .service-card a {
    color: var(--primary-color);
    font-weight: 700;
  }

  .service-card a:hover {
    color: var(--secondary-color);
  }

  /* SERVICE PAGE */
  .service-image-card {
    border-radius: 12px;
    overflow: hidden;
  }

  .service-image-card img {
    border-radius: 12px;
    width: 100%;
  }

  .service-block {
    padding: 2.5em 0;
  }

  .service-block .service-icon {
    background: var(--project-bg);
    border-radius: 10px;
    color: var(--primary-color);
    display: inline-block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 1em;
    text-align: center;
    width: 56px;
  }

  .service-block h3 {
    font-weight: 700;
    margin-bottom: 0.6em;
  }

  .service-block ul {
    list-style: none;
    margin: 1.2em 0 0 0;
    padding: 0;
  }

  .service-block ul li {
    color: var(--p-color);
    font-size: 15px;
    margin: 0.5em 0;
  }

  .service-block ul li i {
    color: var(--secondary-color);
    margin-right: 0.6em;
  }

  /* FEATURE CARD (WHY CHOOSE US) */
  .feature-card {
    padding: 1.2em 1em;
  }

  .feature-card .feature-icon {
    background: var(--project-bg);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 22px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 1em;
    text-align: center;
    width: 56px;
  }

  .feature-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0.5em;
  }

  .feature-card p {
    font-size: 15px;
  }

  /* TESTIMONIAL */
  .testimonial-card {
    background: var(--white-color);
    border: 1px solid #e6edf7;
    border-radius: 12px;
    height: 100%;
    padding: 2em;
  }

  .testimonial-card .quote-mark {
    color: var(--secondary-color);
    font-size: 42px;
    line-height: 1;
  }

  .testimonial-card h3 {
    font-size: 18px;
    font-weight: 700;
  }

  .testimonial-card small {
    color: var(--gray-color);
  }

  .avatar-circle {
    border: 4px solid var(--project-bg);
    border-radius: 50%;
    height: 90px;
    object-fit: cover;
    width: 90px;
  }

  /* STATS */
  .stat-box h3 {
    color: var(--primary-color);
    font-size: 42px;
    font-weight: 700;
  }

  .stat-box small {
    color: var(--gray-color);
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* CTA BAND */
  .cta-band {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a3d77 100%);
    border-radius: 16px;
    padding: 4em 3em;
  }

  .cta-band h2 {
    color: var(--white-color);
    font-weight: 700;
  }

  .cta-band p {
    color: rgba(255,255,255,0.85);
  }

  .cta-band .custom-btn {
    background: var(--secondary-color);
    border-color: transparent;
    color: var(--white-color);
  }

  .cta-band .custom-btn:hover,
  .cta-band .custom-btn:focus {
    background: var(--dark-color);
  }

  /* PROJECT */
  .project h2 {
    max-width: 70%;
  }

  .project-info h3 {
    font-weight: 700;
  }

  .project-info h3 a span:hover {
    color: var(--secondary-color);
  }

  /* CONTACT */
  .contact-info-card {
    background: var(--project-bg);
    border-radius: 12px;
    height: 100%;
    padding: 2em;
  }

  .contact-info-card i {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 0.6em;
  }

  .contact-info-card h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0.4em;
  }

  .contact-info-card p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .map-embed iframe {
    border: 0;
    display: block;
    width: 100%;
  }

  /* FOUNDER */
  .founder-card {
    background: var(--project-bg);
    border-radius: 12px;
    padding: 2.5em 2em;
    text-align: center;
  }

  .founder-card h3 {
    font-weight: 700;
    margin-top: 1em;
  }

  .founder-card small {
    color: var(--secondary-color);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .founder-photo {
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(13, 79, 159, 0.18);
    overflow: hidden;
  }

  .founder-photo img {
    display: block;
    width: 100%;
  }

  .founder-message h3 {
    font-weight: 700;
    line-height: 1.4;
  }

  .founder-message small {
    color: var(--secondary-color);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  /* MISSION / VISION */
  .mission-card {
    background: var(--white-color);
    border: 1px solid #e6edf7;
    border-radius: 12px;
    height: 100%;
    padding: 2.2em 2em;
  }

  .mission-card i {
    color: var(--secondary-color);
    font-size: 30px;
    margin-bottom: 0.8em;
  }

  .mission-card h3 {
    font-weight: 700;
    margin-bottom: 0.6em;
  }

  @media screen and (max-width: 991px) {
    .page-header {
      padding-top: 14em;
    }

    .hero {
      padding-top: 5em;
    }

    .navbar-brand {
      font-size: 18px;
    }

    .navbar-brand i {
      margin-right: 6px;
    }
  }

  /* WHATSAPP FLOAT */
  .whatsapp-float {
    align-items: center;
    background: #25d366;
    border-radius: 50%;
    bottom: 24px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    display: flex;
    height: 56px;
    justify-content: center;
    position: fixed;
    right: 24px;
    width: 56px;
    z-index: 1000;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .whatsapp-float:hover,
  .whatsapp-float:focus {
    background: #1ebe5b;
    transform: scale(1.08);
  }

  .whatsapp-float svg {
    fill: #ffffff;
    height: 30px;
    width: 30px;
  }

  /* WHATSAPP BUTTON (inline, e.g. under contact form) */
  .btn-whatsapp {
    align-items: center;
    background: #25d366;
    border-radius: 50px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    padding: 0.75em 1.7em;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .btn-whatsapp:hover,
  .btn-whatsapp:focus {
    background: #1ebe5b;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
  }

  .btn-whatsapp svg {
    fill: #ffffff;
    height: 20px;
    width: 20px;
  }

  /* MAP PLACEHOLDER (shown until map lazy-loads) */
  .map-placeholder {
    align-items: center;
    background: #eef4fb;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 500px;
    justify-content: center;
    text-align: center;
  }

  .map-placeholder i {
    font-size: 42px;
  }

  .map-placeholder span {
    font-size: 1.05rem;
    font-weight: 700;
  }

  /* QUICK INFO BOX SELECT */
  .contact-info-card select.form-control {
    background-color: var(--project-bg);
    border: 1px solid #dfe9f7;
    border-radius: 8px;
    color: var(--dark-color);
    font-size: 0.95rem;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0.7em 1em;
  }

  @media screen and (max-width: 575px) {
    .whatsapp-float {
      bottom: 18px;
      height: 52px;
      right: 18px;
      width: 52px;
    }
  }

  /* SELF-HOSTED INTER FONT (no external Google Fonts request) */
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 700;
    font-display: swap;
    src: url('fonts/inter-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }

  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 700;
    font-display: swap;
    src: url('fonts/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


  /*=======================================
     GLASSMORPHISM THEME
  =========================================*/

  body {
    background: linear-gradient(160deg, #eef4ff 0%, #fdf3ee 50%, #eef6ff 100%);
    background-attachment: fixed;
  }

  /* ANIMATED BACKGROUND ORBS (behind glass) */
  .bg-orbs {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 0;
  }

  .bg-orbs i {
    animation: orb-float 20s ease-in-out infinite alternate;
    border-radius: 50%;
    opacity: 0.55;
    position: absolute;
    will-change: transform;
  }

  .bg-orbs i:nth-child(1) {
    background: radial-gradient(circle at center, rgba(47, 155, 255, 0.55), transparent 70%);
    height: 460px;
    left: -120px;
    top: -120px;
    width: 460px;
  }

  .bg-orbs i:nth-child(2) {
    animation-delay: -7s;
    background: radial-gradient(circle at center, rgba(124, 58, 237, 0.45), transparent 70%);
    bottom: 8%;
    height: 420px;
    right: -140px;
    width: 420px;
  }

  .bg-orbs i:nth-child(3) {
    animation-delay: -13s;
    background: radial-gradient(circle at center, rgba(6, 182, 212, 0.45), transparent 70%);
    height: 340px;
    left: 28%;
    top: 34%;
    width: 340px;
  }

  @keyframes orb-float {
    0% {
      transform: translate(0, 0) scale(1);
    }
    100% {
      transform: translate(46px, 34px) scale(1.12);
    }
  }

  /* GLASS NAVBAR */
  .navbar {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 24px rgba(16, 24, 40, 0.06);
  }

  /* GLASS CARDS & FORM */
  .service-card,
  .feature-card,
  .testimonial-card,
  .contact-info-card,
  .mission-card,
  .founder-card,
  .hero-card,
  .contact-form {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 10px 34px rgba(13, 79, 159, 0.1);
    overflow: hidden;
    position: relative;
  }

  .service-card,
  .testimonial-card,
  .mission-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-card:hover,
  .feature-card:hover,
  .testimonial-card:hover,
  .contact-info-card:hover,
  .mission-card:hover,
  .founder-card:hover,
  .hero-card:hover {
    box-shadow: 0 18px 46px rgba(13, 79, 159, 0.18);
    transform: translateY(-6px);
  }

  /* SHINE SWEEP ON HOVER */
  .service-card::after,
  .feature-card::after,
  .testimonial-card::after,
  .contact-info-card::after,
  .mission-card::after,
  .founder-card::after {
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.75) 50%, transparent 60%);
    content: '';
    height: 100%;
    left: -130%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    transition: left 0.8s ease;
    width: 60%;
  }

  .service-card:hover::after,
  .feature-card:hover::after,
  .testimonial-card:hover::after,
  .contact-info-card:hover::after,
  .mission-card:hover::after,
  .founder-card:hover::after {
    left: 150%;
  }

  /* GLASS FORM FIELDS */
  .contact-form .form-control,
  .newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(13, 79, 159, 0.15);
    margin: 14px 0;
  }

  .contact-form .form-control:focus {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(47, 155, 255, 0.6);
  }

  .contact-form .form-control {
    padding: 1.7em 1.3em;
  }

  .contact-info-card select.form-control {
    background: rgba(255, 255, 255, 0.6);
  }

  /* CONTENT ABOVE ORBS */
  .site-footer {
    position: relative;
    z-index: 1;
  }

  .page-header,
  .hero-bg,
  .cta-band {
    position: relative;
    z-index: 1;
  }

  @media (prefers-reduced-motion: reduce) {
    .bg-orbs i {
      animation: none;
    }

    .service-card::after,
    .feature-card::after,
    .testimonial-card::after,
    .contact-info-card::after,
    .mission-card::after,
    .founder-card::after {
      display: none;
    }
  }


