/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700");

html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #111;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #FF715B;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #FF715B !important;
  color: #ffffff !important;
  border-color: #FF715B !important;
  font-weight: 600;
  padding: 10px 24px;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: none;
  letter-spacing: 0.5px;
  border: 2px solid #FF715B;
}

.btn-main:hover {
  background: #e85d47 !important;
  color: #ffffff !important;
  border-color: #e85d47 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 113, 91, 0.3);
}

.btn-main:focus,
.btn-main:active,
.btn-main:visited {
  background: #FF715B !important;
  color: #ffffff !important;
  border-color: #FF715B !important;
}

.btn-main-2 {
  background: #FF715B;
  color: #fff;
  border-color: #FF715B;
}

.btn-main-2:hover {
  color: #FF715B;
  background: transparent;
  border-color: #FF715B;
}

.btn-solid-border {
  border: 2px solid #FF715B;
  background: transparent;
  color: #111;
}

.btn-solid-border:hover {
  border: 2px solid #FF715B;
  color: #fff;
  background: #FF715B;
}

.btn-transparent {
  background: transparent;
  color: #111;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.btn-white:hover {
  background: #FF715B;
  color: #fff;
  border-color: #FF715B;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #111;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #FF715B;
}

.bg-primary-dark {
  background: #ff4528;
}

.bg-primary-darker {
  background: #f42100;
}

.bg-dark {
  background: #111;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 12px 0;
}

.section-sm {
  padding: 9px 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.subtitle {
  color: #FF715B;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly {
  position: relative;
}

.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #111;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #FF715B;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0px 20px 0px;
  position: relative;
}

.page-title.bg-1 {
  padding-top: 140px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .page-title.bg-1 {
    margin-top: 70px;
    padding-top: 120px;
  }
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

@media (max-width: 480px) {

  h2,
  .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

#wrapper-work {
  overflow: hidden;
  padding-top: 50px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

.header-padding {
  padding: 0px 30px;
}

.navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.3s ease;
}

.navigation.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navigation .btn {
  box-shadow: none;
}

#navbar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar .nav-link {
  padding-left: 26px;
  font-weight: 500;
  color: #111;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.25s ease;
}

#navbar.nav-text-white .nav-link {
  color: #fff;
}

#navbar.nav-text-white .navbar-brand {
  color: #111;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.navbar-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#navbar.nav-text-white .btn-solid-border {
  color: #fff;
  border-color: #fff;
}

#navbar.nav-text-white .btn-solid-border:hover {
  color: #FF715B;
  background: #fff;
  border-color: #fff;
}

#navbar.nav-text-white .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

#navbar.nav-text-white .navbar-toggler .fa-bars {
  color: #fff;
}

.navbar-brand {
  font-weight: 600;
}

.navbar-brand img {
  max-height: 90px;
  max-width: 270px;
  width: auto;
  height: auto;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
  -webkit-transition: all 0.2s ease-in, visibility 0s linear 0.2s, -webkit-transform 0.2s linear;
  -o-transition: all 0.2s ease-in, visibility 0s linear 0.2s, -o-transform 0.2s linear;
  -ms-transition: all 0.2s ease-in, visibility 0s linear 0.2s, -ms-transform 0.2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all 0.45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #FF715B;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

#navbar.nav-text-white .mobile-logo {
  display: none;
}

@media (max-width: 480px) {
  #navbar {
    background: #fff;
  }

  #navbar.nav-text-white .nav-link {
    color: #111;
  }

  #navbar.nav-text-white .mobile-logo {
    display: block;
  }

  #navbar.nav-text-white .hidden-logo {
    display: none;
  }

  .navbar-toggler {
    color: #111;
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  h2,
  .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }

  .header-padding {
    padding: 0px 30px;
  }
}

@media (max-width: 400px) {
  #navbar {
    background: #fff;
  }

  #navbar.nav-text-white .nav-link {
    color: #111;
  }

  #navbar.nav-text-white .mobile-logo {
    display: block;
  }

  #navbar.nav-text-white .hidden-logo {
    display: none;
  }

  .navbar-toggler {
    color: #111;
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  .header-padding {
    padding: 0px 30px;
  }
}

@media (max-width: 768px) {
  #navbar {
    background: #fff;
  }

  #navbar.nav-text-white .nav-link {
    color: #111;
  }

  .navbar-toggler {
    color: #111;
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  #navbar.nav-text-white .mobile-logo {
    display: block;
  }

  #navbar.nav-text-white .hidden-logo {
    display: none;
  }

  .header-padding {
    padding: 0px 30px;
  }
}

@media (max-width: 992px) {
  #navbar {
    background: #fff;
  }

  #navbar.nav-text-white .nav-link {
    color: #111;
  }

  #navbar.nav-text-white .mobile-logo {
    display: block;
  }

  #navbar.nav-text-white .hidden-logo {
    display: none;
  }

  .navbar-toggler {
    color: #111;
  }

  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }

  .header-padding {
    padding: 0px 30px;
  }
}

.bg-1 {
  background: url("../images/bg/section-bg5.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}

.banner {
  position: relative;
  overflow: hidden;
  background: url("../images/bg/main-banner1.jpg") no-repeat 80% 50%;
  background-size: cover;
  background-color: #fff;
  padding: 120px 0px;
  min-height: 800px;
}

.banner .block {
  padding-top: 80px;
}

.banner .block h1 {
  font-size: 75px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #FF715B;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner {
    padding: 80px 0 60px 0;
    min-height: 500px;
    background-image: url("../images/bg/main-banner1.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-color: #fff;
  }
  
  .banner .block {
    padding-top: 20px;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner {
    padding: 80px 0 60px 0;
    min-height: 450px;
    background-image: url("../images/bg/main-banner1.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-color: #fff;
  }
  
  .banner .block {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    padding: 90px 0 70px 0;
    min-height: 600px;
    background-image: url("../images/bg/main-banner1.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-color: #fff;
  }
  
  .banner .block {
    padding-top: 30px;
  }
}

@media (max-width: 992px) {
  .banner {
    padding: 100px 0 80px 0;
    min-height: 650px;
    background-image: url("../images/bg/main-banner1.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #fff;
  }
  
  .banner .block {
    padding-top: 40px;
  }
}

@media (max-width: 1200px) {
  .banner {
    background-image: url("../images/bg/main-banner1.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

.about-item i {
  font-size: 45px;
}

.about-item a {
  color: #FF715B;
  font-weight: 500;
}

.about-item .icon {
  float: left;
  margin-right: 15px;
}

.about-item .content {
  padding-left: 65px;
}

.about-item .content h4 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.about-item .content p {
  margin-bottom: 10px !important;
}

.about-item-img {
  padding-left: 20px;
}

.about-item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-2 .about-item {
  max-width: 100%;
}

.about-2 .about-item h2 {
  font-size: 42px;
  line-height: 1.3;
}

.about-2 .about-item p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .about-item-img {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .about-2 .about-item h2 {
    font-size: 32px;
  }
}

.process {
  position: relative;
}

.process:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/bg/bg-half.png") no-repeat;
  background-position: top right;
}

.icon-block {
  padding: 50px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}

.icon-block i {
  font-size: 35px;
  background: rgba(239, 50, 58, 0.08);
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 16px;
  border-radius: 10px;
  display: inline-block;
  color: #FF715B;
}

.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.icon-block p {
  margin-bottom: 0px;
}

.feature-list ul li {
  margin-bottom: 15px;
  color: #111;
}

.feature-list ul li i {
  color: #FF715B;
}

.video-img {
  position: relative;
}

.video-img .video-play {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: -50px;
  text-align: center;
}

.video-img .video-play i {
  font-size: 30px;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #FF715B;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 32px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
}

.award-img-block {
  height: 160px;
  border: 1px solid #eee;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
}

.video-play:hover {
  cursor: pointer;
}

.feature {
  background: linear-gradient(to bottom, #05a5f9, #10dab7);
}

.feature-block {
  background: #fff;
  padding: 30px;
  text-align: center;
}

.feature-block i {
  font-size: 40px;
}

.feature-block h5 {
  margin-top: 20px;
}

.text-lg {
  font-size: 50px;
}

.counter {
  background: #FF715B;
  padding: 24px 0;
}

.counter .counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  height: 100%;
}

.counter .counter-item i {
  margin-bottom: 12px;
  font-size: 40px;
  color: #fff;
  display: block;
  line-height: 1;
}

.counter .counter-item h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 8px 0;
  text-align: center;
  display: block;
}

.counter .counter-item h2 .counter-stat {
  display: inline-block;
}

.counter .counter-item p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  opacity: 0.95;
  line-height: 1.4;
}

.counter--style i {
  font-size: 40px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fafafa;
  background: #FF715B;
  display: inline-block;
  padding-top: 28px;
}

.team-block img {
  border-radius: 5px;
}

.service-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  border-color: #FF715B;
}

.service-header {
  display: flex;
  align-items: center;
}

.service-card .service-icon {
  flex-shrink: 0;
  margin-right: 0;
}

.service-card .service-icon i {
  transition: all 0.3s ease;
  display: block;
  font-size: 1.56rem;
  line-height: 1.56rem;
}

.service-card:hover .service-icon i {
  transform: scale(1.1);
  color: #FF715B;
}

.service-header h4 {
  flex: 1;
  margin-left: 15px;
}

.service-item-list {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 20px;
}

.service-item-list i {
  font-size: 30px;
  line-height: 1.1;
  margin-right: 20px;
  float: left;
  color: #FF715B;
}

.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #111;
}

.mb-50 {
  margin-bottom: 50px;
}

.content-padding {
  padding: 100px 0px;
}

.service-img {
  padding-right: 20px;
}

.service-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}

.heading {
  margin-bottom: 27px;
}

.case-img,
.case-content {
  padding: 30px;
}

.case-timeline {
  position: relative;
}

.case-timeline-divider {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2px;
  height: auto;
  margin-left: -1px;
  background-color: #eee;
}

.case-timeline-dot {
  display: block;
  position: absolute;
  top: 75px;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #fff;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 400px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
}

@media (max-width: 992px) {
  .case-timeline-dot {
    display: none;
  }

  .case-timeline-divider {
    display: none;
  }
}

.cta {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #FF715B;
}

.testimonial-wrap {
  margin-left: calc((100% - 1140px) / 2);
  margin-right: -10%;
}

.testimonial-block {
  margin: 0px 10px;
  padding: 30px 0px;
  margin-left: 12px;
  padding-left: 15px;
  padding-right: 0px;
}

.testimonial-block p {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(85, 128, 255, 0.2);
  padding: 60px 40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
}

.testimonial-block p:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 0;
  border-color: #fff transparent transparent;
}

.testimonial-block .client-info .client-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.testimonial-block .client-info .client-img img {
  border-radius: 100%;
}

.testimonial-block .client-info .info h6 {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

.pricing-block {
  padding: 20px 0px 50px 0px;
  border-top: 7px solid #FF715B;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 0px;
}

.pricing-block .price-header {
  padding: 30px 0px;
}

.pricing-block .price-header h2 {
  font-weight: 700;
  margin: 15px 0px;
}

.pricing-block .price-body {
  padding: 30px 0px;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.pricing-block .price-body ul li {
  padding: 10px 0px;
}

.pricing-block .price-footer {
  margin-bottom: 30px;
}

.text-underline {
  text-decoration: underline;
}

.portfolio {
  position: relative;
}

.portfolio:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
}

.portflio-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  background: rgba(255, 113, 91, 0.98);
  opacity: 0;
  overflow: hidden;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}

.portflio-item:hover:before {
  opacity: 1;
  width: 100%;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  left: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all 0.35s ease;
}

.portflio-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  padding-top: 15px;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.portfolio-gallery {
  padding: 0px 30px;
}

.project-info-list {
  margin-top: 25px;
}

.project-info-list li {
  margin-bottom: 13px;
}

.project-info-list li strong {
  font-weight: 500;
  color: #111;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 15px;
}

.address-block li i {
  font-size: 20px;
  width: 20px;
}

.contact-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-block i {
  font-size: 24px;
  color: #FF715B;
  margin-right: 15px;
  margin-top: 5px;
  min-width: 30px;
  text-align: left;
  flex-shrink: 0;
  line-height: 1.5;
}

.contact-block .contact-content {
  flex: 1;
}

.contact-block h5 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #111;
  margin-top: 0;
  line-height: 1.4;
}

.contact-block a,
.contact-block p {
  color: #6F8BA4;
  text-decoration: none;
  line-height: 1.6;
  margin-bottom: 0;
  display: block;
}

.contact-block a:hover {
  color: #FF715B;
}

.short-info li {
  margin-bottom: 25px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.short-info {
  padding: 40px;
  border: 1px solid #eee;
}

.mt-90 {
  margin-top: 90px;
}

.blog-thumb {
  width: 35%;
  float: left;
  margin-right: 40px;
}

.blog-item-content h3 {
  font-weight: 500;
}

.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #FF715B;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #111;
  padding: 40px;
  font-style: italic;
  background: #f5f6ff;
  border-left: 5px solid #FF715B;
  margin: 25px 0px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

@media (max-width: 480px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .blog-thumb img {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .blog-thumb img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .blog-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .blog-thumb img {
    width: 100%;
  }
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media>.pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #FF715B;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #FF715B;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #FF715B;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #FF715B;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #FF715B;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #FF715B;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #FF715B;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #FF715B;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 25px;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #111;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #FF715B;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all 0.2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #FF715B;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
  background: #000;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #fff;
}

.logo span {
  color: #FF715B;
}

.widget h4 {
  color: #fff;
  font-weight: 600;
}

.widget a {
  color: rgba(255, 255, 255, 0.7);
}

.widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-socials li a {
  margin-right: 7px;
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
}

.copyright a {
  color: rgba(255, 255, 255, 0.8);
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #FF715B;
}

/* Client Slider */
.clients {
  padding-top: 40px;
  padding-bottom: 40px;
}

.client-logo-item {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 160px;
  background: #ffffff;
  border-radius: 16px;
  margin: 0 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f5f5f5;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}

.client-logo-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}

.client-logo-item:hover {
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  transform: translateY(-6px) scale(1.02);
  border-color: #d8d8d8;
}

.client-logo-item:hover::before {
  opacity: 1;
}

.client-logo-item img {
  width: 100%;
  height: 100%;
  max-height: 120px;
  max-width: 160px;
  object-fit: contain;
  object-position: center;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(40%);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
}

.client-logo-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.1);
}

.client-thumb {
  padding: 30px 0;
  width: 100%;
}

.client-thumb .slick-list {
  padding: 0 !important;
}

.client-thumb .slick-track {
  display: flex;
  align-items: center;
}

.client-thumb .slick-slide {
  padding: 0 2px;
}

.client-thumb .slick-track {
  display: flex;
  align-items: center;
}

.clients.bg-gray {
  background: linear-gradient(to bottom, #fafbfc 0%, #f8f9fa 100%);
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #FF715B;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 113, 91, 0.4);
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background: #e85d47;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 113, 91, 0.5);
}

.scroll-to-top.show {
  display: flex;
}

/* Portfolio Section Enhancements */
.portflio-item {
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
}

.portflio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.portflio-item img {
  transition: all 0.3s ease;
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.portflio-item a {
  display: block;
  height: 100%;
}

.portflio-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .portflio-item img {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .portflio-item img {
    height: 250px;
  }
  
  /* Reduce gaps in tablet/mobile view */
  .section {
    padding: 10px 0;
  }
  
  .heading {
    margin-bottom: 20px !important;
  }
  
  .heading h2 {
    margin-bottom: 10px !important;
  }
  
  .mb-4 {
    margin-bottom: 20px !important;
  }
  
  .mb-3 {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 576px) {
  .portflio-item img {
    height: 220px;
  }
  
  /* Reduce gaps in mobile view */
  .section {
    padding: 8px 0;
  }
  
  .heading {
    margin-bottom: 15px !important;
  }
  
  .heading h2 {
    margin-bottom: 8px !important;
  }
  
  .heading p {
    margin-bottom: 15px !important;
  }
  
  .portflio-item {
    margin-bottom: 15px !important;
  }
  
  .mb-4 {
    margin-bottom: 15px !important;
  }
  
  .mb-3 {
    margin-bottom: 10px !important;
  }
  
  .mb-2 {
    margin-bottom: 8px !important;
  }
  
  .service-card {
    margin-bottom: 15px !important;
  }
  
  .about-item {
    margin-bottom: 20px !important;
  }
}

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

.overlay-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 113, 91, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.overlay-item i {
  color: #fff;
  font-size: 40px;
}

.portfolio-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  z-index: 3;
}

/* Testimonial Block Enhancements */
.testimonial-block {
  transition: all 0.3s ease;
}

.testimonial-block:hover {
  transform: translateY(-5px);
}

.testimonial-block p {
  transition: all 0.3s ease;
}

.testimonial-block:hover p {
  box-shadow: 0 8px 30px rgba(85, 128, 255, 0.25) !important;
}

/* FAQ Item Enhancements */
.faq-item {
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
  border-left: 4px solid #FF715B;
}

.faq-item h5 {
  color: #111;
  transition: color 0.3s ease;
}

.faq-item:hover h5 {
  color: #FF715B;
}

/* CTA Section Enhancement */
.cta {
  background: linear-gradient(135deg, #FF715B 0%, #e85d47 100%);
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/bg-2.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.1;
  z-index: 1;
}

.cta .container {
  position: relative;
  z-index: 2;
}

.cta h2 {
  color: #fff;
}

.cta .divider {
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
}

/* Technology Stack Enhancements */
.tech-category {
  transition: all 0.3s ease;
  padding: 20px;
  border-radius: 8px;
}

.tech-category:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
}

.badge-outline-primary,
.badge-outline-success,
.badge-outline-info,
.badge-outline-warning {
  transition: all 0.3s ease;
}

.badge-outline-primary:hover,
.badge-outline-success:hover,
.badge-outline-info:hover,
.badge-outline-warning:hover {
  transform: scale(1.1);
}

/* Team Block Hover Effects */
.team-block {
  transition: all 0.3s ease;
}

.team-block:hover {
  transform: translateY(-5px);
}

.team-block img {
  transition: all 0.3s ease;
}

.team-block:hover img {
  transform: scale(1.05);
}

.team-block .content h4 a {
  transition: color 0.3s ease;
}

.team-block:hover .content h4 a {
  color: #FF715B;
}

/* Contact Block Hover Effects */
.contact-block {
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 8px;
}

.contact-block:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}

.contact-block i {
  transition: all 0.3s ease;
}

.contact-block:hover i {
  color: #FF715B;
  transform: scale(1.1);
}

/* Service Item Hover Effects (for service.php) */
.service-item {
  transition: all 0.3s ease;
  padding: 30px;
  border-radius: 8px;
}

.service-item:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-item i {
  transition: all 0.3s ease;
}

.service-item:hover i {
  color: #FF715B;
  transform: scale(1.1);
}

/* Pricing Block Hover Effects */
.pricing-block {
  transition: all 0.3s ease;
}

.pricing-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.pricing-block.featured {
  border: 2px solid #FF715B;
  position: relative;
}

.pricing-block.featured::before {
  content: "POPULAR";
  position: absolute;
  top: -12px;
  right: 20px;
  background: #FF715B;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Form Input Enhancements */
.form-control {
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.form-control:focus {
  border-color: #FF715B;
  box-shadow: 0 0 0 0.2rem rgba(255, 113, 91, 0.25);
}

.form-control:hover {
  border-color: #d0d0d0;
}

/* FAQ Accordion Enhancements */
.accordion .card {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.accordion .card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #FF715B;
}

.accordion .card-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.accordion .card:hover .card-header {
  background: #fff;
}

.accordion .btn-link {
  color: #111;
  font-weight: 500;
  transition: color 0.3s ease;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus {
  color: #FF715B;
  text-decoration: none;
}

.accordion .card-body {
  background: #fff;
}

/* Responsive adjustments for scroll-to-top button */
@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/* Page Loader Styles */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
  max-width: 320px;
  width: 100%;
  padding: 40px 20px;
}

.loader-logo-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

.loader-logo {
  position: relative;
  z-index: 2;
  animation: fadeInScale 0.8s ease-out;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.loader-logo-img {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
  padding: 0 !important;
  border-radius: 0;
}

.loader-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  z-index: 1;
}

.spinner-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid transparent;
  border-top-color: #2c5aa0;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

.spinner-ring:nth-child(1) {
  width: 200px;
  height: 200px;
  animation-duration: 1.5s;
  border-top-color: #2c5aa0;
  opacity: 0.8;
}

.spinner-ring:nth-child(2) {
  width: 170px;
  height: 170px;
  animation-duration: 1.2s;
  animation-direction: reverse;
  border-top-color: #4a7bc8;
  opacity: 0.6;
}

.spinner-ring:nth-child(3) {
  width: 140px;
  height: 140px;
  animation-duration: 1s;
  border-top-color: #6b9ae8;
  opacity: 0.4;
}

.loader-text {
  margin-bottom: 30px;
}

.loader-text h4 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.loader-text p {
  font-size: 13px;
  color: #6F8BA4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  animation: fadeInUp 0.8s ease-out 0.5s both;
}

.loader-progress {
  width: 100%;
  height: 3px;
  background: #e8ecf0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  animation: fadeInUp 0.8s ease-out 0.7s both;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #2c5aa0 0%, #4a7bc8 50%, #6b9ae8 100%);
  border-radius: 10px;
  width: 0%;
  animation: progressLoad 2s ease-in-out forwards;
}

/* Loader Animations */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes progressLoad {
  0% {
    width: 0%;
  }
  50% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}

/* Responsive Loader */
@media (max-width: 768px) {
  .loader-logo-img {
    max-width: 140px;
  }
  
  .loader-spinner {
    width: 180px;
    height: 180px;
  }
  
  .spinner-ring:nth-child(1) {
    width: 160px;
    height: 160px;
  }
  
  .spinner-ring:nth-child(2) {
    width: 135px;
    height: 135px;
  }
  
  .spinner-ring:nth-child(3) {
    width: 110px;
    height: 110px;
  }
  
  .loader-text h4 {
    font-size: 24px;
  }
  
  .loader-text p {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .client-logo-item {
    width: 180px;
    height: 140px;
    margin: 0 10px 15px;
    padding: 25px;
  }
  
  .client-logo-item img {
    max-height: 100px;
    max-width: 140px;
  }
}

@media (max-width: 768px) {
  .client-logo-item {
    width: 160px;
    height: 130px;
    margin: 0 8px 12px;
    padding: 20px;
  }
  
  .client-logo-item img {
    max-height: 90px;
    max-width: 120px;
  }
}

@media (max-width: 576px) {
  .client-logo-item {
    width: 140px;
    height: 120px;
    margin: 0 6px 10px;
    padding: 18px;
  }
  
  .client-logo-item img {
    max-height: 80px;
    max-width: 110px;
  }
  
  .clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .client-thumb {
    padding: 20px 0;
  }
}

/* Pricing Highlight */
.pricing-block.featured {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 2px solid #FF715B;
}

.pricing-block {
  transition: all 0.3s ease;
}

.pricing-block:hover {
  transform: translateY(-10px);
}

.pricing-block.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

/* Modern Form Inputs */
.form-control {
  border: none;
  border-bottom: 2px solid #eee;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
  border-color: #FF715B;
  padding-left: 10px;
}

/* Portfolio Modern Hover */
.portflio-item .overlay-item {
  background: rgba(255, 113, 91, 0.9);
  opacity: 0;
  transition: all 0.4s ease;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.portflio-item img {
  transition: all 0.3s ease;
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.portflio-item:hover img {
  transform: scale(1.1);
}

.portflio-item {
  overflow: hidden;
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */