/*===============================================
Template Name: Solutek - Technology & IT Solution HTML5 Template
Author:  https://themeforest.net/user/themeservices
Description: Description
Version: 1.0.0
Text Domain: Solutek
Tags:     agency, business, consulting, corporate, cyber security, finance, it agency, it services, it solutions, multipurpose, software company, startup, technology, technology company.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. solutek Nav Menu Area Css
02. solutek hero Area Css
03. solutek feature Area Css
04. solutek section-title Area Css
05. solutek contact Area Css
06. solutek blog Area Css 
07. solutek about Area Css
08. solutek service Area Css
09. solutek project Area Css
10. solutek brand Area Css
11. solutek pricing Area Css
12. solutek faq-area Css
13. solutek testimonial-area Css
14. solutek address-area Css
15. solutek footer-area Css
17. solutek copyright css
18. solutek Home two Css
19. solutek home page 03 css
20. solutek marquee section css
21. solutek team Area css
22. solutek Breadcumb Area Css
23. solutek about us Area css
24. solutek Team Details Area css
25. solutek skill bar css
26. solutek services details area css
27. solutek case study area css
28. solutek project details area css
29. solutek blog details css

=======================*/

/*=====================================
<-- 01. solutek Nav Menu Area Css -->
=======================================*/

.solutek_nav_manu {
  padding: 35px 39px 0;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
 
  z-index: 500;
  /* padding: 0 100px 0; */
  transition: 0.5s !important;
  z-index: 500;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .logo {
  margin-top: 0;
}

.sticky.solutek_nav_manu:before {
  display: none;
}

/* solutek Menu Css*/

nav.solutek_menu {
  align-items: center !important;
  justify-content: center;
  display: flex;
}

.solutek_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
}

.solutek_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.solutek_menu > ul > li > a {
  display: block;
  margin: 23px 21px 23px;
  -webkit-transition: 0.5s;
  text-decoration: none;
   font-size: 18px;
  color:#050a1e;
  font-weight: 400;
  font-family: "Fira Sans";
}

nav.solutek_menu ul li a i {
  display: inline-block;
  font-size: 15px;
  padding-left: 5px;
}

nav.solutek_menu span {
  font-size: 16px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: 0.5;
}

.sticky .solutek_menu > ul > li > a:hover {
  color: #fff;
}

.logo {
  position: relative;
  top: -3px;
  z-index: 1;
}

.solutek_menu > ul > li > a:hover {
  color: #047ac0;
}

/*** Sub Menu Style ***/
.solutek_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 150%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  border-bottom: 3px solid #047ac0;
  border-top: 3px solid #047ac0;
}

.solutek_menu ul li:hover > .sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  opacity: 1;
  z-index: 9999;
}

.solutek_menu ul .sub-menu li {
  position: relative;
}

.solutek_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
   font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
  text-decoration: none;
  transition: 0.5s;
}

.solutek_menu ul .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #047ac0;
  color: #fff !important;
}

/* sub menu 2 */

.solutek_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.solutek_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */

.solutek_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.solutek_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.solutek_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

/* sub menu 4 */

.solutek_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

.solutek_menu li a:hover:before {
  width: 100%;
}

.solutek_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.solutek_nav_manu.sticky .main_sticky {
  display: inherit;
}

.sticky .solutek_menu li a {
  color: #fff;
}

.solutek_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}

.solutek_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

.header-btn {
  text-align: right;
}

.header-btn a {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  text-transform: uppercase;
  color: #047ac0;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.header-btn a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  background: #047ac0;
  bottom: 15px;
  transition: 0.5s;
}

.header-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.header-btn a:hover::before {
  width: 84%;
}

/*=====================================
<-- 02.start solutek hero Area Css -->
=======================================*/

.hero-area {
  height: 890px;
  background: url(assets/images/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -78px 50px 0;
}

.hero-contant h5 {
   font-size: 18px;
  color: #047ac0;
  font-weight: 600;
  font-family: "Poppins";
  border-radius: 20px;
  background-color: #161a2b;
  border: 2px solid #40465d;
  display: inline-block;
  padding: 6px 28px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  line-height: 25px;
}

.hero-contant h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #047ac0;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}

.hero-contant h1 {
  font-size: 55px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins";
  margin: 0;
}

.hero-contant p {
  opacity: 0.702;
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  width: 91%;
  margin: 0;
  padding: 13px 0 43px;
}

.hero-area .solutek-hover-btn {
  background-color: #ffff;
}

.solutek-btn a:hover {
  color: #047ac0;
}

.hero-video-icon {
  display: inline-block;
}

.hero-video-icon a i {
  display: inline-block;
  background: #047ac0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  top: 6px;
  margin-left: 39px;
  z-index: 1;
}

.hero-video-icon a i:after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -12px;
  border-radius: 50%;
  top: -13px;
  border: 2px solid #40465d;
  z-index: -1;
}

.hero-video-icon a span {
  display: inline-block;
  opacity: 0.702;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 32px;
}

.hero-thumb {
  text-align: right;
  margin-top: 118px;
  position: relative;
  z-index: 1;
}

.hero-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/hero-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  right: -10%;
  top: -25%;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center;
}

/*=====================================
<--  end solutek hero Area Css -->
=======================================*/



/*=====================================
<-- 03.start solutek feature Area Css -->
=======================================*/

.feature-area {
  padding: 0 0 10px;
}

.feature-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.feature-sinble-single-box {
  border-radius: 15px;
  background-color: #f4f4f4;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 36px 0 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s;
}

.feature-sinble-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/feature6.png);
  left: -17%;
  top: -3%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-sinble-single-box:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: -1;
  background: url(assets/images/feature7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
  bottom: 0;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 0;
}

.feature-sinble-single-box:hover:after {
  transform: perspective(500px) rotateX(0deg);
  opacity: 1;
}

.feature-icon {
  width: 75px;
  height: 75px;
  border-radius: 38px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #ffffff;
  line-height: 70px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.feature-icon img {
  transition: 0.5s;
  filter: brightness(1) invert(0);
}

.feature-icon::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #171a2b;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
}

h3.feature-title {
  font-size: 18px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  padding: 6px 0 0px;
  transition: 0.5s;
  cursor: pointer;
}

p.feature-text {
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
  transition: 0.5s;
}

.feature-sinble-single-box:hover {
  border: 1px solid #23a1d3;
}

.feature-sinble-single-box:hover .feature-icon::before {
  transform: scale(1);
}

.feature-sinble-single-box:hover .feature-icon img {
  filter: brightness(0) invert(1);
}

.feature-sinble-single-box:hover h3.feature-title {
  color: #fff;
}

.feature-sinble-single-box:hover p.feature-text {
  color: #fff;
}

/*=====================================
<--  end solutek feature Area Css -->
=======================================*/



/*==============================================
<-- 04.start solutek section-title Area Css -->
================================================*/

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

.section-title.text-left {
  margin-bottom: 55px;
}

h5.section-sub-title {
   font-size: 18px;
  color: #047ac0;
  font-weight: 600;
  font-family: "Poppins";
  border-radius: 20px;
  background-color: rgba(255, 60, 0, 0.03137254901960784);
  border: 1px solid rgba(122, 122, 122, 0.15);
  display: inline-block;
  padding: 6px 29px;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  line-height: 25px;
}

h5.section-sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: #047ac0;
  border-radius: 30px;
  left: -8%;
  top: 14px;
}

h1.section-main-title {
  font-size: 42px;
  line-height: 55px;
  color: #050a1e;
  font-weight: 700;
  font-family: "Poppins";
  margin: 0;
}

h1.section-main-title span {
  display: inline-block;
  color: #047ac0;
}

p.section-title-descr {
  width: 84%;
  margin: 0;
  padding: 19px 0 25px;
}

p.section-descr {
  margin: 0;
  position: relative;
  z-index: 1;
}

p.section-descr::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 2px;
  background: #ffe2d9;
  left: -22%;
  top: -29px;
}

.about-area .section-title.text-left {
  margin-bottom: 0;
}

.pricing-area .section-title.text-left {
  margin-bottom: 47px;
}

.testimonial-area h1.section-main-title {
  color: #fff;
}

.testimonial-area h5.section-sub-title {
  background-color: #161a2b;
  border: 2px solid #40465d;
}

.contact-area h1.section-main-title {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
}

.contact-area .section-title.text-left {
  margin-bottom: 34px;
}

.contact-area h5.section-sub-title {
  margin-bottom: 14px;
  background-color: #f4f4f4;
  border: 2px solid #ffffff;
}

/* section title home three */
h6.section-sub-title {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #047ac0;
  font-weight: 600;
  font-family: "Poppins";
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

h6.section-sub-title::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #047ac0 100%);
  left: -76px;
  top: 12px;
}

h6.section-sub-title::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-image: linear-gradient(270deg, #047ac0 0%, #ffffff 100%);
  right: -74px;
  top: 12px;
}

h1.section-main-title2 {
  font-size: 45px;
  line-height:55px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
}

.about-section h6.section-sub-title {
  margin-left:70px;
}

.about-section h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}

.about-section h6.section-sub-title::after {
  display: none;
}

.about-section p.section-title-descr {
  width: 100%;
  margin: 0;
  padding: 12px 0 0px;
}

.about-section .section-title.text-left {
  margin-bottom: 36px;
}

.case-studies-area h6.section-sub-title::before {
  background-image: linear-gradient(270deg, #05091d 0%, #047ac0 100%);
}

.case-studies-area h6.section-sub-title::after {
  background-image: linear-gradient(270deg, #047ac0 0%, #05091d 100%);
}

.case-studies-area h1.section-main-title2 {
  color: #fff;
}

.testimonial-area.style-four h1.section-main-title {
  color: #050a1e;
}

.testimonial-area.style-four h6.section-sub-title {
  margin-left: 70px;
}

.testimonial-area.style-four h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}

.testimonial-area.style-four h6.section-sub-title::after {
  display: none;
}

.testimonial-area.style-four .section-title.text-left {
  margin-bottom: 40px;
}

.faq-area.style-two h6.section-sub-title {
  margin-left:70px;
}

.faq-area.style-two h6.section-sub-title::before {
  width: 60px;
  left: -69px;
}

.faq-area.style-two h6.section-sub-title::after {
  display: none;
}


/*=====================================
<--  end solutek section-title Area Css -->
=======================================*/



/*=====================================
<-- 05.start solutek contact Area Css -->
=======================================*/

.contact-area {
  background: url(assets/images/contact-bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 120px;
  position: relative;
}

.contact-area
.form_box input {
  border: 1px solid rgba(122, 122, 122, 0.5);
  height: 60px;
  border-radius: 15px;
  padding: 0 23px 0;
  margin-bottom: 21px;
  width: 100%;
  transition: 0.5s;
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.form_box input::placeholder {
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.form_box textarea {
  border: 1px solid rgba(122, 122, 122, 0.5);
  outline: 0;
  width: 100%;
  padding: 17px 23px 0;
  height: 150px;
  margin-bottom: 22px;
  transition: 0.5s;
  border-radius: 25px;
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.form_box textarea::placeholder {
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.quote_button button {
  background: #047ac0;
  padding: 14px 48px 14px;
  border-radius: 30px;
  transition: 0.5s;
   font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
}

.quote_button button i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 8px;
  transform: rotate(-45deg);
}

.form_box input:focus,
.form_box textarea:focus {
  border-color: #047ac0;
  outline: 0;
  box-shadow: 0 0 4px rgb(255, 61, 0, 0.5);
}

.quote_button button:hover {
  color: #fff;
  background: #050a1e;
}

.contact-box {
  padding: 62px 0;
  position: relative;
  z-index: 1;
}

.contact-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/contact-shape.png);
  left: -20%;
  background-repeat: no-repeat;
  background-position: center;
  top: 33%;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.contact-video-icon a {
  display: inline-block;
  font-size: 18px;
  color: #047ac0;
  font-weight: 500;
  font-family: "Fira Sans";
  text-decoration: none;
  height: 100%;
  width: 100%;
  line-height: 100%;
  position: absolute;
  right: -27%;
  top: 77%;
}

/*=====================================
<--  end solutek contact Area Css -->
=======================================*/


/*=====================================
<-- 06. start solutek blog Area Css -->
=======================================*/

.blog-area {
  padding: 120px 0 89px;
  background: #f4f4f4;
}

.blog-singele-box {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-content {
  background: #ffff;
  padding: 58px 40px 35px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 30px 30px;
}

.blog-date {
  background: #fe3c00;
  border-radius: 10px;
  padding: 10px 24px;
  position: absolute;
  top: -10%;
}

.blog-date h4 {
   font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
}

.blog-date h4 i {
   font-size: 18px;
  margin-right: 15px;
  display: inline-block;
}

.blog-date h4 span {
  display: inline-block;
  margin-left: 147px;
  position: relative;
  z-index: 1;
}

.blog-date h4 span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 60%;
  background: #ff9d7f;
  left: -93%;
  top: 47%;
}

h3.blog-title a {
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  text-decoration: none;
  transition: 0.5s;
}

h3.blog-title a:hover {
  color: #047ac0;
}

h3.blog-title {
  margin: 0;
}

p.blog-tex {
  margin: 0;
  padding: 10px 0 18px;
}

.blog-btn a {
  display: inline-block;
   font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Fira Sans";
  text-decoration: none;
  transition: 0.5s;
}

.blog-btn a:hover {
  color: #047ac0;
}

.blog-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

/*---blog-content-two*/

.blog-singele-box-tow {
  margin-bottom: 28px;
}

.blog-content-tow {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 36px 29px 26px 0;
}

.blog-thumb-tow {
  float: left;
  margin-right: 29px;
}

.blog-date-tow {
  background: #f4f4f4;
  display: inline-block;
  padding: 6px 25px 6px;
  border-radius: 10px;
}

.blog-date-tow h4 {
   font-size: 18px;
  line-height: 36px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
}

.blog-date-tow h4 i {
  display: inline-block;
   font-size: 18px;
  color: #047ac0;
  margin-right: 16px;
}

.blog-date-tow h4 span {
  display: inline-block;
  margin-left: 86px;
  position: relative;
  z-index: 1;
}

.blog-date-tow h4 span::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background: #047ac0;
  left: -48px;
  top: 8px;
}

h3.blog-title-two {
  line-height: 32px;
  margin: 0;
  padding: 24px 0 10px;
}

h3.blog-title-two a {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  text-decoration: none;
  transition: 0.5s;
}

h3.blog-title-two a:hover {
  color: #047ac0;
}

.blog-btn-tow a {
  display: inline-block;
   font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 500;
  font-family: "Fira Sans";
  text-decoration: none;
  transition: 0.5s;
}

.blog-btn-tow a:hover {
  color: #047ac0;
}

.blog-btn-tow a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

/*=====================================
<--  start solutek blog Area Css -->
=======================================*/





/*=====================================
<--  start solutek about Area Css -->
=======================================*/

.about-area {
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
}

.about-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/about5.png);
  background-repeat: no-repeat;
  right: -72%;
  top: -8%;
}

.about-thumb {
  position: relative;
  z-index: 1;
  margin-left: -96px;
}

h4.about-title {
  position: absolute;
  bottom: 18%;
  font-size: 20px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  left: 12%;
  margin: 0;
}

.about-shape {
  position: absolute;
  top: 20%;
  right: 44%;
}

.about-shape img {
  animation: dance 3s alternate infinite;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 3s alternate infinite;
}

.about-icon {
  width: 50px;
  height: 60px;
  border-radius: 10px;
  background-color: #f4f4f4;
  line-height: 60px;
  margin-right: 14px;
  text-align: center;
}

.about-icon img {
  margin-left:-22px;
}

.about-tiltle h3 {
  font-size: 18px;
  line-height: 55px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}

.about-text p {
  width: 92%;
  margin: 0;
  padding: 16px 0 41px;
}

/* button style */

.solutek-btn {
  display: inline-block;
}

.solutek-btn a {
  display: inline-block;
  background: #047ac0;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: 0.5s;
}

.hero-area.style-three .solutek-btn a:hover {
    color: #fff;
}

.solutek-hover-btn {
  background-color: #050a1e;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 30px 0 0px 30px;
}
.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 30px 30px 0;
}

.solutek-btn a:hover .solutek-hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* btn-2 hover style */
.solutek-button {
  display: inline-block;
}
.solutek-button a {
  display: inline-block;
  background: #047ac0;
  text-decoration: none;
  padding: 16px 28px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
}


.btn-2:hover {
  background-image: linear-gradient(
    90deg,
    #047ac0 0%,
    #ffcf00 49%,
    #a52600 80%,
    #047ac0 100%
  );
  animation: slidebg 5s linear infinite;
  color: #fff;
}
@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}

/*=====================================
<--  end solutek about Area Css -->
=======================================*/



/*=====================================
<--  start solutek service Area Css -->
=======================================*/

.sservice-area {
  background: #f4f4f4;
  padding: 120px 0 88px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-single-box {
  background: #ffff;
  border-radius: 15px;
  padding: 45px 35px 42px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.service-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/service6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  transition: 0.4s;
}

.service-icon {
  margin-bottom: 33px;
}

.service-icon img {
  filter: brightness(1) invert(0);
  transition: 0.5s;
}

h3.service-title {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
}

p.service-text {
  margin: 0;
  padding: 11px 0 38px;
  transition: 0.5s;
}

.service-btn a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #ffff;
  font-weight: 600;
  text-decoration: none;
}

.service-btn i {
  display: inline-block;
  color: #047ac0;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 11px;
  transition: 0.5s;
}

.service-single-box:hover::before {
  clip-path: polygon(
    25% -70%,
    75% -70%,
    120% 50%,
    75% 170%,
    25% 170%,
    -20% 50%
  );
}

.service-single-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}

.service-single-box:hover h3.service-title {
  color: #fff;
}

.service-single-box:hover p.service-text {
  color: #fff;
}

.service-single-box:hover .service-btn i {
  color: #fff;
  background: #ff6d3e;
}

.service-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.service-shape2 {
  position: absolute;
  top: 16%;
  left: 3%;
}

.service-shape2 img {
  animation: dance 3s alternate infinite;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 3s alternate infinite;
}

.service-shape3 {
  position: absolute;
  top: 2%;
  left: 0;
}

/*=====================================
<--  end solutek service Area Css -->
=======================================*/

/*=====================================
<--  start solutek project Area Css -->
=======================================*/

.project-area {
  padding: 120px 0 88px;
  background: url(assets/images/project-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.row.project {
  padding: 0 297px 0;
}

.row.carousel {
  padding: 0 37px 0;
}

.project-single-box {
  margin-bottom: 30px;
}

.project-right {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-top: -81px;
}

.project-right::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e4e4e4;
  bottom: -52px;
  left: 0;
}

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

.project-content {
  background: #171a2b;
  padding: 33px 0 41px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

h3.project-title {
  margin: 0;
  line-height: 28px;
}

h3.project-title a {
  display: inline-block;
  font-size: 22px;
  color: #fefefe;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  text-decoration: none;
  transition: 0.5s;
  margin-bottom: 23px;
}

p.project-text {
  display: inline-block;
  border-radius: 20px;
  background-color: #050a1e;
  font-size: 18px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 400;
  padding: 7px 35px 7px;
  position: relative;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}

p.project-text::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #047ac0;
  left: 0;
  top: 0;
  z-index: -12;
  border-radius: 20px;
  transform: scale(0);
  transition: 0.5s;
}

p.project-text:hover::before {
  transform: scale(1);
}

h3.project-title a:hover {
  color: #047ac0;
}

.project-area .owl-dots {
  text-align: center;
  padding-top: 20px;
}

.project-area .owl-dot,
.owl-dot.active {
  width: 10px;
  height: 10px;
  background: #047ac0;
  display: inline-block;
  margin-right: 26px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.project-area .owl-dot::before,
.owl-dot.active::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px dashed #fff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

.project-area .owl-dot.active {
  background: #fff;
  line-height: 10px;
}

.project-area .owl-dot.active .owl-dot::before,
.owl-dot.active::before {
  border: 1px dashed #fff !important;
}

/*=====================================
<--  end solutek project Area Css -->
=======================================*/

/*=====================================
<--  start solutek brand Area Css -->
=======================================*/

.brand-area {
  background: #047ac0;
  padding: 41px 0;
  margin: 0 49px 0;
  left: 0;
  right: 0;
  border-radius: 0 0 50px 50px;
}

.brand-box {
  text-align: center;
}

.owl-carousel .owl-item img {
  display: inline;
}

/*=====================================
<--  end solutek brand Area Css -->
=======================================*/

/*=====================================
<--  start solutek pricing Area Css -->
=======================================*/

.pricing-area {
  padding: 120px 0 88px;
}

.pricing-single-box {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-head {
  background: #fff5f3;
  padding: 47px 0 36px;
  margin-bottom: 5px;
  border-radius: 15px 40px 15px 15px;
  position: relative;
  z-index: 1;
}

.pricing-head::before {
  position: absolute;
  content: "";
  width: 85%;
  border: 1px dashed;
  height: 80%;
  border-radius: 15px 40px 15px 15px;
  left: 24px;
  top: 16px;
}

.pricing-head:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(assets/images/pricing2.png);
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}

h1.priching-doller {
  font-size: 45px;
  color: #047ac0;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  line-height: 26px;
  transition: 0.5s;
}

h3.priching-title {
  font-size: 20px;
  line-height: 26px;
  color: #041424;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  margin-top: 21px;
  transition: 0.5s;
}

.pricing-body {
  position: relative;
  z-index: 1;
  padding: 29px 40px 39px;
  text-align: left;
}

.pricing-body::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/pricing1.png);
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

ul.pricing-list {
  margin-bottom: 35px;
}

ul.pricing-list li {
  list-style: none;
  line-height: 48px;
}

ul.pricing-list li i {
  color: #047ac0;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 14px;
}

.pricing-area .solutek-hover-btn {
  background-color: #047ac0;
}

.pricing-area .solutek-btn a {
  background: #f5ebe8;
  padding: 16px 55px;
  color: #047ac0;
}

.pricing-area .solutek-btn a:hover {
  color: #ffff;
}

.pricing-single-box:hover .pricing-head:after {
  width: 100%;
  left: 0;
}

.pricing-single-box:hover h1.priching-doller {
  color: #fff;
}

.pricing-single-box:hover h3.priching-title {
  color: #fff;
}

.pricing-single-box:hover .pricing-head::before {
  border: none;
}

/*=====================================
<--  end solutek pricing Area Css -->
=======================================*/

/*=====================================
<--  start solutek faq-area Css -->
=======================================*/

.faq-area {
  background: #f4f4f4;
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
}

.faq-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.faq-shape2 {
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: -1;
}

/*accordion*/

h3.faq-title {
  font-size: 28px;
  line-height: 56px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}

h3.faq-title span {
  display: inline-block;
  color: #047ac0;
}

p.faq-description {
  padding: 10px 0 29px;
}

.tab_container {
  position: relative;
}

ul.accordion {
  padding: 0;
  margin: 0;
}

.accordion li {
  list-style: none;
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #fff !important;
  z-index: 1;
}

.accordion li p {
  display: none;
   font-size: 18px;
  color: #b1b2b4;
  padding: 25px 0 10px 30px;
  margin: 0;
}

.accordion a:before {
  width: 3px;
  height: 16px;
  background: #047ac0;
  position: absolute;
  right: 32px;
  /* content: " "; */
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}

.accordion a:after {
  width: 16px;
  height: 3px;
  background: #047ac0;
  position: absolute;
  right: 26px;
  content: " ";
  top: 29px;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #047ac0;
  z-index: -1;
}

.accordion a.active:before {
  display: none;
}

a.active {
  background: #fff !important;
}

.accordion li a span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #050a1e;
  font-weight: 500;
  font-family: "Poppins";
}

/*accordion start*/

.faq-sectiions .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #d0a37c;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.study-button a i {
  transition: 0.5s;
}

.study-button a:hover i {
  color: #d0a37c;
}

/* Faq New Style */

.faq-area .accordion li a {
  padding: 16px 20px 16px 30px;
  text-decoration: none;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.faq-area .accordion li a.active {
  border-radius: 15px 15px 0px 0px;
}

.faq-area .accordion li a span:after {
  display: none;
}

.faq-area .accordion li p {
  padding: 44px 20px 31px 25px;
  color: #646464;
  background: #fff;
  border-radius: 0 0 15px 15px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}

.faq-area .accordion li p::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 92%;
  background: #ebebeb;
  left: 32px;
  top: 21px;
}

/*=====================================
<--  end solutek faq-area Css -->
=======================================*/


/*=====================================
<--  start solutek testimonial-area Css -->
=======================================*/

.testimonial-area {
  background: url(assets/images/testi-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 50px 0;
  padding: 120px 0 120px;
}

.testi-single-box {
  background: #171a2b;
  border-radius: 20px;
  padding: 39px 27px 32px;
  text-align: center;
  margin-bottom: 20px;
}

p.testi-text {
  color: #fff;
  opacity: 0.702;
  padding: 35px 0 29px;
  margin: 0;
  position: relative;
  z-index: 1;
}

p.testi-text::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  border: 1px solid #292c3b;
  bottom: 0;
}

h3.testi-title {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Fira Sans";
  margin: 0;
}

h3.testi-title span {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #047ac0;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 14px;
}

ul.testi-rating {
  padding: 28px 0 13px;
}

ul.testi-rating li i {
  display: inline-block;
  color: #ffc600;
  font-size: 18px;
  margin: 0 4px 0;
}

ul.testi-rating li {
  list-style: none;
  display: inline-block;
}

.testi-author {
  text-align: center;
  position: relative;
  z-index: 1;
}

.testi-author::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/testi7.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -31%;
}

.testi-author::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/images/testi8.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -31%;
}

/*=====================================
<--  end solutek testimonial-area Css -->
=======================================*/



/*
<!-- ==========================================-->
<!-- Start solutek testimonial Area css style-two-->
<!-- =========================================-->*/
.testimonial-area.style-two {
  background: #fff;
  padding: 120px 0 120px;
}

.testimonial-area.style-two .section-title.text-center {
  margin-bottom: 49px;
}

.testimonial-area.style-two h5.section-sub-title {
  background-color: #f4f4f4;
  border: 2px solid rgba(255, 60, 0, 0.15);
}

.testimonial-area.style-two h1.section-main-title {
  color: #050a1e;
}

.testimonial-area.style-two .testi-single-box {
  background: url(assets/images/home-two/test-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 20px 0px 20px 20px;
  transition: 0.5s;
  padding: 39px 27px 82px;
  margin-top: 33px;
  transition: 0.5s;
  margin-bottom: 35px;
}

.testimonial-area.style-two .testi-single-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #050a1e;
  top: -3px;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}

.testimonial-area.style-two .testi-single-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #047ac0;
  left: 66px;
  top: -3px;
  margin: 0 auto;
  z-index: 1;
  transition: 0.5s;
}

.testimonial-area.style-two .testi-box-inner::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: url(assets/images/home-two/test-box.png);
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  border-radius: 20px 0px 20px 20px;
  z-index: -1;
}

.testimonial-area.style-two p.testi-desc {
  padding: 35px 0 29px;
  margin: 0;
  z-index: 1;
   font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
  transition: 0.5s;
  position: relative;
}

.testimonial-area.style-two p.testi-desc::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgb(122 122 122 / 40%);
  margin: 0 auto;
  bottom: 5px;
  left: 0;
  right: 0;
}

.testimonial-area.style-two h3.testi-user-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Fira Sans";
  margin: 0;
  color: #050a1e;
  transition: 0.5s;
}

.testimonial-area.style-two h3.testi-user-name span {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 14px;
  color: #7a7a7a;
  transition: 0.5s;
}

.testimonial-area.style-two .testi-author::before {
  display: none;
}

.testimonial-area.style-two .testi-author::after {
  display: none;
}

.testimonial-area.style-two .testi-author {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -33px;
  left: 0;
  right: 0;
}

/*all hover testimonial */
.testimonial-area.style-two .testi-single-box:hover .testi-box-inner::after {
  height: 100%;
  top: 0;
}

.testimonial-area.style-two .testi-single-box:hover {
  transform: translateY(-30px);
}

.testimonial-area.style-two .testi-single-box:hover .testi-icon img {
  filter: brightness(0) invert(1);
}

.testimonial-area.style-two .testi-single-box:hover p {
  color: #fff;
}

.testimonial-area.style-two .testi-single-box:hover p.testi-desc::before {
  background: #fff;
}

.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name {
  color: #fff;
}

.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name span {
  color: #fff;
}

/*---=====================================================
 <!-- Start solutek testimonial Area  style-three-->
=========================================================---*/
.testimonial-area.style-three {
  background: #fff;
  padding: 120px 0 120px;
  margin: 0;
}

.testimonial-area.style-three h5.section-sub-title {
  background-color: transparent;
  border: 2px solid #eeeeee;
}

.testimonial-area.style-three h1.section-main-title {
  color: #050a1e;
}

.testimonial-area.style-three .testi-single-box {
  text-align: left;
  display: flex;
  align-items: center;
}

.testimonial-area.style-three .test-user-img {
  margin-right: 38px;
}

.testimonial-area.style-three .owl-dots {
  text-align: center;
  padding-top: 20px;
}

.testimonial-area.style-three .owl-dot {
  display: inline-block;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  background-color: #161a2b;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.testimonial-area.style-three .owl-dot.active {
  display: inline-block;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background-color: #047ac0;
}

.testimonial-area.style-three .owl-dot.active::before {
  display: none;
}



/*---=====================================================
   <!-- Start solutek testimonial Area style-four-->
=========================================================---*/

.testimonial-area.style-four {
  background: url(assets/images/home-3/test-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 110px 0 75px;
}

.testimonial-area.style-four h4.testi-user-name {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  position: relative;
}

.testimonial-area.style-four h4.testi-user-name::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background-image: linear-gradient(270deg, #047ac0 0%, #ffffff 100%);
  left: 13px;
  bottom: 13px;
}

.testimonial-area.style-four h4.testi-user-name::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #047ac0 100%);
  right:13px;
  bottom: 13px;
}

.testimonial-area.style-four h4.testi-user-name span {
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Fira Sans";
  text-align: center;
}

.testimonial-area.style-four .testi-thumb {
  position: relative;
}

.testimonial-area.style-four .testi-autor {
  position: absolute;
  bottom: 12px;
  left: 70px;
}

.testimonial-area.style-four .testi-box {
  margin-left: 80px;
  margin-bottom: 30px;
}

.testimonial-area.style-four .testimonial-single-box {
  padding: 35px 40px 15px 40px;
  border-radius: 20px;
  background-color: rgba(244,244,244,0.5019607843137255);
  border: 2px solid #ffffff;
}

.testimonial-area.style-four p.testi-desc {
  font-size: 17px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 400;
  font-style: italic;
  font-family: "Fira Sans";
}

.testimonial-area.style-four .testi-review-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-area.style-four .testi-review-user h3, .testi-review-user h3 span {
   font-size: 18px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 500;
  font-family: "Fira Sans";
}

.testimonial-area.style-four .testi-review-user h3 span {
  color: #047ac0;
}

.testimonial-area.style-four ul.testi-rating {
  padding: 0px 0 28px;
  margin-left: 57px;
  position: relative;
}

.testimonial-area.style-four ul.testi-rating::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #f3f3f3 0%, #047ac0 100%);
  left: -57px;
  top: 13px;
}

.testimonial-area.style-four .testi-quote-icon {
  position: relative;
}

.testimonial-area.style-four .testi-quote-icon::before {
  position: absolute;
  content: "";
  opacity: 0.200;
  width: 370px;
  height: 2px;
  background-image: linear-gradient(270deg, #f3f3f3 0%, #797979 100%);
  left: 50px;
  top: 14px;
}

.testimonial-area.style-four .slide-shape {
  position: absolute;
  right: 37px;
  bottom: 8px;
}

.testimonial-area.style-four .slide-shape-inner {
  position: relative;
}

.testimonial-area.style-four .slide-shape-inner::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  background-image: linear-gradient(0deg, #047ac0 0%, #ffffff 100%);
  left: 34px;
  top: 65px;
}

.slide-shape-inner::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  background-image: linear-gradient(0deg, #ffffff 0%, #047ac0 100%);
  left: 34px;
  bottom: 72px;
}




/*=====================================
<--  start solutek address-area Css -->
=======================================*/

.address-area {
  background: #047ac0;
  margin: 0 50px 0;
  padding: 25px 0 25px;
  border-radius: 40px 40px 0 0;
}

.address-title h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}

.address-box, .address-box2 {
  display: flex;
  align-items: center;
}

.address-icon {
  position: relative;
  z-index: 1;
  margin-right: 41px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.address-icon::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px dashed #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.address-box2 {
  float: right;
}

.address-area .solutek-btn a {
  display: inline-block;
  background: #050a1e;
  text-decoration: none;
  padding: 16px 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  transition: 0.5s;
}

.address-area .solutek-hover-btn {
  background-color: #ffff;
}

.address-area .solutek-btn a:hover {
  color: #047ac0;
}

/*=====================================
<--  end solutek address-area Css -->
=======================================*/

/*=====================================
<--  start solutek footer-area Css -->
=======================================*/

.footer-area {
  background: url(assets/images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 20px;
  margin: 0 50px 35px;
}

.row.footer {
  padding: 118px 0 101px;
}

p.footer-widget-text {
  opacity: 0.6;
   font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
  padding: 38px 0 68px;
}

.footer-widget-social a i {
  display: inline-block;
  color: #9e9e9e;
  font-size: 17px;
  margin-right: 30px;
  transition: 0.5s;
}

.widget-title h2 {
  font-size: 22px;
  line-height: 41px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 31px;
}

.footer-widget.left ul li {
  list-style: none;
}

.footer-widget.left ul li a {
  display: inline-block;
  opacity: 0.6;
   font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.footer-widget.left ul li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background: #047ac0;
  bottom: 10px;
  transition: 0.5s;
}

.footer-widget-newsletter {
  margin-left: -20px;
}

p.newsletter-text {
  opacity: 0.6;
   font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
  padding: 0 0 38px;
}

.form-field2 input {
  outline: 0;
  width: 79%;
  border: none;
  height: 56px;
  border-radius: 10px 0 0 10px;
  background-color: #161a2b;
  font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
  padding: 0 21px 0;
}

.form-field2 input::placeholder {
  font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.form-field2 button {
  color: #fff;
  outline: 0;
  border: none;
  width: 65px;
  height: 56px;
  border-radius: 0 10px 10px 0;
  background-color: #047ac0;
  font-size: 22px;
  margin-left: -4px;
  position: relative;
  top: 2px;
}

.footer-widget-social a i:hover {
  color: #047ac0;
}

.footer-widget.left ul li a:hover {
  color: #047ac0;
}

.footer-widget.left ul li a:hover::before {
  width: 100%;
}

/*----solutek copyright css-----*/

.row.copyright {
  border-top: 1px solid #1c2030;
  padding: 29px 0 0;
}

.copyright-list {
  text-align: right;
}

.copyright-list ul li {
  list-style: none;
  display: inline-block;
}

.copyright-list ul li a {
  display: inline-block;
  opacity: 0.6;
   font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
  margin-left: 37px;
  transition: 0.5s;
}

.copyright-text p {
  opacity: 0.6;
   font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans";
  margin: 0;
}

.copyright-list ul li a:hover {
  color: #047ac0;
}

/*=====================================
<--  end solutek footer-area Css -->
=======================================*/



/*=====================================
<-- start solutek Home two Css -->
=======================================*/

/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

.nav-btn.navSidebar-button a i {
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.widget-heading a {
  text-decoration: none;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #0e264f;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #047ac0;
}

/*html css*/
.nav-logo {
  padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
  color: #047ac0;
}

.sidebar-info-contents .widget-search {
  padding: 0 0 15px;
}

.sidebar-info-contents .widget {
  display: block;
}

.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 8px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.recent-gallery ul li {
  list-style: none;
}

.sidebar-info-contents h3.widget-title {
  font-size: 25px;
  padding: 15px 0 15px;
}

.widget form {
  position: relative;
}

.widget input {
  border-radius: 4px;
  padding-left: 20px;
  height: 56px;
  width: 100%;
  color: #303030;
  border: 1px solid #e9e9e9;
}

button.icon {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 60px;
  background: #047ac0;
  border-radius: 0 4px 4px 0;
}

ul.list-style-one li {
  display: block;
  color: #fff;
  margin: 16px 0 0;
  overflow: hidden;
}

ul.list-style-one li span {
   font-size: 18px;
  font-weight: 600;
  color: #062462;
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  transition: 0.5s;
}

ul.list-style-one li a {
  transition: 0.5s;
  color: #062462;
  text-decoration: none;
}

.recent-gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.widget-gallery-thumb img {
  width: 100%;
}

/* Sidber Widget Tags CSS */

.sidebar-tag-item ul li {
  display: inline-block;
  list-style: none;
}

li.item1 {
  padding: 15px 0 0 !important;
}

.sidebar-tag-item a {
  background: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin: 0px 6px 15px 0;
  border: 0;
  font-weight: 500;
  color: #047ac0;
  border: 2px solid #047ac0;
  transition: 0.5s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.sidebar-tag-item a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #047ac0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.sidebar-tag-item a:hover:before {
  transform: scale(1);
}

.sidebar-tag-item a:hover {
  color: #fff;
}

/* Social Icon */
.follow-company-icon.style-two a {
  color: #062462;
}

.follow-company-icon.style-two a:hover {
  color: #fff;
}

ul.list-style-one li a:hover span {
  background: #047ac0;
  border-radius: 30px;
  color: #fff;
}

ul.list-style-one li a:hover {
  color: #047ac0;
}

.follow-company-icon {
  display: inline-block;
  line-height: 0;
}

.follow-company-icon a {
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  background-color: rgb(255, 255, 255, 0.19);
  position: relative;
  z-index: 1;
  margin-right: 15px;
  overflow: hidden;
}

.follow-company-icon.style-two a {
  color: #062462;
}

.follow-company-icon a::before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #047ac0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.follow-company-icon a:hover::before {
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

/* home style-two manu-area */
.solutek_nav_manu.style-two {
  padding: 15px 39px 12px;
}

.solutek_nav_manu.style-two .solutek_menu > ul > li > a {
  color: #232323 !important;
}

.solutek_nav_manu.style-two.sticky .solutek_menu > ul > li > a {
  color: #fff !important;
}

.solutek_nav_manu.style-two .solutek_menu > ul > li > a:hover {
  color: #047ac0 !important;
}

.solutek_nav_manu.style-two .header-menu-btn {
  text-align: right;
}

.solutek_nav_manu.style-two .sidebar-button {
  display: inline-block;
  margin-left: 30px;
}

.solutek_nav_manu.style-two .sidebar-button a {
  color: #047ac0;
  display: inline-block;
  background-color: rgb(255 59 0/7%);
  height: 45px;
  width: 45px;
  padding: 12px 15px;
}

.solutek_nav_manu.style-two .solutek-btn a:hover {
  color: #fff;
}

/* hero-area style-two*/
.hero-area.style-two {
  background: url(assets/images/home-two/hero2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 70px;
  margin: 0 50px;
  border-radius: 40px 40px 0 0;
  height: 850px;
}

.hero-area.style-two .hero-contant h5 {
  margin-left: 18px;
}

.hero-area.style-two .hero-btn-shape {
  display: inline-block;
}

.hero-area.style-two .solutek-btn {
  display: inline-block;
  margin-right: 56px;
}

.hero-area.style-two .solutek-btn a:hover {
  color: #fff;
}

.hero-area.style-two .hero-thumb {
  position: relative;
  margin-top: 18px;
}

.hero-area.style-two .hero-thumb::before {
  display: none;
}

.hero-area.style-two .hero-thumb-shape {
  position: absolute;
  top: -27px;
  right: -120px;
}

.hero-area.style-two .hero-thumb-shape2 {
  position: absolute;
  left: 165px;
  bottom: -120px;
  z-index: -1;
}

.hero-area.style-two .hero-video-icon {
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 295px;
}

.hero-area.style-two .hero-video-icon a i {
  margin-left: 39px;
  z-index: revert-layer;
  top: -3px;
  left: 10px;
}

.hero-area.style-two .hero-video-icon a i:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -22px;
  border-radius: 50%;
  top: -22px;
  border: 2px solid #fff;
  background: #fff;
  z-index: -1;
}

/*
<!-- =====================================-->
<!-- Start solutek marquee section css -->
<!-- =====================================-->*/
.marquee-section {
  position: relative;
  background-color: #047ac0;
  padding: 33px 0 33px;
  z-index: 1;
  margin: 0 50px;
  border-radius: 0 0 40px 40px;
}

.marquee-section .inner-container {
  max-width: 1820px;
  margin: 0 auto;
}

.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}

.marquee-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.marquee-section .marquee-block .content-box {
  position: relative;
}

.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0;
}

.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}

.marquee-section .marquee-block .content-box .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.content-box .title a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}

.content-box .title a:hover {
  color: #050a1e;
}

.content-box .title a i {
  margin-right: 39px;
}

/*
<!-- =====================================-->
<!-- Start solutek service Area style two  -->
<!-- =====================================-->*/
.service-area.style-two {
  padding: 120px 0 125px;
}

.service-area.style-two .section-title.text-center {
  margin-bottom: 82px;
}

.service-area.style-two .single-service-box {
  background: url(assets/images/home-two/serice-two-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 35px 0 35px 35px;
  padding: 32px 20px 56px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
}

.service-area.style-two .single-service-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 5px;
  background-color: #050a1e;
  top: -5px;
  right: 0;
  z-index: 1;
}

.service-area.style-two .single-service-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 5px;
  background-color: #047ac0;
  left: 66px;
  top: -5px;
  margin: 0 auto;
  z-index: 1;
}

.service-area.style-two .service-box-inner::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  background: url(assets/images/home-two/service-hover.png);
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  border-radius: 35px 0 35px 35px;
  z-index: -1;
}

.service-area.style-two .service-title {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
  position: relative;
  transition: 0.5s;
}

.service-area.style-two .service-title::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 1px;
  background: rgb(122 122 122 / 20%);
  margin: 0 auto;
  bottom: -22px;
  left: 0;
  right: 0;
}

.service-area.style-two .service-des {
   font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding: 44px 0 14px;
  transition: 0.5s;
}

.service-area.style-two .service-icon {
  margin-bottom: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}

/*all hover service */
.service-area.style-two .single-service-box:hover .service-box-inner::after {
  height: 100%;
  top: 0;
}

.service-area.style-two .single-service-box:hover {
  transform: translateY(-30px);
}

.service-area.style-two .single-service-box:hover .service-title {
  color: #fff;
}

.service-area.style-two .single-service-box:hover .service-des {
  color: #fff;
}

.service-area.style-two .single-service-box:hover .service-icon {
  background: #047ac0;
}

.service-area.style-two .single-service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}

.service-area.style-two .single-service-box:hover .service-title::before {
  background: #fff;
}
/*
<!-- =====================================-->
<!-- Start solutek about Area style-two  -->
<!-- =====================================-->*/
.about-area.style-two {
  border-radius: 40px;
  background: url(assets/images/home-two/about-bg.png);
  margin: 0 50px;
  padding: 120px 0 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-area.style-two h5.section-sub-title {
  margin-left: 18px;
}

.about-area.style-two:before {
  display: none;
}

.about-area.style-two p.section-title-descr {
  width: 96%;
}

.about-area.style-two .about-shape {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: -1;
}

.about-area.style-two .about-shape img {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.about-area.style-two .about-thumbail {
  position: relative;
}

.about-area.style-two .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 72px;
}

.about-area.style-two .about-list-item ul li {
  list-style: none;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 400;
  border-bottom: 1px dashed rgb(122 122 122 / 40%);
  margin-bottom: 23px;
  padding-bottom: 15px;
}

.about-area.style-two .about-list-item ul li img {
  margin-right: 22px;
}

.about-area.style-two .about-section-content {
  margin-left: 100px;
}

.about-area.style-two .about-list-item {
  margin-top: 13px;
  margin-bottom: 48px;
}

.about-area.style-two .about-contact-box {
  display: inline-block;
}

.about-area.style-two .call-box {
  display: flex;
  align-items: center;
}

.about-area.style-two .about-contact {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  margin-right: 15px;
  transition: 0.5s;
}

.about-area.style-two .solutek-btn {
  display: inline-block;
  margin-right: 24px;
}

.about-area.style-two .about-contact-content h4 {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Fira Sans";
}

.about-area.style-two .about-contact-content p {
  font-size: 18px;
  text-transform: uppercase;
  color: #050a1e;
  font-weight: 500;
  margin: 0;
}

.about-area.style-two .solutek-btn a:hover {
  color: #fff;
}

/*
<!-- =====================================-->
<!--start solutek team Area style-two-->
<!-- =====================================-->*/
.team-area.style-two {
  padding: 110px 0 90px;
}

.team-area.style-two .section-title.text-center {
  margin-bottom: 52px;
}

.team-area.style-two .single-team-box {
  position: relative;
  margin-bottom: 30px;
}

.team-area.style-two .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 20px 0 20px 20px;
}

.team-area.style-two .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}

.team-area.style-two .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #047ac0;
  left: 46px;
  top: -3px;
}

.team-area.style-two .single-team-thumb img {
  width: 100%;
}

.team-area.style-two .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.team-area.style-two .team-inner-title {
  background-color: #047ac0;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  opacity: 0;
  transition: 0.5s;
  transform: perspective(500px) rotateX(-90deg);
  transform-origin: 50% 0%;
  z-index: 9999;
}

.team-area.style-two .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
}

.team-area.style-two .team-content h4 a {
  transition: 0.5s;
}

.team-area.style-two .team-content p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}

.team-area.style-two .team-social-icon {
  text-align: center;
  padding-top: 118px;
  transition: 0.5s;
  opacity: 0;
}

.team-area.style-two .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}

.team-area.style-two .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}

/*all hover team */
.team-area.style-two .single-team-box:hover::before {
  width: 100%;
  bottom: 0;
}

.team-area.style-two .single-team-box:hover .team-inner-title {
  opacity: 1;
}

.team-area.style-two .single-team-box:hover .team-inner-title {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}

.team-area.style-two .single-team-box:hover .team-social-icon {
  opacity: 1;
}

.team-area.style-two .team-social-icon ul li a:hover {
  color: #047ac0;
  text-decoration: underline;
}

.team-area.style-two .team-content h4 a:hover {
  color: #fff;
}

/*
<!-- =====================================-->
<!-- start solutek project Area style-two-->
<!-- =====================================-->*/
.project-area.styl-two {
  padding: 120px 0 65px;
  background: url(assets/images/home-two/project-bg-two.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 50px;
  border-radius: 40px 40px 0px 0px;
  position: relative;
}

.project-area.styl-two .project-section {
  margin: 0 240px;
}

.project-area.styl-two h5.section-sub-title {
  margin-left: 18px;
  background-color: #161a2b;
  border: 2px solid #40465d;
}

.project-area.styl-two .section-title.text-left {
  margin-bottom: 50px;
}

.project-area.styl-two .project-carousel {
  margin: 0 29px;
}

.project-area.styl-two h1.section-main-title {
  color: #fff;
}

.project-area.styl-two .project-single-box {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 3px 0 90px;
}

.project-area.styl-two .project-single-box::before {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #fff;
  right: 0;
  top: -3px;
}

.project-area.styl-two .project-single-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #047ac0;
  left: 66px;
  top: -3px;
}

.project-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: url(assets/images/home-two/project-effect.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0;

  transition: 0.5s;
}

.project-thumb.style-two::before {
  background: url(assets/images/home-two/project-effect2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.project-thumb.style-three::before {
  background: url(assets/images/home-two/project-effect3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.project-thumb.style-four::before {
  background: url(assets/images/home-two/project-effect4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.project-area.styl-two .project-content {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 63px;
  left: 0;
  right: 0;
  background: transparent;
  border: 1px dashed #fff;
  padding: 4px 0 16px;
  width: 84%;
  margin: 0 auto;
  border-radius: 20px 0px 20px 20px;
  opacity: 0;
  transition: 0.5s;
}

.project-area.styl-two h4.project-title {
  margin: 0;
  line-height: 42px;
  transition: 0.5s;
}

.project-area.styl-two h4.project-title a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  font-size: 24px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}

.project-area.styl-two p.project-des {
   font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Poppins";
  margin: 0;
}

.project-area.styl-two .project-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
}

.project-area.styl-two .project-icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background-color: #161a2b;
  text-align: center;
  color: #047ac0;
  font-size: 32px;
  transform: rotate(-45deg);
}

.project-area.styl-two .project-shape {
  position: absolute;
  z-index: -1;
  bottom: -85px;
  transition: 0.5s;
  opacity: 0;
}

.project-area.styl-two .project-bg-shape {
  position: absolute;
  top: 75px;
  right: 165px;
}

/* all hover projcet two */
.project-area.styl-two .project-single-box:hover .project-thumb::before {
  width: 100%;
  top: 0;
}

.project-area.styl-two .project-single-box:hover .project-content {
  opacity: 1;
}

.project-area.styl-two .project-single-box:hover .project-shape {
  opacity: 1;
}

.project-area.styl-two .project-single-box:hover .project-icon span {
  background: #047ac0;
  color: #fff;
}

/* project owl nav */
.project-area.styl-two .owl-prev,
.owl-next {
  display: inline-block;
}

.project-area.styl-two .owl-prev {
  margin-right: 32px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #161a2b;
  display: inline-block;
  text-align: center;
  border-radius: 10px 0px 10px 10px;
  color: #047ac0;
  font-size: 22px;
  transition: 0.5s;
}

.project-area.styl-two .owl-prev:hover {
  background-color: #047ac0;
  color: #fff;
}

.project-area.styl-two .owl-next {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #047ac0;
  display: inline-block;
  text-align: center;
  border-radius: 10px 0px 10px 10px;
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}

.project-area.styl-two .owl-next:hover {
  background: #047ac0;
  color: #fff;
}

.project-area.styl-two .owl-nav {
  position: absolute;
  right: 228px;
  top: -118px;
}


/*
<!-- ==========================================-->
<!-- start solutek project-area styl-three -->
<!-- =========================================-->*/
.project-area.style-three {
  background: url(assets/images/home-two/project-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0 116px;
  margin: 0 50px;
  border-radius: 40px;
  position: relative;
}

.project-area.style-three .section-title.text-left {
  margin-bottom: 86px;
}

.project-area.style-three .project-single-box {
  text-align: center;
  background: #fff;
  border-radius: 10px 0 10px 10px;
  padding: 44px 30px 40px;
  margin: 0 22px 30px;
  position: relative;
}

.project-area.style-three .project-single-box.box-1::before {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape1.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -26px;
  top: -20px;
  height: 100%;
  width: 130%;
}

.project-area.style-three .project-single-box.box-2::after {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape2.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -22px;
  bottom: -130px;
  height: 100%;
  width: 130%;
}

.project-area.style-three .project-single-box.box-3::after {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape3.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -15px;
  top: -20px;
  height: 100%;
  width: 128%;
}

.project-single-box.down.box-4::after {
  position: absolute;
  content: "";
  background: url(assets/images/home-two/project-shape4.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -17px;
  bottom: -135px;
  height: 100%;
  width: 115%;
}

.project-area.style-three .project-single-box.down {
  border-radius: 10px 10px 0px 10px;
}

.project-area.style-three h5.section-sub-title {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  margin-left: 18px;
}

.project-area.style-three p.section-des {
   font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
}

.project-area.style-three .project-title {
  margin-top: 18px;
  font-size: 20px;
  color: #050a1e;
  font-weight: 600;
}

.project-area.style-three .project-title a {
  display: inline-block;
  font-size: 20px;
  color: #050a1e;
  font-weight: 600;
  text-decoration: none;
}

.project-area.style-three .project-des {
   font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
  margin: 0;
}

.project-area.style-three .project-bg-shape1 {
  position: absolute;
  top: 0;
  right: 0;
}

.project-area.style-three .project-bg-shape2 {
  position: absolute;
  right: 0;
  top: 240px;
}

/*
<!-- ==========================================-->
<!-- start solutek blog Area style-two-->
<!-- =========================================-->*/
.blog-area.style-two {
  background: #fff;
  padding: 120px 0 90px;
}

.blog-area.style-two h5.section-sub-title {
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
}

.blog-area.style-two .single-blog-box {
  position: relative;
  background: url(assets/images/home-two/blog-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}

.blog-area.style-two .single-blog-box::before {
  position: absolute;
  content: "";
  width: 155px;
  height: 3px;
  background-color: #050a1e;
  top: -3px;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}
.blog-area.style-two .single-blog-box::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 3px;
  background-color: #047ac0;
  left: 86px;
  top: -3px;
  margin: 0 auto;
  z-index: 1;
}

.blog-area.style-two .single-blog-thumb {
  transition: 0.5s;
  overflow: hidden;
}

.blog-area.style-two .single-blog-thumb img {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.blog-area.style-two .blog-meta-top {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.5s;
}

.blog-area.style-two .blog-meta-top a {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background: #047ac0;
  padding: 7px 19px;
  border-radius: 20px;
  font-family: "Fira Sans";
  font-weight: 400;
  transition: 0.5s;
}

.blog-area.style-two .blog-box-content {
  padding: 25px 30px 36px;
}

.blog-area.style-two .blog-box-content h3 {
  margin: 0;
}

.blog-area.style-two .meta-blog a span {
  display: inline-block;
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.blog-area.style-two .meta-blog span i {
  display: inline-block;
  color: #047ac0;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  border-radius: 10px 0 10px 10px;
  margin-right: 15px;
}

.blog-area.style-two .meta-blog p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}

.blog-area.style-two .meta-blog p span {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background: #fff;
  text-align: center;
  border-radius: 10px 0 10px 10px;
  margin-right: 15px;
}

.blog-area.style-two .blog-box-content h3 a {
  display: inline-block;
  font-size: 22px;
  line-height: 34px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Fira Sans";
  text-decoration: none;
  padding: 22px 0 34px;
  transition: 0.5s;
}

.blog-area.style-two .blog-button a {
  display: inline-block;
   font-size: 18px;
  text-transform: uppercase;
  color: #047ac0;
  font-weight: 500;
  font-family: "Fira Sans";
  border-radius: 24px;
  background-color: #ffffff;
  padding: 8px 32px;
  transition: 0.5s;
}

/* blog hover */
.blog-area.style-two .blog-button a:hover {
  color: #fff !important;
}

.blog-area.style-two .blog-meta-top a:hover {
  background: #fff;
  color: #047ac0;
}

.blog-area.style-two .single-blog-box:hover .blog-box-content a {
  color: #047ac0;
}

.blog-area.style-two .single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.blog-area.style-two .single-blog-box:hover:before {
  width: 100%;
}

.blog-area.style-two .single-blog-box:hover .blog-meta-top {
  left: 134px;
}

.blog-area.style-two .single-blog-box:hover::after {
  left: 0;
  right: 0;
}

/* <!--solutek home page three Css--> */


/*---=====================================================
   <!--solutek top header area Css-->
=========================================================---*/
.top-header-area {
  background-color: #050a1e;
  padding: 12px 0;
}

.header-info ul li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 50px;
}

.header-info li.exam-gmail {
  margin-right: 43px;
}

.header-info ul li i {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}

.top-header-social-icon ul li {
  list-style: none;
}

.top-header-social-icon {
  text-align: right;
}

.top-header-social-icon ul li {
  display: inline-block;
  color: #fff;
}

.top-header-social-icon ul li i {
  color: #050a1e;
  display: inline-block;
  font-size: 14px;
  margin-left: 13px;
  transition: 0.5s;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
}

.top-header-social-icon ul li i:hover{
  background-color: #047ac0;
  color:#fff;
}

/*solutek home page 03 css 
  -----------------------*/

/* home style-three manu-area */
.solutek_nav_manu.style-three {
  padding: 15px 90px 12px 140px;
}

.solutek_nav_manu.style-three .solutek_menu > ul > li > a {
  color: #232323 !important;
}

.solutek_nav_manu.style-three.sticky .solutek_menu > ul > li > a {
  color: #fff !important;
}

.solutek_nav_manu.style-three .solutek_menu > ul > li > a:hover {
  color: #047ac0 !important;
}

.solutek_nav_manu.style-three .header-menu-btn {
  text-align: right;
}

.solutek_nav_manu.style-three .sidebar-button {
  display: inline-block;
  margin-left: 30px;
}

.solutek_nav_manu.style-three .sidebar-button a {
  color: #047ac0;
  display: inline-block;
  background-color: rgb(255 59 0/7%);
  height: 45px;
  width: 45px;
  padding: 12px 15px;
}

.solutek_nav_manu.style-three .solutek-btn a:hover {
  color: #fff;
}

.solutek_nav_manu.style-three .solutek-btn {
  display: inline-block;
  margin-left: 18px;
}

/* hero area home 03 */

/*---=====================================================
   <!--solutek hero Area style-three-->
=========================================================---*/
.hero-area.style-three {
  height: 800px;
  background: #050a1e;
  margin: 0;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}

.hero-area.style-three .hero-contant {
  position: relative;
  padding-top: 130px;
}

.hero-area.style-three .hero-contant h6 {
   font-size: 18px;
  line-height: 42px;
  color: #047ac0;
  font-weight: 600;
  margin-left: 58px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.hero-area.style-three .hero-contant h6::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 6px;
  border-radius: 3px;
  background-color: #047ac0;
  top: 20px;
  left: -57px;
}

.hero-area.style-three .hero-contant h6::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 6px;
  border-radius: 3px;
  background-color: #047ac0;
  top: 20px;
  left: -33px;
}

.hero-area.style-three .hero-contant h1 {
  margin: 0;
  font-size: 65px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 700;
  display: inline;
}

.hero-area.style-three .hero-contant span {
  display: inline-block;
  font-size: 65px;
  line-height: 80px;
  color: #047ac0;
  font-weight: 700;
  margin-right: 10px;
}

.hero-area.style-three .hero-contant p {
  font-size: 19px;
  line-height: 28px;
  color: #7a7a7a;
  width: 100%;
  opacity: 1;
  padding: 18px 0 40px;
}

.hero-area.style-three .solutek-btn {
  display: inline-block;
  margin-right: 16px;
}

.hero-area.style-three .hero-btn-3 {
  display: inline-block;
}

.hero-area.style-three .hero-btn-profile img {
  border: 2px solid #047ac0;
  border-radius: 100%;
  margin-right: 5px;
}

.hero-area.style-three .hero-btn-profile a {
  display: inline-block;
  font-size: 15px !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.hero-area.style-three .hero-btn-profile a span {
  display: inline-block;
  font-size: 15px !important;
  text-decoration: underline;
  text-transform: uppercase;
  color: #047ac0;
  font-weight: 700;
  margin-right: 5px;
}

.hero-area.style-three .hero-thumb-3 {
  position: relative;
  padding-top: 10px;
}

.hero-area.style-three .hero-thumb-shape {
  position: absolute;
  top: 10px;
}

.hero-area.style-three .hero-left-shape {
  position: absolute;
  top: -50px;
  left: -154px;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.hero-active .owl-prev {
   font-size: 18px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  font-weight: 400;
  font-family: "Fira Sans";
  position: absolute;
  top: 190px;
  left: 55px;
}

.hero-active .owl-next{
   font-size: 18px;
  line-height: 28px;
  color: #f4f4f4;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  font-weight: 400;
  font-family: "Fira Sans";
  position: absolute;
  bottom: 190px;
  left: 55px;

}

.hero-active {
  position: relative;
}

.hero-active .owl-prev::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #047ac0 0%, #05091d 100%);
  left: 13px;
  bottom: 200px;
}

.hero-active .owl-prev::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 166px;
  background-image: linear-gradient(0deg, #05091d 0%, #047ac0 100%);
  left: 13px;
  bottom: 36px;
}

/*---=====================================================
  <!-- Start solutek our service section  -->
=========================================================---*/
.our-service-section {
  background: url(assets/images/home-3/service-bg.png);
  padding: 110px 0 170px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.our-service-section .service-box{
  position: relative;
}
.our-service-section .single-service-box {
  background: url(assets/images/home-3/ser-box-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 35px 30px 135px 30px;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 30px;
}

.our-service-section .service-icon {
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #047ac0;
  text-align: center;
}

.our-service-section h4.service-title {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
  transition: 0.5s;
  position: relative;
}

.our-service-section h4.service-title:hover {
  color:#047ac0
}

.our-service-section h4.service-title::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #047ac0 100%);
  left: 0;
  bottom: -5px;
}

.our-service-section p.service-desc {
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  padding-top: 18px;
}

.our-service-section .service-thumb {
  position: absolute;
  bottom: -80px;
  left: 28px;
}

.our-service-section .service-thumb img {
  width: 100%;
}

/*---=====================================================
  <!-- start solutek about section -->
=========================================================---*/
.about-section {
  background: url(assets/images/home-3/about3-bg.png);
  padding: 120px 0 125px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-section .about-contact {
  margin-left: 80px;
}

.about-section .about-box-item {
  display: flex;
  gap: 45px;
  padding-bottom: 40px;
}

.about-item-list {
  margin-bottom: 46px;
}

.about-section .about-item-list ul li {
  list-style: none;
  margin-left: 54px;
  position: relative;
  margin-bottom: 20px;
}

.about-section .about-item-list ul li::before {
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  background-image: linear-gradient(270deg, #ffffff 0%, #047ac0 100%);
  left: -53px;
  top: 12px;
}

/*---=====================================================
   <!-- start solutek counter area -->
=========================================================---*/
.counter-area {
  position: relative;
  z-index: 1;
}

.counter-area .row.counter-item {
  background: url(assets/images/home-3/counter-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 63px 0 60px;
  border-radius: 50px 0 0 0;
}

.counter-area .counter-single-box {
  text-align: center;
  position: relative;
}

.counter-area .counter-single-box::before {
  position: absolute;
  content: '';
  opacity: 0.302;
  width: 2px;
  height: 90px;
  background-color: #ffffff;
  top: 0;
  right: -16px;
}

.counter-area .counter-content h4, .counter-content span {
  display: inline-block;
  font-size: 40px;
  line-height: 28px;
  color: #f4f4f4 !important;
  font-weight: 700;
}

.counter-area .counter-content p {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #f4f4f4;
  font-weight: 500;
  margin: 0;
}

.counter-area .counter-thumb {
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
}

.counter-area .counter-thumb img {
  width: 95%;
  height: 100%;
}

/*---=====================================================
   <!-- start solutek case studies area -->
=========================================================---*/
.case-studies-area {
  background-color: #050a1e;
  padding: 110px 0 65px;
}

.case-studies-box {
  border-radius: 25px;
  padding: 34px 80px;
  margin-bottom: 25px;
  background: linear-gradient(to bottom, #161A2B, #131729, #05091D);
}

.case-studies-content h4 a {
  font-size: 24px;
  line-height: 28px;
  color: #f4f4f4;
  font-weight: 600;
}

.case-studies-content h4 {
  font-size: 24px;
  color: #f4f4f4;
  font-weight: 600;
  font-family: "Poppins";
}

.case-studies-content h4 a {
  display: inline-block;
  transition: 0.5s;
}

.case-studies-content h5 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #047ac0;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 60px;
  position: relative;
  padding-bottom: 163px;
}

.case-studies-content h5::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #15192b 0%, #047ac0 100%);
  left: -60px;
  top: 12px;
}

.case-studies-content h5 a {
  display: inline-block;
  transition: 0.5s;
}

.case-studies-btn a {
  display: inline-block;
   font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
  border-radius: 29px;
  background-color: #047ac0;
  padding: 13px 40px;
  transition: 0.5s;
}

.case-studies-btn a:hover{
  background: #fff;
  color:#047ac0;
}

.case-studies-single-box {
  transition: 0.5s;
}

.case-studies-thumb {
  position: relative;
}

.case-studies-single-box .case-studies-thumb img {
  width: 100%;
}

.case-studies-thumb::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255,60,0,0) 37%, rgba(255,60,0,0.9999999999999999) 100%);
  bottom: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 30px;
}

.case-studie-content {
  position: absolute;
  bottom: 25px;
  left: 78px;
}

.case-studie-content h3 {
  font-size: 22px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 600;
}

.case-studie-content h6 {
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  color: #047ac0;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 60px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.case-studie-content h6::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background-image: linear-gradient(270deg, #05091d 0%, #047ac0 100%);
  left: -62px;
  top: 12px;
}

.case-studies-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background-color: #047ac0;
  text-align: center;
  transition: 0.5s;
  float: right;
  transform: translateY(-95px);
  margin-right: 85px;
}

.case-studies-icon i {
  color: #fff;
  font-size: 22px;
}

/* all hover case studies */
.case-studies-single-box:hover .case-studies-thumb::before{
  width: 100%;
  left: 0;
}

.case-studies-single-box:hover .case-studie-content h6{
  color:#fff;
}

.case-studies-single-box:hover .case-studie-content h6::before{
  background-image: linear-gradient(270deg, #047ac0 0%, #ffffff 100%);
}

.case-studies-single-box:hover .case-studies-icon{
  background: #050a1e;
}


/*---=====================================================
   <!--start solutek working proces area -->
=========================================================---*/
.working-proces-area {
  padding: 110px 0 90px;
}

.working-proces-area .section-title.text-center {
  margin-bottom: 62px;
}

.working-process-box {
  text-align: center;
  padding: 0 50px 0;
  position: relative;
  margin-bottom: 30px;
}

.working-process-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -81px;
  top: 73px;
  background: url(assets/images/home-3/process-shpae1.png);
  background-repeat: no-repeat;
}

.working-process-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -81px;
  top: 73px;
  background: url(assets/images/home-3/process-shape2.png);
  background-repeat: no-repeat;
}

.working-process-box.before-transprent:before {
  background: transparent;
}

.working-process-box.after-transprent:after {
  background: transparent;
}

.process-thumb {
  position: relative;
  margin-bottom: 40px;
}

.process-thumb:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  left: 36px;
  top: -13px;
  border: 2px dashed #047ac0;
  border-radius: 50%;
  animation: rotateme 20s linear infinite;
}

.process-number span {
  position: absolute;
  left: 8%;
  top: 13%;
  z-index: 1;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background-color: #047ac0;
  transition: .5s;
  text-align: center;
}

.process-content h4 {
  margin: 20px 0 10px;
  transition: .5s;
  font-size: 20px;
  line-height: 36px;
  color: #050a1e;
  font-weight: 600;
}

.process-content p {
   font-size: 18px;
  line-height: 28px;
  color: #7a7a7a;
  font-weight: 400;
  text-align: center;
  transition: 0.5s;
}

.working-process-bottom p, .working-process-bottom p span {
  font-size: 17px;
  line-height: 50px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  padding-top: 28px;
}

.working-process-bottom p span{
  color:#047ac0;
}

/*---=====================================================
   <!-- start solutek-faq Area style-two-->
=========================================================---*/
.faq-area.style-two {
  background: url(assets/images/home-3/faq-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}

.faq-area.style-two .section-title.text-left {
  margin-bottom: 55px;
  padding-top: 115px;
}

.faq-area.style-two .faq-thumb {
  position: relative;
  right: -54px;
}

.faq-area.style-two .accordion li a {
  padding: 16px 20px 16px 30px;
  text-decoration: none;
  border-radius: 15px;
  border: 2px solid #ffffff;
  background: #f4f4f4;
}

.faq-area.style-two ul.accordion a.active span {
  color: #047ac0 !important;
}

.faq-area.style-two .accordion li p {
  padding: 44px 20px 21px 25px;
}

.faq-area.style-two .accordion li {
  padding: 0 0 30px;
}

/*---=====================================================
   <!--solutek Breadcumb Area Css-->
=========================================================---*/
.breadcumb-area {
  background: url(assets/images/inner/breadcumb-bg.png);
  padding: 230px 0 170px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: -77px 0px 0 -16px;
}

.breadcumb-area.about {
  padding: 230px 0 180px;
}

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

.breadcumb-content h4 {
  font-size: 55px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Fira Sans";
}

ul.breadcumb-list {
  margin-top: 24px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #161a2b;
}

.breadcumb-content ul li {
  display: inline-block;
  margin: 0 6px;
   font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #047ac0;
  font-weight: 500;
  font-family: "Fira Sans";
}

li.list-arrow {
  color: #fff !important;
}

.breadcumb-content ul li a {
  display: inline-block;
  cursor: pointer;
   font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
  cursor: pointer;
}


/* <!--==================================================-- */
/* <!--start solutek about us Area -- */
/* <!--==================================================--> */
.about-us-area {
  background: #fff;
  padding: 144px 0 95px;
  position: relative;
}

.about-us-area .section-title.text-left {
  margin-bottom: 10px;
}

.about-us-content {
  position: relative;
}

.about-us-list {
  margin-bottom: 53px;
}

.about-us-list ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}

.about-us-list ul li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #047ac0;
  left: 0;
  top: 5px;
  border-radius: 50%;
}

.about-us-list ul li span {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #050a1e;
  font-weight: 400;
  font-family: "Fira Sans";
  margin-left: 30px;
}

.single-counter-box {
  background-color: #f4f4f4;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  right: 103px;
  top: 8px;
  padding: 65px 45px 30px;
}

.counter-icon {
  position: absolute;
  top: -38px;
  right: 0;
  left: 0;
}

.about-us-area .counter-content h4,
.counter-content span {
  display: inline-block;
  font-size: 40px;
  line-height: 26px;
  color: #047ac0;
  font-weight: 600;
}

.counter-content h4 span {
  display: inline-block;
}

.counter-content p {
  font-size: 17px;
  text-transform: uppercase;
  color: #7a7a7a;
}

.about-us-thumb {
  position: relative;
  z-index: 1;
}

.about-us-video-icon {
  background: #fff;
  display: inline-block;
  padding: 45px 30px 45px 60px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 0;
}

.about-us-video-icon a i {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  background: #047ac0;
  border-radius: 50%;
  padding: 10px;
}

.about-us-video-icon a i::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #050a1e;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  top: 33px;
  left: 48px;
  z-index: -1;
}

.about-us-video-icon a span {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  color: #047ac0;
  padding-left: 30px;
}

.about2-us-shape {
  position: absolute;
  left: 20px;
  top: 170px;
  animation: bounceleft 4s linear infinite;
}

.about-us-shape {
  position: absolute;
  left: 45px;
  bottom: 0;
  animation: bounceleft 4s linear infinite;
}

.about-us-shape2 {
  position: absolute;
  right: 0;
  top: -6px;
}

/*---=====================================================
  <!-- start solutek project Area style-two -->
=========================================================---*/
.project-area.style-two {
  padding: 130px 0 88px;
  background: url(assets/images/inner/project-bg-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  margin: 0 50px;
}

.project-area.style-two .row.project {
  padding: 0 260px 0;
}

/*---=====================================================
<!-- start solutek service Area style-two-->
=========================================================---*/
.sservice-area.style-two {
  padding: 120px 0 58px;
}

.sservice-area.style-two .single-service-box {
  padding: 0 0 38px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 30px;
}

.sservice-area.style-two .service-thumb {
  transition: 0.5s;
  transform: scale(1);
}

.sservice-area.style-two .service-thumb img {
  width: 100%;
}

.sservice-area.style-two .service-icon {
  margin-bottom: 33px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 33px;
  background-color: #047ac0;
  text-align: center;
  position: absolute;
  left: 31px;
  top: 39%;
  transition: 0.5s;
}

.sservice-area.style-two .service-content {
  padding: 37px 10px 0 28px;
}

.sservice-area.style-two h3.service-title {
  font-size: 22px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
  transition: 0.5s;
  cursor: pointer;
}

.sservice-area.style-two h3 .service-btn a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #ffff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.sservice-area.style-two .service-btn i {
  display: inline-block;
  color: #047ac0;
  background: #f4f4f4;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 11px;
  transition: 0.5s;
}

.sservice-area.style-two p.service-text {
  margin: 0;
  padding: 9px 0 23px;
  transition: 0.5s;
  color: #7a7a7a;
}

.sservice-area.style-two .services-shape {
  position: absolute;
  bottom: 27px;
  right: 30px;
  transition: 0.5s;
}

/* all hover */
.sservice-area.style-two .single-service-box:hover h3.service-title {
  color: #047ac0;
}

.sservice-area.style-two .single-service-box:hover .service-btn a {
  color: #047ac0;
}

.sservice-area.style-two .single-service-box:hover .service-btn i {
  background: #047ac0;
  color: #fff;
}

.sservice-area.style-two .single-service-box:hover .services-shape {
  filter: brightness(1) invert(0);
}

.sservice-area.style-two .single-service-box:hover .service-thumb {
  transform: scale(1.1);
}

/*---=====================================================
<!--start solutek team Area style-inner-->
=========================================================---*/
.team-area.style-inner {
  padding: 110px 0 90px;
  background-color: #f4f4f4;
}

.team-area.style-inner .section-title.text-center {
  margin-bottom: 52px;
}

.team-area.style-inner .single-team-box {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 20px 0px 0px 0px;
  margin-bottom: 30px;
}

.team-area.style-inner .single-team-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #050a1e;
  left: 0;
  right: 0;
  transition: 0.5s;
  border-radius: 20px 0 0px 0px;
}

.team-area.style-inner .single-team-box::after {
  position: absolute;
  content: "";
  width: 304px;
  height: 300px;
  background-image: url(assets/images/inner/team-shape.png);
  background-repeat: no-repeat;
  bottom: -150px;
  left: 0;
  border-radius: 100%;
}

.team-area.style-inner .single-team-thumb::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background-color: #050a1e;
  right: 0;
  top: -3px;
}

.team-area.style-inner .single-team-thumb::after {
  position: absolute;
  content: "";
  width: 145px;
  height: 3px;
  background-color: #047ac0;
  left: 46px;
  top: -3px;
}

.team-area.style-inner .single-team-thumb img {
  width: 73%;
  padding-top: 200px;
  z-index: 2;
  position: relative;
}

.team-area.style-inner .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.team-area.style-inner .team-inner-title {
  background-color: #047ac0;
  border-radius: 20px 0 20px 20px;
  padding: 30px 0;
  transition: 0.5s;
}

.team-area.style-inner .team-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
}

.team-area.style-inner .team-content h4 a {
  transition: 0.5s;
}

.team-area.style-inner li.list-line a {
  color: red !important;
  text-decoration: underline !important;
}

.team-area.style-inner .team-content p {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}

.team-area.style-inner .team-social-icon {
  text-align: center;
  padding-top: 23px;
  transition: 0.5s;
}

.team-area.style-inner .team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}

.team-area.style-inner .team-social-icon ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #050a1e;
  transition: 0.5s;
}

/*all hover team */
.team-area.style-inner .single-team-box:hover::before {
  width: 100%;
  bottom: 0;
}

.team-area.style-inner .single-team-box:hover .team-social-icon ul li a {
  color: #fff;
}

/*---=====================================================
<!-- Start solutek Team Details Area-->
=========================================================---*/
.team-details-area {
  padding: 122px 0 88px;
  background: #f4f4f4;
}

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

.team-details-area .team-member-title h4 {
  font-size: 36px;
  margin: 0;
}

.team-details-area p.desc {
  margin-top: 34px;
  margin-bottom: 45px;
}

.team-details-area .contact-info-box {
  background: #fff;
  padding: 29px 25px 27px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 11px;
}

.team-details-area .contact-info-icon i {
  display: inline-block;
  color: #047ac0;
  border: 2px solid #047ac0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  transition: 0.5s;
}

.team-details-area .contact-info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
}

.team-details-area .contact-info-content p {
  font-size: 26px;
  color: #047ac0;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}

.team-details-area .team-details-social-icon ul li {
  font-size: 22px;
  color: #041424;
  font-weight: 600;
  margin-top: 49px;
  display: inline-block;
}

.team-details-area .team-details-social-icon ul li i {
  background: #e5e7e9;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #111;
  font-size: 14px;
  margin-left: 7px;
  transition: 0.5s;
}

.team-details-area .team-details-social-icon ul li i:hover {
  background: #047ac0;
  color: #fff;
}

.team-details-area .team-details-location-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 46px;
}

.team-details-area .team-details-location-box .contact-info-content p {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}

.team-details-area .team-details-skills {
  margin-top: 115px;
}

.team-details-area .team-details-skills h4 {
  font-size: 36px;
  margin: 0 0 49px;
}

.team-details-area .skill {
  margin-bottom: 38px;
  position: relative;
  overflow: hidden;
}

.team-details-area .contact_from_box {
  margin-top: 115px;
}

.team-details-area .form_box input {
  background: transparent;
}

.team-details-area .form_box input {
  border: 1px solid rgba(122, 122, 122, 0.5);
  height: 60px;
  border-radius: 15px;
  padding: 0 23px 0;
  margin-bottom: 21px;
  width: 100%;
  transition: 0.5s;
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.team-details-area .form_box textarea {
  background: transparent;
}

.team-details-area .form_box textarea {
  border: 1px solid rgba(122, 122, 122, 0.5);
  outline: 0;
  width: 100%;
  padding: 17px 23px 0;
  height: 150px;
  margin-bottom: 22px;
  transition: 0.5s;
  border-radius: 25px;
   font-size: 18px;
  line-height: 26px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

/*---=====================================================
   <!--solutek skill bar-->
=========================================================---*/

.skill {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.skill > p {
  margin: 0 0 11px;
  font-size: 17px;
  color: #7a7a7a;
}

.skill:before {
  width: 85%;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: #d1dff9;
  bottom: 0;
  border-radius: 100px;
}

.skill-bar {
  width: 74% !important;
  height: 7px;
  background: #047ac0;
  display: block;
  position: relative;
  border-radius: 100px;
}

/* SKILL 1 */
.skill1 {
  width: 95%;
}
.skill-bar span {
  position: absolute;
  top: -40px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
  color: #047ac0;
}

.skill-bar {
  position: relative;
}

.skill1 .skill-count1 {
  right: 0;
}

.skill2 .skill-count2 {
  right: 0;
}

/*---=====================================================
   <!--solutek skill bar-->
=========================================================---*/

.skill {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.skill > p {
  margin: 0 0 11px;
  font-size: 17px;
  color: #7a7a7a;
}

.skill:before {
  width: 85%;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  background: #d1dff9;
  bottom: 0;
  border-radius: 100px;
}

.skill-bar {
  width: 74% !important;
  height: 7px;
  background: #047ac0;
  display: block;
  position: relative;
  border-radius: 100px;
}

/* SKILL 1 */
.skill1 {
  width: 95%;
}
.skill-bar span {
  position: absolute;
  top: -40px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
  color: #047ac0;
}

.skill-bar {
  position: relative;
}

.skill1 .skill-count1 {
  right: 0;
}

.skill2 .skill-count2 {
  right: 0;
}

/*---=====================================================
 <!-- Start solutek services details area css-->
=========================================================---*/
.services-details-area {
  padding: 122px 0 121px;
  background-color: #f4f4f4;
}

.services-details-thumb img {
  width: 100%;
}

.services-details-content {
  padding-top: 18px;
}

h4.services-details-title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #050a1e;
  font-weight: 700;
}

p.services-details-desc {
  margin-top: 24px;
  font-size: 17px;
  color: #7a7a7a;
}

.service-details-content h4 {
  font-size: 24px;
  color: #050a1e;
  font-weight: 600;
}

.service-details-content p {
  font-size: 17px;
  color: #7a7a7a;
}

.service-details-list {
  padding-top: 12px;
}

.service-details-list li {
  list-style: none;
  font-size: 20px;
  line-height: 46px;
  color: #050a1e;
  font-weight: 500;
}

.service-details-list li i {
  color: #047ac0;
  margin-right: 12px;
}

.service-detalis-text-box,
.service-details-icon-box {
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 20px 36px 32px;
  margin-top: 28px;
}

.service-det-content h3 {
  font-size: 24px;
  line-height: 48px;
  color: #050a1e;
  font-weight: 600;
  margin: 40px 0 15px;
}

.service-details-icon-box {
  padding: 41px 36px 32px;
}

.services-details-area .tab_container {
  position: relative;
  margin-top: 95px;
}

.services-details-area .accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  font-size: 18px;
  color: #047ac0 !important;
  font-weight: 500;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 0px 20px 0px 30px;
}

.services-details-area .accordion li a span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #050a1e;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 66px;
  font-weight: 500;
  margin-left: 20px;
}

.services-details-area ul.accordion a.active {
  color: #fff !important;
  background: #050a1e !important;
}

.services-details-area ul.accordion a.active span {
  color: #fff !important;
  background: #050a1e !important;
}

.services-details-area .accordion li p {
  display: none;
   font-size: 18px;
  color: #7a7a7a;
  padding: 25px 0 10px 30px;
  margin: 0;
}

/*widget-sidber css*/
.widget-sidber {
  background-color: #f4f4f4;
  padding: 32px 41px 29px;
  margin-bottom: 27px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.widget-sidber-content h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 46px;
  position: relative;
}
.widget-sidber-content h4:before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: #047ac0;
}

.widget-category ul li img {
  margin-right: 12px;
  transition: 0.5s;
}

.widget-category ul li a:hover img {
  filter: brightness(0) invert(1);
}

.widget-category ul li {
  list-style: none;
}

.widget-category ul li a {
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: #001819;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid #ffff;
  text-transform: uppercase;
}

.widget-category ul li a:hover {
  color: #fff;
}

.widget-category ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #047ac0;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}

.widget-category ul li a:hover:before {
  width: 100%;
  left: 0;
}

.widget-category ul li i {
  color: black;
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}

.widget-category ul li a:hover i {
  opacity: 1;
  color: #fff;
}

.widget-sidber-download-button a {
  display: inline-block;
  background: #00181a;
  width: 100%;
  color: #fff;
  padding: 15px 23px;
  border-radius: 5px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.widget-sidber-download-button a.active {
  background: #047ac0 !important;
}

.widget-sidber-download-button i {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-right: 9px;
  position: relative;
  top: 3px;
}

.widget-sidber-download-button a.active i {
  color: #fff;
}

.widget-sidber-download-button span i {
  float: right;
  display: inline-block;
   font-size: 18px;
}

.widget-sidber-download-button a.active span i {
  color: #fff;
}

/*sidber contact*/

.widget-sidber-contact-box {
  background: url(assets/images/inner/sidber-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  padding: 48px 43px 48px;
}

p.widget-sidber-contact-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  padding: 25px 0 13px;
}

h3.widget-sidber-contact-number {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 14px;
}

span.widget-sidber-contact-gmail {
   font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

span.widget-sidber-contact-gmail i {
  display: inline-block;
  font-size: 17px;
  color: #047ac0;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.widget-sidber-contact-btn a {
  display: inline-block;
   font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  background: #047ac0;
  padding: 16px 98px 15px;
  border-radius: 5px;
  margin-top: 55px;
  transition: 0.5s;
  border: 2px solid #047ac0;
}

.widget-sidber-contact-btn a:hover {
  background: transparent;
  color: #047ac0;
}

.widget-sidber-contact-btn a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

/* widget search */
.widget-sidber {
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 32px 41px 29px;
  margin-bottom: 27px;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: #012549;
  outline: 0 !important;
  border: transparent !important;
}

button.icons {
  border: 0;
   font-size: 18px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: #1e1e1e;
  background: transparent;
  opacity: 0.7;
}

/* recent post */
.sidber-widget-recent-post {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 19px;
}

.recent-widget-content a {
  transition: 0.5s;
  width: 95%;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #050a1e;
  font-weight: 600;
}

.sidber-widget-recent-post:hover .recent-widget-content a {
  color: #047ac0 !important;
}

.recent-widget-content p {
  font-size: 14px;
  margin: 0;
  color: #047ac0;
}

/* widget tag */
.widget-catefories-tags a {
  display: inline-block;
  color: #101010;
  font-weight: 500;
  background: #fff;
  padding: 6px 19px;
  margin: 6px 3px;
  position: relative;
  z-index: 1;
  font-size: 18px;
}

.widget-catefories-tags a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #047ac0;
  transition: 0.5s;
  z-index: -1;
}

.widget-catefories-tags a:hover {
  color: #fff;
}

.widget-catefories-tags a:hover:before {
  width: 100%;
  left: 0;
}
/*---=====================================================
	<!-- Start solutek case study area css -->
=========================================================---*/
.case-study-area {
  padding: 100px 0 90px;
}

.case_study_nav {
  margin: 0 0 60px;
}

.case_study_menu {
  text-align: center;
}

.case_study_menu ul {
  background: #f4f4f4;
  display: inline-block;
  padding: 10px;
  border-radius: 15px;
}

.case_study_menu ul li {
  background: transparent;
  border: medium none;
   font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 14px 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin: 0 3px;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}

.case_study_menu ul li:hover {
  color: #fff;
}

.case_study_menu ul li::before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #047ac0;
  clip-path: polygon(-1% 0, 0 0, -25% 104%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
}

.case_study_menu ul li:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.case_study_menu ul li:hover::before {
  width: 100%;
  z-index: -1;
}

li.current_menu_item {
  color: #fff !important;
  background: #047ac0 !important;
}

.case-study-single-box {
  margin-bottom: 85px;
  margin-right: 70px;
}

.case-study-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 35px 27px;
  border-radius: 20px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: 30px;
  left: 90px;
  width: 84%;
  transition: 0.5s;
}

.case-study-thumb {
  position: relative;
}

.case-study-thumb img {
  width: 100%;
}

.case-study-title h5 {
   font-size: 18px;
  line-height: 26px;
  color: #047ac0;
  font-weight: 400;
  margin: 0;
}

.case-study-title h3 {
  margin: 0;
  line-height: 44px;
}

.case-study-title h3 a {
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  transition: 0.5s;
}

.case-study-title h3 a:hover {
  color: #047ac0;
}

.case-study-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background-color: #050a1e;
  text-align: center;
  transition: 0.5s;
}

.case-study-content:hover .case-study-icon {
  background: #047ac0;
}

.case-study-icon i {
  color: #ffffff;
  font-size: 26px;
}

/*---=====================================================
<!--start solutek project details area css -->
=========================================================---*/
.project-details-area {
  padding: 123px 0 93px;
  background: #f4f4f4;
}

.project-details-thumb img {
  width: 100%;
}

.row.project-box-info {
  border-radius: 25px;
  background-color: #ffffff;
  margin: 60px 0 68px;
  padding: 55px 0 15px;
}

.project-details-box p {
  font-size: 18px;
  color: #7a7a7a;
  margin: 0;
}

.project-details-box h6 {
  font-size: 24px;
  line-height: 46px;
  color: #050a1e;
  font-weight: 600;
  font-family: 'Fira Sans';
}

.project-details-box {
  padding-left: 96px;
  margin-bottom: 20px;
}

.project-details-content h4 {
  font-size: 30px;
  color: #050a1e;
  font-weight: 600;
}

p.project-details-desc {
  font-size: 17px;
  margin-bottom: 27px;
  width: 96%;
}

.project-details-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 54px;
}

.project-details-list-item h4 {
  font-size: 28px;
}

.project-details-list-item ul li {
  list-style: none;
  font-size: 17px;
  line-height: 39px;
}

.project-details-list-item ul li i {
  display: inline-block;
  color: #047ac0;
  font-size: 19px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}

a.project-details-text {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  color: #047ac0;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 19px;
}

.project-details-item-images img {
  width: 100%;
}

.widget-sidber-contact-btn a {
  padding: 16px 70px 15px;
}

/*---=====================================================
<!-- Start solutek blog Area css style-grid-->
=========================================================---*/
.blog-area.style-grid .single-blog-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 26px 36px;
  margin-bottom: 30px;
}

.blog-area.style-grid .single-blog-thumb {
  transition: 0.5s;
  overflow: hidden;
}

.blog-area.style-grid  .single-blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.blog-area.style-grid  .blog-box-content {
  padding: 25px 20px 5px 10px;
}

.blog-area.style-grid .meta-blog a span {
  display: inline-block;
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 400;
  font-family: "Fira Sans";
}

.blog-area.style-grid .meta-blog span i {
  display: inline-block;
  color: #047ac0;
  margin-right: 15px;
}

.blog-area.style-grid .meta-blog p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}

.blog-area.style-grid .meta-blog p span {
  display: inline-block;
  margin-right: 15px;
}

.blog-area.style-grid .blog-box-content h3 {
  margin: 0;
}

.blog-area.style-grid .blog-box-content h3 a {
  display: inline-block;
  font-size: 22px;
  line-height: 34px;
  color: #050a1e;
  font-weight: 600;
  font-family: "Fira Sans";
  text-decoration: none;
  padding: 22px 0 34px;
  transition: 0.5s;
}

.blog-area.style-grid .blog-button a {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  color: #050a1e;
  font-family: "Fira Sans";
  border-radius: 22px;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgb(122 122 122 /25%);
  transition: 0.5s;
}

.blog-area.style-grid .blog-button a i {
  margin-left: 10px;
}

.blog-area.style-grid .blog-button a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #047ac0;
  left: 0;
  top: 0;
  border-radius: 20px;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

/* all hover grid */
.blog-area.style-grid .blog-box-content h3 a:hover{
  color:#047ac0;
}

.blog-area.style-grid .blog-button:hover a{
  color:#fff;
}

.blog-area.style-grid .blog-button a:hover::before{
  transform: scale(1);
}

.blog-area.style-grid .single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

/*---=====================================================
<!-- Start solutek blog details css-->
=========================================================---*/
.blog-details-area {
  padding: 119px 0 119px;
}

.blog-details-thumb {
  overflow: hidden;
}

.blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}

.blog-details-thumb img:hover {
  transform: scale(1.2);
}

.blog-details-content {
  padding: 27px 36px 20px;
  border: 1px solid #2222;
}

.blog-details-area .meta-blog span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}

.blog-details-area span.mate-text {
  padding-left: 36px;
  position: relative;
}

.blog-details-area span.mate-text:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  left: 5px;
  top: 11px;
  background: #047ac0;
}

.blog-details-area .meta-blog i {
  display: inline-block;
  color: #047ac0;
  padding-right: 9px;
}

.blog-details-area .meta-blog img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

h4.blog-details-title {
  font-size: 32px;
  margin: 12px 0 19px;
}

p.blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
}

.blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: #f4f4f4;
  padding: 41px 51px 40px;
  margin-top: 48px;
  border-radius: 10px;
}

.blog-details-quote img {
  position: relative;
  top: 8px;
}

.blog-details-author-title p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  color: #001819;
}

.blog-details-quote img {
  position: relative;
  top: 8px;
  color: #001819;
}

.blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: #001819;
  position: relative;
}

.blog-details-author-title span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: #047ac0;
}

h3.blog-details-title {
  font-size: 28px;
  margin: 54px 0 16px;
}

p.blog-details-desc.two {
  width: 95%;
}

.blog-details-list-item {
  margin-bottom: 40px;
}

.blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}

.blog-details-list-item ul li {
  list-style: none;
}

.blog-details-list-item ul li i {
  display: inline-block;
  color: #047ac0;
  font-size: 18px;
  margin-right: 16px;
}

h3.blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
}

p.blog-details-desc.three {
  width: 100%;
}

.blog-details-socila-box {
  border: 1px solid #2222;
  border-top: transparent;
  padding: 19px 35px 18px;
  border-radius: 0 0 5px 5px;
}

.blog-details-category span a {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  font-weight: 500;
  color: #001819;
  border-radius: 3px;
  margin-right: 7px;
  transition: 0.5s;
}

.blog-details-category span a:hover {
  background: #047ac0;
  color: #fff;
}

.blog-details-category span a.active-class {
  background: #047ac0;
  color: #fff;
}

.blog-details-social-icon {
  text-align: right;
}

.blog-details-social-icon ul li {
  display: inline-block;
}

.blog-details-social-icon ul li i {
  display: inline-block;
  background: #047ac0;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 5px;
}

.blog-details-social-icon ul li:nth-child(2) i {
  background: #00aff5;
}

.blog-details-social-icon ul li:nth-child(3) i {
  background: #050a1e;
}

.blog-details-social-icon ul li:nth-child(4) i {
  background: #b7071c;
}

/* Comment CSS */

.single-comment-area {
  background: #f4f4f4;
  padding: 49px 41px 56px;
  margin-top: 61px;
  border-radius: 5px;
}

.blog-details-comment-title h4 {
  font-size: 28px;
  margin: 0 0 28px;
}

.blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  border: 1px solid #22222214;
  padding: 29px 29px 25px;
}

.blog-details-comment.style-two {
  margin-left: 105px;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  font-size: 20px;
  margin-top: 0;
  display: inline-block;
  font-weight: 700;
  margin-right: 30px;
}

.blog-details-comment-content p {
  font-size: 18px;
  margin: 13px 0 0;
}

.blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}

.blog-details-comment-reply a {
  background: #047ac0;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}

.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.blog-details-contact-title h4 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 31px;
}

.blog-details-area .contact-input-box input {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
  background: #fff;
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}

.input-check-box span {
  font-size: 18px;
  margin-left: 7px;
}

.blog-details-submi-button button {
  background: #047ac0;
  color: #fff;
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 18px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 2px solid #047ac0;
  border-radius: 5px;
  font-weight: 500;
}

.blog-details-submi-button button:hover {
  color: #047ac0;
}

.blog-details-submi-button button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}

.blog-details-submi-button button:hover:before {
  width: 100%;
  left: 0;
}

/*---=====================================================
<!-- Start solutek google map area -->
=========================================================---*/
.google-map iframe {
  width: 100%;
  height: 600px;
}








/*---start-curser---*/
.curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #047ac0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.1s;
}

.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #047ac0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
}

/*
<!-- ============================================================== -->
<!-- solutek Scrollup Section -->
<!-- ============================================================== -->*/

.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #ffc704 0%, #ffc704 100%);
  background-image: -ms-linear-gradient(0deg, #ffc704 0%, #ffc704 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 86%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 30px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #047ac0;
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #17232d 0%, #17232b 100%);
  background-image: -webkit-linear-gradient(0deg, #17232d 0%, #17232b 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}

.scroll-area.home-two .top-wrap .go-top-button {
  background: #00aff5;
}
.scroll-area.home-two .top-wrap .go-top-button::after {
  background-image: -moz-linear-gradient(0deg, #17232d 0%, #17232b 100%);
  background-image: -webkit-linear-gradient(0deg, #17232d 0%, #17232b 100%);
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*===========================
<-- solutek Loader Css -->
=============================*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #047ac0;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #047ac0;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #ffff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 52%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*===========================
<-- corporate Bounce Animation Css -->
=============================*/

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes rotateIt2 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*rotateme animation*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ripple-red */
.ripple {
  -webkit-animation: ripple-red 1s linear infinite;
  animation: ripple-red 1s linear infinite;
  -webkit-transition: 0.5s;
}
@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(212, 90, 219, 0);
  }
}

/* scroll animation marquee */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.rotateme {
  animation: rotate-1 15s linear infinite;
}

@keyframes rotate-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*bounce-left-right-animation*/

@keyframes bounceleft {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}



/* =========================================
   INTERACTIVE HERO CAROUSEL
========================================= */

.hero-active {
    position: relative;
    overflow: hidden;
}

.hero-active .hero-area {
    min-height: 700px;
    position: relative;
    overflow: hidden;
}

/* Image animation */
.hero-active .owl-item .hero-img img,
.hero-active .owl-item .hero-thumb > img {
    transform: scale(1.08);
    opacity: 0;
    transition: all 1.2s ease;
}

.hero-active .owl-item.active .hero-img img,
.hero-active .owl-item.active .hero-thumb > img {
    transform: scale(1);
    opacity: 1;
}


/* Text animation */
.hero-active .hero-contant h5,
.hero-active .hero-contant h6,
.hero-active .hero-contant h1,
.hero-active .hero-contant span,
.hero-active .hero-contant p,
.hero-active .solutek-btn,
.hero-active .hero-btn-3,
.hero-active .hero-video-icon {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}


/* Active slide text */
.hero-active .owl-item.active .hero-contant h5,
.hero-active .owl-item.active .hero-contant h6 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .15s;
}

.hero-active .owl-item.active .hero-contant h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .30s;
}

.hero-active .owl-item.active .hero-contant span {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .40s;
}

.hero-active .owl-item.active .hero-contant p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .50s;
}

.hero-active .owl-item.active .solutek-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .60s;
}

.hero-active .owl-item.active .hero-btn-3,
.hero-active .owl-item.active .hero-video-icon {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .70s;
}


/* Image floating effect */
.hero-active .hero-thumb img,
.hero-active .hero-thumb-3 img {
    transition: transform .8s ease;
}

.hero-active .hero-area:hover .hero-thumb > img,
.hero-active .hero-area:hover .hero-img > img {
    transform: scale(1.03);
}


/* Owl dots */
.hero-active .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.hero-active .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    display: block;
    border-radius: 50%;
    background: #ccc;
    transition: all .3s ease;
}

.hero-active .owl-dots .owl-dot.active span {
    width: 30px;
    border-radius: 10px;
    background: #23a1d3;
}


/* Navigation */
.hero-active .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: rgba(255,255,255,.15) !important;
    color: #fff !important;
    font-size: 24px !important;
    transition: all .3s ease;
}

.hero-active .owl-nav button:hover {
    background: #23a1d3 !important;
}

.hero-active .owl-prev {
    left: 25px;
}

.hero-active .owl-next {
    right: 25px;
}


/* Responsive */
@media (max-width: 991px) {

    .hero-active .hero-area {
        min-height: 650px;
    }

    .hero-active .owl-nav {
        display: none;
    }

}

@media (max-width: 767px) {

    .hero-active .hero-area {
        min-height: auto;
        padding: 100px 0 80px;
    }

    .hero-active .hero-contant {
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-active .hero-thumb,
    .hero-active .hero-thumb-3 {
        text-align: center;
    }

    .hero-active .hero-thumb img,
    .hero-active .hero-thumb-3 img {
        max-width: 90%;
        margin: auto;
    }

    .hero-active .owl-dots {
        bottom: 15px;
    }

}


/* =========================================
   SAME WIDTH & HEIGHT FOR ALL 4 BANNERS
========================================= */

.hero-active,
.hero-active .owl-stage-outer,
.hero-active .owl-stage,
.hero-active .owl-item {
    width: 100%;
}

.hero-active .owl-item {
    display: flex;
}

.hero-active .hero-area {
    width: 100%;
    height: 700px;
    min-height: 700px;
    max-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Same content height */
.hero-active .hero-area > .container {
    width: 100%;
}

.hero-active .hero-area .hero {
    width: 100%;
    min-height: 700px;
    align-items: center;
}


/* =========================================
   ALL IMAGE AREAS SAME HEIGHT
========================================= */

.hero-active .hero-thumb,
.hero-active .hero-thumb-3 {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-active .hero-thumb > img,
.hero-active .hero-thumb-3 .hero-img > img {
    width: 100%;
    height: 600px;
    object-fit: contain;
    object-position: center;
}


/* =========================================
   PREVENT IMAGE FROM CHANGING BANNER HEIGHT
========================================= */

.hero-active .hero-thumb .hero-thumb-shape,
.hero-active .hero-thumb .hero-thumb-shape2,
.hero-active .hero-thumb-3 .hero-thumb-shape {
    position: absolute;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .hero-active .hero-area {
        height: 650px;
        min-height: 650px;
        max-height: 650px;
    }

    .hero-active .hero-area .hero {
        min-height: 650px;
    }

    .hero-active .hero-thumb,
    .hero-active .hero-thumb-3 {
        height: 420px;
    }

    .hero-active .hero-thumb > img,
    .hero-active .hero-thumb-3 .hero-img > img {
        height: 420px;
    }
}


@media (max-width: 767px) {

    .hero-active .hero-area {
        height: auto;
        min-height: 700px;
        max-height: none;
        padding: 70px 0;
    }

    .hero-active .hero-area .hero {
        min-height: auto;
    }

    .hero-active .hero-thumb,
    .hero-active .hero-thumb-3 {
        height: 300px;
        margin-top: 30px;
    }

    .hero-active .hero-thumb > img,
    .hero-active .hero-thumb-3 .hero-img > img {
        height: 300px;
        object-fit: contain;
    }
}



/* ==================================================
   EMPIRICAL INTERACTIVE HERO
================================================== */

.empirical-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.empirical-slide {
    width: 100%;
    height: 650px;
    min-height: 650px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}


/* ==================================================
   BACKGROUND
================================================== */

.slide-blue {
    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(35,161,211,.18),
            transparent 35%
        ),
        #07131b;
}

.slide-dark {
    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(35,161,211,.12),
            transparent 35%
        ),
        #050b10;
}


/* ==================================================
   GRID EFFECT
================================================== */

.empirical-grid {
    position: absolute;
    inset: 0;
    opacity: .12;

    background-image:
        linear-gradient(rgba(35,161,211,.4) 1px, transparent 1px),
        linear-gradient(90deg, rgba(35,161,211,.4) 1px, transparent 1px);

    background-size: 60px 60px;

    mask-image: linear-gradient(
        to right,
        transparent,
        black,
        transparent
    );

    animation: gridMove 15s linear infinite;
}

@keyframes gridMove {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(60px);
    }

}


/* ==================================================
   PRODUCT AREA
================================================== */

.empirical-product-area {
    width: 100%;
    height: 560px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    perspective: 1000px;
}


/* Product glow */

.product-glow {
    position: absolute;

    width: 380px;
    height: 380px;

    border-radius: 50%;

    background: #23a1d3;

    filter: blur(100px);

    opacity: .16;

    animation: productGlow 4s ease-in-out infinite;
}

@keyframes productGlow {

    0%,100% {
        transform: scale(.9);
        opacity: .12;
    }

    50% {
        transform: scale(1.15);
        opacity: .22;
    }

}


/* ==================================================
   PRODUCT IMAGE
================================================== */

.product-image {
    width: 100%;
    height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 5;

    animation: productFloat 5s ease-in-out infinite;
}

.product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    filter:
        drop-shadow(0 25px 35px rgba(0,0,0,.5))
        drop-shadow(0 0 20px rgba(35,161,211,.12));

    transition: all .6s ease;
}

.wide-product img {
    max-width: 100%;
}


@keyframes productFloat {

    0%,100% {
        transform: translateY(0) rotateY(0deg);
    }

    50% {
        transform: translateY(-12px) rotateY(2deg);
    }

}


/* Hover */

.empirical-product-area:hover .product-image {
    transform: scale(1.04);
}

.empirical-product-area:hover .product-image img {
    filter:
        drop-shadow(0 30px 40px rgba(0,0,0,.55))
        drop-shadow(0 0 35px rgba(35,161,211,.3));
}


/* ==================================================
   CIRCLES
================================================== */

.product-circle {
    position: absolute;

    border: 1px solid rgba(35,161,211,.25);

    border-radius: 50%;

    z-index: 1;
}

.circle-one {
    width: 450px;
    height: 450px;

    animation: rotateCircle 18s linear infinite;
}

.circle-two {
    width: 570px;
    height: 570px;

    border-style: dashed;

    opacity: .45;

    animation: rotateCircleReverse 25s linear infinite;
}

@keyframes rotateCircle {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes rotateCircleReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}


/* ==================================================
   CONTENT
================================================== */

.empirical-content {
    position: relative;
    z-index: 10;
    padding: 20px 30px;
}

.empirical-tag {
    display: inline-flex;

    align-items: center;

    padding: 8px 16px;

    margin-bottom: 18px;

    border-left: 3px solid #23a1d3;

    background: rgba(35,161,211,.08);

    color: #23a1d3;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* Heading */

.empirical-content h1 {

    color: #fff;

    font-size: 48px;

    line-height: 1.12;

    font-weight: 700;

    margin-bottom: 22px;

    max-width: 620px;
}

.empirical-content h1 strong {

    display: block;

    color: #23a1d3;

    font-weight: 700;
}


/* Paragraph */

.empirical-content p {

    color: rgba(255,255,255,.72);

     font-size: 18px;

    line-height: 1.8;

    max-width: 570px;

    margin-bottom: 30px;
}


/* ==================================================
   BUTTONS
================================================== */

.empirical-buttons {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 28px;
}


.empirical-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 14px 24px;

    background: #23a1d3;

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    border-radius: 3px;

    transition: all .35s ease;

    box-shadow:
        0 8px 25px rgba(35,161,211,.2);
}


.empirical-btn i {

    transition: transform .3s ease;
}


.empirical-btn:hover {

    background: #fff;

    color: #23a1d3;

    transform: translateY(-3px);

}


.empirical-btn:hover i {

    transform: translateX(5px);
}


.empirical-outline-btn {

    display: inline-flex;

    align-items: center;

    padding: 13px 23px;

    color: #fff;

    border: 1px solid rgba(255,255,255,.3);

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    border-radius: 3px;

    transition: all .35s ease;
}


.empirical-outline-btn:hover {

    color: #23a1d3;

    border-color: #23a1d3;

    background: rgba(35,161,211,.08);
}


/* ==================================================
   FEATURES
================================================== */

.empirical-feature-row {

    display: flex;

    align-items: center;

    gap: 25px;

    color: rgba(255,255,255,.7);

    font-size: 16px;
}

.empirical-feature-row div {

    display: flex;

    align-items: center;

    gap: 7px;
}

.empirical-feature-row i {

    color: #23a1d3;

    font-size: 14px;
}


/* ==================================================
   OWL NAVIGATION
================================================== */

.empirical-hero .owl-nav {

    position: absolute;

    right: 35px;

    bottom: 35px;

    display: none;

    gap: 8px;
}


.empirical-hero .owl-nav button {

    width: 45px;

    height: 45px;

    border: 1px solid rgba(255,255,255,.2) !important;

    background: rgba(0,0,0,.25) !important;

    color: #fff !important;

    border-radius: 50% !important;

    transition: all .3s ease;
}


.empirical-hero .owl-nav button:hover {

    background: #23a1d3 !important;

    border-color: #23a1d3 !important;
}


/* ==================================================
   OWL DOTS
================================================== */

.empirical-hero .owl-dots {

    position: absolute;

    left: 50%;

    bottom: 25px;

    transform: translateX(-50%);

    display: none;

    gap: 8px;
}


.empirical-hero .owl-dot span {

    width: 9px !important;

    height: 9px !important;

    margin: 0 3px !important;

    background: rgba(255,255,255,.3) !important;

    transition: all .3s ease;
}


.empirical-hero .owl-dot.active span {

    width: 30px !important;

    border-radius: 10px !important;

    background: #23a1d3 !important;
}


/* ==================================================
   PROGRESS BAR
================================================== */

.empirical-slider-progress {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background: rgba(255,255,255,.08);

    z-index: 20;
}

.empirical-slider-progress span {

    display: block;

    height: 100%;

    width: 0;

    background: #23a1d3;

    animation: slideProgress 5s linear infinite;
}


@keyframes slideProgress {

    from {
        width: 0;
    }

    to {
        width: 100%;
    }

}


/* ==================================================
   SLIDE ANIMATION
================================================== */

.empirical-hero .owl-item .empirical-content {

    opacity: 0;

    transform: translateX(-50px);

    transition:
        opacity .8s ease,
        transform .8s ease;
}

.empirical-hero .owl-item.active .empirical-content {

    opacity: 1;

    transform: translateX(0);
}


.empirical-hero .owl-item .product-image {

    opacity: 0;

    transform:
        translateX(60px)
        scale(.9);
}

.empirical-hero .owl-item.active .product-image {

    opacity: 1;

    animation:
        productEnter .9s ease forwards,
        productFloat 5s ease-in-out 1s infinite;
}


@keyframes productEnter {

    from {
        opacity: 0;
        transform: translateX(80px) scale(.85);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {

    .empirical-slide {

        height: auto;

        min-height: 750px;

        padding: 70px 0;
    }

    .empirical-content {

        text-align: center;

        padding: 10px 15px;
    }

    .empirical-content h1 {

        font-size: 40px;

        margin-left: auto;

        margin-right: auto;
    }

    .empirical-content p {

        margin-left: auto;

        margin-right: auto;
    }

    .empirical-buttons {

        justify-content: center;
    }

    .empirical-feature-row {

        justify-content: center;
    }

    .empirical-product-area {

        height: 400px;

        margin-bottom: 20px;
    }

    .product-image {

        height: 380px;
    }

    .circle-one {

        width: 330px;

        height: 330px;
    }

    .circle-two {

        width: 400px;

        height: 400px;
    }

}


@media (max-width: 767px) {

    .empirical-slide {

        min-height: 760px;

        padding: 50px 0 70px;
    }

    .empirical-content h1 {

        font-size: 31px;
    }

    .empirical-content p {

        font-size: 14px;

        line-height: 1.7;
    }

    .empirical-product-area {

        height: 300px;
    }

    .product-image {

        height: 280px;
    }

    .product-circle {

        display: none;
    }

    .empirical-buttons {

        flex-direction: column;

        width: 100%;
    }

    .empirical-btn,
    .empirical-outline-btn {

        width: 210px;

        justify-content: center;
    }

    .empirical-feature-row {

        flex-direction: column;

        gap: 10px;
    }

    .empirical-hero .owl-nav {

        display: none;
    }

}



/* ==================================================
   EMPIRICAL SOLUTIONS SECTION
================================================== */

.empirical-solutions-area {
    padding: 10px 0;
    background: #f7fafc;
    position: relative;
    overflow: hidden;
}


/* ==================================================
   SECTION TITLE
================================================== */

.empirical-section-title {
    max-width: 750px;
    margin: 0 auto 55px;
}

.empirical-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #23a1d3;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 12px;
}

.empirical-subtitle i {
    font-size: 18px;
}

.empirical-section-title h2 {
    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;

    color: #17232b;

    margin-bottom: 15px;
}

.empirical-section-title h2 span {
    color: #23a1d3;
}

.empirical-section-title p {
    color: #6d7880;

    font-size: 18px;
    line-height: 1.8;

    margin: 0;
}


/* ==================================================
   SOLUTION CARD
================================================== */

.solution-card {
    background: #fff;

    border-radius: 8px;

    overflow: hidden;

    position: relative;

    height: 100%;

    box-shadow:
        0 10px 40px rgba(0,0,0,.07);

    transition:
        transform .45s ease,
        box-shadow .45s ease;
}

.solution-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 20px 55px rgba(0,0,0,.13);
}


/* ==================================================
   IMAGE
================================================== */

.solution-image {
    height: 260px;

    position: relative;

    overflow: hidden;
}

.solution-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .7s ease;
}

.solution-card:hover .solution-image img {
    transform: scale(1.1);
}


/* ==================================================
   BLUE OVERLAY
================================================== */

.solution-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(35,161,211,.05),
            rgba(35,161,211,.65)
        );

    opacity: 0;

    transition: opacity .45s ease;
}

.solution-card:hover .solution-overlay {
    opacity: 1;
}


/* ==================================================
   ICON
================================================== */

.solution-icon {
    position: absolute;

    left: 25px;
    bottom: 25px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #23a1d3;

    color: #fff;

    font-size: 23px;

    box-shadow:
        0 8px 25px rgba(35,161,211,.35);

    transition:
        transform .4s ease,
        background .4s ease;
}

.solution-card:hover .solution-icon {
    transform: rotate(10deg) scale(1.1);

    background: #fff;

    color: #23a1d3;
}


/* ==================================================
   CONTENT
================================================== */

.solution-content {
    position: relative;

    padding: 30px 30px 32px;
}

.solution-number {
    position: absolute;

    top: 25px;
    right: 25px;

    color: rgba(35,161,211,.12);

    font-size: 42px;

    line-height: 1;

    font-weight: 600;
}

.solution-content h3 {
    color: #17232b;

    font-size: 23px;

    font-weight: 700;

    margin-bottom: 12px;

    transition: color .3s ease;
}

.solution-card:hover .solution-content h3 {
    color: #23a1d3;
}

.solution-content p {
    color: #727d84;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 22px;

    min-height: 76px;
}


/* ==================================================
   READ MORE
================================================== */

.solution-read-more {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: #17232b;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: color .3s ease;
}

.solution-read-more > span {
    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(35,161,211,.1);

    color: #23a1d3;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}

.solution-read-more:hover {
    color: #23a1d3;
}

.solution-read-more:hover > span {
    transform: translateX(6px);

    background: #23a1d3;

    color: #fff;
}


/* ==================================================
   TOP ACCENT
================================================== */

.solution-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: #23a1d3;

    z-index: 10;

    transition: width .5s ease;
}

.solution-card:hover::before {
    width: 100%;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {

    .empirical-solutions-area {
        padding: 80px 0;
    }

    .empirical-section-title h2 {
        font-size: 36px;
    }

    .solution-image {
        height: 240px;
    }

}

@media (max-width: 767px) {

    .empirical-solutions-area {
        padding: 65px 0;
    }

    .empirical-section-title {
        margin-bottom: 35px;
    }

    .empirical-section-title h2 {
        font-size: 30px;
    }

    .solution-content {
        padding: 25px;
    }

    .solution-content p {
        min-height: auto;
    }

}


/* ==================================================
   SOLUTIONS OVERLAP FEATURE
================================================== */

.solution-feature-area {
    position: relative;
    z-index: 20;

}


/* Main box */

.solution-feature-area .feature-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    background: #ffffff;

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}


/* Each solution */

.solution-feature-area
.feature-sinble-single-box {

    position: relative;

    display: flex;
    align-items: center;

    padding: 30px 25px;

    min-height: 150px;

    background: #ffffff;

    transition: all 0.4s ease;

    border-right: 1px solid #eeeeee;
}


/* Remove last border */

.solution-feature-area
.feature-sinble-single-box:last-child {
    border-right: none;
}


/* Hover */

.solution-feature-area
.feature-sinble-single-box:hover {

    background: #23a1d3;

    transform: translateY(-5px);

    z-index: 2;

    box-shadow:
        0 15px 35px rgba(35, 161, 211, 0.30);
}


/* Icon */

.solution-feature-area .feature-icon {

    width: 75px;
    min-width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 18px;

    border-radius: 50%;

    background: rgba(35, 161, 211, 0.10);

    transition: all 0.4s ease;
}


/* Icon image */

.solution-feature-area .feature-icon img {

    width: 48px;
    height: 48px;

    object-fit: contain;

    transition: all 0.4s ease;
}


/* Hover icon */

.solution-feature-area
.feature-sinble-single-box:hover
.feature-icon {

    background: #ffffff;

    transform: scale(1.08);
}


/* Content */

.solution-feature-area .feature-content {
    flex: 1;
}


/* Title */

.solution-feature-area
.feature-title {

    margin: 0 0 8px;

    font-size: 32px;

    font-weight: 700;

    color: #17232b;

    transition: color 0.3s ease;
}


/* Hover title */

.solution-feature-area
.feature-sinble-single-box:hover
.feature-title {

    color: #ffffff;
}


/* Description */

.solution-feature-area
.feature-text {

    margin: 0 0 8px;

    font-size: 17px;

    line-height: 1.6;

    color: #737b81;

    transition: color 0.3s ease;
}


/* Hover description */

.solution-feature-area
.feature-sinble-single-box:hover
.feature-text {

    color: rgba(255,255,255,0.90);
}


/* Read more */

.solution-link {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #23a1d3;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}


/* Arrow */

.solution-link i {

    transition: transform 0.3s ease;
}


/* Read more hover */

.solution-link:hover {

    color: #ffffff;
}

.solution-link:hover i {

    transform: translateX(5px);
}


/* Card hover read more */

.solution-feature-area
.feature-sinble-single-box:hover
.solution-link {

    color: #ffffff;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .solution-feature-area {
        margin-top: 9px;
    }

    .solution-feature-area .feature-box {

        grid-template-columns: repeat(2, 1fr);

    }

    .solution-feature-area
    .feature-sinble-single-box {

        border-bottom: 1px solid #eeeeee;
    }

    .solution-feature-area
    .feature-sinble-single-box:nth-child(2) {

        border-right: none;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .solution-feature-area {

        margin-top: 0px;

    }

    .solution-feature-area .feature-box {

        grid-template-columns: 1fr;

    }

    .solution-feature-area
    .feature-sinble-single-box {

        border-right: none;

        border-bottom: 1px solid #eeeeee;

        padding: 25px 20px;

    }

    .solution-feature-area
    .feature-sinble-single-box:last-child {

        border-bottom: none;

    }

}


/* =========================================================
   SOLUTION HOVER IMAGE
   Remove Template Orange Cannon Image
========================================================= */

/* Disable original template hover image */
.solution-feature-area .feature-sinble-single-box::before,
.solution-feature-area .feature-sinble-single-box::after {
    background-image: none !important;
}


/* Common card settings */
.solution-feature-area .feature-sinble-single-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


/* =========================================================
   HOVER IMAGE LAYER
========================================================= */

.solution-feature-area .feature-sinble-single-box::before {
    content: "";
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: 0;

    transform: scale(1.08);

    transition:
        opacity 0.5s ease,
        transform 0.6s ease;

    z-index: -2;
}


/* =========================================================
   FIBER MONITORING
========================================================= */

.solution-feature-area
.feature-sinble-single-box:nth-child(1)::before {

    background-image:
        url("assets/images/home-3/masterclock_solutions.jpg") !important;
}


/* =========================================================
   CONTACT CENTER
========================================================= */

.solution-feature-area
.feature-sinble-single-box:nth-child(2)::before {

    background-image:
        url("assets/images/home-3/rental_sol.jpg") !important;
}


/* =========================================================
   NTP SERVER
========================================================= */

.solution-feature-area
.feature-sinble-single-box:nth-child(3)::before {

    background-image:
        url("assets/images/home-3/test-measurement.jpg") !important;
}


/* =========================================================
   BLUE OVERLAY
========================================================= */

.solution-feature-area .feature-sinble-single-box::after {

    content: "";

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            135deg,
            rgba(35, 161, 211, 0.92),
            rgba(12, 53, 75, 0.82)
        );

    opacity: 0;

    transition: opacity 0.45s ease;

    z-index: -1;
}


/* =========================================================
   HOVER
========================================================= */

.solution-feature-area
.feature-sinble-single-box:hover::before {

    opacity: 1;

    transform: scale(1);
}


.solution-feature-area
.feature-sinble-single-box:hover::after {

    opacity: 1;
}


/* =========================================================
   KEEP CONTENT ABOVE IMAGE
========================================================= */

.solution-feature-area
.feature-sinble-single-box
.feature-icon,

.solution-feature-area
.feature-sinble-single-box
.feature-content {

    position: relative;

    z-index: 5;
}


/* =========================================================
   ICON
========================================================= */

.solution-feature-area
.feature-sinble-single-box:hover
.feature-icon {

    background: #ffffff;

    transition: all 0.4s ease;
}


/* =========================================================
   TITLE
========================================================= */

.solution-feature-area
.feature-sinble-single-box:hover
.feature-title {

    color: #ffffff !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.solution-feature-area
.feature-sinble-single-box:hover
.feature-text {

    color: #ffffff !important;
}


/* =========================================================
   READ MORE
========================================================= */

.solution-feature-area
.feature-sinble-single-box:hover
.solution-link {

    color: #ffffff !important;
}


.solution-feature-area
.feature-sinble-single-box:hover
.solution-link i {

    color: #ffffff;
}


/* =========================================================
   IMAGE ZOOM
========================================================= */

.solution-feature-area
.feature-sinble-single-box:hover::before {

    animation: solutionHoverZoom 8s ease infinite alternate;
}


@keyframes solutionHoverZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}


/* =========================================================
   SOLUTION HOVER - READABLE TEXT
========================================================= */

/* Strong dark overlay over hover image */
.solution-feature-area
.feature-sinble-single-box::after {
    background: rgba(0, 0, 0, 0.62) !important;
    opacity: 0;
    z-index: -1;
}

/* Show overlay on hover */
.solution-feature-area
.feature-sinble-single-box:hover::after {
    opacity: 1 !important;
}


/* Keep all content clearly above image */
.solution-feature-area
.feature-sinble-single-box
.feature-content,
.solution-feature-area
.feature-sinble-single-box
.feature-icon {
    position: relative;
    z-index: 10;
}


/* Title */
.solution-feature-area
.feature-sinble-single-box:hover
.feature-title {
    color: #ffffff !important;

    font-weight: 700;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.8);
}


/* Description */
.solution-feature-area
.feature-sinble-single-box:hover
.feature-text {
    color: #ffffff !important;

    opacity: 1 !important;

    font-weight: 500;

    text-shadow:
        0 1px 4px rgba(0, 0, 0, 0.9);
}


/* Read More */
.solution-feature-area
.feature-sinble-single-box:hover
.solution-link {
    color: #ffffff !important;

    font-weight: 600;

    text-shadow:
        0 1px 4px rgba(0, 0, 0, 0.9);
}


/* Arrow */
.solution-feature-area
.feature-sinble-single-box:hover
.solution-link i {
    color: #ffffff !important;
}


/* Icon stays visible */
.solution-feature-area
.feature-sinble-single-box:hover
.feature-icon {
    background: #ffffff !important;
    z-index: 11;
}


/* Smooth transition */
.solution-feature-area
.feature-sinble-single-box
.feature-title,
.solution-feature-area
.feature-sinble-single-box
.feature-text,
.solution-feature-area
.feature-sinble-single-box
.solution-link {
    transition: all 0.35s ease;
}


/* =========================================================
   SOLUTIONS SECTION HEADING
========================================================= */

.solution-section-heading {
    max-width: 850px;
    margin: 0 auto 45px;
    padding-top: 20px;
}


/* Small heading */

.solution-subtitle {
    display: inline-block;

    color: #23a1d3;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 8px;
}


/* Main Heading */

.solution-main-title {
    margin: 0 0 15px;

    color: #1c1c1c;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
}


/* Description */

.solution-description {
    max-width: 750px;

    margin: 0 auto;

    color: #666;

     font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .solution-section-heading {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .solution-main-title {
        font-size: 32px;
    }

    .solution-description {
        font-size: 18px;
        line-height: 1.7;
    }

}

/* =========================================================
   PREMIUM SOLUTIONS HEADING
========================================================= */

.solution-heading-wrap {
    width: 100%;
    text-align: center;
    /* margin-bottom: 19px; */
    position: relative;
}


/* Heading container */

.solution-heading {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}


/* =========================================================
   EYEBROW
========================================================= */

.solution-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-bottom: 14px;

    color: #23a1d3;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 2.5px;
    text-transform: uppercase;
}


.eyebrow-line {
    width: 38px;
    height: 2px;

    background: #23a1d3;

    display: inline-block;

    position: relative;
}


/* Small dot */

.eyebrow-line::after {
    content: "";

    position: absolute;

    width: 6px;
    height: 6px;

    background: #23a1d3;

    border-radius: 50%;

    top: 50%;
    transform: translateY(-50%);
}


.eyebrow-line:first-child::after {
    right: 0;
}


.eyebrow-line:last-child::after {
    left: 0;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.solution-heading h2 {
    margin: 0;

    color: #16414a;

    font-size: 46px;
    line-height: 1.18;

    font-weight: 700;

    letter-spacing: 0.5px;
    text-transform:capitalize;
}


/* Blue highlighted word */

.solution-heading h2 span {
    color: #23a1d3;

    position: relative;

    display: inline-block;
}


/* Underline accent */

.solution-heading h2 span::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: -5px;

    height: 4px;

    background: #23a1d3;

    border-radius: 10px;

    transform: scaleX(.7);

    transition: transform .4s ease;
}


.solution-heading:hover h2 span::after {
    transform: scaleX(1);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.solution-heading p {
    max-width: 720px;

    margin: 0px auto 0;

    color: #69727d;

     font-size: 18px;

    line-height: 1.8;

    font-weight: 400;
}


/* =========================================================
   DECORATIVE BOTTOM ELEMENT
========================================================= */

.solution-heading::after {
    content: "";

    display: block;

    width: 70px;
    height: 4px;

    margin: 24px auto 0;

    background: linear-gradient(
        90deg,
        transparent,
        #23a1d3,
        transparent
    );

    border-radius: 50%;
}


/* =========================================================
   CARD GAP
========================================================= */

.solution-feature-area .feature-box {
    gap: 25px;
}


/* =========================================================
   CARD HOVER
========================================================= */

.solution-feature-area
.feature-sinble-single-box {
    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.solution-feature-area
.feature-sinble-single-box:hover {
    transform: translateY(-8px);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, .16);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .solution-heading h2 {
        font-size: 40px;
    }

}


@media (max-width: 767px) {

    .solution-heading-wrap {
        margin-bottom: 35px;
    }

    .solution-eyebrow {
        font-size: 15px;
        letter-spacing: 1.8px;
    }

    .eyebrow-line {
        width: 25px;
    }

    .solution-heading h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .solution-heading p {
        font-size: 18px;
        line-height: 1.7;
        padding: 0 10px;
    }

}


/* Make existing solution content visible immediately */
.solution-feature-area .feature-sinble-single-box .feature-content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Make existing card/image area visible */
.solution-feature-area .feature-sinble-single-box {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Preserve zoom hover */
.solution-feature-area .feature-sinble-single-box:hover {
    transform: scale(1.03);
}

/* =========================================================
   SHOW SOLUTION BACKGROUND IMAGES ON PAGE LOAD
   Keep zoom effect only on hover
========================================================= */

.solution-feature-area .feature-sinble-single-box::before {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: transform 0.8s ease;
}

/* Dark overlay visible on load for readable text */
.solution-feature-area .feature-sinble-single-box::after {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.48) !important;
    transition: background 0.4s ease, opacity 0.4s ease;
}

/* =========================================================
   HOVER = IMAGE ZOOM
========================================================= */

.solution-feature-area
.feature-sinble-single-box:hover::before {
    opacity: 1 !important;
    transform: scale(1.08) !important;
    animation: none !important;
}

/* Slightly stronger overlay on hover */
.solution-feature-area
.feature-sinble-single-box:hover::after {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.58) !important;
}

/* =========================================================
   KEEP TEXT VISIBLE
========================================================= */

.solution-feature-area
.feature-sinble-single-box .feature-content,
.solution-feature-area
.feature-sinble-single-box .feature-icon {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 10;
}

/* Text on normal load */
.solution-feature-area
.feature-sinble-single-box .feature-title {
    color: #ffffff !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.7);
}

.solution-feature-area
.feature-sinble-single-box .feature-text {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,.8);
}
/* =========================================================
   PREMIUM PRODUCTS AREA
========================================================= */

.premium-products-area {
    padding: 10px 0;
    background: radial-gradient(
            circle at 15% 20%,
            rgba(35,161,211,.18),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(35,161,211,.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #07141b 0%,
            #0a1d27 45%,
            #061219 100%
        );
    position: relative;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.products-heading-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.products-heading {
    max-width: 850px;
    margin: auto;
}

.products-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    color: #23a1d3;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 0.5px;

    margin-bottom: 14px;
}

.products-line {
    width: 40px;
    height: 2px;

    background: #23a1d3;

    display: inline-block;
}

.products-heading h2 {
    margin: 0;

    color: #fff;

    font-size: 46px;
    line-height: 1.2;

    font-weight: 700;
}

.products-heading h2 span {
    color: #23a1d3;
}

.products-heading p {
    max-width: 720px;

    margin: 18px auto 0;

    color: #fff;

    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.premium-product-card {
    background: #ffffff;

    height: 100%;

    border-radius: 8px;

    overflow: hidden;

    position: relative;

    box-shadow:
        0 8px 35px rgba(0, 0, 0, .07);

    transition:
        transform .45s ease,
        box-shadow .45s ease;
}


.premium-product-card:hover {

    transform: translateY(-10px);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .14);
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.product-image-box {

    height: 250px;

    position: relative;

    overflow: hidden;

    background: #eef7fa;

    display: flex;

    align-items: center;

    justify-content: center;
}


.product-image-box img {

    width: 100%;
    height: 100%;

    object-fit: contain;

    padding: 25px;

    transition:
        transform .7s ease;
}


.premium-product-card:hover
.product-image-box img {

    transform: scale(1.08);
}


/* =========================================================
   PRODUCT NUMBER
========================================================= */

.product-number {

    position: absolute;

    top: 18px;
    left: 18px;

    z-index: 5;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #23a1d3;

    font-size: 16px;

    font-weight: 700;

    box-shadow:
        0 5px 15px rgba(0,0,0,.10);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.product-image-overlay {

    position: absolute;

    inset: 0;

    /* background:
        linear-gradient(
            135deg,
            rgba(35,161,211,.88),
            rgba(15,48,65,.85)
        ); */

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0;

    transition:
        opacity .45s ease;
}


.premium-product-card:hover
.product-image-overlay {

    opacity: 1;
}


/* =========================================================
   VIEW ICON
========================================================= */

.product-view-btn {

    width: 58px;
    height: 58px;

    border-radius: 50%;

    background: #ffffff;

    color: #23a1d3;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 21px;

    text-decoration: none;

    transform: translateY(20px) scale(.8);

    transition:
        transform .45s ease,
        background .3s ease,
        color .3s ease;
}


.premium-product-card:hover
.product-view-btn {

    transform: translateY(0) scale(1);
}


.product-view-btn:hover {

    background: #23a1d3;

    color: #ffffff;
}


/* =========================================================
   PRODUCT CONTENT
========================================================= */

.product-content {

    /* padding: 27px 25px 7px; */

    position: relative;
}


/* Blue top line */

.product-content::before {

    content: "";

    position: absolute;

    top: 0;
    left: 25px;

    width: 0;
    height: 3px;

    background: #23a1d3;

    transition:
        width .45s ease;
}


.premium-product-card:hover
.product-content::before {

    width: calc(100% - 50px);
}


/* =========================================================
   CATEGORY
========================================================= */

.product-category {

    display: block;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.4px;

    margin-bottom: 9px;
}


/* =========================================================
   PRODUCT TITLE
========================================================= */

.product-content h3 {

    margin: 0 0 11px;

    color: #17232b;

    font-size: 21px;

    font-weight: 700;

    transition:
        color .3s ease;
}


.premium-product-card:hover
.product-content h3 {

    color: #23a1d3;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.product-content p {

    color: #727c83;

    font-size: 16px;

    line-height: 1.75;

    margin: 0 0 20px;

    min-height: 68px;
}


/* =========================================================
   PRODUCT LINK
========================================================= */

.product-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #17232b;

    font-size: 16px;

    font-weight: 700;

    text-decoration: none;

    transition:
        color .3s ease;
}


.product-link i {

    color: #23a1d3;

    transition:
        transform .35s ease;
}


.product-link:hover {

    color: #23a1d3;
}


.product-link:hover i {

    transform: translateX(6px);
}


/* =========================================================
   ALL PRODUCTS BUTTON
========================================================= */

.products-bottom-btn {

    margin-top: 50px;
}


.products-all-btn {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 14px 25px;

    background: #23a1d3;

    color: #ffffff;

    border-radius: 4px;

    font-size: 16px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


.products-all-btn span {

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.18);

    border-radius: 50%;
}


.products-all-btn:hover {

    background: #17232b;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.15);
}


.products-all-btn:hover i {

    transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .premium-products-area {
        padding: 80px 0;
    }

    .products-heading h2 {
        font-size: 38px;
    }

    .product-image-box {
        height: 230px;
    }

}


@media (max-width: 767px) {

    .premium-products-area {
        padding: 65px 0;
    }

    .products-heading-wrap {
        margin-bottom: 35px;
    }

    .products-heading h2 {
        font-size: 31px;
    }

    .products-heading p {
        font-size: 14px;
    }

    .product-image-box {
        height: 250px;
    }

    .product-content p {
        min-height: auto;
    }

}


/* =========================================================
   FIX PRODUCT NUMBER / TITLE OVERLAP
========================================================= */

/* Keep number only inside image area */
.premium-product-card .product-image-box {
    position: relative;
    overflow: hidden;
}

/* Number positioning */
.premium-product-card .product-number {
    top: 15px;
    left: 15px;

    width: 38px;
    height: 38px;

    z-index: 10;

    font-size: 15px;
    line-height: 1;

    pointer-events: none;
}

/* Give product content enough separation */
.premium-product-card .product-content {
    position: relative;

    padding-top: 13px;
    text-align: center;
}

/* Make sure title stays above any decorative element */
.premium-product-card .product-content h3 {
    position: relative;
    z-index: 5;

    display: block;

    margin-top: 0;
    margin-bottom: 11px;

    line-height: 1.35;
}

/* Category also stays properly positioned */
.premium-product-card .product-category {
    position: relative;
    z-index: 5;
}


/* Mobile */
@media (max-width: 767px) {

    .premium-product-card .product-content {
        padding-top: 25px;
    }

    .premium-product-card .product-number {
        width: 36px;
        height: 36px;
    }

}


/* =========================================================
   PREMIUM CLIENT / PARTNER LOGO SECTION
========================================================= */

/* =========================================================
   CLIENTS - PREMIUM MOVING BACKGROUND
========================================================= */

.client-partner-area {
    position: relative;
    overflow: hidden;

    padding: 10px 0;

    background:
        linear-gradient(
            135deg,
            #f4fbfe 0%,
            #ffffff 45%,
            #eef9fd 100%
        );
}


/* =========================================================
   ANIMATED GLOW BLOBS
========================================================= */

.client-partner-area::before,
.client-partner-area::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    background: rgba(35, 161, 211, 0.10);

    filter: blur(5px);

    pointer-events: none;

    z-index: 0;
}


/* Left moving glow */

.client-partner-area::before {

    top: -180px;
    left: -100px;

    animation: clientGlowMove 9s ease-in-out infinite alternate;
}


/* Right moving glow */

.client-partner-area::after {

    bottom: -200px;
    right: -100px;

    background: rgba(35, 161, 211, 0.07);

    animation: clientGlowMoveReverse 11s ease-in-out infinite alternate;
}


@keyframes clientGlowMove {

    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(120px, 80px) scale(1.15);
    }

    100% {
        transform: translate(30px, 150px) scale(.9);
    }

}


@keyframes clientGlowMoveReverse {

    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-100px, -80px) scale(1.2);
    }

    100% {
        transform: translate(-30px, -140px) scale(.9);
    }

}


/* =========================================================
   MOVING NETWORK GRID
========================================================= */

.client-partner-area .container {
    position: relative;
    z-index: 2;
}


/* Create subtle moving grid */

.client-partner-area .container::before {

    content: "";

    position: absolute;

    inset: -150px;

    background-image:
        linear-gradient(
            rgba(35, 161, 211, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(35, 161, 211, 0.045) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    animation: networkGridMove 18s linear infinite;

    pointer-events: none;

    z-index: -1;
}


@keyframes networkGridMove {

    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(55px, 55px);
    }

}


/* =========================================================
   FLOATING TECH DOTS
========================================================= */

.client-partner-area .client-heading::before {

    content: "";

    position: absolute;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #23a1d3;

    top: 20px;
    left: 12%;

    box-shadow:
        180px 80px 0 rgba(35,161,211,.35),
        350px -30px 0 rgba(35,161,211,.25),
        -180px 120px 0 rgba(35,161,211,.20),
        520px 100px 0 rgba(35,161,211,.25);

    animation: floatingDots 6s ease-in-out infinite alternate;

    opacity: .5;

    pointer-events: none;
}


@keyframes floatingDots {

    0% {
        transform: translateY(0);
        opacity: .3;
    }

    50% {
        transform: translateY(-18px);
        opacity: .65;
    }

    100% {
        transform: translateY(12px);
        opacity: .35;
    }

}


/* =========================================================
   LOGO CARDS ABOVE BACKGROUND
========================================================= */

.client-logo-carousel {
    position: relative;
    z-index: 5;
}


.client-logo-item {
    background: rgba(255,255,255,.94);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    box-shadow:
        0 10px 35px rgba(23, 72, 89, .08);
}


/* =========================================================
   FLOATING PARTICLES
========================================================= */

.client-bg-particles {
    position: absolute;

    inset: 0;

    overflow: hidden;

    pointer-events: none;

    z-index: 1;
}


.client-bg-particles span {

    position: absolute;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #23a1d3;

    opacity: .22;

    animation: particleFloat 8s ease-in-out infinite;
}


.client-bg-particles span:nth-child(1) {
    left: 8%;
    top: 30%;
    animation-delay: 0s;
}

.client-bg-particles span:nth-child(2) {
    left: 20%;
    top: 70%;
    animation-delay: 1s;
}

.client-bg-particles span:nth-child(3) {
    left: 35%;
    top: 20%;
    animation-delay: 2s;
}

.client-bg-particles span:nth-child(4) {
    left: 50%;
    top: 75%;
    animation-delay: 3s;
}

.client-bg-particles span:nth-child(5) {
    left: 65%;
    top: 25%;
    animation-delay: 1.5s;
}

.client-bg-particles span:nth-child(6) {
    left: 75%;
    top: 65%;
    animation-delay: 4s;
}

.client-bg-particles span:nth-child(7) {
    left: 88%;
    top: 35%;
    animation-delay: 2.5s;
}

.client-bg-particles span:nth-child(8) {
    left: 93%;
    top: 80%;
    animation-delay: 5s;
}


@keyframes particleFloat {

    0% {
        transform: translateY(20px);
        opacity: .15;
    }

    50% {
        transform: translateY(-35px);
        opacity: .5;
    }

    100% {
        transform: translateY(20px);
        opacity: .15;
    }

}

/* =========================================================
   LOGO CARD
========================================================= */

.client-logo-item {

    height: 135px;

    margin: 10px;

    padding: 20px 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    background: #ffffff;

    border: 1px solid rgba(35, 161, 211, 0.12);

    border-radius: 10px;

    box-shadow:
        0 8px 25px rgba(31, 72, 89, 0.07);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* Top blue line */

.client-logo-item::before {

    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    transform: translateX(-50%);

    width: 0;
    height: 3px;

    background: #23a1d3;

    border-radius: 0 0 5px 5px;

    transition: width 0.4s ease;
}


/* Hover */

.client-logo-item:hover {

    transform: translateY(-7px);

    border-color: rgba(35, 161, 211, 0.35);

    box-shadow:
        0 18px 40px rgba(35, 161, 211, 0.14);
}


.client-logo-item:hover::before {

    width: 65px;
}


/* =========================================================
   LOGO IMAGE
========================================================= */

/* =========================================================
   LARGER & CLEARER PARTNER LOGOS
========================================================= */

.client-logo-item {
    height: 155px;

    margin: 10px;

    padding: 20px 25px;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    border: 1px solid rgba(35, 161, 211, 0.15);

    box-shadow:
        0 10px 30px rgba(31, 72, 89, 0.08);

    transition: all 0.4s ease;
}


/* Larger logos */

.client-logo-item img {
    display: block;

    width: auto !important;
    height: auto !important;

    max-width: 220px !important;
    max-height: 85px !important;

    object-fit: contain;

    filter: none !important;
    opacity: 1 !important;

    transition: transform 0.4s ease;
}


/* Hover */

.client-logo-item:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 45px rgba(35, 161, 211, 0.16);

    border-color: rgba(35, 161, 211, 0.35);
}


.client-logo-item:hover img {
    transform: scale(1.08);
}


/* =========================================================
   DESKTOP - EXTRA LARGE
========================================================= */

@media (min-width: 1200px) {

    .client-logo-item {
        height: 165px;
        padding: 20px 30px;
    }

    .client-logo-item img {
        max-width: 230px !important;
        max-height: 90px !important;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .client-logo-item {
        height: 145px;
    }

    .client-logo-item img {
        max-width: 190px !important;
        max-height: 75px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .client-logo-item {
        height: 125px;
        margin: 6px;
        padding: 15px;
    }

    .client-logo-item img {
        max-width: 155px !important;
        max-height: 65px !important;
    }

}

/* =========================================================
   SPECIAL HANDLING FOR JPEG LOGOS
========================================================= */

.client-logo-item img[src*="IP_Solutoin_Logo.jpg"] {

    max-height: 65px;
}


/* =========================================================
   OWL SPACING
========================================================= */

.client-logo-carousel .owl-stage {

    display: flex;

    align-items: center;
}


.client-logo-carousel .owl-item {

    display: flex;

    align-items: center;
}


/* Remove navigation */

.client-logo-carousel .owl-nav,
.client-logo-carousel .owl-dots {

    display: none !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .client-partner-area {

        padding: 65px 0;

    }

    .client-logo-item {

        height: 115px;

        margin: 7px;

        padding: 15px;

    }

    .client-logo-item img {

        max-width: 135px;
        max-height: 55px;

    }

}

/* =========================================================
   CLIENT HEADING - SAME STYLE AS PRODUCTS
========================================================= */

.client-heading {
    max-width: 850px;
    margin: 0 auto 5px;
    text-align: center;
    position: relative;
}


/* Eyebrow */

.client-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    margin-bottom: 14px;

    color: #23a1d3;

    font-size: 16px;
    font-weight: 700;

    letter-spacing: 0.5px;
    text-transform: uppercase;
}


.client-eyebrow .eyebrow-line {
    width: 38px;
    height: 2px;

    display: inline-block;

    background: #23a1d3;
}


/* Main Heading */

.client-heading h2 {
    margin: 0;

    color: #17202a;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
    text-transform:capitalize;

}


.client-heading h2 strong {
    color: #23a1d3;
}


/* Description */

.client-heading p {
    max-width: 720px;

    margin: 18px auto 0;

    color: #69727d;

    font-size: 18px;

    line-height: 1.8;
}


/* Decorative line */

.client-heading::after {
    content: "";

    display: block;

    width: 70px;
    height: 4px;

    margin: 22px auto 0;

    background: linear-gradient(
        90deg,
        transparent,
        #23a1d3,
        transparent
    );

    border-radius: 50%;
}


/* Mobile */

@media (max-width: 767px) {

    .client-heading {
        margin-bottom: 35px;
    }

    .client-heading h2 {
        font-size: 30px;
    }

    .client-heading p {
        font-size: 14px;
    }

    .client-eyebrow {
        font-size: 15px;
        letter-spacing: 1.8px;
    }

    .client-eyebrow .eyebrow-line {
        width: 25px;
    }

}


/* =========================================================
   PREMIUM TESTIMONIAL SECTION
========================================================= */

.premium-testimonial-area {
    position: relative;
    overflow: hidden;

    padding: 10px 0 10px;

    background:
        linear-gradient(
            135deg,
            #f2faff 0%,
            #ffffff 45%,
            #eef9fd 100%
        );
}


/* =========================================================
   MOVING BACKGROUND
========================================================= */

.testimonial-bg {
    position: absolute;
    inset: 0;

    overflow: hidden;

    pointer-events: none;
}


/* Large glowing orbs */

.testimonial-orb {
    position: absolute;

    border-radius: 50%;

    background: rgba(35, 161, 211, .10);

    filter: blur(3px);
}


.orb-one {
    width: 420px;
    height: 420px;

    top: -220px;
    left: -120px;

    animation: testimonialOrbOne 10s ease-in-out infinite alternate;
}


.orb-two {
    width: 330px;
    height: 330px;

    right: -120px;
    bottom: -180px;

    background: rgba(35, 161, 211, .08);

    animation: testimonialOrbTwo 12s ease-in-out infinite alternate;
}


.orb-three {
    width: 180px;
    height: 180px;

    top: 40%;
    left: 48%;

    background: rgba(35, 161, 211, .045);

    animation: testimonialOrbThree 8s ease-in-out infinite alternate;
}


@keyframes testimonialOrbOne {

    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(140px, 90px) scale(1.15);
    }

    100% {
        transform: translate(40px, 180px) scale(.9);
    }
}


@keyframes testimonialOrbTwo {

    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-120px, -90px) scale(1.15);
    }

    100% {
        transform: translate(-30px, -150px) scale(.9);
    }
}


@keyframes testimonialOrbThree {

    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100px, -60px) scale(1.2);
    }
}


/* =========================================================
   FLOATING PARTICLES
========================================================= */

.testimonial-particle {

    position: absolute;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #23a1d3;

    opacity: .25;

    animation: testimonialParticle 7s ease-in-out infinite;
}


.particle-1 {
    left: 8%;
    top: 35%;
}

.particle-2 {
    left: 20%;
    top: 75%;
    animation-delay: 1s;
}

.particle-3 {
    left: 38%;
    top: 18%;
    animation-delay: 2s;
}

.particle-4 {
    left: 62%;
    top: 78%;
    animation-delay: 3s;
}

.particle-5 {
    left: 80%;
    top: 25%;
    animation-delay: 1.5s;
}

.particle-6 {
    left: 92%;
    top: 60%;
    animation-delay: 4s;
}


@keyframes testimonialParticle {

    0% {
        transform: translateY(25px);
        opacity: .15;
    }

    50% {
        transform: translateY(-35px);
        opacity: .55;
    }

    100% {
        transform: translateY(20px);
        opacity: .15;
    }
}


/* =========================================================
   HEADING
========================================================= */

/* =========================================================
   PREMIUM TESTIMONIAL SECTION
   Theme Color: #23a1d3
========================================================= */

/* =========================================================
   PREMIUM DARK TESTIMONIAL SECTION
========================================================= */

.premium-testimonial-area {
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(35,161,211,.18),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(35,161,211,.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #07141b 0%,
            #0a1d27 45%,
            #061219 100%
        );
}


/* =========================================================
   MOVING GLOW BACKGROUND
========================================================= */

.premium-testimonial-area::before {
    content: "";
    position: absolute;

    width: 650px;
    height: 650px;

    top: -300px;
    left: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(35,161,211,.20) 0%,
            rgba(35,161,211,.08) 35%,
            transparent 70%
        );

    filter: blur(10px);

    animation: premiumGlowOne 12s ease-in-out infinite;

    pointer-events: none;
}


.premium-testimonial-area::after {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -250px;
    bottom: -300px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(35,161,211,.18) 0%,
            rgba(35,161,211,.05) 40%,
            transparent 70%
        );

    filter: blur(10px);

    animation: premiumGlowTwo 14s ease-in-out infinite;

    pointer-events: none;
}


@keyframes premiumGlowOne {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(100px, 70px) scale(1.15);
    }
}


@keyframes premiumGlowTwo {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-90px, -70px) scale(1.12);
    }
}


/* =========================================================
   GRID / TECHNOLOGY PATTERN
========================================================= */

.premium-testimonial-area .container {
    position: relative;
    z-index: 3;
}


.premium-testimonial-area .container::before {
    content: "";

    position: absolute;

    inset: -100px -150px;

    background-image:
        linear-gradient(
            rgba(35,161,211,.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(35,161,211,.045) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 20%,
        black 80%,
        transparent
    );

    pointer-events: none;

    animation: gridMove 18s linear infinite;
}


@keyframes gridMove {

    from {
        background-position: 0 0;
    }

    to {
        background-position: 55px 55px;
    }
}


/* =========================================================
   FLOATING PARTICLES
========================================================= */

.testimonial-particle {
    position: absolute;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #23a1d3;

    box-shadow:
        0 0 12px rgba(35,161,211,.8),
        0 0 25px rgba(35,161,211,.35);

    opacity: .45;

    pointer-events: none;

    animation: floatingParticle 7s ease-in-out infinite;

    z-index: 2;
}


.testimonial-particle:nth-child(1) {
    top: 18%;
    left: 8%;
}


.testimonial-particle:nth-child(2) {
    top: 68%;
    left: 17%;
    animation-delay: 2s;
}


.testimonial-particle:nth-child(3) {
    top: 28%;
    right: 10%;
    animation-delay: 1s;
}


.testimonial-particle:nth-child(4) {
    bottom: 15%;
    right: 20%;
    animation-delay: 3s;
}


@keyframes floatingParticle {

    0%,
    100% {
        transform:
            translateY(0)
            scale(1);

        opacity: .2;
    }

    50% {
        transform:
            translateY(-35px)
            scale(1.7);

        opacity: .8;
    }
}


/* =========================================================
   SECTION HEADING
========================================================= */

.testimonial-heading {

    position: relative;

    z-index: 5;

    max-width: 800px;

    margin: 0 auto 5px;

    text-align: center;
}


.testimonial-eyebrow {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    margin-bottom: 15px;

    color: #23a1d3;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.testimonial-eyebrow span {

    position: relative;

    width: 45px;
    height: 2px;

    display: inline-block;

    overflow: hidden;

    background: #23a1d3;

    border-radius: 20px;

    box-shadow:
        0 0 10px rgba(35,161,211,.6);
}


.testimonial-eyebrow span::after {

    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    background: #ffffff;

    animation: headingShine 2s linear infinite;
}


@keyframes headingShine {

    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}


.testimonial-heading h2 {

    margin: 0;

    color: #ffffff;

    font-size: 44px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: 0.5px;
    text-transform:capitalize;
}


.testimonial-heading h2 strong {

    position: relative;

    color: #23a1d3;

    text-shadow:
        0 0 25px rgba(35,161,211,.25);
}


.testimonial-heading h2 strong::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: -7px;

    width: 100%;
    height: 3px;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #23a1d3,
            transparent
        );

    opacity: .8;
}


.testimonial-heading p {

    max-width: 650px;

    margin: 20px auto 0;

    color: #9eb0b9;

    font-size: 18px;

    line-height: 1.8;
}


/* =========================================================
   CAROUSEL
========================================================= */

.premium-testi-carousel {

    position: relative;

    z-index: 5;

    padding: 10px 0 15px;
}


.premium-testi-carousel .owl-stage {
    display: flex;

    transition-timing-function: linear !important;
}


.premium-testi-carousel .owl-item {
    display: flex;

    cursor: grab;

    transition: none !important;
}


.premium-testi-carousel .owl-item:active {
    cursor: grabbing;
}


/* =========================================================
   PREMIUM CARD
========================================================= */

.premium-testi-card {

    position: relative;

    width: 100%;

    min-height: 355px;

    margin: 15px;

    padding: 42px 42px 32px;

    overflow: hidden;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(17,39,49,.96),
            rgba(8,25,33,.94)
        );

    border: 1px solid rgba(35,161,211,.18);

    box-shadow:
        0 20px 60px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.04);

    backdrop-filter: blur(15px);

    -webkit-backdrop-filter: blur(15px);

    transition:
        transform .5s ease,
        box-shadow .5s ease,
        border-color .5s ease;
}


/* Top glowing line */

.premium-testi-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 40px;

    width: 65px;
    height: 4px;

    border-radius: 0 0 10px 10px;

    background:
        linear-gradient(
            90deg,
            #23a1d3,
            #72d8f5
        );

    box-shadow:
        0 0 18px rgba(35,161,211,.6);

    transition:
        width .45s ease;
}


/* Bottom glow */

.premium-testi-card::after {

    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: -170px;
    bottom: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(35,161,211,.20),
            transparent 70%
        );

    transition:
        width .6s ease,
        height .6s ease;
}


/* Hover */

.premium-testi-card:hover {

    transform: translateY(-12px);

    border-color:
        rgba(35,161,211,.45);

    box-shadow:
        0 30px 80px rgba(0,0,0,.45),
        0 0 35px rgba(35,161,211,.10);
}


.premium-testi-card:hover::before {
    width: 125px;
}


.premium-testi-card:hover::after {

    width: 380px;
    height: 380px;
}


/* =========================================================
   QUOTE ICON
========================================================= */

.quote-icon {

    position: absolute;

    top: 25px;
    right: 30px;

    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(35,161,211,.08);

    border: 1px solid
        rgba(35,161,211,.18);

    color: #23a1d3;

    font-size: 29px;

    box-shadow:
        0 8px 30px rgba(35,161,211,.08);

    transition:
        transform .5s ease,
        background .5s ease,
        color .5s ease;
}


.premium-testi-card:hover .quote-icon {

    transform:
        rotate(-8deg)
        scale(1.1);

    background:
        linear-gradient(
            135deg,
            #23a1d3,
            #168bb9
        );

    color: #ffffff;

    box-shadow:
        0 10px 35px rgba(35,161,211,.35);
}


/* =========================================================
   STARS
========================================================= */

.testi-stars {

    position: relative;

    z-index: 2;

    display: flex;

    gap: 5px;

    margin: 0 0 20px;

    padding: 0;

    list-style: none;

    color: #23a1d3;

    font-size: 14px;
}


.testi-stars li {

    transition:
        transform .3s ease;
}


.premium-testi-card:hover
.testi-stars li:nth-child(1) {
    transform: translateY(-2px);
}


.premium-testi-card:hover
.testi-stars li:nth-child(2) {
    transform: translateY(-4px);
}


.premium-testi-card:hover
.testi-stars li:nth-child(3) {
    transform: translateY(-5px);
}


.premium-testi-card:hover
.testi-stars li:nth-child(4) {
    transform: translateY(-4px);
}


.premium-testi-card:hover
.testi-stars li:nth-child(5) {
    transform: translateY(-2px);
}


/* =========================================================
   TESTIMONIAL TEXT
========================================================= */

.premium-testi-text {

    position: relative;

    z-index: 2;

    max-width: 580px;

    margin: 0 0 30px;

    color: #c3d0d6;

     font-size: 18px;

    font-weight: 400;

    line-height: 1.9;
}


/* Big quotation */

.premium-testi-text::before {

    content: "“";

    position: absolute;

    top: -55px;
    left: -10px;

    color:
        rgba(35,161,211,.08);

    font-family: Georgia, serif;

    font-size: 115px;

    line-height: 1;

    z-index: -1;
}


/* =========================================================
   PROFILE
========================================================= */

.testi-profile {

    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    gap: 15px;

    padding-top: 22px;

    border-top:
        1px solid rgba(255,255,255,.08);
}


.testi-profile-img {

    position: relative;

    width: 62px;
    height: 62px;

    flex-shrink: 0;

    padding: 3px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #23a1d3,
            #79d9f5,
            #23a1d3
        );

    box-shadow:
        0 8px 30px
        rgba(35,161,211,.25);
}


/* Rotating ring */

.testi-profile-img::before {

    content: "";

    position: absolute;

    inset: -5px;

    border-radius: 50%;

    border:
        1px dashed
        rgba(35,161,211,.55);

    animation:
        profileRotate 8s linear infinite;
}


@keyframes profileRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.testi-profile-img img {

    position: relative;

    z-index: 2;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid #0b2029;
}


/* =========================================================
   PROFILE TEXT
========================================================= */

.testi-profile-info h3 {

    margin: 0 0 5px;

    color: #ffffff;

    font-size: 17px;

    font-weight: 700;
}


.testi-profile-info span {

    color: #23a1d3;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}


/* Verified */

.testi-profile-info span::after {

    content: "✓ VERIFIED";

    display: inline-block;

    margin-left: 9px;

    padding: 3px 7px;

    border-radius: 20px;

    background:
        rgba(35,161,211,.10);

    border:
        1px solid
        rgba(35,161,211,.18);

    color: #5fd1f4;

    font-size: 7px;

    letter-spacing: .7px;

    vertical-align: middle;
}


/* =========================================================
   OWL DOTS
========================================================= */

.premium-testi-carousel .owl-dots {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 7px;

    margin-top: 30px;
}


.premium-testi-carousel .owl-dot {

    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
}


.premium-testi-carousel
.owl-dot span {

    width: 8px !important;
    height: 8px !important;

    margin: 0 !important;

    display: block;

    border-radius: 50%;

    background:
        rgba(35,161,211,.25) !important;

    transition:
        width .35s ease,
        background .35s ease,
        box-shadow .35s ease;
}


.premium-testi-carousel
.owl-dot.active span {

    width: 32px !important;

    border-radius: 20px;

    background:
        #23a1d3 !important;

    box-shadow:
        0 0 15px
        rgba(35,161,211,.5);
}


/* Hide arrows */

.premium-testi-carousel .owl-nav {
    display: none !important;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .premium-testimonial-area {
        padding: 80px 0;
    }

    .testimonial-heading h2 {
        font-size: 36px;
    }

    .premium-testi-card {
        min-height: 330px;
        padding: 36px 30px 30px;
    }

}


@media (max-width: 767px) {

    .premium-testimonial-area {
        padding: 13px 0;
    }

    .testimonial-heading {
        margin-bottom: 35px;
        padding: 0 15px;
    }

    .testimonial-heading h2 {
        font-size: 29px;
    }

    .testimonial-heading p {
        font-size: 14px;
    }

    .premium-testi-card {

        min-height: auto;

        margin: 8px;

        padding:
            34px 24px 28px;

        border-radius: 16px;
    }

    .quote-icon {

        width: 48px;
        height: 48px;

        top: 18px;
        right: 18px;

        font-size: 24px;
    }

    .premium-testi-text {

        font-size: 16px;

        line-height: 1.8;
    }

    .testi-profile-img {

        width: 52px;
        height: 52px;
    }

}


@media (max-width: 480px) {

    .testimonial-heading h2 {
        font-size: 25px;
    }

    .testimonial-heading p {
        font-size: 16px;
    }

    .premium-testi-card {
        padding: 30px 20px 25px;
    }

    .quote-icon {
        width: 44px;
        height: 44px;
        font-size: 21px;
    }

}

/* =========================================================
   PREMIUM BLOG SECTION
========================================================= */

.premium-blog-area {

    position: relative;

    overflow: hidden;

    padding: 10px 0 10px;

    background:
        linear-gradient(
            135deg,
            #f7fcfe 0%,
            #ffffff 45%,
            #f1faff 100%
        );
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.blog-bg-circle {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(2px);

}


.blog-bg-circle-one {

    width: 420px;

    height: 420px;

    top: -180px;

    left: -150px;

    background:
        radial-gradient(
            circle,
            rgba(35,161,211,.12),
            transparent 70%
        );

    animation: blogFloatOne 10s ease-in-out infinite;
}


.blog-bg-circle-two {

    width: 350px;

    height: 350px;

    right: -120px;

    bottom: -170px;

    background:
        radial-gradient(
            circle,
            rgba(35,161,211,.11),
            transparent 70%
        );

    animation: blogFloatTwo 12s ease-in-out infinite;
}


@keyframes blogFloatOne {

    0%,
    100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(70px,45px);
    }
}


@keyframes blogFloatTwo {

    0%,
    100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(-60px,-40px);
    }
}


/* =========================================================
   GRID PATTERN
========================================================= */

.blog-grid-pattern {

    position: absolute;

    inset: 0;

    opacity: .25;

    background-image:
        linear-gradient(
            rgba(35,161,211,.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(35,161,211,.035) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

    pointer-events: none;
}


/* =========================================================
   HEADING
========================================================= */

.premium-blog-heading {

    position: relative;

    z-index: 2;

    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;
}


.blog-eyebrow {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 12px;

    margin-bottom: 14px;

    color: #23a1d3;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


.blog-eyebrow span {

    width: 38px;

    height: 2px;

    display: inline-block;

    border-radius: 10px;

    background: #23a1d3;
}


.premium-blog-heading h2 {

    margin: 0;

    color: #17232b;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 700;
}


.premium-blog-heading h2 strong {

    color: #23a1d3;

    position: relative;
}


.premium-blog-heading h2 strong::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -5px;

    width: 100%;

    height: 3px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #23a1d3,
            transparent
        );

    opacity: .4;
}


.premium-blog-heading p {

    max-width: 650px;

    margin: 18px auto 0;

    color: #6d7880;

    font-size: 18px;

    line-height: 1.8;
}


/* =========================================================
   FEATURED BLOG
========================================================= */

.premium-blog-featured {

    position: relative;

    /* height: 100%; */

    overflow: hidden;

    border-radius: 22px;

    background: #ffffff;

    border: 1px solid rgba(35,161,211,.12);

    box-shadow:
        0 18px 55px rgba(23,67,83,.08);

    transition:
        transform .5s ease,
        box-shadow .5s ease;
}


.premium-blog-featured:hover {

    transform: translateY(-8px);

    box-shadow:
        0 30px 70px rgba(35,161,211,.15);
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.premium-blog-image {

    position: relative;

    /* height: 340px; */

    overflow: hidden;
}


.premium-blog-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform .8s cubic-bezier(.2,.7,.2,1);
}


.premium-blog-featured:hover
.premium-blog-image img {

    transform: scale(1.08);
}


.premium-blog-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 40%,
            rgba(9,39,52,.65)
        );
}


/* =========================================================
   CATEGORY
========================================================= */

.blog-category {

    position: absolute;

    top: 22px;

    left: 22px;

    padding: 8px 13px;

    border-radius: 30px;

    background: rgba(255,255,255,.94);

    color: #23a1d3;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.1px;

    box-shadow:
        0 5px 20px rgba(0,0,0,.08);
}


/* =========================================================
   IMAGE ARROW
========================================================= */

.blog-read-icon {

    position: absolute;

    right: 22px;

    bottom: 22px;

    width: 50px;

    height: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background: #23a1d3;

    color: #ffffff;

    font-size: 19px;

    transform: translateY(15px);

    opacity: 0;

    transition:
        all .45s ease;
}


.premium-blog-featured:hover
.blog-read-icon {

    opacity: 1;

    transform: translateY(0);

}


/* =========================================================
   FEATURED CONTENT
========================================================= */

.premium-blog-content {

    padding: 28px 30px 30px;
}


.premium-blog-meta {

    display: flex;

    gap: 20px;

    margin-bottom: 14px;

    color: #8a969d;

    font-size: 18px;
}


.premium-blog-meta span {

    display: flex;

    align-items: center;

    gap: 6px;
}


.premium-blog-meta i {

    color: #23a1d3;

    font-size: 16px;
}


.premium-blog-content h3 {

    margin: 0 0 13px;
}


.premium-blog-content h3 a {

    color: #17232b;

    font-size: 25px;

    line-height: 1.35 !important;

    font-weight: 700;

    text-decoration: none;

    transition: color .3s ease;
}


.premium-blog-content h3 a:hover {

    color: #23a1d3;
}


.premium-blog-content p {

    margin: 0 0 20px;

    color: #6d7880;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   FEATURED READ BUTTON
========================================================= */

.premium-blog-read {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 700;


    text-transform: uppercase;

    text-decoration: none;
}

.premium-blog-read:hover{
  text-decoration: underline;
  color:#012549;
}

.premium-blog-read span {

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(35,161,211,.09);

    transition:
        all .35s ease;
}


.premium-blog-read:hover span {

    background: #23a1d3;

    color: #ffffff;

    transform: translateX(5px);
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.premium-blog-side {

    display: flex;

    flex-direction: column;

    gap: 20px;

    height: 100%;
}


/* =========================================================
   SMALL BLOG CARD
========================================================= */

.premium-blog-small {

    position: relative;

    display: flex;

    min-height: 235px;

    overflow: hidden;

    border-radius: 18px;

    background: rgba(255,255,255,.94);

    border: 1px solid rgba(35,161,211,.11);

    box-shadow:
        0 12px 38px rgba(23,67,83,.06);

    transition:
        transform .45s ease,
        box-shadow .45s ease;
}


.premium-blog-small:hover {

    transform: translateX(7px);

    box-shadow:
        0 20px 50px rgba(35,161,211,.12);
}


/* =========================================================
   SMALL IMAGE
========================================================= */

.premium-blog-small-image {

    position: relative;

    width: 38%;

    min-width: 220px;

    overflow: hidden;
}


.premium-blog-small-image img {

    width: 100%;

    height: 100%;
    object-fit: contain;

    transition:
        transform .7s ease;
}


.premium-blog-small:hover
.premium-blog-small-image img {

    transform: scale(1.09);
}


.small-image-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(35,161,211,.12)
        );
}


/* =========================================================
   SMALL CONTENT
========================================================= */

.premium-blog-small-content {

    flex: 1;

    padding: 24px 25px;
}


.small-blog-category {

    display: inline-block;

    margin-bottom: 8px;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.2px;
}


.small-blog-meta {

    margin-bottom: 10px;

    color: #8b969d;

    font-size: 18px;
}


.small-blog-meta i {

    margin-right: 4px;

    color: #23a1d3;
}


.small-blog-meta span {

    margin: 0 5px;

    color: #c1cbd0;
}


.premium-blog-small-content h3 {

    margin: 0 0 9px;
}


.premium-blog-small-content h3 a {

    color: #17232b;

    font-size: 18px;

    line-height: 1.45;

    font-weight: 700;

    text-decoration: none;

    transition: color .3s ease;
}


.premium-blog-small-content h3 a:hover {

    color: #23a1d3;
}


.premium-blog-small-content p {

    margin: 0 0 13px;

    color: #718087;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   SMALL READ LINK
========================================================= */

.small-blog-link {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 700;

   

    text-transform: uppercase;

    text-decoration: none;

    transition: all .3s ease;
}


.small-blog-link i {

    transition: transform .3s ease;
}


.small-blog-link:hover {

    color: #168bb9;
}


.small-blog-link:hover i {

    transform: translate(3px,-3px);
}


/* =========================================================
   VIEW ALL
========================================================= */

.blog-view-all {

    position: relative;

    z-index: 2;

    margin-top: 45px;

    text-align: center;
}


.blog-view-all a {

    display: inline-flex;

    align-items: center;

    gap: 13px;

    padding: 13px 22px;

    border: 1px solid rgba(35,161,211,.22);

    border-radius: 30px;

    color: #23a1d3;

    background: #ffffff;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    text-decoration: none;

    box-shadow:
        0 8px 25px rgba(35,161,211,.07);

    transition:
        all .35s ease;
}


.blog-view-all span {

    width: 28px;

    height: 28px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

    background: rgba(35,161,211,.09);

}


.blog-view-all a:hover {

    background: #23a1d3;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(35,161,211,.20);
}


.blog-view-all a:hover span {

    background: rgba(255,255,255,.18);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-blog-area {

        padding: 80px 0;
    }


    .premium-blog-heading {

        margin-bottom: 10px;
    }


    .premium-blog-heading h2 {

        font-size: 36px;
    }


    .premium-blog-small {

        min-height: 210px;
    }


    .premium-blog-small-image {

        min-width: 190px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .premium-blog-area {

        padding: 13px 0;
    }


    .premium-blog-heading {

        margin-bottom: 32px;

        padding: 0 15px;
    }


    .blog-eyebrow {

        font-size: 9px;

        letter-spacing: 1.8px;
    }


    .blog-eyebrow span {

        width: 25px;
    }


    .premium-blog-heading h2 {

        font-size: 29px;
    }


    .premium-blog-heading p {

        font-size: 16px;

        line-height: 1.7;
    }


    .premium-blog-image {

        height: 260px;
    }


    .premium-blog-content {

        padding: 24px 22px 25px;
    }


    .premium-blog-content h3 a {

        font-size: 21px;
    }


    .premium-blog-small {

        display: block;

        min-height: auto;
    }


    .premium-blog-small:hover {

        transform: translateY(-5px);
    }


    .premium-blog-small-image {

        width: 100%;

        min-width: 0;

        height: 210px;
    }


    .premium-blog-small-content {

        padding: 22px;
    }


    .premium-blog-small-content h3 a {

        font-size: 17px;
    }


    .premium-blog-small-content p {

        font-size: 16px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .premium-blog-heading h2 {

        font-size: 25px;
    }


    .premium-blog-meta {

        gap: 10px;

        flex-wrap: wrap;
    }


    .premium-blog-image {

        height: 230px;
    }

}


/* =========================================================
   PREMIUM FAQ SECTION
   Theme Color: #23a1d3
========================================================= */

.faq-area {
    position: relative;
    padding: 10px 0;
    background: #f8fcfe;
    overflow: hidden;
}

/* Soft background effects */
.faq-area::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(35, 161, 211, 0.06);
    top: -180px;
    left: -180px;
    animation: faqFloat 7s ease-in-out infinite;
}

.faq-area::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(35, 161, 211, 0.05);
    right: -150px;
    bottom: -150px;
    animation: faqFloat 9s ease-in-out infinite reverse;
}

@keyframes faqFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(25px);
    }
}


/* Keep content above background */
.faq-area .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.faq-area .section-title {
    margin-bottom: 25px;
}

.faq-area .section-sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #23a1d3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.faq-area .section-sub-title::before {
    content: "";
    width: 32px;
    height: 2px;
    background: #23a1d3;
    display: inline-block;
}

.faq-area .section-main-title {
    color: #17232b;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.faq-area .section-main-title span {
    color: #23a1d3;
}


/* =========================================================
   FAQ IMAGE
========================================================= */

.faq-thumb {
    position: relative;
    /* max-width: 500px; */
    /* margin-top: 35px; */
    padding: 12px; 
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(35, 161, 211, 0.12);
    box-shadow: 0 20px 55px rgba(23, 67, 83, 0.10);
    overflow: hidden;
}

/* Image */
.faq-thumb img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    display: block;
    border-radius: 17px;
    transition: transform .7s ease;
}

/* Hover image zoom */
.faq-thumb:hover img {
    transform: scale(1.05);
}

/* Blue glow */
.faq-thumb::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(35, 161, 211, 0.12);
    right: -70px;
    top: -70px;
    transition: .5s ease;
}

.faq-thumb:hover::after {
    transform: scale(1.4);
}


/* =========================================================
   FAQ RIGHT CONTENT
========================================================= */
/* FAQ Heading Layout */
.faq-heading-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.faq-heading {
    max-width: 750px;
}

.faq-heading h2 {
    margin-bottom: 10px;
 
    margin: 0;

    color: #17202a;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
    text-transform:capitalize;
    letter-spacing:0.5px !important;

}


.faq-heading h2 span{
  color: #23a1d3;
}


.faq-heading p {
    margin-bottom: 0;
}

/* Button */
.faq-heading-btn {
    flex-shrink: 0;
    padding-bottom: 5px;
}

.faq-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border: 1px solid #23a1d3;
    color: #23a1d3;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-all-btn span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23a1d3;
    color: #fff;
    transition: all 0.3s ease;
}

.faq-all-btn:hover {
    background: #23a1d3;
    color: #fff;
}

.faq-all-btn:hover span {
    background: #fff;
    color: #23a1d3;
}

.faq-all-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-all-btn:hover i {
    transform: translateX(3px);
}


/* Mobile */
@media (max-width: 767px) {

    .faq-heading-wrap {
        display: block;
        margin-bottom: 25px;
    }

    .faq-heading {
        max-width: 100%;
    }

    .faq-heading-btn {
        margin-top: 18px;
        padding-bottom: 0;
    }

}

.tab_container {
    position: relative;
    padding-left: 25px;
}

.feq-content {
    /* margin-bottom: 28px; */
}

.faq-title {
    margin: 0 0 10px;
    color: #17232b;
    font-size: 28px;
    font-weight: 700;
}

.faq-title span {
    color: #23a1d3;
}

.faq-description {
    margin: 0;
    color: #6d7880;
    font-size: 18px;
    line-height: 1.8;
}


/* =========================================================
   ACCORDION
========================================================= */

.faq-area .accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Individual FAQ */
.faq-area .accordion li {
    position: relative;
    margin-bottom: 14px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e8f1f5;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(23, 67, 83, 0.05);
    overflow: hidden;
    transition: all .35s ease;
}


/* Hover card */
.faq-area .accordion li:hover {
    transform: translateY(-3px);
    border-color: rgba(35, 161, 211, 0.30);
    box-shadow: 0 15px 35px rgba(35, 161, 211, 0.10);
}


/* Active FAQ */
.faq-area .accordion li.active {
    border-color: rgba(35, 161, 211, 0.35);
    box-shadow: 0 15px 40px rgba(35, 161, 211, 0.11);
}


/* =========================================================
   QUESTION
========================================================= */

.faq-area .accordion li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 0 55px 0 22px;
    color: #17232b;
    background: #ffffff;
     font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
}


/* Plus icon */
.faq-area .accordion li > a::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(35, 161, 211, 0.09);
    color: #23a1d3;
    font-size: 20px;
    font-weight: 400;
    transition: all .3s ease;
}


/* Question hover */
.faq-area .accordion li > a:hover {
    color: #23a1d3;
}


/* Active plus becomes minus */
.faq-area .accordion li > a.active::after,
.faq-area .accordion li.active > a::after {
    content: "−";
    background: #23a1d3;
    color: #ffffff;
    transform: translateY(-50%) rotate(180deg);
}


/* =========================================================
   ANSWER
========================================================= */

.faq-area .accordion li p {
    margin: 0;
    padding: 0 22px 22px;
    color: #6d7880;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   LEFT BLUE ACCENT
========================================================= */

.faq-area .accordion li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: #23a1d3;
    border-radius: 5px;
    transition: height .35s ease;
    z-index: 2;
}

.faq-area .accordion li:hover::before,
.faq-area .accordion li.active::before {
    height: 100%;
}


/* =========================================================
   DECORATIVE SHAPES
========================================================= */

.faq-shape {
    position: absolute;
    left: 3%;
    bottom: 8%;
    opacity: .15;
    z-index: 1;
    animation: faqRotate 12s linear infinite;
}

.faq-shape img {
    max-width: 70px;
}

.faq-shape2 {
    position: absolute;
    right: 4%;
    top: 12%;
    opacity: .12;
    z-index: 1;
    animation: faqRotate 16s linear infinite reverse;
}

.faq-shape2 img {
    max-width: 90px;
}

@keyframes faqRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

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

    .faq-area .section-main-title {
        font-size: 35px;
    }

    .faq-thumb {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .faq-thumb img {
        height: 350px;
    }

    .tab_container {
        padding-left: 0;
    }

}


@media (max-width: 767px) {

    .faq-area {
        padding: 13px 0;
    }

    .faq-area .section-main-title {
        font-size: 29px;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-description {
        font-size: 16px;
    }

    .faq-thumb {
        margin-top: 25px;
        padding: 8px;
        border-radius: 18px;
    }

    .faq-thumb img {
        height: 280px;
        border-radius: 13px;
    }

    .faq-area .accordion li > a {
        min-height: 62px;
        padding-left: 18px;
        padding-right: 50px;
        font-size: 14px;
    }

    .faq-area .accordion li p {
        padding: 0 18px 18px;
        font-size: 16px;
    }

    .faq-shape,
    .faq-shape2 {
        display: none;
    }

}

/* =========================================================
   FAQ IMAGE PREMIUM HOVER
========================================================= */

.faq-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* Image */
.faq-thumb img {
    width: 100%;
    display: block;
    transition: transform 0.8s cubic-bezier(.2,.8,.2,1);
}

/* Hover Zoom */
.faq-thumb:hover img {
    transform: scale(1.08);
}


/* =========================================================
   OVERLAY
========================================================= */

.faq-image-overlay {
    position: absolute;
    inset: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            rgba(35,161,211,.88),
            rgba(13,65,87,.78)
        );

    border-radius: 17px;

    opacity: 0;
    visibility: hidden;

    transform: scale(.94);

    transition:
        opacity .45s ease,
        visibility .45s ease,
        transform .45s ease;

    z-index: 3;
}


/* Show overlay */
.faq-thumb:hover .faq-image-overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


/* =========================================================
   CONTENT
========================================================= */

.faq-hover-content {
    text-align: center;
    color: #ffffff;

    transform: translateY(25px);
    opacity: 0;

    transition:
        transform .55s ease .1s,
        opacity .55s ease .1s;
}

.faq-thumb:hover .faq-hover-content {
    transform: translateY(0);
    opacity: 1;
}


/* Small line */
.faq-hover-line {
    display: block;

    width: 45px;
    height: 3px;

    margin: 0 auto 18px;

    background: #ffffff;

    border-radius: 10px;
}


/* =========================================================
   QUESTION ICON
========================================================= */

.faq-hover-icon {
    width: 62px;
    height: 62px;

    margin: 0 auto 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.45);

    background: rgba(255,255,255,.12);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 50%;

    font-size: 26px;

    box-shadow:
        0 10px 35px rgba(0,0,0,.15);

    transition:
        transform .45s ease,
        background .45s ease;
}

.faq-thumb:hover .faq-hover-icon {
    transform: rotate(10deg) scale(1.08);

    background: rgba(255,255,255,.22);
}


/* =========================================================
   FAQ TITLE
========================================================= */

.faq-hover-content h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 32px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* Description */
.faq-hover-content p {
    margin: 0 0 20px;

    color: rgba(255,255,255,.88);

    font-size: 16px;
    letter-spacing: .5px;
}


/* =========================================================
   ARROW
========================================================= */

.faq-hover-arrow {
    width: 42px;
    height: 42px;

    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #23a1d3;

    font-size: 18px;

    transition: all .4s ease;
}

.faq-thumb:hover .faq-hover-arrow {
    transform: translateX(6px);

    box-shadow:
        0 8px 25px rgba(0,0,0,.18);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .faq-image-overlay {
        inset: 8px;
    }

    .faq-hover-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .faq-hover-content h3 {
        font-size: 27px;
    }

    .faq-hover-content p {
        font-size: 15px;
    }

}

/* =========================================================
   FAQ PREMIUM CENTER HEADING
========================================================= */

.faq-section-heading {
    position: relative;
    z-index: 5;

    max-width: 780px;

    /* margin: 0 auto 5px; */

    text-align: center;
}


/* Eyebrow */

.faq-eyebrow {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    margin-bottom: 14px;
}


.faq-eyebrow h5 {
    margin: 0;

    color: #23a1d3;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;
}


.faq-line {
    width: 38px;
    height: 2px;

    display: inline-block;

    background: #23a1d3;

    border-radius: 10px;
}


/* Main heading */

.faq-section-heading h2 {
    margin: 0;

    color: #17232b;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 700;
}


.faq-section-heading h2 span {
    color: #23a1d3;
}


/* Description */

.faq-section-heading p {
    max-width: 650px;

    margin: 17px auto 0;

    color: #6d7880;

    font-size: 18px;

    line-height: 1.8;
}


/* =========================================================
   HEADING ANIMATION
========================================================= */

.faq-section-heading .faq-line {
    transition: width .4s ease;
}


.faq-section-heading:hover .faq-line {
    width: 60px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .faq-section-heading {
        margin-bottom: 40px;
    }

    .faq-section-heading h2 {
        font-size: 36px;
    }

}


@media (max-width: 767px) {

    .faq-section-heading {
        margin-bottom: 35px;
        padding: 0 15px;
    }

    .faq-section-heading h2 {
        font-size: 29px;
    }

    .faq-section-heading p {
        font-size: 14px;
    }

    .faq-eyebrow h5 {
        font-size: 18px;
        letter-spacing: 1.7px;
    }

    .faq-line {
        width: 25px;
    }

}


/* =========================================================
   PREMIUM FOOTER
========================================================= */

.premium-footer {
	position: relative;
	overflow: hidden;
	background: #07151d;
	color: #fff;
	padding: 5px 0 0;
}


/* =========================================================
   ANIMATED GRID BACKGROUND
========================================================= */

.footer-bg-grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: .22;
	background-image:
		linear-gradient(rgba(35,161,211,.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(35,161,211,.12) 1px, transparent 1px);
	background-size: 55px 55px;
	transform: perspective(500px) rotateX(55deg) scale(1.5);
	transform-origin: center bottom;
	animation: footerGridMove 18s linear infinite;
}

@keyframes footerGridMove {

	0% {
		transform:
			perspective(500px)
			rotateX(55deg)
			scale(1.5)
			translateY(0);
	}

	100% {
		transform:
			perspective(500px)
			rotateX(55deg)
			scale(1.5)
			translateY(55px);
	}
}


/* =========================================================
   MOVING GLOW
========================================================= */

.footer-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none;
	z-index: 1;
	opacity: .35;
}

.footer-glow-one {
	width: 350px;
	height: 350px;
	background: #23a1d3;
	top: -180px;
	left: -100px;
	animation: footerGlowOne 9s ease-in-out infinite alternate;
}

.footer-glow-two {
	width: 300px;
	height: 300px;
	background: #176f91;
	right: -80px;
	bottom: -120px;
	animation: footerGlowTwo 11s ease-in-out infinite alternate;
}

.footer-glow-three {
	width: 220px;
	height: 220px;
	background: #23a1d3;
	left: 45%;
	top: 40%;
	opacity: .12;
	animation: footerGlowThree 8s ease-in-out infinite alternate;
}

@keyframes footerGlowOne {

	0% {
		transform: translate(0,0);
	}

	100% {
		transform: translate(160px,120px);
	}
}

@keyframes footerGlowTwo {

	0% {
		transform: translate(0,0);
	}

	100% {
		transform: translate(-140px,-100px);
	}
}

@keyframes footerGlowThree {

	0% {
		transform: scale(.8);
	}

	100% {
		transform: scale(1.4);
	}
}


/* =========================================================
   CONTENT
========================================================= */

.premium-footer .container {
	position: relative;
	z-index: 3;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.premium-footer-main {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.25fr;
	gap: 15px;

}


/* =========================================================
   COMPANY
========================================================= */

.premium-footer-logo {
	display: inline-block;
	margin-bottom: 20px;
}

.premium-footer-logo img {
	max-width: 175px;
	height: auto;
}

.footer-company-description {
	max-width: 330px;
	margin: 0 0 25px;
	color: #aebbc1;
	font-size: 14px;
	line-height: 1.8;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-company-contact {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.footer-contact-line {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-contact-mini-icon {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(35,161,211,.3);
	border-radius: 50%;
	background: rgba(35,161,211,.08);
	color: #23a1d3;
	transition: .35s ease;
}

.footer-contact-line:hover .footer-contact-mini-icon {
	background: #23a1d3;
	color: #fff;
	transform: translateY(-3px);
}

.footer-contact-line span {
	display: block;
	margin-bottom: 2px;
	color: #71818a;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.footer-contact-line p,
.footer-contact-line a {
	margin: 0;
	color: #e6eef1;
	font-size: 16px;
	text-decoration: none;
}

.footer-contact-line a:hover {
	color: #23a1d3;
}


/* =========================================================
   SOCIAL
========================================================= */

.premium-social {
	display: flex;
	gap: 9px;
	margin-top: 25px;
}

.premium-social a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
	color: #b8c5ca;
	text-decoration: none;
	transition: .35s ease;
}

.premium-social a:hover {
	background: #23a1d3;
	border-color: #23a1d3;
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(35,161,211,.3);
}


/* =========================================================
   FOOTER WIDGETS
========================================================= */

.premium-footer-widget h3,
.premium-footer-newsletter h3 {
	position: relative;
	display: inline-block;
	margin: 5px 0 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.premium-footer-widget h3 span,
.premium-footer-newsletter h3 span {
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 32px;
	height: 2px;
	background: #23a1d3;
	border-radius: 5px;
}

.premium-footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.premium-footer-widget ul li {
	margin-bottom: 12px;
}

.premium-footer-widget ul li a {
	display: inline-flex;
	align-items: center;
	color: #9fadb3;
	font-size: 16px;
	text-decoration: none;
	transition: .3s ease;
}

.premium-footer-widget ul li a i {
	color: #23a1d3;
	font-size: 18px;
	margin-right: 5px;
	transition: .3s ease;
}

.premium-footer-widget ul li a:hover {
	color: #fff;
	transform: translateX(5px);
}

.premium-footer-widget ul li a:hover i {
	transform: translateX(3px);
}


/* =========================================================
   NEWSLETTER
========================================================= */

.premium-footer-newsletter p {
	max-width: 280px;
	margin: 0 0 20px;
	color: #9fadb3;
	font-size: 16px;
	line-height: 1.7;
}

.premium-newsletter-form {
	position: relative;
	display: flex;
	max-width: 300px;
}

.premium-newsletter-form input {
	width: 100%;
	height: 48px;
	padding: 0 55px 0 16px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 8px;
	outline: none;
	background: rgba(255,255,255,.06);
	color: #fff;
	font-size: 16px;
}

.premium-newsletter-form input::placeholder {
	color: #788991;
}

.premium-newsletter-form input:focus {
	border-color: #23a1d3;
	background: rgba(255,255,255,.08);
}

.premium-newsletter-form button {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 6px;
	background: #23a1d3;
	color: #fff;
	cursor: pointer;
	transition: .35s ease;
}

.premium-newsletter-form button:hover {
	background: #fff;
	color: #23a1d3;
	transform: translateX(-2px);
}

.premium-footer-newsletter small {
	display: block;
	margin-top: 12px;
	color: #667780;
	font-size: 15px;
}

.premium-footer-newsletter small i {
	color: #23a1d3;
	margin-right: 4px;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.premium-copyright {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.08);
}

.premium-copyright p {
	margin: 0;
	color: #73838a;
	font-size: 15px;
}

.premium-copyright strong {
	color: #23a1d3;
}

.copyright-links {
	display: flex;
	gap: 25px;
}

.copyright-links a {
	color: #73838a;
	font-size: 15px;
	text-decoration: none;
	transition: .3s ease;
}

.copyright-links a:hover {
	color: #23a1d3;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

	.premium-footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 45px 35px;
	}

}

@media (max-width: 767px) {

	.premium-footer {
		padding-top: 55px;
	}

	.premium-footer-main {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.footer-company-description {
		max-width: 100%;
	}

	.premium-copyright {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.copyright-links {
		gap: 15px;
	}

}


.footer-working-hours {
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.footer-working-hours div {
	color: #7f9098;
	font-size: 15px;
	line-height: 1.5;
}

.footer-working-hours i {
	color: #23a1d3;
	margin-right: 5px;
	font-size: 15px;
}

.footer-working-hours strong {
	color: #b8c7cd;
	font-weight: 600;
}

/* =========================================================
   FLOATING WHATSAPP
========================================================= */

.floating-whatsapp {
	position: fixed;
	right: 25px;
	bottom: 25px;

	width: 58px;
	height: 58px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: #25D366;
	color: #fff;

	border-radius: 50%;

	font-size: 29px;
	text-decoration: none;

	z-index: 9999;

	box-shadow:
		0 8px 25px rgba(0, 0, 0, .20),
		0 0 0 0 rgba(37, 211, 102, .45);

	animation: whatsappPulse 2.2s infinite;

	transition: all .35s ease;
}


/* Hover */

.floating-whatsapp:hover {
	color: #fff;
	transform: translateY(-5px) scale(1.08);

	box-shadow:
		0 12px 30px rgba(0, 0, 0, .25),
		0 0 25px rgba(37, 211, 102, .35);
}


/* Pulse */

@keyframes whatsappPulse {

	0% {
		box-shadow:
			0 8px 25px rgba(0, 0, 0, .20),
			0 0 0 0 rgba(37, 211, 102, .45);
	}

	70% {
		box-shadow:
			0 8px 25px rgba(0, 0, 0, .20),
			0 0 0 14px rgba(37, 211, 102, 0);
	}

	100% {
		box-shadow:
			0 8px 25px rgba(0, 0, 0, .20),
			0 0 0 0 rgba(37, 211, 102, 0);
	}
}


/* Tooltip */

.whatsapp-tooltip {
	position: absolute;

	right: 70px;
	top: 50%;
	transform: translateY(-50%) translateX(10px);

	white-space: nowrap;

	padding: 9px 14px;

	background: #07151d;
	color: #fff;

	border: 1px solid rgba(35, 161, 211, .25);
	border-radius: 7px;

	font-size: 15px;
	font-weight: 600;

	opacity: 0;
	visibility: hidden;

	transition: all .3s ease;
}


/* Small arrow */

.whatsapp-tooltip::after {
	content: "";

	position: absolute;

	right: -6px;
	top: 50%;

	width: 10px;
	height: 10px;

	background: #07151d;

	transform: translateY(-50%) rotate(45deg);
}


/* Show tooltip */

.floating-whatsapp:hover .whatsapp-tooltip {
	opacity: 1;
	visibility: visible;

	transform: translateY(-50%) translateX(0);
}


/* Mobile */

@media (max-width: 767px) {

	.floating-whatsapp {
		right: 16px;
		bottom: 18px;

		width: 52px;
		height: 52px;

		font-size: 25px;
	}

	.whatsapp-tooltip {
		display: none;
	}

}

/* =========================================================
   PREMIUM EMPIRICALTS HEADER
========================================================= */

:root {
    --emp-blue: #23a1d3;
    --emp-dark: #17232b;
    --emp-text: #43515a;
}


/* =========================================================
   HEADER
========================================================= */

.premium-header {

    position: relative;
    width: 100%;
    z-index: 9999;

    background: rgba(255, 255, 255, 0.96);

    border-bottom: 1px solid rgba(35, 161, 211, 0.08);

    box-shadow:
        0 5px 25px rgba(20, 60, 75, 0.06);

    transition: all .35s ease;

}


/* subtle blue line */

.premium-header::after {

    content: "";

    position: absolute;

    bottom: -1px;
    left: 0;

    width: 100%;
    height: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        var(--emp-blue),
        transparent
    );

    opacity: .35;

}


/* =========================================================
   HEADER INNER
========================================================= */

.premium-header-inner {

    min-height: 88px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


/* =========================================================
   LOGO
========================================================= */

.premium-logo {

    flex-shrink: 0;

}


.premium-logo a {

    display: flex;

    align-items: center;

}


.premium-logo img {

 

    height: auto;

    display: block;

    transition: all .35s ease;

}


.premium-logo:hover img {

    transform: scale(1.03);

}


/* =========================================================
   MENU
========================================================= */

.premium-menu {

    flex: 1;

    display: flex;

    justify-content: center;

}


.premium-menu > ul {

    display: flex;

    align-items: center;

    gap: 4px;

    margin: 0;
    padding: 0;

    list-style: none;

}


.premium-menu > ul > li {

    position: relative;

}


.premium-menu > ul > li > a {

    position: relative;

    display: flex;

    align-items: center;

    gap: 6px;

    padding: 34px 15px;

    color: var(--emp-dark);

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    transition: all .3s ease;

}


/* animated underline */

.premium-menu > ul > li > a::after {

    content: "";

    position: absolute;

    bottom: 23px;
    left: 15px;

    width: 0;
    height: 2px;

    background: var(--emp-blue);

    border-radius: 5px;

    transition: width .35s ease;

}


.premium-menu > ul > li:hover > a,
.premium-menu > ul > li.active > a {

    color: var(--emp-blue);

}


.premium-menu > ul > li:hover > a::after,
.premium-menu > ul > li.active > a::after {

    width: calc(100% - 30px);

}


.premium-menu > ul > li > a i {

    font-size: 18px;

    transition: transform .3s ease;

}


.premium-menu > ul > li:hover > a i {

    transform: rotate(180deg);

}


/* =========================================================
   DROPDOWN
========================================================= */

.premium-dropdown {

    position: absolute;

    top: calc(100% - 3px);
    left: 0;

    width: 235px;

    margin: 0;
    padding: 12px;

    list-style: none;

    background: #ffffff;

    border-radius: 12px;

    border: 1px solid rgba(35, 161, 211, .12);

    box-shadow:
        0 20px 50px rgba(22, 52, 65, .14);

    opacity: 0;
    visibility: hidden;

    transform: translateY(12px);

    transition: all .3s ease;

}


.premium-menu li:hover > .premium-dropdown {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}


.premium-dropdown li {

    margin: 2px 0;

}


.premium-dropdown li a {

    display: flex;

    align-items: center;

    gap: 5px;

    padding: 11px 13px;

    border-radius: 7px;

   color: var(--blog-primary-dark);
    font-size: 17px;
    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;

}


.premium-dropdown li a i {

    color: var(--emp-blue);

    font-size: 19px;

    transition: transform .3s ease;

}


.premium-dropdown li a:hover {

    color: var(--emp-blue);

    background: rgba(35, 161, 211, .07);

    padding-left: 17px;

}


.premium-dropdown li a:hover i {

    transform: translateX(3px);

}


/* =========================================================
   RIGHT SIDE
========================================================= */

.premium-header-right {

    display: flex;

    align-items: center;

    gap: 20px;

    flex-shrink: 0;

}


/* =========================================================
   HEADER CONTACT
========================================================= */

.header-contact {

    display: flex;

    align-items: center;

    gap: 10px;

}


.header-contact-icon {

    width: 39px;
    height: 39px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(35, 161, 211, .09);

    color: var(--emp-blue);

    font-size: 18px;

    transition: all .3s ease;

}


.header-contact:hover .header-contact-icon {

    background: var(--emp-blue);

    color: #fff;

    transform: rotate(-8deg);

}


.header-contact span {

    display: block;

    margin-bottom: 2px;

    color: #8a969c;

    font-size: 18px;

    text-transform: uppercase;

    letter-spacing: 1px;

}


.header-contact a {

    color: var(--emp-dark);

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

}


.header-contact a:hover {

    color: var(--emp-blue);

}


/* =========================================================
   QUOTE BUTTON
========================================================= */

.premium-quote-btn {

    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 18px;

    overflow: hidden;

    border-radius: 7px;

    background: var(--emp-blue);

    color: #fff !important;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 8px 20px rgba(35, 161, 211, .20);

    transition: all .35s ease;

}


.premium-quote-btn::before {

    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    background: rgba(255,255,255,.15);

    transform: skewX(-25deg);

    transition: left .5s ease;

}


.premium-quote-btn:hover::before {

    left: 120%;

}


.premium-quote-btn:hover {

    transform: translateY(-3px);

    box-shadow:
        0 12px 28px rgba(35, 161, 211, .30);

}


.premium-quote-btn i {

    position: relative;

    font-size: 18px;

    transition: transform .3s ease;

}


.premium-quote-btn:hover i {

    transform: translate(3px,-3px);

}


/* =========================================================
   STICKY HEADER
========================================================= */

.premium-header.sticky {

    background: rgba(255,255,255,.98);

    box-shadow:
        0 10px 35px rgba(20,60,75,.10);

}


.premium-header.sticky .premium-header-inner {

    min-height: 76px;

}


.premium-header.sticky .premium-menu > ul > li > a {

    padding-top: 27px;
    padding-bottom: 27px;

}


.premium-header.sticky .premium-menu > ul > li > a::after {

    bottom: 18px;

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .premium-menu > ul > li > a {

        padding-left: 9px;
        padding-right: 9px;

    }

    .header-contact {

        display: none;

    }

    .premium-header-right {

        gap: 10px;

    }

}


@media (max-width: 991px) {

    .premium-header {

        display: none;

    }

}

/* =========================================================
   LIGHT PREMIUM HEADER BACKGROUND
========================================================= */

.premium-header {
    position: relative;
    overflow: visible;

    /* background:
        radial-gradient(
            circle at 10% 50%,
            rgba(35, 161, 211, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 20%,
            rgba(35, 161, 211, 0.08),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8fcfe 50%,
            #ffffff 100%
        );

    border-bottom: 1px solid rgba(35,161,211,.10); */

    box-shadow:
        0 8px 30px rgba(35, 161, 211, .07);

    z-index: 9999;
}


/* =========================================================
   MOVING LIGHT EFFECT
========================================================= */

.premium-header::before {

    content: "";

    position: absolute;

    top: 0;
    left: -20%;

    width: 45%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(35,161,211,.06),
        transparent
    );

    transform: skewX(-25deg);

    animation: headerLightMove 7s ease-in-out infinite;

    pointer-events: none;

}


@keyframes headerLightMove {

    0% {
        left: -40%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 130%;
    }

}


/* =========================================================
   SOFT BLUE BOTTOM LINE
========================================================= */

.premium-header::after {

    content: "";

    position: absolute;

    left: 8%;
    right: 8%;

    bottom: -1px;

    height: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(35,161,211,.15),
        #23a1d3,
        rgba(35,161,211,.15),
        transparent
    );

    border-radius: 50%;

}


/* =========================================================
   LOGO AREA
========================================================= */

.premium-logo {

    position: relative;
    z-index: 2;

    /* padding: 5px 14px; */

    border-radius: 12px;

    /* background: rgba(255,255,255,.65); */

    transition: all .35s ease;
}


.premium-logo:hover {

    background: rgba(35,161,211,.05);

    transform: translateY(-1px);

}


.premium-logo img {

    
  

    /* filter:
        drop-shadow(
            0 5px 12px rgba(35,161,211,.10)
        ); */

}


/* =========================================================
   MENU
========================================================= */

.premium-menu {

    position: relative;
    z-index: 5;
}


.premium-menu > ul > li > a {

    border-radius: 8px;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease;

}


.premium-menu > ul > li > a:hover {

    background: rgba(35,161,211,.055);

    transform: translateY(-1px);

}


/* Active menu */

.premium-menu > ul > li.active > a {

    background: rgba(35,161,211,.07);

}


/* =========================================================
   DROPDOWN PREMIUM LIGHT
========================================================= */

.premium-dropdown {

    background:

        radial-gradient(
            circle at top right,
            rgba(35,161,211,.08),
            transparent 35%
        ),

        #ffffff;

    border: 1px solid rgba(35,161,211,.12);

    box-shadow:

        0 20px 50px rgba(30,90,110,.12),

        0 5px 15px rgba(35,161,211,.05);

}


/* small blue top */

.premium-dropdown::before {

    content: "";

    position: absolute;

    top: 0;
    left: 20px;

    width: 45px;
    height: 3px;

    background: #23a1d3;

    border-radius: 0 0 5px 5px;

}


/* =========================================================
   CALL US
========================================================= */

.header-contact {

    padding: 7px 12px;

    border-radius: 10px;

    background: rgba(255,255,255,.7);

    border: 1px solid rgba(35,161,211,.08);

    transition: all .35s ease;

}


.header-contact:hover {

    background: rgba(35,161,211,.05);

    border-color: rgba(35,161,211,.18);

    transform: translateY(-2px);

}


/* =========================================================
   QUOTE BUTTON
========================================================= */

.premium-quote-btn {

    background:

        linear-gradient(
            135deg,
            #23a1d3,
            #1592c2
        );

    border-radius: 9px;

    box-shadow:
        0 8px 22px rgba(35,161,211,.20);

}


/* =========================================================
   SMALL FLOATING DOTS
========================================================= */

.premium-header .container-fluid::before {

    content: "";

    position: absolute;

    top: 14px;
    right: 26%;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: rgba(35,161,211,.25);

    box-shadow:

        35px 15px 0 rgba(35,161,211,.13),

        80px -5px 0 rgba(35,161,211,.18),

        130px 20px 0 rgba(35,161,211,.10);

    animation: headerDots 4s ease-in-out infinite;

    pointer-events: none;

}


@keyframes headerDots {

    0%,
    100% {

        transform: translateY(0);

        opacity: .5;

    }

    50% {

        transform: translateY(8px);

        opacity: 1;

    }

}


/* =========================================================
   STICKY VERSION
========================================================= */

.premium-header.sticky {

    /* background:

      radial-gradient(circle at 15% 50%, rgba(35, 161, 211, .12), #e9ecef 25%), rgba(35, 161, 211, .12); */

    backdrop-filter: blur(12px);

    box-shadow:
        0 8px 30px rgba(25,70,85,.10);

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .premium-header {

        display: none;

    }

}

/* Solutions - Big Square Boxes */
.solution-feature-area .feature-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 11px;
}

.solution-feature-area .feature-sinble-single-box {
    width: 100%;
    min-height: 320px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 45px 35px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

/* Content */
.solution-feature-area .feature-content {
    width: 100%;
}

.solution-feature-area .feature-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #222;
}

.solution-feature-area .feature-text {
     font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin: 0 auto;
    max-width: 280px;
}

/* Hover */
.solution-feature-area .feature-sinble-single-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(35, 161, 211, 0.18);
    border-color: #23a1d3;
}

.solution-feature-area .feature-sinble-single-box:hover .feature-title {
    color: #23a1d3;
}


/* Tablet */
@media (max-width: 991px) {
    .solution-feature-area .feature-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-feature-area .feature-sinble-single-box {
        min-height: 300px;
    }
}


/* Mobile */
@media (max-width: 575px) {
    .solution-feature-area .feature-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .solution-feature-area .feature-sinble-single-box {
        min-height: 280px;
        padding: 35px 25px;
    }

    .solution-feature-area .feature-title {
        font-size: 23px;
    }
}



/* ==========================================================
   EMPIRICALTS - PREMIUM BLOG DETAIL PAGE
   Theme Color: #23a1d3
========================================================== */

:root {
    --blog-primary: #23a1d3;
    --blog-primary-dark: #1688b5;
    --blog-dark: #17232d;
    --blog-text: #667984;
    --blog-border: #e2eef3;
    --blog-light: #f4fbfe;
}


/* ==========================================================
   BLOG HERO
========================================================== */

.blog-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 80px;
    background:
        radial-gradient(
            circle at 8% 30%,
            rgba(35,161,211,0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 70%,
            rgba(35,161,211,0.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f8fdff 0%,
            #eef9fd 100%
        );

    border-bottom: 1px solid #e4f1f6;
}


/* Technology grid */

.blog-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            rgba(35,161,211,0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(35,161,211,0.045) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    pointer-events: none;
}


/* Floating circles */

.blog-detail-hero::after {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    right: -100px;
    top: -100px;

    border-radius: 50%;

    border: 1px solid rgba(35,161,211,0.16);

    box-shadow:
        0 0 0 35px rgba(35,161,211,0.025),
        0 0 0 70px rgba(35,161,211,0.018);

    animation: blogOrb 7s ease-in-out infinite;
}

@keyframes blogOrb {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(18px);
    }
}


/* ==========================================================
   BREADCRUMB
========================================================== */

.interactive-breadcrumb {
    position: relative;
    z-index: 5;
    margin-bottom: 35px;
}

.breadcrumb-network {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-node {
    display: inline-flex;
    align-items: center;

    text-decoration: none !important;

    color: #70818d;

    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.breadcrumb-node:hover {
    color: var(--blog-primary);
}


.breadcrumb-icon {
    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 10px;

    border-radius: 50%;

    background: #fff;

    color: var(--blog-primary);

    border: 1px solid rgba(35,161,211,0.20);

    box-shadow:
        0 6px 20px rgba(35,161,211,0.09);

    transition: all 0.35s ease;
}

.breadcrumb-node:hover .breadcrumb-icon {
    background: var(--blog-primary);
    color: #fff;

    transform:
        translateY(-2px)
        rotate(8deg);

    box-shadow:
        0 10px 25px rgba(35,161,211,0.25);
}


/* Connector */

.breadcrumb-connector {
    position: relative;

    width: 65px;
    height: 1px;

    margin: 0 13px;

    background: linear-gradient(
        90deg,
        rgba(35,161,211,0.10),
        var(--blog-primary),
        rgba(35,161,211,0.10)
    );
}

.breadcrumb-connector::before {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    left: 0;
    top: -3px;

    border-radius: 50%;

    background: var(--blog-primary);

    box-shadow:
        0 0 10px rgba(35,161,211,0.8);

    animation: breadcrumbMove 2.2s linear infinite;
}

@keyframes breadcrumbMove {

    0% {
        left: 0;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}


/* Current breadcrumb */

.breadcrumb-current {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 17px;

    border-radius: 30px;

    background: rgba(255,255,255,0.90);

    color: var(--blog-primary);

    border: 1px solid rgba(35,161,211,0.18);

    font-size: 16px;
    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(35,161,211,0.08);
}


.current-dot {
    width: 8px;
    height: 8px;

    flex-shrink: 0;

    border-radius: 50%;

    background: var(--blog-primary);

    box-shadow:
        0 0 0 5px rgba(35,161,211,0.10);

    animation: currentPulse 1.8s infinite;
}

@keyframes currentPulse {

    0%,
    100% {
        box-shadow:
            0 0 0 4px rgba(35,161,211,0.10);
    }

    50% {
        box-shadow:
            0 0 0 9px rgba(35,161,211,0.03);
    }
}


/* ==========================================================
   CATEGORY
========================================================== */

.blog-detail-category {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 16px;

    margin-bottom: 18px;

    border-radius: 30px;

    background: rgba(35,161,211,0.09);

    color: var(--blog-primary);

    font-size: 15px;
    font-weight: 700;

    letter-spacing: 1px;
}

.blog-detail-category i {
    font-size: 18px;
}


/* ==========================================================
   TITLE
========================================================== */

.blog-detail-title {
    position: relative;
    z-index: 2;
    /* max-width: 950px; */
    margin: 0 0 22px;
    color: var(--blog-dark);
    font-size: 45px;
    line-height: 1.08;
    font-weight: 600;
}

.blog-detail-title span {
    color: var(--blog-primary);
}


/* Intro */

.blog-detail-intro {
    position: relative;
    z-index: 2;

    max-width: 800px;

    margin: 0 0 25px;

    color: var(--blog-text);

    font-size: 18px;

    line-height: 1.8;
}


/* ==========================================================
   META
========================================================== */

.blog-detail-meta {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 22px;

    color: #778791;

    font-size: 14px;
}

.blog-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.blog-detail-meta i {
    color: var(--blog-primary);
}


/* ==========================================================
   BLOG DETAIL AREA
========================================================== */

.blog-detail-area {
    padding: 80px 0;
    background: #fff;
}


/* ==========================================================
   MAIN IMAGE
========================================================== */

.blog-main-image {
    position: relative;

    overflow: hidden;

    margin-bottom: 40px;

    border-radius: 20px;

    background: #f3f9fc;

    box-shadow:
        0 20px 55px rgba(25,65,80,0.10);
}

.blog-main-image img {
    display: block;

    width: 100%;

    /* height: 520px; */

    object-fit: cover;

    transition: transform 0.6s ease;
}

.blog-main-image:hover img {
    transform: scale(1.025);
}


/* Image label */

.image-tech-label {
    position: absolute;

    left: 25px;
    bottom: 25px;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 17px;

    border-radius: 30px;

    background: rgba(255,255,255,0.94);

    color: var(--blog-primary);

    font-size: 15px;
    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.12);
}


/* ==========================================================
   ARTICLE CONTENT
========================================================== */

.blog-article-content {
    max-width: 850px;
}

.blog-article-content p {
    margin-bottom: 25px;

    color: #657782;

    font-size: 17px;

    line-height: 1.9;
}

.blog-article-content h2 {
    position: relative;

    margin: 48px 0 20px;

    color: var(--blog-dark);

    font-size: 30px;

    line-height: 1.3;

    font-weight: 750;
}

.blog-article-content h2::before {
    content: "";

    display: inline-block;

    width: 35px;
    height: 3px;

    margin-right: 12px;

    vertical-align: middle;

    background: var(--blog-primary);

    border-radius: 3px;
}


/* ==========================================================
   HIGHLIGHT
========================================================== */

.article-highlight {
    position: relative;

    margin: 35px 0;

    padding: 28px 30px;

    background:
        linear-gradient(
            135deg,
            #f0faff,
            #f8fdff
        );

    border-left: 4px solid var(--blog-primary);

    border-radius: 0 15px 15px 0;

    box-shadow:
        0 10px 30px rgba(35,161,211,0.05);
}

.article-highlight p {
    margin: 0 !important;

    color: #425965 !important;

    font-size: 18px !important;

    line-height: 1.75 !important;

    font-weight: 600;
}


/* ==========================================================
   SIDEBAR INFORMATION CARD
========================================================== */

.blog-info-card {
    position: sticky;
    top: 30px;

    padding: 28px;

    background: #fff;

    border: 1px solid var(--blog-border);

    border-radius: 18px;

    box-shadow:
        0 12px 35px rgba(25,65,80,0.07);
}

.blog-info-card-title {
    margin-bottom: 20px;

    color: var(--blog-dark);

    font-size: 19px;

    font-weight: 700;
}

.blog-info-item {
    display: flex;
    align-items: center;

    gap: 13px;

    padding: 14px 0;

    border-bottom: 1px solid #edf2f5;

    color: #697b86;

    font-size: 14px;
}

.blog-info-item:last-child {
    border-bottom: 0;
}

.blog-info-item i {
    width: 20px;

    color: var(--blog-primary);

    font-size: 17px;

    text-align: center;
}


/* ==========================================================
   SHARE
========================================================== */

.blog-share {
    margin-top: 25px;
    padding-top: 25px;

    border-top: 1px solid #edf2f5;
}

.blog-share-title {
    margin-bottom: 15px;

    color: var(--blog-dark);

    font-size: 14px;
    font-weight: 700;
}

.share-links {
    display: flex;
    gap: 9px;
}

.share-links a {
    width: 39px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--blog-primary);

    background: #fff;

    border: 1px solid rgba(35,161,211,0.18);

    text-decoration: none;

    transition: all 0.3s ease;
}

.share-links a:hover {
    color: #fff;

    background: var(--blog-primary);

    border-color: var(--blog-primary);

    transform: translateY(-4px);
}


/* ==========================================================
   NEXT INSIGHT
========================================================== */

.blog-next {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-top: 60px;

    padding: 27px 30px;

    background:
        linear-gradient(
            135deg,
            #f1faff,
            #fff
        );

    border: 1px solid #dfedf3;

    border-radius: 18px;

    transition: all 0.3s ease;
}

.blog-next:hover {
    border-color: rgba(35,161,211,0.35);

    box-shadow:
        0 12px 30px rgba(35,161,211,0.08);
}

.blog-next small {
    display: block;

    margin-bottom: 8px;

    color: var(--blog-primary);

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.blog-next h4 {
    margin: 0;

    color: var(--blog-dark);

    font-size: 20px;

    line-height: 1.4;
}

.blog-next a {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--blog-primary);

    color: #fff;

    text-decoration: none;

    font-size: 18px;

    transition: all 0.3s ease;
}

.blog-next a:hover {
    background: var(--blog-primary-dark);

    transform: translateX(6px);

    box-shadow:
        0 8px 20px rgba(35,161,211,0.25);
}


/* ==========================================================
   SCROLL PROGRESS
========================================================== */

.blog-progress {
    position: fixed;

    top: 0;
    left: 0;

    width: 0;
    height: 4px;

    z-index: 99999;

    background: var(--blog-primary);

    box-shadow:
        0 0 12px rgba(35,161,211,0.6);

    transition: width 0.05s linear;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 991px) {

    .blog-detail-hero {
        padding: 55px 0 65px;
    }

    .blog-detail-title {
        font-size: 44px;
    }

    .blog-info-card {
        position: relative;
        top: auto;
    }

    .blog-main-image img {
        height: 430px;
    }

}


@media (max-width: 767px) {

    .blog-detail-hero {
        padding: 45px 0 55px;
    }

    .breadcrumb-network {
        gap: 7px;
    }

    .breadcrumb-connector {
        width: 25px;
        margin: 0 5px;
    }

    .breadcrumb-icon {
        width: 34px;
        height: 34px;
    }

    .breadcrumb-current {
        margin-top: 7px;
    }

    .blog-detail-title {
        font-size: 34px;
    }

    .blog-detail-intro {
         font-size: 18px;
    }

    .blog-detail-meta {
        gap: 12px;
    }

    .blog-detail-area {
        padding: 50px 0;
    }

    .blog-main-image {
        border-radius: 14px;
    }

    .blog-main-image img {
        height: 300px;
    }

    .blog-article-content p {
         font-size: 18px;
        line-height: 1.8;
    }

    .blog-article-content h2 {
        font-size: 25px;
        margin-top: 38px;
    }

    .article-highlight {
        padding: 22px;
    }

    .blog-next {
        padding: 22px;
    }

    .blog-next h4 {
        font-size: 17px;
    }

}


@media (max-width: 480px) {

    .breadcrumb-connector {
        width: 15px;
    }

    .breadcrumb-node {
        font-size: 15px;
    }

    .breadcrumb-current {
        font-size: 15px;
        padding: 8px 11px;
    }

    .blog-detail-title {
        font-size: 30px;
    }

    .blog-main-image img {
        height: 240px;
    }

}

/* ==========================================================
   RECENT POSTS SIDEBAR
========================================================== */

.recent-posts-card {
    margin-top: 25px;

    padding: 26px;

    background: #fff;

    border: 1px solid #e2eef3;

    border-radius: 18px;

    box-shadow:
        0 12px 35px rgba(25,65,80,0.07);
}


/* Heading */

.recent-posts-title {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 20px;
}

.recent-title-line {
    width: 4px;
    height: 25px;

    display: block;

    background: #23a1d3;

    border-radius: 5px;
}

.recent-posts-title h3 {
    margin: 0;

    color: #17232d;

    font-size: 20px;

    font-weight: 700;
}


/* Individual post */

.recent-post-item {
    display: flex;

    gap: 14px;

    padding: 16px 0;

    text-decoration: none !important;

    border-bottom: 1px solid #edf2f5;

    transition: all 0.3s ease;
}

.recent-post-item:last-child {
    border-bottom: 0;

    padding-bottom: 0;
}

.recent-post-item:first-of-type {
    padding-top: 0;
}


/* Image */

.recent-post-image {
    width: 85px;
    height: 75px;

    flex-shrink: 0;

    overflow: hidden;

    border-radius: 10px;

    background: #eef8fc;
}

.recent-post-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}


/* Content */

.recent-post-content {
    min-width: 0;
}

.recent-post-date {
    display: block;

    margin-bottom: 5px;

    color: #23a1d3;

    font-size: 15px;

    font-weight: 600;
}

.recent-post-date i {
    margin-right: 4px;
}


.recent-post-content h4 {
    margin: 0;

    color: #17232d;

    font-size: 14px;

    line-height: 1.45;

    font-weight: 700;

    transition: color 0.3s ease;
}


/* Hover */

.recent-post-item:hover {
    transform: translateX(4px);
}

.recent-post-item:hover .recent-post-image img {
    transform: scale(1.1);
}

.recent-post-item:hover .recent-post-content h4 {
    color: #23a1d3;
}


/* Mobile */

@media (max-width: 991px) {

    .recent-posts-card {
        margin-top: 25px;
    }

}

@media (max-width: 480px) {

    .recent-post-image {
        width: 75px;
        height: 68px;
    }

    .recent-post-content h4 {
        font-size: 16px;
    }

}


/* ==========================================================
   PREMIUM ABOUT PAGE
========================================================== */

.about-premium-hero {
    position: relative;
    overflow: hidden;
   

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(35,161,211,.12),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #f8fdff,
            #eef9fd
        );
}

.about-hero-grid {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            rgba(35,161,211,.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(35,161,211,.045) 1px,
            transparent 1px
        );

    background-size: 55px 55px;
}

.about-hero-orb {
    position: absolute;

    border: 1px solid rgba(35,161,211,.15);

    border-radius: 50%;
}

.about-hero-orb-one {
    width: 350px;
    height: 350px;

    right: -120px;
    top: -150px;
}

.about-hero-orb-two {
    width: 220px;
    height: 220px;

    left: -100px;
    bottom: -100px;
}

.about-breadcrumb {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 12px;

    /* margin-bottom: 55px; */

    font-size: 14px;
}

.about-breadcrumb a {
    color: #748690;
    text-decoration: none;

    transition: .3s;
}

.about-breadcrumb a:hover {
    color: #23a1d3;
}

.about-breadcrumb i {
    color: #23a1d3;
}

.about-breadcrumb strong {
    color: #23a1d3;
}

.about-hero-content {
    position: relative;
    z-index: 2;

    max-width: 950px;
}

.about-hero-tag,
.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;

    color: #23a1d3;

    font-size: 15px;
    /* font-weight: 600;

    letter-spacing: 1.5px; */
}

.about-hero-title {}

.about-hero-content h1 {
  

    color: #17232d;

    font-size: 45px;

    line-height: 1.08;

    font-weight: 600;
}

.about-hero-content h1 span {
    color: #23a1d3;
}

.about-hero-content p {
    max-width: 720px;

    margin: 0;

    color: #687b86;

    font-size: 18px;

    line-height: 1.8;
}


/* ==========================================================
   INTRO
========================================================== */

.about-intro-area {
    padding: 10px 0;
    background: #fff;
}

.about-visual {
    position: relative;

    padding-right: 35px;
}

.about-image-main {
    overflow: hidden;

    border-radius: 25px;

    box-shadow:
        0 25px 60px rgba(22,65,80,.13);
}

.about-image-main img {
    width: 100%;
    /* height: 540px; */

    display: block;

    object-fit: cover;

    transition: .7s;
}

.about-image-main:hover img {
    transform: scale(1.04);
}

.about-floating-card {
    position: absolute;

    right: 0;
    bottom: 50px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 17px 22px;

    background: #fff;

    border-radius: 14px;

    box-shadow:
        0 15px 40px rgba(22,65,80,.14);
}

.about-floating-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(35,161,211,.10);

    color: #23a1d3;

    font-size: 20px;
}

.about-floating-card strong,
.about-floating-card span {
    display: block;
}

.about-floating-card strong {
    color: #17232d;
}

.about-floating-card span {
    margin-top: 3px;

    color: #84939c;

    font-size: 15px;
}

.about-circle-text {
    position: absolute;

    left: -45px;
    top: 45px;

    width: 105px;
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #23a1d3;

    color: #fff;

    font-size: 8px;

    letter-spacing: 1px;

    text-align: center;

    animation: aboutRotate 18s linear infinite;
}

@keyframes aboutRotate {
    to {
        transform: rotate(360deg);
    }
}

.about-intro-content h2,
.about-expertise-area h2,
.about-why-heading h2 {
    margin: 0 0 20px;

    color: #17232d;

    font-size: clamp(32px,4vw,48px);

    line-height: 1.18;

    font-weight: 600;
}

.about-intro-content h2 span,
.about-expertise-area h2 span,
.about-why-heading h2 span {
    color: #23a1d3;
}

.about-intro-content p {
    color: #687983;

     font-size: 18px;

    line-height: 1.85;
}

.about-intro-content .about-lead {
    color: #455c68;

    font-size: 18px;

    line-height: 1.8;
}

.about-signature-row {
    display: flex;
    flex-wrap: wrap;

    gap: 25px;

    margin-top: 28px;
}

.about-check {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #334b57;

    font-weight: 600;
}

.about-check i {
    color: #23a1d3;

    font-size: 20px;
}


/* ==========================================================
   VISION MISSION
========================================================== */

.about-vm-area {
    padding: 10px 0;

    background:
        linear-gradient(
            135deg,
            #f5fbfd,
            #ffffff
        );
}

.about-vm-heading {
    max-width: 700px;

    margin: 0 auto 55px;

    text-align: center;
}

.about-vm-heading h2 {
    margin: 0 0 15px;

    color: #17232d;

    font-size: 45px;

    font-weight: 600;
}

.about-vm-heading h2 span {
    color: #23a1d3;
}

.about-vm-heading p {
    margin: 0;

    color: #74858e;

    line-height: 1.8;
}

.about-vm-card {
    position: relative;

    min-height: 330px;

    padding: 42px;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e3eff3;

    border-radius: 22px;

    transition: .4s;
}

.about-vm-card:hover {
    transform: translateY(-8px);

    border-color: rgba(35,161,211,.3);

    box-shadow:
        0 20px 45px rgba(25,70,85,.09);
}

.vm-number {
    position: absolute;

    right: 25px;
    top: 15px;

    color: rgba(35,161,211,.08);

    font-size: 90px;

    font-weight: 900;
}

.vm-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    border-radius: 16px;

    background: rgba(35,161,211,.09);

    color: #23a1d3;

    font-size: 27px;
}

.vm-content {
    position: relative;
    z-index: 2;
}

.vm-content > span {
    color: #23a1d3;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 1.5px;
}

.vm-content h3 {
    margin: 9px 0 14px;

    color: #17232d;

    font-size: 26px;

    font-weight: 750;
}

.vm-content p {
    margin: 0;

    color: #71828c;

    line-height: 1.8;
}

.vm-arrow {
    position: absolute;

    right: 30px;
    bottom: 25px;

    color: #23a1d3;

    font-size: 22px;

    transition: .3s;
}

.about-vm-card:hover .vm-arrow {
    transform:
        translate(5px,-5px);
}


/* ==========================================================
   EXPERTISE
========================================================== */

.about-expertise-area {
    padding: 10px 0;

    background: #fff;
}

.about-expertise-area > .container > .row > .col-lg-5 > p {
    max-width: 500px;

    color: #6d7f89;

    line-height: 1.8;
}

.about-main-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-top: 20px;
    padding: 14px 22px;

    color: #fff;

    background: #23a1d3;

    border-radius: 30px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: .35s;
}

.about-main-btn:hover {
    color: #fff;

    background: #1688b5;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(35,161,211,.25);
}

.expertise-grid {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 18px;
}

.expertise-item {
    display: flex;

    gap: 18px;

    padding: 27px;

    background: #f7fcfe;

    border: 1px solid #e3f0f4;

    border-radius: 17px;

    transition: .35s;
}

.expertise-item:hover {
    background: #fff;

    border-color: rgba(35,161,211,.3);

    transform: translateY(-5px);

    box-shadow:
        0 15px 30px rgba(25,70,85,.07);
}

.expertise-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(35,161,211,.10);

    color: #23a1d3;

    font-size: 21px;
}

.expertise-item h4 {
    margin: 0 0 7px;

    color: #17232d;

    font-size: 17px;
}

.expertise-item p {
    margin: 0;

    color: #7b8b94;

    font-size: 16px;

    line-height: 1.6;
}


/* ==========================================================
   WHY US
========================================================== */

.about-why-area {
    padding: 10px 0;

    background: #f6fbfd;
}

.about-why-heading {
    max-width: 700px;

    margin-bottom: 50px;
}

.why-about-card {
    position: relative;

    min-height: 250px;

    padding: 30px;

    background: #fff;

    border-radius: 18px;

    border: 1px solid #e3eff3;

    overflow: hidden;

    transition: .35s;
}

.why-about-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 40px rgba(25,70,85,.08);
}

.why-about-card > span {
    position: absolute;

    right: 20px;
    top: 10px;

    color: rgba(35,161,211,.08);

    font-size: 65px;

    font-weight: 900;
}

.why-about-card i {
    display: block;

    margin-bottom: 20px;

    color: #23a1d3;

    font-size: 30px;
}

.why-about-card h3 {
    margin-bottom: 12px;

    color: #17232d;

    font-size: 21px;
}

.why-about-card p {
    margin: 0;

    color: #71828c;

    font-size: 14px;

    line-height: 1.7;
}


/* ==========================================================
   CTA
========================================================== */

.about-cta-area {
    position: relative;

    overflow: hidden;

    padding: 10px 0;

    background:
        linear-gradient(
            135deg,
            #eaf8fc,
            #f9fdff
        );
}

.about-cta-pattern {
    position: absolute;

    width: 500px;
    height: 500px;

    right: -180px;
    top: -180px;

    border-radius: 50%;

    border: 1px solid rgba(35,161,211,.15);

    box-shadow:
        0 0 0 45px rgba(35,161,211,.025),
        0 0 0 90px rgba(35,161,211,.018);
}

.about-cta-content {
    position: relative;
    z-index: 2;

    max-width: 800px;

    margin: auto;

    text-align: center;
}

.about-cta-content > span {
    color: #23a1d3;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 2px;
}

.about-cta-content h2 {
    margin: 15px 0;

    color: #17232d;

    font-size: clamp(35px,5vw,55px);

    line-height: 1.15;

    font-weight: 600;
}

.about-cta-content h2 strong {
    color: #23a1d3;
}

.about-cta-content p {
    margin-bottom: 28px;

    color: #70818b;

    font-size: 17px;
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 15px 25px;

    color: #fff;

    background: #23a1d3;

    border-radius: 30px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: .35s;
}

.about-cta-btn:hover {
    color: #fff;

    background: #1688b5;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(35,161,211,.25);
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:991px) {

    .about-intro-area,
    .about-expertise-area {
        padding: 80px 0;
    }

    .about-visual {
        padding-right: 20px;
    }

    .about-image-main img {
        height: 450px;
    }

    .about-circle-text {
        left: -20px;
    }

    .about-vm-card {
        min-height: 300px;
    }

}


@media(max-width:767px) {

    .about-premium-hero {
        padding: 55px 0 70px;
    }

    .about-hero-content h1 {
        font-size: 40px;
    }

    .about-intro-area {
        padding: 65px 0;
    }

    .about-image-main img {
        height: 360px;
    }

    .about-floating-card {
        right: 10px;
        bottom: 25px;
    }

    .about-circle-text {
        display: none;
    }

    .about-vm-heading h2 {
        font-size: 35px;
    }

    .about-vm-area,
    .about-why-area,
    .about-cta-area {
        padding: 70px 0;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

}


@media(max-width:480px) {

    .about-hero-content h1 {
        font-size: 33px;
    }

    .about-hero-content p {
         font-size: 18px;
    }

    .about-image-main img {
        height: 300px;
    }

    .about-floating-card {
        padding: 12px 15px;
    }

    .about-floating-icon {
        width: 38px;
        height: 38px;
    }

    .about-intro-content h2,
    .about-expertise-area h2,
    .about-why-heading h2 {
        font-size: 32px;
    }

}


/* ==========================================================
   PREMIUM PRODUCT DETAIL
========================================================== */

.product-detail-hero {
    position: relative;
    padding: 25px 0;

    background: #0a2d3d;

    border-bottom: 1px solid #e7f1f4;
}

.product-hero-pattern {
    position: absolute;
    inset: 0;

    opacity: .35;

    background-image:
        linear-gradient(
            rgba(35,161,211,.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(35,161,211,.04) 1px,
            transparent 1px
        );

    background-size: 45px 45px;
}

.product-breadcrumb {
    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;

    color: #8798a1;

    font-size: 16px;
}

.product-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.product-breadcrumb a:hover {
    color: #23a1d3;
}

.product-breadcrumb i {
    color: #23a1d3;
}

.product-breadcrumb span {
    color: #23a1d3;
}


/* PRODUCT MAIN */

.premium-product-detail {
    padding: 10px 0;

    background: #fff;
}

.product-main-visual {
    position: relative;

    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #f4fbfd,
            #ffffff
        );

    border: 1px solid #e2eef2;

    border-radius: 25px;

    box-shadow:
        0 20px 50px rgba(20,70,85,.07);
}

.product-main-visual img {
    position: relative;
    z-index: 2;

    width: 88%;
    max-height: 430px;

    object-fit: contain;

    transition: .5s;
}

.product-main-visual:hover img {
    transform: scale(1.035);
}

.product-image-badge {
    position: absolute;

    left: 25px;
    top: 25px;

    z-index: 4;

    padding: 8px 13px;

    color: #23a1d3;

    background: #fff;

    border: 1px solid #dceef3;

    border-radius: 20px;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1px;
}

.product-image-glow {
    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(35,161,211,.07);

    filter: blur(25px);
}


/* CONTENT */

.product-detail-label {
    display: inline-block;

    margin-bottom: 15px;

    color: #23a1d3;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 1.7px;
}

.product-detail-content h1 {
    margin: 0 0 22px;

    color: #17232d;

    font-size: clamp(38px,4vw,58px);

    line-height: 1.1;

    font-weight: 600;
}

.product-detail-content h1 span {
    display: block;

    color: #23a1d3;
}

.product-intro {
    max-width: 620px;

    margin-bottom: 30px;

    color: #6c7e87;

    font-size: 17px;

    line-height: 1.8;
}


/* QUICK FEATURES */

.product-quick-features {
    display: grid;

    gap: 12px;

    margin-bottom: 30px;
}

.quick-feature {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 13px 16px;

    background: #f8fcfd;

    border: 1px solid #e8f2f5;

    border-radius: 12px;
}

.quick-feature > i {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 10px;

    background: rgba(35,161,211,.1);

    color: #23a1d3;

    font-size: 19px;
}

.quick-feature strong,
.quick-feature span {
    display: block;
}

.quick-feature strong {
    color: #26343d;

    font-size: 14px;
}

.quick-feature span {
    margin-top: 3px;

    color: #84939c;

    font-size: 15px;
}


/* BUTTONS */

.product-detail-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}

.product-primary-btn,
.product-outline-btn {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    padding: 13px 21px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 16px;

    font-weight: 700;

    transition: .3s;
}

.product-primary-btn {
    color: #fff;

    background: #23a1d3;
}

.product-primary-btn:hover {
    color: #fff;

    background: #168bb8;

    transform: translateY(-3px);
}

.product-outline-btn {
    color: #23a1d3;

    border: 1px solid #b9dfe9;
}

.product-outline-btn:hover {
    color: #fff;

    background: #23a1d3;

    border-color: #23a1d3;
}


/* OVERVIEW */

.product-overview-area {
    padding: 10px 0;

    background: #f7fcfd;
}

.product-section-heading {
    max-width: 700px;

    margin-bottom: 45px;
}

.product-section-heading > span {
    color: #23a1d3;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 1.7px;
}

.product-section-heading h2 {
    margin: 10px 0 12px;

    color: #17232d;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 600;
}

.product-section-heading h2 strong {
    color: #23a1d3;
}

.product-section-heading p {
    margin: 0;

    color: #74858e;

    line-height: 1.7;
}

.product-info-card {
    height: 100%;

    padding: 32px;

    background: #fff;

    border: 1px solid #e3eef2;

    border-radius: 18px;

    transition: .35s;
}

.product-info-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 40px rgba(20,70,85,.08);

    border-color: rgba(35,161,211,.3);
}

.product-info-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    color: #23a1d3;

    background: rgba(35,161,211,.1);

    border-radius: 14px;

    font-size: 24px;
}

.product-info-card h3 {
    margin-bottom: 12px;

    color: #17232d;

    font-size: 20px;
}

.product-info-card p {
    margin: 0;

    color: #74858e;

    line-height: 1.7;

    font-size: 14px;
}


/* SPECIFICATIONS */

.product-specifications-area {
    padding: 10px 0;

    background: #fff;
}

.product-specifications-area h2 {
    margin: 0 0 18px;

    color: #17232d;

    font-size: 43px;

    line-height: 1.2;

    font-weight: 600;
}

.product-specifications-area h2 span {
    color: #23a1d3;
}

.product-specifications-area p {
    color: #74858e;

    line-height: 1.8;
}

.specification-table {
    overflow: hidden;

    border: 1px solid #e2edf1;

    border-radius: 16px;
}

.spec-row {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 20px;

    padding: 18px 22px;

    border-bottom: 1px solid #edf3f5;
}

.spec-row:last-child {
    border-bottom: 0;
}

.spec-row span {
    color: #74858e;

    font-size: 14px;
}

.spec-row strong {
    color: #26343d;

    font-size: 14px;

    text-align: right;
}


/* APPLICATIONS */

.product-applications-area {
    padding: 10px 0;

    background: #f7fcfd;
}

.application-list {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 15px;
}

.application-item {
    display: flex;

    align-items: center;

    gap: 16px;

    padding: 22px;

    color: #24343d;

    background: #fff;

    border: 1px solid #e2edf1;

    border-radius: 14px;

    transition: .3s;
}

.application-item > i:first-child {
    color: #23a1d3;

    font-size: 21px;
}

.application-item span {
    flex: 1;

    font-weight: 700;
}

.application-item > i:last-child {
    color: #9aabb3;
}

.application-item:hover {
    color: #23a1d3;

    border-color: #23a1d3;

    transform: translateX(5px);
}


/* CTA */

.product-detail-cta {
    padding: 55px 0;

    background: #23a1d3;
}

.product-cta-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}

.product-cta-inner > div > span {
    color: rgba(255,255,255,.75);

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.5px;
}

.product-cta-inner h2 {
    margin: 8px 0 0;

    color: #fff;

    font-size: 35px;

    font-weight: 600;
}

.product-cta-inner h2 strong {
    color: #dff7ff;
}

.product-cta-inner > a {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 22px;

    flex-shrink: 0;

    color: #23a1d3;

    background: #fff;

    border-radius: 30px;

    text-decoration: none;

    font-size: 16px;

    font-weight: 700;

    transition: .3s;
}

.product-cta-inner > a:hover {
    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}


/* RESPONSIVE */

@media(max-width:767px) {

    .premium-product-detail {
        padding: 60px 0;
    }

    .product-main-visual {
        min-height: 350px;
    }

    .product-detail-content h1 {
        font-size: 38px;
    }

    .product-section-heading h2,
    .product-specifications-area h2 {
        font-size: 34px;
    }

    .application-list {
        grid-template-columns: 1fr;
    }

    .product-cta-inner {
        flex-direction: column;

        align-items: flex-start;
    }

}


/* ==========================================================
   COMPACT CONTACT PAGE
========================================================== */

.compact-contact-area {
    position: relative;

    overflow: hidden;

    padding: 45px 0 90px;

    background:
        linear-gradient(
            135deg,
            #f6fcfe,
            #ffffff
        );
}

.contact-soft-circle {
    position: absolute;

    width: 420px;
    height: 420px;

    right: -180px;
    top: -160px;

    border-radius: 50%;

    border: 1px solid rgba(35,161,211,.12);
}

.contact-breadcrumb {
    position: relative;

    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 45px;

    font-size: 16px;
}

.contact-breadcrumb a {
    color: #73848d;

    text-decoration: none;
}

.contact-breadcrumb a:hover {
    color: #23a1d3;
}

.contact-breadcrumb i {
    color: #23a1d3;
}

.contact-breadcrumb span {
    color: #23a1d3;
}


/* LEFT */

.compact-contact-info {
   

    padding: 40px;

    background: #23a1d3;

    border-radius: 22px;

    box-shadow:
        0 20px 45px rgba(35,161,211,.16);
}

.contact-label {
    color: rgba(255,255,255,.75);

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.8px;
}

.compact-contact-info h1 {
    margin: 13px 0 18px;

    color: #fff;

    font-size: 43px;

    line-height: 1.15;

    font-weight: 600;
}

.compact-contact-info h1 span {
    color: #dff7ff;
}

.compact-contact-info > p {
    margin-bottom: 35px;

    color: rgba(255,255,255,.82);

    font-size: 14px;

    line-height: 1.8;
}


/* DETAILS */

.contact-details {
    display: grid;

    gap: 18px;
}

.contact-detail-item {
    display: flex;

    align-items: center;

    gap: 13px;
}

.contact-detail-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #23a1d3;

    background: #fff;

    border-radius: 10px;

    font-size: 17px;
}

.contact-detail-item small {
    display: block;

    margin-bottom: 3px;

    color: rgba(255,255,255,.6);

    font-size: 9px;

    letter-spacing: 1.3px;

    font-weight: 600;
}

.contact-detail-item a,
.contact-detail-item span {
    color: #fff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 600;
}


/* SOCIAL */

.contact-social {
    display: flex;

    gap: 8px;

    margin-top: 35px;
}

.contact-social a {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    border: 1px solid rgba(255,255,255,.3);

    border-radius: 50%;

    text-decoration: none;

    transition: .3s;
}

.contact-social a:hover {
    color: #23a1d3;

    background: #fff;

    transform: translateY(-3px);
}


/* FORM */

.compact-contact-form {
    height: 100%;

    padding: 40px;

    background: #fff;

    border: 1px solid #e1edf1;

    border-radius: 22px;

    box-shadow:
        0 15px 40px rgba(25,70,85,.06);
}

.form-heading {
    margin-bottom: 25px;
}

.form-heading span {
    color: #23a1d3;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.6px;
}

.form-heading h2 {
    margin: 7px 0 0;

    color: #17232d;

    font-size: 30px;

    font-weight: 600;
}

.form-heading h2 strong {
    color: #23a1d3;
}


/* INPUT */

.compact-contact-form label {
    display: block;

    margin-bottom: 7px;

    color: #344852;

    font-size: 15px;

    font-weight: 700;
}

.contact-input {
    position: relative;
}

.contact-input > i {
    position: absolute;

    left: 15px;
    top: 50%;

    z-index: 2;

    color: #23a1d3;

    transform: translateY(-50%);

    font-size: 18px;
}

.contact-input input,
.contact-input textarea {
    width: 100%;

    padding: 13px 15px 13px 43px;

    color: #25353e;

    background: #f9fcfd;

    border: 1px solid #e1edf1;

    border-radius: 9px;

    outline: none;

    font-size: 16px;

    transition: .3s;
}

.contact-input textarea {
    resize: vertical;

    min-height: 110px;
}

.contact-input textarea + i {
    top: 18px;

    transform: none;
}

.contact-input input:focus,
.contact-input textarea:focus {
    background: #fff;

    border-color: #23a1d3;

    box-shadow:
        0 0 0 3px rgba(35,161,211,.08);
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #a0afb6;
}


/* SUBMIT */

.contact-submit-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 8px;

    padding: 13px 22px;

    color: #fff;

    background: #23a1d3;

    border: 0;

    border-radius: 30px;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;

    transition: .3s;
}

.contact-submit-btn:hover {
    background: #1688b5;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(35,161,211,.2);
}


/* MOBILE */

@media(max-width:767px) {

    .compact-contact-area {
        padding: 35px 0 65px;
    }

    .compact-contact-info,
    .compact-contact-form {
        padding: 28px;
    }

    .compact-contact-info h1 {
        font-size: 35px;
    }

    .form-heading h2 {
        font-size: 27px;
    }

}


/* ==========================================================
   OTDR PRODUCT PAGE
========================================================== */

/* ==========================================================
   OTDR PRODUCT PAGE
========================================================== */


/* ==========================================================
   HERO SECTION
========================================================== */

.otdr-page-hero {
    position: relative;
    overflow: hidden;

    background: #f7fcfe;
    padding: 25px 0 85px;

    border-bottom: 1px solid #e5f0f3;
}

.otdr-hero-line {
    position: absolute;

    width: 500px;
    height: 500px;

    right: -250px;
    top: -250px;

    border: 1px solid rgba(35,161,211,.08);

    border-radius: 50%;
}

.otdr-breadcrumb {
    position: relative;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    margin-bottom: 65px;

    font-size: 15px;
}

.otdr-breadcrumb a {
    color: #74858e;
    text-decoration: none;

    transition: .3s;
}

.otdr-breadcrumb a:hover {
    color: #23a1d3;
}

.otdr-breadcrumb i {
    color: #23a1d3;
}

.otdr-breadcrumb span {
    color: #74858e;
}

.otdr-breadcrumb strong {
    color: #23a1d3;
}


/* ==========================================================
   HERO CONTENT
========================================================== */

.otdr-hero-content {
    display: flex;
    align-items: center;

    gap: 60px;
}

.otdr-hero-text {
    width: 52%;
}

.otdr-kicker,
.otdr-section-label,
.otdr-heading-center > span,
.otdr-heading > div > span {
    display: block;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.8px;
}

.otdr-hero-text h1 {
    margin: 13px 0 20px;

    color: #17242d;

    font-size: clamp(42px,5vw,68px);

    line-height: 1.04;

    font-weight: 600;
}

.otdr-hero-text h1 span {
    display: block;

    color: #23a1d3;
}

.otdr-hero-text p {
    max-width: 620px;

    color: #70828c;

     font-size: 18px;

    line-height: 1.8;
}


/* ==========================================================
   HERO BUTTONS
========================================================== */

.otdr-hero-buttons {
    display: flex;

    gap: 12px;

    margin-top: 30px;
}

.otdr-btn-primary,
.otdr-btn-light {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 13px 20px;

    border-radius: 30px;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

    transition: .3s;
}

.otdr-btn-primary {
    color: #fff;

    background: #23a1d3;
}

.otdr-btn-primary:hover {
    color: #fff;

    background: #168bb8;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(35,161,211,.18);
}

.otdr-btn-light {
    color: #23a1d3;

    border: 1px solid #c6e4ec;

    background: transparent;
}

.otdr-btn-light:hover {
    color: #fff;

    background: #23a1d3;

    border-color: #23a1d3;
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.otdr-hero-visual {
    position: relative;

    width: 48%;

    min-height: 410px;

    display: flex;

    align-items: center;
    justify-content: center;
}

.otdr-circle {
    position: absolute;

    width: 370px;
    height: 370px;

    border-radius: 50%;

    background: rgba(35,161,211,.055);

    border: 1px solid rgba(35,161,211,.1);

    animation: otdrCircleFloat 8s ease-in-out infinite;
}

.otdr-image-card {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 550px;

    padding: 30px;

    text-align: center;

    background: #fff;

    border: 1px solid #dfedf1;

    border-radius: 22px;

    box-shadow:
        0 25px 60px rgba(25,70,85,.08);
}

.otdr-image-card > span {
    position: absolute;

    left: 20px;
    top: 18px;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1px;
}

.otdr-image-card img {
    width: 90%;

    height: 320px;

    object-fit: contain;

    transition: .5s;
}

.otdr-image-card:hover img {
    transform: scale(1.04);
}


/* ==========================================================
   INTRO
========================================================== */

.otdr-intro {
    padding: 10px 0;

    background: #fff;
}

.otdr-intro h2 {
    margin: 10px 0 0;

    color: #17242d;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 600;
}

.otdr-intro h2 span {
    color: #23a1d3;
}

.otdr-large-text {
    color: #344852 !important;

    font-size: 18px !important;

    line-height: 1.8 !important;
}

.otdr-intro p {
    color: #74858e;

    line-height: 1.8;
}


/* ==========================================================
   CAPABILITIES
========================================================== */

.otdr-capabilities {
    padding: 10px 0;

    background: #f7fcfd;
}

.otdr-heading-center {
    max-width: 700px;

    margin: 0 auto 50px;

    text-align: center;
}

.otdr-heading-center h2 {
    margin: 10px 0 0;

    color: #17242d;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 600;
}

.otdr-heading-center h2 strong {
    color: #23a1d3;
}


/* ==========================================================
   FEATURE CARDS
========================================================== */

.otdr-feature-card {
    height: 100%;

    padding: 30px;

    background: #fff;

    border: 1px solid #e1edf1;

    border-radius: 17px;

    transition: .35s;
}

.otdr-feature-card:hover {
    transform: translateY(-7px);

    border-color: rgba(35,161,211,.35);

    box-shadow:
        0 20px 45px rgba(25,70,85,.07);
}

.otdr-feature-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    color: #23a1d3;

    background: rgba(35,161,211,.1);

    border-radius: 12px;

    font-size: 22px;
}

.otdr-feature-card h3 {
    margin-bottom: 10px;

    color: #1c2b34;

    font-size: 18px;
}

.otdr-feature-card p {
    margin: 0;

    color: #7a8a92;

    font-size: 16px;

    line-height: 1.7;
}


/* ==========================================================
   MODELS
========================================================== */

.otdr-models {
    padding: 10px 0;

    background: #fff;
}

.otdr-heading {
    display: flex;

    align-items: end;

    justify-content: space-between;

    gap: 30px;
}

.otdr-heading h2 {
    margin: 10px 0 0;

    color: #17242d;

    font-size: 42px;

    font-weight: 600;
}

.otdr-heading h2 strong {
    color: #23a1d3;
}

.otdr-heading > p {
    max-width: 400px;

    margin: 0;

    color: #788991;

    line-height: 1.7;
}


/* ==========================================================
   PRODUCT CARDS
========================================================== */

.otdr-product-card {
    height: 100%;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e1edf1;

    border-radius: 20px;

    transition: .35s;
}

.otdr-product-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 22px 50px rgba(25,70,85,.09);

    border-color: rgba(35,161,211,.3);
}

.otdr-product-image {
    position: relative;

    height: 280px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f7fcfd;

    border-bottom: 1px solid #edf3f5;
}

.otdr-product-image > span {
    position: absolute;

    top: 18px;
    left: 18px;

    padding: 6px 10px;

    color: #23a1d3;

    background: #fff;

    border: 1px solid #dceef2;

    border-radius: 20px;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1px;
}

.otdr-product-image img {
    width: 85%;

    height: 220px;

    object-fit: contain;

    transition: .4s;
}

.otdr-product-card:hover
.otdr-product-image img {
    transform: scale(1.05);
}

.otdr-product-content {
    padding: 27px;
}

.otdr-model-number {
    color: #23a1d3;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.5px;
}

.otdr-product-content h3 {
    margin: 7px 0 12px;

    color: #1b2a33;

    font-size: 22px;
}

.otdr-product-content p {
    min-height: 70px;

    margin-bottom: 20px;

    color: #7a8a92;

    font-size: 16px;

    line-height: 1.7;
}

.otdr-product-content a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #23a1d3;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    transition: .3s;
}

.otdr-product-content a:hover {
    gap: 13px;
}


/* ==========================================================
   WORKING
========================================================== */

.otdr-working {
    padding: 10px 0;

    background: #f7fcfd;
}

.otdr-working h2 {
    margin: 10px 0 18px;

    color: #17242d;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 600;
}

.otdr-working h2 span {
    color: #23a1d3;
}

.otdr-working > .container p {
    color: #74858e;

    line-height: 1.8;
}


/* ==========================================================
   WORKING VISUAL
========================================================== */

.otdr-working-visual {
    position: relative;

    height: 330px;

    display: flex;

    align-items: center;

    padding: 30px;

    overflow: hidden;

    background: #fff;

    border: 1px solid #dfedf1;

    border-radius: 20px;
}

.signal-line {
    position: relative;

    width: 100%;
    height: 3px;

    background: #23a1d3;
}

.signal-dot {
    position: absolute;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: #23a1d3;

    box-shadow:
        0 0 0 7px rgba(35,161,211,.1);

    animation: signalPulse 2s ease-in-out infinite;
}

.dot-one {
    left: 25%;
}

.dot-two {
    left: 52%;

    animation-delay: .5s;
}

.dot-three {
    left: 78%;

    animation-delay: 1s;
}

.fiber-label {
    position: absolute;

    top: 35px;
    left: 35px;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.5px;
}

.otdr-mini-box {
    position: absolute;

    bottom: 35px;
    left: 35px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 16px;

    color: #23a1d3;

    background: #f3fafc;

    border-radius: 10px;

    font-size: 15px;

    font-weight: 600;
}


/* ==========================================================
   WORKING STEPS
========================================================== */

.otdr-step {
    display: flex;

    gap: 15px;

    margin-top: 25px;
}

.otdr-step > span {
    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #23a1d3;

    background: rgba(35,161,211,.1);

    border-radius: 50%;

    font-size: 18px;

    font-weight: 600;
}

.otdr-step strong {
    color: #273740;

    font-size: 14px;
}

.otdr-step p {
    margin: 4px 0 0;

    font-size: 15px;

    line-height: 1.6;
}


/* ==========================================================
   APPLICATIONS
========================================================== */

.otdr-applications {
    padding: 10px 0;

    background: #fff;
}

.otdr-application-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 15px;
}

.otdr-application-grid > div {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 22px;

    background: #f8fcfd;

    border: 1px solid #e1edf1;

    border-radius: 12px;

    transition: .3s;
}

.otdr-application-grid i {
    color: #23a1d3;

    font-size: 21px;
}

.otdr-application-grid span {
    color: #344852;

    font-size: 16px;

    font-weight: 700;
}

.otdr-application-grid > div:hover {
    transform: translateY(-4px);

    border-color: #23a1d3;

    background: #fff;
}


/* ==========================================================
   FAQ - DARK PREMIUM
========================================================== */

.otdr-faq {
    position: relative;

    overflow: hidden;

    padding: 10px 0;

    background: #17242d;

    border-top: 1px solid rgba(255,255,255,.04);
}


/* TOP RIGHT GLOW */

.otdr-faq::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -280px;
    right: -170px;

    border-radius: 50%;

    background: rgba(35,161,211,.08);

    animation: faqGlowOne 10s ease-in-out infinite;
}


/* BOTTOM LEFT GLOW */

.otdr-faq::after {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    bottom: -250px;
    left: -150px;

    border-radius: 50%;

    background: rgba(35,161,211,.06);

    animation: faqGlowTwo 12s ease-in-out infinite;
}


/* FAQ CONTAINER */

.otdr-faq .container {
    position: relative;

    z-index: 2;
}


/* FAQ HEADING */

.otdr-faq .otdr-heading-center {
    max-width: 700px;

    margin: 0 auto 45px;

    text-align: center;
}

.otdr-faq .otdr-heading-center > span {
    color: #23a1d3;
}

.otdr-faq .otdr-heading-center h2 {
    margin: 10px 0 0;

    color: #fff;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 600;
}

.otdr-faq .otdr-heading-center h2 strong {
    color: #23a1d3;
}


/* FAQ ACCORDION */

.otdr-accordion {
    position: relative;

    z-index: 3;

    max-width: 900px;

    margin: auto;
}

.otdr-accordion .accordion-item {
    margin-bottom: 11px;

    overflow: hidden;

    background: rgba(255,255,255,.035);

    border: 1px solid rgba(255,255,255,.09) !important;

    border-radius: 12px !important;

    transition: .3s;
}

.otdr-accordion .accordion-item:hover {
    border-color: rgba(35,161,211,.45) !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 30px rgba(0,0,0,.08);
}


/* QUESTION */

.otdr-accordion .accordion-button {
    padding: 20px 22px;

    color: #fff;

    background: transparent;

    box-shadow: none;

    font-size: 14px;

    font-weight: 700;
}

.otdr-accordion .accordion-button:focus {
    box-shadow: none;

    outline: none;
}

.otdr-accordion .accordion-button:not(.collapsed) {
    color: #23a1d3;

    background: rgba(35,161,211,.06);

    box-shadow: none;
}


/* BOOTSTRAP ARROW */

.otdr-accordion .accordion-button::after {
    filter: brightness(0) invert(1);

    opacity: .7;
}

.otdr-accordion .accordion-button:not(.collapsed)::after {
    filter: none;

    opacity: 1;
}


/* FAQ ANSWER */

.otdr-accordion .accordion-body {
    padding: 0 22px 22px;

    color: #a9bac2;

    background: rgba(35,161,211,.025);

    border-top: 1px solid rgba(255,255,255,.06);

    font-size: 16px;

    line-height: 1.8;
}


/* ==========================================================
   FINAL CTA - LIGHT ANIMATED
========================================================== */

.otdr-final-cta {
    position: relative;

    overflow: hidden;

    padding: 25px 0;

    background: #f3fbfd;

    border-top: 1px solid #dceff4;

    border-bottom: 1px solid #dceff4;
}


/* LARGE MOVING CIRCLE - LEFT */

.otdr-final-cta::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    top: -320px;
    left: -120px;

    border-radius: 50%;

    background: rgba(35,161,211,.08);

    animation:
        ctaFloatOne 10s ease-in-out infinite;
}


/* LARGE MOVING CIRCLE - RIGHT */

.otdr-final-cta::after {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -150px;
    bottom: -300px;

    border-radius: 50%;

    background: rgba(35,161,211,.07);

    animation:
        ctaFloatTwo 12s ease-in-out infinite;
}


/* CTA CONTAINER */

.otdr-final-cta .container {
    position: relative;

    z-index: 3;
}


/* MOVING SOFT GLOW */

.otdr-final-cta .container::before {
    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    top: -100px;
    right: 25%;

    border-radius: 50%;

    background: rgba(255,255,255,.75);

    filter: blur(5px);

    animation:
        ctaGlow 7s ease-in-out infinite;
}


/* CTA INNER */

.otdr-final-inner {
    position: relative;

    z-index: 5;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}


/* CTA SMALL LABEL */

.otdr-final-inner span {
    display: block;

    color: #23a1d3;

    font-size: 18px;

    font-weight: 600;

    letter-spacing: 1.8px;
}


/* CTA HEADING */

.otdr-final-inner h2 {
    margin: 8px 0 0;

    color: #17242d;

    font-size: 34px;

    line-height: 1.2;

    font-weight: 600;
}

.otdr-final-inner h2 strong {
    color: #23a1d3;
}


/* CTA BUTTON */

.otdr-final-inner a {
    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 14px 24px;

    flex-shrink: 0;

    overflow: hidden;

    color: #fff;

    background: #23a1d3;

    border: 1px solid #23a1d3;

    border-radius: 30px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    transition: .35s;
}


/* BUTTON SHINE */

.otdr-final-inner a::before {
    content: "";

    position: absolute;

    width: 80px;
    height: 150%;

    top: -25%;
    left: -120px;

    background: rgba(255,255,255,.35);

    transform: rotate(20deg);

    transition: .6s;
}

.otdr-final-inner a:hover::before {
    left: 120%;
}

.otdr-final-inner a:hover {
    color: #fff;

    background: #168db9;

    border-color: #168db9;

    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(35,161,211,.22);
}


/* ==========================================================
   CTA MOVING DOTS
========================================================== */

.otdr-final-inner::before,
.otdr-final-inner::after {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #23a1d3;

    opacity: .18;
}

.otdr-final-inner::before {
    top: -25px;

    left: 45%;

    animation:
        ctaDotOne 5s ease-in-out infinite;
}

.otdr-final-inner::after {
    bottom: -20px;

    right: 30%;

    animation:
        ctaDotTwo 6s ease-in-out infinite;
}


/* ==========================================================
   ANIMATIONS
========================================================== */


/* HERO CIRCLE */

@keyframes otdrCircleFloat {

    0% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(15px,-12px) scale(1.03);
    }

    100% {
        transform: translate(0,0) scale(1);
    }

}


/* SIGNAL PULSE */

@keyframes signalPulse {

    0%,
    100% {
        transform: scale(1);

        box-shadow:
            0 0 0 7px rgba(35,161,211,.1);
    }

    50% {
        transform: scale(1.25);

        box-shadow:
            0 0 0 12px rgba(35,161,211,.04);
    }

}


/* FAQ GLOW */

@keyframes faqGlowOne {

    0% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(-45px,35px) scale(1.08);
    }

    100% {
        transform: translate(0,0) scale(1);
    }

}

@keyframes faqGlowTwo {

    0% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(50px,-30px) scale(1.08);
    }

    100% {
        transform: translate(0,0) scale(1);
    }

}


/* CTA FLOAT ONE */

@keyframes ctaFloatOne {

    0% {
        transform:
            translate3d(0,0,0)
            scale(1);
    }

    50% {
        transform:
            translate3d(80px,35px,0)
            scale(1.08);
    }

    100% {
        transform:
            translate3d(0,0,0)
            scale(1);
    }

}


/* CTA FLOAT TWO */

@keyframes ctaFloatTwo {

    0% {
        transform:
            translate3d(0,0,0)
            scale(1);
    }

    50% {
        transform:
            translate3d(-70px,-40px,0)
            scale(1.1);
    }

    100% {
        transform:
            translate3d(0,0,0)
            scale(1);
    }

}


/* CTA GLOW */

@keyframes ctaGlow {

    0% {
        transform:
            translate(0,0);

        opacity: .35;
    }

    50% {
        transform:
            translate(-100px,40px);

        opacity: .7;
    }

    100% {
        transform:
            translate(0,0);

        opacity: .35;
    }

}


/* CTA DOT ONE */

@keyframes ctaDotOne {

    0% {
        transform:
            translate(0,0);
    }

    50% {
        transform:
            translate(35px,-25px);
    }

    100% {
        transform:
            translate(0,0);
    }

}


/* CTA DOT TWO */

@keyframes ctaDotTwo {

    0% {
        transform:
            translate(0,0);
    }

    50% {
        transform:
            translate(-30px,20px);
    }

    100% {
        transform:
            translate(0,0);
    }

}


/* ==========================================================
   TABLET RESPONSIVE
========================================================== */

@media(max-width:991px) {

    .otdr-hero-content {
        flex-direction: column;
    }

    .otdr-hero-text,
    .otdr-hero-visual {
        width: 100%;
    }

    .otdr-heading {
        align-items: flex-start;

        flex-direction: column;
    }

    .otdr-application-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .otdr-final-inner {
        gap: 30px;
    }

}


/* ==========================================================
   MOBILE RESPONSIVE
========================================================== */

@media(max-width:767px) {

    /* HERO */

    .otdr-page-hero {
        padding-bottom: 60px;
    }

    .otdr-breadcrumb {
        margin-bottom: 40px;
    }

    .otdr-hero-text h1 {
        font-size: 42px;
    }

    .otdr-hero-buttons {
        flex-wrap: wrap;
    }

    .otdr-hero-visual {
        min-height: 330px;
    }

    .otdr-circle {
        width: 280px;
        height: 280px;
    }

    .otdr-image-card {
        padding: 20px;
    }

    .otdr-image-card img {
        height: 240px;
    }


    /* HEADINGS */

    .otdr-intro h2,
    .otdr-heading-center h2,
    .otdr-heading h2,
    .otdr-working h2 {
        font-size: 34px;
    }


    /* APPLICATIONS */

    .otdr-application-grid {
        grid-template-columns: 1fr;
    }


    /* FAQ */

    .otdr-faq {
        padding: 70px 0;
    }

    .otdr-faq .otdr-heading-center h2 {
        font-size: 34px;
    }

    .otdr-accordion .accordion-button {
        padding: 17px 18px;

        font-size: 16px;
    }

    .otdr-accordion .accordion-body {
        padding: 0 18px 18px;

        font-size: 15px;
    }


    /* CTA */

    .otdr-final-cta {
        padding: 55px 0;
    }

    .otdr-final-inner {
        align-items: flex-start;

        flex-direction: column;

        gap: 25px;
    }

    .otdr-final-inner h2 {
        font-size: 28px;
    }

    .otdr-final-inner a {
        padding: 13px 21px;
    }

}


/* ==========================================================
   VERY SMALL DEVICES
========================================================== */

@media(max-width:480px) {

    .otdr-hero-text h1 {
        font-size: 36px;
    }

    .otdr-hero-text p {
        font-size: 14px;
    }

    .otdr-image-card img {
        height: 210px;
    }

    .otdr-feature-card {
        padding: 24px;
    }

    .otdr-product-content {
        padding: 23px;
    }

    .otdr-working-visual {
        height: 280px;

        padding: 20px;
    }

    .fiber-label {
        top: 22px;
        left: 22px;
    }

    .otdr-mini-box {
        bottom: 22px;
        left: 22px;
    }

    .otdr-final-inner h2 {
        font-size: 25px;
    }

}

/* ==========================================
   COMPACT FAQ
========================================== */

.compact-faq-list {
    margin-top: 25px;
}

.compact-faq-item {
    overflow: hidden;

    margin-bottom: 10px;

    background: #fff;

    border: 1px solid #e1edf1;

    border-radius: 10px;

    transition: .3s;
}

.compact-faq-item:hover {
    border-color: rgba(35,161,211,.35);
}


.compact-faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 17px 18px;

    color: #273740;

    background: transparent;

    border: 0;

    text-align: left;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;
}

.compact-faq-question i {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #23a1d3;

    background: rgba(35,161,211,.08);

    border-radius: 50%;

    font-size: 18px;

    transition: .3s;
}


.compact-faq-answer {
    max-height: 0;

    overflow: hidden;

    transition:
        max-height .35s ease,
        padding .35s ease;
}

.compact-faq-answer p {
    margin: 0;

    padding: 0 18px 18px;

    color: #74858e;

    font-size: 15px;

    line-height: 1.7;
}


/* ACTIVE */

.compact-faq-item.active {
    border-color: rgba(35,161,211,.35);
}

.compact-faq-item.active
.compact-faq-question {
    color: #23a1d3;
}

.compact-faq-item.active
.compact-faq-question i {
    color: #fff;

    background: #23a1d3;

    transform: rotate(45deg);
}

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


/* Bottom Link */

.faq-bottom-link {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-top: 20px;

    padding-top: 18px;

    border-top: 1px solid #edf2f4;

    font-size: 15px;

    color: #82919a;
}

.faq-bottom-link a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #23a1d3;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    transition: .3s;
}

.faq-bottom-link a:hover {
    gap: 11px;
}


/* Mobile */

@media(max-width:767px) {

    .faq-bottom-link {
        align-items: flex-start;

        flex-direction: column;
    }

}


/* ==================================================
   MOBILE HEADER FIX
================================================== */

@media (max-width: 991px) {

    /* HEADER */
    #sticky-header.premium-header {
        display: block !important;
        /* position: sticky !important; */
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 99999 !important;
        background: #ffffff !important;
    }

    /* HEADER INNER */
    #sticky-header .premium-header-inner {
        width: 100% !important;
        min-height: 75px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        padding: 10px 20px !important;
    }


    /* =========================
       LOGO
    ========================= */

    #sticky-header .premium-logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;

        width: auto !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        position: relative !important;
        z-index: 100001 !important;
    }

    #sticky-header .premium-logo a {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #sticky-header .premium-logo img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;

        width: auto !important;
        max-width: 170px !important;
        height: auto !important;

        margin: 0 !important;
    }


    /* =========================
       HAMBURGER
    ========================= */

    #sticky-header .premium-mobile-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;

        width: 46px !important;
        height: 46px !important;

        flex-shrink: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
        outline: none !important;

        background: transparent !important;

        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;

        gap: 5px !important;

        cursor: pointer !important;

        position: relative !important;
        z-index: 100002 !important;
    }


    #sticky-header .premium-mobile-toggle span {
        display: block !important;

        width: 27px !important;
        height: 2px !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #17242d !important;

        border-radius: 10px !important;

        opacity: 1 !important;
        visibility: visible !important;

        transition: all .3s ease !important;
    }


    /* =========================
       HAMBURGER ACTIVE
    ========================= */

    #sticky-header
    .premium-mobile-toggle.active
    span:nth-child(1) {

        transform:
            translateY(7px)
            rotate(45deg) !important;
    }


    #sticky-header
    .premium-mobile-toggle.active
    span:nth-child(2) {

        opacity: 0 !important;
    }


    #sticky-header
    .premium-mobile-toggle.active
    span:nth-child(3) {

        transform:
            translateY(-7px)
            rotate(-45deg) !important;
    }


    /* =========================
       HIDE DESKTOP ITEMS
    ========================= */

    #sticky-header .premium-menu {
        display: none !important;
    }

    #sticky-header .premium-header-right {
        display: none !important;
    }


    /* =========================
       MOBILE MENU
    ========================= */

    .premium-mobile-menu {
        display: block !important;

        position: fixed !important;

        top: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 100vh !important;

        padding-top: 90px !important;

        background: #ffffff !important;

        z-index: 99998 !important;

        overflow-y: auto !important;

        opacity: 0 !important;
        visibility: hidden !important;

        transform: translateY(-15px);

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility .3s ease;
    }


    .premium-mobile-menu.active {
        opacity: 1 !important;
        visibility: visible !important;

        transform: translateY(0) !important;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 575px) {

    #sticky-header .premium-header-inner {

       min-height: 68px !important;
        padding: 8px 6px !important;
        margin-top: -41px;
    }


    #sticky-header .premium-logo img {

        max-width: 145px !important;

    }


    #sticky-header .premium-mobile-toggle {

        width: 44px !important;
        height: 44px !important;

    }


    #sticky-header
    .premium-mobile-toggle span {

        width: 25px !important;

    }

}


/* ==================================================
   CFOT PAGE
================================================== */

.cfot-hero {
    position: relative;
    overflow: hidden;
    padding: 20px 0 0px;
    background: #f7fcfe;
    border-bottom: 1px solid #e4eff2;
}

.cfot-hero-ring {
    position: absolute;
    border: 1px solid rgba(35,161,211,.09);
    border-radius: 50%;
    pointer-events: none;
}

.cfot-ring-one {
    width: 550px;
    height: 550px;
    right: -250px;
    top: -260px;
}

.cfot-ring-two {
    width: 350px;
    height: 350px;
    left: -220px;
    bottom: -220px;
}

.cfot-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  
    font-size: 18px;
}

.cfot-breadcrumb a {
    color: #44535a;
    text-decoration: none;
}

.cfot-breadcrumb i {
    color: #23a1d3;
}

.cfot-breadcrumb span {
    color: #23a1d3;
}

.cfot-kicker,
.cfot-section-label,
.cfot-heading-center > span {
    display: block;
    color: #23a1d3;
    font-size: 18px;
    font-weight: 600;
  
}

.cfot-hero-content {
    position: relative;
    z-index: 2;
}

.cfot-hero h1 {
    margin: 13px 0 20px;
    color: #17242d;
    font-size: clamp(44px,5vw,40px);
    line-height: 1.04;
    font-weight: 600;
}

.cfot-hero h1 span {
    display: block;
    color: #23a1d3;
}

.cfot-hero-description {
    max-width: 650px;
    margin-bottom: 15px;
    color: #344852;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

.cfot-hero-small {
    max-width: 650px;
    color: #44535a;
    font-size: 16px;
    line-height: 1.8;
}

.cfot-hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.cfot-btn-primary,
.cfot-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 21px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.cfot-btn-primary {
    color: #fff;
    background: #23a1d3;
}

.cfot-btn-primary:hover {
    color: #fff;
    background: #168bb8;
    transform: translateY(-3px);
}

.cfot-btn-outline {
    color: #23a1d3;
    border: 1px solid #c6e4ec;
}

.cfot-btn-outline:hover {
    color: #fff;
    background: #23a1d3;
    border-color: #23a1d3;
}


/* HERO CARD */

.cfot-hero-card {
    position: relative;
    z-index: 2;
    padding: 35px;
    margin-left: auto;
    max-width: 440px;
    background: #fff;
    border: 1px solid #deedf1;
    border-radius: 24px;
    box-shadow: 0 25px 65px rgba(25,70,85,.09);
}

.cfot-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cfot-card-top span {
    padding: 6px 11px;
    color: #23a1d3;
    background: #effafd;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cfot-card-top i {
    color: #23a1d3;
    font-size: 22px;
}

.cfot-card-icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 22px;
    color: #23a1d3;
    background: rgba(35,161,211,.09);
    border-radius: 20px;
    font-size: 32px;
}

.cfot-hero-card h3 {
    margin-bottom: 8px;
    color: #17242d;
    font-size: 28px;
    font-weight: 700;
}

.cfot-hero-card h3 strong {
    color: #23a1d3;
}

.cfot-hero-card p {
    color: #7a8a92;
    font-size: 16px;
}

.cfot-card-line {
    height: 1px;
    margin: 25px 0;
    background: #e7f0f2;
}

.cfot-card-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cfot-card-info small {
    display: block;
    margin-bottom: 5px;
    color: #9aa8ad;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cfot-card-info strong {
    color: #273740;
    font-size: 16px;
}


/* INTRO */

.cfot-intro {
    padding: 10px 0;
    background: #fff;
}

.cfot-intro h2 {
    margin: 10px 0 0;
    color: #17242d;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.cfot-intro h2 span {
    color: #23a1d3;
}

.cfot-intro-text {
    margin: 0;
    color: #74858e;
    font-size: 18px;
    line-height: 1.8;
}

.cfot-stats {
    margin-top: 5px;
}

.cfot-stat-card {
    height: 100%;
    padding: 28px;
    background: #f7fcfd;
    border: 1px solid #e1edf1;
    border-radius: 15px;
}

.cfot-stat-card strong {
    display: block;
    margin-bottom: 7px;
    color: #23a1d3;
    font-size: 32px;
    font-weight: 600;
}

.cfot-stat-card span {
    color: #44535a;
    font-size: 15px;
}


/* LEARNING */

.cfot-learning {
    padding: 5px 0;
    background: #f7fcfd;
}

.cfot-heading-center {
    max-width: 700px;
    margin: 0 auto 0px;
    text-align: center;
}

.cfot-heading-center h2 {
    margin: 10px 0 12px;
    color: #17242d;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}

.cfot-heading-center h2 strong {
    color: #23a1d3;
}

.cfot-heading-center p {
    color: #778891;
    line-height: 1.8;
    font-size: 14px;
}

.cfot-learning-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    border: 1px solid #e0edf0;
    border-radius: 18px;
    transition: .35s;
}

.cfot-learning-card:hover {
    transform: translateY(-7px);
    border-color: rgba(35,161,211,.35);
    box-shadow: 0 20px 45px rgba(25,70,85,.08);
}

.cfot-number {
    position: absolute;
    right: 20px;
    top: 17px;
    color: #edf5f7;
    font-size: 42px;
    font-weight: 900;
}

.cfot-learning-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #23a1d3;
    background: rgba(35,161,211,.09);
    border-radius: 13px;
    font-size: 22px;
}

.cfot-learning-card h3 {
    position: relative;
    margin-bottom: 10px;
    color: #1c2b34;
    font-size: 18px;
}

.cfot-learning-card p {
    margin: 0;
    color: #788991;
    font-size: 16px;
    line-height: 1.7;
}


/* PRACTICAL */

.cfot-practical {
    padding: 10px 0;
    background: #fff;
}

.cfot-practical h2 {
    margin: 10px 0 18px;
    color: #17242d;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.cfot-practical h2 span {
    color: #23a1d3;
}

.cfot-practical-description {
    max-width: 650px;
    color: #778891;
    line-height: 1.8;
    font-size: 14px;
}

.cfot-practical-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cfot-visual-circle {
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(35,161,211,.12);
    background: rgba(35,161,211,.04);
    border-radius: 50%;
}

.cfot-equipment-card {
    position: relative;
    z-index: 2;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #deedf1;
    border-radius: 30px;
    box-shadow: 0 25px 55px rgba(25,70,85,.09);
}

.cfot-equipment-card i {
    margin-bottom: 15px;
    color: #23a1d3;
    font-size: 48px;
}

.cfot-equipment-card span {
    color: #9aa8ad;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.cfot-equipment-card strong {
    margin-top: 6px;
    color: #273740;
    font-size: 17px;
}

.cfot-floating-card {
    position: absolute;
    z-index: 3;
    right: 15px;
    bottom: 45px;
    padding: 13px 17px;
    color: #23a1d3;
    background: #fff;
    border: 1px solid #dfedf1;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(25,70,85,.08);
    font-size: 15px;
    font-weight: 600;
}

.cfot-floating-card i {
    margin-right: 6px;
}

.cfot-practical-list {
    margin-top: 25px;
}

.cfot-practical-list > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #4d6069;
    font-size: 16px;
    line-height: 1.6;
}

.cfot-practical-list i {
    flex-shrink: 0;
    color: #23a1d3;
    font-size: 17px;
}


/* COURSE DETAILS */

.cfot-course-details {
    padding: 10px 0;
    background: #f7fcfd;
}

.cfot-detail-box {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 23px;
    background: #fff;
    border: 1px solid #dfedf1;
    border-radius: 14px;
    transition: .3s;
}

.cfot-detail-box:hover {
    transform: translateY(-4px);
    border-color: #23a1d3;
}

.cfot-detail-box > i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #23a1d3;
    background: rgba(35,161,211,.09);
    border-radius: 12px;
    font-size: 20px;
}

.cfot-detail-box small {
    display: block;
    margin-bottom: 5px;
    color: #9aa8ad;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cfot-detail-box strong {
    color: #293942;
    font-size: 14px;
}


/* AUDIENCE */

.cfot-audience {
    padding: 10px 0;
    background: #fff;
}

.cfot-audience h2 {
    margin: 10px 0 15px;
    color: #17242d;
    font-size: 42px;
    font-weight: 600;
}

.cfot-audience h2 span {
    color: #23a1d3;
}

.cfot-audience p {
    max-width: 560px;
    color: #778891;
    font-size: 14px;
    line-height: 1.8;
}

.cfot-audience-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 13px;
}

.cfot-audience-grid > div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px;
    background: #f8fcfd;
    border: 1px solid #e1edf1;
    border-radius: 13px;
    transition: .3s;
}

.cfot-audience-grid > div:hover {
    transform: translateY(-4px);
    border-color: #23a1d3;
    background: #fff;
}

.cfot-audience-grid i {
    color: #23a1d3;
    font-size: 21px;
}

.cfot-audience-grid span {
    color: #43565f;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}


/* CAREER */

.cfot-career {
    padding: 10px 0;
    background: #f7fcfd;
}

.cfot-career-card {
    height: 100%;
    padding: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #dfedf1;
    border-radius: 17px;
    transition: .35s;
}

.cfot-career-card:hover {
    transform: translateY(-7px);
    border-color: #23a1d3;
    box-shadow: 0 20px 40px rgba(25,70,85,.07);
}

.cfot-career-card i {
    color: #23a1d3;
    font-size: 28px;
}

.cfot-career-card h3 {
    margin: 17px 0 9px;
    color: #26363f;
    font-size: 18px;
}

.cfot-career-card p {
    margin: 0;
    color: #7b8b92;
    font-size: 15px;
    line-height: 1.7;
}


/* CTA */

.cfot-cta {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background: #23a1d3;
}

.cfot-cta-circle {
    position: absolute;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
}

.cfot-cta-circle-one {
    width: 400px;
    height: 400px;
    right: -160px;
    top: -200px;
}

.cfot-cta-circle-two {
    width: 280px;
    height: 280px;
    left: -150px;
    bottom: -180px;
}

.cfot-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cfot-cta-inner span {
    color: rgba(255,255,255,.72);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.6px;
}

.cfot-cta-inner h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

.cfot-cta-inner h2 strong {
    color: #dff7ff;
}

.cfot-cta-inner a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    flex-shrink: 0;
    color: #23a1d3;
    background: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.cfot-cta-inner a:hover {
    color: #23a1d3;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}


/* RESPONSIVE */

@media(max-width:991px) {

    .cfot-hero-card {
        margin: 45px auto 0;
    }

    .cfot-practical-visual {
        margin-bottom: 40px;
    }

    .cfot-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media(max-width:767px) {

    .cfot-hero {
        padding-bottom: 65px;
    }

    .cfot-breadcrumb {
        margin-bottom: 40px;
    }

    .cfot-hero h1 {
        font-size: 42px;
    }

    .cfot-hero-buttons {
        flex-wrap: wrap;
    }

    .cfot-intro,
    .cfot-learning,
    .cfot-practical,
    .cfot-course-details,
    .cfot-audience,
    .cfot-career {
        padding: 65px 0;
    }

    .cfot-intro h2,
    .cfot-heading-center h2,
    .cfot-practical h2,
    .cfot-audience h2 {
        font-size: 34px;
    }

    .cfot-audience-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .cfot-practical-visual {
        height: 330px;
    }

    .cfot-visual-circle {
        width: 260px;
        height: 260px;
    }

    .cfot-equipment-card {
        width: 210px;
        height: 210px;
    }

    .cfot-floating-card {
        right: 0;
        bottom: 20px;
    }

}

/*==================================================
 FOC TRAINING PAGE
==================================================*/

.foc-page-hero {
    position: relative;
    overflow: hidden;
    background: #f7fcfe;
    padding: 20px 0 30px;
    border-bottom: 1px solid #e5f0f3;
}

.foc-hero-orbit {
    position: absolute;
    border: 1px solid rgba(35,161,211,.08);
    border-radius: 50%;
    pointer-events: none;
}

.foc-orbit-one {
    width: 550px;
    height: 550px;
    right: -250px;
    top: -250px;
}

.foc-orbit-two {
    width: 300px;
    height: 300px;
    left: -180px;
    bottom: -180px;
}

.foc-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 10px;
    font-size: 15px;
}

.foc-breadcrumb a {
    color: #74858e;
    text-decoration: none;
}

.foc-breadcrumb i {
    color: #23a1d3;
}

.foc-breadcrumb span {
    color: #23a1d3;
    font-weight: 700;
}

.foc-hero-content {
    padding-right: 30px;
}

.foc-kicker,
.foc-section-label {
    display: block;
    color: #23a1d3;
    font-size: 18px;
    font-weight: 600;
}

.foc-hero-content h1 {
    margin: 14px 0 20px;
    color: #17242d;
    font-size: clamp(44px,5vw,48px);
    line-height: 1.04;
    font-weight: 600;
}

.foc-hero-content h1 span {
  
    color: #23a1d3;
}

.foc-hero-content > p {
    max-width: 600px;
    color: #71828b;
     font-size: 18px;
    line-height: 1.8;
}

.foc-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.foc-btn-primary,
.foc-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 21px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.foc-btn-primary {
    color: #fff;
    background: #23a1d3;
}

.foc-btn-primary:hover {
    color: #fff;
    background: #168bb8;
    transform: translateY(-3px);
}

.foc-btn-light {
    color: #23a1d3;
    border: 1px solid #c6e4ec;
}

.foc-btn-light:hover {
    color: #fff;
    background: #23a1d3;
    border-color: #23a1d3;
}

.foc-hero-stats {
    display: flex;
    gap: 35px;
    margin-top: 45px;
}

.foc-hero-stats div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.foc-hero-stats strong {
    color: #263740;
    font-size: 18px;
    letter-spacing: 1px;
}

.foc-hero-stats span {
    color: #84939a;
    font-size: 15px;
}

.foc-hero-visual {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foc-visual-circle {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(35,161,211,.05);
    border: 1px solid rgba(35,161,211,.1);
}

.foc-image-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 510px;
    padding: 25px;
    background: #fff;
    border: 1px solid #dfedf1;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(25,70,85,.08);
}

.foc-image-card > span {
    position: absolute;
    top: 18px;
    left: 22px;
    color: #23a1d3;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1px;
}

.foc-image-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 14px;
}

.foc-image-badge {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 15px;
    background: rgba(255,255,255,.95);
    border: 1px solid #e1edf1;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(25,70,85,.08);
}

.foc-image-badge > i {
    color: #23a1d3;
    font-size: 20px;
}

.foc-image-badge strong,
.foc-image-badge small {
    display: block;
}

.foc-image-badge strong {
    color: #263740;
    font-size: 15px;
}

.foc-image-badge small {
    color: #8a989e;
    font-size: 9px;
}


/* INTRO */

.foc-intro {
    padding: 10px 0;
    background: #fff;
}

.foc-intro h2 {
    margin: 10px 0 0;
    color: #17242d;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}

.foc-intro h2 span {
    display: block;
    color: #23a1d3;
}

.foc-intro p {
    color: #74858e;
    line-height: 1.8;
}

.foc-intro .foc-large-text {
    color: #344852;
    font-size: 18px;
}


/* COURSES */

.foc-courses {
    padding: 10px 0;
    background: #f7fcfd;
}

.foc-heading-center {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.foc-heading-center > span {
    color: #23a1d3;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.foc-heading-center h2 {
    margin: 10px 0 12px;
    color: #17242d;
    font-size: 40px;
    font-weight: 600;
}

.foc-heading-center h2 strong {
    color: #23a1d3;
}

.foc-heading-center p {
    margin: 0;
    color: #7a8a92;
    line-height: 1.7;
}

.foc-course-card {
    position: relative;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1edf1;
    border-radius: 17px;
    transition: .35s;
}

.foc-course-card:hover {
    transform: translateY(-7px);
    border-color: rgba(35,161,211,.35);
    box-shadow: 0 20px 45px rgba(25,70,85,.08);
}

.foc-course-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(35,161,211,.15);
    font-size: 32px;
    font-weight: 600;
}

.foc-course-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #23a1d3;
    background: rgba(35,161,211,.09);
    border-radius: 12px;
    font-size: 22px;
}

.foc-course-card h3 {
    margin-bottom: 10px;
    color: #263740;
    font-size: 18px;
}

.foc-course-card p {
    margin: 0;
    color: #7a8a92;
    font-size: 16px;
    line-height: 1.7;
}

.foc-course-wide {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.foc-course-wide .foc-course-icon {
    flex-shrink: 0;
}

.foc-course-wide h3 {
    margin-top: 4px;
}

.foc-highlight {
    background: #eef9fc;
    border-color: #cceaf2;
}


/* APPROACH */

.foc-approach {
    padding: 10px 0;
    background: #fff;
}

.foc-training-visual {
    position: relative;
    height: 420px;
    overflow: hidden;
    background: #f7fcfd;
    border: 1px solid #e0edf1;
    border-radius: 22px;
}

.foc-training-grid {
    position: absolute;
    inset: 0;
    opacity: .45;
    background-image:
        linear-gradient(#dceff4 1px, transparent 1px),
        linear-gradient(90deg,#dceff4 1px,transparent 1px);
    background-size: 35px 35px;
}

.foc-training-line {
    position: absolute;
    top: 50%;
    left: 12%;
    width: 76%;
    height: 2px;
    background: #23a1d3;
}

.foc-training-node {
    position: absolute;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    background: #fff;
    border: 1px solid #cde8ef;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(25,70,85,.08);
}

.node-one {
    left: 12%;
    top: calc(50% - 27px);
}

.node-two {
    left: calc(50% - 27px);
    top: calc(50% - 27px);
}

.node-three {
    right: 12%;
    top: calc(50% - 27px);
}

.foc-training-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #23a1d3;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(35,161,211,.25);
}

.foc-training-center i {
    font-size: 25px;
    margin-bottom: 5px;
}

.foc-training-center strong {
    font-size: 16px;
}

.foc-training-center small {
    font-size: 8px;
    letter-spacing: 1px;
}

.foc-approach-content {
    padding-left: 45px;
}

.foc-approach-content h2 {
    margin: 10px 0 18px;
    color: #17242d;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}

.foc-approach-content h2 span {
    display: block;
    color: #23a1d3;
}

.foc-approach-content > p {
    color: #74858e;
    line-height: 1.8;
}

.foc-approach-list {
    margin-top: 30px;
}

.foc-approach-list > div {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.foc-approach-list > div > span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #23a1d3;
    background: rgba(35,161,211,.1);
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
}

.foc-approach-list strong {
    color: #273740;
    font-size: 14px;
}

.foc-approach-list p {
    margin: 3px 0 0;
    color: #7a8a92;
    font-size: 15px;
}


/* AUDIENCE */

.foc-audience {
    padding: 10px 0;
    background: #f7fcfd;
}

.foc-audience-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e1edf1;
    border-radius: 13px;
    transition: .3s;
}

.foc-audience-card:hover {
    transform: translateY(-4px);
    border-color: #23a1d3;
}

.foc-audience-card i {
    color: #23a1d3;
    font-size: 22px;
}

.foc-audience-card span {
    color: #344852;
    font-size: 16px;
    font-weight: 700;
}


/* HIGHLIGHTS */

.foc-highlights {
    padding: 70px 0;
    background: #fff;
}

.foc-highlight-box {
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 28px;
    border: 1px solid #e1edf1;
    border-radius: 15px;
    background: #fff;
}

.foc-highlight-box > i {
    color: #23a1d3;
    font-size: 28px;
}

.foc-highlight-box span {
    color: #23a1d3;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.foc-highlight-box h3 {
    margin: 6px 0 8px;
    color: #263740;
    font-size: 19px;
}

.foc-highlight-box p {
    margin: 0;
    color: #7a8a92;
    font-size: 15px;
    line-height: 1.7;
}


/* CTA */

.foc-final-cta {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background: #23a1d3;
}

.foc-cta-orb {
    position: absolute;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    animation: focFloat 7s ease-in-out infinite;
}

.foc-cta-orb-one {
    width: 300px;
    height: 300px;
    right: -100px;
    top: -150px;
}

.foc-cta-orb-two {
    width: 180px;
    height: 180px;
    left: 10%;
    bottom: -130px;
    animation-delay: -2s;
}

@keyframes focFloat {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(18px);
    }
}

.foc-final-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.foc-final-inner > div > span {
    color: rgba(255,255,255,.7);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.foc-final-inner h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.foc-final-inner h2 strong {
    color: #dff7ff;
}

.foc-final-inner > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 14px 23px;
    color: #23a1d3;
    background: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.foc-final-inner > a:hover {
    color: #23a1d3;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}


/* RESPONSIVE */

@media(max-width:991px) {

    .foc-hero-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .foc-hero-visual {
        min-height: 400px;
    }

    .foc-approach-content {
        padding-left: 0;
        margin-top: 45px;
    }

    .foc-course-wide {
        display: block;
    }

    .foc-final-inner {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media(max-width:767px) {

    .foc-page-hero {
        padding-bottom: 60px;
    }

    .foc-breadcrumb {
        margin-bottom: 40px;
    }

    .foc-hero-content h1 {
        font-size: 42px;
    }

    .foc-hero-stats {
        gap: 20px;
        flex-wrap: wrap;
    }

    .foc-hero-visual {
        min-height: 330px;
    }

    .foc-visual-circle {
        width: 280px;
        height: 280px;
    }

    .foc-image-card img {
        height: 250px;
    }

    .foc-intro h2,
    .foc-heading-center h2,
    .foc-approach-content h2 {
        font-size: 34px;
    }

    .foc-training-visual {
        height: 330px;
    }

    .foc-final-inner h2 {
        font-size: 27px;
    }

}

/* ==================================================
   FOC COURSES - SUBTLE MOVING DARK BACKGROUND
================================================== */

.foc-courses {
    position: relative;
    overflow: hidden;
    background: #10232d;
    isolation: isolate;
}


/* Soft moving light */
.foc-courses::before {
    content: "";
    position: absolute;

    width: 550px;
    height: 550px;

    top: -250px;
    left: -180px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(35, 161, 211, 0.16) 0%,
        rgba(35, 161, 211, 0.06) 35%,
        transparent 70%
    );

    filter: blur(10px);

    animation: focGlowMove 12s ease-in-out infinite alternate;

    pointer-events: none;
    z-index: -1;
}


/* Second moving glow */
.foc-courses::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -180px;
    bottom: -250px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(35, 161, 211, 0.13) 0%,
        rgba(35, 161, 211, 0.04) 40%,
        transparent 72%
    );

    filter: blur(15px);

    animation: focGlowMove2 15s ease-in-out infinite alternate;

    pointer-events: none;
    z-index: -1;
}


/* ==================================================
   SUBTLE TECH GRID
================================================== */

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

.foc-courses {
    background-image:
        linear-gradient(
            rgba(255,255,255,0.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.025) 1px,
            transparent 1px
        );

    background-size: 55px 55px;
}


/* ==================================================
   MOVING LIGHT LINE
================================================== */

.foc-courses .container::before {
    content: "";

    position: absolute;

    top: 20%;
    left: -20%;

    width: 140%;
    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(35,161,211,0.18),
        rgba(35,161,211,0.45),
        rgba(35,161,211,0.18),
        transparent
    );

    transform: rotate(-8deg);

    animation: focScanLine 9s linear infinite;

    pointer-events: none;
}


/* ==================================================
   HEADING - MAKE IT FIT DARK BG
================================================== */

.foc-heading-center span {
    color: #5bc7ed;
}

.foc-heading-center h2 {
    color: #ffffff;
}

.foc-heading-center h2 strong {
    color: #23a1d3;
}

.foc-heading-center p {
    color: rgba(255,255,255,0.62);
}


/* ==================================================
   COURSE CARDS
================================================== */

.foc-course-card {
    position: relative;

    background: rgba(255,255,255,0.97);

    border: 1px solid rgba(255,255,255,0.10);

    box-shadow:
        0 15px 45px rgba(0,0,0,0.12);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}


/* subtle blue glow on hover */

.foc-course-card:hover {
    transform: translateY(-7px);

    border-color: rgba(35,161,211,0.55);

    box-shadow:
        0 20px 55px rgba(0,0,0,0.22),
        0 0 30px rgba(35,161,211,0.08);
}


/* ==================================================
   NUMBER
================================================== */

.foc-course-number {
    color: #23a1d3;
}


/* ==================================================
   ICON
================================================== */

.foc-course-icon {
    color: #23a1d3;

    background: rgba(35,161,211,0.09);
}


/* ==================================================
   HIGHLIGHT CARD
================================================== */

.foc-course-card.foc-highlight {
    background: linear-gradient(
        135deg,
        rgba(35,161,211,0.14),
        rgba(255,255,255,0.97)
    );

    border-color: rgba(35,161,211,0.25);
}


/* ==================================================
   ANIMATIONS
================================================== */

@keyframes focGlowMove {

    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(180px, 100px, 0) scale(1.08);
    }

    100% {
        transform: translate3d(80px, 230px, 0) scale(.95);
    }
}


@keyframes focGlowMove2 {

    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-160px, -100px, 0) scale(1.1);
    }

    100% {
        transform: translate3d(-50px, -220px, 0) scale(.95);
    }
}


@keyframes focScanLine {

    0% {
        transform: translateX(-20%) rotate(-8deg);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateX(20%) rotate(-8deg);
        opacity: 0;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .foc-courses {
        background-size: 40px 40px;
    }

    .foc-courses::before {
        width: 350px;
        height: 350px;
    }

    .foc-courses::after {
        width: 320px;
        height: 320px;
    }

}

    :root {
        --rental-blue: #23a1d3;
        --rental-dark: #17242d;
        --rental-text: #687980;
        --rental-light: #f5fbfd;
    }


    /* ==================================================
   HERO
================================================== */

    .rental-hero {
        position: relative;
        overflow: hidden;
        padding: 10px 0 10px;
        background:
            radial-gradient(circle at 85% 30%,
                rgba(35, 161, 211, .12),
                transparent 32%),
            linear-gradient(135deg, #f7fcfd 0%, #ffffff 60%);
    }

    .rental-hero-shape {
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .shape-one {
        width: 400px;
        height: 400px;
        right: -180px;
        top: -180px;
        background: rgba(35, 161, 211, .07);
    }

    .shape-two {
        width: 260px;
        height: 260px;
        left: -160px;
        bottom: -160px;
        background: rgba(35, 161, 211, .05);
    }

    .rental-eyebrow,
    .section-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--rental-blue);
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1.5px;
        margin-bottom: 18px;
    }

    .rental-hero-content h1 {
        color: var(--rental-dark);
        font-size: 58px;
        line-height: 1.08;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .rental-hero-content h1 strong {
        display: block;
        color: var(--rental-blue);
    }

    .rental-hero-content p {
        max-width: 650px;
        color: var(--rental-text);
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 32px;
    }

    .rental-hero-buttons {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
    }

    .rental-btn,
    .rental-btn-outline {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 25px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        transition: .3s;
    }

    .rental-btn {
        color: #fff;
        background: var(--rental-blue);
    }

    .rental-btn:hover {
        color: #fff;
        background: #168bb8;
        transform: translateY(-3px);
    }

    .rental-btn-outline {
        color: var(--rental-dark);
        border: 1px solid #dce8ec;
        background: #fff;
    }

    .rental-btn-outline:hover {
        color: var(--rental-blue);
        border-color: var(--rental-blue);
    }

    .rental-hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 28px;
    }

    .rental-hero-points div {
        color: #60717a;
        font-size: 15px;
        font-weight: 600;
    }

    .rental-hero-points i {
        color: var(--rental-blue);
        margin-right: 5px;
    }

    .rental-hero-image {
        position: relative;
        min-height: 440px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rental-hero-image img {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 490px;
        object-fit: contain;
        filter: drop-shadow(0 25px 35px rgba(23, 36, 45, .15));
    }

    .rental-image-glow {
        position: absolute;
        width: 370px;
        height: 370px;
        border-radius: 50%;
        background: rgba(35, 161, 211, .12);
        animation: rentalPulse 4s infinite;
    }

    @keyframes rentalPulse {

        0%,
        100% {
            transform: scale(.95);
            opacity: .7;
        }

        50% {
            transform: scale(1.05);
            opacity: 1;
        }
    }

    .rental-floating-card {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 25px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 18px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 15px 45px rgba(23, 36, 45, .14);
    }

    .rental-floating-icon {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--rental-blue);
        border-radius: 50%;
    }

    .rental-floating-card strong,
    .rental-floating-card span {
        display: block;
    }

    .rental-floating-card strong {
        color: var(--rental-dark);
        font-size: 15px;
    }

    .rental-floating-card span {
        color: #89979d;
        font-size: 18px;
        margin-top: 3px;
    }


    /* ==================================================
   INTRO
================================================== */

    .rental-intro {
        padding: 10px 0;
        background: #fff;
    }

    .rental-intro-image {
        position: relative;
        padding-right: 35px;
    }

    .rental-intro-image img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
    }

    .rental-experience-box {
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 170px;
        padding: 20px;
        background: var(--rental-blue);
        color: #fff;
        border-radius: 8px;
        box-shadow: 0 15px 35px rgba(35, 161, 211, .25);
    }

    .rental-experience-box strong {
        display: block;
        font-size: 38px;
        line-height: 1;
    }

    .rental-experience-box span {
        display: block;
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.5;
    }

    .rental-intro-content {
        padding-left: 30px;
    }

    .rental-intro-content h2,
    .rental-section-heading h2,
    .rental-benefit-heading h2,
    .refurbished-content h2 {
        color: var(--rental-dark);
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .rental-intro-content h2 strong,
    .rental-section-heading h2 strong,
    .rental-benefit-heading h2 strong,
    .refurbished-content h2 strong {
        color: var(--rental-blue);
    }

    .rental-intro-content p,
    .refurbished-content p {
        color: var(--rental-text);
        font-size: 18px;
        line-height: 1.8;
    }

    .rental-check-list {
        margin-top: 25px;
    }

    .rental-check-list div {
        margin-bottom: 12px;
        color: #52636b;
        font-size: 16px;
        font-weight: 600;
    }

    .rental-check-list i {
        color: var(--rental-blue);
        margin-right: 8px;
    }


    /* ==================================================
   EQUIPMENT
================================================== */

    .rental-equipment {
        padding: 10px 0;
        background: var(--rental-light);
    }

    .rental-section-heading {
        max-width: 700px;
        margin: 0 auto 50px;
    }

    .rental-section-heading p {
        color: var(--rental-text);
        font-size: 18px;
    }

    .rental-category-card {
        height: 100%;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e8f0f3;
        border-radius: 10px;
        transition: .35s;
    }

    .rental-category-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(23, 36, 45, .10);
    }

    .rental-card-image {
        position: relative;
        height: 220px;
        overflow: hidden;
        background: #eef8fb;
    }

    .rental-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

    .rental-category-card:hover .rental-card-image img {
        transform: scale(1.06);
    }

    .rental-card-number {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--rental-blue);
        border-radius: 50%;
        font-size: 15px;
        font-weight: 600;
    }

    .rental-card-content {
        padding: 28px;
    }

    .rental-card-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--rental-blue);
        background: #eef9fc;
        border-radius: 8px;
        font-size: 21px;
        margin-bottom: 18px;
    }

    .rental-card-content h3 {
        color: var(--rental-dark);
        font-size: 21px;
        margin-bottom: 12px;
    }

    .rental-card-content p {
        color: var(--rental-text);
        font-size: 16px;
        line-height: 1.7;
    }

    .rental-card-content ul {
        margin: 18px 0;
        padding: 0;
        list-style: none;
    }

    .rental-card-content li {
        color: #63747b;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .rental-card-content li i {
        color: var(--rental-blue);
        margin-right: 7px;
    }

    .rental-card-content>a {
        display: inline-flex;
        gap: 7px;
        color: var(--rental-blue);
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
    }


    /* ==================================================
   BENEFITS
================================================== */

    .rental-benefits {
        padding: 10px 0;
        background: #fff;
    }

    .rental-benefit-heading {
        padding-right: 40px;
    }

    .rental-benefit-heading p {
        color: var(--rental-text);
        line-height: 1.8;
        font-size: 18px;
    }

    .rental-benefit-card {
        height: 100%;
        padding: 28px;
        background: #f8fcfd;
        border: 1px solid #e8f1f3;
        border-radius: 9px;
        transition: .3s;
    }

    .rental-benefit-card:hover {
        background: #fff;
        border-color: rgba(35, 161, 211, .3);
        transform: translateY(-4px);
        box-shadow: 0 12px 35px rgba(23, 36, 45, .07);
    }

    .rental-benefit-card>i {
        color: var(--rental-blue);
        font-size: 25px;
    }

    .rental-benefit-card h3 {
        color: var(--rental-dark);
        font-size: 17px;
        margin: 15px 0 8px;
    }

    .rental-benefit-card p {
        color: var(--rental-text);
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
    }


    /* ==================================================
   PLANS
================================================== */

    .rental-options {
        padding: 10px 0;
        background: #f6fbfc;
    }

    .rental-plan {
        height: 100%;
        padding: 32px 25px;
        text-align: center;
        background: #fff;
        border: 1px solid #e6eef1;
        border-radius: 10px;
        transition: .3s;
    }

    .rental-plan:hover {
        transform: translateY(-7px);
        box-shadow: 0 18px 40px rgba(23, 36, 45, .08);
    }

    .rental-plan-icon {
        width: 58px;
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
        color: var(--rental-blue);
        background: #edf9fc;
        border-radius: 50%;
        font-size: 23px;
    }

    .rental-plan h3 {
        color: var(--rental-dark);
        font-size: 18px;
    }

    .rental-plan p {
        color: var(--rental-text);
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
    }


    /* ==================================================
   INDUSTRIES
================================================== */

    .rental-industries {
        padding: 10px 0;
        background: #fff;
    }

    .rental-industry-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .rental-industry-grid div {
        min-height: 125px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
        text-align: center;
        background: #f7fbfc;
        border: 1px solid #e7eff1;
        border-radius: 8px;
        transition: .3s;
    }

    .rental-industry-grid div:hover {
        color: #fff;
        background: var(--rental-blue);
        border-color: var(--rental-blue);
        transform: translateY(-4px);
    }

    .rental-industry-grid i {
        color: var(--rental-blue);
        font-size: 25px;
    }

    .rental-industry-grid div:hover i {
        color: #fff;
    }

    .rental-industry-grid span {
        color: var(--rental-dark);
        font-size: 15px;
        font-weight: 700;
    }

    .rental-industry-grid div:hover span {
        color: #fff;
    }


    /* ==================================================
   REFURBISHED
================================================== */

    .rental-refurbished {
        padding: 10px 0;
        background: var(--rental-light);
    }

    .refurbished-content {
        padding-right: 40px;
    }

    .refurbished-visual {
        position: relative;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 15px;
        background: linear-gradient(145deg,
                #eaf8fc,
                #ffffff);
    }

    .visual-circle {
        position: absolute;
        border-radius: 50%;
        border: 1px solid rgba(35, 161, 211, .15);
    }

    .circle-one {
        width: 300px;
        height: 300px;
    }

    .circle-two {
        width: 210px;
        height: 210px;
    }

    .refurbished-main-icon {
        position: relative;
        z-index: 2;
        width: 110px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--rental-blue);
        border-radius: 25px;
        font-size: 50px;
        box-shadow: 0 20px 40px rgba(35, 161, 211, .25);
    }

    .mini-equipment-card {
        position: absolute;
        z-index: 3;
        padding: 12px 18px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(23, 36, 45, .10);
        color: var(--rental-dark);
        font-size: 15px;
        font-weight: 700;
    }

    .mini-equipment-card i {
        color: var(--rental-blue);
        margin-right: 6px;
    }

    .card-one {
        left: 15%;
        top: 22%;
    }

    .card-two {
        right: 15%;
        bottom: 22%;
    }


    /* ==================================================
   CTA
================================================== */

    .rental-cta {
        padding: 30px 0 100px;
        background: #fff;
    }

    .rental-cta-inner {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        padding: 55px 60px;
        border-radius: 15px;
        background:
            radial-gradient(circle at 90% 20%,
                rgba(255, 255, 255, .12),
                transparent 30%),
            var(--rental-blue);
    }

    .rental-cta-content span {
        color: rgba(255, 255, 255, .8);
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }

    .rental-cta-content h2 {
        color: #fff;
        font-size: 34px;
        line-height: 1.2;
        margin: 12px 0;
    }

    .rental-cta-content h2 strong {
        display: block;
    }

    .rental-cta-content p {
        max-width: 650px;
        color: rgba(255, 255, 255, .85);
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }

    .rental-cta-action {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .white-btn {
        color: var(--rental-dark);
        background: #fff;
    }

    .white-btn:hover {
        color: var(--rental-dark);
        background: #f2f8fa;
    }

    .rental-phone {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
    }

    .rental-phone i {
        margin-right: 5px;
    }


    /* ==================================================
   RESPONSIVE
================================================== */

    @media(max-width:991px) {

        .rental-hero {
            padding: 80px 0;
        }

        .rental-hero-content h1 {
            font-size: 44px;
        }

        .rental-hero-image {
            min-height: 350px;
            margin-top: 40px;
        }

        .rental-intro-content {
            padding-left: 0;
            margin-top: 50px;
        }

        .rental-benefit-heading {
            padding-right: 0;
            margin-bottom: 40px;
        }

        .rental-industry-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .rental-cta-inner {
            flex-direction: column;
            align-items: flex-start;
            padding: 40px;
        }

        .rental-cta-action {
            align-items: flex-start;
        }

    }

    @media(max-width:767px) {

        .rental-hero-content h1 {
            font-size: 36px;
        }

        .rental-hero-content p {
            font-size: 14px;
        }

        .rental-hero-points {
            flex-direction: column;
            gap: 8px;
        }

        .rental-intro,
        .rental-equipment,
        .rental-benefits,
        .rental-options,
        .rental-industries,
        .rental-refurbished {
            padding: 70px 0;
        }

        .rental-intro-image {
            padding-right: 0;
        }

        .rental-intro-image img {
            height: 350px;
        }

        .rental-experience-box {
            right: 15px;
        }

        .rental-intro-content h2,
        .rental-section-heading h2,
        .rental-benefit-heading h2,
        .refurbished-content h2 {
            font-size: 30px;
        }

        .rental-industry-grid {
            grid-template-columns: 1fr 1fr;
        }

        .refurbished-content {
            padding-right: 0;
            margin-bottom: 40px;
        }

        .rental-cta-inner {
            padding: 35px 25px;
        }

        .rental-cta-content h2 {
            font-size: 28px;
        }

    }

    @media(max-width:575px) {

        .rental-hero {
            padding: 65px 0;
        }

        .rental-hero-content h1 {
            font-size: 31px;
        }

        .rental-hero-buttons {
            flex-direction: column;
        }

        .rental-btn,
        .rental-btn-outline {
            width: 100%;
        }

        .rental-floating-card {
            right: 10px;
            bottom: 5px;
        }

        .rental-industry-grid {
            grid-template-columns: 1fr 1fr;
            gap: 8px;
        }

        .rental-industry-grid div {
            min-height: 105px;
        }

        .refurbished-visual {
            height: 320px;
        }

        .card-one {
            left: 5%;
        }

        .card-two {
            right: 5%;
        }

    }


    /* ==================================================
   FIBER MONITORING PAGE
================================================== */

.fm-hero {
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px;
    background:
        radial-gradient(circle at 85% 35%, rgba(35,161,211,.16), transparent 30%),
        linear-gradient(135deg, #f7fcfe 0%, #ffffff 55%, #edf9fc 100%);
}

.fm-hero-bg {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: -160px;
    border-radius: 50%;
    border: 1px solid rgba(35,161,211,.15);
}

.fm-hero-content {
    position: relative;
    z-index: 2;
}

.fm-eyebrow,
.fm-section-label,
.fm-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #23a1d3;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

.fm-eyebrow i {
     font-size: 18px;
}

.fm-hero h1 {
    max-width: 700px;
    margin: 0 0 22px;
    color: #17242d;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 600;
}

.fm-hero h1 strong,
.fm-content h2 strong,
.fm-heading h2 strong,
.fm-cta h2 strong {
    color: #23a1d3;
}

.fm-hero p {
    max-width: 650px;
    margin-bottom: 30px;
    color: #65747c;
    font-size: 18px;
    line-height: 1.8;
}

.fm-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fm-btn-primary,
.fm-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: .3s ease;
}

.fm-btn-primary {
    color: #fff;
    background: #23a1d3;
    box-shadow: 0 10px 25px rgba(35,161,211,.20);
}

.fm-btn-primary:hover {
    color: #fff;
    background: #168bb8;
    transform: translateY(-3px);
}

.fm-btn-outline {
    color: #17242d;
    border: 1px solid #d9e7eb;
    background: #fff;
}

.fm-btn-outline:hover {
    color: #23a1d3;
    border-color: #23a1d3;
}


/* HERO VISUAL */

.fm-hero-visual {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fm-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(35,161,211,.08);
    filter: blur(8px);
}

.fm-monitor-card {
    position: relative;
    z-index: 2;
    width: 370px;
    padding: 25px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(35,161,211,.15);
    border-radius: 18px;
    box-shadow: 0 25px 70px rgba(23,36,45,.12);
}

.fm-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf1f3;
}

.fm-card-top span {
    color: #7c8b91;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fm-card-top span i {
    color: #24c777;
    font-size: 8px;
    margin-right: 5px;
}

.fm-card-top strong {
    color: #23a1d3;
    font-size: 20px;
}

.fm-network {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 55px 10px;
}

.fm-node {
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    background: #effaff;
    border: 1px solid rgba(35,161,211,.25);
    border-radius: 50%;
    font-size: 22px;
}

.fm-line {
    position: absolute;
    top: 50%;
    height: 2px;
    background: #23a1d3;
    opacity: .35;
}

.line-1 {
    left: 62px;
    width: 105px;
}

.line-2 {
    right: 62px;
    width: 105px;
}

.fm-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f6fbfc;
    border-radius: 8px;
    color: #66757c;
    font-size: 15px;
}

.fm-status strong {
    color: #23a1d3;
}

.status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    background: #24c777;
    border-radius: 50%;
}

.fm-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    background: #fff;
    border: 1px solid #e8f0f2;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(23,36,45,.10);
}

.fm-floating-card i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    background: #effaff;
    border-radius: 50%;
}

.fm-floating-card small,
.fm-floating-card strong {
    display: block;
}

.fm-floating-card small {
    color: #8a989e;
    font-size: 9px;
}

.fm-floating-card strong {
    color: #17242d;
    font-size: 15px;
}

.fm-card-cut {
    left: 0;
    top: 70px;
}

.fm-card-location {
    right: -10px;
    bottom: 65px;
}


/* OVERVIEW */

.fm-overview {
    padding: 10px 0;
    background: #fff;
}

.fm-image-wrap {
    position: relative;
    padding: 20px;
}

.fm-image-bg {
    position: absolute;
    width: 75%;
    height: 85%;
    left: 0;
    bottom: 0;
    background: #eaf8fc;
    border-radius: 20px;
}

.fm-image-wrap img {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 450px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(23,36,45,.12);
}

.fm-image-badge {
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(23,36,45,.12);
}

.fm-image-badge i {
    color: #23a1d3;
    font-size: 25px;
}

.fm-image-badge strong,
.fm-image-badge span {
    display: block;
}

.fm-image-badge strong {
    color: #17242d;
    font-size: 18px;
}

.fm-image-badge span {
    color: #8a989e;
    font-size: 18px;
}

.fm-content {
    padding-left: 40px;
}

.fm-content h2,
.fm-heading h2 {
    margin: 0 0 20px;
    color: #17242d;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}

.fm-content > p {
    color: #71818a;
    font-size: 18px;
    line-height: 1.8;
}

.fm-feature-list {
    margin-top: 28px;
}

.fm-feature {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}

.fm-feature-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    background: #effaff;
    border-radius: 8px;
}

.fm-feature h4 {
    margin: 0 0 4px;
    color: #17242d;
    font-size: 18px;
}

.fm-feature p {
    margin: 0;
    color: #849198;
    font-size: 15px;
}


/* HOW */

.fm-how {
    padding: 10px 0;
    background: #f7fbfc;
}

.fm-heading {
    max-width: 700px;
    margin: 0 auto 55px;
}

.fm-heading h2 {
    margin-bottom: 15px;
}

.fm-heading p {
    margin: 0;
    color: #7b898f;
    font-size: 14px;
    line-height: 1.8;
}

.fm-step {
    position: relative;
    height: 100%;
    padding: 35px 25px;
    background: #fff;
    border: 1px solid #e8f0f2;
    border-radius: 12px;
    text-align: center;
    transition: .3s ease;
}

.fm-step:hover {
    transform: translateY(-8px);
    border-color: rgba(35,161,211,.35);
    box-shadow: 0 20px 45px rgba(23,36,45,.08);
}

.fm-step-number {
    position: absolute;
    top: 15px;
    right: 18px;
    color: #dceff5;
    font-size: 30px;
    font-weight: 600;
}

.fm-step-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #23a1d3;
    background: #effaff;
    border-radius: 50%;
    font-size: 25px;
}

.fm-step h3 {
    margin-bottom: 10px;
    color: #17242d;
    font-size: 17px;
}

.fm-step p {
    margin: 0;
    color: #7b898f;
    font-size: 15px;
    line-height: 1.7;
}


/* BENEFITS */

.fm-benefits {
    padding: 10px 0;
    background: #fff;
}

.fm-benefits .fm-heading {
    margin-bottom: 45px;
}

.fm-benefit-card {
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #e9f0f2;
    border-radius: 12px;
    transition: .3s ease;
}

.fm-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(35,161,211,.35);
    box-shadow: 0 18px 45px rgba(23,36,45,.08);
}

.fm-benefit-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #23a1d3;
    background: #effaff;
    border-radius: 10px;
    font-size: 22px;
}

.fm-benefit-card h3 {
    margin-bottom: 10px;
    color: #17242d;
    font-size: 17px;
}

.fm-benefit-card p {
    margin: 0;
    color: #7b898f;
    font-size: 16px;
    line-height: 1.7;
}


/* CTA */

.fm-cta {
    padding: 0 0 100px;
    background: #fff;
}

.fm-cta-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 55px 60px;
    background:
        radial-gradient(circle at 85% 50%, rgba(255,255,255,.15), transparent 30%),
        #17242d;
    border-radius: 18px;
}

.fm-cta-content span {
    color: #62cef2;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.fm-cta h2 {
    margin: 10px 0;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
}

.fm-cta p {
    margin: 0;
    color: #aebcc2;
    font-size: 14px;
}

.fm-btn-white {
    white-space: nowrap;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {

    .fm-hero {
        padding: 80px 0;
    }

    .fm-hero h1 {
        font-size: 45px;
    }

    .fm-hero-visual {
        margin-top: 50px;
    }

    .fm-content {
        padding-left: 0;
        margin-top: 50px;
    }

    .fm-image-wrap {
        max-width: 700px;
        margin: auto;
    }

    .fm-cta-box {
        padding: 45px 35px;
    }

}

@media (max-width: 767px) {

    .fm-hero h1 {
        font-size: 36px;
    }

    .fm-hero p {
        font-size: 14px;
    }

    .fm-monitor-card {
        width: 100%;
        max-width: 350px;
    }

    .fm-card-cut {
        left: 0;
    }

    .fm-card-location {
        right: 0;
    }

    .fm-content h2,
    .fm-heading h2 {
        font-size: 31px;
    }

    .fm-image-wrap img {
        min-height: 350px;
    }

    .fm-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 25px;
    }

    .fm-cta h2 {
        font-size: 29px;
    }

}

@media (max-width: 575px) {

    .fm-hero {
        padding: 65px 0;
    }

    .fm-hero h1 {
        font-size: 31px;
    }

    .fm-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .fm-btn-primary,
    .fm-btn-outline {
        width: 100%;
    }

    .fm-hero-visual {
        min-height: 390px;
    }

    .fm-monitor-card {
        padding: 18px;
    }

    .fm-floating-card {
        padding: 9px 11px;
    }

    .fm-floating-card strong {
        font-size: 9px;
    }

    .fm-card-cut {
        top: 30px;
    }

    .fm-card-location {
        bottom: 30px;
    }

    .fm-overview,
    .fm-how,
    .fm-benefits {
        padding: 75px 0;
    }

}

/* ==================================================
   ESG HERO
================================================== */

.esg-hero {
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px;
    background:
        radial-gradient(circle at 80% 20%,
        rgba(35,161,211,.12),
        transparent 30%),
        linear-gradient(135deg,#f7fcfd,#ffffff);
}

.esg-hero-content {
    position: relative;
    z-index: 2;
}

.esg-label,
.esg-small-title,
.esg-section-heading span,
.esg-framework-content > span,
.esg-cta-inner span {
    display: inline-block;
    margin-bottom: 15px;
    color: #23a1d3;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

.esg-hero h1 {
    margin: 0 0 22px;
    color: #17242d;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 700;
}

.esg-hero h1 strong,
.esg-intro h2 strong,
.esg-section-heading h2 strong,
.esg-framework-content h2 strong,
.esg-cta h2 strong {
    color: #23a1d3;
}

.esg-hero p {
    max-width: 650px;
    color: #687880;
    font-size: 17px;
    line-height: 1.8;
}

.esg-hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.esg-primary-btn,
.esg-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
}

.esg-primary-btn {
    color: #fff;
    background: #23a1d3;
}

.esg-primary-btn:hover {
    color: #fff;
    background: #17242d;
    transform: translateY(-3px);
}

.esg-outline-btn {
    color: #17242d;
    border: 1px solid #dce7eb;
    background: #fff;
}

.esg-outline-btn:hover {
    color: #23a1d3;
    border-color: #23a1d3;
}


/* ==================================================
   HERO VISUAL
================================================== */

.esg-hero-visual {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esg-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(35,161,211,.08);
    filter: blur(5px);
}

.esg-main-card {
    position: relative;
    z-index: 2;
    width: 350px;
    padding: 30px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(35,161,211,.12);
    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(23,36,45,.12);
}

.esg-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.esg-card-top span {
    color: #89969d;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.esg-card-top i {
    color: #23a1d3;
    font-size: 22px;
}

.esg-score {
    margin-top: 30px;
}

.esg-score strong {
    display: block;
    color: #17242d;
    font-size: 48px;
}

.esg-score span {
    color: #8a989e;
    font-size: 15px;
}

.esg-progress {
    height: 8px;
    margin: 20px 0 30px;
    overflow: hidden;
    background: #edf3f5;
    border-radius: 10px;
}

.esg-progress span {
    display: block;
    width: 85%;
    height: 100%;
    background: #23a1d3;
    border-radius: 10px;
}

.esg-mini-stats {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.esg-mini-stats div {
    flex: 1;
    text-align: center;
}

.esg-mini-stats i {
    display: block;
    margin-bottom: 7px;
    color: #23a1d3;
}

.esg-mini-stats strong {
    display: block;
    color: #17242d;
    font-size: 18px;
}

.esg-mini-stats small {
    color: #8a989e;
    font-size: 9px;
}

.esg-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(23,36,45,.12);
    animation: esgFloat 4s ease-in-out infinite;
}

.esg-floating-card i {
    color: #23a1d3;
    font-size: 20px;
}

.esg-floating-card strong,
.esg-floating-card span {
    display: block;
}

.esg-floating-card strong {
    color: #17242d;
    font-size: 15px;
}

.esg-floating-card span {
    margin-top: 2px;
    color: var(--rental-dark);
    font-size: 15px;
}

.esg-floating-one {
    top: 40px;
    right: 0;
}

.esg-floating-two {
    bottom: 35px;
    left: 0;
    animation-delay: 1s;
}

@keyframes esgFloat {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


/* ==================================================
   INTRO
================================================== */

.esg-intro {
    padding: 10px 0;
    background: #fff;
}

.esg-image-box {
    position: relative;
    width: 420px;
    height: 420px;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f4fbfd;
    border-radius: 50%;
}

.esg-image-pattern {
    position: absolute;
    inset: 30px;
    border: 1px dashed rgba(35,161,211,.25);
    border-radius: 50%;
    animation: esgRotate 20s linear infinite;
}

@keyframes esgRotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.esg-icon-large {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 50px rgba(35,161,211,.15);
}

.esg-icon-large i {
    font-size: 85px;
}

.esg-circle-text {
    position: absolute;
    bottom: 70px;
    padding: 7px 18px;
    color: #fff;
    background: #23a1d3;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

.esg-leaf {
    position: absolute;
    color: #23a1d3;
    font-size: 25px;
}

.esg-leaf-1 {
    top: 70px;
    left: 70px;
}

.esg-leaf-2 {
    right: 70px;
    bottom: 80px;
}

.esg-intro-content {
    padding-left: 50px;
}

.esg-intro h2,
.esg-section-heading h2,
.esg-framework-content h2 {
    margin-bottom: 20px;
    color: #17242d;
    font-size: 40px;
    line-height: 1.2;
}

.esg-intro p,
.esg-section-heading p,
.esg-framework-content p {
    color: #71818a;
    font-size: 18px;
    line-height: 1.8;
}

.esg-check-list {
    margin-top: 25px;
}

.esg-check-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #4f6068;
    font-size: 14px;
}

.esg-check-list i {
    color: #23a1d3;
}


/* ==================================================
   FEATURES
================================================== */

.esg-features {
    padding: 10px 0;
    background: #f7fbfc;
}

.esg-section-heading {
    max-width: 700px;
    margin: 0 auto 55px;
}

.esg-feature-card {
    position: relative;
    height: 100%;
    padding: 35px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8f0f2;
    border-radius: 12px;
    transition: .35s;
}

.esg-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(35,161,211,.3);
    box-shadow: 0 20px 50px rgba(23,36,45,.08);
}

.esg-number {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #edf5f7;
    font-size: 45px;
    font-weight: 600;
}

.esg-feature-icon {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    background: rgba(35,161,211,.09);
    border-radius: 12px;
}

.esg-feature-icon i {
    font-size: 27px;
}

.esg-feature-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    color: #17242d;
    font-size: 20px;
}

.esg-feature-card p {
    color: #7a888e;
    font-size: 14px;
    line-height: 1.75;
}

.esg-feature-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #23a1d3;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}


/* ==================================================
   FRAMEWORK
================================================== */

.esg-framework {
    padding: 10px 0;
    background: #fff;
}

.esg-framework-content {
    padding-right: 40px;
}

.framework-list {
    margin-top: 30px;
}

.framework-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.framework-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    background: #f0fafd;
    border-radius: 10px;
}

.framework-item h4 {
    margin: 0;
    color: #17242d;
    font-size: 18px;
}

.framework-item p {
    margin: 3px 0 0;
    font-size: 15px;
}

.esg-dashboard {
    padding: 30px;
    background: #17242d;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(23,36,45,.15);
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-header span {
    color: #23a1d3;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.dashboard-header h4 {
    margin: 5px 0 0;
    color: #fff;
    font-size: 17px;
}

.dashboard-header > i {
    color: #8ca0a9;
}

.dashboard-chart {
    height: 190px;
    margin: 30px 0;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.chart-bars {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: space-around;
    gap: 15px;
}

.chart-bars span {
    width: 25px;
    background: #23a1d3;
    border-radius: 5px 5px 0 0;
    opacity: .85;
}

.dashboard-bottom {
    display: flex;
    justify-content: space-between;
}

.dashboard-bottom small,
.dashboard-bottom strong {
    display: block;
}

.dashboard-bottom small {
    color: #82939b;
    font-size: 18px;
}

.dashboard-bottom strong {
    margin-top: 5px;
    color: #fff;
    font-size: 17px;
}


/* ==================================================
   BENEFITS
================================================== */

.esg-benefits {
    padding: 10px 0;
    background: #f7fbfc;
}

.esg-benefit-box {
    height: 100%;
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    transition: .3s;
}

.esg-benefit-box:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 40px rgba(23,36,45,.08);
}

.esg-benefit-box i {
    color: #23a1d3;
    font-size: 35px;
}

.esg-benefit-box h3 {
    margin: 18px 0 10px;
    color: #17242d;
    font-size: 17px;
}

.esg-benefit-box p {
    margin: 0;
    color: #7b898f;
    font-size: 16px;
    line-height: 1.7;
}


/* ==================================================
   CTA
================================================== */

.esg-cta {
    padding: 30px 0;
    background: #23a1d3;
}

.esg-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.esg-cta-inner span {
    margin-bottom: 10px;
    color: rgba(255,255,255,.75);
}

.esg-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 38px;
}

.esg-cta h2 strong {
    color: #fff;
}

.esg-cta p {
    margin: 0;
    color: rgba(255,255,255,.82);
}

.esg-cta-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    color: #17242d;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.esg-cta-btn:hover {
    color: #fff;
    background: #17242d;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {

    .esg-hero {
        padding: 80px 0;
    }

    .esg-hero h1 {
        font-size: 42px;
    }

    .esg-hero-visual {
        margin-top: 50px;
    }

    .esg-intro-content {
        padding: 50px 0 0;
    }

    .esg-framework-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .esg-cta-inner {
        display: block;
        text-align: center;
    }

    .esg-cta-btn {
        margin-top: 25px;
    }

}


@media (max-width: 575px) {

    .esg-hero {
        padding: 65px 0;
    }

    .esg-hero h1 {
        font-size: 34px;
    }

    .esg-hero p {
        font-size: 14px;
    }

    .esg-hero-buttons {
        flex-direction: column;
    }

    .esg-primary-btn,
    .esg-outline-btn {
        justify-content: center;
    }

    .esg-hero-visual {
        min-height: 390px;
    }

    .esg-main-card {
        width: 300px;
        padding: 23px;
    }

    .esg-floating-one {
        right: -5px;
    }

    .esg-floating-two {
        left: -5px;
    }

    .esg-image-box {
        width: 320px;
        height: 320px;
    }

    .esg-intro h2,
    .esg-section-heading h2,
    .esg-framework-content h2 {
        font-size: 31px;
    }

    .esg-cta h2 {
        font-size: 30px;
    }

}


    /* =========================================================
       HERO
    ========================================================= */

    .cc-hero {
        position: relative;
        padding: 10px 0 10px;
        overflow: hidden;
        background:
            radial-gradient(circle at 85% 20%, rgba(35, 161, 211, .16), transparent 32%),
            linear-gradient(135deg, #f5fbfd 0%, #ffffff 55%, #eef9fc 100%);
    }

    .cc-hero::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border: 1px solid rgba(35, 161, 211, .12);
        border-radius: 50%;
        right: -120px;
        top: -130px;
    }

    .cc-hero::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border: 1px solid rgba(35, 161, 211, .10);
        border-radius: 50%;
        right: 60px;
        bottom: -160px;
    }

    /* =========================================
   CONTACT CENTER HERO - MOVING BACKGROUND
========================================= */

.cc-hero {
    position: relative;
    padding: 10px 0 10px;
    overflow: hidden;

    background:
      radial-gradient(circle at 85% 20%, #23a1d3, transparent 32%), linear-gradient(135deg, #eaf5f8 0%, #f7fcfd 45%, #dceff4 100%);
}


/* Moving light glow */
.cc-hero::before {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    border: 1px solid rgba(35, 161, 211, .16);
    border-radius: 50%;

    right: -150px;
    top: -160px;

    animation: ccCircleMove 8s ease-in-out infinite;
}


/* Second moving circle */
.cc-hero::after {
    content: "";
    position: absolute;

    width: 300px;
    height: 300px;

    border: 1px solid rgba(35, 161, 211, .13);
    border-radius: 50%;

    right: 80px;
    bottom: -180px;

    animation: ccCircleMove2 10s ease-in-out infinite;
}


/* =========================================
   EXTRA MOVING GLOW
========================================= */

.cc-hero {
    isolation: isolate;
}

.cc-hero .container {
    position: relative;
    z-index: 3;
}


/* Animated small glow */
.cc-hero .container::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    left: -80px;
    top: 20px;

    background: rgba(35, 161, 211, .10);

    filter: blur(60px);
    border-radius: 50%;

    animation: ccGlowMove 7s ease-in-out infinite;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes ccCircleMove {

    0% {
        transform: translate(0, 0) scale(1);
        opacity: .7;
    }

    50% {
        transform: translate(-35px, 25px) scale(1.08);
        opacity: 1;
    }

    100% {
        transform: translate(0, 0) scale(1);
        opacity: .7;
    }

}


@keyframes ccCircleMove2 {

    0% {
        transform: translate(0, 0);
        opacity: .5;
    }

    50% {
        transform: translate(30px, -25px);
        opacity: .9;
    }

    100% {
        transform: translate(0, 0);
        opacity: .5;
    }

}


@keyframes ccGlowMove {

    0% {
        transform: translate(0, 0);
        opacity: .4;
    }

    50% {
        transform: translate(120px, 30px);
        opacity: .8;
    }

    100% {
        transform: translate(0, 0);
        opacity: .4;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .cc-hero::before {
        width: 300px;
        height: 300px;

        right: -120px;
        top: -80px;
    }

    .cc-hero::after {
        width: 200px;
        height: 200px;

        right: -60px;
        bottom: -100px;
    }

}


    .cc-hero-content {
        position: relative;
        z-index: 2;
    }

    .cc-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #23a1d3;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
       
    }

    .cc-eyebrow::before {
        content: "";
        width: 30px;
        height: 2px;
        background: #23a1d3;
    }

    .cc-hero h1 {
        font-size: 52px;
        line-height: 1.12;
        font-weight: 600;
        color: #17242d;
        margin-bottom: 22px;
    }

    .cc-hero h1 span {
        color: #23a1d3;
    }

    .cc-hero p {
        max-width: 650px;
        color: #66757d;
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 32px;
    }

    .cc-hero-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .cc-btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 25px;
        background: #23a1d3;
        color: #fff;
        border-radius: 30px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        transition: .3s;
    }

    .cc-btn-primary:hover {
        background: #168bb8;
        color: #fff;
        transform: translateY(-3px);
    }

    .cc-btn-outline {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 13px 24px;
        border: 1px solid #d8e6eb;
        color: #17242d;
        background: #fff;
        border-radius: 30px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        transition: .3s;
    }

    .cc-btn-outline:hover {
        border-color: #23a1d3;
        color: #23a1d3;
        transform: translateY(-3px);
    }


    /* =========================================================
       HERO VISUAL
    ========================================================= */

    .cc-hero-visual {
        position: relative;
        min-height: 430px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cc-visual-circle {
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: linear-gradient(145deg,
                rgba(35, 161, 211, .13),
                rgba(35, 161, 211, .035));
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cc-visual-circle::before {
        content: "";
        position: absolute;
        width: 290px;
        height: 290px;
        border: 1px dashed rgba(35, 161, 211, .25);
        border-radius: 50%;
    }

    .cc-main-icon {
        width: 125px;
        height: 125px;
        border-radius: 30px;
        background: #fff;
        box-shadow: 0 20px 60px rgba(23, 36, 45, .12);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #23a1d3;
        font-size: 55px;
        position: relative;
        z-index: 2;
    }

    .cc-floating-card {
        position: absolute;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 16px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 12px 35px rgba(23, 36, 45, .10);
        color: #17242d;
        font-size: 15px;
        font-weight: 700;
        z-index: 3;
    }

    .cc-floating-card i {
        color: #23a1d3;
        font-size: 18px;
    }

    .cc-floating-one {
        left: 5%;
        top: 17%;
    }

    .cc-floating-two {
        right: 2%;
        top: 30%;
    }

    .cc-floating-three {
        left: 12%;
        bottom: 16%;
    }


    /* =========================================================
       SECTION COMMON
    ========================================================= */

    .cc-section {
        padding: 10px 0;
    }

    .cc-section-light {
        background: #f7fbfc;
    }

    .cc-section-heading {
        max-width: 720px;
        margin: 0 auto 55px;
        text-align: center;
    }

    .cc-section-heading span {
        color: #23a1d3;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .cc-section-heading h2 {
        color: #17242d;
        font-size: 40px;
        line-height: 1.2;
        font-weight: 600;
        margin: 12px 0 15px;
    }

    .cc-section-heading h2 strong {
        color: #23a1d3;
    }

    .cc-section-heading p {
        color: #71818a;
        line-height: 1.8;
        margin: 0;
    }


    /* =========================================================
       INTRO
    ========================================================= */

    .cc-intro-card {
        background: #fff;
        border: 1px solid #e7f0f3;
        border-radius: 20px;
        padding: 40px;
        height: 100%;
        box-shadow: 0 15px 45px rgba(23, 36, 45, .05);
    }

    .cc-intro-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
        background: rgba(35, 161, 211, .10);
        color: #23a1d3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 27px;
        margin-bottom: 22px;
    }

    .cc-intro-card h3 {
        font-size: 25px;
        color: #17242d;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .cc-intro-card p {
        color: #71818a;
        line-height: 1.8;
        margin: 0;
    }


    /* =========================================================
       HODUCC FEATURE
    ========================================================= */

    .cc-product {
        padding: 10px 0;
        position: relative;
        overflow: hidden;
    }

    .cc-product:nth-child(even) {
        background: #f7fbfc;
    }

    .cc-product-content {
        padding: 20px 0;
    }

    .cc-product-label {
        display: inline-block;
        padding: 7px 14px;
        border-radius: 20px;
        background: rgba(35, 161, 211, .09);
        color: #23a1d3;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 17px;
    }

    .cc-product h2 {
        color: #17242d;
        font-size: 39px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .cc-product h2 span {
        color: #23a1d3;
    }

    .cc-product-description {
        color: #71818a;
        line-height: 1.8;
         font-size: 18px;
        margin-bottom: 28px;
    }

    .cc-feature-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .cc-feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 15px;
        color: #53636b;
        line-height: 1.6;
    }

    .cc-feature-list li i {
        flex-shrink: 0;
        margin-top: 3px;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        background: rgba(35, 161, 211, .12);
        color: #23a1d3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }


    /* =========================================================
       PRODUCT VISUAL
    ========================================================= */

    .cc-product-visual {
        min-height: 430px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .cc-dashboard {
        width: 90%;
        max-width: 480px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 25px 70px rgba(23, 36, 45, .13);
        padding: 20px;
        position: relative;
        overflow: hidden;
    }

    .cc-dashboard-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 16px;
        border-bottom: 1px solid #edf2f4;
    }

    .cc-dashboard-title {
        font-size: 16px;
        font-weight: 600;
        color: #17242d;
    }

    .cc-online {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 18px;
        color: #48a868;
        font-weight: 700;
    }

    .cc-online::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #48a868;
    }

    .cc-stat-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 18px 0;
    }

    .cc-stat {
        background: #f6fafb;
        border-radius: 10px;
        padding: 13px;
    }

    .cc-stat small {
        display: block;
        color: #89979d;
        font-size: 9px;
        margin-bottom: 5px;
    }

    .cc-stat strong {
        color: #17242d;
        font-size: 18px;
    }

    .cc-chart {
        height: 145px;
        border-radius: 12px;
        background:
            linear-gradient(180deg,
                rgba(35, 161, 211, .09),
                rgba(35, 161, 211, .015));
        position: relative;
        overflow: hidden;
    }

    .cc-chart::before {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 28px;
        height: 80px;
        border-top: 3px solid #23a1d3;
        transform: skewY(-8deg);
    }

    .cc-channel-row {
        display: flex;
        gap: 8px;
        margin-top: 15px;
    }

    .cc-channel {
        flex: 1;
        text-align: center;
        padding: 9px 5px;
        background: #f8fafb;
        border-radius: 8px;
        color: #6d7c83;
        font-size: 9px;
    }

    .cc-channel i {
        display: block;
        color: #23a1d3;
        font-size: 18px;
        margin-bottom: 3px;
    }


    /* =========================================================
       BENEFITS
    ========================================================= */

    .cc-benefit-card {
        height: 100%;
        padding: 30px 25px;
        border: 1px solid #e6eff2;
        border-radius: 16px;
        background: #fff;
        transition: .35s;
    }

    .cc-benefit-card:hover {
        transform: translateY(-7px);
        border-color: rgba(35, 161, 211, .35);
        box-shadow: 0 18px 45px rgba(23, 36, 45, .08);
    }

    .cc-benefit-icon {
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(35, 161, 211, .10);
        color: #23a1d3;
        border-radius: 14px;
        font-size: 23px;
        margin-bottom: 20px;
    }

    .cc-benefit-card h3 {
        font-size: 18px;
        color: #17242d;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .cc-benefit-card p {
        color: #75838a;
        line-height: 1.7;
        font-size: 14px;
        margin: 0;
    }


    /* =========================================================
       INDUSTRIES
    ========================================================= */

    .cc-industry {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 17px 18px;
        background: #fff;
        border: 1px solid #e7eff2;
        border-radius: 12px;
        color: #42535b;
        font-size: 14px;
        font-weight: 700;
        transition: .3s;
    }

    .cc-industry:hover {
        transform: translateX(5px);
        color: #23a1d3;
        border-color: rgba(35, 161, 211, .35);
    }

    .cc-industry i {
        color: #23a1d3;
        font-size: 18px;
    }


    /* =========================================================
       CTA
    ========================================================= */

    .cc-cta {
        padding: 80px 0;
        background:
            radial-gradient(circle at 90% 50%,
                rgba(255, 255, 255, .13),
                transparent 30%),
            #23a1d3;
        position: relative;
        overflow: hidden;
    }

    .cc-cta::before {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 50%;
        right: -80px;
        top: -100px;
    }

    .cc-cta h2 {
        color: #fff;
        font-size: 38px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .cc-cta p {
        color: rgba(255, 255, 255, .85);
        max-width: 700px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .cc-cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        color: #17242d;
        padding: 14px 25px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        transition: .3s;
    }

    .cc-cta-btn:hover {
        color: #23a1d3;
        transform: translateY(-3px);
    }


    /* =========================================================
       FAQ
    ========================================================= */

    .cc-faq .accordion-item {
        border: 1px solid #e5eef1;
        border-radius: 10px !important;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .cc-faq .accordion-button {
        font-size: 18px;
        font-weight: 700;
        color: #17242d;
        background: #fff;
        box-shadow: none;
        padding: 19px 22px;
    }

    .cc-faq .accordion-button:not(.collapsed) {
        color: #23a1d3;
        background: #f8fcfd;
    }

    .cc-faq .accordion-body {
        color: #71818a;
        line-height: 1.8;
        font-size: 14px;
        background: #fff;
    }


    /* =========================================================
       RESPONSIVE
    ========================================================= */

    @media (max-width: 991px) {

        .cc-hero {
            padding: 80px 0;
        }

        .cc-hero h1 {
            font-size: 42px;
        }

        .cc-hero-visual {
            min-height: 360px;
            margin-top: 35px;
        }

        .cc-product {
            padding: 75px 0;
        }

        .cc-product-visual {
            min-height: 350px;
            margin-bottom: 35px;
        }

    }

    @media (max-width: 575px) {

        .cc-hero {
            padding: 65px 0;
        }

        .cc-hero h1 {
            font-size: 34px;
        }

        .cc-hero p {
            font-size: 18px;
        }

        .cc-hero-buttons {
            flex-direction: column;
            align-items: stretch;
        }

        .cc-btn-primary,
        .cc-btn-outline {
            justify-content: center;
        }

        .cc-hero-visual {
            min-height: 290px;
        }

        .cc-visual-circle {
            width: 260px;
            height: 260px;
        }

        .cc-visual-circle::before {
            width: 215px;
            height: 215px;
        }

        .cc-main-icon {
            width: 90px;
            height: 90px;
            font-size: 40px;
        }

        .cc-floating-card {
            padding: 8px 10px;
            font-size: 9px;
        }

        .cc-section {
            padding: 65px 0;
        }

        .cc-section-heading h2 {
            font-size: 30px;
        }

        .cc-product h2 {
            font-size: 31px;
        }

        .cc-intro-card {
            padding: 28px;
        }

        .cc-dashboard {
            width: 100%;
        }

        .cc-stat-row {
            gap: 5px;
        }

        .cc-stat strong {
            font-size: 18px;
        }

        .cc-cta h2 {
            font-size: 30px;
        }

    }



    /* =========================================
   SECTION HEADING ROW
========================================= */

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 45px;
}

.section-heading-content {
    max-width: 750px;
}

.section-subtitle {
    display: inline-block;
    margin-bottom: 8px;
    color: #23a1d3;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-heading-content h2 {
    margin: 0 0 10px;
    color: #17242d;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing:0.5px !important;
    text-transform:capitalize;
}

.section-heading-content h2 strong {
    color: #23a1d3;
    font-weight: 700;
}

.section-heading-content p {
    margin: 0;
    color: #71818a;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================
   VIEW ALL INSIGHTS BUTTON
========================================= */

.section-heading-action {
    flex-shrink: 0;
}

.view-insights-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 13px 22px;

    color: #17242d;
    background: #ffffff;

    border: 1px solid #dcebef;
    border-radius: 30px;

    text-decoration: none;
    font-size: 16px;
    font-weight: 700;

    box-shadow: 0 8px 25px rgba(35, 161, 211, .08);

    transition: all .3s ease;
}

.view-insights-btn i {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: #23a1d3;

    border-radius: 50%;

    font-size: 16px;

    transition: all .3s ease;
}

.view-insights-btn:hover {
    color: #ffffff;
    background: #23a1d3;
    border-color: #23a1d3;
    transform: translateY(-3px);
}

.view-insights-btn:hover i {
    color: #23a1d3;
    background: #ffffff;
    transform: rotate(45deg);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .section-heading-content h2 {
        font-size: 30px;
    }

    .section-heading-action {
        width: 100%;
    }

    .view-insights-btn {
        padding: 11px 18px;
    }

}

/* =========================================
   PRODUCTS HEADING
========================================= */

.products-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 45px;
}

.products-heading {
    flex: 1;
}

.products-heading p {
    max-width: 700px;
    margin-bottom: 0;
}


/* =========================================
   HEADING ACTION
========================================= */

.products-heading-action {
    flex-shrink: 0;
    margin-top: 10px;
}

.products-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 13px 20px 13px 24px;

    border: 1px solid #23a1d3;
    border-radius: 30px;

    color: #17242d;
    background: #ffffff;

    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    transition: all .35s ease;
}

.products-all-btn span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    background: #23a1d3;

    border-radius: 50%;

    transition: all .35s ease;
}

.products-all-btn:hover {
    color: #ffffff;
    background: #23a1d3;
    transform: translateY(-3px);
}

.products-all-btn:hover span {
    color: #23a1d3;
    background: #ffffff;
    transform: rotate(45deg);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .products-heading-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .products-heading-action {
        margin-top: 0;
    }

}


@media (max-width: 575px) {

    .products-heading-wrap {
        margin-bottom: 30px;
    }

    .products-all-btn {
        padding: 11px 17px 11px 20px;
        font-size: 15px;
    }

    .products-all-btn span {
        width: 30px;
        height: 30px;
    }

}

/* =========================================
   SMALL BLOGS DIFFERENTIATION
========================================= */

.premium-blog-side {
    position: relative;
    padding: 20px;
    border: 1px solid rgba(35, 161, 211, 0.20);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

/* Small Blog Card */
.premium-blog-small {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(35, 161, 211, 0.12);
    border-radius: 14px;
    background: #fff;
    transition: all 0.35s ease;
}

/* Space between two small blogs */
.premium-blog-small + .premium-blog-small {
    margin-top: 18px;
}

/* Hover */
.premium-blog-small:hover {
    border-color: #23a1d3;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(35, 161, 211, 0.12);
}

/* Image */
.premium-blog-small-image {
    border-radius: 10px;
    overflow: hidden;
}

.premium-blog-small-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.premium-blog-small:hover .premium-blog-small-image img {
    transform: scale(1.05);
}

/* Content */
.premium-blog-small-content {
    padding-top: 16px;
}

/* Category */
.small-blog-category {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #23a1d3;
    margin-bottom: 8px;
}

/* Meta */
.small-blog-meta {
    font-size: 15px;
    color: #777;
    margin-bottom: 8px;
}

/* Title */
.premium-blog-small-content h3 {
    margin-bottom: 8px;
}

.premium-blog-small-content h3 a {
    color: #17212b;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    transition: color 0.3s ease;
}

.premium-blog-small:hover .premium-blog-small-content h3 a {
    color: #23a1d3;
}

/* Description */
.premium-blog-small-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 12px;
}

/* Read link */
.small-blog-link {
    font-size: 16px;
    font-weight: 700;
    color: #17212b;
    transition: all 0.3s ease;
}

.small-blog-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.small-blog-link:hover {
    color: #23a1d3;
}

.small-blog-link:hover i {
    transform: translateX(4px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .premium-blog-side {
        margin-top: 20px;
        padding: 12px;
        border-radius: 14px;
    }

    .premium-blog-small {
        padding: 14px;
    }

    .premium-blog-small-image img {
        height: 170px;
    }

}

/* ==================================================
   PREMIUM FOOTER - COMPACT VERSION
================================================== */

.premium-footer {
    position: relative;
    overflow: hidden;
    background: #071b25;
    color: #fff;
}

/* Keep existing background elements */
.footer-bg-grid,
.footer-glow {
    position: absolute;
    pointer-events: none;
}

.footer-bg-grid {
    inset: 0;
    opacity: .12;
}

/* ==================================================
   MAIN FOOTER
================================================== */

.premium-footer-main {
    position: relative;
    z-index: 2;
}

/* ==================================================
   TOP COMPANY ROW
   Logo + Address + Phone + Email
================================================== */

.footer-company {
    width: 100%;
    display: grid;
    grid-template-columns: 190px 1fr 190px 240px;
    align-items: center;
    
    border-bottom: 1px solid rgba(255,255,255,.12);
}

/* Logo */

.premium-footer-logo {
    display: block;
}

.premium-footer-logo img {
    max-width: 155px;
    width: 100%;
    height: auto;
}

/* Contact area */

.footer-company-contact {
    display: contents;
}

.footer-contact-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.footer-contact-mini-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(35,161,211,.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23a1d3;
    font-size: 14px;
}

.footer-contact-line > div:last-child {
    min-width: 0;
}

.footer-contact-line span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #23a1d3;
    margin-bottom: 3px;
}

.footer-contact-line p,
.footer-contact-line a {
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.footer-contact-line a:hover {
    color: #23a1d3;
}

/* Working hours hidden from horizontal top row */
.footer-hours-line {
    display: none;
}


/* ==================================================
   BOTTOM FOUR COLUMNS
================================================== */

.footer-company + .premium-footer-widget,
.premium-footer-main > .premium-footer-widget,
.premium-footer-main > .premium-footer-newsletter {
    position: relative;
}

.premium-footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 45px;
}

/* Company should occupy complete first row */
.premium-footer-main .footer-company {
    grid-column: 1 / -1;
}

/* ==================================================
   WIDGETS
================================================== */

.premium-footer-widget,
.premium-footer-newsletter {
    padding: 0;
}

.premium-footer-widget h3,
.premium-footer-newsletter h3 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #fff;
}

.premium-footer-widget h3 span,
.premium-footer-newsletter h3 span {
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 7px;
    background: #23a1d3;
}

/* Links */

.premium-footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.premium-footer-widget ul li {
    margin-bottom: 8px;
}

.premium-footer-widget ul li:last-child {
    margin-bottom: 0;
}

.premium-footer-widget ul li a {
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
}

.premium-footer-widget ul li a i {
    color: #23a1d3;
    font-size: 18px;
    margin-right: 5px;
    transition: .3s ease;
}

.premium-footer-widget ul li a:hover {
    color: #fff;
    transform: translateX(3px);
}

.premium-footer-widget ul li a:hover i {
    color: #fff;
}


/* ==================================================
   NEWSLETTER
================================================== */

.premium-footer-newsletter p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,.65);
    margin: 0 0 12px;
}

.premium-newsletter-form {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin-bottom: 8px;
}

.premium-newsletter-form input {
    width: 100%;
    height: 42px;
    padding: 0 50px 0 14px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 4px;
    outline: none;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 15px;
}

.premium-newsletter-form input::placeholder {
    color: rgba(255,255,255,.45);
}

.premium-newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 3px;
    background: #23a1d3;
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
}

.premium-newsletter-form button:hover {
    background: #fff;
    color: #23a1d3;
}

.premium-footer-newsletter small {
    display: block;
    font-size: 15px;
    color: rgba(255,255,255,.45);
}


/* ==================================================
   SOCIAL MEDIA
================================================== */

.premium-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

.premium-social a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
}

.premium-social a:hover {
    background: #23a1d3;
    border-color: #23a1d3;
    color: #fff;
    transform: translateY(-3px);
}


/* ==================================================
   COPYRIGHT
================================================== */

.premium-copyright {
    position: relative;
    z-index: 2;

    margin-top: 13px;
    padding: 9px 0;

    border-top: 1px solid rgba(255,255,255,.1);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.premium-copyright p {
    margin: 0;
    color: rgba(255,255,255,.5);
    font-size: 15px;
}

.premium-copyright p strong {
    color: #23a1d3;
}

.copyright-links {
    display: flex;
    gap: 20px;
}

.copyright-links a {
    color: rgba(255,255,255,.5);
    font-size: 15px;
    text-decoration: none;
}

.copyright-links a:hover {
    color: #23a1d3;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 991px) {

    .premium-footer {
        padding-top: 35px;
    }

    .footer-company {
        grid-template-columns: 170px 1fr 1fr;
        gap: 20px;
    }

    .premium-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .premium-footer-main .footer-company {
        grid-column: 1 / -1;
    }

    .footer-company-contact {
        display: contents;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .premium-footer {
        padding-top: 30px;
    }

    .premium-footer-main {
        display: block;
    }

    .footer-company {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .premium-footer-logo {
        margin-bottom: 22px;
    }

    .premium-footer-logo img {
        max-width: 145px;
    }

    .footer-company-contact {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer-contact-line {
        display: flex;
    }

    .premium-footer-widget,
    .premium-footer-newsletter {
        margin-bottom: 28px;
    }

    .premium-footer-widget h3,
    .premium-footer-newsletter h3 {
        margin-bottom: 13px;
    }

    .premium-copyright {
        margin-top: 5px;
        padding: 15px 0;
        display: block;
        text-align: center;
    }

    .copyright-links {
        justify-content: center;
        margin-top: 8px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .footer-company-contact {
        gap: 13px;
    }

    .footer-contact-line p,
    .footer-contact-line a {
        font-size: 15px;
    }

    .premium-footer-main {
        padding-left: 5px;
        padding-right: 5px;
    }

}


/* ==================================================
   BLOG PAGE HERO
================================================== */

.blog-page-hero {
    position: relative;
    overflow: hidden;
    padding: 85px 0 75px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(35,161,211,.16),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #f3fbfd 0%,
            #ffffff 55%,
            #edf9fc 100%
        );
}

.blog-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image:
        linear-gradient(
            rgba(35,161,211,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(35,161,211,.08) 1px,
            transparent 1px
        );
    background-size: 45px 45px;
}

.blog-hero-circle {
    position: absolute;
    border: 1px solid rgba(35,161,211,.15);
    border-radius: 50%;
}

.blog-hero-circle-one {
    width: 420px;
    height: 420px;
    right: -170px;
    top: -170px;
}

.blog-hero-circle-two {
    width: 260px;
    height: 260px;
    right: 100px;
    bottom: -180px;
}

.blog-page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.blog-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #23a1d3;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.blog-page-eyebrow i {
    font-size: 17px;
}

.blog-page-hero h1 {
    margin: 0 0 18px;
    font-size: 52px;
    line-height: 1.12;
    font-weight: 400;
    color: #102c38;
}

.blog-page-hero h1 strong {
    color: #23a1d3;
    font-weight: 700;
}

.blog-page-hero p {
    max-width: 650px;
    margin: 0 0 25px;
    color: #607680;
    font-size: 16px;
    line-height: 1.8;
}

.blog-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
}

.blog-breadcrumb a {
    color: #23a1d3;
    text-decoration: none;
}

.blog-breadcrumb i {
    color: #9aadb4;
    font-size: 10px;
}

.blog-breadcrumb span {
    color: #74878e;
}


/* ==================================================
   BLOG GRID
================================================== */

.premium-blog-grid-area {
    position: relative;
    padding: 10px 0;
    background: #fff;
}

.blog-grid-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 45px;
}

.section-subtitle {
    display: block;
    margin-bottom: 10px;
    color: #23a1d3;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blog-grid-heading h2 {
    margin: 0 0 10px;
    color: #122f3b;
    font-size: 38px;
    line-height: 1.2;
}

.blog-grid-heading h2 strong {
    color: #23a1d3;
}

.blog-grid-heading p {
    margin: 0;
    color: #70828a;
    font-size: 14px;
}


/* ==================================================
   FILTER
================================================== */

.blog-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.blog-filter a {
    padding: 9px 15px;
    border: 1px solid #dcebef;
    border-radius: 30px;
    color: #61757d;
    font-size: 15px;
    text-decoration: none;
    transition: .3s ease;
}

.blog-filter a:hover,
.blog-filter a.active {
    color: #fff;
    border-color: #23a1d3;
    background: #23a1d3;
}


/* ==================================================
   BLOG CARD
================================================== */

.blog-grid-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e5eef1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,55,70,.05);
    transition: all .35s ease;
}

.blog-grid-card:hover {
    transform: translateY(-7px);
    border-color: rgba(35,161,211,.35);
    box-shadow: 0 18px 45px rgba(15,55,70,.11);
}


/* IMAGE */

.blog-grid-image {
    position: relative;
    /* height: 250px; */
    overflow: hidden;
    background: #eef8fb;
}

.blog-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform .5s ease;
}

.blog-grid-card:hover .blog-grid-image img {
    transform: scale(1.07);
}


/* Category */

.blog-grid-category {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 11px;
    border-radius: 3px;
    background: #23a1d3;
    color: #fff;
    font-size: 15px;
   
}


/* Arrow */

.blog-grid-arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #23a1d3;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: .3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,.12);
}

.blog-grid-card:hover .blog-grid-arrow {
    opacity: 1;
    transform: translateY(0);
}


/* CONTENT */

.blog-grid-content {
    padding: 23px 23px 25px;
}

.blog-grid-meta {
    display: flex;
    gap: 18px;
    margin-bottom: 12px;
       color: var(--blog-primary-dark);
    font-size: 15px;
}

.blog-grid-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog-grid-meta i {
    color: #23a1d3;
}

.blog-grid-content h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.4;
}

.blog-grid-content h3 a {
    color: #173641;
    text-decoration: none;
    transition: .3s ease;
}

.blog-grid-content h3 a:hover {
    color: #23a1d3;
}

.blog-grid-content p {
    margin: 0 0 18px;
    color: #72858d;
    font-size: 17px;
    line-height: 1.7;
}

.blog-grid-read {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #23a1d3;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.blog-grid-read i {
    transition: .3s ease;
}

.blog-grid-read:hover i {
    transform: translateX(5px);
}


/* ==================================================
   PAGINATION
================================================== */

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 55px;
}

.blog-pagination a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcebef;
    border-radius: 4px;
    color: #60747c;
    font-size: 16px;
    text-decoration: none;
    transition: .3s ease;
}

.blog-pagination a:hover,
.blog-pagination a.active {
    color: #012549;
    border-color: #23a1d3;
    background: #23a1d3;
}

.blog-pagination a.next {
    font-size: 16px;
}


/* ==================================================
   CTA
================================================== */

.blog-grid-cta {
    padding: 55px 0;
    background: #f3fafc;
}

.blog-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 35px 45px;
    border: 1px solid rgba(35,161,211,.15);
    border-radius: 8px;
    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(35,161,211,.12),
            transparent 35%
        ),
        #fff;
}

.blog-cta-inner > div > span {
    color: #23a1d3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.blog-cta-inner h2 {
    margin: 8px 0;
    color: #173641;
    font-size: 30px;
}

.blog-cta-inner h2 strong {
    color: #23a1d3;
}

.blog-cta-inner p {
    margin: 0;
    color: #73858c;
    font-size: 16px;
}

.blog-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    padding: 13px 20px;
    border-radius: 4px;
    background: #23a1d3;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
}

.blog-cta-btn:hover {
    background: #102f3c;
    color: #fff;
}

.blog-cta-btn i {
    font-size: 15px;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {

    .blog-page-hero {
        padding: 65px 0;
    }

    .blog-page-hero h1 {
        font-size: 42px;
    }

    .blog-grid-heading {
        display: block;
    }

    .blog-filter {
        margin-top: 25px;
    }

}

@media (max-width: 767px) {

    .blog-page-hero {
        padding: 50px 0;
    }

    .blog-page-hero h1 {
        font-size: 34px;
    }

    .blog-page-hero p {
        font-size: 14px;
    }

    .premium-blog-grid-area {
        padding: 55px 0;
    }

    .blog-grid-heading h2 {
        font-size: 30px;
    }

    .blog-grid-image {
        height: 220px;
    }

    .blog-cta-inner {
        display: block;
        padding: 28px;
    }

    .blog-cta-btn {
        margin-top: 22px;
    }

}

@media (max-width: 480px) {

    .blog-filter a {
        padding: 7px 11px;
        font-size: 10px;
    }

    .blog-grid-content {
        padding: 20px;
    }

    .blog-grid-content h3 {
        font-size: 18px;
    }

}

/* =========================================
   SLIDE 4 & 5 - FULL IMAGE SLIDER
========================================= */

.empirical-slide.slide-4,
.empirical-slide.slide-5 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

/* Remove old design elements ONLY from 4 & 5 */
.empirical-slide.slide-4 .empirical-grid,
.empirical-slide.slide-5 .empirical-grid {
    display: none !important;
}

/* Button */
.slide-4 .slider-btn,
.slide-5 .slider-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 28px;

    background: #23a1d3;
    color: #fff !important;

    border-radius: 5px;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    transition: all .3s ease;
}

.slide-4 .slider-btn:hover,
.slide-5 .slider-btn:hover {
    background: #fff;
    color: #23a1d3 !important;
    transform: translateY(-3px);
}

/* =========================================================
   PREMIUM HEADER - SEARCH / CALL / WHATSAPP / QUOTE
========================================================= */

.premium-header-inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 18px;
}


/* LOGO */

.premium-logo {
    flex-shrink: 0;
}

.premium-logo img {
    max-width: 165px;
    height: auto;
    display: block;
}


/* MENU */

.premium-menu {
    flex: 1;
    min-width: 0;
}

.premium-menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    margin: 0;
    padding: 0;
}


/* RIGHT SIDE */

.premium-header-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}


/* =========================================================
   SEARCH
========================================================= */

.header-search-form {
    width: 145px;
    height: 40px;

    display: flex;
    align-items: center;

    border: 1px solid #e2eaee;
    border-radius: 25px;

    background: #ffffff;

    overflow: hidden;

    transition: all .3s ease;
}

.header-search-form:focus-within {
    border-color: #23a1d3;
    box-shadow: 0 4px 15px rgba(35,161,211,.10);
}

.header-search-form input {
    width: 100%;
    height: 100%;

    border: 0;
    outline: 0;

    padding: 0 8px 0 15px;

    font-size: 15px;
    color: #17242d;

    background: transparent;
}

.header-search-form input::placeholder {
    color: #9aa7ad;
}

.header-search-form button {
    width: 38px;
    height: 100%;

    border: 0;
    background: transparent;

    color: #23a1d3;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: .3s;
}

.header-search-form button:hover {
    color: #168bb8;
}


/* =========================================================
   CONTACT
========================================================= */

.header-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.header-contact-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #23a1d3;

    background: rgba(35,161,211,.09);

    border-radius: 50%;

    font-size: 16px;
}

.header-contact span {
    display: block;

    margin-bottom: 1px;

    color: #8a989e;

    font-size: 8px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .8px;
}

.header-contact a {
    display: block;

    color: #17242d;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    line-height: 1.2;

    transition: .3s;
}

.header-contact a:hover {
    color: #23a1d3;
}


/* WHATSAPP */

.header-whatsapp .header-contact-icon {
    color: #25D366;
    background: rgba(37,211,102,.09);
}

.header-whatsapp a:hover {
    color: #25D366;
}


/* =========================================================
   GET A QUOTE
========================================================= */

.premium-quote-btn {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-width: 125px;
    height: 42px;

    padding: 0 16px;

    color: #ffffff !important;

    background: #23a1d3;

    border-radius: 25px;

    text-decoration: none !important;

    font-size: 10px;

    font-weight: 700;

    text-transform: uppercase;

    white-space: nowrap;

    transition: all .3s ease;
}

.premium-quote-btn i {
    font-size: 16px;

    transition: transform .3s ease;
}

.premium-quote-btn:hover {
    color: #ffffff !important;

    background: #168bb8;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(35,161,211,.20);
}

.premium-quote-btn:hover i {
    transform: translate(2px,-2px);
}


/* =========================================================
   COMPACT DESKTOP
========================================================= */

@media (max-width: 1500px) {

    .premium-header-inner {
        gap: 12px;
    }

    .premium-logo img {
        max-width: 145px;
    }

    .premium-menu > ul {
        gap: 0;
    }

    .premium-menu > ul > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 15px !important;
    }

    .premium-header-right {
        gap: 8px;
    }

    .header-search-form {
        width: 125px;
    }

    .header-contact-icon {
        width: 30px;
        height: 30px;
    }

    .header-contact a {
        font-size: 9px;
    }

    .premium-quote-btn {
        min-width: 110px;
        padding: 0 12px;
    }
}


/* =========================================================
   TABLET + MOBILE
========================================================= */

@media (max-width: 991px) {

    .premium-menu {
        display: none !important;
    }

    .premium-header-right {
        display: none !important;
    }

    .premium-mobile-toggle {
        display: flex !important;
    }

    .premium-header-inner {
        justify-content: space-between;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .premium-logo img {
        max-width: 145px;
    }

}

/* =========================================================
   CATEGORY PAGE CONTENT
========================================================= */

.category-page-content {
    background: #fff;
    border: 1px solid #e3edf2;
    border-radius: 18px;
    /* padding: 35px;
    margin-bottom: 45px; */
    box-shadow: 0 8px 30px rgba(9, 40, 61, .05);
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.category-featured-image {
    margin-bottom: 30px;
    text-align: center;
}

.category-featured-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}


/* =========================================================
   CKEDITOR HTML CONTENT
========================================================= */

.category-content-html {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.8;
}


/* HEADINGS */

.category-content-html h1,
.category-content-html h2,
.category-content-html h3,
.category-content-html h4,
.category-content-html h5,
.category-content-html h6 {
    color: #102a43;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 30px;
    margin-bottom: 15px;
}

.category-content-html h2 {
    font-size: 30px;
}

.category-content-html h3 {
    font-size: 24px;
}

.category-content-html h4 {
    font-size: 20px;
}


/* PARAGRAPH */

.category-content-html p {
    margin-bottom: 18px;
}


/* LIST */

.category-content-html ul,
.category-content-html ol {
    margin: 18px 0 22px;
    padding-left: 25px;
}

.category-content-html li {
    margin-bottom: 8px;
}


/* LINKS */

.category-content-html a {
    color: #23a1d3;
    text-decoration: underline;
}

.category-content-html a:hover {
    color: #09283d;
}


/* TABLE */

.category-content-html table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
}

.category-content-html table th,
.category-content-html table td {
    border: 1px solid #dce6eb;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.category-content-html table th {
    background: #f0f9fc;
    color: #102a43;
    font-weight: 700;
}

.category-content-html table tr:nth-child(even) td {
    background: #fafcfd;
}


/* IMAGES INSIDE CKEDITOR */

.category-content-html img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 15px 0;
}


/* BLOCKQUOTE */

.category-content-html blockquote {
    margin: 25px 0;
    padding: 18px 22px;
    border-left: 4px solid #23a1d3;
    background: #f4fbfe;
    color: #526575;
}


/* MOBILE */

@media (max-width: 767px) {

    .category-page-content {
        padding: 22px;
        margin-bottom: 35px;
    }

    .category-content-html {
        font-size: 15px;
    }

    .category-content-html h2 {
        font-size: 24px;
    }

    .category-content-html h3 {
        font-size: 21px;
    }

    .category-content-html table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

}


/* =========================================================
   CATEGORY FAQ
========================================================= */

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

.category-faq-wrapper {
    max-width: 950px;
    margin: 0 auto;
}

.category-faq-heading {
    text-align: center;
    margin-bottom: 35px;
}

.category-faq-heading span {
    display: inline-block;
    color: #23a1d3;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.category-faq-heading h2 {
    margin: 0;
    color: #102a43;
    font-size: 34px;
    font-weight: 700;
}

.category-faq-heading p {
    margin: 12px auto 0;
    max-width: 700px;
    color: #718096;
    font-size: 15px;
    line-height: 1.7;
}


/* FAQ ITEM */

.category-faq-item {
    background: #fff;
    border: 1px solid #e3edf2;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: .25s ease;
}

.category-faq-item:hover {
    border-color: #b9e5f5;
    box-shadow: 0 8px 25px rgba(9, 40, 61, .06);
}


/* QUESTION */

.category-faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    color: #102a43;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.category-faq-question:hover {
    color: #23a1d3;
}

.category-faq-question i {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eefaff;
    color: #23a1d3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: transform .25s ease;
}


/* ANSWER */

.category-faq-answer {
    display: none;
    padding: 0 22px 22px;
}

.category-faq-item.active .category-faq-answer {
    display: block;
}

.category-faq-section .collapse:not(.show) {
    display: block !important;
}

.category-faq-answer-inner {
    padding-top: 2px;
    color: #718096;
    font-size: 14px;
    line-height: 1.8;
}


/* ACTIVE */

.category-faq-item.active {
    border-color: #b9e5f5;
}

.category-faq-item.active
.category-faq-question {
    color: #23a1d3;
}

.category-faq-item.active
.category-faq-question i {
    transform: rotate(180deg);
    background: #23a1d3;
    color: #fff;
}


/* MOBILE */

@media (max-width: 767px) {

    .category-faq-section {
        padding: 10px 0 60px;
    }

    .category-faq-heading h2 {
        font-size: 28px;
    }

    .category-faq-question {
        padding: 17px 16px;
        font-size: 14px;
    }

    .category-faq-question i {
        width: 27px;
        height: 27px;
    }

    .category-faq-answer {
        padding: 0 16px 18px;
    }

    .category-faq-answer-inner {
        font-size: 16px;
    }

}

.testi-profile-img {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #23a1d3, #17242d);

    border: 2px solid rgba(255,255,255,0.15);

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.testi-profile-img i {
    font-size: 29px;
    color: #fff;
}

/* =========================================================
   CFOT TABS - PREMIUM ACTIVE STATE
========================================================= */

.cfot-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 8px;
    background: #f4f8fb;
    border: 1px solid rgba(35, 161, 211, 0.12);
    border-radius: 16px;
}


.cfot-tab {
    position: relative;
    border: 0 !important;
    border-radius: 12px !important;

    background: transparent !important;

    color: #53616b !important;

    padding: 16px 12px !important;

    min-height: 82px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 7px;

    cursor: pointer;

    transition:
        background .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* ICON */

.cfot-tab i {
    font-size: 22px;
    color: #23a1d3;
    transition: color .3s ease, transform .3s ease;
}


/* TEXT */

.cfot-tab span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.cfot-tab.active {
    background: linear-gradient(
        135deg,
        #23a1d3,
        #1689b7
    ) !important;

    color: #ffffff !important;

    box-shadow:
        0 10px 25px rgba(35, 161, 211, 0.25);

    transform: translateY(-2px);
}


.cfot-tab.active i {
    color: #ffffff !important;
    transform: scale(1.08);
}


/* Active bottom glow */

.cfot-tab.active::after {
    content: "";

    position: absolute;

    left: 25%;
    right: 25%;
    bottom: -5px;

    height: 3px;

    background: #23a1d3;

    border-radius: 10px;

    opacity: 0.5;
}


/* =========================================================
   NORMAL TABS
========================================================= */

.cfot-tab:not(.active) {
    background: #ffffff !important;
}


.cfot-tab:not(.active):hover {
    background: #eaf7fc !important;

    color: #23a1d3 !important;

    transform: translateY(-2px);

    box-shadow:
        0 6px 18px rgba(35, 161, 211, 0.10);
}


.cfot-tab:not(.active):hover i {
    transform: translateY(-2px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .cfot-tabs {
        display: flex;
        overflow-x: auto;
        gap: 8px;
        padding: 6px;

        scrollbar-width: none;
    }

    .cfot-tabs::-webkit-scrollbar {
        display: none;
    }

    .cfot-tab {
        flex: 0 0 210px;
        min-width: 210px;
    }

}


@media (max-width: 575px) {

    .cfot-tab {
        flex: 0 0 175px;
        min-width: 175px;

        min-height: 72px;

        padding: 12px 8px !important;
    }

    .cfot-tab i {
        font-size: 19px;
    }

    .cfot-tab span {
        font-size: 10px;
    }

}


/* =========================================================
   CFOT - COMPACT 3 COUNTERS IN ONE ROW
========================================================= */

.cfot-why-compact .cfot-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    margin: 20px 0 0 !important;
}


.cfot-why-compact .cfot-stat-card {
    margin: 0 !important;
    padding: 14px 10px !important;
    min-height: 95px !important;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}


.cfot-why-compact .cfot-stat-card strong {
    display: block;
    font-size: 26px !important;
    line-height: 1;
    margin-bottom: 6px;
}


.cfot-why-compact .cfot-stat-card span {
    display: block;
    font-size: 15px !important;
    line-height: 1.3;
}


/* Compact accepted-across text */

.cfot-why-compact .cfot-practical-list {
    margin-top: 14px !important;
}


.cfot-why-compact .cfot-practical-list > div {
    padding: 10px 12px !important;
    font-size: 15px !important;
    line-height: 1.4;
}


/* Tablet */

@media (max-width: 767px) {

    .cfot-why-compact .cfot-stats {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 7px !important;
    }

    .cfot-why-compact .cfot-stat-card {
        padding: 12px 7px !important;
        min-height: 85px !important;
    }

    .cfot-why-compact .cfot-stat-card strong {
        font-size: 22px !important;
    }

    .cfot-why-compact .cfot-stat-card span {
        font-size: 10px !important;
    }

}


/* Mobile */

@media (max-width: 480px) {

    .cfot-why-compact .cfot-stats {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
    }

    .cfot-why-compact .cfot-stat-card {
        padding: 10px 5px !important;
        min-height: 78px !important;
    }

    .cfot-why-compact .cfot-stat-card strong {
        font-size: 19px !important;
    }

    .cfot-why-compact .cfot-stat-card span {
        font-size: 9px !important;
    }

}

/* =========================================================
   CFOT STATS - ANIMATED EFFECT
========================================================= */

.cfot-why-compact .cfot-stats {
    position: relative;
    isolation: isolate;
}


/* Animated glow behind stats */

.cfot-why-compact .cfot-stats::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    border: 1px solid rgba(35, 161, 211, 0.18);

    box-shadow:
        0 0 25px rgba(35, 161, 211, 0.08),
        inset 0 0 25px rgba(35, 161, 211, 0.06);

    animation: cfotStatOrbit 7s linear infinite;

    pointer-events: none;

    z-index: -1;
}


/* Second orbit */

.cfot-why-compact .cfot-stats::after {
    content: "";

    position: absolute;

    width: 230px;
    height: 90px;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%) rotate(25deg);

    border: 1px dashed rgba(35, 161, 211, 0.14);

    border-radius: 50%;

    animation: cfotStatOrbitReverse 10s linear infinite;

    pointer-events: none;

    z-index: -1;
}


/* =========================================================
   STAT CARDS
========================================================= */

.cfot-why-compact .cfot-stat-card {
    position: relative;
    overflow: visible !important;
}


/* Moving glow dot */

.cfot-why-compact .cfot-stat-card::after {
    content: "";

    position: absolute;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #23a1d3;

    box-shadow:
        0 0 8px rgba(35, 161, 211, 0.8),
        0 0 18px rgba(35, 161, 211, 0.5);

    top: 8px;
    right: 10px;

    animation: cfotStatDot 3s ease-in-out infinite;
}


/* Different timing for each */

.cfot-why-compact .cfot-stat-card:nth-child(2)::after {
    animation-delay: 1s;
}

.cfot-why-compact .cfot-stat-card:nth-child(3)::after {
    animation-delay: 2s;
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes cfotStatOrbit {

    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

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

}


@keyframes cfotStatOrbitReverse {

    0% {
        transform: translate(-50%, -50%) rotate(25deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-335deg);
    }

}


@keyframes cfotStatDot {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: .6;
    }

    50% {
        transform: translate(-8px, 8px) scale(1.5);
        opacity: 1;
    }

}

/* =========================================================
   FOC HERO COURSE LIST
========================================================= */

.foc-hero-course-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 24px 0 25px;
    max-width: 680px;
}


.foc-hero-course-item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 11px 13px;

    border: 1px solid rgba(35, 161, 211, 0.15);
    border-radius: 11px;

    background: rgba(255, 255, 255, 0.72);

    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
  color:#012549 !important;
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


.foc-hero-course-item i {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: rgba(35, 161, 211, 0.10);
    color: #23a1d3;

    font-size: 15px;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}


/* Hover */

.foc-hero-course-item:hover {
    transform: translateY(-3px);

    border-color: rgba(35, 161, 211, 0.35);

    background: #ffffff;

    box-shadow:
        0 10px 24px rgba(35, 161, 211, 0.10);
}


.foc-hero-course-item:hover i {
    transform: scale(1.08) rotate(-4deg);

    background: #23a1d3;

    color: #ffffff;
}


/* Last item full width */

.foc-hero-course-item:last-child {
    grid-column: 1 / -1;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .foc-hero-course-list {
        grid-template-columns: 1fr;
    }

    .foc-hero-course-item:last-child {
        grid-column: auto;
    }

}

/* =========================================================
   FOC HERO IMAGE - PREMIUM INTERACTIVE EFFECT
========================================================= */

.foc-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}


/* Main image card */

.foc-image-card {
    position: relative;
    z-index: 3;
    overflow: visible !important;
    transform-style: preserve-3d;
    transition: transform .5s ease, box-shadow .5s ease;

    animation: focImageFloat 5s ease-in-out infinite;
}


/* Image */

.foc-image-card img {
    position: relative;
    z-index: 2;

    display: block;
    width: 100%;
    height: auto;

    border-radius: 22px;

    transition:
        transform .5s ease,
        filter .5s ease;
}


/* Hover */

.foc-image-card:hover {
    transform:
        translateY(-8px)
        rotateX(2deg)
        rotateY(-2deg);
}


.foc-image-card:hover img {
    transform: scale(1.025);
    filter: brightness(1.04);
}


/* =========================================================
   GLOW AROUND IMAGE
========================================================= */

.foc-image-card::before {
    content: "";

    position: absolute;
    z-index: -1;

    inset: -12px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(35,161,211,.45),
            transparent 35%,
            transparent 65%,
            rgba(35,161,211,.35)
        );

    filter: blur(18px);

    opacity: .7;

    animation: focImageGlow 4s ease-in-out infinite;
}


/* =========================================================
   ROTATING TECH RING
========================================================= */

.foc-image-card::after {
    content: "";

    position: absolute;
    z-index: 1;

    width: 82%;
    height: 82%;

    left: 9%;
    top: 9%;

    border: 1px solid rgba(35,161,211,.28);

    border-radius: 50%;

    border-top-color: #23a1d3;
    border-right-color: transparent;

    pointer-events: none;

    animation: focRingRotate 8s linear infinite;
}


/* =========================================================
   IMAGE SCAN LINE
========================================================= */

.foc-image-card img {
    overflow: hidden;
}


/*
   Scan effect using overlay
*/

.foc-image-card > .foc-image-badge::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    top: -30%;

    height: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.9),
        transparent
    );

    box-shadow:
        0 0 10px rgba(255,255,255,.7);

    animation: focScanLine 4s ease-in-out infinite;

    pointer-events: none;
}


/* =========================================================
   FLOATING BADGE
========================================================= */

.foc-image-badge {
    position: absolute !important;

    z-index: 5;

    animation: focBadgeFloat 3.5s ease-in-out infinite;

    box-shadow:
        0 12px 30px rgba(0,0,0,.12);
}


/* Badge icon pulse */

.foc-image-badge i {
    animation: focIconPulse 2s ease-in-out infinite;
}


/* =========================================================
   BACKGROUND ORBIT DOTS
========================================================= */

.foc-hero-visual::before,
.foc-hero-visual::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}


/* Large orbit */

.foc-hero-visual::before {

    width: 340px;
    height: 340px;

    border: 1px dashed rgba(35,161,211,.20);

    animation:
        focOuterOrbit 15s linear infinite;

}


/* Glow dot */

.foc-hero-visual::after {

    width: 9px;
    height: 9px;

    background: #23a1d3;

    box-shadow:
        0 0 10px rgba(35,161,211,.8),
        0 0 25px rgba(35,161,211,.5);

    animation:
        focOrbitDot 7s linear infinite;

}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes focImageFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


@keyframes focImageGlow {

    0%,
    100% {
        opacity: .45;
        transform: scale(.98);
    }

    50% {
        opacity: .8;
        transform: scale(1.02);
    }

}


@keyframes focRingRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes focScanLine {

    0% {
        top: -30%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    55% {
        top: 110%;
        opacity: 1;
    }

    70%,
    100% {
        top: 110%;
        opacity: 0;
    }

}


@keyframes focBadgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

}


@keyframes focIconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

}



@keyframes focOuterOrbit {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes focOrbitDot {

    from {
        transform: rotate(0deg)
                   translateX(170px)
                   rotate(0deg);
    }

    to {
        transform: rotate(360deg)
                   translateX(170px)
                   rotate(-360deg);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .foc-hero-visual::before {
        width: 270px;
        height: 270px;
    }

    .foc-image-card::after {
        width: 88%;
        height: 88%;
        left: 6%;
        top: 6%;
    }

}

/* =========================================================
   OMNICHANNEL + HODUPBX COMBINED
========================================================= */

.cc-combined-section{
    padding:80px 0;
    background:#f5faff;
}

.cc-combined-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    background:#fff;
    border:1px solid var(--cc-border);
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(16,44,70,.07);
}


/* =========================================================
   COLUMNS
========================================================= */

.cc-combined-column{
    padding:42px;
}

.cc-omni-column{
    border-right:1px solid var(--cc-border);
}

.cc-pbx-column{
    background:linear-gradient(
        145deg,
        #ffffff 0%,
        #f7fcff 100%
    );
}


/* =========================================================
   HEADING
========================================================= */

.cc-combined-column .cc-product-label{
    margin-bottom:10px;
}

.cc-combined-column h2{
    color:var(--cc-dark);
    font-size:31px;
    line-height:1.18;
    font-weight:800;
    margin:0 0 15px;
}

.cc-combined-column h2 span{
    color:var(--cc-primary);
}

.cc-combined-description{
    color:var(--cc-text);
    font-size:18px;
    line-height:1.7;
    margin-bottom:25px;
}


/* =========================================================
   OMNICHANNEL COMPACT CARDS
========================================================= */

.cc-compact-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.cc-compact-card{
    display:flex;
    gap:10px;
    padding:14px;
    border:1px solid var(--cc-border);
    border-radius:12px;
    background:#fff;
    transition:.3s ease;
}

.cc-compact-card:hover{
    transform:translateY(-3px);
    border-color:rgba(35,161,211,.35);
    box-shadow:0 8px 22px rgba(16,44,70,.07);
}

.cc-compact-icon{
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(35,161,211,.10);
    color:var(--cc-primary);
    font-size:17px;
}

.cc-compact-card h3{
    color:var(--cc-dark);
    font-size:19px;
    font-weight:600;
    margin:0 0 4px;
}

.cc-compact-card p{
    color:var(--cc-text);
    font-size:18px;
    line-height:1.5;
    margin:0;
}


/* =========================================================
   HODUPBX FEATURES
========================================================= */

.cc-pbx-features{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.cc-pbx-feature{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:12px 14px;
    border:1px solid var(--cc-border);
    border-radius:10px;
    background:#fff;
    transition:.3s ease;
}

.cc-pbx-feature:hover{
    transform:translateX(4px);
    border-color:rgba(35,161,211,.35);
    box-shadow:0 7px 20px rgba(16,44,70,.06);
}

.cc-pbx-feature i{
    flex:0 0 21px;
    width:21px;
    height:21px;
    border-radius:50%;
    background:rgba(35,161,211,.12);
    color:var(--cc-primary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    margin-top:1px;
}

.cc-pbx-feature span{
    color:var(--cc-text);
    font-size:18px;
    line-height:1.55;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

    .cc-combined-row{
        grid-template-columns:1fr;
    }

    .cc-omni-column{
        border-right:0;
        border-bottom:1px solid var(--cc-border);
    }

}

@media(max-width:767px){

    .cc-combined-section{
        padding:55px 0;
    }

    .cc-combined-column{
        padding:28px 22px;
    }

    .cc-combined-column h2{
        font-size:27px;
    }

    .cc-compact-features{
        grid-template-columns:1fr;
    }

}


/* =====================================================
   FULL IMAGE HERO SLIDE
===================================================== */

.slide-full-banner {
    position: relative;
    overflow: hidden;
    min-height: 650px;
}

/* Full slider image */
.slider-full-image {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 1;
}

/* Overlay */
.slide-full-banner .slider-overlay {
    position: absolute;

    inset: 0;

    /* background:
        linear-gradient(
            90deg,
            rgba(5, 25, 55, 0.15) 0%,
            rgba(5, 25, 55, 0.05) 40%,
            rgba(5, 25, 55, 0.75) 100%
        ); */

    z-index: 2;
}

/* Grid above image */
.slide-full-banner .empirical-grid {
    z-index: 3;
}

/* Content */
.slide-full-banner .container {
    position: relative;
    z-index: 4;
}

.slide-full-banner .empirical-content {
    max-width: 600px;
    margin-left: auto;
}

/* Mobile */
@media (max-width: 991px) {

    .slide-full-banner {
        min-height: 720px;
    }

    .slider-full-image {
        object-position: 35% center;
    }

    .slide-full-banner .slider-overlay {
        /* background:
            linear-gradient(
                180deg,
                rgba(5, 25, 55, 0.10) 0%,
                rgba(5, 25, 55, 0.80) 55%,
                rgba(5, 25, 55, 0.95) 100%
            ); */
    }

    .slide-full-banner .row {
        min-height: 720px !important;
    }

    .slide-full-banner .empirical-content {
        margin-top: 220px;
        margin-left: 0;
    }

}


.counter-section {
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    background: linear-gradient(
        -45deg,
        #071f35,
        #0b5575,
        #087fa8,
        #071f35
    );
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    color: #fff;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.counter-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.counter-item {
    padding: 0px;
    border-right: 1px solid rgba(255,255,255,0.25);
    transition: transform 0.4s ease;
}

.counter-item:last-child {
    border-right: none;
}

.counter-item:hover {
    transform: translateY(-8px);
}

.counter-number {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.counter-title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Moving background circles */
.counter-bg span {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    animation: floatCircle 8s infinite ease-in-out;
}

.counter-bg span:nth-child(1) {
    left: 5%;
    top: 20%;
}

.counter-bg span:nth-child(2) {
    left: 25%;
    top: 70%;
    width: 45px;
    height: 45px;
    animation-delay: 1s;
}

.counter-bg span:nth-child(3) {
    left: 45%;
    top: 10%;
    width: 35px;
    height: 35px;
    animation-delay: 2s;
}

.counter-bg span:nth-child(4) {
    right: 25%;
    top: 65%;
    width: 100px;
    height: 100px;
    animation-delay: 3s;
}

.counter-bg span:nth-child(5) {
    right: 8%;
    top: 20%;
    width: 55px;
    height: 55px;
    animation-delay: 4s;
}

.counter-bg span:nth-child(6) {
    right: 45%;
    bottom: -20px;
    width: 30px;
    height: 30px;
    animation-delay: 2.5s;
}

@keyframes floatCircle {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, -35px) scale(1.2);
    }
}

/* Mobile */
@media (max-width: 576px) {

    .counter-section {
        padding: 40px 15px;
    }

    .counter-number {
        font-size: 36px;
    }

    .counter-title {
        font-size: 14px;
    }

    .counter-item {
        padding: 10px;
    }
}


/* =========================================================
   3 COUNTER ITEMS - PERFECTLY CENTERED
========================================================= */

.counter-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.counter-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    text-align: center;
}

.counter-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Number */
.counter-number {
    text-align: center;
    line-height: 1;
}

/* Title */
.counter-title {
    text-align: center;
    margin-top: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .counter-content {
        max-width: 650px;
        padding: 0 20px;
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .counter-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px;
    }

    .counter-item {
        width: 100%;
    }

}




    /* ==================================================
       DESKTOP - 5 EQUAL COLUMNS
    ================================================== */

    @media (min-width: 1200px) {

        .premium-products-area .premium-products-row {
            display: flex;
            flex-wrap: wrap;
        }

        .premium-products-area .premium-products-row > div {
            width: 20%;
            flex: 0 0 20%;
        }

    }


    /* ==================================================
       TABLET - 2 COLUMNS
    ================================================== */

    @media (min-width: 768px) and (max-width: 1199px) {

        .premium-products-area .premium-products-row > div {
            width: 50%;
            flex: 0 0 50%;
        }

    }


    /* ==================================================
       MOBILE - 1 COLUMN
    ================================================== */

    @media (max-width: 767px) {

        .premium-products-area .premium-products-row > div {
            width: 100%;
            flex: 0 0 100%;
        }

    }


    /* ==================================================
       5 COLUMN CARD HEIGHT
    ================================================== */

    @media (min-width: 1200px) {

        .premium-products-area .premium-product-card {
            height: 100%;
        }

    }

/* Blog Featured Image */
.premium-blog-featured .premium-blog-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.premium-blog-featured .premium-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    .premium-blog-featured .premium-blog-image {
        height: 170px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .premium-blog-featured .premium-blog-image {
        height: 160px;
    }
}



/* =========================================================
   GET A QUOTE POPUP
========================================================= */

.quote-popup-overlay {

    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px;

    background: rgba(5, 25, 38, .65);

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    opacity: 0;

    visibility: hidden;

    transition:
        opacity .3s ease,
        visibility .3s ease;
}


/* OPEN */

.quote-popup-overlay.active {

    opacity: 1;

    visibility: visible;
}


/* =========================================================
   POPUP BOX
========================================================= */

.quote-popup {

    position: relative;

    width: 100%;

    max-width: 480px;

    max-height: 90vh;

    overflow-y: auto;

    background: #fff;

    border-radius: 20px;

    padding: 25px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .25);

    transform:
        translateY(25px)
        scale(.96);

    transition:
        transform .35s cubic-bezier(.2,.8,.2,1);

}


/* OPEN ANIMATION */

.quote-popup-overlay.active .quote-popup {

    transform:
        translateY(0)
        scale(1);
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.quote-popup-close {

    position: absolute;

    top: 14px;

    right: 14px;

    width: 34px;

    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #e5edf2;

    border-radius: 50%;

    background: #f7fafc;

    color: #718096;

    cursor: pointer;

    transition: .25s ease;

    z-index: 5;
}

.quote-popup-close:hover {

    background: #23a1d3;

    border-color: #23a1d3;

    color: #fff;

    transform: rotate(90deg);
}


/* =========================================================
   HEADER
========================================================= */

.quote-popup-header {

    display: flex;

    align-items: center;

    gap: 14px;

    padding-right: 35px;

    margin-bottom: 22px;
}


.quote-popup-icon {

    flex: 0 0 48px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #23a1d3,
            #168bb9
        );

    color: #fff;

    font-size: 20px;

    box-shadow:
        0 8px 20px rgba(35,161,211,.25);
}


.quote-popup-header span {

    display: block;

    margin-bottom: 2px;

    color: #23a1d3;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.quote-popup-header h3 {

    margin: 0;

    color: #102a43;

    font-size: 25px;

    line-height: 1.2;

    font-weight: 750;
}


.quote-popup-header p {

    margin: 4px 0 0;

    color: #718096;

    font-size: 15px;

    line-height: 1.4;
}


/* =========================================================
   FORM
========================================================= */

.quote-popup-form {

    display: flex;

    flex-direction: column;

    gap: 13px;
}


.quote-form-row {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 12px;
}


.quote-form-group {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.quote-form-group label {

    color: #34495e;

    font-size: 12px;

    font-weight: 700;
}


.quote-input-wrap {

    position: relative;
}


.quote-input-wrap > i {

    position: absolute;

    left: 13px;

    top: 50%;

    transform: translateY(-50%);

    color: #23a1d3;

    font-size: 14px;

    pointer-events: none;
}


.quote-input-wrap input,
.quote-input-wrap textarea {

    width: 100%;

    border: 1px solid #dfe8ed;

    border-radius: 9px;

    background: #f9fcfd;

    color: #263746;

    font-size: 13px;

    outline: none;

    transition: .25s ease;

    box-sizing: border-box;
}


.quote-input-wrap input {

    height: 42px;

    padding:
        0 12px 0 38px;
}


.quote-input-wrap textarea {

    min-height: 78px;

    resize: vertical;

    padding:
        11px 12px 10px 38px;

    line-height: 1.5;
}


.quote-textarea-wrap > i {

    top: 14px;

    transform: none;
}


.quote-input-wrap input::placeholder,
.quote-input-wrap textarea::placeholder {

    color: #a2adb4;
}


.quote-input-wrap input:focus,
.quote-input-wrap textarea:focus {

    border-color: #23a1d3;

    background: #fff;

    box-shadow:
        0 0 0 3px rgba(35,161,211,.09);
}


/* =========================================================
   SUBMIT
========================================================= */

.quote-submit-btn {

    width: 100%;

    height: 45px;

    margin-top: 3px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    border: none;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #23a1d3,
            #168bb9
        );

    color: #fff;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 8px 20px rgba(35,161,211,.22);

    transition: .25s ease;
}


.quote-submit-btn:hover {

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(35,161,211,.30);
}


.quote-submit-btn i {

    transition: transform .25s ease;
}


.quote-submit-btn:hover i {

    transform:
        translate(3px,-3px);
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:575px) {

    .quote-popup-overlay {

        padding: 14px;
    }

    .quote-popup {

        max-width: 100%;

        padding: 21px;

        border-radius: 17px;
    }

    .quote-form-row {

        grid-template-columns: 1fr;

        gap: 13px;
    }

    .quote-popup-header {

        margin-bottom: 18px;
    }

    .quote-popup-header h3 {

        font-size: 22px;
    }

    .quote-popup-header p {

        font-size: 11px;
    }

}

.footer-social-text{
  color:rgba(255,255,255,.65) !important;
}




/* =========================================================
   SLIDER 6 - CABLE BLOWING
========================================================= */

.cable-slide {
    position: relative;
    width: 100%;
    /* min-height: 700px; */
    overflow: hidden;
}


/* ---------------------------------------------------------
   RESPONSIVE PICTURE
--------------------------------------------------------- */

.cable-slide-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}


.cable-slide-picture .slider-full-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}


/* ---------------------------------------------------------
   OVERLAY
--------------------------------------------------------- */

.cable-slide .slider-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(0, 12, 38, 0.88) 0%,
        rgba(0, 20, 55, 0.60) 35%,
        rgba(0, 20, 55, 0.15) 70%,
        rgba(0, 10, 30, 0.05) 100%
    );
}


/* ---------------------------------------------------------
   GRID
--------------------------------------------------------- */

.cable-slide .empirical-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
}


/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */

.cable-slide-container {
    position: relative;
    z-index: 3;
}


.cable-slide-content {
    position: relative;
    z-index: 3;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cable-slide {
        min-height: 760px !important;
        height: 760px !important;
    }


    /* Mobile image */
    .cable-slide-picture {
        height: 100%;
        width: 100%;
    }


    .cable-slide-picture .slider-full-image {
        width: 100%;
        height: 100%;

        object-fit: cover;

        /* Product stays centered/top */
        object-position: center top;
    }


    /* -----------------------------------------------------
       MOBILE OVERLAY
    ----------------------------------------------------- */

    .cable-slide .slider-overlay {

        background: linear-gradient(
            180deg,
            rgba(0, 15, 45, 0.05) 0%,
            rgba(0, 15, 45, 0.08) 42%,
            rgba(0, 15, 45, 0.72) 58%,
            rgba(0, 8, 30, 0.96) 100%
        );

    }


    /* -----------------------------------------------------
       CONTAINER
    ----------------------------------------------------- */

    .cable-slide-container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }


    .cable-slide .row {
        min-height: 760px !important;
        height: 760px;

        display: flex;
        align-items: flex-end !important;
    }


    /* -----------------------------------------------------
       CONTENT POSITION
    ----------------------------------------------------- */

    .cable-slide .col-12 {
        width: 100%;
    }


    .cable-slide-content {

        width: 100%;

        text-align: center;

        padding:

            0
            5px
            35px
            5px;

    }


    /* TAG */

    .cable-slide-content .empirical-tag {

        display: inline-block;

        font-size: 11px;

        letter-spacing: 1.5px;

        margin-bottom: 8px;

    }


    /* HEADING */

    .cable-slide-content h1 {

        font-size: 25px;

        line-height: 1.18;

        margin:

            5px
            auto
            12px;

        max-width: 370px;

    }


    .cable-slide-content h1 strong {

        display: block;

        margin-top: 3px;

    }


    /* DESCRIPTION */

    .cable-slide-content p {

        font-size: 13px;

        line-height: 1.5;

        max-width: 340px;

        margin:

            0
            auto
            16px;

    }


    /* -----------------------------------------------------
       BUTTON
    ----------------------------------------------------- */

    .cable-slide-content .empirical-buttons {

        justify-content: center;

        margin-top: 12px;

    }


    .cable-slide-content .empirical-btn {

        padding:

            11px
            22px;

        font-size: 13px;

    }


    /* -----------------------------------------------------
       FEATURES
    ----------------------------------------------------- */

    .cable-slide-content .empirical-feature-row {

        justify-content: center;

        gap: 18px;

        margin-top: 15px;

        flex-wrap: wrap;

    }


    .cable-slide-content .empirical-feature-row > div {

        font-size: 11px;

    }

}

@media (max-width: 480px) {

    .cable-slide {

        min-height: 720px !important;
        height: 720px !important;

    }


    .cable-slide .row {

        min-height: 720px !important;
        height: 720px;

    }


    .cable-slide-content {

        padding-bottom: 25px;

    }


    .cable-slide-content h1 {

        font-size: 22px;

        max-width: 340px;

    }


    .cable-slide-content p {

        font-size: 12px;

        max-width: 310px;

    }


    .cable-slide-content .empirical-feature-row {

        gap: 12px;

    }

}

/* =========================================================
   QUOTE POPUP SUCCESS / ERROR MESSAGE
========================================================= */

.quote-success-message {
    position: relative;
    padding: 50px 35px 40px;
    text-align: center;
}

.quote-success-icon,
.quote-error-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(35, 161, 211, .10);

    color: #23a1d3;

    font-size: 34px;

    border: 2px solid rgba(35, 161, 211, .20);

    animation: quoteSuccessPop .45s ease;
}

.quote-error-icon {
    color: #e74c3c;
    background: rgba(231, 76, 60, .08);
    border-color: rgba(231, 76, 60, .18);
}

.quote-success-message h3 {
    margin: 0 0 10px;

    color: #17242d;

    font-size: 28px;

    font-weight: 700;
}

.quote-success-message p {
    margin: 0 auto 7px;

    color: #52636d;

    font-size: 17px;

    line-height: 1.7;
}

.quote-success-message span {
    display: block;

    color: #8a989e;

    font-size: 15px;

    margin-bottom: 25px;
}

.quote-success-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    min-width: 120px;

    height: 42px;

    padding: 0 20px;

    border: 0;

    border-radius: 25px;

    background: #23a1d3;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;

    transition: .25s ease;
}

.quote-success-btn:hover {
    background: #168bb8;

    transform: translateY(-2px);
}

.quote-success-message .quote-popup-close {
    position: absolute;

    top: 15px;
    right: 15px;

    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: #f4f8fa;

    color: #17242d;

    cursor: pointer;

    transition: .25s ease;
}

.quote-success-message .quote-popup-close:hover {
    background: #23a1d3;
    color: #ffffff;
}

@keyframes quoteSuccessPop {

    0% {
        opacity: 0;
        transform: scale(.5);
    }

    70% {
        transform: scale(1.08);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }

}


/* MOBILE */

@media (max-width:575px) {

    .quote-success-message {
        padding: 45px 20px 30px;
    }

    .quote-success-icon,
    .quote-error-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .quote-success-message h3 {
        font-size: 23px;
    }

    .quote-success-message p {
        font-size: 14px;
    }

}


/* =========================================================
   PREMIUM PRODUCTS — HEADING
========================================================= */

.premium-products-area .products-heading-wrap {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

/* =========================================================
   HEADING
========================================================= */

.premium-products-area .products-heading {
    width: 100%;
    text-align: center;
}

.premium-products-area .products-eyebrow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.premium-products-area .products-eyebrow h2 {
    margin: 0;
    text-align: center;
    line-height: 1.15;
}

.premium-products-area .eyebrow-line {
    /* flex: 0 0 70px; */
}

.premium-products-area .products-heading p {
    max-width: 750px;
    margin: 18px auto 0;
    text-align: center;
}


/* =========================================================
   EXPLORE ALL PRODUCTS BUTTON
   — DESKTOP: TOP RIGHT ONLY
========================================================= */

.premium-products-area .products-heading-action {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 5;
}

.premium-products-area .products-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-products-area .products-heading-action {
        top: -66px;
        right: 0;
    }

    .premium-products-area .products-eyebrow {
        gap: 12px;
    }

    .premium-products-area .eyebrow-line {
        flex: 0 0 50px;
    }


}


/* =========================================================
   MOBILE
   — BUTTON REMAINS TOP RIGHT
========================================================= */

@media (max-width: 767px) {

    .premium-products-area .products-heading-wrap {
        padding-bottom: 0;
    }

    .premium-products-area .products-heading-action {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        transform: none;
    }

    .premium-products-area .products-all-btn {
        gap: 6px;
        white-space: nowrap;
    }

    .premium-products-area .products-eyebrow {
        gap: 8px;
    }

    .premium-products-area .products-eyebrow h2 {
        font-size: 28px;
    }

    .premium-products-area .eyebrow-line {
        flex: 0 0 35px;
    }

    .premium-products-area .products-heading p {
        padding: 0 15px;
        margin-top: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .premium-products-area .products-heading-action {
        top: -54px;
        right: 0;
    }

    .premium-products-area .products-all-btn {
        font-size: 13px;
        padding: 8px 12px;
    }

    .premium-products-area .products-eyebrow h2 {
        font-size: 24px;
    }

    .premium-products-area .eyebrow-line {
        flex: 0 0 25px;
    }

}

/* =========================================================
   BLOG IMAGE OVERRIDE — SMALL + NO CROPPING
========================================================= */

/* Desktop */
.premium-blog-area .premium-blog-image {
    height: 300px !important;
    overflow: hidden !important;
}

.premium-blog-area .premium-blog-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    transform: none !important;
}

/* Keep hover from enlarging/cropping image */
.premium-blog-area .premium-blog-image:hover img {
    transform: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-blog-area .premium-blog-image {
        height: 260px !important;
    }

    .premium-blog-area .premium-blog-image img {
        object-fit: contain !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .premium-blog-area .premium-blog-image {
        height: 220px !important;
    }

    .premium-blog-area .premium-blog-image img {
        object-fit: contain !important;
        width: 100% !important;
        height: 100% !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .premium-blog-area .premium-blog-image {
        height: 200px !important;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .premium-blog-area .premium-blog-image {
        height: 180px !important;
    }

}

/* =========================================================
   VERTICAL SLIDER NAVIGATION
========================================================= */

.empirical-hero-wrap {
    position: relative;
}

.empirical-vertical-nav {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

/* Navigation item */
.empirical-vertical-nav .vertical-nav-item {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s ease;
    background: rgba(0,0,0,0.15);
}

/* Number */
.empirical-vertical-nav .vertical-nav-item span {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    transition: all 0.35s ease;
}

/* Connecting line */
.empirical-vertical-nav .vertical-nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.3);
}

/* Active */
.empirical-vertical-nav .vertical-nav-item.active {
    width: 42px;
    height: 42px;
    border-color: #23a1d3;
    background: #23a1d3;
    box-shadow: 0 0 0 6px rgba(35,161,211,0.15),
                0 0 25px rgba(35,161,211,0.5);
}

.empirical-vertical-nav .vertical-nav-item.active span {
    color: #fff;
    font-weight: 700;
}

/* Hover */
.empirical-vertical-nav .vertical-nav-item:hover {
    border-color: #23a1d3;
    background: rgba(35,161,211,0.35);
}

.empirical-vertical-nav .vertical-nav-item:hover span {
    color: #fff;
}


/* =========================================================
   AUTOPLAY PROGRESS
========================================================= */

.empirical-vertical-nav .vertical-nav-item .nav-progress {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid transparent;
}

.empirical-vertical-nav .vertical-nav-item.active .nav-progress {
    border-top-color: #fff;
    animation: navProgress 5s linear forwards;
}

@keyframes navProgress {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .empirical-vertical-nav {
        right: 12px;
        gap: 10px;
    }

    .empirical-vertical-nav .vertical-nav-item {
        width: 28px;
        height: 28px;
    }

    .empirical-vertical-nav .vertical-nav-item.active {
        width: 34px;
        height: 34px;
    }

    .empirical-vertical-nav .vertical-nav-item span {
        font-size: 9px;
    }

    .empirical-vertical-nav .vertical-nav-item:not(:last-child)::after {
        top: 28px;
        height: 10px;
    }
}

@media (max-width: 575px) {

    .empirical-vertical-nav {
        right: 8px;
    }

    .empirical-vertical-nav .vertical-nav-item {
        width: 24px;
        height: 24px;
    }

    .empirical-vertical-nav .vertical-nav-item.active {
        width: 30px;
        height: 30px;
    }

    .empirical-vertical-nav .vertical-nav-item span {
        font-size: 8px;
    }

    .empirical-vertical-nav .vertical-nav-item:not(:last-child)::after {
        top: 24px;
        height: 8px;
    }
}


.empirical-slide {
    height: 650px;
}

@media (max-width: 991px) {
    .empirical-slide {
        height: 620px;
    }
}

@media (max-width: 767px) {
    .empirical-slide {
        height: 680px;
    }
}

@media (max-width: 575px) {
    .empirical-slide {
        height: 700px;
    }
}


@media (min-width: 900px) and (max-width: 1300px) {
    .premium-products-area .products-heading-action {
        position: relative;
    }
}

/* =========================================================
   EMPIRICAL HERO SLIDER
   RESPONSIVE - ALL DEVICES
========================================================= */

.empirical-hero,
.empirical-slide {
    width: 100%;
    overflow: hidden;
}


/* =========================================================
   DESKTOP
========================================================= */

.empirical-slide {
    height: 600px !important;
    min-height: 600px !important;
    display: flex;
    align-items: center;
}


/* Product images - slides 1, 3, 5 */
.empirical-slide .product-image img {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
}


/* Full banner images - slides 2, 4, 6, 7 */
.empirical-slide.slide-full-banner .slider-full-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


/* Keep banner content above image */
.empirical-slide.slide-full-banner .container {
    position: relative;
    z-index: 2;
}

.empirical-slide.slide-full-banner .slider-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}


/* =========================================================
   iPAD / TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .empirical-slide {
        height: 650px !important;
        min-height: 650px !important;
    }

    .empirical-slide .product-image img {
        max-height: 330px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .empirical-slide {
        height: 680px !important;
        min-height: 680px !important;
        padding: 30px 0;
        display: flex;
        align-items: center;
    }


    /* Stack content */
    .empirical-slide .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    /* Product area */
    .empirical-slide .empirical-product-area {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }


    /* Product image */
    .empirical-slide .product-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .empirical-slide .product-image img {
        width: auto;
        max-width: 75%;
        height: auto;
        max-height: 230px;
        object-fit: contain;
    }


    /* Content */
    .empirical-slide .empirical-content {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }


    .empirical-slide .empirical-content h1 {
        font-size: 28px;
        line-height: 1.2;
    }


    .empirical-slide .empirical-content p {
        font-size: 15px;
        line-height: 1.5;
    }


    .empirical-slide .empirical-buttons {
        justify-content: center;
        margin-top: 18px;
    }


    .empirical-slide .empirical-feature-row {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 18px;
    }


    /* Full banner slides */
    .empirical-slide.slide-full-banner .slider-full-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }


    .empirical-slide.slide-full-banner .container {
        height: 100%;
        position: relative;
        z-index: 2;
    }


    .empirical-slide.slide-full-banner .row {
        min-height: 100% !important;
    }

}


/* =========================================================
   MOBILE HERO - TEXT READABILITY ONLY
   DOES NOT AFFECT DESKTOP / TABLET
========================================================= */

@media (max-width: 767px) {

    /* Make content sit clearly above the banner */
    .empirical-slide .empirical-content {
        position: relative;
        z-index: 10;
        width: 100%;
        padding: 20px 18px;
    }

    /* Tag */
    .empirical-slide .empirical-tag {
        display: inline-block;
        font-size: 12px !important;
        line-height: 1.4 !important;
        padding: 6px 10px;
        margin-bottom: 12px;
    }

    /* Main heading */
    .empirical-slide .empirical-content h1 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px;
        font-weight: 600;
    }

    /* Strong heading text */
    .empirical-slide .empirical-content h1 strong {
        display: inline;
        font-size: inherit !important;
    }

    /* Description */
    .empirical-slide .empirical-content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 18px;
    }

    /* Button */
    .empirical-slide .empirical-buttons {
        margin-top: 15px;
    }

    .empirical-slide .empirical-btn {
        font-size: 14px !important;
        padding: 11px 18px !important;
    }

    /* Features */
    .empirical-slide .empirical-feature-row {
        margin-top: 18px;
        gap: 8px 15px;
        font-size: 13px !important;
        line-height: 1.5;
    }

    /* =====================================================
       FULL BANNER SLIDES
       Make background slightly darker so text is readable
    ===================================================== */

    .empirical-slide.slide-full-banner .slider-overlay {
        background: rgba(0, 0, 0, 0.48) !important;
        z-index: 1;
    }

    .empirical-slide.slide-full-banner .empirical-content {
        z-index: 10;
    }

    /* Keep text above everything */
    .empirical-slide.slide-full-banner .container,
    .empirical-slide.slide-full-banner .row {
        position: relative;
        z-index: 5;
    }

}


/* =========================================================
   MOBILE - EMPIRICAL TAG READABILITY
========================================================= */

@media (max-width: 1366px) {

    .empirical-slide .empirical-tag {
        position: relative;
        z-index: 20;

        display: inline-block;

        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;

        color: #ffffff !important;
        background: rgba(9, 40, 61, 0.90) !important;

        padding: 7px 13px !important;
        border-radius: 4px;

        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

        letter-spacing: 0.3px;
    }

}


/* =========================================================
   MOBILE PRODUCTS MENU - ALIGNMENT FIX
========================================================= */

@media (max-width: 1024px) {

    .premium-mobile-menu .mobile-dropdown-toggle {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        padding: 15px 20px !important;
        gap: 10px !important;
        text-decoration: none !important;
    }

    /* Category / subcategory text */
    .premium-mobile-menu .mobile-dropdown-toggle > span {
        flex: 1 !important;
        text-align: left !important;
        margin: 0 !important;
    }

    /* First arrow */
    .premium-mobile-menu .mobile-dropdown-toggle > i:first-child {
        order: 2 !important;
        margin-left: auto !important;
    }

    /* Dropdown arrow */
    .premium-mobile-menu .mobile-dropdown-toggle > i:last-child {
        order: 3 !important;
        margin-left: 8px !important;
    }

    /* Keep nested submenu properly aligned */
    .premium-mobile-menu .mobile-submenu {
        padding-left: 15px !important;
    }

    .premium-mobile-menu .mobile-submenu .mobile-submenu {
        padding-left: 20px !important;
    }

}

/* =========================================================
   LARGE / PREMIUM CLIENT LOGO CAROUSEL
========================================================= */

.client-logo-carousel {
    width: 100%;
    overflow: hidden !important;
    padding: 10px 0 20px;
}

.client-logo-carousel .owl-stage {
    display: flex !important;
    align-items: center !important;
}

.client-logo-carousel .owl-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.client-logo-carousel .client-logo-item {
    width: 100%;
    height: 180px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 15px 25px;
    box-sizing: border-box;
}

/* BIG LOGOS */
.client-logo-carousel .client-logo-item img {
    width: auto !important;
    height: auto !important;

    max-width: 280px !important;
    max-height: 135px !important;

    object-fit: contain !important;
    display: block !important;

    margin: auto !important;

    transition: transform 0.35s ease;
}

/* Slight zoom on hover */
.client-logo-carousel .client-logo-item:hover img {
    transform: scale(1.08);
}


/* =========================================================
   DESKTOP - VERY LARGE
========================================================= */

@media (min-width: 1200px) {

    .client-logo-carousel .client-logo-item {
        height: 200px;
        padding: 15px 30px;
    }

    .client-logo-carousel .client-logo-item img {
        max-width: 300px !important;
        max-height: 145px !important;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .client-logo-carousel .client-logo-item {
        height: 175px;
        padding: 15px 20px;
    }

    .client-logo-carousel .client-logo-item img {
        max-width: 250px !important;
        max-height: 120px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .client-logo-carousel .client-logo-item {
        height: 150px;
        padding: 10px 15px;
    }

    .client-logo-carousel .client-logo-item img {
        max-width: 220px !important;
        max-height: 110px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .client-logo-carousel .client-logo-item {
        height: 140px;
        padding: 8px 10px;
    }

    .client-logo-carousel .client-logo-item img {
        max-width: 200px !important;
        max-height: 100px !important;
    }
}

/* =========================================================
   HOMEPAGE FAQ + BLOG HEADINGS - PROPER CENTER
========================================================= */

/* FAQ heading */
.faq-heading-wrap {
    position: relative;
    width: 100%;
    text-align: center !important;
}

.faq-heading {
    width: 100%;
    max-width: 850px;
    margin: 0 auto !important;
    text-align: center !important;
}

.faq-heading .solution-eyebrow {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    width: 100%;
    text-align: center !important;
}

.faq-heading .solution-eyebrow h2 {
    margin: 0 !important;
    text-align: center !important;
}

.faq-heading p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================================
   BLOG HEADING
========================================================= */

.section-heading-row {
    position: relative;
    width: 100%;
    display: block !important;
    text-align: center !important;
}

.section-heading-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto !important;
    text-align: center !important;
}

.section-heading-content .solution-eyebrow {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    width: 100%;
    text-align: center !important;
}

.section-heading-content .solution-eyebrow h2 {
    margin: 0 !important;
    text-align: center !important;
}

.section-heading-content p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================================
   KEEP BUTTON AT RIGHT
========================================================= */

.faq-heading-wrap .products-heading-action,
.section-heading-row .section-heading-action {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    @media (max-width: 991px) {
     .faq-heading-wrap .products-heading-action, .section-heading-row .section-heading-action{


     position: absolute;
    right: 0;
    top: -40px;
    transform: translateY(-50%) !important;;
     }

    }

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .faq-heading-wrap,
    .section-heading-row {
        display: block !important;
    }

    .faq-heading,
    .section-heading-content {
        width: 100%;
        max-width: 100%;
    }

    .faq-heading .solution-eyebrow,
    .section-heading-content .solution-eyebrow {
        justify-content: center !important;
    }

    .faq-heading-wrap .products-heading-action,
    .section-heading-row .section-heading-action {
        position: static;
        transform: none;
        margin-top: 20px;
        text-align: center;
    }


}


/* =========================================================
   IPAD / TABLET SLIDER FIX
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .empirical-hero-wrap {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .empirical-slide {
        min-height: calc(100vh - 80px) !important;
        height: calc(100vh - 80px) !important;
    }

    .empirical-slide .min-vh-100 {
        min-height: calc(100vh - 80px) !important;
    }

}

/* =========================================================
   BLOG CARDS - SAME HEIGHT
========================================================= */

.premium-blog-area .row {
    display: flex;
    align-items: stretch;
}

.premium-blog-area .row > [class*="col-"] {
    display: flex;
}

.premium-blog-featured {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Keep image same height */
.premium-blog-image {
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
}

.premium-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Content fills remaining space */
.premium-blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Push Explore Article to bottom */
.premium-blog-read {
    margin-top: auto;
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .premium-blog-image {
        height: 260px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .premium-blog-area .row {
        display: block;
    }

    .premium-blog-area .row > [class*="col-"] {
        display: block;
        margin-bottom: 25px;
    }

    .premium-blog-featured {
        height: auto;
    }

    .premium-blog-image {
        height: 230px;
    }

}

.newsletter-message {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.newsletter-message.success {
    color: #2e7d32;
}

.newsletter-message.error {
    color: #c62828;
}

.premium-newsletter-form button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}