@import url("font-awesome.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery.mCustomScrollbar.min.css");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #7cb434;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Rubik", sans-serif;
}

input,
button,
select,
textarea {
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 1.8em;
  font-family: "Rubik", sans-serif;
}

/* Typography */

h1 {
  font-size: 60px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color:   #17406a;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background:   #17406a;
}

/* List Style One */

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding-left: 30px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.list-style-one li .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #fe4c1c;
  font-size: 18px;
  line-height: 1em;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* List Style Two */

.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;
  color: #222222;
  font-size: 16px;
  padding-left: 30px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.list-style-two li:before {
  position: absolute;
  content: "\f0a9";
  left: 0px;
  top: 5px;
  color:   #17406a;
  font-size: 18px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "FontAwesome";
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 15px 32px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  letter-spacing: 1px;
  background-color:   #17406a;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.btn-style-one i {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 20px;
  font-weight: 400;
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 64px solid #000000;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.btn-style-one:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 64px solid #000000;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.btn-style-one:hover::before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.btn-style-one:hover::after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.btn-style-one:hover {
  color: #ffffff;
}

/* Btn Style Two */

.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding: 14px 30px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

.btn-style-two i {
  position: relative;
  top: 1px;
  margin-right: 7px;
  font-size: 20px;
  font-weight: 400;
}

.btn-style-two .txt {
  position: relative;
  z-index: 1;
}

.btn-style-two:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 64px solid   #17406a;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.btn-style-two:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 64px solid   #17406a;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.btn-style-two:hover::before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.btn-style-two:hover::after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.btn-style-two:hover {
  color: #ffffff;
  border-color:   #17406a;
}

/* Btn Style Three */

.btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  padding: 14px 40px 14px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 0px;
  border: 2px solid #222222;
  text-transform: uppercase;
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three i {
  position: relative;
  font-size: 19px;
  top: 0px;
}

.btn-style-three:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  background-color: #f7952c;
}

.btn-style-three:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover {
  color: #ffffff;
  border-color: #f7952c;
}

/* Btn Style Four */

.btn-style-four {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  padding: 13px 36px 13px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 2px;
  background: none;
  text-transform: uppercase;
  background-color: #7cb434;
}

.btn-style-four .txt {
  position: relative;
  z-index: 1;
}

.btn-style-four:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  background-color: #222222;
}

.btn-style-four:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-four:hover {
  color: #ffffff;
}

/* Social Icon One */

.social-icon-one {
  position: relative;
  display: block;
}

.social-icon-one li {
  position: relative;
  margin: 0px 1px;
  display: inline-block;
}

.social-icon-one li:last-child {
  margin-right: 0;
}

.social-icon-one li a {
  position: relative;
  width: 34px;
  height: 34px;
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: #ffffff;
  border-color:   #17406a;
  background-color:   #17406a;
}

.theme_color {
  color: #7cb434;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/favicon.png);
  background-size: 100px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 45px;
}

.sec-title .icon {
  position: relative;
  padding-bottom: 18px;
}

.sec-title .icon:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 25px;
  height: 6px;
  border-top: 2px solid #888888;
  border-bottom: 2px solid #888888;
}

.sec-title.centered .icon:before {
  left: 50%;
  margin-left: -12px;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 18px;
  padding-bottom: 15px;
}

.sec-title .text {
  position: relative;
  color: #222222;
  font-weight: 300;
  line-height: 1.9em;
  font-size: 16px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .text {
  color: #aaaaaa;
}

.sec-title.centered {
  text-align: center;
}

.sec-title.centered .icon {
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-toped {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #222222;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-toped:hover {
  color: #ffffff;
  background: #000000;
}

/* ══════════════════════════════════════════════
   HERO SLIDER
══════════════════════════════════════════════ */
.hs{position:relative;width:100%;height:640px;overflow:hidden;}
@media(max-width:900px){.hs{height:auto;min-height:580px;}}

/* ── SLIDES ── */
.hs-slide{position:absolute;inset:0;opacity:0;z-index:0;pointer-events:none;transition:opacity 1.2s ease;}
.hs-slide.active{opacity:1;z-index:2;pointer-events:all;}

/* ── BG ── */
.hs-slide-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transform:scale(1.06);transition:transform 7s ease;
}
.hs-slide.active .hs-slide-bg{transform:scale(1);}

.hs-slide:nth-child(1) .hs-slide-bg{
  background-image:linear-gradient(110deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.55) 50%,rgba(0,0,0,.15) 100%),
  url('../images/main-slider/image-1.webp');
  background-color:#040f22;
}
.hs-slide:nth-child(2) .hs-slide-bg{
  background-image:linear-gradient(110deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.55) 50%,rgba(0,0,0,.15) 100%),
  url('../images/main-slider/image-2.webp');
  background-color:#050e1e;
}
.hs-slide:nth-child(3) .hs-slide-bg{
  background-image:linear-gradient(110deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.55) 50%,rgba(0,0,0,.15) 100%),
  url('../images/main-slider/image-3.webp');
  background-color:#040c1a;
}

/* ── MAIN LAYOUT ── */
.hs-inner{
  position:relative;z-index:10;height:100%;
  display:grid;grid-template-columns:1fr 480px;
  align-items:center;gap:0;
  padding:0 64px 60px;
  max-width:1380px;margin:0 auto;
}

/* ══ LEFT CONTENT ══ */
.hs-left{display:flex;flex-direction:column;padding-right:30px;}

.hs-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(10px);padding:6px 16px;border-radius:50px;
  font-size:11.5px;font-weight:700;color:#fff;letter-spacing:1.5px;
  text-transform:uppercase;margin-bottom:20px;width:fit-content;
  opacity:0;transform:translateY(14px);
}
.hs-slide.active .hs-badge{animation:hs-up .6s .15s both;}
.hs-bdot{width:7px;height:7px;border-radius:50%;background:#4fa8e8;box-shadow:0 0 8px #4fa8e8;animation:hs-blink 2s infinite;}
@keyframes hs-blink{0%,100%{box-shadow:0 0 6px #4fa8e8;}50%{box-shadow:0 0 18px #4fa8e8;}}

.hs-h1{
  font-family:'Montserrat',sans-serif;
  font-size:clamp(34px,3.8vw,54px);
  font-weight:900;color:#fff;
  line-height:1.08;letter-spacing:-.5px;
  margin-bottom:18px;
  opacity:0;transform:translateY(22px);
}
.hs-slide.active .hs-h1{animation:hs-up .8s .3s cubic-bezier(.16,1,.3,1) both;}
.hs-acc{
  color:#4fa8e8;display:inline;
  background:linear-gradient(90deg,#4fa8e8,#7ec8f7);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}

.hs-desc{
  font-size:15.5px;line-height:1.82;color:rgba(255,255,255,.68);
  max-width:480px;margin-bottom:32px;
  opacity:0;transform:translateY(18px);
}
.hs-slide.active .hs-desc{animation:hs-up .7s .55s both;}

.hs-btns{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:38px;
  opacity:0;transform:translateY(18px);
}
.hs-slide.active .hs-btns{animation:hs-up .7s .7s both;}

.hs-btn-p{
  display:inline-flex;align-items:center;gap:9px;
  padding:13px 30px;background:#17406a;
  color:#fff;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:700;letter-spacing:.4px;
  border:none;cursor:pointer;text-decoration:none;border-radius:5px;
  box-shadow:0 5px 22px rgba(23,64,106,.65);transition:all .3s;position:relative;overflow:hidden;
}
.hs-btn-p::after{content:'';position:absolute;inset:0;background:rgba(255,255,255,.12);opacity:0;transition:opacity .3s;}
.hs-btn-p:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(23,64,106,.75);background:#1c4e82;}
.hs-btn-p:hover::after{opacity:1;}

.hs-btn-s{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 22px;border:2px solid rgba(255,255,255,.3);
  color:#fff;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;
  text-decoration:none;border-radius:5px;
  background:rgba(255,255,255,.07);backdrop-filter:blur(8px);transition:all .3s;
}
.hs-btn-s:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.13);}
.hs-btn-s i{color:#4fa8e8;}

.hs-pills{
  display:flex;align-items:center;gap:20px;flex-wrap:wrap;
  opacity:0;transform:translateY(18px);
}
.hs-slide.active .hs-pills{animation:hs-up .7s .85s both;}
.hs-pill{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:rgba(255,255,255,.78);}
.hs-pill i{color:#4fa8e8;font-size:13px;}
.hs-pill-sep{width:1px;height:13px;background:rgba(255,255,255,.18);}

/* ══ RIGHT VISUAL ══ */
.hs-right{
  position:relative;display:flex;align-items:center;justify-content:center;
  height:100%;
  opacity:0;
}
.hs-slide.active .hs-right{animation:hs-ri .9s .35s cubic-bezier(.16,1,.3,1) both;}
@keyframes hs-ri{from{opacity:0;transform:translateX(30px) scale(.96);}to{opacity:1;transform:translateX(0) scale(1);}}

/* glow behind equipment */
.hs-right::before{
  content:'';position:absolute;
  width:360px;height:360px;border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(79,168,232,.14) 0%,transparent 70%);
  pointer-events:none;
}

/* ── EQUIPMENT CARD ── */
.hs-eq-card{
  position:relative;width:100%;max-width:440px;
  background:rgba(5,12,28,.88);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;padding:24px;
  backdrop-filter:blur(28px);
  box-shadow:0 24px 80px rgba(0,0,0,.7);
}
.hs-eq-card::before{
  content:'';position:absolute;top:-1px;left:30px;right:30px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,transparent,#4fa8e8,transparent);
}

/* ══ EQUIPMENT IMAGE STAGE ══ */
.hs-eq-stage{
  position:relative;
  width:100%;aspect-ratio:4/3;
  border-radius:14px;overflow:hidden;
  background:linear-gradient(145deg,rgba(5,15,35,.9),rgba(8,25,55,.8));
  border:1px solid rgba(79,168,232,.12);
  margin-bottom:16px;
  display:flex;align-items:center;justify-content:center;
}

/* ── EQUIPMENT VIDEO (replaces SVG) ── */
.hs-eq-video{
  width:100%;
  height:100%;
  object-fit:cover;          /* "contain" to show full product without crop */
  object-position:center;
  position:relative;
  z-index:3;
  border-radius:12px;
}

/* animated scan line */
.hs-scan{
  position:absolute;left:0;right:0;height:1.5px;
  background:linear-gradient(90deg,transparent,rgba(79,168,232,.6),transparent);
  animation:hs-scanl 3s linear infinite;z-index:5;
  pointer-events:none;
}
@keyframes hs-scanl{0%{top:0;}100%{top:100%;}}

/* HUD corners */
.hs-hud{position:absolute;z-index:4;pointer-events:none;}
.hs-hud::before,.hs-hud::after{content:'';position:absolute;background:#4fa8e8;opacity:.6;}
.hs-hud-tl{top:10px;left:10px;}
.hs-hud-tl::before{top:0;left:0;width:16px;height:1.5px;}
.hs-hud-tl::after{top:0;left:0;width:1.5px;height:16px;}
.hs-hud-tr{top:10px;right:10px;}
.hs-hud-tr::before{top:0;right:0;width:16px;height:1.5px;}
.hs-hud-tr::after{top:0;right:0;width:1.5px;height:16px;}
.hs-hud-bl{bottom:10px;left:10px;}
.hs-hud-bl::before{bottom:0;left:0;width:16px;height:1.5px;}
.hs-hud-bl::after{bottom:0;left:0;width:1.5px;height:16px;}
.hs-hud-br{bottom:10px;right:10px;}
.hs-hud-br::before{bottom:0;right:0;width:16px;height:1.5px;}
.hs-hud-br::after{bottom:0;right:0;width:1.5px;height:16px;}

/* rec indicator */
.hs-rec{
  position:absolute;top:12px;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:6px;z-index:10;
  background:rgba(0,0,0,.55);padding:4px 10px;border-radius:20px;
  font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;color:rgba(255,255,255,.8);letter-spacing:1px;
  pointer-events:none;
}
.hs-rec-dot{width:7px;height:7px;border-radius:50%;background:#ef4444;animation:hs-blink 1.4s infinite;}

/* ══ STATS CARD ══ */
.hs-eq-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
.hs-es{
  text-align:center;padding:10px 8px;border-radius:10px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);
  transition:background .25s;
}
.hs-es:hover{background:rgba(79,168,232,.12);}
.hs-es-n{
  font-family:'Montserrat',sans-serif;font-size:20px;font-weight:900;
  color:#5bbcf5;line-height:1;margin-bottom:3px;
  text-shadow:0 0 18px rgba(79,168,232,.5);
}
.hs-es-l{font-size:10px;color:rgba(255,255,255,.75);letter-spacing:.3px;}

/* floating chip on card */
.hs-chip{
  position:absolute;z-index:20;
  display:flex;align-items:center;gap:8px;
  padding:8px 13px;border-radius:10px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 30px rgba(0,0,0,.3);
  font-size:12px;font-weight:700;color:#0d1b2a;
  animation:hs-bob 4s ease-in-out infinite;
}
.hs-chip i{font-size:14px;}
.hs-chip-1{bottom:-16px;left:-18px;animation-delay:0s;}
.hs-chip-2{top:-16px;right:-18px;animation-delay:1.2s;}
@keyframes hs-bob{0%,100%{transform:translateY(0);}50%{transform:translateY(-7px);}}

.hs-chip-ico{
  width:28px;height:28px;border-radius:6px;
  background:linear-gradient(135deg,#17406a,#2a7abf);
  display:flex;align-items:center;justify-content:center;
  font-size:12px;color:#fff;flex-shrink:0;
}

/* ── PRICE FLOAT ── */
.hs-price{
  position:absolute;bottom:-14px;right:-18px;z-index:25;
  background:linear-gradient(135deg,#17406a,#1c5fa0);
  border-radius:12px;padding:12px 18px;
  box-shadow:0 12px 36px rgba(23,64,106,.55);
  text-align:center;
  animation:hs-bob 5s ease-in-out infinite .6s;
}
.hs-price-lbl{font-size:10px;font-weight:700;color:rgba(255,255,255,.65);letter-spacing:2px;text-transform:uppercase;margin-bottom:2px;}
.hs-price-num{font-family:'Montserrat',sans-serif;font-size:28px;font-weight:900;color:#fff;line-height:1;}
.hs-price-num sup{font-size:13px;vertical-align:super;}
.hs-price-num sub{font-size:12px;color:rgba(255,255,255,.65);}
.hs-price-note{font-size:10px;color:rgba(255,255,255,.6);margin-top:3px;}

/* ── SIDE ARROWS ── */
.hs-arr{
  position:absolute;top:calc(50% - 28px);z-index:30;
  width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.28);
  backdrop-filter:blur(10px);color:#fff;font-size:15px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:all .3s;opacity:0;
}
.hs:hover .hs-arr{opacity:1;}
.hs-arr:hover{background:rgba(23,64,106,.85);border-color:rgba(255,255,255,.5);}
.hs-arr-l{left:18px;}
.hs-arr-r{right:18px;}

/* ── BOTTOM BAR ── */
.hs-bar{
  position:absolute;bottom:0;left:0;right:0;z-index:20;
  background:rgba(6,15,36,.88);backdrop-filter:blur(18px);
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;align-items:center;height:58px;padding:0 64px;
}
.hs-tabs{display:flex;flex:1;}
.hs-tab{
  display:flex;align-items:center;gap:10px;
  padding:0 26px;height:58px;cursor:pointer;
  border-right:1px solid rgba(255,255,255,.07);
  position:relative;transition:background .3s;
}
.hs-tab:hover{background:rgba(255,255,255,.05);}
.hs-tab-n{font-family:'Montserrat',sans-serif;font-size:11px;font-weight:700;color:rgba(255,255,255,.22);transition:color .3s;}
.hs-tab.cur .hs-tab-n{color:#4fa8e8;}
.hs-tab-t{font-size:12.5px;font-weight:600;color:rgba(255,255,255,.38);transition:color .3s;white-space:nowrap;}
.hs-tab.cur .hs-tab-t{color:#fff;}
.hs-tab::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#17406a,#4fa8e8);transform:scaleX(0);transform-origin:left;}
.hs-tab.cur::after{animation:hs-prog 6s linear forwards;}
@keyframes hs-prog{to{transform:scaleX(1);}}
.hs-bar-r{display:flex;align-items:center;gap:16px;margin-left:auto;}
.hs-bar-arrs{display:flex;gap:7px;}
.hs-ba{
  width:34px;height:34px;border-radius:6px;
  border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);
  color:#fff;font-size:12px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;transition:all .3s;
}
.hs-ba:hover{border-color:#4fa8e8;color:#4fa8e8;}
.hs-bar-ph{
  display:flex;align-items:center;gap:8px;
  color:#fff;text-decoration:none;font-size:13px;font-weight:600;
  padding-left:16px;border-left:1px solid rgba(255,255,255,.1);transition:color .3s;
}
.hs-bar-ph:hover{color:#4fa8e8;}
.hs-bar-ph i{color:#4fa8e8;}

/* ── ANIMATIONS ── */
@keyframes hs-up{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:translateY(0);}}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .hs-inner{grid-template-columns:1fr 400px;padding:0 40px 60px;}
  .hs-bar{padding:0 40px;}
}
@media(max-width:900px){
  .hs-inner{grid-template-columns:1fr;padding:28px 32px 70px;}
  .hs-right{display:none;}
}
@media(max-width:600px){
  .hs-inner{padding:24px 20px 68px;}
  .hs-bar{padding:0 16px;}
  .hs-bar-ph{display:none;}
  .hs-tab-t{display:none;}
  .hs-tab{padding:0 14px;}
  .hs-arr{display:none;}
  .hs-btn-p,.hs-btn-s{padding:12px 20px;font-size:13px;}
}
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  height: 55px;
  padding: 10px 18px;
  line-height: 34px;
  color: #555555;
  font-weight: 300;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 5px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f0d7";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #cccccc;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #7cb434;
  border-color: #7cb434;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

.ui-menu-item:hover {
  background-color: #7cb434;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
  position: relative;
}

.featured-section .inner-container {
  position: relative;
  margin-top: -45px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.featured-section .inner-container .featured-block {
  padding: 0px;
  float: left;
}

.featured-section .inner-container .featured-block:nth-child(2) {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.featured-block {
  position: relative;
}

.featured-block .inner-box {
  position: relative;
  padding: 54px 45px;
}

.featured-block .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  height: 5px;
  width: 60px;
  background-color: #555555;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.featured-block .inner-box:hover::before {
  width: 100%;
  background-color: #f8952c;
}

.featured-block .inner-box .content {
  position: relative;
  padding-left: 85px;
}

.featured-block .inner-box .content:before {
  position: absolute;
  content: "\f170";
  right: -20px;
  top: 20px;
  color:   #17406a;
  font-size: 18px;
  line-height: 1em;
  font-family: "Flaticon";
}

.featured-block .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color:   #17406a;
  font-size: 60px;
  line-height: 1em;
}

.featured-block .inner-box .content h5 {
  position: relative;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 22px;
}

.featured-block .inner-box .content h5 a {
  position: relative;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.featured-block .inner-box .content h5 a:hover {
  color:   #17406a;
}

/*** 

====================================================================
	Security Section
====================================================================

***/

.security-hero {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.security-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="%23f89429" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text h1 {
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text h1 span {
  color:   #17406a;
}

.hero-text p {
  color: #000000;
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
  text-align: left;
}

.cta-button {
  display: inline-block;
  background:   #17406a;
  color: #ffffff !important;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(58, 128, 191, 0.25);
}

.cta-button:hover {
  background: #17406a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 128, 191, 0.25);
}

.hero-image {
  position: relative;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.image-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.image-item:hover {
  transform: scale(1.05);
}

.image-item img {
  width: 100%;
  height: 222px;
  object-fit: cover;
  display: block;
}

.image-item:first-child {
  grid-column: 1 / -1;
}

.image-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,   #17406a 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-item:hover::after {
  opacity: 0.2;
}

/* Responsive */
@media (max-width: 968px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-text h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .security-hero {
    padding: 60px 0;
  }

  .hero-text h1 {
    font-size: 1.8rem;
  }
  .image-item img {
    height: 186px;
  }
}

.home-security-hero {
  position: relative;
  height: 600px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: slowZoom 20s ease-in-out infinite alternate;
}

@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.desktop-bg {
  background-image: url("../images/background/security-banner.webp");
}
.mobile-bg {
  background-image: url("../images/security-banner-mb.webp");
  display: none;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}

.hero-text {
  max-width: 700px;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  letter-spacing: -0.5px;
}

.hero-title em {
  font-style: italic;
  color: white;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.hero-title em::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background:   #17406a;
  animation: expandWidth 1.5s ease-out 0.5s both;
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.hero-description {
  color: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 550px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.hero-cta {
  display: inline-block;
  background-color:   #17406a;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(58, 128, 191, 0.25);
  position: relative;
  overflow: hidden;
}

.hero-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.5s ease;
}

.hero-cta:hover::before {
  left: 100%;
}

.hero-cta:hover {
  background-color: black;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.features-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(58, 128, 191, 0.25);
  border: 1px solid rgba(58, 128, 191, 0.25);
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  animation: fadeIn 1s ease-out 0.3s both;
}

.features-badge span {
  color:   #17406a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.trust-indicators {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  animation: fadeIn 1s ease-out 0.8s both;
}

.trust-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trust-number {
  color:   #17406a;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.trust-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .desktop-bg {
    display: none;
  }

  .mobile-bg {
    display: block;
  }

  .home-security-hero {
    height: 650px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 20px;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-title {
    font-size: 40px;
    padding-top: 30px;
    margin-bottom: 15px;
  }

  .hero-description {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 100%;
  }

  .hero-cta {
    font-size: 14px;
    padding: 14px 28px;
  }

  .features-badge {
    justify-content: center;
  }

  .trust-indicators {
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
  }

  .trust-number {
    font-size: 24px;
  }

  .trust-label {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .home-security-hero {
    height: 660px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-description {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }

  .hero-cta {
    font-size: 13px;
    padding: 12px 24px;
  }

  .trust-indicators {
    flex-wrap: wrap;
    gap: 15px;
  }

  .trust-item {
    flex: 1 1 40%;
    min-width: 120px;
  }
}

/*** 

====================================================================
	Premium Section
====================================================================

***/

.promo-section-wrapper {
  width: 100%;
  position: relative;
}

.promo-section-wrapper::before,
.promo-section-wrapper::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(58, 128, 191, 0.25),
    rgba(248, 148, 41, 0.05)
  );
  z-index: 0;
  animation: floatAnimation 6s ease-in-out infinite;
}

.promo-section-wrapper::before {
  top: -20px;
  left: 10%;
}

.promo-section-wrapper::after {
  bottom: -20px;
  right: 10%;
  animation-delay: 3s;
}

@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.promo-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 30px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 60px auto;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(58, 128, 191, 0.25);
}

.promo-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle at top right,
    rgba(248, 148, 41, 0.08),
    transparent 70%
  );
  pointer-events: none;
}

.promo-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle at bottom left,
    rgba(0, 0, 0, 0.03),
    transparent 70%
  );
  pointer-events: none;
}

.product-image-box {
  flex: 0 0 auto;
  margin-right: 40px;
  max-width: 280px;
  position: relative;
  animation: slideFromLeft 0.8s ease-out;
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.product-image-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(58, 128, 191, 0.25), transparent 60%);
  border-radius: 50%;
  z-index: -1;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
}

.product-image-box img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
  transition: transform 0.3s ease;
}

.product-image-box:hover img {
  transform: scale(1.05) rotate(-2deg);
}

.promo-text-block {
  flex: 1;
  text-align: center;
  max-width: 600px;
  position: relative;
  z-index: 1;
  animation: fadeSlideUp 0.8s ease-out 0.2s both;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.time-sensitive-badge {
  color:   #17406a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(58, 128, 191, 0.25);
  border-radius: 20px;
  animation: shimmerEffect 2s ease-in-out infinite;
}

@keyframes shimmerEffect {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(58, 128, 191, 0.25);
  }
  50% {
    box-shadow: 0 0 20px rgba(58, 128, 191, 0.25);
  }
}

@keyframes flashIcon {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.primary-headline {
  color: #000000;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.highlight-word {
  color:   #17406a;
  position: relative;
  display: inline-block;
  animation: textGlow 2s ease-in-out infinite;
}

@keyframes textGlow {
  0%,
  100% {
    text-shadow: 0 0 10px rgba(58, 128, 191, 0.25);
  }
  50% {
    text-shadow: 0 0 20px rgba(58, 128, 191, 0.25);
  }
}

.secondary-headline {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.secondary-headline::before {
  content: "✓ ";
  color:   #17406a;
  font-weight: 700;
  margin-right: 5px;
}

.fine-print-text {
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

.feature-highlights-list {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.feature-highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.feature-highlight-item::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(248, 148, 41, 0.15);
  color:   #17406a;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.action-button-wrapper {
  flex: 0 0 auto;
  margin-left: 40px;
  animation: slideFromRight 0.8s ease-out 0.4s both;
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.primary-action-btn {
  background:   #17406a;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 36px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(58, 128, 191, 0.25),
    0 8px 25px rgba(248, 148, 41, 0.15);
  position: relative;
  overflow: hidden;
}

.primary-action-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.primary-action-btn:hover::before {
  width: 300px;
  height: 300px;
}

.primary-action-btn:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 12px 35px rgba(0, 0, 0, 0.15);
}

.primary-action-btn span {
  position: relative;
  z-index: 1;
}

.countdown-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color:   #17406a;
  font-size: 13px;
  font-weight: 600;
  margin-top: 12px;
  padding: 6px 12px;
  background: rgba(248, 148, 41, 0.08);
  border-radius: 20px;
}

.countdown-indicator::before {
  content: "⏱";
  animation: tickTock 1s ease-in-out infinite;
}

@keyframes tickTock {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@media (max-width: 992px) {
  .promo-card {
    padding: 40px 30px;
  }

  .product-image-box {
    max-width: 220px;
    margin-right: 30px;
  }

  .primary-headline {
    font-size: 36px;
  }

  .action-button-wrapper {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .promo-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }

  .product-image-box {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 200px;
  }

  .promo-text-block {
    max-width: 100%;
  }

  .primary-headline {
    font-size: 32px;
  }

  .secondary-headline {
    font-size: 18px;
  }

  .action-button-wrapper {
    margin-left: 0;
    margin-top: 25px;
  }

  .feature-highlights-list {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .promo-card {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .product-image-box {
    max-width: 260px;
  }

  .primary-headline {
    font-size: 26px;
  }

  .secondary-headline {
    font-size: 16px;
  }

  .time-sensitive-badge {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 6px 16px;
  }

  .primary-action-btn {
    font-size: 14px;
    padding: 15px 30px;
  }

  .feature-highlights-list {
    flex-direction: column;
    gap: 10px;
  }

  .feature-highlight-item {
    font-size: 13px;
  }
}

.why-choose {
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
  padding: 80px 40px;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

.left-image {
  flex: 1;
  position: relative;
}

.left-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

.right-text {
  flex: 1;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0;
}

.content {
  max-width: 600px;
}

.section-label {
  display: inline-block;
  color:   #17406a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid   #17406a;
}

.right-text h3 {
  font-size: 42px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.highlight {
  color:   #17406a;
}

.logo1 {
  max-width: 180px;
  height: auto;
  margin: 20px 0;
}

.right-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333333;
  line-height: 1.4;
}

.right-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 20px;
}

.right-text p a {
  color:   #17406a;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.right-text p a:hover {
  color: #000000;
}

.buttons {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.btn-read,
.btn-contact {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  display: inline-block;
}

.btn-read {
  background:   #17406a;
  color: #ffffff;
  border: 2px solid   #17406a;
}

.btn-read:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.btn-contact {
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
}

.btn-contact:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 968px) {
  .why-choose {
    flex-direction: column;
    padding: 60px 20px;
  }

  .left-image {
    margin-bottom: 20px;
  }

  .left-image img {
    border-radius: 12px;
  }

  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }

  .right-text h3 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .why-choose {
    padding: 50px 15px;
  }

  .right-text h3 {
    font-size: 32px;
  }

  .right-text h4 {
    font-size: 18px;
  }

  .right-text p {
    font-size: 15px;
    text-align: left;
  }

  .buttons {
    flex-direction: column;
  }

  .btn-read,
  .btn-contact {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .why-choose {
    padding: 40px 12px;
  }

  .right-text h3 {
    font-size: 28px;
  }

  .right-text h4 {
    font-size: 16px;
  }

  .btn-read,
  .btn-contact {
    padding: 14px 28px;
    font-size: 13px;
  }
}

/*** 

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.reviews-showcase-section {
  position: relative;
  padding: 80px 20px;
  background: #ffffff;
  overflow: hidden;
}

.reviews-showcase-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(
    180deg,
    rgba(248, 148, 41, 0.03) 0%,
    transparent 100%
  );
  z-index: 0;
}

.decorative-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

.shape-element {
  position: absolute;
  border-radius: 50%;
  background: rgba(248, 148, 41, 0.05);
  animation: floatAround 20s ease-in-out infinite;
}

.shape-element:nth-child(1) {
  width: 200px;
  height: 200px;
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}

.shape-element:nth-child(2) {
  width: 150px;
  height: 150px;
  bottom: 20%;
  right: 8%;
  animation-delay: 3s;
}

.shape-element:nth-child(3) {
  width: 180px;
  height: 180px;
  top: 50%;
  right: 15%;
  animation-delay: 6s;
}

@keyframes floatAround {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(20px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-heading-area {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.heading-badge {
  display: inline-block;
  background: rgba(58, 128, 191, 0.25);
  border: 1px solid rgba(58, 128, 191, 0.25);
  padding: 8px 20px;
  border-radius: 30px;
  color:   #17406a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.section-main-title {
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.2;
  animation: slideUp 0.8s ease 0.2s both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto;
  animation: slideUp 0.8s ease 0.4s both;
}

.testimonials-carousel-wrapper {
  position: relative;
  padding: 0 20px;
}

.review-card {
  position: relative;
  margin: 20px;
}

.review-card-inner {
  background: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  padding: 30px 28px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.review-card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent,   #17406a, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.review-card-inner:hover::before {
  opacity: 1;
}

.review-card-inner:hover {
  border-color:   #17406a;
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(248, 148, 41, 0.15);
}

.quote-icon-wrapper {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(58, 128, 191, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.review-card-inner:hover .quote-icon-wrapper {
  opacity: 1;
  transform: scale(1.1);
}

.quote-icon-wrapper i {
  font-size: 24px;
  color:   #17406a;
}

.review-title-text {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-right: 60px;
}

.review-content-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 25px;
}

.reviewer-info-section {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg,   #17406a, #17406a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(58, 128, 191, 0.25);
}

.reviewer-details {
  flex: 1;
}

.reviewer-name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
}

.reviewer-label {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.star-rating-display {
  display: flex;
  gap: 3px;
}

.star-rating-display i {
  font-size: 13px;
  color:   #17406a;
}

.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(58, 128, 191, 0.25);
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.owl-carousel .owl-dot.active {
  background:   #17406a;
  width: 40px;
  border-radius: 6px;
}

.owl-carousel .owl-dot:hover {
  background:   #17406a;
}

.stats-banner-wrapper {
  margin-top: 60px;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}

.stats-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent,   #17406a, transparent);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}

.stat-item {
  position: relative;
}

.stat-number {
  font-size: 38px;
  font-weight: 900;
  color:   #17406a;
  margin-bottom: 8px;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .reviews-showcase-section {
    padding: 70px 15px;
  }

  .section-main-title {
    font-size: 36px;
  }

  .section-description {
    font-size: 16px;
  }

  .review-card {
    margin: 15px;
  }

  .review-card-inner {
    padding: 30px 25px;
  }

  .review-title-text {
    font-size: 18px;
    padding-right: 50px;
  }

  .quote-icon-wrapper {
    width: 40px;
    height: 40px;
    top: 25px;
    right: 25px;
  }

  .quote-icon-wrapper i {
    font-size: 20px;
  }

  .stats-banner-wrapper {
    padding: 40px 25px;
  }
}

@media (max-width: 480px) {
  .reviews-showcase-section {
    padding: 60px 12px;
  }

  .section-main-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 15px;
  }

  .review-card-inner {
    padding: 25px 20px;
  }

  .review-title-text {
    font-size: 17px;
  }

  .review-content-text {
    font-size: 14px;
  }

  .reviewer-avatar {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section-two {
  position: relative;
  padding: 100px 0;
  background-image: url("../images/background/cta-banner.webp");
  background-size: cover;
  background-position: center;
}

.call-to-action-section-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

.auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.content-boxed {
  max-width: 900px;
}

.title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.content-boxed h1 {
  color: #222222;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content-boxed .text {
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: left;
}

.btns-box {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.theme-btn {
  display: inline-block;
  padding: 18px 45px;
  background:   #17406a;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.theme-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.theme-btn i {
  margin-right: 8px;
}

.talk {
  color: #222222;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.talk span {
  color: #000000;
  font-weight: 700;
  padding-bottom: 2px;
  border-bottom: 2px solid #000000;
}

.talk:hover span {
  color:   #17406a !important;
  border-color:   #17406a;
}

@media (max-width: 768px) {
  .content-boxed h1 {
    font-size: 36px;
  }

  .btns-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Story Section Specific Styles */
.our-story-section {
  padding: 60px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.our-story-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 153, 0, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.story-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Content Column */
.story-content-column {
  padding-right: 20px;
}

.story-section-label {
  color: #17406a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.story-section-label::before {
  content: "";
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #17406a, #17406a);
  border-radius: 2px;
}

.story-main-title {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.story-main-title .highlight-text {
  color: #17406a;
  position: relative;
  display: inline-block;
}

.story-main-title .highlight-text::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 12px;
  background: rgba(255, 153, 0, 0.2);
  z-index: -1;
}

.story-text {
  font-size: 15px;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: left;
}

.story-highlight-box {
  background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
  border-left: 5px solid #17406a;
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(255, 153, 0, 0.1);
  position: relative;
}

.story-highlight-box::before {
  content: '"';
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 60px;
  color: rgba(255, 153, 0, 0.2);
  font-family: Georgia, serif;
  line-height: 1;
}

.story-highlight-box p {
  font-size: 15px;
  color: #2c3e50;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.story-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.story-stat-box {
  text-align: center;
  padding: 18px 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.story-stat-box:hover {
  background: #fff;
  border-color: #17406a;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 153, 0, 0.15);
}

.story-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #17406a;
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}

.story-stat-label {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Images Column */
.story-images-column {
  position: relative;
  height: 450px;
}

.story-image-wrapper {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.story-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.story-image-wrapper:hover::after {
  opacity: 1;
}

.story-image-wrapper:hover {
  transform: scale(1.03);
  z-index: 5;
  box-shadow: 0 25px 60px rgba(255, 153, 0, 0.3);
}

.story-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Add this */
  display: block;
  transition: transform 0.4s ease;
}

.story-image-wrapper:hover img {
  transform: scale(1.05);
}

.story-image-wrapper:nth-child(1) {
  width: 70%;
  aspect-ratio: 3/2;
  top: 0;
  left: 0;
  z-index: 2;
}
.story-image-wrapper:nth-child(2) {
  width: 60%;
  aspect-ratio: 3/2;
  bottom: 0;
  right: 0;
  border: 8px solid #fff;
  z-index: 3;
}
.story-experience-badge {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #000000 0%, #000000 100%);
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  z-index: 4;
  border: 4px solid #fff;
}

.story-experience-badge .badge-number {
  font-size: 38px;
  font-weight: 900;
  color: #17406a;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.story-experience-badge .badge-text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ecf0f1;
}

/* Decorative Elements */
.story-decorative-dot {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 3px dashed #17406a;
  border-radius: 50%;
  opacity: 0.3;
  top: 50%;
  left: -60px;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 968px) {
  .story-row {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .story-content-column {
    padding-right: 0;
    order: 2;
  }

  .story-images-column {
    order: 1;
    height: 450px;
  }

  .story-main-title {
    font-size: 36px;
  }

  .story-stats-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .our-story-section {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {
  .our-story-section {
    padding: 50px 0;
  }

  .story-main-title {
    font-size: 30px;
  }

  .story-text {
    font-size: 16px;
  }

  .story-stats-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .story-images-column {
    height: 400px;
  }

  .story-image-wrapper:nth-child(1) {
    width: 75%;
    height: 280px;
  }

  .story-image-wrapper:nth-child(2) {
    width: 70%;
    height: 240px;
    bottom: 0;
  }

  .story-experience-badge {
    padding: 22px 30px;
  }

  .story-experience-badge .badge-number {
    font-size: 38px;
  }

  .story-section-label {
    font-size: 12px;
  }

  .story-highlight-box {
    padding: 25px 25px;
  }

  .story-highlight-box p {
    font-size: 16px;
  }
}
/*** 

====================================================================
	Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  padding: 60px 0;
  background: #fff;
  overflow: hidden;
}

.clients-section .sec-title {
  text-align: center;
  margin-bottom: 50px;
}

.clients-section .sec-title h2 {
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
}

.clients-section .sponsors-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.clients-section .sponsors-carousel {
  display: flex;
  gap: 60px;
  animation: scroll-left 50s linear infinite;
  width: max-content; /* Changed from fit-content for better control */
  will-change: transform; /* Performance optimization */
}
.clients-section .sponsors-carousel:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Exact 50% for seamless loop */
  }
}

.clients-section .slide-item {
  flex-shrink: 0;
  list-style: none;
  min-width: fit-content; /* Ensures items don't compress */
}

.clients-section .image-box {
  position: relative;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 20px;
}

.clients-section .image-box a {
  display: inline-block;
  transition: all 0.3s ease;
}

.clients-section .image-box img {
  width: 260px;
  height: 285px;
  object-fit: contain;
  display: inline-block;
  transition: all 300ms ease;
  filter: grayscale(100%);
  opacity: 0.6;
}

.clients-section .image-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients-section {
    padding: 40px 0;
  }

  .clients-section .sec-title h2 {
    font-size: 28px;
  }

  .clients-section .sponsors-carousel {
    gap: 40px;
    animation: scroll-left 25s linear infinite; /* Slightly faster for mobile */
  }

  .clients-section .image-box {
    height: 80px;
    padding: 0 10px;
  }

  .clients-section .image-box img {
    width: 200px;
    height: 230px;
  }
}

@media (max-width: 480px) {
  .clients-section .sec-title h2 {
    font-size: 24px;
  }

  .clients-section .sponsors-carousel {
    gap: 30px;
    animation: scroll-left 20s linear infinite;
  }

  .clients-section .image-box {
    height: 70px;
  }

  .clients-section .image-box img {
    width: 150px;
    height: 180px;
  }
}

.main-footer {
  position: relative;
  background-color: #222222;
}

.main-footer .upper-box {
  position: relative;
  padding: 70px 0px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.main-footer .upper-box .text-column {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .upper-box .text-column .text {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.8em;
}

.main-footer .upper-box .info-column {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .upper-box .contact-info-box {
  position: relative;
}

.main-footer .upper-box .contact-info-box li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
  padding-left: 50px;
}

.main-footer .upper-box .contact-info-box li .icon {
  position: absolute;
  left: 0px;
  top: 10px;
  color:   #17406a;
  font-size: 32px;
  line-height: 1em;
}

.main-footer .upper-box .contact-info-box li strong {
  font-weight: 500;
  display: block;
}

.main-footer .widgets-section {
  position: relative;
  padding: 65px 0px 50px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .logo-widget .text {
  position: relative;
  color: #999999;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 300;
  margin-bottom: 25px;
}

.main-footer .logo-widget .social-links {
  position: relative;
}

.main-footer .logo-widget .social-links a {
  position: relative;
  width: 32px;
  height: 32px;
  color: #aaaaaa;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-right: 3px;
  border-radius: 50px;
  display: inline-block;
  background-color: #393939;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .logo-widget .social-links a:hover {
  color: #ffffff;
  background-color:   #17406a;
}

.main-footer .logo-widget .copyright {
  position: relative;
  margin-top: 25px;
  color: #999999;
  font-size: 15px;
  line-height: 1.7em;
}

.main-footer .logo-widget .copyright a {
  position: relative;
  color: #999999;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: underline;
}

.main-footer .logo-widget .copyright a:hover {
  color:   #17406a;
}

.main-footer .footer-widget h5 {
  position: relative;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

/* List Link */

.main-footer .list-link {
  position: relative;
}

.main-footer .list-link li {
  position: relative;
  margin-bottom: 11px;
}

.main-footer .list-link li a {
  position: relative;
  color: #999999;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .list-link li a:hover {
  color:   #17406a;
}

.main-footer .location-widget {
  position: relative;
}

.main-footer .location-widget .map-boxed {
  position: relative;
}

.main-footer .location-widget .map-boxed .map-canvas {
  position: relative;
  height: 200px;
  width: 100%;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 150px 0px 150px;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.page-title .auto-container {
  position: relative;
}

.page-title h1 {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.page-breadcrumb {
  position: relative;
  margin-top: 20px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: ":";
  right: -2px;
  top: -1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "FontAwesome";
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 300;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color:   #17406a;
}
.cta-banner-section {
  background:   #17406a;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cta-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(255, 152, 0, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(255, 152, 0, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.cta-banner-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-banner-title {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: white;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-banner-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.3));
}

.cta-phone-btn {
  background: #000000;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  padding: 20px 40px;
  border: none;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 280px;
  height: 70px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-phone-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.cta-phone-btn:hover::after {
  width: 300px;
  height: 300px;
}

.cta-phone-btn:hover {
  background: #ffffff;
  color: black;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(58, 128, 191, 0.25);
}

.cta-schedule-btn {
  background: #34495e;
  color: white;
  font-size: 28px;
  font-weight: 700;
  padding: 20px 40px;
  border: none;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  min-width: 280px;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.cta-schedule-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.cta-schedule-btn:hover::after {
  width: 300px;
  height: 300px;
}

.cta-schedule-btn:hover {
  background: #ffffff;
  color: black;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(58, 128, 191, 0.25);
}

@media (max-width: 768px) {
  .cta-banner-section {
    padding: 50px 20px;
  }

  .cta-banner-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .cta-banner-buttons {
    flex-direction: column;
    gap: 0;
  }

  .cta-phone-btn {
    border-radius: 15px 15px 0 0;
    font-size: 22px;
    min-width: 100%;
    max-width: 360px;
  }

  .cta-schedule-btn {
    border-radius: 0 0 15px 15px;
    font-size: 22px;
    min-width: 100%;
    max-width: 360px;
  }

  .security-icons,
  .security-icons-right {
    display: none;
  }
}

@media (max-width: 480px) {
  .cta-banner-section {
    padding: 40px 15px;
  }

  .cta-banner-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .cta-phone-btn,
  .cta-schedule-btn {
    font-size: 18px;
    padding: 18px 25px;
    height: 60px;
  }

  .cta-phone-btn::before,
  .cta-schedule-btn::before {
    font-size: 20px;
  }
}
.contact-action-banner {
  position: relative;
  padding: 70px 20px;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  overflow: hidden;
}

.contact-action-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(58, 128, 191, 0.25) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(248, 148, 41, 0.08) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.contact-action-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent,   #17406a, transparent);
  animation: slideGlow 3s ease-in-out infinite;
}

@keyframes slideGlow {
  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

.banner-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.banner-content-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.contact-info-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

.phone-icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg,   #17406a, #17406a);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(58, 128, 191, 0.25);
  animation: pulseIcon 2s ease-in-out infinite;
}

@keyframes pulseIcon {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(58, 128, 191, 0.25);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(58, 128, 191, 0.25);
  }
}

.phone-icon-box::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg,   #17406a, #17406a);
  border-radius: 22px;
  z-index: -1;
  opacity: 0.5;
  filter: blur(8px);
}

.phone-icon-box i {
  font-size: 32px;
  color: #ffffff;
  animation: ring 3s ease-in-out infinite;
}

@keyframes ring {
  0%,
  100% {
    transform: rotate(0deg);
  }

  10%,
  30% {
    transform: rotate(-15deg);
  }

  20%,
  40% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }
}

.contact-text-content {
  flex: 1;
}

.cta-heading {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.cta-heading .highlight-text {
  color:   #17406a;
  font-weight: 700;
}

.cta-main-message {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
}

.phone-number-display {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(248, 148, 41, 0.15);
  border: 1px solid rgba(58, 128, 191, 0.25);
  padding: 12px 24px;
  border-radius: 12px;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.phone-number-display:hover {
  background: rgba(58, 128, 191, 0.25);
  border-color: rgba(58, 128, 191, 0.25);
  transform: translateY(-2px);
}

.phone-number-display i {
  color:   #17406a;
  font-size: 18px;
}

.phone-number-display a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.cta-button-area {
  display: flex;
  gap: 15px;
  align-items: center;
}

.primary-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background:   #17406a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 36px;
  border: 2px solid   #17406a;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(58, 128, 191, 0.25);
}

.primary-cta-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.primary-cta-btn:hover::before {
  width: 400px;
  height: 400px;
}

.primary-cta-btn:hover {
  color:   #17406a;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(58, 128, 191, 0.25);
}

.primary-cta-btn i {
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.primary-cta-btn span {
  position: relative;
  z-index: 1;
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-badge-stars {
  display: flex;
  gap: 3px;
}

.trust-badge-stars i {
  color:   #17406a;
  font-size: 12px;
}

.trust-badge-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.floating-shape {
  position: absolute;
  background: rgba(58, 128, 191, 0.25);
  border-radius: 50%;
  animation: float 15s ease-in-out infinite;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 80px;
  height: 80px;
  bottom: 30%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 60px;
  height: 60px;
  top: 60%;
  left: 80%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  33% {
    transform: translateY(-20px) translateX(10px);
  }

  66% {
    transform: translateY(10px) translateX(-10px);
  }
}

/* Mobile Responsive */
@media (max-width: 968px) {
  .banner-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-info-area {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .cta-button-area {
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta-main-message {
    font-size: 20px;
  }

  .phone-number-display a {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .contact-action-banner {
    padding: 50px 15px;
  }

  .contact-info-area {
    gap: 20px;
  }

  .phone-icon-box {
    width: 70px;
    height: 70px;
  }

  .phone-icon-box i {
    font-size: 28px;
  }

  .cta-heading {
    font-size: 16px;
  }

  .cta-main-message {
    font-size: 18px;
  }

  .phone-number-display a {
    font-size: 20px;
  }

  .primary-cta-btn {
    padding: 16px 30px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-action-banner {
    padding: 40px 12px;
  }

  .phone-icon-box {
    width: 60px;
    height: 60px;
  }

  .phone-icon-box i {
    font-size: 24px;
  }

  .cta-heading {
    font-size: 14px;
  }

  .cta-main-message {
    font-size: 16px;
  }

  .phone-number-display {
    padding: 10px 20px;
  }

  .phone-number-display a {
    font-size: 18px;
  }

  .primary-cta-btn {
    padding: 14px 24px;
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }

  .trust-badge {
    width: 100%;
  }
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
  position: relative;
  padding: 110px 0px 120px;
}

.about-section .content-column {
  position: relative;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-right: 20px;
}

.about-section .content-column .title {
  position: relative;
  color: #888888;
  font-size: 18px;
  padding-left: 35px;
  padding-top: 2px;
  font-weight: 400;
  margin-bottom: 35px;
}

.about-section .content-column .title .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-bottom: 16px;
}

.about-section .content-column .title .icon:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 25px;
  height: 6px;
  border-top: 2px solid #888888;
  border-bottom: 2px solid #888888;
}

.about-section .content-column h2 {
  position: relative;
  color: #222222;
  font-weight: 500;
  line-height: 1.2em;
}

.about-section .content-column .text {
  position: relative;
  margin-top: 22px;
  margin-bottom: 20px;
}

.about-section .content-column .text p {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9em;
  margin-bottom: 12px;
}

.about-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

.about-section .content-column .question {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.about-section .content-column .question a {
  position: relative;
  color: #7cb434;
  font-size: 24px;
}

.about-section .content-column .signature {
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 300;
  text-transform: lowercase;
  font-family: "Dancing Script", cursive;
}

.about-section .content-column .designation {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .award-image {
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 1;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 120px;
}

.about-section .image-column .image {
  position: relative;
}

.about-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two {
  position: relative;
}

.featured-section-two .image-layer {
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100%;
  height: 475px;
  background-color: #f0f2f5;
  background-repeat: repeat-x;
  background-position: left bottom;
  animation: 10s linear 0s infinite normal none running slide;
}

.featured-section-two .inner-container {
  position: relative;
}

.featured-section-two .inner-container .featured-block-two {
  padding: 0px;
  float: left;
}

.featured-section-two .inner-container .featured-block:nth-child(2) {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.featured-block-two {
  position: relative;
  z-index: 1;
}

.featured-block-two .inner-box {
  position: relative;
  padding: 50px 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.featured-block-two .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  height: 5px;
  width: 60px;
  z-index: 2;
  background-color: #555555;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.featured-block-two .inner-box:hover::before {
  width: 100%;
  background-color: #f8952c;
}

.featured-block-two .inner-box:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  transform: scale(0.2, 1);
  background-color:   #17406a !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.featured-block-two .inner-box:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.featured-block-two .inner-box .content {
  position: relative;
  z-index: 2;
}

.featured-block-two .inner-box .icon-box {
  position: relative;
  left: 0px;
  top: 0px;
  color: #222222;
  font-size: 80px;
  line-height: 1em;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.featured-block-two .inner-box .content h5 {
  position: relative;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 22px;
  margin-top: 25px;
}

.featured-block-two .inner-box .content h5 a {
  position: relative;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.featured-block-two .inner-box:hover .icon-box,
.featured-block-two .inner-box:hover .content h5:before,
.featured-block-two .inner-box:hover .content h5 a {
  color: #ffffff;
}

.featured-block-two .inner-box .content h5:before {
  position: absolute;
  content: "\f170";
  right: -20px;
  top: 10px;
  color:   #17406a;
  font-size: 18px;
  line-height: 1em;
  font-family: "Flaticon";
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
  position: relative;
  padding: 95px 0px 65px;
}

/* Fact Counter */

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 30px;
}

.fact-counter .column .inner {
  position: relative;
}

.fact-counter .column .inner .content {
  position: relative;
  text-align: center;
}

.fact-counter .column .inner .content:before {
  position: absolute;
  content: "";
  right: -65px;
  top: 30px;
  width: 100px;
  height: 3px;
  background-color: #d8dde5;
}

.fact-counter .column:last-child .inner .content:before {
  display: none;
}

.fact-counter .column .inner .icon {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #222222;
  font-size: 60px;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.fact-counter .count-outer .percentage {
  display: inline-block;
  font-weight: 500;
  color: #222222;
  font-size: 44px;
  line-height: 1em;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 500;
  color: #222222;
  font-size: 44px;
  line-height: 1em;
}

.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
  color: #222222;
  letter-spacing: 1px;
}

/*** 

====================================================================
	Featured Section Three
====================================================================

***/

.auto-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 80px;
}

.section-header .subtitle {
  color:   #17406a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.section-header .subtitle:before,
.section-header .subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background:   #17406a;
}

.section-header .subtitle:before {
  right: calc(100% + 15px);
}

.section-header .subtitle:after {
  left: calc(100% + 15px);
}

.section-header h2 {
  font-size: 42px;
  color: #222222;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.section-header p {
  font-size: 16px;
  color: #666666;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
}

/* Featured Section */
.featured-section-three {
  position: relative;
}

.featured-section-three .inner-container {
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.featured-section-three .left-column {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 19px;
}

.featured-section-three .left-column .inner-column {
  position: relative;
  margin-right: -45px;
}

.featured-section-three .right-column {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

.featured-section-three .right-column .inner-column {
  position: relative;
  margin-left: -45px;
}

.featured-block-three {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.featured-block-three:last-child {
  margin-bottom: 0;
}
.featured-block-three.style-two:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.featured-block-three .inner-box {
  position: relative;
  text-align: right;
  padding-right: 130px;
}

.featured-block-three .inner-box .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 105px;
  height: 105px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color:   #17406a;
  border: 8px solid #edeff2;
  transition: all 0.3s ease;
}

.featured-block-three .inner-box:hover .icon-box {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(58, 128, 191, 0.25);
}

.featured-block-three.color-two .inner-box .icon-box {
  background-color: #17406a;
}

.featured-block-three .inner-box .icon-box .icon {
  font-size: 45px;
  color: #ffffff;
}

.featured-block-three .inner-box h5 {
  position: relative;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 20px;
  margin-bottom: 12px;
}

.featured-block-three .inner-box h5 a {
  position: relative;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.featured-block-three .inner-box h5 a:hover {
  color:   #17406a;
}

.featured-block-three .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.8em;
  text-align: left;
}

.featured-block-three.style-two .inner-box {
  position: relative;
  text-align: left;
  padding-left: 130px;
  padding-right: 0;
}

.featured-block-three.style-two .inner-box .icon-box {
  position: absolute;
  right: auto;
  left: 0;
}

.featured-section-three .icon-column {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

.featured-section-three .icon-column .inner-column {
  position: relative;
  margin-left: -75px;
  margin-right: -75px;
}

.featured-section-three .icon-column .inner-column:before {
  position: absolute;
  content: "";
  top: -150px;
  left: -100px;
  right: -40px;
  width: 726px;
  height: 600px;
  z-index: -1;
  background-position: center bottom;
  background: url(../images/background/pattern-3.png) no-repeat;
}

.featured-section-three .icon-column .circle-one {
  position: absolute;
  left: 20px;
  top: -40px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.featured-section-three .icon-column .circle-two {
  position: absolute;
  left: 40px;
  top: -20px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.featured-section-three .icon-column .circle-three {
  position: absolute;
  left: 60px;
  top: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.featured-section-three .icon-column .icon {
  position: relative;
  text-align: center;
  padding-top: 60px;
}

.featured-section-three .icon-column .icon img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .featured-section-three .left-column,
  .featured-section-three .right-column,
  .featured-section-three .icon-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .featured-section-three .left-column .inner-column,
  .featured-section-three .right-column .inner-column {
    margin: 0;
  }

  .featured-section-three .icon-column {
    display: none;
  }

  .section-header h2 {
    font-size: 32px;
  }
}

.team-page-section {
  position: relative;
  padding: 100px 0px 70px;
}

/* Team Member */

.team-member-two {
  position: relative;
  margin-bottom: 30px;
}

.team-member-two .inner-box {
  position: relative;
  text-align: center;
}

.team-member-two .inner-box .image-box {
  position: relative;
  overflow: hidden;
}

.team-member-two .inner-box .image-box .image {
  position: relative;
  margin: 0px;
}

.team-member-two .inner-box .image-box img {
  width: 100%;
  display: block;
}

.team-member-two .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.team-member-two .inner-box .lower-content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background-color: #7db436;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-member-two .inner-box:hover .lower-content:before {
  height: 140%;
}

.team-member-two .inner-box:hover .lower-content {
  box-shadow: none;
}

.team-member-two .inner-box .lower-content h5 {
  position: relative;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-member-two .inner-box .lower-content h5 a {
  position: relative;
  color: #222222;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-member-two .inner-box:hover .lower-content .designation,
.team-member-two .inner-box:hover .lower-content h5 a {
  color: #ffffff;
}

.team-member-two .inner-box .lower-content .designation {
  position: relative;
  color: #555555;
  font-size: 15px;
  margin-top: 2px;
  font-weight: 300;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-member-two .inner-box .lower-content .social-icon-one {
  position: absolute;
  left: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-member-two .inner-box:hover .lower-content .social-icon-one {
  opacity: 1;
  margin-top: 15px;
}

/*** 

====================================================================
	Faq's Page Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 153, 0, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.faq-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(44, 62, 80, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Section Header */
.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-subtitle {
  color: #17406a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.faq-subtitle::before,
.faq-subtitle::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #17406a;
}

.faq-title {
  font-size: 42px;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.2;
}

.faq-description {
  font-size: 16px;
  color: #5a6c7d;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

/* FAQ Grid */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Accordion Styles */
.faq-accordion {
  list-style: none;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(255, 153, 0, 0.15);
  transform: translateY(-3px);
}

.faq-question {
  position: relative;
  padding: 22px 60px 22px 25px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.5;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.faq-question:hover {
  color: #17406a;
}

.faq-question.active {
  color: #17406a;
  background: #fff5e6;
  border-left-color: #17406a;
}

.faq-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #17406a 0%, #17406a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 0.3s ease;
}

.faq-icon::before {
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

.faq-question.active .faq-icon {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  transform: translateY(-50%) rotate(180deg);
}

.faq-question.active .faq-icon::after {
  height: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer.active {
  max-height: 500px;
}

.faq-answer-content {
  padding: 0 25px 25px 25px;
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.8;
}

@media (max-width: 968px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-title {
    font-size: 32px;
  }

  .faq-section {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    padding: 18px 50px 18px 20px;
    font-size: 15px;
  }

  .faq-icon {
    width: 32px;
    height: 32px;
    right: 20px;
  }

  .faq-answer-content {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }

  .faq-cta h3 {
    font-size: 24px;
  }
}

.coverage-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  padding: 0px 60px 50px;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg,   #17406a 0%,   #17406a 100%);
  color: #fff;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(58, 128, 191, 0.25);
}

.section-title {
  font-size: 48px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 18px;
  line-height: 1.2;
}

.orange-text {
  color:   #17406a;
}

.section-subtitle {
  font-size: 19px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.live-view-container {
  background: linear-gradient(135deg, #2b2b2b 0%, #1a1a1a 100%);
  border-radius: 25px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.live-view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(58, 128, 191, 0.25);
}

.live-view-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 0, 0, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  border: 2px solid #ff0000;
}

.live-dot {
  width: 10px;
  height: 10px;
  background: #ff0000;
  border-radius: 50%;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.live-text {
  color: #ff0000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.camera-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.camera-feed {
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border: 3px solid #333;
  transition: all 0.3s ease;
}

.camera-feed:hover {
  border-color:   #17406a;
  transform: scale(1.02);
}

.camera-feed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid   #17406a;
  z-index: 2;
}

.camera-timestamp {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  font-family: monospace;
  z-index: 2;
}

.recording-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-record 2s infinite;
  z-index: 2;
}

@keyframes pulse-record {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}

.coverage-stats-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.stat-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid #f0f0f0;
  transition: all 0.3s ease;
}

.stat-card:hover {
  border-color:   #17406a;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 140, 0, 0.15);
}

.stat-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg,   #17406a 0%,   #17406a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(58, 128, 191, 0.25);
}

.stat-number {
  font-size: 36px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 5px;
  line-height: 1;
}

.stat-label {
  font-size: 15px;
  color: #666;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .coverage-stats-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .coverage-section {
    padding: 70px 30px;
  }

  .section-title {
    font-size: 36px;
  }

  .camera-grid {
    grid-template-columns: 1fr;
  }

  .live-view-container {
    padding: 35px 25px;
  }

  .live-view-header {
    flex-direction: column;
    gap: 15px;
  }

  .coverage-stats-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .coverage-section {
    padding: 60px 20px;
  }

  .section-title {
    font-size: 30px;
  }

  .live-view-title {
    font-size: 22px;
  }
}
/*** 

====================================================================
	Pricing Page Section
====================================================================

***/

.packages-section-wrapper {
                padding: 60px 20px;
                background: linear-gradient(135deg, #fafafa 0%, #ffffff 50%, #fafafa 100%);
                position: relative;
                overflow: hidden;
            }

            /* Animated Background Elements */
            .floating-bg-blob {
                position: absolute;
                border-radius: 50%;
                filter: blur(120px);
                opacity: 0.12;
                animation: blobFloat 25s ease-in-out infinite;
            }

            .blob-one {
                top: 5%;
                left: 5%;
                width: 500px;
                height: 500px;
                background: radial-gradient(circle,   #17406a 0%, #ff7e00 100%);
                animation-delay: 0s;
            }

            .blob-two {
                bottom: 10%;
                right: 10%;
                width: 450px;
                height: 450px;
                background: radial-gradient(circle,   #17406a 0%, #ffb347 100%);
                animation-delay: 7s;
            }

            .blob-three {
                top: 40%;
                right: 5%;
                width: 400px;
                height: 400px;
                background: radial-gradient(circle, #cccccc 0%, #999999 100%);
                animation-delay: 14s;
            }

            @keyframes blobFloat {

                0%,
                100% {
                    transform: translate(0, 0) scale(1) rotate(0deg);
                }

                33% {
                    transform: translate(40px, -40px) scale(1.15) rotate(120deg);
                }

                66% {
                    transform: translate(-30px, 30px) scale(0.85) rotate(240deg);
                }
            }

            /* Header Section */
            .packages-header-area {
                text-align: center;
                max-width: 900px;
                margin: 0 auto 60px;
                position: relative;
                z-index: 2;
            }

            .premium-badge-label {
                display: inline-flex;
                align-items: center;
                gap: 12px;
                background: linear-gradient(135deg, rgba(248, 148, 41, 0.15), rgba(255, 179, 71, 0.15));
                border: 2px solid rgba(58, 128, 191, 0.25);
                padding: 12px 28px;
                border-radius: 40px;
                color:   #17406a;
                font-size: 12px;
                font-weight: 800;
                text-transform: uppercase;
                letter-spacing: 2.5px;
                margin-bottom: 30px;
                animation: badgePulse 2s ease infinite;
                box-shadow: 0 4px 20px rgba(58, 128, 191, 0.25);
            }

            @keyframes badgePulse {

                0%,
                100% {
                    transform: scale(1);
                    box-shadow: 0 4px 20px rgba(58, 128, 191, 0.25);
                }

                50% {
                    transform: scale(1.05);
                    box-shadow: 0 6px 30px rgba(58, 128, 191, 0.25);
                }
            }

            .packages-main-heading {
                font-size: 44px;
                font-weight: 900;
                background: linear-gradient(135deg, #000000 0%, #333333 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                margin-bottom: 18px;
                line-height: 1.1;
                animation: headingSlide 1s ease 0.2s both;
            }

            @keyframes headingSlide {
                from {
                    opacity: 0;
                    transform: translateY(40px);
                }

                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            .packages-sub-heading {
                font-size: 18px;
                color: #555555;
                line-height: 1.7;
                animation: headingSlide 1s ease 0.4s both;
            }

            .packages-sub-heading .orange-text {
                color:   #17406a;
                font-weight: 800;
                position: relative;
            }

            .packages-sub-heading .orange-text::after {
                content: '';
                position: absolute;
                bottom: -2px;
                left: 0;
                right: 0;
                height: 2px;
                background: linear-gradient(90deg, transparent,   #17406a, transparent);
            }

            /* Cards Grid */
            .packages-cards-wrapper {
                max-width: 1500px;
                margin: 0 auto;
                padding: 0 40px;
                position: relative;
                z-index: 2;
            }

            .three-cards-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
            }

            /* Package Card */
            .single-package-card {
                background: #ffffff;
                border: 1px solid #e5e5e5;
                border-radius: 32px;
                padding: 0;
                position: relative;
                overflow: hidden;
                transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
                opacity: 0;
                animation: cardAppear 1s ease forwards;
                display: flex;
                flex-direction: column;
            }

            .single-package-card:nth-child(1) {
                animation-delay: 0.2s;
            }

            .single-package-card:nth-child(2) {
                animation-delay: 0.4s;
            }

            .single-package-card:nth-child(3) {
                animation-delay: 0.6s;
            }

            @keyframes cardAppear {
                from {
                    opacity: 0;
                    transform: translateY(50px) scale(0.95);
                }

                to {
                    opacity: 1;
                    transform: translateY(0) scale(1);
                }
            }

            .single-package-card::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 6px;
                background: #000;
                background-size: 200% 100%;
                opacity: 0;
                transition: opacity 0.5s ease;
                animation: gradientFlow 3s ease infinite;
            }

            @keyframes gradientFlow {

                0%,
                100% {
                    background-position: 0% 50%;
                }

                50% {
                    background-position: 100% 50%;
                }
            }

            .single-package-card:hover::before {
                opacity: 1;
            }

            .single-package-card:hover {
                transform: translateY(-15px) scale(1.02);
                box-shadow: 0 40px 80px rgba(248, 148, 41, 0.15);
                border-color:   #17406a;
            }

            /* Card Header with Image */
            .card-header-section {
                position: relative;
                height: 280px;
                overflow: hidden;
            }

            .package-visual-img {
                width: 100%;
                height: 100%;
                position: relative;
            }

            .package-visual-img::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
                z-index: 2;
            }

            .package-visual-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
            }

            .single-package-card:hover .package-visual-img img {
                transform: scale(1.15) rotate(2deg);
            }

            .tier-label-tag {
                position: absolute;
                top: 20px;
                left: 20px;
                z-index: 3;
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: rgba(0, 0, 0, 0.8);
                backdrop-filter: blur(10px);
                color: #ffffff;
                font-size: 11px;
                font-weight: 800;
                text-transform: uppercase;
                padding: 8px 16px;
                border-radius: 20px;
                letter-spacing: 1px;
                border: 1px solid rgba(255, 255, 255, 0.2);
            }

            .popular-tier-tag {
                background: linear-gradient(135deg,   #17406a 0%, #17406a 100%);
                border: 1px solid rgba(255, 255, 255, 0.3);
                animation: tagGlow 2s ease infinite;
            }

            @keyframes tagGlow {

                0%,
                100% {
                    box-shadow: 0 0 20px rgba(58, 128, 191, 0.25);
                }

                50% {
                    box-shadow: 0 0 30px rgba(248, 148, 41, 0.8);
                }
            }

            .popular-tier-tag i {
                color: #fff;
                animation: crownBounce 1.5s ease infinite;
            }

            @keyframes crownBounce {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-3px);
                }
            }

            /* Card Body */
            .card-body-section {
                padding: 30px 28px;
                flex-grow: 1;
                display: flex;
                flex-direction: column;
                background: transparent;
            }

            .highlighted-package .card-body-section {
                background: #000000;
            }

            .package-name-heading {
                font-size: 28px;
                font-weight: 900;
                color: #000000;
                margin-bottom: 10px;
                line-height: 1.2;
            }

            .package-pricing-area {
                margin-bottom: 16px;
                display: flex;
                align-items: baseline;
                gap: 8px;
            }

            .pricing-value-display {
                font-size: 42px;
                font-weight: 900;
                background: linear-gradient(135deg,   #17406a 0%, #17406a 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                letter-spacing: -2px;
                line-height: 1;
            }

            .dollar-sign {
                font-size: 26px;
                vertical-align: super;
            }

            .monthly-text {
                font-size: 18px;
                color: #888888;
                font-weight: 600;
            }

            .package-desc-text {
                color: #666666;
                font-size: 15px;
                line-height: 1.7;
                margin-bottom: 25px;
                min-height: 45px;
            }

            /* Features List */
            .package-features-ul {
                list-style: none;
                margin-bottom: 25px;
                flex-grow: 1;
            }

            .single-feature-li {
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 10px 0;
                color: #333333;
                font-size: 14px;
                font-weight: 600;
                transition: all 0.3s ease;
                position: relative;
            }

            .single-feature-li::before {
                content: '';
                position: absolute;
                left: 0;
                width: 0;
                height: 2px;
                background:   #17406a;
                bottom: 0;
                transition: width 0.4s ease;
            }

            .single-feature-li:hover::before {
                width: 100%;
            }

            .single-feature-li:hover {
                transform: translateX(8px);
                color:   #17406a;
            }

            .feature-icon-box {
                width: 38px;
                height: 38px;
                background: linear-gradient(135deg, rgba(58, 128, 191, 0.25), rgba(255, 140, 0, 0.15));
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                transition: all 0.3s ease;
                border: 1px solid rgba(58, 128, 191, 0.25);
            }

            .single-feature-li:hover .feature-icon-box {
                background: linear-gradient(135deg,   #17406a, #17406a);
                transform: rotate(360deg) scale(1.1);
                border-color: transparent;
            }

            .feature-icon-box i {
                color:   #17406a;
                font-size: 15px;
                transition: all 0.3s ease;
            }

            .single-feature-li:hover .feature-icon-box i {
                color: #ffffff;
            }

            /* CTA Button */
            .package-action-btn {
                width: 100%;
                background: linear-gradient(135deg,   #17406a 0%, #17406a 100%);
                color: #ffffff;
                font-size: 14px;
                font-weight: 800;
                text-transform: uppercase;
                padding: 16px 32px;
                border: none;
                border-radius: 16px;
                cursor: pointer;
                text-decoration: none;
                display: inline-block;
                text-align: center;
                letter-spacing: 1.5px;
                transition: all 0.4s ease;
                position: relative;
                overflow: hidden;
                box-shadow: 0 10px 30px rgba(58, 128, 191, 0.25);
            }

            .package-action-btn::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 0;
                height: 0;
                background: #000000;
                border-radius: 50%;
                transform: translate(-50%, -50%);
                transition: width 0.6s ease, height 0.6s ease;
            }

            .package-action-btn:hover::before {
                width: 600px;
                height: 600px;
            }

            .package-action-btn:hover {
                box-shadow: 0 20px 50px rgba(58, 128, 191, 0.25);
                transform: translateY(-3px);
            }

            .package-action-btn span {
                position: relative;
                z-index: 1;
            }

            /* Highlighted Package - BLACK BACKGROUND */
            .highlighted-package {
                transform: scale(1.08);
                border: 2px solid   #17406a;
                box-shadow: 0 30px 80px rgba(58, 128, 191, 0.25);
                background: #000000;
            }

            .highlighted-package .package-name-heading {
                color: #ffffff;
            }

            .highlighted-package .package-desc-text {
                color: #cccccc;
            }

            .highlighted-package .single-feature-li {
                color: #ffffff;
            }

            .highlighted-package .single-feature-li:hover {
                color:   #17406a;
            }

            .highlighted-package .monthly-text {
                color: #aaaaaa;
            }

            .highlighted-package .feature-icon-box {
                background: linear-gradient(135deg, rgba(58, 128, 191, 0.25), rgba(255, 140, 0, 0.25));
                border: 1px solid rgba(58, 128, 191, 0.25);
            }

            .highlighted-package::after {
                content: '';
                position: absolute;
                top: -2px;
                left: -2px;
                right: -2px;
                bottom: -2px;
                background: linear-gradient(45deg,   #17406a, #17406a,   #17406a, #17406a);
                background-size: 300% 300%;
                border-radius: 32px;
                z-index: -1;
                animation: gradientRotate 4s ease infinite;
                opacity: 0.5;
            }

            @keyframes gradientRotate {

                0%,
                100% {
                    background-position: 0% 50%;
                }

                50% {
                    background-position: 100% 50%;
                }
            }

            .highlighted-package:hover {
                transform: scale(1.12) translateY(-15px);
                box-shadow: 0 40px 100px rgba(58, 128, 191, 0.25);
            }

            .highlighted-action-btn {
                background: linear-gradient(135deg,   #17406a 0%, #17406a 100%);
                box-shadow: 0 10px 30px rgba(58, 128, 191, 0.25);
            }

            .highlighted-action-btn::before {
                background: #ffffff;
            }

            .highlighted-action-btn:hover {
                box-shadow: 0 20px 50px rgba(58, 128, 191, 0.25);
            }

            /* Responsive Design */
            @media (max-width: 1200px) {
                .packages-cards-wrapper {
                    padding: 0 20px;
                }

                .three-cards-grid {
                    gap: 30px;
                }

                .package-name-heading {
                    font-size: 28px;
                }

                .pricing-value-display {
                    font-size: 46px;
                }
            }

            @media (max-width: 968px) {
                .three-cards-grid {
                    grid-template-columns: 1fr;
                    gap: 40px;
                    max-width: 600px;
                    margin: 0 auto;
                }

                .highlighted-package {
                    transform: scale(1);
                }

                .highlighted-package:hover {
                    transform: scale(1.02) translateY(-15px);
                }
            }

            @media (max-width: 768px) {
                .packages-section-wrapper {
                    padding: 80px 15px;
                }

                .packages-main-heading {
                    font-size: 42px;
                }

                .packages-sub-heading {
                    font-size: 18px;
                }

                .card-header-section {
                    height: 240px;
                }

                .card-body-section {
                    padding: 35px 25px;
                }

                .package-name-heading {
                    font-size: 26px;
                }

                .pricing-value-display {
                    font-size: 44px;
                }
            }

            @media (max-width: 480px) {
                .packages-section-wrapper {
                    padding: 60px 12px;
                }

                .packages-main-heading {
                    font-size: 32px;
                }

                .card-body-section {
                    padding: 30px 20px;
                }

                .package-name-heading {
                    font-size: 24px;
                }

                .pricing-value-display {
                    font-size: 40px;
                }

                .package-action-btn {
                    padding: 18px 32px;
                    font-size: 13px;
                }
            }
/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 90px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .padding-right {
  padding-right: 10px;
}

.sidebar-page-container .sidebar-side .padding-left {
  padding-left: 10px;
}

.sidebar-widget {
  margin-bottom: 45px;
}

.sidebar-widget .widget-content {
  position: relative;
  padding: 40px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.sidebar-widget .widget-content:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  height: 5px;
  width: 50px;
  z-index: 1;
  background-color: #7cb434;
}

.sidebar-title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 30px;
}

.sidebar-title h4 {
  position: relative;
  color: #222222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: capitalize;
}

/* Blog Cat */

.blog-cat {
  position: relative;
  overflow: hidden;
}

.blog-cat li {
  position: relative;
}

.blog-cat li a {
  position: relative;
  color: #222222;
  font-size: 16px;
  padding: 15px 30px 15px 55px;
  display: block;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-cat li a:before {
  position: absolute;
  content: "\f105";
  left: 35px;
  top: 14px;
  color: #222222;
  font-family: "FontAwesome";
}

.blog-cat li a:hover {
  color: #ffffff;
  background-color:   #17406a;
}

.blog-cat li:last-child a {
  border-bottom: 0px;
}

.blog-cat li a span {
  position: absolute;
  right: 30px;
}

/* Help Widget */

.help-widget .widget-inner {
  position: relative;
  padding: 45px 45px 45px;
  background-color: #286daf;
}

.help-widget .widget-inner:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  height: 5px;
  width: 50px;
  z-index: 1;
  background-color:   #17406a;
}

.help-widget .widget-inner h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 12px;
}

.help-widget .widget-inner h3:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 50px;
  background-color: #ffffff;
}

.help-widget .title {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 22px;
  letter-spacing: 1px;
}

.help-widget .phone {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  display: inline-block;
}

.help-widget .email {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Timing Widget */

.timing-widget .widget-inner {
  position: relative;
  padding: 45px 45px 45px;
  background-color: #7cb434;
}

.timing-widget .widget-inner:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  height: 5px;
  width: 50px;
  z-index: 1;
  background-color:   #17406a;
}

.timing-widget .widget-inner h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 22px;
}

.timing-widget .widget-inner h3:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 50px;
  background-color: #ffffff;
}

.timing-widget ul li {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.9em;
  margin-bottom: 15px;
}

.timing-widget ul li span {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.timing-widget ul li:last-child {
  font-size: 16px;
  margin-bottom: 0px;
}

.package-widget .widget-inner {
  position: relative;
  padding: 80px 45px;
  text-align: center;
  background-size: cover;
}

.package-widget .widget-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(34, 34, 34, 0.8);
}

.package-widget .widget-inner h3 {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4em;
}

.package-widget .widget-inner .text {
  position: relative;
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  margin-bottom: 30px;
}

.service-detail {
  position: relative;
}

.service-detail .inner-box {
  position: relative;
}

.service-detail .inner-box .images-box {
  position: relative;
}

.service-detail .inner-box .images-box .image {
  position: relative;
  margin-bottom: 30px;
}

.service-detail .inner-box .images-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.service-detail .inner-box .lower-content {
  position: relative;
  margin-top: 10px;
}

.service-detail .inner-box h2 {
  position: relative;
  color: #222222;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 12px;
}

.service-detail .inner-box p {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9em;
}

.service-detail .inner-box .lower-content .two-column {
  position: relative;
  margin-bottom: 0px;
}

.service-detail .inner-box .lower-content .featured-blocks {
  position: relative;
  padding-top: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e4e6e9;
}

.service-detail .inner-box .lower-content .featured-blocks .featured-block {
  float: left;
  padding: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.service-detail
  .inner-box
  .lower-content
  .featured-blocks
  .featured-block
  .inner-box {
  padding: 54px 40px 54px 25px;
}

.service-detail
  .inner-box
  .lower-content
  .featured-blocks
  .featured-block
  .inner-box
  .icon-box {
  color: #5f5f5f;
}

.service-detail .inner-box .lower-content .btns-box {
  margin-top: 30px;
  text-align: center;
}

.service-detail .inner-box .lower-content .btns-box .theme-btn {
  position: relative;
  margin-right: 32px;
  display: inline-block;
}

.service-detail .inner-box .lower-content .btns-box .talk {
  position: relative;
  color: #222222;
  font-size: 18px;
  top: -25px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 3px solid #7cb434;
}

.service-detail .inner-box .lower-content .btns-box .talk span {
  position: relative;
  font-weight: 700;
}

.sticky-top {
  top: 30px;
  z-index: 1;
}

/*Search Box Widget*/

.sidebar .search-box .sidebar-title {
  padding-left: 0px;
  margin-bottom: 5px;
}

.sidebar .search-box .widget-content {
  padding: 40px 35px 45px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 30px;
  padding: 10px 50px 10px 0px;
  background: #ffffff;
  display: block;
  font-size: 15px;
  width: 100%;
  height: 60px;
  color: #999999;
  font-weight: 300;
  border-radius: 0px;
  font-style: italic;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 2px solid #dddddd;
}

.sidebar .search-box .form-group textarea::-webkit-input-placeholder,
.sidebar .search-box .form-group input::-webkit-input-placeholder {
  color: #797979;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 18px;
  color: #222222;
  line-height: 100%;
  font-weight: normal;
  background: none;
  text-align: right;
}

/*Post Widget*/

.sidebar .popular-posts .widget-content {
  padding: 45px 40px;
}

.sidebar .popular-posts .sidebar-title {
  padding-left: 0px;
}

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 90px;
  min-height: 95px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  border-radius: 0px;
  overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 18px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(124, 180, 52, 0.7);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
  top: 50%;
  position: relative;
  margin-top: -12px;
  display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
  opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: -4px;
  font-size: 18px;
  margin: 0px 0px 0px;
  font-weight: 400;
  color: #222222;
  line-height: 1.5em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #7cb434;
}

.sidebar .popular-posts .post-info {
  position: relative;
  font-size: 13px;
  color: #555555;
  font-weight: 400;
  margin-top: 0px;
}

/* Tags */

.sidebar .popular-tags .widget-content {
  padding: 45px 40px;
}

.sidebar .popular-tags .sidebar-title {
  padding-left: 0px;
}

/* Popular Tags */

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 20px 6px;
  margin: 0px 6px 8px 0px;
  color: #555555;
  text-align: center;
  font-size: 13px;
  background: none;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid #dddddd;
  text-transform: capitalize;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  border-color:   #17406a;
  background-color:   #17406a;
  color: #ffffff;
}

/* Testimonial Widget */

.sidebar .testimonial-widget .widget-content {
  padding: 45px 40px;
}

.sidebar .testimonial-widget .sidebar-title {
  padding-left: 0px;
}

.testimonial-widget-block {
  position: relative;
}

.testimonial-widget-block .block-inner {
  position: relative;
  text-align: center;
}

.testimonial-widget-block .image-outer {
  position: relative;
}

.testimonial-widget-block .image-outer .quote-left {
  position: absolute;
  left: 30px;
  top: 20px;
  color: #dddddd;
  font-size: 30px;
  line-height: 1em;
}

.testimonial-widget-block .image-outer .quote-right {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #dddddd;
  font-size: 30px;
  line-height: 1em;
}

.testimonial-widget-block .image-outer .image {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-widget-block .block-inner .text {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  margin-top: 25px;
  padding: 0px 20px;
}

.testimonial-widget-block .block-inner .author-name {
  position: relative;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  margin-top: 22px;
  text-transform: uppercase;
}

.testimonial-widget-block .block-inner .designation {
  position: relative;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
  text-transform: uppercase;
}

.sidebar .testimonial-widget .owl-nav {
  display: none;
}

.sidebar .testimonial-widget .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.sidebar .testimonial-widget .owl-dots .owl-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  border-radius: 50px;
  display: inline-block;
  background-color: #dddddd;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .testimonial-widget .owl-dots .owl-dot.active,
.sidebar .testimonial-widget .owl-dots .owl-dot:hover {
  background-color: #555555;
}

/* News Block Two */

.news-block-two {
  position: relative;
  margin-bottom: 80px;
}

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #7cb434;
}

.news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
}

.news-block-two .inner-box:hover .image img {
  opacity: 0.5;
  transform: rotate(2deg) scale(1.06, 1.06);
}

.news-block-two .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.news-block-two .inner-box .image .overlay-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  color: #222222;
  margin-left: -40px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  padding-left: 4px;
  font-size: 25px;
  margin-top: -40px;
  background-color: rgba(255, 255, 255, 0.9);
}

.news-block-two .inner-box .image .overlay-box .ripple,
.news-block-two .inner-box .image .overlay-box .ripple:before,
.news-block-two .inner-box .image .overlay-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: 0.5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.news-block-two .inner-box .image .overlay-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.news-block-two .inner-box .image .overlay-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.news-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
}

.news-block-two .inner-box .lower-content h3 {
  position: relative;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 18px;
}

.news-block-two .inner-box .lower-content h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .lower-content h3 a:hover {
  color: #7cb434;
}

.news-block-two .inner-box .lower-content .post-meta {
  position: relative;
}

.news-block-two .inner-box .lower-content .post-meta li {
  position: relative;
  color: #555555;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li .icon {
  position: relative;
  color: #7cb434;
  margin-right: 8px;
}

.news-block-two .inner-box .lower-content li:last-child {
  margin-right: 0px;
}

.news-block-two .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9em;
  margin-top: 15px;
  margin-bottom: 25px;
}

.news-block-three {
  position: relative;
  margin-bottom: 80px;
}

.news-block-three .inner-box {
  position: relative;
  padding: 50px 65px;
  background-color: #7cb434;
}

.news-block-three .inner-box h3 {
  position: relative;
  line-height: 1.3em;
  font-weight: 500;
  font-size: 32px;
}

.news-block-three .inner-box h3 a {
  position: relative;
  color: #ffffff;
}

.news-block-three .inner-box .author {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
  z-index: 1;
}

.styled-pagination li {
  position: relative;
  margin: 0px 3px;
  display: inline-block;
}

.styled-pagination li a {
  position: relative;
  width: 45px;
  height: 45px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 2px;
  text-align: center;
  line-height: 41px;
  border: 2px solid #dddddd;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
  color: #ffffff;
  border-color: #7cb434;
  background-color: #7cb434;
}

.styled-pagination li.prev a {
  position: relative;
  width: auto;
  height: auto;
  color: #555555;
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 300;
  box-shadow: inherit;
  border: none;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.styled-pagination li.prev a:hover {
  color:   #17406a;
  background: none;
}

.styled-pagination li.next a {
  position: relative;
  width: auto;
  height: auto;
  color: #555555;
  font-size: 15px;
  line-height: 28px;
  box-shadow: inherit;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 300;
  border: none;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.styled-pagination li.next a:hover {
  color:   #17406a;
  background: none;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #fda50f;
}

/* News Detail */

.blog-detail {
  position: relative;
  margin-bottom: 80px;
}

.blog-detail .inner-box {
  position: relative;
}

.blog-detail .inner-box .image {
  position: relative;
  overflow: hidden;
  background-color: #7cb434;
}

.blog-detail .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
}

.blog-detail .inner-box:hover .image img {
  opacity: 0.5;
  transform: rotate(2deg) scale(1.06, 1.06);
}

.blog-detail .inner-box .lower-content {
  position: relative;
  padding-top: 30px;
}

.blog-detail .inner-box .lower-content h3 {
  position: relative;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 18px;
  color: #222222;
}

.blog-detail .inner-box .lower-content .post-meta {
  position: relative;
}

.blog-detail .inner-box .lower-content .post-meta li {
  position: relative;
  color: #555555;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
}

.blog-detail .inner-box .lower-content .post-meta li .icon {
  position: relative;
  color: #7cb434;
  margin-right: 8px;
}

.blog-detail .inner-box .lower-content li:last-child {
  margin-right: 0px;
}

.blog-detail .inner-box .text {
  position: relative;
}

.blog-detail .inner-box .text p {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9em;
  margin-top: 15px;
  margin-bottom: 20px;
}

.blog-detail .inner-box blockquote {
  position: relative;
  padding: 40px 60px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 30px;
  line-height: 1.9em;
  font-style: italic;
  border: 1px solid #e4e6e9;
  border-left: 5px solid #7cb434;
}

.blog-detail .inner-box .image-gallery {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Post Share Options */

.blog-detail .post-share-options {
  position: relative;
  margin-top: 50px;
  padding: 0px 0px 50px;
}

.blog-detail .post-share-options .tags {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e4deee;
}

.blog-detail .post-share-options .tags span {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  margin-right: 8px;
  text-transform: capitalize;
}

.blog-detail .post-share-options .tags a {
  position: relative;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  margin-right: 4px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-detail .post-share-options .tags a:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.blog-detail .post-share-options .tags {
  position: relative;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}

.blog-detail .post-share-options .tags a:hover {
  color: #7cb434;
}

.blog-detail .post-share-options .social-box {
  position: relative;
}

.blog-detail .post-share-options .social-box > span {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  margin-right: 5px;
  text-transform: capitalize;
}

.blog-detail .post-share-options .social-box li {
  position: relative;
  margin-right: 3px;
  display: inline-block;
}

.blog-detail .post-share-options .social-box li a {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #aaaaaa;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #e5e7ea;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-detail .post-share-options .social-box li a:hover {
  color: #ffffff;
  border-color: #7cb434;
  background-color: #7cb434;
}

/*Author Box*/

.blog-author-box {
  position: relative;
  margin-bottom: 85px;
}

.blog-author-box .author-inner {
  position: relative;
  padding: 50px 50px;
  background-color: #f0f2f5;
}

.blog-author-box .author-inner .inner-box {
  position: relative;
  padding-left: 155px;
}

.blog-author-box .author-inner .inner-box .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-author-box .author-inner .inner-box h6 {
  position: relative;
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-author-box .author-inner .inner-box .text {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 10px;
}

.blog-author-box .author-inner .social-boxed {
  position: relative;
}

.blog-author-box .author-inner .social-boxed li {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}

.blog-author-box .author-inner .social-boxed li a {
  position: relative;
  color: #aaaaaa;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-author-box .author-inner .social-boxed li a:hover {
  color:   #17406a;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
  position: relative;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 35px;
}

.sidebar-page-container .group-title h3 {
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar-page-container .group-title .group-text {
  position: relative;
  color: #555555;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 30px;
  font-style: italic;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 25px;
  height: 55px;
  color: #222222;
  font-size: 14px;
  border-radius: 3px;
  background: none;
  border: 1px solid #e4e6e9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input::placeholder,
.comment-form .form-group textarea::placeholder {
  color: #555555;
  text-transform: capitalize;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #7cb434;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 15px 25px;
  color: #222222;
  height: 130px;
  font-size: 14px;
  resize: none;
  border-radius: 3px;
  background: none;
  border: 1px solid #e4e6e9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-page-section {
  position: relative;
  padding: 110px 0px 100px;
}

.gallery-page-section .btn-box {
  position: relative;
  margin-top: 50px;
}

/*Error Section*/

.error-section {
  position: relative;
  padding: 100px 0px 100px;
}

.error-section .content {
  position: relative;
  text-align: center;
}

.error-section h1 {
  position: relative;
  color: #222222;
  font-size: 180px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
}

.error-section h2 {
  position: relative;
  color: #222222;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.error-section .text {
  position: relative;
  color: #222222;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

 ***/

.contact-page-section {
  position: relative;
  padding: 100px 0px 70px;
}

.contact-page-section .upper-box {
  position: relative;
  margin-bottom: 100px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.contact-page-section .image-column {
  position: relative;
  float: left;
  padding: 0px;
}

.contact-page-section .image-column .inner-column {
  position: relative;
}

.contact-page-section .image-column .image {
  position: relative;
}

.contact-page-section .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.contact-page-section .content-column {
  position: relative;
  float: left;
  padding: 0px;
}

.contact-page-section .content-column .inner-column {
  position: relative;
  padding: 45px 45px 35px 45px;
}

.contact-page-section .content-column h4 {
  position: relative;
  color: #222222;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.contact-page-section .content-column .text {
  position: relative;
  color: #222222;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 18px;
  margin-bottom: 35px;
}

.contact-page-section .content-column .info-list {
  position: relative;
}

.contact-page-section .content-column .info-list li {
  position: relative;
  padding-left: 35px;
  color: #222222;
  font-size: 24px;
  margin-bottom: 22px;
}

.contact-page-section .content-column .info-list .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color:   #17406a;
}

.contact-page-section .content-column .info-list li:last-child {
  margin-bottom: 0px;
}

.contact-page-section .content-column .info-list li a {
  position: relative;
  color: #222222;
}

.contact-page-section .contact-box {
  position: relative;
  margin-bottom: 30px;
}

.contact-page-section .contact-box .inner-box {
  position: relative;
  padding: 45px 50px;
  min-height: 264px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-page-section .contact-box .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 5px;
  z-index: 1;
  background-color: #7cb434;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.contact-page-section .contact-box .inner-box:hover::before {
  width: 100%;
}

.contact-page-section .contact-box .inner-box h5 {
  position: relative;
  color: #222222;
  font-weight: 500;
  margin-bottom: 12px;
}

.contact-page-section .contact-box .inner-box .text {
  position: relative;
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.7em;
}

.contact-page-section .contact-box .inner-box ul {
  position: relative;
  color: #222222;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0px;
}

.contact-page-section .contact-box .inner-box li {
  position: relative;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7em;
}

.contact-page-section .contact-box .inner-box li:last-child {
  margin-bottom: 0px;
}

.contact-page-section .contact-box .phone {
  position: relative;
  margin-bottom: 15px;
  color: #222222;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4em;
  display: inline-block;
}

.contact-page-section .contact-box .emails {
  position: relative;
}

.contact-page-section .contact-box .emails a {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
  position: relative;
}

.fluid-section-two .outer-container {
  position: relative;
  background-color: #f1f1f1;
}

.fluid-section-two .outer-container .map-column {
  position: absolute;
  width: 50%;
  left: 0px;
  height: 100%;
  float: left;
  overflow: hidden;
  min-height: 300px;
}

.fluid-section-two .outer-container .map-column .map-canvas {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.fluid-section-two .outer-container .form-column {
  position: relative;
  width: 50%;
  float: right;
}

.fluid-section-two .outer-container .form-column .inner-column {
  position: relative;
  padding: 80px 50px 80px 100px;
}

/* Contact Form */

.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 12px 20px 12px;
  color: #797979;
  height: 55px;
  font-size: 14px;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid #e4e6e9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder {
  color: #555555;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
  border-color:   #17406a;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  color: #797979;
  height: 130px;
  background: #ffffff;
  resize: none;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 20px 12px;
  border: 1px solid #e4e6e9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group .submit-btn {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  padding: 16px 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #7cb434;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form .form-group .submit-btn i {
  font-size: 18px;
  margin-left: 8px;
}
.strengths-showcase-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  position: relative;
  overflow: hidden;
}

/* Animated background elements */
.strengths-showcase-section::before,
.strengths-showcase-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 153, 0, 0.08) 0%,
    transparent 70%
  );
  animation: float 20s ease-in-out infinite;
}

.strengths-showcase-section::before {
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  animation-delay: 0s;
}

.strengths-showcase-section::after {
  bottom: -15%;
  left: -5%;
  width: 600px;
  height: 600px;
  animation-delay: 10s;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

.strengths-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.strengths-header {
  text-align: center;
  margin-bottom: 70px;
}

.strengths-label {
  color: #17406a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 8px 24px;
  background: rgba(255, 153, 0, 0.08);
  border-radius: 50px;
  position: relative;
}

.strengths-label::before,
.strengths-label::after {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(to right, #17406a, #17406a);
  border-radius: 2px;
}

.strengths-main-title {
  font-size: 48px;
  font-weight: 900;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.strengths-main-title .highlight {
  color: #17406a;
  position: relative;
  display: inline-block;
}

.strengths-main-title .highlight::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 12px;
  background: rgba(255, 153, 0, 0.15);
  z-index: -1;
}

.strengths-subtitle {
  font-size: 17px;
  color: #5a6c7d;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}

.strengths-layout {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 70px;
  align-items: start;
}

.strengths-images-column {
  position: sticky;
  top: 120px;
}

.image-stack {
  position: relative;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
}

.strength-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.92) rotate(-2deg);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 30px 80px rgba(58, 128, 191, 0.25);
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid rgba(255, 153, 0, 0.1);
}

.strength-image-wrapper.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  z-index: 2;
}

.strength-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.strength-image-wrapper.active .strength-visual {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(44, 62, 80, 0.98),
    rgba(44, 62, 80, 0.6) 60%,
    transparent
  );
  padding: 50px 35px 35px;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.strength-image-wrapper.active .image-overlay {
  transform: translateY(0);
}

.overlay-text {
  color: white;
  font-size: 28px;
  font-weight: 800;
  position: relative;
  display: inline-block;
}

.overlay-text::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #17406a;
  border-radius: 2px;
}

.strengths-content-column {
  position: relative;
  min-height: 600px;
}

.strength-content-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  background: white;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.strength-content-item.active {
  opacity: 1;
  transform: translateY(0);
}

.strength-content-item:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.strength-header-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.strength-number {
  font-size: 72px;
  font-weight: 900;
  background: linear-gradient(
    135deg,
    rgba(255, 153, 0, 0.2) 0%,
    rgba(255, 153, 0, 0.05) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  flex-shrink: 0;
}

.strength-title {
  font-size: 34px;
  font-weight: 800;
  color: #2c3e50;
  line-height: 1.2;
  position: relative;
  flex: 1;
}

.strength-title::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 60px;
  height: 5px;
  background: linear-gradient(to right, #17406a, #17406a);
  border-radius: 3px;
}

.strength-description {
  color: #5a6c7d;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 35px;
}

.strength-description a {
  color: #17406a;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 2px solid rgba(255, 153, 0, 0.3);
}

.strength-description a:hover {
  color: #e68a00;
  border-bottom-color: #e68a00;
}

.strength-features {
  display: grid;
  gap: 12px;
}

.feature-point {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.feature-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #17406a, #17406a);
  transform: scaleY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-point:hover {
  background: linear-gradient(135deg, #fff5e6 0%, #fffbf5 100%);
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.15);
}

.feature-point:hover::before {
  transform: scaleY(1);
}

.feature-point i {
  color: #17406a;
  font-size: 20px;
  width: 24px;
  flex-shrink: 0;
}

.strength-navigation {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 20px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: none;
  padding: 0;
}

.nav-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-dot.active {
  background: #17406a;
  width: 32px;
  border-radius: 50px;
}

.nav-dot.active::after {
  border-color: rgba(255, 153, 0, 0.2);
}

.nav-dot:hover {
  background: #17406a;
  transform: scale(1.2);
}

/* Progress indicator */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, #17406a, #17406a);
  width: 0%;
  transition: width 0.1s linear;
  border-radius: 3px;
}

/* Responsive */
@media (max-width: 1024px) {
  .strengths-layout {
    gap: 60px;
  }

  .image-stack {
    height: 500px;
  }

  .strengths-content-column {
    min-height: 500px;
  }

  .strength-content-item {
    padding: 35px;
  }
}

@media (max-width: 968px) {
  .strengths-showcase-section {
    padding: 70px 0;
  }

  .strengths-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .strengths-images-column {
    position: static;
    order: 1;
  }

  .strengths-content-column {
    order: 2;
    min-height: auto;
  }

  .image-stack {
    height: 450px;
  }

  .strength-title {
    font-size: 28px;
  }

  .strengths-main-title {
    font-size: 40px;
  }

  .strength-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .strengths-showcase-section {
    padding: 60px 0;
  }

  .strengths-header {
    margin-bottom: 50px;
  }

  .strengths-main-title {
    font-size: 32px;
  }

  .strengths-subtitle {
    font-size: 15px;
  }

  .image-stack {
    height: 350px;
  }

  .strength-content-item {
    padding: 30px 25px;
  }

  .strength-number {
    font-size: 56px;
  }

  .strength-title {
    font-size: 24px;
  }

  .strength-description {
    font-size: 15px;
    text-align: left;
  }

  .feature-point {
    font-size: 14px;
    padding: 14px 16px;
  }

  .feature-point i {
    font-size: 18px;
  }

  .overlay-text {
    font-size: 22px;
  }

  .strength-navigation {
    margin-top: 50px;
    gap: 10px;
  }
}
  .header-section {
            text-align: center;
            padding: 80px 5% 60px;
            background-color: #ffffff;
        }

        .header-label {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            font-size: 0.9rem;
            font-weight: 700;
            color: #17406a;
            letter-spacing: 2px;
            margin-bottom: 25px;
        }

        .header-label::before,
        .header-label::after {
            content: '';
            width: 50px;
            height: 2px;
            background-color: #17406a;
        }

        .header-title {
            font-size: 3rem;
            font-weight: 800;
            color: #2c3e50;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .header-title .highlight {
            color: #17406a;
        }

        .header-subtitle {
            font-size: 1.2rem;
            color: #7f8c8d;
            font-weight: 400;
            max-width: 900px;
            margin: 0 auto;
        }

        .section {
            display: flex;
            align-items: center;
            gap: 60px;
            padding: 80px 5%;
            max-width: 1400px;
            margin: 0 auto;
        }

        .section-residential {
            background-color: #ffffff;
        }

        .section-commercial {
            background-color: #1a1a1a;
            color: #ffffff;
        }

        .content {
            flex: 1;
        }

        .image-container {
            flex: 1;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .section-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .section-residential .highlight {
            color: #17406a;
        }

        .section-commercial .highlight {
            color: #17406a;
        }

        .section-subtitle {
            font-size: 1.3rem;
            font-weight: 600;
            color: #17406a;
            margin-bottom: 25px;
        }

        .section-text {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #555;
        }

        .section-commercial .section-text {
            color: #d0d0d0;
        }

        .features-list {
            margin-top: 25px;
            padding-left: 20px;
        }

        .features-list li {
            margin-bottom: 10px;
            color: #666;
        }

        .section-commercial .features-list li {
            color: #b0b0b0;
        }

        @media (max-width: 968px) {
            .header-title {
                font-size: 2rem;
            }

            .header-subtitle {
                font-size: 1rem;
            }

            .header-label {
                font-size: 0.8rem;
            }

            .header-label::before,
            .header-label::after {
                width: 30px;
            }

            .section {
                flex-direction: column;
                padding: 60px 5%;
                gap: 40px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .section-subtitle {
                font-size: 1.1rem;
            }

            .image-container {
                width: 100%;
                max-height: 400px;
            }
        }