@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-60 {
  border-radius: 60px;
}

.radius-70 {
  border-radius: 70px;
}

.radius-80 {
  border-radius: 80px;
}

.radius-top-left-right-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

/* 🔹 Navbar default (before scroll) */
.navbar-initial {
  transition: all 0.3s ease-in-out;
  /* smooth animation */
}

/* 🔹 Navbar when scrolled */
.navbar-expand-lg {
  border-radius: 0 !important;
  top: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  /* smooth animation */
}

/* Call button */
.call-btn {
  background-color: black;
  color: white;
  font-weight: 600;
  font-size: 18px;
  border-radius: 35px;
  transition: all 0.2s ease-in-out;
}

.call-btn:hover {
  color: white;
  scale: 1.02 !important;
}

/* WhatsApp button */
.whatsapp-btn {
  background-color: #ffffff;
  color: black;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}

.whatsapp-btn:hover {
  color: black;
  scale: 1.02 !important;
}

/* Contact button */
.contact-btn {
  background-color: black;
  color: white;
  font-weight: 600;
  font-size: 18px;
  border-radius: 35px;
  transition: all 0.2s ease-in-out;
}

.contact-btn:hover {
  color: white;
  scale: 1.02 !important;
}

/* Navbar toggler */
.navbar-toggler {
  background-color: black;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 7px;
}

/* 🔹 Media Queries */
@media only screen and (max-width: 992px) {
  .whatsapp-btn,
  .call-btn {
    display: none !important;
  }
  .contact-icons {
    display: block !important;
  }
}
@media only screen and (max-width: 1080px) and (min-width: 992px) {
  .call-btn,
  .whatsapp-btn,
  .contact-btn,
  .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .navbar-expand-lg {
    border-radius: 35px;
    top: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
  }
  .logo {
    width: 80px;
  }
  .position-fix {
    position: fixed;
    margin: 0px !important;
    width: 100%;
    margin-top: -20px !important;
  }
}
.active-link {
  color: #ff6b60 !important;
}

body {
  font-family: "Tinos", serif;
  font-style: normal;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*

TemplateMo 565 Onix Digital

https://templatemo.com/tm-565-onix-digital


------------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #ff695f;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff695f;
  opacity: 0.15;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}

.main-blue-button-hover a:hover {
  background-color: #ff695f;
}

.main-red-button a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
}

.main-red-button-hover a:hover {
  background-color: #03a4ed;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #ff695f;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/*
---------------------------------------------
Banner Style
---------------------------------------------
*/
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 236px 0px 130px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: "";
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 267px;
  height: 532px;
}

.main-banner:before {
  content: "";
  background-image: url(../images/banner-right-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 60px;
  width: 819px;
  height: 674px;
}

.main-banner .item {
  margin-right: 45px;
}

.main-banner .item h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ff695f;
  margin-bottom: 15px;
}

.main-banner .item h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .item h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .item h2 span {
  color: #ff695f;
}

.main-banner .item p {
  margin: 20px 0px;
}

.main-banner .item .down-buttons {
  display: inline-flex;
}

.main-banner .item .down-buttons .call-button i {
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: rgb(255, 104, 95);
  background: linear-gradient(105deg, rgb(255, 104, 95) 0%, rgb(255, 144, 104) 100%);
  color: #fff;
  font-size: 20px;
}

.main-banner .item .down-buttons .call-button a {
  color: #ff695f;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
}

.main-banner .owl-dots {
  margin-top: 60px;
  counter-reset: dots;
}

.main-banner .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  color: #2a2a2a;
  width: 15px;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
}

.main-banner .active:before {
  color: #ff685f;
  border-bottom: 3px solid #ff685f;
}

/*
---------------------------------------------
Services Style
---------------------------------------------
*/
.our-services .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -140px;
  position: absolute;
  z-index: 1;
}

.our-services .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  bottom: -120px;
  position: absolute;
  z-index: 1;
}

.our-services .container {
  position: relative;
}

.our-services {
  position: relative;
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-services .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-services .item {
  text-align: center;
  margin: 15px;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.our-services .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
  line-height: 30px;
}

.our-services .item .icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.our-services .item p {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #ff695f;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.our-services .item {
  height: 350px;
}

/*
---------------------------------------------
About
---------------------------------------------
*/
.about-us {
  margin-top: 0px;
  padding-top: 120px;
}

.about-us .left-image {
  margin-right: 30px;
}

.about-us .section-heading h2 {
  margin-right: 60px;
}

.about-us .section-heading p {
  margin-top: 50px;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  color: #ff695f;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/*
---------------------------------------------
Portfolio
---------------------------------------------
*/
.our-portfolio .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
  position: relative;
}

.our-portfolio .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.our-portfolio {
  margin: 0px 15px;
}

.our-portfolio .item .thumb {
  position: relative;
}

.our-portfolio .item .thumb:hover .hover-effect {
  bottom: 30px;
}

.our-portfolio .item .thumb:hover img {
  opacity: 0.7;
}

.our-portfolio .item .hover-effect {
  position: absolute;
  background-image: url(../images/hover-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  bottom: -240px;
  right: 30px;
  width: 239px;
  height: 210px;
}

.our-portfolio .item .hover-effect .inner-content {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
}

.our-portfolio .item .hover-effect .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.our-portfolio .item .hover-effect .inner-content span {
  font-size: 15px;
  color: #fff;
}

.our-portfolio .item .thumb img {
  border-radius: 20px;
  transition: all 0.3s;
}

.owl-portfolio .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}

.owl-portfolio .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
}

.owl-portfolio .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-portfolio .owl-nav .owl-prev span {
  color: transparent;
}

.owl-portfolio .owl-nav .owl-prev span:hover::after {
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: #ff695f;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: "\f104";
  font-size: 22px;
  font-family: "FontAwesome";
  transition: all 0.5s;
  opacity: 0.5;
}

.owl-portfolio .owl-nav .owl-next span {
  color: transparent;
}

.owl-portfolio .owl-nav .owl-next span:hover::after {
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-next span:after {
  width: 46px;
  height: 46px;
  background-color: #ff695f;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: "\f105";
  font-size: 22px;
  font-family: "FontAwesome";
  transition: all 0.5s;
  opacity: 0.5;
}

.owl-portfolio .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.owl-portfolio .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #ff695f;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.owl-portfolio .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

/*
---------------------------------------------
Pricing
---------------------------------------------
*/
.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1;
}

.pricing-tables {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 45px;
}

.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.pricing-tables .item em {
  color: #ff695f;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 44px;
  color: #ff695f;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  background-image: url(../images/first-plan-bg.png);
}

.pricing-tables .second-item {
  background-image: url(../images/second-plan-bg.png);
}

.pricing-tables .third-item {
  background-image: url(../images/third-plan-bg.png);
}

/*
---------------------------------------------
Subscribe
---------------------------------------------
*/
.subscribe {
  margin-top: 120px;
}

.subscribe .inner-content {
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.subscribe .inner-content:after {
  content: "";
  background-image: url(../images/subscribe-dec.png);
  position: absolute;
  width: 195px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
  right: -20px;
  top: -20px;
}

.subscribe .inner-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.subscribe .inner-content form {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
}

.subscribe .inner-content form input {
  width: 38.5%;
  margin-top: 20px;
  line-height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.subscribe .inner-content form input#website {
  border-right: 1px solid #eee;
}

.subscribe .inner-content form input::-moz-placeholder {
  color: #afafaf;
}

.subscribe .inner-content form input::placeholder {
  color: #afafaf;
}

.subscribe .inner-content form button {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  width: 20%;
  margin-right: 10px;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  text-align: center;
  transition: all 0.3s;
}

.subscribe .inner-content form button:hover {
  background-color: #ff695f;
}

/*
---------------------------------------------
contact
---------------------------------------------
*/
.contact-dec img {
  position: absolute;
  z-index: 1;
  width: 459px;
  height: 702px;
  right: 0;
  bottom: -400px;
}

.contact-left-dec img {
  position: absolute;
  z-index: 1;
  width: 174px;
  height: 319px;
  left: 0;
  top: 120px;
}

.contact-us {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.contact-us .section-heading h2 {
  margin-right: 100px;
  margin-bottom: 40px;
}

.contact-us #map iframe {
  border-radius: 23px;
  position: relative;
  z-index: 2;
}

.contact-us .info {
  margin-top: 30px;
  position: relative;
  z-index: 5;
  display: inline-flex;
}

.contact-us .info span {
  opacity: 1;
  display: inline-flex;
  margin-right: 30px;
}

.contact-us .info span i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255, 104, 95);
  background: linear-gradient(105deg, rgb(255, 104, 95) 0%, rgb(255, 144, 104) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.contact-us .info span a {
  color: #ff685f;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}

form#contact {
  margin-left: -100px;
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 60px 120px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 0px;
  margin-bottom: 35px;
}

form#contact input::-moz-placeholder {
  color: #afafaf;
}

form#contact input::placeholder {
  color: #afafaf;
}

form#contact button {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all 0.3s;
}

form#contact button:hover {
  background-color: #03a4ed;
}

/*
---------------------------------------------
Footer Style
---------------------------------------------
*/
.footer-dec {
  width: 100%;
  margin-top: 160px;
}

footer {
  margin-top: -50px;
  z-index: 2;
  position: relative;
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 30px;
}

footer .about .logo img {
  width: 89px;
  margin-bottom: 30px;
}

footer .about a {
  color: #afafaf;
  font-weight: 300;
}

footer .about ul {
  margin-top: 20px;
}

footer .about ul li {
  display: inline-block !important;
  margin-right: 5px;
}

footer .about ul li a {
  width: 32px;
  height: 32px;
  background-color: #03a4ed;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
}

footer .about ul li a:hover {
  background-color: #ff695f;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 12px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 15px;
  color: #afafaf;
  transition: all 0.3s;
}

footer .footer-item ul li a:hover {
  color: #ff695f;
}

footer .footer-item p {
  font-size: 15px;
  color: #afafaf;
  margin-top: -5px;
}

footer .footer-item form {
  background-color: #03a4ed;
  height: 46px;
  border-radius: 23px;
  position: relative;
  margin-top: 15px;
}

footer .footer-item form input {
  line-height: 46px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0px 20px;
  outline: none;
}

footer .footer-item form input::-moz-placeholder {
  color: #fff;
}

footer .footer-item form input::placeholder {
  color: #fff;
}

footer .footer-item form button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}

footer .copyright p {
  text-align: center;
  border-top: 1px solid #eee;
  color: #afafaf;
  margin-top: 50px;
  padding: 20px 0px;
  font-weight: 300;
}

footer .copyright p a {
  color: #ff695f;
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/
/*
---------------------------------------------
count5er styling
---------------------------------------------
*/
@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }
}
@media (max-width: 992px) {
  .main-banner::before {
    display: none;
  }
  .main-banner .item {
    margin-right: 0px;
  }
  .main-banner {
    padding-bottom: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item {
    text-align: center;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .subscribe .inner-content {
    padding: 60px 30px;
  }
  .our-videos ul.nacc {
    margin-bottom: 30px;
  }
  .our-videos .naccs .menu div img {
    border-radius: 50px;
  }
  .our-videos .menu .thumb .inner-content {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 60px;
  }
  form#contact {
    padding: 45px 30px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .subscribe .inner-content:after {
    z-index: -1;
  }
  .subscribe .inner-content {
    padding: 60px 30px 100px 30px;
  }
  .subscribe .inner-content form input {
    width: 49%;
  }
  .subscribe .inner-content form button {
    width: 100%;
    background-color: #ff695f;
    margin-top: 30px;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }
}
.fact-item {
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.fact-item:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-6px);
}

.fact-item .icon img {
  max-width: 50px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.fact-item:hover .icon img {
  filter: brightness(0) invert(1);
}

.count-digit {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

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

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(45deg, #03a4ed, #ff695f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.section-title p {
  font-size: 1.2rem;
  color: white;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #03a4ed, #ff695f);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
}

.faq-item:hover::before,
.faq-item.active::before {
  transform: scaleX(1);
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(3, 164, 237, 0.3);
}

.faq-question {
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question:hover {
  color: #03a4ed;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(45deg, #03a4ed, #ff695f);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-icon i {
  color: white;
  font-size: 16px;
  transition: transform 0.4s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: linear-gradient(45deg, #ff695f, #03a4ed);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.2);
}

.faq-answer-content {
  padding: 0 30px 30px 30px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.company-badge {
  display: inline-block;
  background: linear-gradient(45deg, #03a4ed, #ff695f);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  opacity: 0.1;
  animation: float 20s infinite linear;
}

.floating-element:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}

.floating-element:nth-child(2) {
  left: 20%;
  animation-delay: 5s;
}

.floating-element:nth-child(3) {
  left: 70%;
  animation-delay: 10s;
}

.floating-element:nth-child(4) {
  left: 80%;
  animation-delay: 15s;
}

@keyframes float {
  0% {
    transform: translateY(100vh) rotate(0deg);
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
  .faq-question {
    padding: 20px;
    font-size: 1rem;
  }
  .faq-answer-content {
    padding: 0 20px 20px 20px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.faq-page {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f0f3f7;
  min-height: 100vh;
  line-height: 1.6;
  color: #2c3e50;
}

.hero-section {
  position: relative;
  padding: 120px 20px 80px;
  text-align: center;
  margin-top: 60px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #ff695f;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.search-input {
  width: 100%;
  padding: 15px 60px 15px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.search-input:focus {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.search-input::-moz-placeholder {
  color: #6c757d;
}
.search-input::placeholder {
  color: #6c757d;
}

.search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #ff695f;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(3, 164, 237, 0.3);
}
.search-btn:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 20px rgba(3, 164, 237, 0.4);
}

.faq-section {
  padding: 60px 20px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.company-badge {
  display: inline-block;
  background: #ff695f;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto 40px;
}

.filter-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.filter-tag {
  padding: 8px 20px;
  background: #ffffff;
  color: #2c3e50;
  border: 2px solid #dee2e6;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  font-weight: 500;
}
.filter-tag.active, .filter-tag:hover {
  background: #ff695f;
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(3, 164, 237, 0.3);
}

.faq-container {
  display: grid;
  gap: 15px;
}

.faq-item {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #dee2e6;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.faq-item:nth-child(1) {
  animation-delay: 0s;
}
.faq-item:nth-child(2) {
  animation-delay: 0.1s;
}
.faq-item:nth-child(3) {
  animation-delay: 0.2s;
}
.faq-item:nth-child(4) {
  animation-delay: 0.3s;
}
.faq-item:nth-child(5) {
  animation-delay: 0.4s;
}
.faq-item:nth-child(6) {
  animation-delay: 0.5s;
}
.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #03a4ed;
}
.faq-item.active {
  border-color: #03a4ed;
  box-shadow: 0 5px 20px rgba(3, 164, 237, 0.15);
}

.faq-question {
  padding: 25px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.05rem;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
}
.faq-question:hover {
  color: #03a4ed;
}

.faq-question-text {
  flex: 1;
  margin-right: 20px;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff695f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.faq-icon i {
  color: #ffffff;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #f8f9fa;
}

.faq-answer-content {
  padding: 0 30px 25px 30px;
  color: #6c757d;
  line-height: 1.7;
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.contact-cta {
  text-align: center;
  margin-top: 60px;
  padding: 50px 30px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cta-title {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}

.cta-text {
  color: #6c757d;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(45deg, #03a4ed, #ff695f);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(3, 164, 237, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(3, 164, 237, 0.4);
}
.cta-button:hover::before {
  left: 100%;
}

.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

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

.contact-modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 500px;
  margin: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10001;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.contact-modal.show .modal-content {
  transform: scale(1);
}

.modal-title {
  color: #03a4ed;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.modal-text {
  color: #6c757d;
  margin-bottom: 30px;
  line-height: 1.6;
}

.modal-contacts {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #2c3e50;
  text-decoration: none;
  padding: 12px 20px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #dee2e6;
}
.contact-item:hover {
  background: rgba(3, 164, 237, 0.1);
  border-color: #03a4ed;
  transform: translateY(-2px);
  color: #03a4ed;
}
.contact-item i {
  color: #03a4ed;
}

.close-modal {
  background: linear-gradient(45deg, #03a4ed, #ff695f);
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 0 5px 20px rgba(3, 164, 237, 0.3);
  position: relative;
  overflow: hidden;
}
.close-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.close-modal:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(3, 164, 237, 0.4);
}
.close-modal:hover::before {
  left: 100%;
}

.highlight {
  background: linear-gradient(45deg, rgba(3, 164, 237, 0.2), rgba(255, 105, 95, 0.2));
  padding: 2px 6px;
  border-radius: 4px;
  color: #2c3e50;
}

.no-results {
  text-align: center;
  color: #6c757d;
  font-size: 1.1rem;
  padding: 40px;
  display: none;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #dee2e6;
}
.no-results a {
  color: #03a4ed;
  text-decoration: none;
}
.no-results a:hover {
  text-decoration: underline;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.loaded * {
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .hero-section {
    padding: 100px 20px 60px;
  }
  .hero-content {
    padding: 0 10px;
  }
  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
  .search-input {
    font-size: 0.95rem;
    padding: 12px 50px 12px 15px;
  }
  .search-btn {
    width: 40px;
    height: 40px;
  }
  .faq-question {
    padding: 20px;
    font-size: 1rem;
  }
  .faq-answer-content {
    padding: 0 20px 20px 20px;
    font-size: 0.95rem;
  }
  .filter-tags {
    gap: 8px;
  }
  .filter-tag {
    padding: 6px 15px;
    font-size: 0.85rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .modal-content {
    margin: 10px;
    padding: 30px 20px;
  }
  .faq-icon {
    width: 35px;
    height: 35px;
  }
  .faq-icon i {
    font-size: 12px;
  }
  .contact-cta {
    padding: 40px 20px;
    margin-top: 40px;
  }
  .cta-title {
    font-size: 1.6rem;
  }
  .cta-button {
    padding: 12px 28px;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .faq-question {
    padding: 15px;
    font-size: 0.95rem;
  }
  .faq-question-text {
    margin-right: 10px;
  }
  .faq-answer-content {
    padding: 0 15px 15px 15px;
    font-size: 0.9rem;
  }
  .search-container {
    margin: 0 10px;
  }
  .filter-tags {
    margin: 0 10px 30px;
  }
  .contact-cta {
    margin: 40px 10px 0;
    padding: 30px 15px;
  }
  .cta-title {
    font-size: 1.4rem;
  }
  .cta-text {
    font-size: 1rem;
  }
  .modal-content {
    margin: 5px;
    padding: 25px 15px;
  }
  .modal-title {
    font-size: 1.5rem;
  }
}
.search-input:focus,
.faq-question:focus,
.filter-tag:focus,
.cta-button:focus,
.contact-item:focus,
.close-modal:focus {
  outline: 2px solid #03a4ed;
  outline-offset: 2px;
}

@media print {
  .navbar,
  .search-container,
  .filter-tags,
  .contact-cta,
  .floating-elements {
    display: none;
  }
  .hero-section {
    background: none;
    color: #2c3e50;
    padding: 20px 0;
  }
  .faq-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 20px;
  }
  .faq-answer {
    max-height: none;
  }
}
:root {
  --primary-green: #ff7061;
  --text-white: #fff;
  --overlay-bg: rgba(0, 0, 0, 0.6);
  --content-bg: rgba(0, 0, 0, 0.4);
}

* {
  font-family: "Raleway", sans-serif;
}

.homepage-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.homepage-banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.homepage-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay-bg);
  z-index: 2;
}

.homepage-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0 1rem;
}

.homepage-banner__box {
  padding: 2rem 1.5rem;
  border-radius: 30px;
  background-color: var(--content-bg);
  text-align: center;
  margin-top: 2rem;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  max-width: 900px;
}

.homepage-banner__title {
  color: var(--text-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.homepage-banner__subtitle {
  color: var(--text-white);
  font-size: 14px;
  margin-top: 1rem;
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.highlight {
  color: var(--primary-green);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.font-semibold {
  font-weight: 600;
}

.break-lg {
  display: none;
}

.break-sm {
  display: none;
}

/* Mobile styles */
@media (min-width: 576px) {
  .homepage-banner__title {
    font-size: 30px;
  }
  .homepage-banner__subtitle {
    font-size: 18px;
  }
  .break-sm {
    display: block;
  }
}
/* Tablet styles */
@media (min-width: 768px) {
  .homepage-banner__box {
    padding: 2rem 3rem;
  }
  .homepage-banner__title {
    font-size: 45px;
  }
}
/* Desktop styles */
@media (min-width: 992px) {
  .break-lg {
    display: block;
  }
}
/* Fallback background for browsers that don't support video */
.homepage-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-coral), var(--primary-blue));
  z-index: 0;
}

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

.services-title {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(45deg, #ff7261, #ff7261);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.stats-box {
  border-radius: 15px;
  border: none;
  margin-bottom: 3rem;
}

.service-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: #ff7261;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff7261, #03a4ed);
  border-radius: 20px 20px 0 0;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.icon-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: inherit;
  opacity: 0.1;
  transform: scale(1.2);
  z-index: -1;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.service-description {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.service-features li {
  padding: 0.5rem 0;
  color: #495057;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
}

.service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 1.1rem;
}

.service-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tech-tag {
  background: #f8f9fa;
  color: #495057;
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #e9ecef;
}

.service-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.service-link:hover {
  color: inherit;
  text-decoration: none;
}

.cta-button {
  background: #ff7061;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #03a4ed;
  transition: left 0.5s ease;
  z-index: -1;
}

.cta-button:hover::before {
  left: 0;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(3, 164, 237, 0.3);
}

.bg-primary {
  background-color: #007bff !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-cyan {
  background-color: #20c997 !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.text-cyan {
  color: #20c997 !important;
}

.text-pink {
  color: #e83e8c !important;
}

.text-teal {
  color: #20c997 !important;
}

@media (max-width: 768px) {
  .services-title {
    font-size: 2.5rem;
  }
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.bg-purple {
  background-color: #6f42c1 !important;
}

.bg-pink {
  background-color: #d63384 !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #0dcaf0 !important;
}

.app-card1-section .bg-light-green {
  background-color: #95c5a7;
}
.app-card1-section h2 {
  font-size: 2.8rem;
}
.app-card1-section p {
  font-size: 1.25rem;
  font-weight: 500;
}

.webcard1-section .bg-light-gray {
  background-color: #d5d5d5;
}
.webcard1-section h2 {
  font-size: 2.8rem;
}
.webcard1-section p {
  font-size: 1.25rem;
  font-weight: 500;
}

.appcard2-section .bg-dark-gray {
  background-color: #5b5c5b;
}
.appcard2-section h2 {
  font-size: 2.8rem;
}
.appcard2-section p {
  font-size: 1.25rem;
  font-weight: 500;
}

.webcard2-section .bg-light-gray {
  background-color: #dddee3;
}
.webcard2-section h2 {
  font-size: 2.8rem;
}
.webcard2-section p {
  font-size: 1.25rem;
  font-weight: 500;
}
.webcard2-section video {
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#custom-banner {
  height: 100vh;
  background: linear-gradient(135deg, #03a4ed, #ff6a60);
  position: relative;
  overflow: hidden;
}
#custom-banner .banner-heading {
  font-size: clamp(28px, 4vw, 60px);
  line-height: 1.2;
}
#custom-banner .banner-heading .highlight {
  color: #000;
}
#custom-banner .banner-subtext {
  font-size: 1.1rem;
  line-height: 1.6;
}
#custom-banner .banner-img {
  max-width: 90%;
  margin-top: 40px;
}

#boxes-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#boxes-container .box {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  transition: transform 0.2s ease-in-out;
}
#boxes-container .box:hover {
  transform: scale(2.5);
}

#custom-banner {
  height: 100vh;
  background: linear-gradient(135deg, #03a4ed, #ff6a60);
  position: relative;
  overflow: hidden;
}
#custom-banner .banner-heading {
  font-size: clamp(28px, 4vw, 60px);
  line-height: 1.2;
}
#custom-banner .banner-heading .highlight {
  color: #000;
}
#custom-banner .banner-subtext {
  font-size: 1.1rem;
  line-height: 1.6;
}
#custom-banner .banner-img {
  max-width: 90%;
  margin-top: 40px;
}

#boxes-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#boxes-container .box {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  transition: transform 0.2s ease-in-out;
}
#boxes-container .box:hover {
  transform: scale(2.5);
}

#custom-banner {
  height: 100vh;
  background: linear-gradient(135deg, #03a4ed, #ff6a60);
  position: relative;
  overflow: hidden;
}
#custom-banner .banner-heading {
  font-size: clamp(28px, 4vw, 60px);
  line-height: 1.2;
}
#custom-banner .banner-heading .highlight {
  color: #000;
}
#custom-banner .banner-subtext {
  font-size: 1.1rem;
  line-height: 1.6;
}
#custom-banner .banner-img {
  max-width: 90%;
  margin-top: 40px;
}

#boxes-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#boxes-container .box {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  transition: transform 0.2s ease-in-out;
}
#boxes-container .box:hover {
  transform: scale(2.5);
}

#agile-model {
  padding: 2rem 1rem;
  background: #f0f0f0;
  min-height: 80vh;
}
#agile-model #phases-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: auto;
  min-height: 70vh;
}
@media (min-width: 1024px) {
  #agile-model #phases-container {
    flex-direction: row;
    height: 80vh;
    gap: 0.75rem;
  }
}
#agile-model .phase-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #f0f0f0;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #agile-model .phase-card {
    flex-direction: row;
  }
}
#agile-model .phase-card.active {
  background: #fff;
  padding: 0.5rem;
  flex: 1;
  width: 100%;
}
#agile-model .phase-title-box {
  position: relative;
  padding: 1.25rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: #fff;
  color: #ff6f61;
  min-height: 80px;
  width: 100%;
}
@media (min-width: 1024px) {
  #agile-model .phase-title-box {
    width: auto;
    min-width: 70px;
    height: 100%;
    padding: 1.25rem 1rem;
  }
}
#agile-model .phase-title-box.active {
  background: #ff6f61;
  color: #fff;
}
#agile-model .phase-title-box.inactive:hover {
  background: #ff6f61;
  color: #fff;
  transform: scale(1.02);
}
#agile-model .phase-title-box.pulse {
  animation: pulse 0.8s infinite ease-in-out;
}
#agile-model .phase-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  #agile-model .phase-number {
    top: 1rem;
    left: auto;
  }
}
#agile-model .text-vertical {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1024px) {
  #agile-model .text-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
#agile-model .phase-details {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transform: translateX(-100px);
  animation: slideIn 0.6s ease forwards;
  position: relative;
  width: 100%;
  height: 100%;
}
#agile-model .phase-details h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1rem;
}
#agile-model .phase-details h2:first-of-type {
  font-size: clamp(25px, 3vw, 45px);
  margin-bottom: 1.5rem;
}
@media (min-width: 1536px) {
  #agile-model .phase-details h2:first-of-type {
    font-size: 45px;
  }
}
@media (min-width: 1280px) {
  #agile-model .phase-details h2:first-of-type {
    font-size: 40px;
  }
}
@media (min-width: 640px) {
  #agile-model .phase-details h2:first-of-type {
    font-size: 30px;
  }
}
#agile-model .phase-details h2:last-of-type {
  font-size: clamp(25px, 3vw, 45px);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1536px) {
  #agile-model .phase-details h2:last-of-type {
    font-size: 45px;
    margin-top: 2rem;
  }
}
@media (min-width: 1280px) {
  #agile-model .phase-details h2:last-of-type {
    font-size: 40px;
  }
}
@media (min-width: 640px) {
  #agile-model .phase-details h2:last-of-type {
    font-size: 30px;
  }
}
#agile-model .phase-details h2 span {
  color: #ff6f61;
}
#agile-model .phase-details p {
  font-size: 18px;
  font-weight: 500;
  color: #7987A1;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#agile-model .phase-details p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1536px) {
  #agile-model .phase-details p {
    margin-top: 1.5rem;
  }
}
#agile-model .phase-card:not(.active) .phase-details {
  display: none;
}
#agile-model .phase-card.active {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #agile-model .phase-card.active {
    flex-direction: row;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#software-solutions {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
#software-solutions .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
#software-solutions .content-wrapper {
  position: relative;
  z-index: 2;
}
#software-solutions .section-title {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-size: clamp(25px, 3vw, 35px);
}
#software-solutions .section-title span {
  color: #ff6a60;
}
#software-solutions .section-subtitle {
  letter-spacing: 1px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  margin: 0 auto 1.5rem;
  max-width: 48rem;
  color: #fff;
  opacity: 0.95;
  text-align: center;
}
#software-solutions .solutions-grid .solutions-column {
  margin-bottom: 1rem;
}
#software-solutions .solutions-grid .solutions-column .solution-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
#software-solutions .solutions-grid .solutions-column .solution-item .check-icon {
  color: #03a4ed;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
#software-solutions .solutions-grid .solutions-column .solution-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
}

.bg-grid-boxes {
  background-image: repeating-linear-gradient(0deg, #e0e0e0, #e0e0e0 0px, transparent 1px, transparent 30px), repeating-linear-gradient(90deg, #e0e0e0, #e0e0e0 0px, transparent 1px, transparent 40px);
  background-size: 30px 30px;
  background-color: #f0f0f0;
}

/* Service number circle */
.service-number {
  background-color: #03a4ed; /* Primary Blue */
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* Service title */
.service-title {
  color: #ff6a5f; /* Accent Orange */
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* Service description */
.service-desc {
  color: #7987a1;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.6;
}

/* Heading */
.main-heading span {
  color: #ff6a5f; /* Accent Orange */
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #f8f9fa;
  color: #222;
}

.blog-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  position: relative;
}

.blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b60, #03a4ed);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-card:hover::before {
  opacity: 1;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.blog-card .card-img-top {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .card-img-top {
  transform: scale(1.05);
}

.blog-card .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card .arrow-icon {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.blog-card:hover .arrow-icon {
  transform: translateX(2px);
}

.blog-card .blog-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.blog-card:hover .blog-title {
  color: #ff6b60;
}

.blog-card .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Enhanced Read More Button */
.read-more-btn {
  background: #ff6b60;
  color: white !important;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(255, 107, 96, 0.3);
}

.read-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ff6b60;
  transition: left 0.5s ease;
}

.read-more-btn:hover::before {
  left: 100%;
}

.read-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 96, 0.4);
  background: #0297d6;
}

.read-more-btn .arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.read-more-btn:hover .arrow {
  transform: translateX(3px);
}

/* Category badges with new colors */
.category-badge {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.category-productivity {
  background: linear-gradient(135deg, #ff6b60, #ff8a80);
  color: white;
}

.category-mobile {
  background: linear-gradient(135deg, #03a4ed, #40c4ff);
  color: white;
}

.category-cloud {
  background: linear-gradient(135deg, #4caf50, #81c784);
  color: white;
}

.category-backend {
  background: linear-gradient(135deg, #9c27b0, #ba68c8);
  color: white;
}

.category-design {
  background: linear-gradient(135deg, #e91e63, #f48fb1);
  color: white;
}

.category-marketing {
  background: linear-gradient(135deg, #ff9800, #ffb74d);
  color: white;
}

/* Date styling */
.blog-date {
  color: #adb5bd;
  font-weight: 500;
  font-size: 0.85rem;
}

/* Card footer */
.card-footer-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: auto;
}

/* Hover effects for the entire card link */
a.blog-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

a.blog-link:hover {
  text-decoration: none;
  color: inherit;
}

/* Color helpers */
.text-pink {
  color: #e91e63 !important;
}

.text-cyan {
  color: #0dcaf0 !important;
}

.text-teal {
  color: #20c997 !important;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .blog-card .blog-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .blog-card .card-img-top {
    height: 250px;
  }
  .blog-card .blog-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .blog-card .card-img-top {
    height: 260px;
  }
}
:root {
  --primary-color: #10a8ee;
  --secondary-color: #ff6d60;
  --dark-color: #2c3e50;
  --light-bg: #f8f9fa;
  --card-shadow: 0 8px 25px rgba(0,0,0,0.1);
  --border-radius: 16px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
  line-height: 1.6;
}

.navbar {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.card {
  border: none;
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.main-content {
  padding: 2rem 0;
}

.blog-header {
  background: white;
  color: #ff6b60;
  padding: 3rem 2rem;
  border-radius: var(--border-radius);
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.blog-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="50" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.blog-header h1 {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-meta {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: inline-flex;
  gap: 2rem;
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.blog-content {
  font-size: 1.1rem;
  color: var(--dark-color);
  line-height: 1.8;
}

.blog-content h2 {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 2rem;
  margin: 2.5rem 0 1.5rem 0;
  position: relative;
}

.blog-content h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 2px;
}

.blog-content h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.4rem;
  margin: 2rem 0 1rem 0;
}

.blog-content p {
  margin-bottom: 1.5rem;
}

.blog-content ul {
  margin: 1.5rem 0;
  padding-left: 0;
}

.blog-content li {
  background: rgba(16, 168, 238, 0.1);
  padding: 0.8rem 1.2rem;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 0.8rem;
  border-radius: 0 8px 8px 0;
  list-style: none;
  position: relative;
}

.blog-content li::before {
  content: "✓";
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 0.5rem;
}

.custom-blockquote {
  background: linear-gradient(135deg, rgba(255, 109, 96, 0.1), rgba(16, 168, 238, 0.1));
  border: none;
  border-left: 5px solid var(--secondary-color);
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  font-style: italic;
  font-size: 1.2rem;
  position: relative;
}

.custom-blockquote::before {
  content: '"';
  font-size: 4rem;
  color: var(--secondary-color);
  position: absolute;
  top: -10px;
  left: 20px;
  opacity: 0.3;
}

.hero-image {
  border-radius: var(--border-radius);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.hero-image:hover {
  transform: scale(1.02);
}

/* Comments Section */
.comments-section {
  margin-top: 3rem;
}

.comments-header {
  background: linear-gradient(135deg, var(--primary-color), #0891d1);
  color: white;
  padding: 1.5rem;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  margin-bottom: 0;
}

.comment-input-area {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 1.5rem;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-textarea {
  border: 2px solid transparent;
  background: white;
  border-radius: 25px;
  padding: 1rem 1.5rem;
  resize: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.comment-textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 4px 20px rgba(16, 168, 238, 0.2);
  outline: none;
}

.comment-item {
  background: white;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.comment-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.reply-avatar {
  width: 40px;
  height: 40px;
}

.comment-author {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1.1rem;
}

.comment-time {
  color: #6c757d;
  font-size: 0.9rem;
}

.comment-text {
  color: var(--dark-color);
  margin: 0.5rem 0;
  font-size: 1rem;
}

.comment-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.like-btn, .reply-btn {
  background: none;
  border: none;
  color: var(--primary-color);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: all 0.3s ease;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}

.like-btn:hover, .reply-btn:hover {
  background: rgba(16, 168, 238, 0.1);
  transform: scale(1.05);
}

.reply-section {
  margin-left: 3rem;
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(16, 168, 238, 0.2);
}

.btn-post {
  background: #ff6b60;
  border: none;
  border-radius: 25px;
  padding: 0.8rem 2rem;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 109, 96, 0.3);
}

.btn-post:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 109, 96, 0.4);
  color: white;
}

/* Sidebar */
.sidebar-card {
  margin-bottom: 2rem;
}

.author-card {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(16, 168, 238, 0.1), rgba(255, 109, 96, 0.1));
}

.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.tag-item {
  background: #ff6b60;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  margin: 0.3rem;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(16, 168, 238, 0.3);
}

.tag-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(16, 168, 238, 0.4);
}

.ad-placeholder {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: 2px dashed #dee2e6;
  border-radius: var(--border-radius);
  padding: 3rem 1rem;
  text-align: center;
  color: #6c757d;
}

.load-more-btn {
  background: linear-gradient(135deg, transparent, transparent);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 25px;
  padding: 0.8rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.load-more-btn:hover {
  background: linear-gradient(135deg, var(--primary-color), #0891d1);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(16, 168, 238, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-header h1 {
    font-size: 2rem;
  }
  .blog-meta {
    flex-direction: column;
    gap: 1rem;
  }
  .reply-section {
    margin-left: 1rem;
  }
  .comment-actions {
    flex-wrap: wrap;
  }
}
/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.card {
  animation: fadeInUp 0.6s ease forwards;
}

.card:nth-child(2) {
  animation-delay: 0.1s;
}

.card:nth-child(3) {
  animation-delay: 0.2s;
}

:root {
  --primary-color: #ff6b60;
  --secondary-color: #03a4ed;
  --bg-color: #eff2f7;
  --white: #ffffff;
  --black: #000000;
  --text-dark: #2c3e50;
  --text-light: #6c757d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

/* Hero Section */
.hero-section {
  padding: 4rem 0 6rem 0;
  position: relative;
}

.hero-content {
  text-align: center;
}

.hero-title {
  font-size: 4rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.4rem;
  color: var(--text-light);
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-highlight {
  color: var(--primary-color);
}

/* Section Styles */
.section {
  padding: 5rem 0;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 1rem;
  text-align: center;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 4rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Story Section */
.story-content {
  background: var(--white);
  padding: 4rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.story-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 2rem;
}

.story-text:last-child {
  margin-bottom: 0;
}

/* Values Cards */
.values-card {
  background: var(--white);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: none;
}

.values-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.values-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 2rem auto;
}

.values-card:nth-child(2) .values-icon {
  background: var(--secondary-color);
}

.values-card:nth-child(3) .values-icon {
  background: var(--text-dark);
}

.values-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.values-text {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* Statistics Section */
.stats-section {
  padding: 5rem 0;
}

.stat-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: var(--bg-color);
  border-radius: 15px;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-color);
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}

.stat-label {
  font-size: 1.1rem;
  color: var(--text-dark);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .story-content {
    padding: 2.5rem 2rem;
  }
  .values-card {
    padding: 2.5rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-section {
    padding: 3rem 0 2rem 0;
  }
  .section {
    padding: 3rem 0;
  }
  .story-content {
    padding: 2rem 1.5rem;
  }
  .values-card {
    padding: 2rem 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */