/*
  Theme Name: Cybollic Solutions
  Author: Cybollic Solutions
*/

/* Import the Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --primary-color: #4361ee;
  --secondary-color: #3a0ca3;
  --accent-color: #4cc9f0;
  --dark-color: #212529;
  --light-color: #f8f9fa;
  --text-color: #495057;
  --heading-color: #212529;
  --border-color: #e9ecef;
  --hover-color: #3a56e8;
  --shadow-color: rgba(67, 97, 238, 0.1);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: var(--text-color);
  font-family: "Inter", "Open Sans", sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}

a {
  color: var(--primary-color);
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: var(--hover-color);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 24px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--heading-color);
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, var(--accent-color), var(--primary-color));
  color: var(--light-color);
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: all 0.3s;
  z-index: 996;
}

.back-to-top:focus {
  background: linear-gradient(45deg, var(--accent-color), var(--primary-color));
  color: var(--light-color);
  outline: none;
}

.back-to-top:hover {
  background: var(--primary-color);
  color: var(--light-color);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 15px 0;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 28px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: var(--light-color);
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 24px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 36px;
  }
}

#header.header-fixed {
  background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
  padding: 15px 0;
  height: 70px;
  transition: all 0.5s;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(
      45deg,
      rgba(67, 97, 238, 0.85),
      rgba(58, 12, 163, 0.85)
    ),
    url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--light-color);
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: var(--light-color);
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--light-color);
  color: var(--light-color);
}

#intro .btn-get-started:hover {
  color: var(--light-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #intro .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #intro .product-screens .product-screen-2,
  #intro .product-screens .product-screen-3 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Menu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: var(--light-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.nav-menu a:hover, 
.nav-menu .menu-active > a {
  color: var(--accent-color);
}

.nav-menu a.btn-nav {
  background: var(--accent-color);
  color: var(--light-color);
  padding: 7px 18px;
  border-radius: 30px;
  margin-top: -8px;
  font-weight: 500;
  box-shadow: 0 3px 10px rgba(76, 201, 240, 0.3);
}

.nav-menu a.btn-nav:hover {
  background: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(76, 201, 240, 0.4);
}

.nav-menu > li {
  margin-left: 15px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px var(--shadow-color);
  background: #fff;
  border-radius: 4px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: var(--dark-color);
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: var(--primary-color);
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: var(--light-color);
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(30, 41, 59, 0.95);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: var(--light-color);
  font-size: 16px;
  overflow: hidden;
  padding: 12px 22px 12px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 500;
}

#mobile-nav ul li a:hover {
  color: var(--accent-color);
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: var(--accent-color);
}

#mobile-nav ul .menu-item-active {
  color: var(--accent-color);
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 41, 59, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
  font-size: 32px;
  color: var(--heading-color);
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: var(--text-color);
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary-color);
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: var(--light-color);
}

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
  transition: all 0.5s ease;
  border-radius: 6px;
  box-shadow: 0 5px 25px var(--shadow-color);
}

#about .about-img img:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}

#about .content h3 {
  color: var(--text-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#about .content p {
  line-height: 1.7;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 10px;
  color: var(--primary-color);
}

#about .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

#about .content ul li {
  padding-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

#about .content ul li i {
  position: absolute;
  left: 0;
  top: 2px;
}

/* Product Featuress Section
--------------------------------*/

#features {
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}

#features .service-box {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 5px 25px var(--shadow-color);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid transparent;
  position: relative;
  overflow: hidden;
}

#features .service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 35px rgba(67, 97, 238, 0.15);
  border-bottom: 3px solid var(--primary-color);
}

#features .service-box .service-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#features .service-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

#features .title a {
  color: var(--heading-color);
}

#features .description {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-color);
}

/* Product Advanced Featuress Section
--------------------------------*/

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-color);
}

#advanced-features p {
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 30px;
}

#advanced-features i {
  color: var(--text-color);
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: var(--primary-color);
  background: linear-gradient(45deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(67, 97, 238, 0.9), rgba(58, 12, 163, 0.8)),
    url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: var(--light-color);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

#call-to-action .cta-text {
  color: var(--light-color);
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: all 0.3s;
  margin: 10px;
  border: 2px solid var(--light-color);
  color: var(--light-color);
  background: rgba(255, 255, 255, 0.1);
}

#call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* More Features Section */
#more-features {
  padding: 80px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 5px 25px var(--shadow-color);
  background: var(--light-color);
  transition: all 0.4s;
  border-radius: 12px;
  border-left: 4px solid var(--primary-color);
}

#more-features .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 35px rgba(67, 97, 238, 0.15);
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: var(--primary-color);
  font-size: 70px;
  transition: 0.5s;
  line-height: 0;
  background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

#more-features h4 a {
  color: var(--heading-color);
}

#more-features p {
  font-size: 15px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section */
#clients {
  padding: 60px 0;
  background: var(--light-color);
  overflow: hidden;
}

#clients img {
  max-width: 80%;
  opacity: 0.6;
  transition: all 0.4s;
  padding: 15px 0;
  filter: grayscale(100%);
}

#clients img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}

/* Pricing Section */
#pricing {
  padding: 80px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 5px 25px var(--shadow-color);
  background: var(--light-color);
  text-align: center;
  border-radius: 12px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid transparent;
}

#pricing .box:hover {
  transform: scale(1.03);
  border-bottom: 4px solid var(--primary-color);
}

#pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--heading-color);
}

#pricing h4 {
  font-size: 42px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 25px;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: var(--text-color);
  text-align: left;
  line-height: 1.6;
  margin-bottom: 30px;
}

#pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#pricing ul i {
  color: var(--accent-color);
  font-size: 16px;
  margin-right: 10px;
  line-height: 0;
}

#pricing .get-started-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  transition: all 0.3s;
}

#pricing .get-started-btn:hover {
  background: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#pricing .featured {
  border: none;
  border-bottom: 4px solid var(--accent-color);
  z-index: 1;
  transform: scale(1.05);
}

#pricing .featured:hover {
  transform: scale(1.08);
}

#pricing .featured::before {
  content: none;
}

.plan-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  color: white;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0 0 12px 0;
}

#pricing .featured .plan-badge {
  background: var(--accent-color);
}

/* FAQ Section */
#faq {
  padding: 80px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#faq #faq-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  padding-right: 20px;
  color: var(--heading-color);
  transition: all 0.3s;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
  color: var(--text-color);
}

#faq #faq-list p {
  margin-bottom: 20px;
  color: var(--text-color);
  line-height: 1.7;
  font-size: 15px;
  padding: 10px 0 0;
}

#faq #faq-list a.collapse {
  color: var(--primary-color);
}

#faq #faq-list a.collapsed {
  color: var(--heading-color);
}

#faq #faq-list a.collapsed:hover {
  color: var(--primary-color);
}

/* Team Section */
#team {
  padding: 80px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 25px var(--shadow-color);
  transition: all 0.3s;
}

#team .member:hover {
  transform: translateY(-10px);
}

#team .member .pic {
  margin-bottom: 0;
  overflow: hidden;
  height: 260px;
  position: relative;
}

#team .member .pic img {
  width: 100%;
  transition: all 0.3s;
}

#team .member:hover .pic img {
  transform: scale(1.05);
}

#team .member .member-info {
  padding: 25px 15px;
}

#team .member h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--heading-color);
}

#team .member span {
  display: block;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 15px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: var(--text-color);
  margin: 0 5px;
  transition: all 0.3s;
}

#team .member .social a:hover {
  color: var(--primary-color);
}

#team .member .social i {
  font-size: 18px;
}

/* Gallery Section */
#gallery {
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 30px;
}

#gallery .gallery-item img {
  transition: all 0.5s ease;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 15px var(--shadow-color);
}

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

/* Contact Section */
#contact {
  box-shadow: 0 5px 25px var(--shadow-color);
  padding: 80px 0;
  overflow: hidden;
  background: #fff;
}

#contact .contact-about h3 {
  font-size: 32px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--heading-color);
}

#contact .contact-about p {
  font-size: 15px;
  line-height: 1.7;
  font-family: "Inter", "Open Sans", sans-serif;
  color: var(--text-color);
  margin-bottom: 20px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: var(--primary-color);
  line-height: 1;
  padding: 10px 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
}

#contact .social-links a:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.2);
}

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

#contact .info i {
  font-size: 28px;
  color: var(--primary-color);
  float: left;
  line-height: 1;
  margin-top: 5px;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 4px;
}

#contact .form #errormessage {
  color: #e11d48;
  display: none;
  border: 1px solid #e11d48;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 4px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: #e11d48;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 8px;
  box-shadow: none;
  font-size: 15px;
  padding: 15px;
  border: 1px solid var(--border-color);
  transition: all 0.3s;
  background-color: #f8f9fa;
}

#contact .form input:focus,
#contact .form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.15);
  background-color: #fff;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  border: 0;
  border-radius: 50px;
  padding: 12px 35px;
  color: var(--light-color);
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: var(--primary-color);
  cursor: pointer;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.2);
}

/* Footer Section */
#footer {
  background: #fff;
  box-shadow: 0 5px 25px var(--shadow-color);
  padding: 30px 0;
  color: var(--text-color);
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: var(--text-color);
  opacity: 0.8;
  padding-top: 5px;
}

#footer .footer-links a {
  color: var(--text-color);
  padding-left: 15px;
  transition: all 0.3s;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: var(--primary-color);
}

/* Custom Classes for Banner and Buttons */
.pt-137 {
  padding-top: 200px;
}

.banner-button {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(67, 97, 238, 0.4);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.banner-button:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(67, 97, 238, 0.5);
}

.red {
  color: var(--accent-color);
  font-weight: 700;
}

.main-banner {
  background-image: linear-gradient(rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8)),
    url(../img/intro-bg.jpg);
  background-position: center center !important;
  background-size: cover;
  height: 700px;
  width: 100%;
  position: relative;
}

.font {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.line {
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--accent-color) 100%
  );
  display: block;
  width: 60px;
  height: 3px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.service-box {
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 5px 25px var(--shadow-color);
  transition: all 0.3s ease;
  height: 100%;
  background: #fff;
  border-bottom: 3px solid transparent;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 35px rgba(67, 97, 238, 0.15);
  border-bottom: 3px solid var(--primary-color);
}

.service-icon {
  font-size: 48px;
  margin-bottom: 20px;
  background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inquire-btn {
  display: inline-block;
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  color: var(--light-color);
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 10px rgba(67, 97, 238, 0.2);
  cursor: pointer;
}

.inquire-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(67, 97, 238, 0.3);
  background: var(--primary-color);
  color: var(--light-color);
}

.wave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-container svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}

.subtitle {
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.typed-words {
  color: var(--accent-color);
  font-weight: 700;
}

.feature-item {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 3px solid var(--primary-color);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(5px);
  border-left-color: var(--accent-color);
}

.feature-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-item i {
  color: var(--accent-color);
  margin-right: 8px;
}
