/*
Theme Name: BiteMinds
Theme URI: https://www.biteminds.com
Author: BiteMinds
Author URI: https://www.biteminds.com
Description: A modern business theme for BiteMinds - Innovation that transforms your business.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biteminds
Tags: business, consulting, modern, responsive
*/

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #7c7c7c;
  background: #fff;
}

a {
  color: #2cb3ea;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #1a9fd4;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 400;
  margin: 0 0 20px 0;
}

/* Container */
.gtco-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-2, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-10, .col-md-12,
.col-sm-4, .col-xs-10, .col-xs-12 {
  padding: 0 15px;
}

.col-md-2 { width: 16.666%; }
.col-md-4 { width: 33.333%; }
.col-md-6 { width: 50%; }
.col-md-7 { width: 58.333%; }
.col-md-8 { width: 66.666%; }
.col-md-10 { width: 83.333%; }
.col-md-12 { width: 100%; }
.col-sm-4 { width: 33.333%; }
.col-xs-10 { width: 83.333%; }
.col-xs-12 { width: 100%; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.col-md-offset-2 { margin-left: 16.666%; }

/* Navigation */
.gtco-nav {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#gtco-logo a {
  display: block;
}

#gtco-logo img {
  max-width: 100%;
  height: auto;
}

.menu-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-1 ul {
  list-style: none;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.menu-1 ul li a {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 5px 0;
}

.menu-1 ul li.active a,
.menu-1 ul li a:hover {
  color: #2cb3ea;
}

.menu-1 ul li.active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #2cb3ea;
}

/* Mobile Menu Toggle */
.gtco-nav-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2000;
  background: #2cb3ea;
  border-radius: 4px;
}

.gtco-nav-toggle i {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 24px auto;
  transition: 0.3s all ease;
}

.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  left: 0;
  transition: 0.3s all ease;
}

.gtco-nav-toggle i::before { top: -8px; }
.gtco-nav-toggle i::after { bottom: -8px; }

#gtco-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 100vh;
  background: #222;
  z-index: 1999;
  padding: 80px 30px;
}

#gtco-offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#gtco-offcanvas ul li {
  margin-bottom: 20px;
}

#gtco-offcanvas ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 10px 0;
}

#gtco-offcanvas ul li.active a,
#gtco-offcanvas ul li a:hover {
  color: #2cb3ea;
}

/* Header/Hero Section */
#gtco-header {
  background: #2cb3ea;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 150px 0;
  min-height: 500px;
}

#gtco-header .display-t {
  display: table;
  width: 100%;
  height: 100%;
}

#gtco-header .display-tc {
  display: table-cell;
  vertical-align: middle;
}

#gtco-header h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 1.2;
}

#gtco-header p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

/* Services Section */
.gtco-services {
  padding: 80px 0;
}

.gtco-section {
  padding: 80px 0;
}

.row-pb-sm {
  padding-bottom: 40px;
}

.row-pb-md {
  padding-bottom: 60px;
}

.gtco-heading h2 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #222;
}

.gtco-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #7c7c7c;
}

/* Service Items */
.service-wrap {
  margin-bottom: 30px;
}

.service {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 4px;
  transition: 0.3s all ease;
  height: 100%;
}

.service:hover {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 500;
}

.service h3 i {
  color: #2cb3ea;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}

.service p {
  font-size: 15px;
  line-height: 1.6;
  color: #7c7c7c;
}

/* Footer */
#gtco-footer {
  background: #222;
  color: #9ca8a9;
  padding: 60px 0 20px;
}

.gtco-footer-link p {
  margin-bottom: 20px;
}

.gtco-footer-link a {
  color: #2cb3ea;
  display: inline-block;
  margin-bottom: 5px;
}

.gtco-footer-link a:hover {
  color: #7cc070;
}

.gtco-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
}

.gtco-copyright p {
  margin: 0;
  font-size: 14px;
  color: #9ca8a9;
}

.gtco-copyright a {
  color: #2cb3ea;
}

/* Go to Top Button */
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.js-gotop {
  width: 50px;
  height: 50px;
  background: #2cb3ea;
  display: block;
  border-radius: 50%;
  position: relative;
}

.js-gotop::before {
  content: '↑';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}

/* Responsive */
@media screen and (max-width: 992px) {
  .col-md-2, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-10, .col-md-12 {
    width: 100%;
  }

  .col-md-offset-2 {
    margin-left: 0;
  }

  .menu-1 {
    display: none;
  }

  .gtco-nav-toggle {
    display: block;
  }

  #gtco-header h1 {
    font-size: 48px;
  }

  #gtco-header p {
    font-size: 20px;
  }

  .gtco-heading h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    width: 100%;
  }

  #gtco-header {
    padding: 100px 0;
  }

  #gtco-header h1 {
    font-size: 36px;
  }

  #gtco-header p {
    font-size: 18px;
  }
}

/* Animations */
.animate-box {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation: fadeInUp 0.6s ease;
}

.animated-fast {
  animation-duration: 0.4s;
}
