@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;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

 .banner-section {
            position: relative;
            overflow: hidden;
            background-color: #222222;
            z-index: 1;
        }

        .banner-section .auto-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .banner-section .main-slider-carousel {
            position: relative;
            width: 100%;
            height: 100vh;
            min-height: 600px;
        }

        .banner-section .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            transition: opacity 1s ease, visibility 1s ease;
            display: none;
        }

        .banner-section .slide.active {
            opacity: 1;
            visibility: visible;
            display: block;
            z-index: 2;
        }

        .banner-section .slide:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.6);
        }

        .banner-section .slide .image-layer {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            z-index: 0;
        }

        .banner-section .content-boxed {
            position: relative;
            z-index: 3;
            margin-top: 120px;
        }

        .banner-section .content-boxed .inner-boxed {
            position: relative;
            max-width: 900px;
        }

        .banner-section .content-boxed .title {
            color: #ffffff;
            font-size: 18px;
            line-height: 1.8em;
            margin-bottom: 20px;
            font-weight: 400;
            letter-spacing: 4px;
            text-transform: uppercase;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .banner-section .slide.active .content-boxed .title {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.3s;
        }

        .banner-section .content-boxed h1 {
            color: #ffffff;
            font-weight: 600;
            font-size: 44px;
            line-height: 1.2em;
            text-transform: uppercase;
            margin-bottom: 20px;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .banner-section .slide.active .content-boxed h1 {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.6s;
        }

        .banner-section .content-boxed .text {
            color: #ffffff;
            font-size: 18px;
            line-height: 1.9em;
            margin-bottom: 40px;
            font-weight: 300;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
            max-width: 750px;
        }

        .banner-section .slide.active .content-boxed .text {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.9s;
        }

        .banner-section .btns-box {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
            display: flex;
            align-items: center;
            gap: 32px;
            flex-wrap: wrap;
        }

        .banner-section .slide.active .btns-box {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 1.2s;
        }

        .banner-section .theme-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 45px;
            background: linear-gradient(135deg,   #17406a 0%, #17406a 100%);
            color: #fff !important;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 15px;
            border-radius: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(58, 128, 191, 0.2);
        }

        .banner-section .theme-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 30px rgba(58, 128, 191, 0.25);
        }

        .banner-section .talk {
            color: #ffffff !important;
            font-size: 18px;
            text-decoration: none;
            padding-bottom: 5px;
            border-bottom: 3px solid #ffffff;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .banner-section .talk:hover {
            color:   #17406a !important;
            border-bottom-color:   #17406a;
        }

        .banner-section .slider-nav {
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 10;
            width: 100%;
            transform: translateY(-50%);
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        .banner-section:hover .slider-nav {
            opacity: 1;
        }

        .banner-section .nav-btn {
            position: absolute;
            width: 40px;
            height: 40px;
            border: 2px solid rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.3);
            color: #ffffff;
            font-size: 22px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: all;
        }

        .banner-section .nav-btn:hover {
            color: #fff;
            border-color:   #17406a;
            background:   #17406a;
        }

        .banner-section .nav-prev {
            left: 30px;
        }

        .banner-section .nav-next {
            right: 30px;
        }

        .banner-section .slider-dots {
            position: absolute;
            right: 110px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .banner-section .dot {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
        }

        .banner-section .dot.active {
            background-color: #ffffff;
        }

        .banner-section .dot:before {
            position: absolute;
            content: "";
            left: -4px;
            top: -4px;
            right: -4px;
            bottom: -4px;
            opacity: 0;
            border-radius: 50%;
            border: 2px solid   #17406a;
            transition: all 0.3s ease;
        }

        .banner-section .dot.active:before,
        .banner-section .dot:hover:before {
            opacity: 1;
        }

        /* Mobile-specific background images */
        @media (max-width: 768px) {
            /* Mobile ke liye alag background images */
            .banner-section .slide:nth-child(1) .image-layer {
                background-image: url(../images/main-slider/slider1.webp) !important;
            }
            
            .banner-section .slide:nth-child(2) .image-layer {
                background-image: url(../images/main-slider/slider2.webp) !important;
            }
        }

        /* Tablet Responsive */
        @media (max-width: 1024px) {
            .banner-section .content-boxed h1 {
                font-size: 38px;
            }
            
            .banner-section .slider-dots {
                right: 60px;
            }
        }

        /* Mobile Responsive - Tablets */
        @media (max-width: 768px) {
            .banner-section .main-slider-carousel {
                min-height: 500px;
            }

            .banner-section .content-boxed {
                margin-top: 80px;
            }

            .banner-section .content-boxed .title {
                font-size: 13px;
                letter-spacing: 2px;
                margin-bottom: 15px;
                line-height: 1.6em;
            }

            .banner-section .content-boxed h1 {
                font-size: 28px;
                line-height: 1.3em;
                margin-bottom: 18px;
            }

            .banner-section .content-boxed .text {
                font-size: 15px;
                line-height: 1.7em;
                margin-bottom: 30px;
            }

            .banner-section .nav-btn {
              display: none;
                width: 50px;
                height: 50px;
                font-size: 18px;
            }

            .banner-section .nav-prev {
                left: 15px;
            }

            .banner-section .nav-next {
                right: 15px;
            }

            .banner-section .slider-dots {
                display: none;
            }

            .banner-section .btns-box {
                flex-direction: column;
                align-items: flex-start;
                gap: 18px;
            }

            .banner-section .theme-btn {
                padding: 14px 35px;
                font-size: 14px;
            }

            .banner-section .talk {
                font-size: 16px;
            }

            /* Mobile navigation always visible */
            .banner-section .slider-nav {
                opacity: 1;
            }
        }

        /* Mobile Responsive - Small Phones */
        @media (max-width: 480px) {
            .banner-section .main-slider-carousel {
                min-height: 500px;
            }

            .banner-section .content-boxed {
                margin-top: 70px;
            }

            .banner-section .auto-container {
                padding: 0 20px;
            }

            .banner-section .content-boxed .title {
                font-size: 11px;
                letter-spacing: 1.5px;
                margin-bottom: 12px;
            }

            .banner-section .content-boxed h1 {
                font-size: 24px;
                line-height: 1.3em;
                margin-bottom: 15px;
            }

            .banner-section .content-boxed .text {
                font-size: 14px;
                line-height: 1.65em;
                margin-bottom: 25px;
            }

            .banner-section .theme-btn {
                padding: 13px 30px;
                font-size: 13px;
                width: 100%;
                justify-content: center;
            }

            .banner-section .talk {
                font-size: 15px;
                text-align: center;
                width: 100%;
            }

            .banner-section .btns-box {
                gap: 15px;
                width: 100%;
            }

            .banner-section .nav-btn {
                width: 45px;
                height: 45px;
                font-size: 16px;
            }

            .banner-section .nav-prev {
                left: 10px;
            }

            .banner-section .nav-next {
                right: 10px;
            }

            /* Better overlay for mobile readability */
            .banner-section .slide:before {
                background-color: rgba(0, 0, 0, 0.7);
            }
        }

        /* Extra small devices */
        @media (max-width: 375px) {
            .banner-section .content-boxed h1 {
                font-size: 22px;
            }

            .banner-section .content-boxed .text {
                font-size: 13px;
            }

            .banner-section .content-boxed .title {
                font-size: 10px;
            }
        }
.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, #ffa500);
  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;
            }
        }