/**************************************/
/************ General CSS *************/
/**************************************/

:root {
  --color-primary: #00a8cc;
  --color-secondary: #003d5c;
  --color-accent: #ffa502;
  --color-bg: #0f1419;
  --color-text: #ffffff;
  --color-text-muted: #a0a0a0;
  --transition: 0.6s ease-in-out;
}

body {
  color: #757575;
  font-family: "Raleway", sans-serif;
  background: #ffffff;
}

a {
  color: #4f84c4;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #666666;
  outline: none;
  text-decoration: none;
}

p {
  color: #757575;
  padding: 0;
  margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #888888;
  margin: 0 0 15px 0;
  padding: 0;
}

h4,
h5,
h6 {
  font-weight: 400;
}

.mt-100 {
  margin-top: 100px;
}

/**************************************/
/********** Back to Top CSS ***********/
/**************************************/
.back-to-top {
  position: fixed;
  display: none;
  background: #4f84c4;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 1;
  font-size: 44px;
  right: 15px;
  bottom: 15px;
  transition: background 0.3s;
  z-index: 9;
}

.back-to-top i {
  color: #ffffff;
}

/**************************************/
/************** Nav CSS ***************/
/**************************************/
#nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  z-index: 999;
  /* background: #4f84c4c4 !important; */
}

.transparent-nav {
}

#nav.nav-sticky {
  height: 70px;
  padding: 8px 0;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
  transition: all 0.3s;
  background: #dceeff;
}

#nav .navbar {
  height: 100%;
  /* background: transparent !important; */
}

#nav .navbar-brand {
  padding: 0;
}

#nav .navbar-brand img {
  position: absolute;
  max-height: 60px;
  margin-top: -27px;
  transition: all 0.5s;
}

#nav.nav-sticky .navbar-brand img {
  position: absolute;
  max-height: 50px;
  margin-top: -25px;
  transition: all 0.5s;
}

#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover,
#nav .nav-link.active {
  color: #4f84c4;
  font-weight: 600;
}

#nav .nav-link:hover,
#nav .nav-link.active {
  color: #4f51c4ff;
  background: #ffffff;
  transition: none;
}

#nav .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

@media (min-width: 768px) {
  #nav,
  #nav .navbar {
    /* background: #4f84c494 !important; */
  }

  #nav a.nav-link {
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
  #nav,
  #nav .navbar {
    /* background: #4f84c494 !important; */
  }

  #nav a.nav-link {
    padding: 5px;
  }

  #nav .dropdown-menu {
    box-shadow: none;
  }

  #nav .container-fluid {
    padding: 0;
  }
}

/**************************************/
/************* Header CSS *************/
/**************************************/
.header {
  position: relative;
  width: 100%;
  background: #ffffff;
  margin-top: 100px;
}

.header .carousel-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header .carousel-img {
  text-align: center;
}

.header .carousel-img img {
  max-width: 100%;
  max-height: 100%;
}

.header .carousel-content {
  padding: 30px;
  text-align: center;
}

.header .carousel-content h2 {
  color: #4f84c4;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.header .carousel-content p {
  color: #353535;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.header .carousel-content .btn {
  padding: 12px 30px;
  color: #ffffff;
  border-radius: 0;
  background: #4f84c4;
}

.header .carousel-content .btn:hover {
  background: #888888;
}

.carousel-control-next i,
.carousel-control-prev i {
  color: #888888;
  font-size: 45px;
}

.carousel-indicators li {
  width: 20px;
  height: 0px;
  background: #888888;
}

.first-carousel {
}
.first-carousel img {
  width: 100%;
  height: 450px;
}

/**************************************/
/******** Section Header CSS **********/
/**************************************/
.section-header {
  position: relative;
  max-width: 700px;
  margin: 0 auto 60px auto;
  padding-bottom: 25px;
}

.section-header h2 {
  color: #666666;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
}

.section-header::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 5px;
  background: #cccccc;
  border-radius: 0 0 5px 5px;
  bottom: 0;
  left: calc(50% - 50px);
}

.section-header p {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

/**************************************/
/********* About + Single CSS *********/
/**************************************/
.about,
.single {
  position: relative;
  padding: 90px 0 60px 0;
  background: #f2f2f2;
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
  margin-bottom: 30px;
}

.about .about-img,
.single .single-img {
  position: relative;
  overflow: hidden;
}

.about .about-img img,
.single .single-img img {
  width: 100%;
}

.about .about-content,
.single .single-content {
  position: relative;
  width: 80%;
  margin: -100px auto 0 auto;
  padding: 30px;
  background: #ffffff;
}

.about .about-content h2,
.single .single-content h2 {
  font-size: 25px;
  font-weight: 700;
}

.about .about-content p,
.single .single-content p {
  font-size: 16px;
  font-weight: 300;
}

.about .btn,
.single .btn {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  background: #999999;
  border-radius: 0;
}

.about .btn:hover,
.single .btn:hover {
  background: #4f84c4;
}

/**************************************/
/************ Services CSS ************/
/**************************************/
.service {
  background: #ffffff;
  padding: 90px 0 60px 0;
  text-align: center;
}

.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.service .service-icon {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  background: #4f84c4;
}

.service .service-icon i {
  font-size: 90px;
  line-height: 0;
  color: #ffffff;
}

.service .service-detail {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  background: #f2f2f2;
}

.service .service-detail h4,
.service .service-detail h4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.service .service-detail p {
  margin: 0;
}

/**************************************/
/********* Call To Action CSS *********/
/**************************************/
.call-to-action {
  position: relative;
  padding: 20px 0;
  background: #4f84c4;
}

.call-to-action .container {
  max-width: 700px;
}

.call-to-action .section-header h2 {
  color: #ffffff;
}

.call-to-action .section-header::before {
  background: #ffffff;
}

.call-to-action .section-header p {
  color: #ffffff;
}

.call-to-action .btn {
  padding: 15px 30px;
  color: #4f84c4;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.call-to-action .btn:hover {
  color: #ffffff;
  background: #353535;
}

/**************************************/
/************* Pricing CSS ************/
/**************************************/
.pricing {
  background: #f2f2f2;
  padding: 90px 0 60px 0;
}

.pricing .price-content {
  position: relative;
  background: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.pricing .price-plan {
  display: block;
  background: #353535;
  margin: 0 0 30px;
  padding: 20px 0;
}

.pricing .price-plan i {
  color: #ffffff;
  font-size: 60px;
  line-height: 80px;
}

.pricing .price-title {
  display: block;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.pricing .price-amount {
  position: relative;
  font-family: "Arial, Helvetica", sans-serif;
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.pricing .price-amount span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
}

.pricing .price-amount span:first-child {
  position: relative;
  top: -27px;
  left: -5px;
}

.pricing .price-date {
  color: #ffffff;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing .price-details {
  font-size: 16px;
  list-style: none;
  text-align: left;
}

.pricing .price-details li {
  padding: 5px 0;
}

.pricing .price-details li i.ion-md-checkmark {
  color: #4f84c4;
  margin-right: 8px;
}

.pricing .price-details li i.ion-md-close {
  color: #ea4335;
  margin-right: 10px;
}

.pricing .btn {
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}

.pricing .price-btn {
  margin-top: 10px;
  margin-bottom: 30px;
  background: #353535;
  color: #ffffff;
}

.pricing .price-btn:hover {
  background: #4f84c4;
}

.pricing .features-price-btn {
  background: #4f84c4;
}

.pricing .features-price-btn:hover {
  background: #353535;
}

.pricing .features-price .price-plan {
  background: #4f84c4;
}

.pricing .features-price .price-plan p {
  color: #ffffff;
}

.pricing .features-price .price-plan .price-amount,
.pricing .features-price .price-plan .price-amount span {
  color: #ffffff;
}

.pricing .features-price .price-plan .price-title {
  color: #ffffff;
}

/**************************************/
/*********** Our Skills CSS ***********/
/**************************************/
.skills {
  position: relative;
  padding: 90px 0 60px 0;
}

.skills .skill-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.skills .skill-item h3 {
  font-size: 22px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 15px;
}

.skills .skill-name {
  position: relative;
  width: 100%;
}

.skills .skill-name p {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.skills .skill-name p:last-child {
  float: right;
}

.skills .progress {
  margin-bottom: 15px;
  border-radius: 0;
}

.skills .progress .progress-bar {
  background: #4f84c4;
  border-radius: 0;
}

/**************************************/
/************ Counters CSS ************/
/**************************************/
.counters {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: #4f84c4;
}

.counters i {
  display: inline-block;
  font-size: 50px;
  line-height: 0;
  color: #ffffff;
  margin-bottom: 10px;
}

.counters h2 {
  font-family: "Arial, Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 5px;
  color: #ffffff;
}

.counters p {
  font-size: 22px;
  color: #ffffff;
}

/**************************************/
/************ Portfolio CSS ***********/
/**************************************/
.portfolio {
  position: relative;
  padding: 90px 0 60px 0;
  background: #f2f2f2;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img {
  position: relative;
  background: #000000;
  overflow: hidden;
}

.portfolio .portfolio-item .link-preview,
.portfolio .portfolio-item .link-details {
  position: absolute;
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  width: 45px;
  height: 35px;
  background: #4f84c4;
  border: 1px solid #ffffff;
  transition: 0.3s;
  opacity: 0;
}

.portfolio .portfolio-item .link-preview i,
.portfolio .portfolio-item .link-details i {
  font-size: 22px;
  color: #ffffff;
}

.portfolio .portfolio-item .link-preview:hover,
.portfolio .portfolio-item .link-details:hover {
  background: #ffffff;
  border: 1px solid #4f84c4;
}

.portfolio .portfolio-item .link-preview:hover i,
.portfolio .portfolio-item .link-details:hover i {
  color: #353535;
}

.portfolio .portfolio-item .link-preview {
  left: 0;
  top: calc(50% - 18px);
}

.portfolio .portfolio-item .link-details {
  right: 0;
  top: calc(50% - 18px);
}

.portfolio .portfolio-item:hover .link-preview {
  opacity: 1;
  left: calc(50% - 50px);
}

.portfolio .portfolio-item:hover .link-details {
  opacity: 1;
  right: calc(50% - 50px);
}

.portfolio .portfolio-item .portfolio-info {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  background: #ffffff;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio .portfolio-item .portfolio-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

/**************************************/
/************** Team CSS **************/
/**************************************/
.team {
  position: relative;
  padding: 90px 0;
  background: #ffffff;
}

.team .team-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.team .team-item .team-img {
  position: relative;
  background: #000000;
  overflow: hidden;
}

.team .team-item .team-social {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
}

.team .team-item .team-social a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #4f84c4;
  border: 1px solid #ffffff;
}

.team .team-item .team-social a i {
  font-size: 22px;
  color: #ffffff;
}

.team .team-item .team-social a:hover {
  background: #ffffff;
  border: 1px solid #4f84c4;
}

.team .team-item .team-social a:hover i {
  color: #353535;
}

.team .team-item:hover .team-social {
  opacity: 1;
  top: calc(50% - 18px);
}

.team .team-item .team-info {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  background: #f2f2f2;
}

.team .team-item .team-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.team .team-item .team-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

/**************************************/
/*********** Testimonials CSS *********/
/**************************************/
.testimonials {
  position: relative;
  padding: 90px 0 60px 0;
  background: #f2f2f2;
}

.testimonials .testimonial-item {
  position: relative;
  margin: 0 15px 30px 15px;
  background: #ffffff;
}

.testimonials .testimonial-img {
  position: relative;
  background: #000000;
  overflow: hidden;
}

.testimonials .testimonial-text {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  background: #ffffff;
}

.testimonials .testimonial-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.testimonials .testimonial-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dddddd;
}

.testimonials .owl-dot.active {
  background-color: #4f84c4;
}

@media (max-width: 575px) {
  .testimonials .testimonial-text {
    padding: 25px;
  }
}

/**************************************/
/************* Clients CSS ************/
/**************************************/
.clients {
  position: relative;
  padding: 45px 0;
}

.clients .section-header p {
  padding-bottom: 10px;
}

.clients img {
  max-width: 100%;
  width: 220px;

  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

.clients img:hover {
  opacity: 0.5;
}

.custom-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-clients-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .custom-clients-section {
    flex-direction: column;
  }
}

/* .clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.clients .owl-dot.active {
  background-color: #4f84c4;
} */

/**************************************/
/************* Contact CSS ************/
/**************************************/
.contact {
  position: relative;
  padding: 90px 0;
  background: #dceeff;
}

.contact .container {
  max-width: 900px;
}

.contact .container .col-md-6 {
  padding: 0;
  background: #ffffff;
}

.contact .form {
  background: #ffffff;
  padding: 30px;
  color: #353535;
}

.contact .form input,
.contact .form textarea {
  padding: 10px 0;
  border-color: #dddddd transparent #dddddd transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
  border-color: #4f84c4 transparent #4f84c4 transparent;
}

.contact .form button[type="submit"] {
  color: #ffffff;
  background: #888888;
  border-radius: 0;
}

.contact .form button[type="submit"]:hover {
  background: #4f84c4;
}

.contact .map {
  position: relative;
  background: #ffffff;
}

.contact .map iframe {
  width: 100%;
  height: 375px;
  margin-bottom: -7px;
}

/**************************************/
/************* Footer CSS *************/
/**************************************/
.footer {
  position: relative;
  padding: 0 0 30px 0;
  background: #dceeff;
  color: black;
}

.footer .footer-top {
  background: #dceeff;
  padding: 60px 0 30px 0;
  color: black;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

.footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #4f84c4;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  background: #4f84c4;
  color: #ffffff;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer .footer-top h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 50px;
  border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #000;
  font-size: 16px;
}

.footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  font-size: 14px;
  color: #000;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4f84c4;
}

.footer .footer-top .footer-contact p {
  color: #000;
  line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
  padding: 6px 8px;
  width: 60%;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
  border: 0;
  width: 40%;
  padding: 6px 0;
  text-align: center;
  color: #4f84c4;
  border: 1px solid #ffffff;
  background: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
  color: #ffffff;
  background: #4f84c4;
  border: 1px solid #4f84c4;
}

.footer .footer-top .footer-newsletter p {
  color: #ffffff;
  font-size: 14px;
}

.footer .credit,
.footer .copyright {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .footer .credit {
    text-align: right;
  }

  .footer .copyright {
    text-align: left;
  }
}

/**************************************/
/* Custom Tech Section CSS (Plain CSS) */
/**************************************/

/* Component wrapper */
#component {
  text-align: left;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Container override */
.container {
  max-width: 1250px !important;
}

/* Titles */
h3.main-title {
  color: #000;
  font-family: Jost, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: "center";
}

/* Tech section */
section.tech-section {
  text-align: center;
  background-color: #f7fbfc;
  padding: 60px 0;
}

/* Tech box layout */
.tech-box {
  row-gap: 30px;
  margin-top: 30px;
}

/* Card */
.tech-box-inner {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}

/* Card title */
.tech-box-inner h4 {
  color: #000;
  text-align: left;
  background-color: #dddddd;
  border-radius: 0 7px 7px 0;
  width: 65%;
  margin-left: -20px;
  padding: 8px 30px;
  font-family: Jost, sans-serif;
  font-size: 18px;
}

.tech-box-inner.tbs h4 {
  width: 100%;
}

/* Logos */
.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  row-gap: 30px;
  margin-top: 20px;
}

.logo-inner {
  width: 33.33%;
  padding: 0 6px;
}

.logo-inner p {
  color: #7a7a7a;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

/* Images */
img.tech-img {
  width: 75px;
  height: 50px;
  object-fit: contain;
}

.tech-box-inner.tbs .logo-inner {
  width: 50%;
}

/* ---------------- Responsive ---------------- */

@media (max-width: 1050px) {
  .tech-box {
    display: block;
  }

  h3.main-title {
    font-size: 24px;
  }

  section.tech-section {
    padding: 30px 0;
  }

  .tech-box-inner h4,
  .tech-box-inner.tbs h4 {
    width: 82%;
  }
}

@media (max-width: 400px) {
  .tech-box-inner h4 {
    width: 90%;
  }
}

/* ---------------- Global fixes ---------------- */

:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

section {
  display: block;
}

h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

/* working model */

section.working-model {
  text-align: center;
  background-color: #f7fbfc;
  padding: 60px 0;
}

.working-model .main-title {
  text-align: center;
}

img.wm-img {
  object-fit: contain;
}
.wm-box {
  margin-top: 40px;
}
.wm-inner {
  box-shadow: 0 10px 20px #7e76f914;
}
section.workig-model {
  text-align: center;
  padding: 60px 0;
}
img.wm-img {
  width: 70px;
  height: 70px;
}
.wm-inner h3 {
  color: #000;
  margin: 0;
  padding: 15px 0;
  /* font-family: Jost; */
  font-size: 20px;
}
.wm-inner p {
  color: #42495b;
  margin: 0;
  font-family: Lato;
  font-size: 15px;
}
.wm-inner {
  text-align: left;
  border-radius: 36px;
  height: 100%;
  padding: 30px 20px 20px;
}
@media (width<=1050px) {
  .wm-box {
    display: block;
  }
  h3.main-title {
    font-size: 24px;
  }
  .wm-inner {
    width: 100%;
  }
  section.workig-model {
    margin-bottom: 60px !important;
  }
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
section {
  display: block;
}
h3 {
  margin-bottom: 0.5rem;
}
h3,
p {
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.75rem;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (width>=576px) {
  .container {
    max-width: 540px;
  }
}
@media (width>=768px) {
  .container {
    max-width: 720px;
  }
}
@media (width>=992px) {
  .container {
    max-width: 960px;
  }
}
@media (width>=1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
/* .col-12,
.col-md-4,
.col-sm-6 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
} */
@media (width>=576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (width>=768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
}

/* Carousel Container */
.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Carousel Slides */
.carousel-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
  padding: 40px 20px;
}

.carousel-slide.active {
  opacity: 1;
}

/* Background Images for each slide */
.carousel-slide {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.carousel-slide:nth-child(1) {
  background-image: linear-gradient(
      rgba(15, 20, 25, 0.5),
      rgba(15, 20, 25, 0.5)
    ),
    url("https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1600&h=900&fit=crop");
}

.carousel-slide:nth-child(2) {
  background-image: linear-gradient(
      rgba(15, 20, 25, 0.5),
      rgba(15, 20, 25, 0.5)
    ),
    url("https://images.unsplash.com/photo-1512941691920-25bda36dc643?w=1600&h=900&fit=crop");
}

.carousel-slide:nth-child(3) {
  background-image: linear-gradient(
      rgba(15, 20, 25, 0.5),
      rgba(15, 20, 25, 0.5)
    ),
    url("https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=1600&h=900&fit=crop");
}

/* Background Pattern overlay for depth */
.carousel-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 20% 50%,
    rgba(0, 168, 204, 0.1) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.carousel-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 80% 80%,
    rgba(255, 165, 2, 0.05) 0%,
    transparent 50%
  );
  pointer-events: none;
}

/* Slide Content */
.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  animation: slideInContent var(--transition) ease-in-out;
}

@keyframes slideInContent {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-content h1 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-accent) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1px;
}

.slide-content p {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--color-text-muted);
  margin-bottom: 30px;
  line-height: 1.6;
}

.slide-content .btn {
  display: inline-block;
  padding: 14px 40px;
  background: var(--color-primary);
  color: var(--color-bg);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.4s ease;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}

.slide-content .btn:hover {
  background: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 168, 204, 0.3);
}

/* Navigation Dots */
.carousel-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.dot.active {
  background: var(--color-primary);
  width: 30px;
  border-radius: 6px;
}

.dot:hover {
  background: var(--color-accent);
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  animation: bounce 2s infinite;
}

.scroll-indicator svg {
  width: 24px;
  height: 24px;
  stroke: var(--color-primary);
  stroke-width: 2;
  fill: none;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

/* Desktop Optimization */
@media (min-width: 1200px) {
  .carousel-slide {
    padding: 60px 80px;
  }

  .slide-content {
    max-width: 900px;
  }

  .slide-content h1 {
    font-size: 4.5rem;
    margin-bottom: 25px;
  }

  .slide-content p {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }

  .slide-content .btn {
    padding: 16px 50px;
    font-size: 1.1rem;
  }

  .carousel-dots {
    bottom: 50px;
    gap: 15px;
  }

  .dot {
    width: 14px;
    height: 14px;
  }

  .dot.active {
    width: 35px;
  }
}

/* Tablet Optimization */
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-slide {
    padding: 40px 40px;
  }

  .slide-content h1 {
    font-size: 3rem;
  }

  .slide-content p {
    font-size: 1.1rem;
  }

  .carousel-dots {
    bottom: 35px;
  }
}

/* Mobile Optimization */
@media (max-width: 767px) {
  .carousel-slide {
    padding: 30px 15px;
  }

  .slide-content h1 {
    font-size: 2rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .carousel-dots {
    bottom: 30px;
    gap: 10px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .dot.active {
    width: 24px;
  }
}

@media (max-width: 480px) {
  .slide-content h1 {
    font-size: 1.5rem;
  }

  .slide-content p {
    font-size: 0.95rem;
  }

  .slide-content .btn {
    padding: 12px 30px;
    font-size: 0.95rem;
  }

  .carousel-dots {
    bottom: 20px;
  }
}
