/* use font link */

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");

/* use style sheet */

@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.bootstrap-touchspin.css);

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 15px;
  color: #848484;
  line-height: 26px;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Hind", sans-serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .mb-progrms {
    margin-bottom: 0px !important;
  }
  .sidebar__widget {
    padding: 50px 16px !important;
  }
  .services__details-content > .title {
    font-size: 28px !important;
  }
  .services__details-content .text-bold {
    font-size: 16px !important;
  }
  .services__details-content .text-bold {
    margin-bottom: 20px;
  }
}
.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

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

.boxed_wrapper {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
      position: relative;
    line-height: 24px;
    color: #222222;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;

  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.gray-bg {
  background: #f2f1f0;
}

.black-bg {
  background: #3b3634;
}

.sec-pad {
  padding: 144px 0px 150px 0px;
}

figure {
  margin: 0px;
}
.logo {
  width: 120px;
}
.logo-small {
    width: 100px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes pulse {
  50% {
    box-shadow:
      0 0 0 15px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0.1);
  }
}

/** button **/
.theme-btn-c {
     position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 12px 50px;
    background: #08807d;
    background: linear-gradient(90deg, rgba(8, 128, 125, 1) 0%, rgb(48 170 219) 100%);
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
}
.theme-btn-c:hover {
    background: #8ccfde;
}
.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;

  padding: 14px 60px;
  background: #08807d;
  background: linear-gradient(
    90deg,
    rgba(8, 128, 125, 1) 0%,
    rgb(48 170 219) 100%
  );
  line-height: 26px;
  color: #ffffff !important;
  font-weight: 600;
 
  cursor: pointer;
  border-radius: 40px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}
.theme-btn-stroke {
  position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 8px 40px;
    border: 1px solid #0889b3;
    line-height: 26px;
    color: #0a8292;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
}
.theme-btn-stroke:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  color: #fff !important;
  border-radius: 40px;
  background: #08807d;
  background:
    linear-gradient(90deg, rgb(74 180 225) 100%),
    rgba(8, 128, 125, 1) 40%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}
.theme-btn-stroke:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  color: #fff;
}
.theme-btn-stroke:hover {
  color: #fff !important;
}
.theme-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  color: #fff !important;
  border-radius: 40px;
  background: #08807d;
  background:
    linear-gradient(90deg, rgb(74 180 225) 100%),
    rgba(8, 128, 125, 1) 40%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.theme-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.pagination {
  position: relative;
  display: block;
  margin-top: 30px;
}

.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;

  height: 60px;
  font-weight: 700;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #34aad2;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
  background: #078580;
  color: #ffffff;
}

.sec-pad {
  padding: 80px 0px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 15px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #078580;
  transition: 0.5s ease;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top:hover {
  background: #34aad2;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

/** sec-title **/

.sec-title h5 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  color: #0496eb;
  font-weight: 700;
  margin-bottom: 13px;
  padding: 0px 50px 0px 50px;
}

.sec-title h5:before {
  position: absolute;
  content: "";
  background: #0496eb;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 11px;
}

.sec-title h5:after {
  position: absolute;
  content: "";
  background: #078580;
  width: 30px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}

.sec-title.style-two h5:after {
  display: none;
}

.sec-title.style-two h5 {
  padding-right: 0px;
}

.sec-title h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .header-top {
  position: relative;
  display: block;
  background: #0496eb;
  width: 100%;
    padding: 5px 0px;
}

.main-header .header-top .social-list li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.main-header .header-top .social-list li:last-child {
  margin-right: 0px;
}

.main-header .header-top .social-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}

.main-header .header-top .social-list li a:hover,
.main-header .header-top .header-info li a:hover {
  color: #dbe5eb;
}

.main-header .header-top .header-info li {
  position: relative;
  display: inline-block;
  margin-right: 32px;
  padding: 0px 0px 0px 22px;
  color: #fff;
}

.main-header .header-top .header-info li:last-child {
  margin-right: 0px;
}

.main-header .header-top .header-info li:before {
position: absolute;
    content: "";
    border: .5px solid #b9def4;
    height: 20px;
    width: 1px;
    top: 2px;
    right: -27px;
}

.main-header .header-top .header-info li:last-child:before {
  display: none;
}

.main-header .header-top .header-info li i {
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 14px;
  color: #ffffff;
}

.main-header .header-top .header-info li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
}

.main-header .outer-content li {
  position: relative;
  display: inline-block;
}

.main-header .outer-content li.header-flyout-searchbar i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #fbb419;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 7px;
  transition: all 500ms ease;
}

.main-header .outer-content li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: #0496eb;
  text-align: center;
  border-radius: 50%;
}

.main-header .outer-content li a:hover,
.main-header .outer-content li.header-flyout-searchbar i:hover {
  background: #078580;
}

.main-header .outer-box {
  margin-top: 32px;
}

.main-header .logo-box .logo {
  position: relative;
  display: inline-block;
  padding: 0.1rem;
}

/** search-box **/

.wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_flyout_search
  > .table
  > .table-cell
  > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_flyout_search
  > .table
  > .table-cell
  > .flyout-search-layer:nth-child(2) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_flyout_search
  > .table
  > .table-cell
  > .flyout-search-layer:nth-child(3) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.wraper_flyout_search
  > .table
  > .table-cell
  > .flyout-search-close
  > .flyout-search-close-line {
  width: 100%;
  height: 2px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
}

.wraper_flyout_search
  > .table
  > .table-cell
  > .flyout-search-close
  > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_flyout_search
  > .table
  > .table-cell
  > .flyout-search-close
  > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_flyout_search > .table > .table-cell .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-title
  > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-title
  h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-bar
  .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-bar
  .form-row
  input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-bar
  .form-row
  button[type="submit"] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-bar
  .form-row
  button[type="submit"]
  i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

body.flyout-searchbar-active
  .wraper_flyout_search
  > .table
  > .table-cell
  > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

body.flyout-searchbar-active
  .wraper_flyout_search
  > .table
  > .table-cell
  .flyout_search
  > .flyout-search-title
  h4 {
  letter-spacing: 0;
  opacity: 1;
}

#hamburger-menu {
  width: 100%;
}

/** main-menu **/

.main-header .menu-area,
.main-header .outer-box {
  position: relative;
  float: left;
}

.main-header .social-style-one {
  margin-top: 22px;
}

.main-header .menu-area {
  margin-right: 22px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin: 0px 18px;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px;
}

.main-menu .navigation > li > a {
      position: relative;
    display: block;
    font-size: 15px;
    color: #282929;
    line-height: 26px;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
padding: 20px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #38abd0;
}

.main-menu .navigation {
  position: relative;
  margin-top: 12px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 350px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #38abd0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 7px 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 0px;
  line-height: 24px;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  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;
}

.main-menu .navigation > li > ul > li:hover {
  background: #38abd0;
  border-bottom: 1px solid #38abd0;
}

.main-menu .navigation > li > ul > li:hover a {
  color: #ffffff;
  padding-left: 10px;
}

.main-menu .navigation > li > ul > li:last-child:hover {
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 18px;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #078580;
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 25px !important;
  line-height: 24px;
  font-weight: 700;

  font-size: 15px;
  text-transform: capitalize;
  color: #34aad2 !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;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffffff !important;
  background: #078580;
  padding-left: 35px !important;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #222;
  top: 6px;
  right: -12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li {
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li:before {
  display: none !important;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 14px 30px 16px 30px !important;
}

.sticky-header .main-menu .navigation > li > a {
  color: #222222;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: #078580 !important;
}

.sticky-header .logo-box {
     position: relative;
    float: left;
    margin: 5px 0;
}
.sticky-header .menu-area {
  position: relative;
  float: right !important;
}

.sticky-header .main-menu .navigation > li > a:before {
  display: none;
}

/** main-slider **/

.main-slider {
  position: relative;
}

.main-slider .slide {
  position: relative;
  padding: 195px 0px 170px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-slider .slide:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-slider.style-one .slide:before {
  background: rgb(0 0 0 / 50%);
}

.main-slider .content-box {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
}

.main-slider h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  color: #078580;
  font-weight: 900;
  opacity: 0;
  margin-bottom: 11px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.main-slider .active h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.main-slider .active h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 37px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

.main-slider .active .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider .btn-box {
  opacity: 0;
  -webkit-transition: all 1800ms ease;
  -moz-transition: all 1800ms ease;
  -ms-transition: all 1800ms ease;
  -o-transition: all 1800ms ease;
  transition: all 1800ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1800ms;
}

/* slide nav */

.main-slider .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 52px;
  display: none;
}

.main-slider .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin: 0px 3px;
  transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border: none;
}

.main-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
}

.main-slider .nav-style-one .owl-nav .owl-prev {
  left: 70px;
}

.main-slider .owl-nav .owl-prev {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background: rgb(0, 0, 0, 70%);
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-weight: 700;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background: rgb(0, 0, 0, 70%);
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-weight: 700;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .nav-style-one .owl-nav .owl-next {
  right: 70px;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #b2b2b2;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/** about-section **/

.about-section {
  position: relative;
  display: block;
  padding: 120px 0px 180px 0px;
  background: #fbfdff;
}

.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}

.about-section .image-box {
  position: relative;
  display: block;
  margin: 6px 30px 0px 140px;
}

.about-section .image-box:before {
  position: absolute;
  content: "";
  background: #9be9ff;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  left: -135px;
  top: 105px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.about-section .image-box .image {
  position: relative;
  display: block;
  box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
}

.about-section .image-box .image img {
      width: 100%;
    border-radius: 15px;
}

.about-section .image-box .image-1 {
  position: relative;
  display: block;
  border-radius: 30px;
}

.about-section .image-box .image-1 img {
  border-radius: 30px;
}

.about-section .image-box .image-2 {
  position: absolute;
  left: -85px;
  bottom: -125px;
  border: 15px solid #fff;
  border-radius: 30px;
}

.about-section .content-box .sec-title {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.about-section .content-box .bold-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4c;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-section .content-box p {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.mb-progrms {
  margin-bottom: 5rem;
}
.social-style-one {
  margin-bottom: 2rem;
}
.about-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-1.png);
  width: 210px;
  height: 275px;
  left: 60px;
  top: 40px;
  background-repeat: no-repeat;
}

.about-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-2.png);
  width: 188px;
  height: 192px;
  top: 70px;
  right: 110px;
  background-repeat: no-repeat;
}

.about-section .anim-icon .icon-3 {
  background: url(../images/icons/anim-icon-3.png);
  width: 102px;
  height: 198px;
  bottom: -40px;
  right: 150px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  z-index: 1;
}

/** service-section **/

.service-section {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-section:before {
  position: absolute;
  content: "";
  background: rgb(37 61 110 / 80%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.service-section .carousel-content {
  position: relative;
  display: block;
  margin-right: 0;
  margin-top: 6px;
}

.service-block-one {
  position: relative;
  display: block;
  background: #fff;
  padding: 83px 30px 68px 30px;
  text-align: center;
  border-radius: 20px;
  transition: all 500ms ease;
}

.service-block-one .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #078580;
  margin-bottom: 25px;
}

.service-block-one .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.service-section .owl-item:nth-child(odd) .service-block-one .icon-box {
  color: #0496eb;
}

.service-section .owl-item:nth-child(odd) .service-block-one .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
}

.service-section .owl-item:nth-child(3n + 1) .service-block-one .icon-box {
  color: #fbb419;
}

.service-section
  .owl-item:nth-child(3n + 1)
  .service-block-one
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
}

.service-block-one:hover .icon-box:before {
  transform: rotate(25deg) !important;
}

.service-block-one h3 {
  margin-bottom: 27px;
}

h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

h3 a {
  position: relative;
  display: inline-block;
  color: #222;
}

h3 a:hover {
  color: #078580;
}

.service-section .inner-content .sec-title h1,
.service-section .inner-content .text {
  color: #fff;
}

.service-section .inner-content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.service-section .inner-content .sec-title {
  margin-bottom: 34px;
}

.service-section .owl-dots {
  display: none;
}
.service-section .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* allows clicks only on buttons */
}

/* Buttons */
.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next {
  pointer-events: all;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  background: rgb(0 0 0 / 60%);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}

/* Hover */
.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover {
  background: #fff;
  color: #34aad2;
}

/* Left & right spacing */
.service-section .owl-nav .owl-prev {
  margin-left: -80px; /* adjust if needed */
}

.service-section .owl-nav .owl-next {
  margin-right: -80px; /* adjust if needed */
}

/* .service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: rgb(0 0 0 / 60%);
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover {
  background: #fff;
  color: #34aad2;
}

.service-section .owl-nav {
  position: absolute;
  left: -405px;
  bottom: 0px;
} */
.service-section .services-carousel {
  position: relative;
}
/** classes-section **/
.classes-section {
    position: relative;
    display: block;
    background: #f1fbff;
}

.classes-section .inner-block {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  min-height: 610px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.classes-section .inner-block .image-box {
  position: relative;
  display: block;
  background: #253b71;
  overflow: hidden;
}

.classes-section .inner-block .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.classes-section .inner-block:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.02);
}

.classes-section .inner-block .lower-content {
  position: relative;
  display: block;
  padding: 34px 40px 37px 40px;
}
.classes-section .inner-block .lower-content h2{font-size: 25px;
    font-weight: 600;
    padding-bottom: 5px;}

.classes-section .inner-block .lower-content h5 {font-size: 22px;}
.classes-section .inner-block .lower-content h4{    font-size: 18px;
    padding-bottom: 10px;
    color: #222222;}

    
.classes-section .inner-block .lower-content .link-btn {
  position: absolute;
  top: -35px;
  right: 40px;
}

.classes-section .inner-block .lower-content .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fbb419;
  border-radius: 50%;
  transition: all 500ms ease;
}

.classes-section .inner-block .lower-content .link-btn a:hover {
  background: #253b71 !important;
}

.classes-section .inner-block:hover .lower-content .link-btn a {
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  -o-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}

.classes-section
  .block-column:nth-child(2)
  .inner-block
  .lower-content
  .link-btn
  a {
  background: #0496eb;
}

.classes-section
  .block-column:last-child
  .inner-block
  .lower-content
  .link-btn
  a {
  background: #078580;
}

.classes-section .inner-block .lower-content h3 {
  margin-bottom: 9px;
}

.classes-section .inner-block .lower-content .price {
  position: relative;
  display: block;
  font-size: 18px;
  color: #078580;

  font-weight: 700;
  margin-bottom: 17px;
}

.classes-section .inner-block .lower-content .text {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.classes-section .inner-block .lower-content .info-box {
  position: relative;
  display: block;
  background: url(../images/icons/icon-4.png);
  width: 100%;
  padding: 25px 15px 25px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.classes-section .inner-block .lower-content .info-box li {
  position: relative;
  display: inline-block;
  font-size: 15px;

  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
}

.classes-section .inner-block .lower-content .info-box li:before {
  position: absolute;
  content: "";
  border: 1px dashed #59688e;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -12px;
}

.classes-section .inner-block .lower-content .info-box li:last-child:before {
  display: none;
}

.classes-section .inner-block .lower-content .info-box li span {
  color: #078580;
  text-transform: capitalize;
}

.classes-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.classes-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}

/** feature-section **/

.feature-section {
position: relative;
    display: block;
    background: #eaf4f2;
    padding: 144px 0px;
}

.feature-section .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-section .sec-title {
  margin-bottom: 41px;
}

.feature-section .inner-box .single-item {
  position: relative;
  display: block;
  padding: 0px 0px 0px 105px;
  margin-bottom: 50px;
}

.feature-section .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

.feature-section .inner-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 40px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  background: #34aad2;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.feature-section .inner-box .single-item .icon-box:before {
  position: absolute;
  content: "";
  background: #34aad2;
  background: linear-gradient(
    90deg,
    rgba(8, 128, 125, 1) 0%,
    rgb(48 170 219) 100%
  );
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}

.feature-section .inner-box .single-item:hover .icon-box:before {
  transform: scale(1, 1);
}

.feature-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-5.png);
  width: 119px;
  height: 127px;
  top: 120px;
  right: 320px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.feature-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-6.png);
  width: 321px;
  height: 289px;
  right: 0px;
  bottom: -90px;
  background-repeat: no-repeat;
}

/** our-teachers **/

.our-teachers {
  position: relative;
  display: block;
}

.our-teachers .sec-title {
  margin-bottom: 60px;
}

.teachers-block-one {
  position: relative;
  display: block;
}

.teachers-block-one .inner-box .image-holder {
  position: relative;
  display: inline-block;
  border: 2px dashed #fbb928;
  padding: 18px;
  border-radius: 50%;
}

.our-teachers
  .block-column:nth-child(2)
  .teachers-block-one
  .inner-box
  .image-holder {
  border-color: #0496eb;
}

.our-teachers
  .block-column:last-child
  .teachers-block-one
  .inner-box
  .image-holder {
  border-color: #078580;
}

.teachers-block-one .inner-box .image-holder img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.teachers-block-one .inner-box .image-holder .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #34aad2;
  border-radius: 50%;
}

.teachers-block-one .inner-box:hover .image-holder img {
  transform: scale(1.03);
  opacity: 0.5;
}

.teachers-block-one .inner-box {
  position: relative;
  overflow: hidden;
}

.teachers-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 31px 15px 8px 15px;
  margin-top: -44px;
  z-index: 1;
  transition: all 500ms ease;
}

.teachers-block-one .inner-box .lower-content:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/icons/teacher-icon-1.png);
  max-width: 283px;
  width: 100%;
  height: 133px;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-teachers
  .block-column:nth-child(2)
  .teachers-block-one
  .inner-box
  .lower-content:before {
  background: url(../images/icons/teacher-icon-2.png);
}

.our-teachers
  .block-column:last-child
  .teachers-block-one
  .inner-box
  .lower-content:before {
  background: url(../images/icons/teacher-icon-3.png);
}

.teachers-block-one .inner-box .lower-content:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../images/icons/hover-1.png);
  max-width: 303px;
  width: 100%;
  height: 163px;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: 0 auto;
  transition: all 500ms ease;
  z-index: -1;
  opacity: 0;
}

.teachers-block-one .inner-box:hover .lower-content:after {
  opacity: 1;
  transform: translateY(-30px);
}

.our-teachers
  .block-column:nth-child(2)
  .teachers-block-one
  .inner-box
  .lower-content:after {
  background: url(../images/icons/hover-2.png);
}

.our-teachers
  .block-column:last-child
  .teachers-block-one
  .inner-box
  .lower-content:after {
  background: url(../images/icons/hover-3.png);
}

.teachers-block-one .inner-box .lower-content h3 {
  color: #fff;
  margin-bottom: 5px;
  transition: all 500ms ease;
}

.teachers-block-one .inner-box:hover .lower-content h3 {
  transform: translateY(-32px);
}

.teachers-block-one .inner-box .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.teachers-block-one .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;

  color: #222;
  margin-bottom: 7px;
  transition: all 500ms ease;
}
.info-box .chip {
      line-height: normal;
    background: #05a794;
    padding: 1px 7px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: normal;
}
.teachers-block-one .inner-box:hover .lower-content .designation {
  transform: translateY(-32px);
}

.teachers-block-one .inner-box .lower-content .social-list {
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: all 900ms ease;
}

.teachers-block-one .inner-box:hover .lower-content .social-list {
  opacity: 1;
  transform: translateY(-32px);
}

.teachers-block-one .inner-box .lower-content .social-list li {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.teachers-block-one .inner-box .lower-content .social-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

/** event-section **/

.event-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 144px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.event-section:before {
  position: absolute;
  content: "";
  background: rgba(33, 47, 84, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.event-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.event-section .sec-title h1 {
  color: #fff;
}

.event-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 0px 39px 0px;
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 300px;
}

.event-block-one .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 300px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #34aad2;
  overflow: hidden;
  z-index: 1;
}

.event-block-one .inner-box .image-box img {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover .image-box img {
  transform: scale(1.03);
  opacity: 0.5;
}

.event-block-one .inner-box .content-box {
  position: relative;
  display: block;
  padding-left: 270px;
}

.event-block-one .inner-box .content-box .date {
  position: relative;
  display: inline-block;
  background: url(../images/icons/date-bg-1.png);
  font-size: 15px;
  line-height: 26px;

  font-weight: 900;
  color: #fff;
  padding: 10px 32px 14px 33px;
  text-align: center;
  margin-bottom: 24px;
  background-repeat: no-repeat;
}

.event-section
  .event-block:nth-child(2)
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-2.png);
  background-repeat: no-repeat;
}

.event-section
  .event-block:nth-child(3)
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-3.png);
  background-repeat: no-repeat;
}

.event-section
  .event-block:last-child
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-4.png);
  background-repeat: no-repeat;
}

.event-block-one .inner-box .content-box h3 {
  margin-bottom: 13px;
}

.event-block-one .inner-box .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.event-block-one .inner-box .content-box .location {
  position: relative;
  display: block;
  font-size: 14px;
  color: #848484;

  font-weight: 400;
  text-transform: uppercase;
}

.event-block-one .inner-box .content-box .location span {
  font-weight: 700;
  color: #078580;
}

.event-block-one .inner-box .content-box .location i {
  position: relative;
  margin-right: 6px;
  color: #078580;
  font-size: 22px;
  font-weight: 600;
  top: 4px;
}

.event-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-7.png);
  width: 161px;
  height: 261px;
  left: 100px;
  top: -120px;
  background-repeat: no-repeat;
}

/** testimonial-faq **/

.testimonial-faq {
  position: relative;
  display: block;
  padding: 144px 0px 135px 0px;
}

.testimonial-faq .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-8.png);
  width: 249px;
  height: 279px;
  top: -100px;
  right: 100px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.testimonial-content .client-thumb-outer {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 43px;
}

.testimonial-content .client-thumb-outer .client-thumbs-carousel {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.testimonial-content
  .client-thumb-outer
  .client-thumbs-carousel
  .owl-stage-outer {
  overflow: visible;
}

.testimonial-content .client-thumb-outer .client-thumbs-carousel .thumb-item {
  position: relative;
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial-content .client-thumb-outer .thumb-item .thumb-box {
  width: 90px;
  height: 90px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(8, 13, 62, 0.15);
}

.testimonial-content .client-thumb-outer .owl-item.active .thumb-item {
  width: 110px;
  top: -20px;
}

.testimonial-content .owl-item.active .thumb-item .thumb-box {
  width: 110px;
  height: 110px;
}

.testimonial-content
  .client-thumb-outer
  .client-thumbs-carousel
  .thumb-item
  img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.testimonial-content {
  position: relative;
  display: block;
  margin-right: 30px;
}

.testimonial-content .owl-nav,
.testimonial-content .owl-dots {
  display: none;
}

.testimonial-content .sec-title {
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.testimonial-block .inner-box {
  position: relative;
  display: block;
  background: #08807d;
  background:
    linear-gradient(180deg, rgb(51 170 211) 100%),
    rgba(8, 128, 125, 1) 30%;
  border-radius: 20px;
  padding: 42px 30px 41px 60px;
  margin-bottom: 20px;
}

.testimonial-block .inner-box:before {
  position: absolute;
  content: "";
  background: #93e3ff;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  left: 50%;
  margin-left: -15px;
  bottom: -8px;
  transform: rotate(-45deg);
}

.testimonial-block .inner-box .author {
  position: relative;
  display: block;
  font-size: 20px;

  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}

.testimonial-block .inner-box .author span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.testimonial-block .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.testimonial-block .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fbb419;
}

.testimonial-block .inner-box .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;

  font-weight: 500;
  color: #fff;
  z-index: 1;
}

.testimonial-block .inner-box .text:before {
  position: absolute;
  content: "\f109";
  font-family: Flaticon;
  font-size: 60px;
  line-height: 60px;
  color: #93e3ff;
  left: 40px;
  top: -17px;
  z-index: -1;
}

.faq-content {
  position: relative;
  display: block;
  margin-left: 30px;
 
}

.faq-content .sec-title {
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #0496eb;
  border-radius: 20px;
  padding: 0px 28px;
}

.accordion-box .block:nth-child(2) {
  border-color: #0496eb;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
  border-color: #0496eb;
}

.accordion-box .block .acc-btn h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #3b3634;
  padding: 28px 0px 34px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h4 {
  color: #0496eb;
}

.accordion-box .block:nth-child(2) .acc-btn.active h4,
.accordion-box .block:nth-child(2) .acc-btn.active .icon-outer {
  color: #0496eb;
}

.accordion-box .block:last-child .acc-btn.active h4,
.accordion-box .block:last-child .acc-btn.active .icon-outer {
  color: #0496eb;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
  padding-bottom: 47px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  position: relative;
  display: block;
  color: #222222;
  padding-right: 40px;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  color: #34aad2;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #0496eb;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin: 0px;
  content: "\f106";
}
img.foot-logo {
  width: 150px;
}
/** cta-section **/

.cta-section {
  position: relative;
  display: block;
  width: 100%;
  background: url(../images/cta-bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0px 100px 0px;
}
.cta-section::before {
    content: "";
    background: rgb(7 92 138);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.cta-section .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;

  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
}

.cta-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 52px;
  line-height: 70px;

  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.cta-section .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 36px;
}

.cta-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-9.png);
  width: 158px;
  height: 115px;
  top: -45px;
  left: 180px;
  background-repeat: no-repeat;
}

.cta-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-10.png);
  width: 149px;
  height: 106px;
  top: 220px;
  right: 260px;
  background-repeat: no-repeat;
}

.parallax-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.parallax-icon .icon-1 {
  left: 110px !important;
  top: 160px !important;
  background: url(../images/icons/parallax-icon-1.png);
  width: 131px;
  height: 86px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-2 {
  left: 30% !important;
  top: 80px !important;
  background: url(../images/icons/parallax-icon-2.png);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-3 {
  left: 27% !important;
  top: 70% !important;
  background: url(../images/icons/parallax-icon-3.png);
  width: 59px;
  height: 63px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-4 {
  left: 40% !important;
  top: 40% !important;
  background: url(../images/icons/parallax-icon-4.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-5 {
  left: 75% !important;
  top: 80px !important;
  background: url(../images/icons/parallax-icon-5.png);
  width: 119px;
  height: 54px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-6 {
  left: 65% !important;
  top: 40% !important;
  background: url(../images/icons/parallax-icon-6.png);
  width: 47px;
  height: 65px;
  background-repeat: no-repeat;
}

.parallax-icon .icon-7 {
  left: 72% !important;
  top: 70% !important;
  background: url(../images/icons/parallax-icon-7.png);
  width: 57px;
  height: 50px;
  background-repeat: no-repeat;
}

/** gallery-section **/

.gallery-section {
  position: relative;
  display: block;
  background:#eaf2f8;
  padding-left: 100px;
  padding-right: 100px;
}

.gallery-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.gallery-block {
  position: relative;
}

.gallery-block .image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-block .image-box .image {
  position: relative;
}

.gallery-block .image-box .image img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.gallery-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(33, 47, 84, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.gallery-block .image-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.gallery-block .overlay-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  background-color: #0496eb;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50%;
  font-weight: 400;
  line-height: 70px;
  transform: translate(-50%, -50%);
}

.gallery-block .overlay-box a i {
  position: relative;
  font-weight: 700;
}

.gallery-section .owl-nav,
.gallery-section .owl-dots {
  display: none;
}

/** news-section **/

.news-section {
     position: relative;
    display: block;
    padding: 90px 0px 160px 0px;
    background: #f5fbff;
}

.news-section .sec-title {
  margin-bottom: 60px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  border-radius: 20px;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #34aad2;
}

.news-block-one .inner-box .image-box img {
     width: 100%;
    transition: all 500ms ease;
    height: 400px;
    object-fit: cover;
}

.news-block-one .inner-box:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.03);
}

.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 34px 20px 41px 40px;
}

.news-block-one .inner-box .lower-content h3 {
  line-height: 28px;
  margin-bottom: 7px;
}

.news-block-one .inner-box .lower-content .info-box {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.news-block-one .inner-box .lower-content .info-box li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #7c7c7c;
  margin-right: 38px;
  margin-right: 38px;
}

.news-block-one .inner-box .lower-content .info-box li:before {
  position: absolute;
  content: "";
  background: #0496eb;
  width: 1px;
  height: 10px;
  top: 8px;
  right: -20px;
}

.news-block-one .inner-box .lower-content .info-box li:last-child:before {
  display: none;
}

.news-block-one .inner-box .lower-content .info-box li:last-child {
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .text {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .link-btn {
  position: absolute;
  left: 40px;
  bottom: -38px;
}

.news-block-one .inner-box .lower-content .link-btn a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #0496eb;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.news-block-one .inner-box .lower-content .link-btn a:hover {
  background: #34aad2;
}

.news-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-11.png);
  width: 140px;
  height: 143px;
  top: 140px;
  left: 100px;
  background-repeat: no-repeat;
}

.news-section .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-11.png);
  width: 140px;
  height: 143px;
  top: 140px;
  right: 120px;
  background-repeat: no-repeat;
}

/** main-footer **/

.main-footer .footer-top {
    position: relative;
    display: block;
    background: #282931;
    padding: 44px 0px 10px;
}
.social-footer {
  margin-top: 2rem;
}
.main-footer .footer-top .widget-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}

.main-footer .footer-top .about-widget .widget-content p {
  position: relative;
  display: block;
  color: #bec5d4;
  margin-bottom: 26px;
}

.main-footer .footer-top .about-widget .widget-content p:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-top .link-widget {
  position: relative;
  display: block;
  margin-left: 50px;
}

.main-footer .footer-top .link-widget .widget-content li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.main-footer .footer-top .link-widget .widget-content li:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-top .link-widget .widget-content li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #bec5d4;
}

.main-footer .footer-top .link-widget .widget-content li a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #0496eb;
  font-weight: 700;
  left: 0px;
  top: 1px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-footer .footer-top .link-widget .widget-content li a:hover:before {
  opacity: 1;
}

.main-footer .footer-top .link-widget .widget-content li a:hover {
  color: #0496eb;
  padding: 0px 0px 0px 18px;
}

.main-footer .footer-top .contact-widget {
  position: relative;
  display: block;
  margin-left: -30px;
}

.main-footer .footer-top .contact-widget .widget-content .text {
  position: relative;
  display: block;
  color: #bec5d4;
  margin-bottom: 18px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #bec5d4;
  padding: 0px 0px 0px 25px;
  margin-bottom: 15px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li i {
  position: absolute;
  left: 0px;
  top: 6px;
  color: #fff;
}

.main-footer
  .footer-top
  .contact-widget
  .widget-content
  .info-list
  li:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #bec5d4;
  margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .widget-content .info-list li a:hover {
  color: #0496eb;
}

.main-footer .footer-top .subscribe-widget .widget-content .text {
  position: relative;
  display: block;
  color: #bec5d4;
  margin-bottom: 28px;
}

.main-footer
  .footer-top
  .subscribe-widget
  .widget-content
  .subscribe-form
  .form-group {
  position: relative;
  display: block;
  margin: 0px;
}

.main-footer
  .footer-top
  .subscribe-widget
  .widget-content
  .subscribe-form
  .form-group
  input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.main-footer
  .footer-top
  .subscribe-widget
  .widget-content
  .subscribe-form
  .form-group
  input[type="email"]:focus {
  border-color: #0496eb;
}

.main-footer
  .footer-top
  .subscribe-widget
  .widget-content
  .subscribe-form
  .form-group
  .theme-btn:before {
  background: #fff;
}

.main-footer
  .footer-top
  .subscribe-widget
  .widget-content
  .subscribe-form
  .form-group
  .theme-btn:hover {
  color: #43b3d9 !important;
}

/** footer-bottom **/

.main-footer .footer-bottom {
  position: relative;
  display: block;
  background: #f0efe8;
  padding: 33px 0px;
}

.main-footer {
  position: relative;
  /* margin-top: 39px; */
}
.main-footer .copyright {
    margin-top: 1rem;
    position: relative;
    display: block;
}
.main-footer .copyright p {
  color: #fff !important;
}

.main-footer .copyright a {
  color: #fff;
}

.main-footer .copyright a:hover {
  color: #0496eb;
}

.main-footer .footer-bottom .right-content .footer-logo {
  position: relative;
  display: inline-block;
  margin-right: 300px;
}

.main-footer .footer-bottom .right-content .footer-logo:before {
  position: absolute;
  content: "";
  background: url(../images/icons/logo-shap-2.png);
  width: 216px;
  height: 57px;
  left: -57px;
  top: -90px;
  background-repeat: no-repeat;
}

.main-footer .footer-bottom .right-content .footer-social {
  position: relative;
  display: inline-block;
  top: 3px;
}

.social-style-one li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.social-style-one li:last-child {
  margin-right: 0px;
}

.social-style-one li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #0866ff;
  border-radius: 50%;
}

.social-style-one li:nth-child(2) a {
  background: #c40897;
}

.social-style-one li:nth-child(3) a {
  background: #ea4335;
}

.social-style-one li:last-child a {
  background: #48c758;
}

.social-style-one li a:hover {
  background: #43b3d9 !important;
}
.widget-title {
  font-size: 28px;
  color: #222222;
  font-weight: 500;

}
.services__details-wrap .title {
    margin-bottom: 36px;
    font-size: 30px;
    color: #222222;
    font-weight: 500;
}
.what-we h1 {
    margin-bottom: 28px;
}
.sidebar__brochure-1 a {
 width: 100%;
    border: 1px solid #30aade;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
  
    border-radius: 50px;
    font-weight: 500;
    color: #0696eb;
    padding: 14px 40px;
    line-height: 1;
} 
/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** slider-style-two **/

.main-slider.style-two h1 {
  color: #fff;
  text-shadow: 5px 6px 0px #6aa9c2;
  margin-bottom: 44px;
}

.main-slider.style-two .slide {
  padding: 170px 0px 275px 0px;
}

.main-slider .nav-style-two .owl-nav .owl-prev,
.main-slider .nav-style-two .owl-nav .owl-next {
  right: 70px;
}

.main-slider .nav-style-two .owl-nav .owl-prev {
  top: -85px;
}

/** offer-section **/

.offer-section {
  position: relative;
  display: block;
  background: #f1f0e9;
}

.offer-section .sec-title {
  margin-bottom: 61px;
}

.offer-section .single-offer-block {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 75px 15px 60px 15px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.offer-section .single-offer-block .icon-box {
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  color: #fbb419;
  margin-bottom: 24px;
}

.offer-section .block-column .single-offer-block .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -16px;
  top: -4px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.offer-section .block-column .single-offer-block:hover .icon-box:before {
  transform: scale(0.5);
}

.offer-section .block-column:nth-child(2) .single-offer-block .icon-box {
  color: #0496eb;
}

.offer-section .block-column:nth-child(2) .single-offer-block .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -16px;
  top: -4px;
  background-repeat: no-repeat;
}

.offer-section .block-column:nth-child(3) .single-offer-block .icon-box {
  color: #0496eb;
}

.offer-section .block-column:nth-child(3) .single-offer-block .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -16px;
  top: -4px;
  background-repeat: no-repeat;
}

.offer-section .block-column:last-child .single-offer-block .icon-box {
  color: #b350ff;
}

.offer-section .block-column:last-child .single-offer-block .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-5.png);
  width: 63px;
  height: 72px;
  right: -16px;
  top: -4px;
  background-repeat: no-repeat;
}

.offer-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-3.png);
  width: 102px;
  height: 198px;
  left: 120px;
  bottom: -40px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

/** classes-style-two **/

.classes-section.style-two {
  position: relative;
  display: block;
  background: #253b70;
}

.classes-section.style-two .sec-title h1 {
  color: #fff;
}

.classes-section.style-two .inner-block {
  box-shadow: none;
}

.classes-section.style-two .inner-block .lower-content .price {
  margin-bottom: 31px;
}

.classes-section.style-two .inner-block .lower-content {
  padding-bottom: 48px;
}

.classes-section.style-two .parallax-icon .icon-3 {
  left: 8% !important;
}

.classes-section.style-two .parallax-icon .icon-7 {
  left: 85% !important;
}

.classes-section.style-two .parallax-icon .icon-6 {
  left: 90% !important;
}

/** fact-counter **/

.fact-counter {
  position: relative;
  display: block;
  background: #fbb419;
  padding: 93px 0px 102px 0px;
}

.fact-counter .counter-block {
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
}

.fact-counter .counter-block .icon-box {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

.fact-counter .counter-block .count-outer span {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;

  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.fact-counter .counter-block .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;

  color: #fff;
  font-weight: 700;
}

/** activities-section **/

.activities-section {
  position: relative;
  display: block;
  padding: 144px 0px 100px 0px;
}

.activities-section .sec-title {
  margin-bottom: 12px;
}

.activities-section .title-box {
  margin-bottom: 65px;
}

.activities-section .inner-box .single-item {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.activities-section .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: #fbb419;
  margin-bottom: 22px;
}

.activities-section .inner-box .single-item .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -30px;
  top: -2px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.activities-section
  .inner-box
  .column:nth-child(2)
  .single-item
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-5.png);
  width: 63px;
  height: 72px;
  right: -30px;
  top: -2px;
  background-repeat: no-repeat;
}

.activities-section
  .inner-box
  .column:nth-child(3)
  .single-item
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -30px;
  top: -2px;
  background-repeat: no-repeat;
}

.activities-section
  .inner-box
  .column:last-child
  .single-item
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -30px;
  top: -2px;
  background-repeat: no-repeat;
}

.activities-section .inner-box .column:nth-child(2) .single-item .icon-box {
  color: #b350ff;
}

.activities-section .inner-box .column:nth-child(3) .single-item .icon-box {
  color: #0496eb;
}

.activities-section .inner-box .column:last-child .single-item .icon-box {
  color: #078580;
}

.activities-section .inner-box .single-item:hover .icon-box:before {
  transform: rotate(25deg);
}

.activities-section .image-box {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 225px;
}

.activities-section .image-box .image {
  position: relative;
  display: block;
  float: left;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}

.activities-section .image-box .image:before {
  position: absolute;
  content: "";
  background: #9be9ff;
  height: 290px;
  width: 290px;
  top: -110px;
  right: -110px;
  border-radius: 20px;
  z-index: -1;
}

.activities-section .image-box .image img {
  width: 100%;
  border-radius: 20px;
}

/** testimonial-video **/

.testimonial-video {
  position: relative;
  display: block;
}

.testimonial-video .outer-container {
  position: relative;
  min-height: 350px;
}

.testimonial-video .video-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.testimonial-video .video-column .video-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 316px 0px 315px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-video .video-column .video-inner:before {
  position: absolute;
  content: "";
  background: rgba(67, 179, 217, 0.85);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.testimonial-video .video-column .video-inner a {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #fff;
  font-size: 30px;
  color: #34aad2;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.testimonial-video .testimonial-column {
  position: relative;
  float: right;
  width: 50%;
}

.testimonial-video .testimonial-column .testimonial-content {
  position: relative;
  width: 100%;
  max-width: 615px;
  padding: 144px 15px 116px 150px;
}

.testimonial-video .testimonial-column .testimonial-block .inner-box {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}

.testimonial-video .testimonial-column .testimonial-block .inner-box:before {
  display: none;
}

.testimonial-video .testimonial-column .testimonial-block .inner-box .text {
  color: #34aad2;
}

.testimonial-video
  .testimonial-column
  .testimonial-block
  .inner-box
  .author
  span {
  color: #848484;
}

.testimonial-video
  .testimonial-column
  .testimonial-block
  .inner-box
  .text:before {
  left: 2px;
  color: #e5e7ed;
}

.testimonial-video .testimonial-content .sec-title {
  margin-bottom: 32px;
}

.testimonial-video .testimonial-content .client-thumb-outer {
  margin: 0px;
  padding: 0px;
}

.testimonial-video
  .testimonial-content
  .owl-item.active
  .thumb-item
  .thumb-box {
  width: 90px;
  height: 90px;
}

.testimonial-video
  .testimonial-content
  .client-thumb-outer
  .owl-item.active
  .thumb-item {
  width: 90px;
  top: 0px;
}

.testimonial-video
  .testimonial-content
  .client-thumb-outer
  .client-thumbs-carousel
  .thumb-item {
  margin: 0px;
  margin-bottom: 30px;
}

.testimonial-video
  .testimonial-content
  .client-thumb-outer
  .client-thumbs-carousel {
  max-width: 100px;
}

.testimonial-video .testimonial-content .client-thumb-outer {
  max-width: 320px;
}

.testimonial-video .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-12.png);
  width: 285px;
  height: 287px;
  right: 30px;
  bottom: 30px;
  background-repeat: no-repeat;
}

/** teachers-style-two **/

.our-teachers.style-two {
  position: relative;
  background: #253b70;
}

.our-teachers.style-two .sec-title h1 {
  color: #fff;
}

.our-teachers.style-two .parallax-icon .icon-3 {
  left: 10% !important;
}

.our-teachers.style-two .parallax-icon .icon-5 {
  left: 80% !important;
}

.our-teachers.style-two .parallax-icon .icon-6 {
  left: 90% !important;
}

.our-teachers.style-two .parallax-icon .icon-7 {
  left: 85% !important;
}

/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

/** header-style-two **/

.main-header.style-two {
  position: relative;
}

.main-header.style-two .outer-content .clearfix {
  position: relative;
  display: inline-block;
}

.main-header.style-two .outer-content .login-box {
  position: relative;
  display: inline-block;
  margin-right: 38px;
  padding: 0px 0px 0px 22px;
}

.main-header.style-two .outer-content .login-box:before {
  position: absolute;
  content: "";
  border: 1px dashed #59688d;
  height: 20px;
  width: 1px;
  top: 5px;
  right: -22px;
}

.main-header.style-two .outer-content .login-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #d3d8e2;
}

.main-header.style-two .outer-content .login-box a:hover {
  color: #078580;
}

.main-header.style-two .outer-content .login-box i {
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 14px;
  color: #078580;
}

.main-header.style-two .header-top {
  padding: 10px 0px;
}

.main-header.style-two .outer-content li.header-flyout-searchbar i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #51628d;
  font-size: 16px;
}

.main-header.style-two .outer-content li.header-flyout-searchbar i:hover {
  background: #078580;
}

.main-header.style-two .outer-content li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.main-header.style-two .header-top .header-info {
  position: relative;
  margin-top: 7px;
}

.main-header.style-two .menu-area {
  float: none;
  margin-right: 0px;
}

.main-header.style-two .main-menu .navigation > li {
  margin: 0px 55px;
}

.main-header.style-two .main-menu .navigation > li:first-child {
  margin-left: 0px;
}

.main-header.style-two .main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.main-header.style-two .main-menu .navigation > li:before {
  position: absolute;
  content: "";
  background: url(../images/icons/menu-icon.png);
  width: 59px;
  height: 10px;
  left: 50%;
  margin-left: -30px;
  bottom: 29px;
  transform: scale(0, 0);
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.main-header.style-two .main-menu .navigation > li.current:before,
.main-header.style-two .main-menu .navigation > li:hover:before {
  transform: scale(1, 1);
}

.main-header.style-two .main-menu .navigation > li.current > a,
.main-header.style-two .main-menu .navigation > li:hover > a {
  color: #34aad2;
}

.main-header.style-two .main-menu .navigation > li.logo-box:before {
  display: none;
}

/** slider-style-three **/

.main-slider.style-three {
  position: relative;
}

.main-slider.style-three:before {
  position: absolute;
  content: "";
  background: url(../images/icons/slider-shap.png);
  width: 100%;
  height: 140px;
  left: 0px;
  bottom: -2px;
  z-index: 11;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-slider.style-three .slide {
  padding: 185px 0px 290px 0px;
}

.main-slider.style-three .slide:before {
  background: rgba(0, 0, 0, 0.5);
}

.main-slider.style-three h1 {
  color: #fff;
  margin-bottom: 44px;
}

/** service-style-two **/

.service-style-two {
  position: relative;
  display: block;
  background: #fff;
}

.service-style-two .service-block-one {
  padding: 93px 30px 78px 30px;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.service-style-two .inner-content {
  position: relative;
  margin-top: -120px;
  z-index: 11;
}

.service-style-two .service-block-one .icon-box {
  color: #fbb419;
}

.service-style-two .service-block-one .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
}

.service-style-two .service-column:nth-child(2) .service-block-one .icon-box {
  color: #0496eb;
}

.service-style-two
  .service-column:nth-child(2)
  .service-block-one
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
}

.service-style-two .service-column:last-child .service-block-one .icon-box {
  color: #078580;
}

.service-style-two
  .service-column:last-child
  .service-block-one
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
}

/** about-style-two **/

.about-style-two {
  position: relative;
  display: block;
}

.about-style-two .sec-title {
  margin-bottom: 33px;
}

.about-style-two .title-box {
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.about-style-two .title-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #4c4c4c;
}

.about-style-two .image-inner {
  margin-bottom: 62px;
}

.about-style-two .image-inner .image-box {
  position: relative;
  display: block;
  border-radius: 20px;
}

.about-style-two .image-inner .image-box img {
  width: 100%;
  border-radius: 20px;
}

.about-style-two .lower-content {
  position: relative;
  display: block;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.about-style-two .lower-content .text {
  margin-bottom: 63px;
}

.about-style-two .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-2.png);
  width: 188px;
  height: 192px;
  top: 45%;
  right: 80px;
  background-repeat: no-repeat;
}

/** classes-style-three **/

.classes-section.style-three {
  position: relative;
  padding: 150px 0px;
}

.classes-section.style-three .inner-content {
  position: relative;
  display: block;
  margin-right: 80px;
}

.classes-section.style-three .sec-title {
  margin-bottom: 32px;
}

.classes-section.style-three .inner-content .text {
  position: relative;
  display: block;
  color: #fff;
}

.classes-section.style-three .carousel-content {
  position: relative;
  display: block;
  margin-right: -500px;
}

.classes-section.style-three .owl-nav .owl-prev,
.classes-section.style-three .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #078580;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.classes-section.style-three .owl-nav .owl-prev:hover,
.classes-section.style-three .owl-nav .owl-next:hover {
  background: #fff;
  color: #34aad2;
}

.classes-section.style-three .owl-dots {
  display: none;
}

.classes-section.style-three .owl-nav {
  position: absolute;
  left: -505px;
  bottom: 150px;
}

.classes-section.style-three .owl-item:nth-child(odd) .inner-block .link-btn a {
  background: #0496eb;
}

.classes-section.style-three
  .owl-item:nth-child(3n + 1)
  .inner-block
  .link-btn
  a {
  background: #078580;
}

.classes-section.style-three .anim-icon .icon-2 {
  background: url(../images/icons/anim-icon-13.png);
  width: 265px;
  height: 400px;
  left: 70px;
  bottom: -70px;
  background-repeat: no-repeat;
  z-index: 1;
}

/** .activities-style-two **/

.activities-section.style-two {
  position: relative;
}

.activities-section.style-two .image-box {
  margin: 120px 70px 0px 110px;
}

.activities-section.style-two .image-box .image:before {
  right: 205px;
  background: #d9f0f7;
  height: 400px;
}

/** testimonial-style-two **/

.testimonial-style-two {
  position: relative;
  display: block;
  background: #f0efe9;
  padding: 144px 0px 143px 0px;
}

.testimonial-style-two .owl-nav {
  display: none;
}

.testimonial-style-two .sec-title {
  margin-bottom: 60px;
}

.testimonial-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 51px 30px 60px 50px;
  border-radius: 20px;
}

.testimonial-block-two .inner-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;

  font-weight: 500;
  color: #34aad2;
  margin-bottom: 20px;
  padding-bottom: 51px;
  z-index: 1;
}

.testimonial-block-two .inner-box .text:before {
  position: absolute;
  content: "";
  background: url(../images/icons/border-shap.png);
  width: 100%;
  height: 20px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.testimonial-block-two .inner-box .text:after {
  position: absolute;
  content: "\f109";
  font-family: Flaticon;
  font-size: 60px;
  line-height: 60px;
  color: #e3f4f9;
  left: 50%;
  margin-left: -50px;
  top: 30px;
  z-index: -1;
}

.testimonial-style-two
  .owl-item:nth-child(odd)
  .testimonial-block-two
  .inner-box
  .text:after {
  color: #ffeae8;
}

.testimonial-block-two .inner-box .author-info {
  position: relative;
  display: block;
  padding: 17px 0px 11px 95px;
}

.testimonial-block-two .inner-box .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info h5 {
  position: relative;
  display: block;
  font-size: 18px;
  color: #0496eb;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 15px;
}

.testimonial-style-two
  .owl-item:nth-child(odd)
  .testimonial-block-two
  .inner-box
  .author-info
  h5 {
  color: #078580;
}

.testimonial-style-two .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 65px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
  border: 3px solid #c5c7cc;
  height: 14px;
  width: 14px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover {
  background: transparent;
  border-color: #078580;
}

.testimonial-style-two .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-12.png);
  width: 285px;
  height: 287px;
  right: 30px;
  bottom: 30px;
  background-repeat: no-repeat;
}

/** counter-style-two **/

.fact-counter.style-two {
  position: relative;
  background: #253b70;
}

.fact-counter.style-two .counter-block .icon-box {
  color: #7c89a9;
}

.fact-counter.style-two .counter-block .count-outer span {
  color: #4ac0e8;
}

.fact-counter.style-two
  .counter-column:nth-child(2)
  .counter-block
  .count-outer
  span {
  color: #078580;
}

.fact-counter.style-two
  .counter-column:nth-child(3)
  .counter-block
  .count-outer
  span {
  color: #bc64ff;
}

.fact-counter.style-two
  .counter-column:last-child
  .counter-block
  .count-outer
  span {
  color: #fbb419;
}

/** teachers-style-three **/

.our-teachers.style-three {
  position: relative;
}

.teachers-block-two {
  position: relative;
  display: block;
}

.teachers-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #34aad2;
  border-radius: 20px;
}

.teachers-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
}

.teachers-block-two .inner-box:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.03);
}

.teachers-block-two .inner-box {
  position: relative;
  overflow: hidden;
}

.teachers-block-two .inner-box .lower-content {
  position: relative;
  display: block;
  background: url(../images/icons/teacher-icon-4.png);
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  padding: 46px 15px 47px 15px;
  margin-top: -40px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teachers-block-two .inner-box .lower-content h3 {
  color: #fff;
  margin-bottom: 5px;
}

.teachers-block-two .inner-box .lower-content h3 a {
  color: #fff;
}

.teachers-block-two .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;

  color: #fff;
  margin-bottom: 7px;
}

.teachers-block-two .inner-box .lower-content .social-list {
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: all 900ms ease;
}

.teachers-block-two .inner-box .lower-content .social-list li {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.teachers-block-two .inner-box .lower-content .social-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.teachers-block-two .inner-box:hover .lower-content .social-list {
  opacity: 1;
  transform: translateY(0px);
}

.our-teachers.style-three .inner-content {
  position: relative;
  display: block;
  margin: 0px -15px;
}

.our-teachers.style-three .block-column {
  padding: 0px 30px;
}

/** news-style-two **/

.news-section.style-two {
  position: relative;
  background: #f0ede6;
  padding: 144px 0px 150px 0px;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #34aad2;
}

.news-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.03);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  display: block;
  background: #fff;
  padding: 43px 30px 60px 50px;
}

.news-block-two .inner-box .lower-content h3 {
  line-height: 28px;
  margin-bottom: 26px;
}

.news-block-two .inner-box .lower-content .info-box {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.news-block-two .inner-box .lower-content .info-box li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;

  color: #078580;
  margin-right: 38px;
}

.news-block-two .inner-box .lower-content .info-box li:before {
  position: absolute;
  content: "";
  background: #848484;
  width: 1px;
  height: 10px;
  top: 8px;
  right: -20px;
}

.news-block-two .inner-box .lower-content .info-box li:last-child:before {
  display: none;
}

.news-block-two .inner-box .lower-content .info-box li:last-child {
  color: #848484;
}

.news-block-two .inner-box .lower-content .text {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.news-section.style-two .news-block:last-child .news-block-two .inner-box {
  margin-bottom: 20px;
}

.news-section.style-two
  .news-block:last-child
  .news-block-two:last-child
  .inner-box {
  margin-bottom: 0px;
}

.news-section.style-two
  .news-block:last-child
  .news-block-two
  .inner-box
  .lower-content
  .text {
  margin-bottom: 0px;
}

.news-section.style-two
  .news-block:last-child
  .news-block-two
  .inner-box
  .lower-content {
  padding-bottom: 42px;
}

/** contact-section **/

.contact-section {
  position: relative;
}

.contact-section .outer-container {
  position: relative;
  min-height: 350px;
}

.contact-section .outer-container .contact-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #fbb419;
}

.contact-section .outer-container .contact-column .content-box {
  position: relative;
  display: block;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding: 144px 15px 167px 15px;
}

.contact-section .outer-container .map-column {
  position: relative;
  float: right;
  width: 50%;
}

.contact-section .outer-container .map-column .google-map-area {
  position: relative;
  display: block;
  background: #fff;
}

.contact-section
  .outer-container
  .map-column
  .google-map-area
  #contact-google-map {
  position: relative;
  display: block;
  width: 100%;
  height: 800px;
}

.contact-section .outer-container .contact-column .sec-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-section .outer-container .contact-column .sec-title h5,
.contact-section .outer-container .contact-column .sec-title h1 {
  color: #fff;
}

.contact-section .outer-container .contact-column .sec-title h5:before {
  background: #fff;
}

.contact-section .outer-container .contact-column .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-section .outer-container .contact-column .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section
  .outer-container
  .contact-column
  .form-group
  input[type="text"],
.contact-section
  .outer-container
  .contact-column
  .form-group
  input[type="email"],
.contact-section .outer-container .contact-column .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fcc753;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  transition: all 500ms ease;
}

.contact-section .outer-container .contact-column .form-group input:focus,
.contact-section .outer-container .contact-column .form-group textarea:focus {
  background: #34aad2;
}

.contact-section .outer-container .contact-column .form-group textarea {
  height: 170px;
  resize: none;
  margin-bottom: 30px;
}

.contact-section
  .outer-container
  .contact-column
  .form-group
  input::-webkit-input-placeholder,
.contact-section
  .outer-container
  .contact-column
  .form-group
  textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact-section .outer-container .contact-column .form-group .theme-btn {
  background: #fff;
  color: #34aad2 !important;
}

.contact-section .outer-container .contact-column .form-group .theme-btn:hover {
  color: #fff !important;
}

/*** 

====================================================================
                        About-Page
====================================================================

***/

/* page-title */

.page-title {
  position: relative;
  display: block;
  width: 100%;
  padding: 143px 0px 148px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before {
  position: absolute;
  content: "";
  background:rgb(0 8 29 / 77%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title .content-box h1 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 23px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #078580;
  padding-right: 16px;
  margin-right: 5px;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "/";
  font-size: 17px;
  color: #fff;
  top: 0px;
  right: 0px;
  font-weight: 400;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li a {
  color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
  color: #078580;
}

/* ========================================
   Service Hero Section - Enhanced Design
   ======================================== */

.service-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.service-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 126, 128, 0.92) 0%, rgba(3, 141, 193, 0.88) 50%, rgba(0, 20, 50, 0.9) 100%);
    z-index: 1;
}

/* Decorative Shapes */
.service-hero .hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.service-hero .hero-shapes .shape-1 {
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    animation: float 6s ease-in-out infinite;
}

.service-hero .hero-shapes .shape-2 {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    animation: float 8s ease-in-out infinite reverse;
}

.service-hero .hero-shapes .shape-3 {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.1); opacity: 0.5; }
}

/* Hero Content */
.service-hero .container {
    position: relative;
    z-index: 3;
}

.service-hero .hero-content {
    max-width: auto;
    padding: 40px 0;
    text-align: center;
}

/* Breadcrumb */
.service-hero .hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.service-hero .hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.service-hero .hero-breadcrumb a:hover {
    color: #fff;
}

.service-hero .hero-breadcrumb .divider {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
}

.service-hero .hero-breadcrumb .current {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Hero Badge */
.service-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px 22px;
    border-radius: 50px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-hero .hero-badge i {
    font-size: 16px;
    color: #fff;
}

.service-hero .hero-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hero Title */
.service-hero .hero-content h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.service-hero .hero-content h1 .highlight {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

/* Hero Subtitle */
.service-hero .hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 600px;
}

/* Hero Features */
.service-hero .hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.service-hero .hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.service-hero .hero-feature:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.service-hero .hero-feature i {
    font-size: 14px;
    color: #5BA33B;
}

.service-hero .hero-feature span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* Hero CTA Buttons */
.service-hero .hero-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.service-hero .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-hero .hero-btn.primary {
    background: #fff;
    color: #0a7e80;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.service-hero .hero-btn.primary:hover {
    background: #5BA33B;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.service-hero .hero-btn.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.service-hero .hero-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-3px);
}

.service-hero .hero-btn i {
    font-size: 14px;
}

/* Scroll Indicator */
.service-hero .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: bounce 2s infinite;
}

.service-hero .scroll-indicator .mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: relative;
}

.service-hero .scroll-indicator .wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-wheel 1.5s infinite;
}

.service-hero .scroll-indicator span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

@keyframes scroll-wheel {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(10px); }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .service-hero {
        min-height: 550px;
    }

    .service-hero .hero-content h1 {
        font-size: 40px;
    }

    .service-hero .hero-subtitle {
        font-size: 16px;
    }

    .service-hero .hero-features {
        gap: 12px;
    }

    .service-hero .hero-feature {
        padding: 10px 16px;
    }
}

@media (max-width: 767px) {
    .service-hero {
        min-height: 500px;
        padding: 100px 0 80px;
    }

    .service-hero .hero-content h1 {
        font-size: 32px;
    }

    .service-hero .hero-badge {
        padding: 8px 16px;
    }

    .service-hero .hero-badge span {
        font-size: 12px;
    }

    .service-hero .hero-subtitle {
        font-size: 15px;
    }

    .service-hero .hero-features {
        flex-direction: column;
        gap: 10px;
    }

    .service-hero .hero-feature {
        width: fit-content;
    }

    .service-hero .hero-cta {
        flex-direction: column;
    }

    .service-hero .hero-btn {
        justify-content: center;
        width: 100%;
        max-width: 280px;
    }

    .service-hero .scroll-indicator {
        display: none;
    }
}

/** about-style-two **/

.about-section.style-two {
  position: relative;
  padding: 150px 0px 215px 0px;
}

.about-section.style-two .image-box {
  margin: 0px 0px 0px 220px;
}

.about-section.style-two .image-box:before {
  display: none;
}

.about-section.style-two .image-box .image-2 {
  left: -185px;
  bottom: -245px;
}

.about-section.style-two .content-box {
  margin-top: 60px;
}

.our-teachers.about-page {
  background: #f2f0eb;
}

/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.faq-page-section {
  position: relative;
  display: block;
  padding: 144px 0px 150px 0px;
}

.faq-page-section .accordion-box .block:nth-child(3) {
  border-color: #078580;
}

.faq-page-section .accordion-box .block:nth-child(4) {
  border-color: #b350ff;
}

.faq-page-section .accordion-box .block:last-child {
  border-color: #7379fe;
}

.faq-page-section .content-box .sec-title {
  margin-bottom: 32px;
}

.faq-page-section .content-box .text p {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.faq-page-section .faq-content {
  margin-top: 6px;
  height: 680px;
}

.faq-page-section .anim-icon .icon-1 {
  background: url(../images/icons/anim-icon-13.png);
  width: 265px;
  height: 400px;
  left: 350px;
  bottom: -70px;
  background-repeat: no-repeat;
  z-index: 1;
}

.faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active h4,
.faq-page-section
  .accordion-box
  .block:nth-child(3)
  .acc-btn.active
  .icon-outer {
  color: #078580;
}

.faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active h4,
.faq-page-section
  .accordion-box
  .block:nth-child(4)
  .acc-btn.active
  .icon-outer {
  color: #b350ff;
}

.faq-page-section .accordion-box .block:last-child .acc-btn.active h4,
.faq-page-section .accordion-box .block:last-child .acc-btn.active .icon-outer {
  color: #7379fe;
}

/** contact-style-two **/

.contact-style-two {
  position: relative;
  display: block;
  background: #f0ede7;
}

.contact-style-two .form-area .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-style-two .form-area .form-group:last-child {
  margin-bottom: 0px;
}

.contact-style-two .form-area .form-group input[type="text"],
.contact-style-two .form-area .form-group input[type="email"],
.contact-style-two .form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 3px solid #fff;
  font-size: 15px;
  color: #34aad2;
  padding: 10px 15px;
  border-radius: 20px;
  transition: all 500ms ease;
}

.contact-style-two .form-area .form-group textarea {
  height: 170px;
  resize: none;
  margin-bottom: 30px;
}

.contact-style-two .form-area .form-group input:focus,
.contact-style-two .form-area .form-group textarea:focus {
  border-color: #078580;
}

.contact-style-two .form-area .form-group input::-webkit-input-placeholder,
.contact-style-two .form-area .form-group textarea::-webkit-input-placeholder {
  color: #34aad2;
}

.contact-style-two .sec-title {
  margin-bottom: 40px;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  padding: 150px 0px;
}

.error-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 150px;
  color: #078580;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #34aad2;
  font-weight: 600;
  margin-bottom: 21px;
}

.error-section .text a {
  color: #078580;
}

.error-section .text a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
                        Classes-Page
====================================================================

***/

.classes-page-section {
  position: relative;
  padding: 150px 0px 120px 0px;
}

.classes-page-section .inner-block {
  margin-bottom: 30px;
}

.classes-section
  .block-column:nth-child(3)
  .inner-block
  .lower-content
  .link-btn
  a {
  background: #078580;
}

.classes-section
  .block-column:nth-child(4)
  .inner-block
  .lower-content
  .link-btn
  a {
  background: #b350ff;
}

.classes-section
  .block-column:nth-child(5)
  .inner-block
  .lower-content
  .link-btn
  a {
  background: #ff689d;
}

.classes-section
  .block-column:last-child
  .inner-block
  .lower-content
  .link-btn
  a {
  background: #7c3bff;
}

.class-details {
  position: relative;
  display: block;
  padding: 144px 0px 143px 0px;
}

.class-details .inner-box .info-box {
  position: relative;
  display: block;
  background: url(../images/icons/info-bg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  padding: 27px 30px 23px 30px;
}

.class-details .inner-box .info-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 55px;
}

.class-details .inner-box .info-box li:last-child {
  margin-right: 0px;
}

.class-details .inner-box .info-box li h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #bdc1ce;
  font-weight: 500;
}

.class-details .inner-box .info-box li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.class-details .inner-box .info-box li .thumb-box {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}

.class-details .inner-box .info-box li .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.class-details .inner-box .info-box li:first-child {
  padding: 0px 0px 0px 73px;
}

.class-details .inner-box .sec-title {
  margin-bottom: 33px;
}

.class-details .inner-box .bold-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #34aad2;
  margin-bottom: 73px;
}

.class-details .inner-box .info-box li:first-child:before,
.class-details .inner-box .info-box li:nth-child(2):before {
  position: absolute;
  content: "";
  border: 1px dashed #59688e;
  width: 1px;
  height: 35px;
  top: 15px;
  right: -25px;
}

.class-details .inner-box .upper-content {
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.class-details .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  color: #34aad2;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 23px;
}

.class-details .inner-box .lower-content .text p {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.class-details .inner-box .lower-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 67px;
  padding-top: 47px;
}

.class-details .inner-box .lower-content .image-box img {
  width: 100%;
}

.class-details .class-details-content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.class-details .inner-box .lower-content .list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0px 0px 0px 17px;
}

.class-details .inner-box .lower-content .list li:before {
  position: absolute;
  content: "";
  background: #078580;
  height: 6px;
  width: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.class-details .inner-box .lower-content .list li:last-child {
  margin-bottom: 0px;
}

.class-details .inner-box .lower-content .list {
  position: relative;
  display: block;
  padding-top: 8px;
}

.class-details .class-details-sidebar .inner-box {
  position: relative;
  display: block;
  background: #f1efe8;
  padding: 44px 40px 23px 40px;
  border-radius: 20px;
}

.class-details .class-details-sidebar .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #34aad2;
  font-weight: 900;
  margin-bottom: 15px;
}

.class-details .class-details-sidebar .inner-box .text {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.class-details .class-details-sidebar .inner-box .info-list li {
  position: relative;
  display: block;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #cdccc5;
}

.class-details .class-details-sidebar .inner-box .info-list li:last-child {
  border: none;
  margin-bottom: 0px;
}

.class-details .class-details-sidebar .inner-box .info-list li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #34aad2;
  font-weight: 700;
}

.class-details .class-details-sidebar .inner-box .info-list li span {
  position: relative;
  display: block;
  font-size: 18px;

  line-height: 26px;
  color: #078580;
  font-weight: 700;
}

/*** 

====================================================================
                        Gallery-Page
====================================================================

***/

.gallery-page-section {
  position: relative;
  display: block;
  padding: 142px 0px 120px 0px;
}

.gallery-page-section .gallery-block {
  margin-bottom: 30px;
}

.gallery-page-section .filter-tabs {
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.gallery-page-section .filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;

  color: #34aad2;
  font-weight: 700;
  margin: 0px 12px;
  cursor: pointer;
  transition: all 500ms ease;
}

.gallery-page-section .filter-tabs li.active,
.gallery-page-section .filter-tabs li:hover {
  color: #078580;
}

/*** 

====================================================================
                        Teachers-Page
====================================================================

***/

.our-teachers.teachers-page {
  background: #f2f0eb;
}

.our-teachers.teachers-page-section {
  position: relative;
  padding-bottom: 45px;
}

.our-teachers.teachers-page-section .teachers-block-one {
  margin-bottom: 105px;
}

.our-teachers.teachers-page-section
  .block-column:nth-child(3)
  .teachers-block-one
  .inner-box
  .image-holder {
  border-color: #078580;
}

.our-teachers.teachers-page-section
  .block-column:nth-child(3)
  .teachers-block-one
  .inner-box
  .lower-content:before {
  background: url(../images/icons/teacher-icon-3.png);
}

.our-teachers.teachers-page-section
  .block-column:nth-child(3)
  .teachers-block-one
  .inner-box
  .lower-content:after {
  background: url(../images/icons/hover-3.png);
}

.our-teachers.teachers-page-section
  .block-column:nth-child(4)
  .teachers-block-one
  .inner-box
  .image-holder {
  border-color: #b350ff;
}

.our-teachers.teachers-page-section
  .block-column:nth-child(4)
  .teachers-block-one
  .inner-box
  .lower-content:before {
  background: url(../images/icons/teacher-icon-5.png);
}

.our-teachers.teachers-page-section
  .block-column:nth-child(4)
  .teachers-block-one
  .inner-box
  .lower-content:after {
  background: url(../images/icons/hover-5.png);
}

.our-teachers.teachers-page-section
  .block-column:nth-child(5)
  .teachers-block-one
  .inner-box
  .image-holder {
  border-color: #f8457c;
}

.our-teachers.teachers-page-section
  .block-column:nth-child(5)
  .teachers-block-one
  .inner-box
  .lower-content:before {
  background: url(../images/icons/teacher-icon-6.png);
}

.our-teachers.teachers-page-section
  .block-column:nth-child(5)
  .teachers-block-one
  .inner-box
  .lower-content:after {
  background: url(../images/icons/hover-6.png);
}

.our-teachers.teachers-page-section
  .block-column:last-child
  .teachers-block-one
  .inner-box
  .image-holder {
  border-color: #8bd451;
}

.our-teachers.teachers-page-section
  .block-column:last-child
  .teachers-block-one
  .inner-box
  .lower-content:before {
  background: url(../images/icons/teacher-icon-7.png);
}

.our-teachers.teachers-page-section
  .block-column:last-child
  .teachers-block-one
  .inner-box
  .lower-content:after {
  background: url(../images/icons/hover-7.png);
}

/*** 

====================================================================
                        Pricing-Page
====================================================================

***/

.pricing-section {
  position: relative;
  display: block;
}

.pricing-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.pricing-section .pricing-table {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.pricing-section .pricing-table:before {
  position: absolute;
  content: "";
  background: #b350ff;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 200px;
  transition: all 1500ms ease;
}

.pricing-section .pricing-table:hover:before {
  height: 100%;
}

.pricing-section .pricing-block:nth-child(2) .pricing-table:before {
  background: #fab319;
}

.pricing-section .pricing-block:last-child .pricing-table:before {
  background: #0496eb;
}

.pricing-section .pricing-table .table-header {
  position: relative;
  display: block;
  background: #b350ff;
  padding: 49px 40px 43px 50px;
}

.pricing-section .pricing-table .table-header:before {
  position: absolute;
  content: "\f117";
  font-family: "Flaticon";
  font-size: 70px;
  line-height: 70px;
  top: 45px;
  right: 35px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.pricing-section .pricing-block:nth-child(2) .pricing-table .table-header {
  background: #fab319;
}

.pricing-section .pricing-block:last-child .pricing-table .table-header {
  background: #0496eb;
}

.pricing-section .pricing-table .table-header h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 54px;
  color: #fff;
  font-weight: 900;
}

.pricing-section .pricing-table .table-header h1 span {
  font-size: 20px;
  font-weight: 700;
}

.pricing-section .pricing-table .table-header h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.pricing-section .pricing-table .table-header .text {
  position: relative;
  display: block;
  color: #fff;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  padding-top: 22px;
}

.pricing-section .pricing-table .table-content {
  position: relative;
  display: block;
  padding: 30px 40px 19px 50px;
}

.pricing-section .pricing-table .table-content li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;

  color: #34aad2;
  font-weight: 700;
  padding: 13px 0px 14px 27px;
  border-bottom: 1px dashed #e5e5e5;
  transition: all 1500ms ease;
}

.pricing-section .pricing-table .table-content li:last-child {
  border-bottom: none;
}

.pricing-section .pricing-table:hover .table-content li,
.pricing-section .pricing-table:hover .table-content li:before {
  color: #fff !important;
}

.pricing-section .pricing-table .table-content li:before {
  position: absolute;
  content: "\f121";
  font-family: "Flaticon";
  font-size: 15px;
  font-weight: 600;
  color: #078580;
  left: 0px;
  top: 14px;
  transition: all 1500ms ease;
}

.pricing-section
  .pricing-block:first-child
  .pricing-table
  .table-content
  li:last-child,
.pricing-section .pricing-block:first-child .table-content li:nth-child(4),
.pricing-section
  .pricing-block:nth-child(2)
  .pricing-table
  .table-content
  li:last-child {
  color: #848484;
}

.pricing-section
  .pricing-block:first-child
  .pricing-table:first-child
  .table-content
  li:nth-child(4):before,
.pricing-section
  .pricing-block:first-child
  .pricing-table:first-child
  .table-content
  li:last-child:before,
.pricing-section
  .pricing-block:nth-child(2)
  .pricing-table:first-child
  .table-content
  li:last-child:before {
  content: "\f122";
  color: #848484;
  font-size: 13px;
}

.pricing-section .pricing-table .table-footer {
  position: relative;
  display: block;
  padding: 10px 40px 50px 50px;
}

/*** 

====================================================================
                        Events-Page
====================================================================

***/

.event-page-section {
  position: relative;
  display: block;
  padding: 150px 0px 120px 0px;
}

.event-page-section
  .event-block:nth-child(2)
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-2.png);
  background-repeat: no-repeat;
}

.event-page-section
  .event-block:nth-child(3)
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-3.png);
  background-repeat: no-repeat;
}

.event-page-section
  .event-block:nth-child(4)
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-4.png);
  background-repeat: no-repeat;
}

.event-page-section
  .event-block:nth-child(5)
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-5.png);
  background-repeat: no-repeat;
}

.event-page-section
  .event-block:last-child
  .event-block-one
  .inner-box
  .content-box
  .date {
  background: url(../images/icons/date-bg-6.png);
  background-repeat: no-repeat;
}

.event-page-section .event-block-one .inner-box {
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

/** event-details **/

.event-details {
  position: relative;
  display: block;
  padding: 150px 0px 150px 0px;
}

.event-details .event-details-content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.event-details .event-details-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 73px;
  border-radius: 20px;
}

.event-details .event-details-content .image-box img {
  width: 100%;
  border-radius: 20px;
}

.event-details .event-details-content .inner-box .date {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;

  color: #fbb419;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.event-details .event-details-content .inner-box h1 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #34aad2;
  font-weight: 900;
  margin-bottom: 33px;
}

.event-details .event-details-content .inner-box .bold-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #34aad2;
  margin-bottom: 73px;
}

.countdown-box {
  position: relative;
  display: block;
  background: url(../images/icons/countdown-bg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  padding: 30px 40px 30px 40px;
  margin-bottom: 72px;
}

.countdown-timer .counter-column:last-child {
  border-right: none;
}

.countdown-timer .counter-column {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #fbb419;

  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.countdown-timer .counter-column:nth-child(2) {
  background: #43b8e0;
}

.countdown-timer .counter-column:nth-child(3) {
  background: #e84174;
}

.countdown-timer .counter-column:last-child {
  margin-right: 0px;
  background: #86ca50;
}

.countdown-timer .counter-column span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
  top: 27px;
}

.event-details .event-details-content .countdown-box h3 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  color: #fff;
  font-weight: 900;
  margin-right: 20px;
  margin-bottom: 0px;
  top: -11px;
}

.event-details .event-details-content .countdown-box .countdown-timer {
  position: relative;
  display: inline-block;
}

.event-details .event-details-content .text {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.event-details .event-details-content .text p {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.event-details .event-details-content .google-map-area {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.event-details .event-details-content .google-map-area #contact-google-map {
  position: relative;
  width: 100%;
  height: 400px;
}

.event-details .event-details-content .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #34aad2;
  margin-bottom: 23px;
  margin-top: 31px;
}

.event-details .event-details-content .inner-box .list-item {
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.event-details .event-details-content .inner-box .list-item li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0px 0px 0px 17px;
}

.event-details .event-details-content .inner-box .list-item li:last-child {
  margin-bottom: 0px;
}

.event-details .event-details-content .inner-box .list-item li:before {
  position: absolute;
  content: "";
  background: #078580;
  height: 6px;
  width: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.event-details .event-details-content .inner-box .social-style-one {
  margin-bottom: 80px;
}

.event-details .event-details-sidebar .inner-box {
  position: relative;
  display: block;
  background: #f1efe8;
  padding: 44px 40px 50px 40px;
  border-radius: 20px;
}

.event-details .event-details-sidebar .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #34aad2;
  font-weight: 900;
  margin-bottom: 15px;
}

.event-details .event-details-sidebar .inner-box .text {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.event-details .event-details-sidebar .inner-box .info-list li {
  position: relative;
  display: block;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #cdccc5;
}

.event-details .event-details-sidebar .inner-box .info-list li:last-child {
  border: none;
  margin-bottom: 14px;
}

.event-details .event-details-sidebar .inner-box .info-list li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #34aad2;
  font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li span {
  position: relative;
  display: block;
  font-size: 18px;

  line-height: 26px;
  color: #078580;
  font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;

  line-height: 26px;
  color: #078580;
  font-weight: 700;
}

.event-details .event-details-sidebar .inner-box .info-list li a:hover {
  color: #34aad2;
}

/*** 

====================================================================
                        Shop-Page
====================================================================

***/

.shop-section {
  position: relative;
  display: block;
  padding: 150px 0px 150px 0px;
}

.select-box .ui-state-default {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  outline: medium none;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
}

.select-box .ui-selectmenu-button span.ui-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 48px;
  text-indent: 0;
  margin: 0;
}

.select-box .ui-selectmenu-button span.ui-icon::before {
  color: #222222;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  overflow: visible;
  position: absolute;
  right: 21px;
  top: 12px;
}

.select-box .ui-state-default {
  width: 210px !important;
}

.ui-selectmenu-open .ui-widget-content {
  border: none;
  background: #ffffff;
  color: #222222;
  border-radius: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
  border: none;
  background: #078580;
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
}

.ui-selectmenu-open .ui-menu .ui-menu-item {
  border-bottom: 1px solid #efebea;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  transition: all 500ms ease;
}

.ui-selectmenu-open .ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 19px;
  text-align: left;
  margin-right: 0px;
}

.ui-selectmenu-menu .ui-menu {
  transform: scaleY(0);
  transform-origin: top center;
  transition: 0.4s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.ui-selectmenu-open .ui-menu {
  transform: scaleY(1);
  top: 100%;
}

.ui-selectmenu-menu {
  transform: scaleY(0);
  transform-origin: top center;
  display: block;
}

.ui-selectmenu-open {
  transform: scaleY(1);
}

.shop-section .item-sorting .result-column {
  position: relative;
  display: block;
  color: #777777;
  top: 12px;
}

.shop-section .item-sorting {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-section .item-sorting .result-column span {
  color: #222222;
}

.shop-section .shop-sidebar .sidebar-search .form-group {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.shop-section .shop-sidebar .sidebar-search .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 50px 10px 15px;
  transition: all 500ms ease;
}

.shop-section .shop-sidebar .sidebar-search .form-group input:focus + button,
.shop-section .shop-sidebar .sidebar-search .form-group button:hover {
  color: #078580;
}

.shop-section .shop-sidebar .sidebar-search .form-group input:focus {
  border-color: #078580;
}

.shop-section .shop-sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 18px;
  color: #222;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar-title {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #34aad2;
  font-weight: 700;
}

.shop-section .shop-sidebar .sidebar-categories li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.shop-section .shop-sidebar .sidebar-categories li:last-child {
  margin-bottom: 0px;
}

.shop-section .shop-sidebar .sidebar-categories li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;

  color: #34aad2;
  font-weight: 700;
}

.shop-section .shop-sidebar .sidebar-categories li a:hover {
  color: #078580;
}

.shop-section .shop-sidebar .sidebar-categories .sidebar-title {
  margin-bottom: 25px;
}

.shop-section .shop-sidebar .sidebar-categories {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.range-slider {
  position: relative;
  min-height: 48px;
}

.range-slider .title {
  position: relative;
  display: inline-block;
}

.range-slider p {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-right: 15px;
  top: 5px;
}

.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -9px;
  top: -13px;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
}

.range-slider .input {
  float: right;
  color: #222222;
  max-width: 75px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  position: relative;
}

.range-slider .input input {
  background: none;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 30px;
  background: #eaeceb;
}

.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background: #078580;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
  top: -7px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 3px solid #078580;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
}

.range-slider .filter-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background: #078580;
  padding: 5px 21px 4px 20px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.range-slider .filter-btn:hover {
  background: #34aad2;
}

.shop-section .shop-sidebar .price-filters .sidebar-title {
  margin-bottom: 30px;
}

.single-product-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.single-product-box .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 20px;
  padding: 10px 15px 33px 15px;
}

.single-product-box .inner-box:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.single-product-box .inner-box .image-box {
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.single-product-box .inner-box .image-box img {
  width: 100%;
}

.single-product-box .inner-box:hover:before {
  opacity: 1;
}

.single-product-box .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #34aad2;
  font-weight: 700;
  margin-bottom: 0px;
}

.single-product-box .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;

  font-weight: 700;
  color: #078580;
}

.single-product-box .inner-box .overlay-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}

.single-product-box .inner-box:hover .overlay-content {
  opacity: 1;
}

.single-product-box .inner-box .overlay-content li {
  position: relative;
  display: inline-block;
  margin: 0px 1px;
}

.single-product-box .inner-box .overlay-content li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #34aad2;
  width: 60px;
  height: 60px;
  background: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.single-product-box .inner-box .overlay-content li a:hover {
  color: #fff;
  background: #078580;
}

/** shop-details **/

.shop-details {
  position: relative;
  display: block;
  padding: 150px 0px 120px 0px;
}

.shop-details .product-details-content .image-box {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
}

.shop-details .product-details-content .image-box img {
  width: 100%;
}

.shop-details .product-details-content .image-box .view-box {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.shop-details .product-details-content .image-box .view-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #34aad2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
}

.shop-details .product-details-content .image-box .view-box a:hover {
  color: #078580;
  border-color: #078580;
}

.shop-details .product-details-content .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #34aad2;
  font-weight: 900;
  margin-bottom: 21px;
}

.shop-details .product-details-content .content-box .rating {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.shop-details .product-details-content .content-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ffc61c;
}

.shop-details .product-details-content .content-box .reviews {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 18px;
}

.shop-details .product-details-content .content-box .reviews a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #848484;
}

.shop-details .product-details-content .content-box .item-price {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 35px;

  color: #078580;
  font-weight: 700;
  margin-bottom: 25px;
}

.shop-details .product-details-content .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.shop-details .item-quantity {
  position: relative;
  float: left;
  padding: 0px 60px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border: 1px solid #e6e6e6;
  max-width: 70px;
  width: 100%;
  height: 55px;
}

.shop-details .item-quantity input.quantity-spinner {
  padding: 15px 0px !important;
}

.item-quantity input.quantity-spinner {
  line-height: 28px;
  width: 60px;
  padding: 5px 0px !important;
  box-shadow: none !important;

  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #34aad2;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 60px;
  width: 60px;
  background: transparent;
  padding: 0px 0px;
  left: -59px;
  top: -59px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 60px;
  width: 60px;
  background: transparent;
  padding: 0px 0px;
  right: -60px;
  top: -57px;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: #c3c3c3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: #c3c3c3;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 17px;
  left: 20px;
}

.shop-details .addto-cart-box .like-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.shop-details .addto-cart-box .like-box a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #34aad2;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.shop-details .addto-cart-box .like-box a:hover {
  color: #078580;
  border-color: #078580;
}

.shop-details .addto-cart-box .cart-btn {
  position: relative;
  display: block;
}

.shop-details .addto-cart-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.shop-details .content-box .category li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  line-height: 26px;
}

.shop-details .content-box .category li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #777777;
  line-height: 26px;
}

.shop-details .content-box .category li a:hover {
  color: #078580;
}

.shop-details .content-box .category li h6 {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #34aad2;
  margin-right: 5px;
}

.shop-details .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.shop-details .product-details-content {
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.shop-details .product-info-tabs .tabs-content .text h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.shop-details .product-info-tabs .tabs-content .text p {
  margin-bottom: 26px;
}

.shop-details .product-info-tabs .tabs-content .text p:last-child {
  margin-bottom: 0px;
}

.shop-details .product-info-tabs .tab-btns {
  position: relative;
  display: block;
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px dashed #e9e9e9;
}

.shop-details .product-info-tabs .tab-btns li {
  position: relative;
  float: left;
  font-size: 15px;

  font-weight: 700;
  color: #8a8d91;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px 31px 16px 30px;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details .product-info-tabs .tab-btns li.active-btn,
.shop-details .product-info-tabs .tab-btns li:hover {
  color: #fff;
  background: #078580;
  border-color: #078580;
}

.shop-details .product-info-tabs .tab-btns li:last-child {
  margin-right: 0px;
}

.shop-details .product-info-tabs {
  position: relative;
  display: block;
  margin-bottom: 95px;
}

.shop-details .related-product .sec-title {
  margin-bottom: 40px;
}

/*** 

====================================================================
                        Cart-page
====================================================================

***/

.cart-section {
  position: relative;
  display: block;
  padding: 150px 0px;
}

.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid #eeede6;
  border-radius: 20px;
  margin-bottom: 80px;
}

.cart-section .cart-table {
  min-width: 1165px;
  width: 100%;
}

.cart-section .cart-table thead tr th {
  line-height: 24px;
  min-width: 110px;
  padding: 26px 15px 24px 0px;
  color: #34aad2;

  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.cart-section .cart-table tbody tr,
.cart-section .cart-table .cart-header {
  border-bottom: none;
}

.cart-section .cart-table tbody tr {
  border-bottom: 1px dashed #eeede6;
}

.cart-section .cart-table .cart-header {
  background: #eeede6;
}

.cart-section .cart-table tbody tr td.prod-column {
  padding: 30px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 80px;
  position: relative;
  padding: 25px 0px 16px 100px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 20px;
}

.cart-section .cart-table tbody tr .qty {
  position: relative;
  padding: 27px 30px 27px 30px;
  text-align: center;
}

.cart-section .cart-table tbody tr .qty input {
  width: 50px;
  font-size: 16px;

  color: #848484;
  font-weight: 700;
}

.cart-section .cart-table tbody tr .qty input::-webkit-input-placeholder {
  color: #848484;
}

.cart-section .cart-table .qty .item-quantity {
  position: relative;
  width: 54px;
  margin: auto;
}

.cart-section .cart-table .qty input.quantity-spinner {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 15px !important;
  height: 40px !important;
  box-shadow: none !important;
  text-align: center;
  color: #273251;
}

.cart-section
  .cart-table
  .qty
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn {
  padding: 9px 12px 10px 13px;
  background: #edf0f3;
  border-radius: 0px;
}

.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-up {
  border-top-right-radius: 5px;
  border-top: 1px solid #dddee4;
  border-right: 1px solid #dddee4;
}

.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-down {
  border-bottom-right-radius: 5px;
  border-right: 1px solid #dddee4;
  border-bottom: 1px solid #dddee4;
}

.cart-section .cart-table .qty .input-group-btn-vertical i {
  top: 6px;
  left: 7px;
  line-height: 1.4em;
}

.cart-section .cart-table .qty .bootstrap-touchspin .input-group-btn-vertical {
  left: 1px;
}

.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .bootstrap-touchspin-up
  i {
  top: 13px;
}

.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .bootstrap-touchspin-down
  i {
  top: -4px;
}

.cart-section .cart-table .qty .form-control:focus,
.cart-section .cart-table .qty .form-control {
  border: 1px solid #dddee4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cart-section .cart-table .qty .glyphicon-chevron-up:before {
  content: "\f0de";
  color: #898f9f;
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.cart-section .cart-table .qty .glyphicon-chevron-down:before {
  content: "\f0dd";
  color: #898f9f;
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.cart-section .cart-table tbody tr td.price {
  color: #848484;
  font-size: 16px;
  text-align: center;

  font-weight: 700;
  position: relative;
  padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
  font-size: 16px;
  color: #078580;
  padding: 27px 50px 27px 48px;
  text-align: center;
  font-weight: 700;
}

.cart-section .cart-table tbody tr td .remove a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  text-align: center;
  color: #8a8d91;
  padding: 0px;
}

.cart-section .cart-table tbody tr td .remove a:hover {
  border-color: #078580;
  color: #078580;
}

.cart-section .cart-table tbody tr td .remove {
  text-align: center;
}

.cart-section .cart-table .prod-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #34aad2;
}

.cart-section .table-outer .othre-content {
  position: relative;
  display: block;
  padding: 24px 30px 33px 30px;
}

.cart-section .table-outer .othre-content .text {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin-bottom: 8px;
}

.cart-section .table-outer .othre-content .coupon-box input {
  position: relative;
  max-width: 270px;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 15px;
  margin-right: 7px;
  transition: all 500ms ease;
}

.cart-section .table-outer .othre-content .coupon-box input:focus {
  border-color: #078580;
}

.cart-section .table-outer .othre-content .theme-btn {
  border-radius: 10px;
  overflow: hidden;
}

.cart-section .table-outer .othre-content .update-btn {
  position: relative;
  float: right;
  display: inline-block;
  font-size: 15px;

  padding: 17px 40px;
  line-height: 26px;
  color: #8a8d91;
  font-weight: 900;
  border: 1px solid #078580;
  border-radius: 10px;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}

.cart-section .table-outer .othre-content .update-btn:hover {
  color: #fff;
  background: #078580;
}

.cart-section .cart-total .total-cart-box {
  position: relative;
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  overflow: hidden;
}

.cart-section .cart-total .total-cart-box h4.cart-header {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  color: #fff;
  background: #34aad2;
  padding: 26px 23px 23px 30px;
}

.cart-section .cart-total .total-cart-box .content-box {
  position: relative;
  display: block;
  padding: 40px 30px 30px 30px;
}

.cart-section .cart-total .total-cart-box .content-box .sub-total {
  position: relative;
  display: block;
  font-size: 18px;

  color: #34aad2;
  font-weight: 700;
  padding-bottom: 23px;
  border-bottom: 1px dashed #e9e9e9;
}

.cart-section .cart-total .total-cart-box .content-box .sub-total span {
  float: right;
  color: #222222;
}

.cart-section .cart-total .total-cart-box .content-box .order-total {
  position: relative;
  display: block;
  font-size: 18px;

  color: #34aad2;
  font-weight: 700;
  padding-bottom: 36px;
  padding-top: 26px;
}

.cart-section .cart-total .total-cart-box .content-box .order-total span {
  float: right;
  color: #078580;
}

.cart-section .cart-total .total-cart-box .theme-btn {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

/*** 

====================================================================
                        Checkout-page
====================================================================

***/

.checkout-section {
  position: relative;
  display: block;
  padding: 150px 0px;
}

.checkout-section .customer,
.checkout-section .coupon {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  padding: 22px 15px 25px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.checkout-section .customer:before,
.checkout-section .coupon:before {
  position: absolute;
  content: "";
  background: #078580;
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.checkout-section .customer a,
.checkout-section .coupon a {
  font-size: 15px;
  color: #078580;
}

.checkout-section .customer a:hover,
.checkout-section .coupon a:hover {
  text-decoration: underline;
}

.checkout-section .sub-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #34aad2;
  font-weight: 700;
  background: #f3f0e9;
  padding: 25px 15px 23px 30px;
}

.checkout-section .billing-info {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #f3f0e9;
  margin-bottom: 30px;
}

.checkout-section .billing-form {
  position: relative;
  display: block;
  padding: 22px 30px 26px 30px;
}

.checkout-section .billing-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.checkout-section .billing-form .form-group:last-child {
  margin-bottom: 0px;
}

.checkout-section .billing-form .form-group label {
  position: relative;
  display: block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #34aad2;
  margin-bottom: 3px;
}

.checkout-section .billing-form .form-group input[type="text"],
.checkout-section .billing-form .form-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 10px 15px;
  transition: all 500ms ease;
}

.checkout-section .billing-form .form-group input.address {
  margin-bottom: 10px;
}

.checkout-section .billing-form .form-group input:focus {
  border-color: #078580;
}

.checkout-section .billing-form .select-box .ui-state-default {
  width: 100% !important;
}

.checkout-section
  .billing-form
  .select-box
  .ui-selectmenu-button
  span.ui-icon:before {
  color: #848484;
}

.checkout-section .billing-form .checkbox label {
  margin: 0px;
}

.checkout-section .billing-form .checkbox {
  position: relative;
  display: block;
  margin-top: 3px;
}

.checkout-section .billing-form .checkbox span {
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #34aad2;
  font-weight: 400;
  cursor: pointer;
  margin-left: 4px;
  z-index: 1;
}

.checkout-section .billing-form .checkbox input {
  position: relative;
  top: 2px;
}

.checkout-section .additional-info {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #f3f0e9;
  border-radius: 20px;
}

.checkout-section .additional-info .note-book {
  position: relative;
  display: block;
  padding: 22px 30px 30px 30px;
}

.checkout-section .additional-info .note-book label {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #34aad2;
  margin-bottom: 3px;
}

.checkout-section .additional-info .note-book textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  border: 1px solid #f3f0e9;
  color: #848484;
  font-size: 15px;
  border-radius: 10px;
  padding: 15px 20px;
  resize: none;
  transition: all 500ms ease;
}

.checkout-section .additional-info .note-book textarea:focus {
  border-color: #078580;
}

.checkout-section .order-info {
  position: relative;
  display: block;
  border: 1px solid #f3f0e9;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.checkout-section .order-info .order-product {
  position: relative;
  display: block;
  padding: 30px;
}

.checkout-section .order-info .order-product .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

.checkout-section .order-info .order-product .single-item {
  position: relative;
  display: block;
  padding: 25px 0px 58px 100px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e7e7e7;
}

.checkout-section .order-info .text {
  position: relative;
  display: block;
}

.checkout-section .order-info .text h4 {
  position: relative;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 28px;
  color: #34aad2;
  font-weight: 700;
}

.checkout-section .order-info .text span {
  position: relative;
  display: block;
  float: right;
  font-size: 16px;

  line-height: 26px;
  color: #848484;
  font-weight: 700;
}

.checkout-section .order-info .text span.order-parice {
  color: #078580;
}

.checkout-section .order-info .amount-box .text {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.checkout-section .order-info .amount-box .text:last-child {
  margin-bottom: 0px;
  padding-bottom: 3px;
}

.checkout-section .payment-info {
  position: relative;
  display: block;
  background: #253b70;
  padding: 36px 30px 40px 30px;
  border-radius: 20px;
  overflow: hidden;
}

.checkout-section .payment-info h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 29px;
}

.checkout-section .payment-info .payment-option {
  position: relative;
}

.checkout-section .payment-info .payment-option .checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 4px;
}

.checkout-section .payment-info .payment-option .checkbox span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #fff;

  font-weight: 700;
  margin-left: 11px;
  margin-bottom: 7px;
}

.checkout-section .payment-info .payment-option .checkbox a {
  color: #078580;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-left: 19px;
  text-decoration: underline;
}

.checkout-section .payment-info .payment-option .checkbox a:hover {
  color: #fff;
}

.checkout-section .payment-info .payment-option .text {
  position: relative;
  display: block;
  font-family: "Open Sans", sans-serif;
  margin-left: 31px;
  font-size: 14px;
  line-height: 24px;
  background: #455885;
  color: #fff;
  padding: 14px 20px 20px 20px;
  border-radius: 10px;
  margin-bottom: 26px;
  z-index: 1;
}

.checkout-section .payment-info .payment-option .text:before {
  position: absolute;
  content: "";
  background: #455885;
  width: 28px;
  height: 28px;
  left: 25px;
  top: -3px;
  bottom: -8px;
  transform: rotate(-45deg);
  z-index: -1;
}

.checkout-section .payment-info .order-btn {
  position: relative;
  display: block;
  padding-top: 16px;
}

.checkout-section .payment-info .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.checkout-section .payment-info .icon-box .icon-1 {
  position: absolute;
  top: 60px;
  right: 190px;
  background: url(../images/icons/parallax-icon-2.png);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.checkout-section .payment-info .icon-box .icon-2 {
  position: absolute;
  right: 50px;
  bottom: 60px;
  background: url(../images/icons/parallax-icon-1.png);
  width: 131px;
  height: 86px;
  background-repeat: no-repeat;
}

/*** 

====================================================================
                        Blog-page
====================================================================

***/

.blog-page-section {
  position: relative;
  display: block;
  padding: 150px 0px 120px 0px;
}

.blog-page-section .news-block-one {
  margin-bottom: 30px;
}

.blog-page-section .news-block-one .inner-box {
  overflow: hidden;
}

.blog-page-section .news-block-one .inner-box .lower-content .link-btn {
  position: relative;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.blog-page-section .news-block-one .inner-box:hover .lower-content .link-btn {
  opacity: 0;
}

.blog-page-section .news-block-one .inner-box .lower-content .text {
  margin-bottom: 30px;
}

.blog-page-section .news-block-one .more-btn {
  position: absolute;
  left: 40px;
  bottom: -60px;
  transition: all 900ms ease;
}

.blog-page-section .news-block-one .inner-box:hover .more-btn {
  bottom: 40px;
}

/** blog-details **/

.blog-details {
  position: relative;
  display: block;
  padding: 143px 0px 150px 0px;
}

.blog-details .blog-details-content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.blog-details .blog-details-content .content-style-one .top-content h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #078580;
  font-weight: 900;
  margin-bottom: 10px;
}

.blog-details .blog-details-content .content-style-one .top-content h1 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: #34aad2;
  margin-bottom: 32px;
}

.blog-details .blog-details-content .content-style-one .top-content .bold-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #34aad2;
  margin-bottom: 73px;
}

.blog-details .blog-details-content .content-style-one .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 72px;
}

.blog-details .blog-details-content .content-style-one .image-box img {
  width: 100%;
  border-radius: 20px;
}

.blog-details .blog-details-content .text p {
  margin-bottom: 26px;
}

.blog-details .blog-details-content .content-style-one .text p:last-child,
.blog-details .blog-details-content .content-style-two .text p:last-child {
  margin-bottom: 0px;
}

.blog-details .blog-details-content .content-style-one {
  position: relative;
  display: block;
  margin-bottom: 67px;
}

.blog-details .blog-details-content .content-style-two h3 {
  margin-bottom: 25px;
}

.blog-details .blog-details-content .content-style-two {
  position: relative;
  display: block;
  margin-bottom: 90px;
}

.blog-details .blog-details-content .post-share-option li.title {
  position: relative;
  display: inline-block;
  font-size: 20px;

  line-height: 30px;
  font-weight: 700;
  color: #34aad2;
  margin-right: 2px;
}

.blog-details .blog-details-content .post-share-option .tags {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.blog-details .blog-details-content .post-share-option li {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #848484;
  font-weight: 700;
}

.blog-details .blog-details-content .post-share-option li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #848484;
  font-weight: 700;
}

.blog-details .blog-details-content .post-share-option .share li a {
  font-size: 15px;
  color: #c2c2c2;
}

.blog-details .blog-details-content .post-share-option .share li {
  margin: 0px 14px;
}

.blog-details .blog-details-content .post-share-option .share li.title {
  margin: 0px;
}

.blog-details .blog-details-content .post-share-option li a:hover {
  color: #078580;
}

.blog-details .blog-details-content .post-share-option {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.blog-details .blog-details-content .comments-area .comment {
  position: relative;
  display: block;
  padding: 0px 0px 44px 110px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 48px;
}

.blog-details .blog-details-content .comments-area .comment:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-details .blog-details-content .comments-area .comment.replay-comment {
  margin-left: 110px;
}

.blog-details .blog-details-content .comments-area .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.blog-details .blog-details-content .comments-area .comment .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-details .blog-details-content .comments-area .comment .comment-info h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #34aad2;
  margin-bottom: 0px;
}

.blog-details .blog-details-content .comments-area .comment .comment-info span {
  position: relative;
  display: block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.blog-details .blog-details-content .comments-area .comment .comment-info {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.blog-details .blog-details-content .comments-area .comment .replay-btn {
  position: absolute;
  top: 11px;
  right: 0px;
}

.blog-details .blog-details-content .comments-area .comment .replay-btn a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Open", sans-serif;
  color: #34aad2;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  text-align: center;
  padding: 3px 14.5px;
}

.blog-details
  .blog-details-content
  .comments-area
  .comment
  .replay-btn
  a:hover {
  color: #fff;
  border-color: #078580;
  background: #078580;
}

.blog-details .blog-details-content .comments-area {
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.blog-details .blog-details-content .group-title {
  margin-bottom: 32px;
}

.blog-details .blog-details-content .comments-form-area .form-group {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-details-content .comments-form-area .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details
  .blog-details-content
  .comments-form-area
  .form-group
  input[type="text"],
.blog-details
  .blog-details-content
  .comments-form-area
  .form-group
  input[type="email"],
.blog-details .blog-details-content .comments-form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 500ms ease;
}

.blog-details .blog-details-content .comments-form-area .form-group input:focus,
.blog-details
  .blog-details-content
  .comments-form-area
  .form-group
  textarea:focus {
  border-color: #078580;
}

.blog-details .blog-details-content .comments-form-area .form-group textarea {
  height: 200px;
  resize: none;
}

.blog-details .sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #f2f0e9;
  border-radius: 20px;
  overflow: hidden;
  padding: 43px 40px 50px 40px;
  margin-bottom: 30px;
}

.blog-details .sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.blog-details .sidebar .sidebar-search .form-group {
  position: relative;
  display: block;
  margin: 0px;
}

.blog-details .sidebar .sidebar-search .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 20px;
  font-size: 16px;
  background: #fff;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-search .form-group input:focus {
  border-color: #078580;
}

.blog-details .sidebar .sidebar-search .form-group input:focus + button,
.blog-details .sidebar .sidebar-search .form-group button:hover {
  color: #078580;
}

.blog-details .sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 22px;
  right: 28px;
  background: transparent;
  font-size: 18px;
  color: #848484;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-title {
  font-weight: 900;
  margin-bottom: 24px;
}

.blog-details .sidebar .sidebar-categories .widget-content .text {
  position: relative;
  display: block;
  padding-bottom: 33px;
  border-bottom: 1px dashed #cecbc6;
  margin-bottom: 33px;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li:last-child {
  margin-bottom: 0px;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;

  color: #34aad2;
  font-weight: 700;
}

.blog-details .sidebar .sidebar-categories .widget-content ul li a:hover {
  color: #078580;
}

.blog-details .sidebar .sidebar-categories .sidebar-title {
  margin-bottom: 15px;
}

.blog-details .sidebar .sidebar-categories {
  padding-bottom: 45px;
}

.blog-details .sidebar .sidebar-post .post {
  position: relative;
  display: block;
  padding: 4px 0px 11px 110px;
  min-height: 90px;
  margin-bottom: 30px;
}

.blog-details .sidebar .sidebar-post .post:last-child {
  margin-bottom: 0px;
}

.blog-details .sidebar .sidebar-post .post .image {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  overflow: hidden;
  background: #34aad2;
}

.blog-details .sidebar .sidebar-post .post .image img {
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-post .post:hover .image img {
  opacity: 0.5;
}

.blog-details .sidebar .sidebar-post .post .post-date {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;

  color: #078580;
  font-weight: 700;
  margin-bottom: 3px;
}

.blog-details .sidebar .sidebar-post .post h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #34aad2;
  font-weight: 700;
}

.blog-details .sidebar .sidebar-post .post h4 a {
  position: relative;
  display: inline-block;
  color: #34aad2;
}

.blog-details .sidebar .sidebar-post .post h4 a:hover {
  color: #078580;
}

.blog-details .sidebar .sidebar-post .sidebar-title {
  margin-bottom: 31px;
}

.blog-details .sidebar .sidebar-tags .widget-content {
  position: relative;
  display: block;
  margin: 0px -5px;
}

.blog-details .sidebar .sidebar-tags .tag-list li {
  position: relative;
  float: left;
  margin: 0px 5px;
  margin-bottom: 10px;
}

.blog-details .sidebar .sidebar-tags .tag-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #848484;
  background: #fff;
  padding: 12px 21px;
  border-radius: 10px;
  text-align: center;
}

.blog-details .sidebar .sidebar-tags .tag-list li a:hover {
  background: #078580;
  color: #fff;
}

.blog-details .sidebar .sidebar-tags .sidebar-title {
  margin-bottom: 33px;
}

.blog-details .sidebar .sidebar-tags {
  padding-bottom: 40px;
}

/* ============================================
   BLOG DETAILS SECTION (Simplified)
   ============================================ */

.blog-details-section {
    background: #f8f9fa;
}

.blog-article {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.blog-article .article-image {
    width: 100%;
    overflow: hidden;
}

.blog-article .article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-article .article-header {
    padding: 40px 40px 20px;
    border-bottom: 1px solid #eee;
}

.blog-article .article-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.blog-article .article-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-article .article-tag.news {
    background: linear-gradient(135deg, #038dc1, #0a7e80);
    color: #ffffff;
}

.blog-article .article-tag.event {
    background: linear-gradient(135deg, #0a7e80, #038dc1);
    color: #ffffff;
}

.blog-article .article-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #038dc1;
    font-size: 14px;
    font-weight: 500;
}

.blog-article .article-date i {
    color: #0a7e80;
}

.blog-article .article-title {
    font-size: 28px;
    font-weight: 700;
    color: #0d1f3c;
    line-height: 1.4;
    margin: 0;
}

.blog-article .article-content {
    padding: 30px 40px 40px;
}

.blog-article .article-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.blog-article .article-content p:last-child {
    margin-bottom: 0;
}

.blog-article .article-footer {
    padding: 30px 40px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

.blog-article .back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #038dc1;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-article .back-btn:hover {
    color: #0a7e80;
    transform: translateX(-5px);
}

.blog-article .back-btn i {
    transition: transform 0.3s ease;
}

.blog-article .back-btn:hover i {
    transform: translateX(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .blog-article .article-header {
        padding: 30px 25px 20px;
    }

    .blog-article .article-title {
        font-size: 22px;
    }

    .blog-article .article-content {
        padding: 25px;
    }

    .blog-article .article-footer {
        padding: 25px;
    }
}

/***

====================================================================
                        Contact-page
====================================================================

***/

.contact-info-section {
  position: relative;
  display: block;
}

.contact-info-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.contact-info-section .single-info-box .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  padding: 89px 15px 76px 15px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
}

.contact-info-section .single-info-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fbb419;
  font-weight: 400;
  margin-bottom: 33px;
}

.contact-info-section .single-info-box:hover .inner-box .icon-box:before {
  transform: rotate(25deg);
}

.contact-info-section
  .info-column:nth-child(2)
  .single-info-box
  .inner-box
  .icon-box {
  color: #0496eb;
}

.contact-info-section
  .info-column:last-child
  .single-info-box
  .inner-box
  .icon-box {
  color: #078580;
}

.contact-info-section .single-info-box .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-3.png);
  width: 65px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section
  .info-column:nth-child(2)
  .single-info-box
  .inner-box
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-2.png);
  width: 64px;
  height: 70px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section
  .info-column:last-child
  .single-info-box
  .inner-box
  .icon-box:before {
  position: absolute;
  content: "";
  background: url(../images/icons/icon-1.png);
  width: 56px;
  height: 71px;
  right: -20px;
  top: -10px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.contact-info-section .single-info-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.contact-info-section .single-info-box .inner-box .text a:hover {
  color: #078580;
}

.contact-info-section .single-info-box .inner-box h3 {
  margin-bottom: 29px;
}

/** contact-form-section **/

.contact-form-section {
  position: relative;
  display: block;
  background: #f0ede7;
}

.contact-form-section .sec-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-form-section .contact-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form-section .contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-form-section .contact-form .form-group input[type="text"],
.contact-form-section .contact-form .form-group input[type="email"],
.contact-form-section .contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  color: #34aad2;
  transition: all 500ms ease;
}

.contact-form-section .contact-form .form-group textarea {
  height: 170px;
  resize: none;
  margin-bottom: 30px;
}

.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group textarea:focus {
  border-color: #078580;
}

.contact-form-section
  .contact-form
  .form-group
  input::-webkit-input-placeholder,
.contact-form-section
  .contact-form
  .form-group
  textarea::-webkit-input-placeholder {
  color: #34aad2;
}
.contact-formbox .form-group {
    position: relative;
    margin-bottom: 32px;
    text-align: left !important;
}
.contact-formbox label {
    color: #fff;
    font-size: 16px;
    text-align: left;
    align-items: normal;
}
/** google-map-section **/

.google-map-section {
  position: relative;
  display: block;
  width: 100%;
}

.google-map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 500px;
}
.blog-area .single-item {
  margin-bottom: 30px;
}
.blog-area .btn-more:hover {
  color: #08807d !important;
}
.blog-area .item {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 8px;
  min-height: 500px;
  position: relative;
}

.blog-area .item .thumb {
  position: relative;
}

.blog-area .info {
  padding: 30px;
  padding-top: 30px;
  min-height: 250px;
}
.rd-more {
  position: absolute;
  bottom: 30px;
}
.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 600;
  color: #222222;
  font-size: 20px;
  margin-bottom: 1rem;
}

.blog-area.full-blog .info {
  padding-top: 15px;
}

.blog-area .item .thumb img {
  border-radius: 5px;
}

.blog-area .info .meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-weight: 500;
  color: #232323;
  font-size: 15px;
}

.blog-area .info .meta ul li i {
  font-weight: 500;
  margin-right: 2px;
  color: var(--color-primary);
}

.blog-area.content-less .btn-more {
  color: #2222;
}

.blog-area .info .meta {
  margin-bottom: 15px;
}

.blog-area .info .meta a {
  font-weight: 500;
}

.blog-area .btn-more {
  text-transform: capitalize;
}

.blog-area .btn-more i {
  position: relative;
  top: 2px;
  margin-left: 1px;
}

.blog-area .info .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 30px;
}

.blog-area .info .bottom img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 7px;
  border: 1px solid #e7e7e7;
  padding: 3px;
  max-width: 60px;
}
.blog-area .btn-more {
  color: #000;
  margin-top: 1rem;
}
.border-tp {
      border-top: 2px groove #000000;
    margin: 20px auto 0px;
}
.Phone_call {
  position: fixed;
  bottom: 100px;
  right: 16px;
  color: #fff;
  text-align: center;
  font-size: 20px;
line-height: 35px;
  flex-shrink: 0;
  width: 40px;
    height: 40px;
  background-color: rgb(77, 194, 71);
  order: 2;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  z-index: 200;
  display: block;
  border: 0px none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.facebook_chat {
    position: fixed;
    bottom: 30px;
    right: 16px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #1877f2;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    z-index: 200;
    display: block;
    border: 0px none;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.facebook_chat:hover,
.Phone_call:hover {
  background-color: #0d65d9;
  color: #fff;
  box-shadow: rgb(57 65 64 / 40%) 2px 2px 11px;
}
.facebook_chat:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease;
  background: #1877f2;
}
.Phone_call::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease;
  background: #0496eb;
}
.facebook_chat:after,
.Phone_call::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 400ms;
  animation: pulse-border 2.5s ease-out infinite;
}
.social-ico {
  width: 20px;
}
.vl-section-title-1 p {
  color: #514f4c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.ml-50 {
  margin-left: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}
.vl-section-title-1 .subtitle {
  background: #f6f4ee;
  color: #222222;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 50px;
}
.vl-about-vission-bg {
  background: #f4f4f4;
}

.vl-about-vission-bg .vl-vission-tab2 {
  margin-top: 24px;
  border-top: 2px solid #e8e8e7;
  width: 479px;
}
.vl-about-vission-bg .vl-vission-tab2 .nav-link {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  padding: inherit;
  padding-right: 30px;
}
.vl-about-vission-bg .vl-vission-tab2 .nav-pills .nav-link.active,
.vl-about-vission-bg .vl-vission-tab2 .nav-pills .show > .nav-link {
  color: #0496eb;
  background-color: inherit;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  border-top: 2px solid #0496eb;
  border-radius: inherit;
  padding-top: 20px;
  margin-top: -22px;
}
.pt-20 {
  padding-top: 20px;
}
.vl-about-vission-bg .vl-vission-tab2 .nav {
  margin-top: 20px;
  margin-bottom: 24px;
}
.vl-about-vission-bg .vl-vission-tab2 {
  margin-top: 24px;
  border-top: 2px solid #e8e8e7;
  width: 479px;
}
.vl-about-vission-bg .vl-section-title-1 .title {
  line-height: 44px;
  padding-bottom: 20px;
  color: #222222;
  font-weight: 600;
}
/*! cta */
.cta-wrap {
  max-width: 760px;
}

.cta-sec {
  background: #122f2a;
  background-blend-mode: multiply;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.cta-sec::before {
  background: #122f2a;
  background: linear-gradient(
    90deg,
    rgb(18, 47, 42) 26%,
    rgba(18, 47, 42, 0.69) 100%
  );
  background-blend-mode: multiply;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.cta-sec .parallax-overly {
  position: absolute;
  inset: 0;
  background-color: #1b5e53;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: -1;
}
.cta-sec h2 {
  margin: 20px 0 30px;
}
.cta-sec .abs-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .cta-sec .abs-img {
    max-width: 95px;
  }
}
.cta-sec .abs-img.right {
  left: auto;
  right: 0;
}
.cta-sec .abs-img.right-bottom {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}

.cta-sec3 .parallax-overly {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.cta-sec3 .video-box {
  text-align: center;
  max-width: 160px;
  margin-left: auto;
}
.cta-sec3 .video-box h6 {
  font-family: caveat;
  font-size: 30px;
  margin-top: 20px;
}
.cta-sec3 .video-box a {
  display: inline-flex;
  font-size: 22px;
  width: 80px;
  height: 80px;
}
.cta-sec3 .video-box a::before {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid var(--theme-border);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .cta-sec3 .video-box {
    max-width: 100%;
    margin: 100px 0 0;
  }
}
.text-info {
  color: #ffffff !important;
  font-size: 42px;
  font-weight: 600;
}

.what-we-do {
  padding: 100px 0;
}

.what-we-do-image {
  position: relative;
  padding: 0 80px 117px 0;
  margin-right: 30px;
}

.what-we-do-img-1 figure,
.what-we-do-img-2 figure {
  display: block;
  border-radius: 30px;
}

.what-we-do-img-1 img,
.what-we-do-img-2 img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.what-we-do-img-1 {
  position: relative;
}

.what-we-do-img-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  background: linear-gradient(90deg, rgb(54 171 209) 26%, rgb(64 173 183) 100%);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.what-we-do-img-1 img {
  aspect-ratio: 1 / 1.01;
}

.what-we-do-img-2 {
  position: absolute;
  max-width: 270px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.what-we-do-img-2 img {
  aspect-ratio: 1 / 0.68;
}

.company-experience-box.what-we-do-circle {
  position: absolute;
  top: 170px;
  right: 0;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  padding: 15px;
  z-index: 1;
}

.company-experience-box.what-we-do-circle h2 {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.company-experience-box.what-we-do-circle p {
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 1.4em;
  margin: 0;
}

.what-we-do-body {
 
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.what-we-do-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.what-we-do-body ul li {
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 24px auto;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-left: 35px;
      color: #222;
}

.what-we-do-body ul li:last-child {
  margin-bottom: 0;
}

.what-we-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.what-we-item {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}

.what-we-item .icon-box {
  margin-right: 20px;
}

.what-we-item .icon-box img {
  width: 100%;
  max-width: 50px;
}

.what-we-item-content {
  width: calc(100% - 70px);
}

.what-we-item-content h3 {
  font-size: 20px;
  line-height: 1.4em;
  text-transform: capitalize;
}

.how-it-work {
  padding: 100px 0;
}

.how-it-work-content {
  margin-right: 30px;
}

.work-step-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.work-step-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(30px, 55px);
  border: 1px dashed var(--accent-secondary-color);
  width: 1px;
  height: 100%;
  z-index: -1;
}

.work-step-item:last-child:before {
  display: none;
}

.work-step-item:last-child {
  margin-bottom: 0px;
}

.work-step-item .work-step-no {
  height: 60px;
  width: 60px;
  background: linear-gradient(
    to right,
    var(--accent-color) 0%,
    var(--accent-secondary-color) 50%,
    var(--accent-color) 100%
  );
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-no {
  background-position: right center;
}

.work-step-no h3 {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
}

.work-step-content {
  width: calc(100% - 80px);
}

.work-step-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.work-step-content p {
  margin: 0;
}

.how-it-work-image {
  position: relative;
  padding-left: 80px;
}

.how-it-work-img-1 figure,
.how-it-work-img-2 figure {
  display: block;
}

.how-it-work-img-1 img,
.how-it-work-img-2 img {
  width: 100%;
  object-fit: cover;
}

.how-it-work-img-1 figure {
  border-radius: 30px;
}

.how-it-work-img-1 img {
  aspect-ratio: 1 / 1.16;
}

.how-it-work-img-2 {
  position: absolute;
  max-width: 306px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 10px solid var(--white-color);
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.how-it-work-img-2 img {
  aspect-ratio: 1 / 1.02;
}

.our-benefits {
  background-color: var(--secondary-color);
}

.our-benefits .container-fluid {
  padding: 0;
}

.our-benefit-image {
  position: relative;
  height: 100%;
  padding-right: 85px;
  margin-right: 80px;
}

.benefit-img-1,
.benefit-img-1 figure,
.benefit-img-1 img {
  height: 100%;
}

.benefit-img-1 img {
  width: 100%;
  aspect-ratio: 1 / 1.01;
  object-fit: cover;
}
.section-title {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.what-we-do-body {
 
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.service-inner-img {
  border-radius: 10px;
}

.service-inner-img img {
  border-radius: 10px;
}

.service-img {
  border-radius: 8px;
}

.service-img img {
  border-radius: 8px;
}

.resort-grid-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  border: 1px solid #e1e4e5;
  border-radius: 8px;
  padding: 40px 20px;
  list-style: none;
  margin: 0;
  gap: 20px;
}

@media (max-width: 1399px) {
  .resort-grid-list {
    grid-template-columns: auto auto auto auto;
  }
}

@media (max-width: 1199px) {
  .resort-grid-list {
    grid-template-columns: auto auto auto;
  }
}

@media (max-width: 767px) {
  .resort-grid-list {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 575px) {
  .resort-grid-list {
    grid-template-columns: auto;
  }
}

.resort-grid-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.resort-grid-list li .resort-grid-list-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 4px;
  border: 1px solid #e1e4e5;
  text-align: center;
}

.resort-grid-list li .resort-grid-list-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color2);
  margin-bottom: 0;
}

.resort-grid-list li .resort-grid-list-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color);
  margin-bottom: -0.3em;
}

.mb-50 {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.sv-details-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.checklist li {
  position: relative;
  color: #6e7070;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.checklist li:not(:last-child) {
  margin-bottom: 10px;
}

select,
.form-control,
.form-select,
textarea,
input {
  height: 64px;
  padding: 0 25px 0 25px;
  padding-right: 50px;
  border: 1px solid #e1e4e5;
  color: #6e7070;
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  border-radius: 16px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  resize: none;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--white-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 130px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.form-group {
  position: relative;
  margin-bottom: var(--bs-gutter-x);
}

.form-group > i.fa-envelope,
.form-group > img.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment,
.form-group > img.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down,
.form-group > img.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color2);
}

.form-group.has-label > i {
  top: 50px;
}

[class*="col-"].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}

.form-rounded-10 .th-btn {
  border-radius: 10px;
}

option:checked,
option:focus,
option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right
    calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
}

input[type="date"] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

[class*="col-"].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}

[class*="col-"].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

input[type="time"] {
  padding: 0 30px;
  position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

:root {
  --input-height: 56px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.nice-select:after {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  position: absolute;
  right: 25px;
  line-height: calc(var(--input-height) - 2px);
  top: 25px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg) translate(0, -5px);
  transform: rotate(-135deg) translate(0, -5px);
}

.nice-select.open .list {
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  display: block;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border-bottom: 1px solid var(--theme-color);
}

.nice-select.disabled {
  color: #999;
  pointer-events: none;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 250px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.75) translateY(-56px/2);
  transform: scale(0.75) translateY(-56px/2);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--smoke-color);
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}
.contact-infobox {
  padding: 44px;
  border-radius: 30px;
  text-align: left;
}
.contact-infobox .title-area {
  margin-bottom: 35px;
}
.sec-title-1 {
  margin-bottom: 20px;
  font-size: 30px;
}
.smoke-bg {
  background-color: #f2f5fa;
}
.about-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}
.about-contact-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: 1px solid #e1e4e6;
  border-radius: 8px;
  padding: 24px 24px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.about-contact-grid .about-contact-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 70px;
  height: 70px;
  line-height: 78px;
  text-align: center;
  background: #0b1422;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about-contact-grid .about-contact-icon {
  font-size: 26px;
  color: #0b1422;
  background: #fff;
}
.sec-heading {
  font-size: 24px;
  color: #222;
}
.sec-text {
  font-size: 16px;
  line-height: 26px;
}
.about-contact-grid.inner-style .about-contact-details-text {
  font-weight: 500;
  font-size: 24px;
  color: #0b1422;
}
.about-contact-grid.inner-style .about-contact-details-text a {
  font-weight: 500;
  font-size: 16px;
  color: #0b1422;
}
.about-contact-grid.inner-style {
  border: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d5d7da;
  border-radius: 0;
}
.about-contact-grid .about-contact-details-text {
  color: #0b1422;
  margin-bottom: 0;
}
.form-group {
  position: relative;
  margin-bottom: 32px;
}
.form-group > i,
.form-group > img {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 52px;
  width: 20px;
  font-size: 14px;
  color: #6e7070 !important;
}
.contact-formbox .form-control {
  border: 0;
  background-color: #f2f5fa;
}
.contact-formbox h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 64px;
  padding: 0 25px 0 25px;
  padding-right: 50px;
  border: 1px solid #e1e4e5;
  color: #6e7070;
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  border-radius: 16px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  resize: none;
}
.contact-formbox .contact-form {
  padding: 40px;
}
.contact-formbox form {
  border: 1px solid #d5d7da;
}
.contact-form {
      background: #3DADB8;
    background: linear-gradient(90deg, rgba(8, 128, 125, 1) 0%, rgb(48 170 219) 100%
100%
);
  -webkit-box-shadow: 0px 20px 20px hsla(0, 0%, 80%, 0.25);
  box-shadow: 0px 20px 20px hsla(0, 0%, 80%, 0.25);
  border-radius: 16px;
  padding: 40px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-map {
  position: relative;
  line-height: 0px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .contact-map {
    margin-bottom: 40px;
  }
}
.contact-map .contact-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.contact-map .contact-icon i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .contact-map .contact-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.contact-map .contact-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 3;
}
.contact-map .contact-icon img {
  -webkit-animation: jumpAni 2s ease-in-out infinite alternate;
  animation: jumpAni 2s ease-in-out infinite alternate;
}
.contact-map .contact-icon:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 90%;
  width: 38px;
  height: 18px;
  border-radius: 50%;
  background: rgba(13, 13, 12, 0.2);
  z-index: -1;
}
.contact-map .contact-icon:before {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  margin: auto;
  top: 50%;
  width: 130px;
  height: 60px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.5);
  border: 1px solid var(--white-color);
  z-index: -1;
}
@-webkit-keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
    transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
    transform: rotate(5deg) translate(-5px, -5px);
  }
}
@keyframes location-anim {
  0% {
    -webkit-transform: rotate(5deg) translate(5px, 5px);
    transform: rotate(5deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(5deg) translate(-5px, -5px);
    transform: rotate(5deg) translate(-5px, -5px);
  }
}
@-webkit-keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes location-anim2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.contact-map iframe {
  width: 100%;
  height: 365px;
  border-radius: 30px;
}
.contact-map.style2 iframe {
  width: 100%;
  height: 525px;
  border-radius: 0;
}
.contact-map.style3 iframe {
  border-radius: 16px;
}
.sec-pad-btm {
  padding-bottom: 100px;
}
.about-contact-grid:hover .about-contact-icon {
  color: #fff;
  background: #34aad2;
}
.signle-consultancy {
  display: flex;
  align-items: flex-start;
  gap: 29px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.signle-consultancy:last-child {
  border-bottom: 0px;
}
.signle-consultancy .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 60px;
  background: #31aadc;
  border-radius: 50%;
}
.signle-consultancy .icon img {
  width: 32px;
}
.signle-consultancy .information .title {
  margin-bottom: 5px;
  font-size: 24px;
  color: #222;
  font-weight: 500;
}
.mb--30 {
  margin-bottom: 30px;
}
/* Service */
.sidebar__widget {
  background: var(--tg-color-gray-2);
  padding: 50px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.sidebar__cat-list .list-wrap li a {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  color: #0a165e;
  gap: 10px;
  border-radius: 8px;
  padding: 20px 24px 22px;
  line-height: 1;
}
.sidebar__cat-list .list-wrap li a {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  color: #0a165e;
  gap: 10px;
  border-radius: 8px;
  padding: 20px 24px 22px;
  line-height: 1;
}
.services__details-thumb img {
  border-radius: 20px;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.services__details-thumb {
  margin-bottom: 40px;
}
.services__details-content > .title {
  margin-bottom: 16px;
  font-size: 36px;
  color: #222222;
  font-weight: 500;
}
.services__details-content .text-bold {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  color: #0a165e;
  line-height: 1.4;
}
.choose__list-three li svg {
  width: 26px;
}
.choose__list li svg {
  color: #0a165e;
  width: 30px;
  flex: 0 0 auto;
}
.services__details-content .title-two {
  margin-bottom: 8px;
  font-size: 28px;
}
.sidebar__widget {
  background: #f5f6f7;
  padding: 50px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.widget__title {
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 22px;
  border-bottom: 1px solid #dbe0e5;
  position: relative;
      color: #222;
}
.widget__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #0496eb;
}
.sidebar__brochure a {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-weight: 500;
  color: #0a165e;
  padding: 18px 24px;
  line-height: 1;
}
.sidebar__cat-list .list-wrap li {
  margin-bottom: 10px;
}
.sidebar__cat-list .list-wrap li a:hover {
  background: #0496eb;
  color: #fff;
}
.services__details-content > p {
  margin-bottom: 25px;
}
.services__details-content .text-bold {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
}
.choose__list-three li {
  color: #0a165e;
  margin-bottom: 10px;
}

.services__details-content .choose__list {
  margin-bottom: 40px;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
.choose__list-three {
  margin-left: 0;
}
.choose__list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.choose__list-three li {
  color: #222222;
  margin-bottom: 16px;
}
.sidebar__brochure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar__brochure a {
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-weight: 500;
  color: #222;
  padding: 18px 24px;
  line-height: 1;
}
.sidebar__brochure a:hover {
  background: #0496eb;
  color: #fff;
}
.sidebar__brochure-1 a:hover {
  background: #0496eb;
  color: #fff;
}
.sidebar__brochure a .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex: 1;
}

/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.tj-blog-section {
  background: #ecf0f0;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.tj-blog-section-2 .sec-heading-wrap .sub-title {
  color: #0496eb;
  background-color: #fff;
  border: 0;
  padding: 7px 10px;
}
.tj-blog-section-3 {
  background-color: var(--tj-color-theme-bg);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.tj-blog-section-3 .sec-heading {
  max-width: 550px;
}

.blog-item {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.blog-item .blog-thumb {
  min-height: 280px;
  overflow: hidden;
  position: relative;
}
.blog-item .blog-thumb::before {
  content: "";
  background-color: #253b70;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
.blog-item .blog-thumb img {
  width: 100%;
  min-height: 280px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .blog-item .blog-thumb {
    min-height: 240px;
  }
  .blog-item .blog-thumb img {
    min-height: 240px;
  }
}
.blog-item .blog-content {
  background-color: #fff;
  padding: 25px 28px 35px 28px;
  height: 100%;
}
.blog-item .blog-content .title {
  font-weight: 500;
  margin: 0;
}
.blog-item .blog-content .title a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: linear-gradient(
    to bottom,
    currentColor 0%,
    currentColor 100%
  );
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: 0 85%;
  display: inline;
}
.blog-item .blog-content .title a:hover {
  background-size: 100% 2px;
}
.blog-item .blog-content .desc {
  margin-top: 15px;
}
.blog-item .blog-content .desc:last-of-type {
  margin-bottom: 0;
}
.blog-item .blog-content .text-btn {
  margin-top: 15px;
}
.blog-item .blog-content .categories a:hover {
  background-color: #0496eb;
  border-color: #0496eb;
  color: #fff;
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1) rotate(-2deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}
.blog-item.style-2 {
  padding: 15px 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
@media (max-width: 575px) {
  .blog-item.style-2 {
    padding: 15px;
  }
}
.blog-item.style-2 .blog-thumb {
  width: 47%;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .blog-item.style-2 .blog-thumb {
    width: 100%;
  }
}
.blog-item.style-2 .blog-content {
  width: 53%;
  height: auto;
  padding: 35px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item.style-2 .blog-content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-item.style-2 .blog-content {
    padding: 30px 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-item.style-2 .blog-content {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .blog-item.style-2 .blog-content {
    width: 100%;
    padding: 25px 12px 15px;
  }
}
.blog-item.style-3 {
  border: 0;
  padding: 0;
  position: relative;
}
.blog-item.style-3 .blog-thumb::before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(12, 30, 33)),
    to(rgba(12, 30, 33, 0))
  );
  background: linear-gradient(
    0deg,
    rgb(12, 30, 33) 0%,
    rgba(12, 30, 33, 0) 100%
  );
  opacity: 1;
}
.blog-item.style-3 .blog-content {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 28px;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.blog-item.style-3 .blog-content .title a {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-item.style-3 .blog-content .title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item.style-3 .blog-content {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .blog-item.style-3 .blog-content {
    padding: 18px 15px;
  }
}
.blog-item.style-3 .blog-meta .categories a {
  color: #a9b8b8;
  border-color: transparent;
}
.blog-item.style-3 .blog-meta .categories a:hover {
  background-color: #0496eb;
  color: #fff;
}
.blog-item.style-3 .blog-meta span {
  color: #a9b8b8;
}
.blog-item.style-3 .blog-meta span a {
  color: var(--tj-color-grey-1);
}
.blog-item.style-3 .text-btn {
  position: absolute;
  margin: 0;
  inset-inline-start: 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.blog-item.style-3 .text-btn .btn-text {
  color: #fff;
}
.blog-item.style-3 .text-btn .btn-icon {
  background-color: #0496eb;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item.style-3 .text-btn {
    inset-inline-start: 20px;
  }
}
@media (max-width: 575px) {
  .blog-item.style-3 .text-btn {
    inset-inline-start: 15px;
  }
}
.blog-item.style-3:hover::before {
  height: 100%;
}
.blog-item.style-3:hover .blog-content {
  padding-bottom: 90px;
}
@media (max-width: 575px) {
  .blog-item.style-3:hover .blog-content {
    padding-bottom: 70px;
  }
}
.blog-item.style-3:hover .text-btn {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
@media (max-width: 575px) {
  .blog-item.style-3:hover .text-btn {
    bottom: 25px;
  }
}

.blog-date {
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 6px;
  z-index: 2;
}
.blog-date .date {
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.96px;
  margin-bottom: 8px;
  line-height: 1;
}
.blog-date .month {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1;
}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.blog-meta span {
  color: #0c1e21;
  line-height: 1;
}
.blog-meta span a {
  color: #222222;
}
.blog-meta span a:hover {
  color: #0c1e21;
}
@media (max-width: 575px) {
  .blog-meta {
    margin-bottom: 15px;
  }
}

.blog-post-wrapper .blog-item {
  margin-bottom: 40px;
}
.blog-post-wrapper .blog-item .blog-thumb {
  border-radius: 12px;
}
.blog-post-wrapper .blog-item .blog-content {
  background-color: transparent;
  padding: 25px 0 0 0;
}
.blog-post-wrapper .blog-item .blog-meta {
  margin-bottom: 12px;
}
.blog-content .title a {
  color: #222222 !important;
}
.text-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.text-btn .btn-text {
  color: #0c1e21;
  overflow: hidden;
}
.text-btn .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: #0c1e21;
  border-radius: 50%;
}
.text-btn .btn-icon svg {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-btn:hover .btn-icon svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
/* !END: Blog CSS */

/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.post-details-wrapper .blog-images {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}
.post-details-wrapper .title {
  line-height: 1.1;
  margin-bottom: 22px;
  color: #222222;
}
.post-details-wrapper p {
  margin-bottom: 30px;
}
.post-details-wrapper p:last-child {
  margin-bottom: 0;
}
.post-details-wrapper .images-wrap {
  margin-bottom: 10px;
}
.post-details-wrapper .image-box {
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
}
.post-details-wrapper .image-box img {
  width: 100%;
}
.post-details-wrapper .blog-text h3 {
  margin-bottom: 25px;
}
.post-details-wrapper .blog-text ul {
  margin-bottom: 50px;
  list-style: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.post-details-wrapper .blog-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 16px;
}
.post-details-wrapper .blog-text ul li:last-child {
  margin-bottom: 0;
}
.post-details-wrapper .blog-text ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 8px;
  line-height: 1;
  margin-top: 3px;
  color: #fff;
  background: #0496eb;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .post-details-wrapper .blog-text ul {
    margin-bottom: 30px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.post-details-wrapper .blog-text .blog-video {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
}
.post-details-wrapper .blog-text .blog-video .video-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  background: #fff;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.post-details-wrapper .blog-text .blog-video .video-btn span {
  font-size: 20px;
}
.post-details-wrapper .blog-text .blog-video .video-btn::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse2 2s linear infinite;
  animation: pulse2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video .video-btn::before {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video .video-btn {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.blog-category-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #c9d1d1;
  border-radius: 10px;
  margin-bottom: 25px;
}
.blog-category-two .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-end: 1px dashed #c9d1d1;
  border-inline-end: 1px dashed #c9d1d1;
  padding: 25px 30px;
  gap: 10px;
  width: 33.33%;
}
.blog-category-two .category-item:last-child {
  -webkit-border-end: none;
  border-inline-end: none;
}
.blog-category-two .category-item .cate-images {
  width: 52px;
  height: 52px;
}
.blog-category-two .category-item .cate-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .cate-images {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-images {
    width: 35px;
    height: 35px;
  }
}
.blog-category-two .category-item .cate-text .degination {
  display: block;
  color: var(--tj-color-text-body-3);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}
.blog-category-two .category-item .cate-text .title {
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 14px;
  }
}
.blog-category-two .category-item .cate-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 1;
  color: #fff;
  background-color: #0496eb;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .cate-icons {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-icons {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.blog-category-two .category-item .text {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-category-two .category-item {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-category-two .category-item {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item {
    width: 100%;
    padding: 0;
    border: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two {
    padding: 20px;
    gap: 20px;
  }
}

blockquote {
  position: relative;
  padding: 40px 30px 30px;
  background: #d9e7ec;
  border: 2px solid #0496eb;
  border-radius: 12px;
  margin-top: 55px;
  margin-bottom: 50px;
  z-index: 2;
}

blockquote p {
  color: var(--tj-color-heading-primary);

  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px !important;
  letter-spacing: -0.6px;
  line-height: 1.417;
  border-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  blockquote p {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}
blockquote cite {
  color: var(--tj-color-heading-primary);
  display: block;
  text-align: end;
  font-style: normal;
  position: relative;
  z-index: 1;
}
blockquote cite::before {
  content: "";
  display: inline-block;
  background: #0496eb;
  height: 1px;
  width: 50px;
  top: -4px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  blockquote {
    padding: 25px 15px;
    margin-bottom: 40px;
  }
}

.tj-tags-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dashed #c9d1d1;
  border-bottom: 1px dashed #c9d1d1;
  padding: 22px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tj-tags-post .tagcloud {
  width: calc(100% - 200px);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-tags-post .tagcloud {
    width: 100%;
  }
}
.tj-tags-post .post-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
}
.tj-tags-post .post-share ul li {
  font-size: 16px;
  color: var(--tj-color-heading-primary);
  margin-bottom: 0;
}
.tj-tags-post .post-share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
}
.tj-tags-post .post-share ul li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-tags-post .post-share ul li a:hover i {
  color: #0496eb;
}
.tj-tags-post.no_socials {
  width: 100%;
}

.tj-post__navigation {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tj-post__navigation .tj-nav-post__nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: var(--tj-color-heading-primary);
  font-weight: 500;
}
.tj-post__navigation .tj-nav-post__nav a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c9d1d1;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-post__navigation .tj-nav-post__nav a span i {
  color: #253b70;
}
@media (max-width: 575px) {
  .tj-post__navigation .tj-nav-post__nav a span {
    width: 48px;
    height: 48px;
  }
}
.tj-post__navigation .tj-nav-post__nav a:hover span {
  background-color: #0496eb;
  border-color: #0496eb;
}
.tj-post__navigation .tj-nav-post__nav a:hover span i {
  color: #fff;
}
.tj-post__navigation .tj-nav-post__grid {
  font-size: 30px;
  line-height: 1;
  color: #000;
}
.tj-post__navigation .tj-nav-post__grid a {
  color: currentColor;
}
.tj-post__navigation .tj-nav-post__grid a:hover {
  color: #0496eb;
}
@media (max-width: 575px) {
  .tj-post__navigation {
    padding: 20px;
    gap: 20px;
  }
}
/* START: Careers CSS */
.tj-careers-section {
  background-color: #ecf0f0;
}
.rg-30 {
  row-gap: 30px;
}
.tj-careers {
  padding: 30px;
  border: 1px solid var(--tj-color-border-3);
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-careers-icon {
  width: 88px;
  height: 88px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 48px;
  line-height: 1;
  background-color: var(--tj-color-theme-bg-2);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-careers-icon i {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #38abd0;
}
.tj-careers-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.tj-careers-tag span {
  display: inline-block;
  padding: 2px 0px;
  border: 1px dashed var(--tj-color-border-1);
  background-color: transparent;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.career-heading h1 {
  font-size: 32px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 32px;
}
.tj-careers-title a {
  color: #222222;
}
.tj-careers-form .form-input input[type="file"]:focus {
  border-color: var(--tj-color-theme-primary);
}
.tj-careers-form .form-input input::-webkit-file-upload-button {
  width: 125px;
  height: 44px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  color: var(--tj-color-theme-primary);
  background: #38abd01f;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.tj-careers-form .form-input input::file-selector-button {
  width: 125px;
  height: 44px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  color: var(--tj-color-theme-primary);
  background: #38abd01f;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.tj-careers-form .form-input input[type=file] {
  padding: 7px;
  cursor: pointer;
  background: #38abd01f;
  border: 1px solid transparent;
}
.tj-careers-title {
  margin-bottom: 0;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-careers-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-careers-title {
    font-size: 19px;
  }
}
.tj-careers-salary {
  margin-top: 15px;

  font-weight: 600;
  font-size: 20px;
  color: #222222;
}
.tj-careers-salary span {
  color: var(--tj-color-text-body);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-careers-bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.tj-careers-bottom .location {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-careers-bottom .location i {
  color: #222222;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.tj-careers-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--tj-color-heading-primary);
}
.tj-careers-btn span.btn-icon {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--tj-color-heading-primary);
}
.tj-careers-btn span.btn-icon i {
  color: var(--tj-color-heading-primary);
  font-weight: 700;
  margin-top: 2px;
}
.tj-careers-btn span.btn-icon i:first-child,
.tj-careers-btn span.btn-icon i:last-child {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition:
    transform 0.4s ease-in-out 0s,
    -webkit-transform 0.4s ease-in-out 0s;
}
.tj-careers-btn span.btn-icon i:last-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.tj-careers-btn .btn-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  color: var(--tj-color-heading-primary);
  text-shadow: 0 23px 0 currentColor;
  font-weight: 700;
}
.tj-careers-btn .btn-text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tj-careers:hover {
  border-color: #253b70;
  background-color: #253b70;
}
.tj-careers:hover .tj-careers-icon {
  background-color: #38abd0;
}
.tj-careers:hover .tj-careers-icon i {
  color: #fff;
}
.tj-careers:hover .tj-careers-tag span {
  border: 1px dashed var(--tj-color-border-2);
  color: #a9b8b8;
}
.tj-careers:hover .tj-careers-title a {
  color: #fff;
}
.tj-careers:hover .tj-careers-salary {
  color: #a9b8b8;
}
.tj-careers:hover .tj-careers-salary span {
  color: #fff;
}
.tj-careers:hover .tj-careers-bottom .location {
  color: #a9b8b8;
}
.tj-careers:hover .tj-careers-btn {
  color: #fff;
}
.tj-careers:hover .tj-careers-btn span.btn-icon {
  color: #fff;
}
.tj-careers:hover .tj-careers-btn span.btn-icon i {
  color: #fff;
}
.tj-careers:hover .tj-careers-btn span.btn-icon i:first-child {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}
.tj-careers:hover .tj-careers-btn span.btn-icon i:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.tj-careers:hover .tj-careers-btn .btn-text {
  color: #fff;
}
.tj-careers:hover .tj-careers-btn .btn-text > span {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}

/* !END: Careers CSS */

/* START: Careers details CSS */
.tj-careers-details .tj-post-single-post {
  border: 1px dashed var(--tj-color-border-1);
  padding: 0 30px 30px 30px;
  margin-bottom: 50px;
  border-radius: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-careers-details .tj-post-single-post {
    margin-bottom: 35px;
    padding: 0px 10px !important;
  }
}
.tj-careers-details .tj-check-list ul {
  list-style: none;
}
.tj-careers-details .tj-check-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 10px;
}
.tj-careers-details .tj-check-list ul li:last-child {
  margin-bottom: 0;
}
.tj-careers-details .tj-check-list ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 8px;
  line-height: 1;
  margin-top: 3px;
  color: #fff;
  background: #38abd0;
  border-radius: 50%;
}
.tj-careers-details .service-check-list ul li span {
  font-weight: 400;
}
.tj-careers-details .tj-post-details_tags_share {
  margin-top: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tj-careers-details .project_catagory ul {
  background-color: #fff;
  padding: 0 20px 25px 20px;
  margin: 0;
  list-style: none;
  border-radius: 8px;
}
.tj-careers-details .project_catagory ul li:first-child {
  padding-top: 19px;
}
.tj-careers-details .project_catagory ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed var(--tj-color-border-1);
  font-weight: 400;
}
.tj-careers-details .project_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tj-careers-details .project_catagory ul li span {
  color: var(--tj-color-body-text);
}
.tj-careers-details .project_catagory ul li span.first-child {
  min-width: 100px;
  position: relative;
  z-index: 1;
}
.tj-careers-details .project_catagory ul li span.first-child::before {
  position: absolute;
  content: ":";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  inset-inline-end: 0;
}
.tj-careers-details .tj-sidebar-widget {
  border-color: #38abd01f;
}
.tj-careers-top {
  padding: 30px;
  background-color: #38abd01f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  border-radius: 8px;
}
.tj-sidebar-widget {
  background-color: #38abd01f;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
}
.tj-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #38abd0;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 5px 5px 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}
.tj-primary-btn .btn-text {
  color: #ffffff;
  overflow: hidden;
}
.tj-primary-btn .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: #0c1e21;
  border-radius: 50%;
}
.tj-primary-btn .btn-icon svg {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tj-careers-top-icon {
  width: 130px;
  height: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #38abd0;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-careers-top-icon {
    width: 100px;
    height: 100px;
  }
}
.tj-careers-top-icon i {
  font-size: 70px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-careers-top-icon i {
    font-size: 55px;
  }
}
.tj-careers-top-title {
  margin-bottom: 0;
  color: #222222;
  font-weight: 500;
}
.tj-entry-content h4 {
  color: #222222;
  font-weight: 500;
  margin-bottom: 16px;
}
.tj-entry-content p {
  color: #222222;
  margin-bottom: 16px;
}
.tj-careers-top .tj-careers-tag span {
  border-color: var(--tj-color-border-1);
}
.team-details__experience__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #c9d1d1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0;
  border-radius: 12px;
  list-style: none;
  border-radius: 10px;
}
.team-details__experience__list ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border: 1px dashed #c9d1d1;
  border-top: 0;
  -webkit-border-start: 0;
  border-inline-start: 0;
}
.team-details__experience__list ul li svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 22px;
  width: 100%;
  height: 22px;
  font-size: 10px;
  padding: 0.3rem;
  color: #fff;
  background: #38abd0;
  border-radius: 50%;
  margin-top: 4px;
}
.tj-careers-details .service-check-list ul li span {
  font-weight: 400;
}
.tj-careers-top .tj-careers-tag span:hover {
  border-color: #38abd0;
}
.tj-careers-top .location {
  display: block;
  margin-top: 15px;
  color: var(--tj-color-heading-primary);
}
.tj-careers-top .location i {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.tj-careers-form .form-input {
  margin-bottom: 20px;
}
.tj-careers-form .form-input.reduce {
  margin-top: -10px;
}
.tj-careers-form .form-input textarea,
.tj-careers-form .form-input input {
  height: 60px;
  border-color: transparent;
  border-radius: 8px;
}
.tj-careers-form .form-input textarea::-webkit-input-placeholder,
.tj-careers-form .form-input input::-webkit-input-placeholder {
  color: var(--tj-color-common-black-2);
}
.tj-careers-form .form-input textarea::-moz-placeholder,
.tj-careers-form .form-input input::-moz-placeholder {
  color: var(--tj-color-common-black-2);
}
.tj-careers-form .form-input textarea:-ms-input-placeholder,
.tj-careers-form .form-input input:-ms-input-placeholder {
  color: var(--tj-color-common-black-2);
}
.tj-careers-form .form-input textarea::-ms-input-placeholder,
.tj-careers-form .form-input input::-ms-input-placeholder {
  color: var(--tj-color-common-black-2);
}
.tj-careers-form .form-input textarea::placeholder,
.tj-careers-form .form-input input::placeholder {
  color: var(--tj-color-common-black-2);
}
.tj-careers-form .form-input textarea:focus,
.tj-careers-form .form-input input:focus {
  border: 1px solid #38abd0;
}
.tj-careers-form .form-input textarea {
  min-height: 160px;
}
.tj-careers-form .form-input label {
  color: var(--tj-color-common-black-2);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.tj-careers-form .form-input input[type="file"] {
  padding: 7px;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
}
.tj-careers-form .form-input input[type="file"]:focus {
  border-color: #38abd0;
}
.tj-careers-form .form-input input::-webkit-file-upload-button {
  width: 125px;
  height: 44px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  color: #38abd0;
  background: var(--tj-color-theme-bg-2);
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.tj-careers-form .form-input input::file-selector-button {
  width: 125px;
  height: 44px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  color: #38abd0;
  background: var(--tj-color-theme-bg-2);
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/* !END: Careers details CSS */

/* Blog Style Two */
.blog-two-item {
  margin-bottom: 30px;
}
.blog-two-item .image {
  margin-bottom: 30px;
}
.blog-two-item .image img {
  width: 100%;
}
.blog-two-item .content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.blog-two-item .content .tags a {
  line-height: 1;
  border: 1px solid;
  padding: 6px 13px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.blog-two-item .content .tags a:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 376px) {
  .blog-two-item .content h5 {
    font-size: 22px;
  }
}
.blog-two-item .content .date i {
  margin-right: 8px;
  color: var(--tj-color-gold-1);
}
.blog-two-item .content .date a {
  color: var(--tj-color-gold-1);
}

/* Blog Grid */
.blog-grid-item {
  margin-bottom: 60px;
}
.blog-grid-item .image img {
  width: 100%;
      border-radius: 10px 10px 0 0px;
}
.blog-grid-area .blog-grid-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.45s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  position: relative;
}

.blog-grid-area .blog-grid-item:hover {
  transform: translateY(-14px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.15);
}
.blog-grid-area .blog-grid-item .image {
  overflow: hidden;
}

.blog-grid-area .blog-grid-item .image img {
  width: 100%;
  transition: transform 0.7s ease;
}

.blog-grid-area .blog-grid-item:hover .image img {
  transform: scale(1.12) rotate(-1deg);
}
.blog-content p {  margin-bottom: 20px;  line-height: 1.7;
    font-size: 14px;}


.blog-content {
  background: white;
  padding: 30px 35px 35px;
  -webkit-box-shadow: 10px 0 60px rgba(223, 223, 223, 0.5);
  box-shadow: 10px 0 60px rgba(223, 223, 223, 0.5);
}
@media only screen and (max-width: 479px) {
  .blog-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-content h5 {
line-height: normal;
    margin-bottom: 10px;
    letter-spacing: normal;
}
@media only screen and (min-width: 376px) {
  .blog-content h5 {
    font-size: 16px;
  }
}
.blog-content .read-more {
  color: var(--tj-color-gold-1);
  text-decoration: none;
}
@media only screen and (min-width: 376px) {
  .blog-content .read-more {
    font-size: 16px;
  }
}

.blog-content .read-more:hover{color: #776a2f;padding-left: 5px;}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6a6a6;
  font-size: 14px;
}
.date-blog {
  color: #a6a6a6 !important;
}
.privacy p {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  margin-bottom: 32px;
}
.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.blog-meta li img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
}
.blog-meta li i {
  margin-right: 6px;
}
.blog-meta li:not(:last-child) {
  margin-right: 22px;
}
.blog-meta li:not(:first-child) {
  padding-left: 22px;
  border-left: 2px solid var(--tj-color-gold-1);
}
.z-1 {
  z-index: 1;
}
/* Blog Details */
.blog-details-content {
  padding-bottom: 35px;
}
.blog-details-content .blog-meta {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(41, 48, 67, 0.1);
}
.blog-details-content h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}
.blog-details-content h4 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
    margin: 32px 0;
}
.rs-btn {
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    height: 55px;
    transition: all 0.3s linear;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: .5px;
}
.rs-btn.has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #08807d;
    background: linear-gradient(90deg, rgba(8, 128, 125, 1) 0%, rgb(48 170 219) 100%);
    transition: all 0.5s ease;
    transform: translateX(-100%);
    border-radius: 2px;
    z-index: -1;
}
.rs-btn.has-icon .icon-box {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-box svg {
    width: 17px;
    fill: #fff;
}
.rs-btn.has-icon:hover {
    color: #fff;
    background: #08807d;
}
.rs-btn.has-icon .icon-second {
    position: absolute;
    transform: translateX(-150%);
    transition: all 0.3s ease-out 0s;
}

.rs-btn.has-icon .icon-first {
    transition: all 0.3s ease-out 0s;
}
.rs-btn.has-theme-light-green {
    background: #08807d;
    background: linear-gradient(90deg, rgba(8, 128, 125, 1) 0%, rgb(48 170 219) 100%);
}
.blog-details-content .image {
  margin-bottom: 40px;
}
.blog-details-content .image img {
  border-radius: 20px;
  width: 100%;
}
blockquote {
  position: relative;
  padding: 30px 70px 20px 160px;
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding-right: 0;
    padding-left: 75px;
  }

  .ml_5{margin-left: 0px !important; margin-top: 30px;}.wi100{width: 100%;}
  .wi80{width: 93%;}
}
@media only screen and (max-width: 375px) {
  blockquote {
    padding-left: 55px;
  }
}
blockquote:before {
  line-height: 1;
  content: "\f125";
  font-size: 50px;
  font-family: "Flaticon";
  color: #01c9f5;
  position: absolute;
  margin-left: -75px;
}
@media only screen and (max-width: 375px) {
  blockquote:before {
    font-size: 40px;
    margin-left: -55px;
  }
}
@media only screen and (max-width: 479px) {
  blockquote h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  blockquote h4 {
    font-size: 18px;
  }
}
blockquote .blockquote-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 376px) {
  blockquote .blockquote-footer {
    font-size: 18px;
  }
}
blockquote .blockquote-footer:before {
  content: "";
  width: 40px;
  height: 3px;
  margin-right: 20px;
  background: #ff8a00;
}


.btn-box .flaticon-next {padding-left: 6px;}

.ml_5{margin-left: 30px;}

/* ====================================================================
   About Page Custom Styles
   ==================================================================== */

/* About Section New */
.about-section-new {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.about-section-new .deco-circle-green {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.06), transparent);
    border-radius: 50%;
}

.about-section-new .deco-circle-blue {
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.05), transparent);
    border-radius: 50%;
}

.about-section-new .container {
    position: relative;
    z-index: 1;
}

.about-section-new .content-col {
    padding-right: 50px;
}

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

.about-section-new .title-flex {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.about-section-new .title-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #4CAF50, #81C784);
    border-radius: 2px;
}

.about-section-new .subtitle {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.about-section-new .main-title {
    font-size: 42px;
    color: #1a1a2e;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.about-section-new .about-text {
    margin-bottom: 30px;
}

.about-section-new .highlight-text {
    color: #555;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid #4CAF50;
}

.about-section-new .normal-text {
    color: #666;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-section-new .normal-text:last-child {
    margin: 0;
}

.about-section-new .about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 35px;
}

.about-section-new .highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-section-new .highlight-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.about-section-new .highlight-icon.green {
    background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
}

.about-section-new .highlight-icon.blue {
    background: linear-gradient(135deg, #E3F2FD, #BBDEFB);
}

.about-section-new .highlight-icon.purple {
    background: linear-gradient(135deg, #F3E5F5, #E1BEE7);
}

.about-section-new .highlight-icon i.green-icon {
    color: #4CAF50;
    font-size: 16px;
}

.about-section-new .highlight-icon i.blue-icon {
    color: #2196F3;
    font-size: 16px;
}

.about-section-new .highlight-icon i.purple-icon {
    color: #9C27B0;
    font-size: 16px;
}

.about-section-new .highlight-label {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.about-section-new .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 18px 30px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgb(8 131 149 / 33%);
}

.about-section-new .download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(76, 175, 80, 0.4);
}

.about-section-new .download-btn-icon {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.about-section-new .download-btn-icon i {
    color: #fff;
    font-size: 20px;
}

.about-section-new .download-btn-text span {
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-section-new .download-btn-text strong {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.about-section-new .download-btn-arrow {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
}

.about-section-new .about-image-grid {
    position: relative;
    padding: 20px;
}

.about-section-new .main-image-wrapper {
    position: relative;
    z-index: 2;
}

.about-section-new .main-image-inner {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.about-section-new .main-image-inner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.about-section-new .secondary-image-wrapper {
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 3;
    width: 55%;
}

.about-section-new .secondary-image-inner {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    border: 5px solid #fff;
}

.about-section-new .secondary-image-inner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.about-section-new .deco-box-green {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #4CAF50, #81C784);
    border-radius: 20px;
    z-index: 1;
    opacity: 0.2;
}

.about-section-new .deco-box-blue {
    position: absolute;
    bottom: 50px;
    right: -40px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2196F3, #64B5F6);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.15;
}

.about-section-new .stats-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 4;
    background: #fff;
    padding: 20px 25px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: center;
}

.about-section-new .stats-badge-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-section-new .stats-badge-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.about-section-new .stats-badge-icon i {
    color: #fff;
    font-size: 22px;
}

.about-section-new .stats-badge-text {
    text-align: left;
}

.about-section-new .stats-badge-text span {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-section-new .stats-badge-text strong {
    font-size: 18px;
    color: #333;
}

/* Mission & Vision Section */
.mission-vision-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.mission-vision-section .deco-circle-green {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.08), rgba(76, 175, 80, 0.02));
    border-radius: 50%;
}

.mission-vision-section .deco-circle-blue {
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.06), rgba(33, 150, 243, 0.02));
    border-radius: 50%;
}

.mission-vision-section .container {
    position: relative;
    z-index: 1;
}

.mission-vision-section .section-header {
    margin-bottom: 60px;
}

.mission-vision-section .section-header h5 {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.mission-vision-section .section-header h1 {
    font-size: 42px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.mission-vision-section .section-header p {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

.mission-vision-section .cards-row {
    display: flex;
    align-items: stretch;
}

.mission-vision-section .card-col {
    margin-bottom: 30px;
}

.mission-vision-section .mv-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.mission-vision-section .mv-card.mission {
    box-shadow: 0 20px 60px rgba(76, 175, 80, 0.12);
}

.mission-vision-section .mv-card.vision {
    box-shadow: 0 20px 60px rgba(33, 150, 243, 0.12);
}

.mission-vision-section .mv-card-banner {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-vision-section .mv-card-banner.mission-banner {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
}

.mission-vision-section .mv-card-banner.vision-banner {
    background: linear-gradient(135deg, #2196F3 0%, #1565C0 100%);
}

.mission-vision-section .pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 20px 20px;
}

.mission-vision-section .mv-icon-circle {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);color: #fff;
    font-size: 40px;
}

.mission-vision-section .mv-icon-circle i {
    font-size: 42px;
    color: #fff;
}

.mission-vision-section .mv-label-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.3);
}

.mission-vision-section .mv-label-badge span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-vision-section .mv-card-content {
    padding: 40px;
}

.mission-vision-section .mv-card-content h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mission-vision-section .mv-title-line {
    width: 40px;
    height: 4px;
    border-radius: 2px;
}

.mission-vision-section .mv-title-line.green {
    background: linear-gradient(90deg, #4CAF50, #81C784);
}

.mission-vision-section .mv-title-line.blue {
    background: linear-gradient(90deg, #2196F3, #64B5F6);
}

.mission-vision-section .mv-card-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.mission-vision-section .mv-card-content p:last-of-type {
    margin: 0;
}

.mission-vision-section .mv-key-points {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mission-vision-section .mv-point-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

.mission-vision-section .mv-point-tag.green {
    background: #E8F5E9;
    color: #2E7D32;
}

.mission-vision-section .mv-point-tag.blue {
    background: #E3F2FD;
    color: #1565C0;
}

.mission-vision-section .mv-point-tag i {
    font-size: 10px;
}

/* Our Values Section */
.what-we-do .sec-title.style-two {
    margin-bottom: 25px;
}

.what-we-do .sec-title.style-two h5 {
    color: #4CAF50;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.what-we-do .sec-title.style-two h1 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
}

.what-we-do .section-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.what-we-do .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.what-we-do .value-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 25px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.what-we-do .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.what-we-do .value-card.border-green { border-top: 4px solid #4CAF50; }
.what-we-do .value-card.border-blue { border-top: 4px solid #2196F3; }
.what-we-do .value-card.border-purple { border-top: 4px solid #9C27B0; }
.what-we-do .value-card.border-orange { border-top: 4px solid #FF9800; }
.what-we-do .value-card.border-cyan { border-top: 4px solid #00BCD4; }
.what-we-do .value-card.border-pink { border-top: 4px solid #E91E63; }

.what-we-do .value-icon {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;color: #ffffff;
    font-size: 20px;
}

.what-we-do .value-icon.green { background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%); }
.what-we-do .value-icon.blue { background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%); }
.what-we-do .value-icon.purple { background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%); }
.what-we-do .value-icon.orange { background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%); }
.what-we-do .value-icon.cyan { background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%); }
.what-we-do .value-icon.pink { background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%); }

.what-we-do .value-icon i {
    color: #fff;
    font-size: 24px;
}

.what-we-do .value-content h5 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.what-we-do .value-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Who We Serve Section */
.who-we-serve {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.who-we-serve .sec-title.style-two {
    margin-bottom: 25px;
}

.who-we-serve .sec-title.style-two h5 {
    color: #4CAF50;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.who-we-serve .sec-title.style-two h1 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
}

.who-we-serve .section-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.who-we-serve .serve-image-box {
    position: relative;
}

.who-we-serve .image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.who-we-serve .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.who-we-serve .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(76, 175, 80, 0.3), transparent);
}

.who-we-serve .deco-circle-green {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border-radius: 50%;
    opacity: 0.2;
}

.who-we-serve .deco-circle-blue {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #2196F3, #1976D2);
    border-radius: 50%;
    opacity: 0.15;
}

.who-we-serve .serve-content {
    padding-left: 40px;
}

.who-we-serve .serve-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.who-we-serve .serve-item:hover {
    transform: translateX(5px);
}

.who-we-serve .serve-icon {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.who-we-serve .serve-icon.green { background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%); }
.who-we-serve .serve-icon.blue { background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%); }
.who-we-serve .serve-icon.purple { background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%); }
.who-we-serve .serve-icon.orange { background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%); }
.who-we-serve .serve-icon.cyan { background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%); }

.who-we-serve .serve-icon i {
    color: #fff;
    font-size: 18px;
}

.who-we-serve .serve-text p {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

.who-we-serve .serve-text strong {
    color: #333;
}

.who-we-serve .serve-note {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    border-radius: 12px;
    color: #fff;
}

.who-we-serve .serve-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}

.who-we-serve .serve-note i {
    margin-right: 8px;
}

/* How We Work Section */
.how-we-work {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.how-we-work .section-header {
    margin-bottom: 50px;
}

.how-we-work .sec-title.style-two h5 {
    color: #4CAF50;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.how-we-work .sec-title.style-two h1 {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.how-we-work .card-col {
    margin-bottom: 30px;
}

.how-we-work .work-card {
    height: 100%;
    padding: 40px 30px;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-we-work .work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}

.how-we-work .work-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.how-we-work .work-card-accent.green { background: linear-gradient(90deg, #4CAF50, #81C784); }
.how-we-work .work-card-accent.blue { background: linear-gradient(90deg, #2196F3, #64B5F6); }
.how-we-work .work-card-accent.purple { background: linear-gradient(90deg, #9C27B0, #BA68C8); }

.how-we-work .work-card-icon {
     width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #fff;
    font-size: 30px;
}

.how-we-work .work-card-icon.green {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.how-we-work .work-card-icon.blue {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.3);
}

.how-we-work .work-card-icon.purple {
    background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%);
    box-shadow: 0 10px 30px rgba(156, 39, 176, 0.3);
}

.how-we-work .work-card-icon i {
    color: #fff;
    font-size: 32px;
}

.how-we-work .work-card h4 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.how-we-work .work-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* Our Team Section */
.our-team-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
}

.our-team-section .deco-blur-green {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(60px);
}

.our-team-section .deco-blur-blue {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #2196F3, #1976D2);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(80px);
}

.our-team-section .container {
    position: relative;
    z-index: 1;
}

.our-team-section .content-col {
    margin-bottom: 40px;
}

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

.our-team-section .sec-title h5 {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.our-team-section .sec-title h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.our-team-section .team-desc {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 25px;
}

.our-team-section .team-desc:last-of-type {
    margin-bottom: 35px;
}

.our-team-section .team-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.our-team-section .team-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
}

.our-team-section .team-highlight-item.green {
    background: rgba(76, 175, 80, 0.15);
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.our-team-section .team-highlight-item.blue {
    background: rgba(33, 150, 243, 0.15);
    border: 1px solid rgba(33, 150, 243, 0.3);
}

.our-team-section .team-highlight-item.purple {
    background: rgba(156, 39, 176, 0.15);
    border: 1px solid rgba(156, 39, 176, 0.3);
}

.our-team-section .team-highlight-item i.green-icon { color: #4CAF50; }
.our-team-section .team-highlight-item i.blue-icon { color: #2196F3; }
.our-team-section .team-highlight-item i.purple-icon { color: #9C27B0; }

.our-team-section .team-highlight-item i {
    font-size: 16px;
}

.our-team-section .team-highlight-item span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.our-team-section .team-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    padding-left: 30px;
}

.our-team-section .team-photo {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.our-team-section .team-photo.large {
    grid-row: span 2;
}

.our-team-section .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.our-team-section .team-photo:not(.large) img {
    min-height: 180px;
}

.our-team-section .team-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.our-team-section .team-photo.large .team-photo-overlay {
    padding: 20px;
}

.our-team-section .team-photo:not(.large) .team-photo-overlay {
    padding: 15px;
}

.our-team-section .team-photo-overlay h5 {
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.our-team-section .team-photo.large .team-photo-overlay h5 {
    font-size: 18px;
}

.our-team-section .team-photo:not(.large) .team-photo-overlay h5 {
    font-size: 15px;
    margin-bottom: 3px;
}

.our-team-section .team-photo-overlay p {
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.our-team-section .team-photo.large .team-photo-overlay p {
    font-size: 13px;
}

.our-team-section .team-photo:not(.large) .team-photo-overlay p {
    font-size: 12px;
}

.our-team-section .team-note {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    text-align: center;
    margin-top: 25px;
    font-style: italic;
    padding-left: 30px;
}

.our-team-section .team-note i {
    margin-right: 8px;
}

/* Get Involved Section */
.get-involved-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f0f9f0 0%, #e8f5e9 50%, #fff 100%);
    position: relative;
}

.get-involved-section .section-header {
    margin-bottom: 60px;
}

.get-involved-section .sec-title h5 {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.get-involved-section .sec-title h1 {
    font-size: 42px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.get-involved-section .sec-title p {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

.get-involved-section .card-col {
    margin-bottom: 30px;
}

.get-involved-section .involve-card {
    height: 100%;
    padding: 35px 25px;
    background: #fff;
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.get-involved-section .involve-card:hover {
    transform: translateY(-5px);
}

.get-involved-section .involve-card.green-shadow { box-shadow: 0 15px 50px rgba(76, 175, 80, 0.1); }
.get-involved-section .involve-card.blue-shadow { box-shadow: 0 15px 50px rgba(33, 150, 243, 0.1); }
.get-involved-section .involve-card.purple-shadow { box-shadow: 0 15px 50px rgba(156, 39, 176, 0.1); }
.get-involved-section .involve-card.orange-shadow { box-shadow: 0 15px 50px rgba(255, 152, 0, 0.1); }

.get-involved-section .involve-icon-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
}

.get-involved-section .involve-icon-circle.green { background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%); }
.get-involved-section .involve-icon-circle.blue { background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%); }
.get-involved-section .involve-icon-circle.purple { background: linear-gradient(135deg, #F3E5F5 0%, #E1BEE7 100%); }
.get-involved-section .involve-icon-circle.orange { background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%); }

.get-involved-section .involve-icon-circle > i {
    font-size: 36px;
}

.get-involved-section .involve-icon-circle > i.green-icon { color: #4CAF50; }
.get-involved-section .involve-icon-circle > i.blue-icon { color: #2196F3; }
.get-involved-section .involve-icon-circle > i.purple-icon { color: #9C27B0; }
.get-involved-section .involve-icon-circle > i.orange-icon { color: #FF9800; }

.get-involved-section .involve-icon-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-involved-section .involve-icon-badge.green { background: #4CAF50; }
.get-involved-section .involve-icon-badge.blue { background: #2196F3; }
.get-involved-section .involve-icon-badge.purple { background: #9C27B0; }
.get-involved-section .involve-icon-badge.orange { background: #FF9800; }

.get-involved-section .involve-icon-badge i {
    font-size: 12px;
    color: #fff;
}

.get-involved-section .involve-card h4 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 12px;
}

.get-involved-section .involve-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.get-involved-section .cta-row {
    margin-top: 40px;
}

.get-involved-section .contact-cta-box {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 20px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 20px 60px rgb(76 125 175 / 30%);
}

.get-involved-section .cta-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.get-involved-section .cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    margin: 0;
}

.get-involved-section .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #4CAF50;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.get-involved-section .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.get-involved-section .cta-btn i {
    font-size: 18px;
}

/* CTA Buttons Container */
.get-involved-section .cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.get-involved-section .cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(3, 141, 193, 0.3);
}

.get-involved-section .cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(3, 141, 193, 0.4);
    color: #fff;
}

.get-involved-section .cta-btn-primary i {
    font-size: 16px;
}

.get-involved-section .cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #0a7e80;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(10, 126, 128, 0.2);
}

.get-involved-section .cta-btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    background: #0a7e80;
    color: #fff;
    border-color: #0a7e80;
}

.get-involved-section .cta-btn-secondary i {
    font-size: 16px;
}

/* Responsive styles for About page sections */
@media only screen and (max-width: 991px) {
    .about-section-new .content-col {
        padding-right: 15px;
        margin-bottom: 50px;
    }

    .about-section-new .secondary-image-wrapper {
        left: 0;
    }

    .what-we-do .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .who-we-serve .serve-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .our-team-section .team-photo-grid {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about-section-new {
        padding: 60px 0;
    }

    .about-section-new .main-title {
        font-size: 32px;
    }

    .mission-vision-section {
        padding: 60px 0;
    }

    .mission-vision-section .section-header h1 {
        font-size: 32px;
    }

    .what-we-do .values-grid {
        grid-template-columns: 1fr;
    }

    .our-team-section {
        padding: 60px 0;
    }

    .our-team-section .sec-title h1 {
        font-size: 32px;
    }

    .our-team-section .team-photo-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .our-team-section .team-photo.large {
        grid-row: span 1;
    }

    .get-involved-section {
        padding: 60px 0;
    }

    .get-involved-section .sec-title h1 {
        font-size: 32px;
    }

    .get-involved-section .contact-cta-box {
        padding: 30px;
        flex-direction: column;
        text-align: center;
    }

    .get-involved-section .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .get-involved-section .cta-btn-primary,
    .get-involved-section .cta-btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* ====================================================================
   CTA Section New - Book a Service Appointment
   ==================================================================== */

.cta-section-new {
    padding: 100px 0;
    background: linear-gradient(135deg, #068ab6 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
}

.cta-section-new .cta-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 30px 30px;
}

.cta-section-new .cta-deco-circle-1 {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(80px);
}

.cta-section-new .cta-deco-circle-2 {
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #2196F3, #1976D2);
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(100px);
}

.cta-section-new .container {
    position: relative;
    z-index: 1;
}

.cta-section-new .cta-content {
    padding-right: 40px;
}

.cta-section-new .cta-subtitle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.cta-section-new .cta-subtitle-line {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #4CAF50, #81C784);
    border-radius: 2px;
}

.cta-section-new .cta-subtitle {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cta-section-new .cta-title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-section-new .cta-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.cta-section-new .cta-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.cta-section-new .cta-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cta-section-new .cta-feature-icon {
    width: 45px;
    height: 45px;
    background: rgba(76, 175, 80, 0.15);
    border: 1px solid rgba(76, 175, 80, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}

.cta-section-new .cta-feature-icon i {
    color: #4CAF50;
    font-size: 18px;
}

.cta-section-new .cta-feature-item span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.cta-section-new .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-section-new .cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow:0 10px 30px rgb(60 163 197 / 38%);
}

.cta-section-new .cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgb(35 175 222 / 40%);
    color: #fff;
}

.cta-section-new .cta-btn-primary i {
    font-size: 18px;
}

.cta-section-new .cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-section-new .cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.cta-section-new .cta-btn-secondary i {
    font-size: 18px;
}

/* Contact Card */
.cta-section-new .cta-contact-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.cta-section-new .cta-card-header {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-section-new .cta-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.cta-section-new .cta-card-icon i {
    color: #fff;
    font-size: 26px;
}

.cta-section-new .cta-card-header-text span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-section-new .cta-card-header-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 0;
}

.cta-section-new .cta-card-body {
    padding: 30px;
}

.cta-section-new .cta-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cta-section-new .cta-contact-item:last-child {
    border-bottom: none;
}

.cta-section-new .cta-contact-icon {
      width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #b9e8fc 0%, #cefbfd 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0391d1;
}

.cta-section-new .cta-contact-icon i {
    color: #4CAF50;
    font-size: 20px;
}

.cta-section-new .cta-contact-info {
    flex: 1;
}

.cta-section-new .cta-contact-info span {
    display: block;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.cta-section-new .cta-contact-info a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cta-section-new .cta-contact-info a:hover {
    color: #4CAF50;
}

.cta-section-new .cta-card-footer {
    background: #f8f9fa;
    padding: 15px 30px;
    text-align: center;
}

.cta-section-new .cta-card-footer p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.cta-section-new .cta-card-footer i {
    color: #4CAF50;
    margin-right: 8px;
}

/* Responsive styles for CTA section */
@media only screen and (max-width: 991px) {
    .cta-section-new .cta-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .cta-section-new .cta-subtitle-wrap {
        justify-content: center;
    }

    .cta-section-new .cta-title {
        font-size: 36px;
    }

    .cta-section-new .cta-features {
        justify-content: center;
    }

    .cta-section-new .cta-buttons {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .cta-section-new {
        padding: 60px 0;
    }

    .cta-section-new .cta-title {
        font-size: 28px;
    }

    .cta-section-new .cta-features {
        flex-direction: column;
        align-items: center;
    }

    .cta-section-new .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-section-new .cta-btn-primary,
    .cta-section-new .cta-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .cta-section-new .cta-card-header {
        flex-direction: column;
        text-align: center;
    }
}

/* ====================================================================
   About Section Home - Index Page
   ==================================================================== */

.about-section-home {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff 0%, #f8faf8 100%);
    position: relative;
    overflow: hidden;
}

.about-section-home .about-home-deco-1 {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.08), transparent);
    border-radius: 50%;
}

.about-section-home .about-home-deco-2 {
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.06), transparent);
    border-radius: 50%;
}

.about-section-home .about-home-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.02;
    background-image: radial-gradient(circle, #4CAF50 1px, transparent 1px);
    background-size: 40px 40px;
}

.about-section-home .container {
    position: relative;
    z-index: 1;
}

/* Image Column */
.about-section-home .about-home-images {
    position: relative;
    padding: 30px;
}

.about-section-home .about-home-main-img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.about-section-home .about-home-main-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.about-section-home .about-home-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-section-home .about-home-badge .badge-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section-home .about-home-badge .badge-icon i {
    color: #fff;
    font-size: 22px;
}

.about-section-home .about-home-badge .badge-text span {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-section-home .about-home-badge .badge-text strong {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.about-section-home .about-home-secondary-img {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border: 5px solid #fff;
    z-index: 3;
}

.about-section-home .about-home-secondary-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section-home .about-home-img-deco-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #4CAF50, #81C784);
    border-radius: 20px;
    opacity: 0.2;
    z-index: 1;
}

.about-section-home .about-home-img-deco-2 {
    position: absolute;
    top: 50%;
    right: -50px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2196F3, #64B5F6);
    border-radius: 50%;
    opacity: 0.15;
    z-index: 1;
}

/* Content Column */
.about-section-home .about-home-content {
    padding-left: 50px;
}

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

.about-section-home .about-home-title .title-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.about-section-home .about-home-title .title-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #4CAF50, #81C784);
    border-radius: 2px;
}

.about-section-home .about-home-title .title-text {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-section-home .about-home-title h1 {
    font-size: 42px;
    color: #1a1a2e;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.about-section-home .about-home-text {
    margin-bottom: 30px;
}

.about-section-home .about-home-text .lead-text {
    color: #444;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid #4CAF50;
}

.about-section-home .about-home-text p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-section-home .about-home-text p:last-child {
    margin-bottom: 0;
}

/* Feature Highlights */
.about-section-home .about-home-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 35px;
}

.about-section-home .about-home-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-section-home .about-home-feature .feature-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;    color: #1a7c9d;
}

.about-section-home .about-home-feature .feature-icon.green {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
}

.about-section-home .about-home-feature .feature-icon.blue {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
}

.about-section-home .about-home-feature .feature-icon.purple {
    background: linear-gradient(135deg, #F3E5F5 0%, #E1BEE7 100%);
}

.about-section-home .about-home-feature .feature-icon.green i {
    color: #4CAF50;
}

.about-section-home .about-home-feature .feature-icon.blue i {
    color: #2196F3;
}

.about-section-home .about-home-feature .feature-icon.purple i {
    color: #9C27B0;
}

.about-section-home .about-home-feature .feature-icon i {
    font-size: 18px;
}

.about-section-home .about-home-feature span {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

/* CTA Buttons */
.about-section-home .about-home-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.about-section-home .about-home-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgb(8 131 147 / 29%);
}

.about-section-home .about-home-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgb(76 157 175 / 40%);
    color: #fff;
}

.about-section-home .about-home-btn-primary i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.about-section-home .about-home-btn-primary:hover i {
    transform: translateX(5px);
}

.about-section-home .about-home-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-section-home .about-home-btn-secondary:hover {
    border-color: #4CAF50;
    color: #4CAF50;
    background: #f8fff8;
}

.about-section-home .about-home-btn-secondary i {
    font-size: 18px;
    color: #e74c3c;
}

/* Responsive styles */
@media only screen and (max-width: 991px) {
    .about-section-home .about-home-images {
        margin-bottom: 60px;
    }

    .about-section-home .about-home-content {
        padding-left: 0;
    }

    .about-section-home .about-home-secondary-img {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-section-home {
        padding: 60px 0;
    }

    .about-section-home .about-home-title h1 {
        font-size: 32px;
    }

    .about-section-home .about-home-main-img img {
        height: 350px;
    }

    .about-section-home .about-home-secondary-img {
        width: 150px;
        height: 150px;
        top: -10px;
        right: 10px;
    }

    .about-section-home .about-home-features {
        flex-direction: column;
    }

    .about-section-home .about-home-buttons {
        flex-direction: column;
    }

    .about-section-home .about-home-btn-primary,
    .about-section-home .about-home-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* ====================================================================
   Our Approach Section - Enhanced
   ==================================================================== */

.approach-section-new {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.approach-section-new .approach-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.approach-section-new .approach-bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, transparent, #fff);
}

.approach-section-new .approach-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.7) 0%, rgba(15, 52, 96, 0.5) 100%);
}

.approach-section-new .approach-deco-1 {
    position: absolute;
    top: 50px;
    left: 20%;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.3), transparent);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
}

.approach-section-new .approach-deco-2 {
    position: absolute;
    bottom: 100px;
    left: 10%;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.3), transparent);
    border-radius: 50%;
    filter: blur(50px);
    z-index: 1;
}

.approach-section-new .container {
    position: relative;
    z-index: 2;
}

/* Left Side - Image Content */
.approach-section-new .approach-image-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.approach-section-new .approach-stats-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
    max-width: 280px;
}

.approach-section-new .approach-stats-card .stats-card-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.approach-section-new .approach-stats-card .stats-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.approach-section-new .approach-stats-card .stats-icon i {
    color: #fff;
    font-size: 28px;
}

.approach-section-new .approach-stats-card .stats-content h3 {
    font-size: 42px;
    font-weight: 700;
    color: #4CAF50;
    margin: 0 0 5px;
    line-height: 1;
}

.approach-section-new .approach-stats-card .stats-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Right Side - Content Box */
.approach-section-new .approach-content-box {
    background: #fff;
    padding: 60px 50px;
    position: relative;
}

.approach-section-new .approach-header {
    margin-bottom: 35px;
}

.approach-section-new .approach-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.approach-section-new .approach-subtitle .subtitle-line {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #4CAF50, #81C784);
    border-radius: 2px;
}

.approach-section-new .approach-subtitle .subtitle-text {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.approach-section-new .approach-title {
    font-size: 42px;
    color: #1a1a2e;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.2;
}

.approach-section-new .approach-intro {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Approach Items */
.approach-section-new .approach-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.approach-section-new .approach-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.approach-section-new .approach-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.approach-section-new .approach-item-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color:#fff;
}

.approach-section-new .approach-item-icon.green {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    box-shadow: 0 8px 20px rgb(76 151 175 / 30%);
}

.approach-section-new .approach-item-icon.blue {
    background: linear-gradient(135deg, #2196F3 0%, #1565C0 100%);
    box-shadow: 0 8px 20px rgba(33, 150, 243, 0.3);
}

.approach-section-new .approach-item-icon.purple {
    background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%);
    box-shadow: 0 8px 20px rgba(156, 39, 176, 0.3);
}

.approach-section-new .approach-item-icon.orange {
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.3);
}

.approach-section-new .approach-item-icon.cyan {
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%);
    box-shadow: 0 8px 20px rgba(0, 188, 212, 0.3);
}

.approach-section-new .approach-item-icon i {
    color: #fff !important;
    font-size: 22px;
}

.approach-section-new .approach-item-icon .fas,
.approach-section-new .approach-item-icon .far,
.approach-section-new .approach-item-icon .fab,
.approach-section-new .approach-item-icon .fa {
    color: #fff !important;
}

.approach-section-new .approach-item-content {
    flex: 1;
}

.approach-section-new .approach-item-content h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0 0 5px;
}

.approach-section-new .approach-item-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.approach-section-new .approach-item-number {
    font-size: 32px;
    font-weight: 700;
    color: #f0f0f0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.3s ease;
}

.approach-section-new .approach-item:hover .approach-item-number {
    color: #e0e0e0;
}

/* Responsive styles for Approach Section */
@media only screen and (max-width: 1199px) {
    .approach-section-new .approach-bg-image {
        width: 45%;
    }

    .approach-section-new .approach-overlay {
        width: 45%;
    }
}

@media only screen and (max-width: 991px) {
    .approach-section-new {
        min-height: auto;
    }

    .approach-section-new .approach-bg-image {
        position: relative;
        width: 100%;
        height: 400px;
    }

    .approach-section-new .approach-bg-image::after {
        display: none;
    }

    .approach-section-new .approach-overlay {
        width: 100%;
        height: 400px;
    }

    .approach-section-new .approach-image-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 400px;
        padding: 0;
    }

    .approach-section-new .approach-content-box {
        padding: 50px 30px;
    }

    .approach-section-new .approach-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .approach-section-new .approach-bg-image,
    .approach-section-new .approach-overlay {
        height: 300px;
    }

    .approach-section-new .approach-image-content {
        height: 300px;
    }

    .approach-section-new .approach-stats-card {
        padding: 20px;
    }

    .approach-section-new .approach-stats-card .stats-content h3 {
        font-size: 32px;
    }

    .approach-section-new .approach-content-box {
        padding: 40px 20px;
    }

    .approach-section-new .approach-title {
        font-size: 28px;
    }

    .approach-section-new .approach-item {
        padding: 15px 20px;
    }

    .approach-section-new .approach-item-icon {
        width: 45px;
        height: 45px;
    }

    .approach-section-new .approach-item-icon i {
        font-size: 18px;
    }

    .approach-section-new .approach-item-content h4 {
        font-size: 16px;
    }

    .approach-section-new .approach-item-number {
        display: none;
    }
}

/* ========================================
   TESTIMONIAL & FAQ SECTION - NEW DESIGN
   ======================================== */

.testimonial-faq-new {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8faf9 0%, #f0f7f4 50%, #e8f4f0 100%);
    overflow: hidden;
}

/* Decorative Elements */
.testimonial-faq-new .tf-deco-circle-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.08) 0%, rgba(91, 163, 59, 0.02) 100%);
    border-radius: 50%;
    top: -150px;
    left: -100px;
    z-index: 0;
}

.testimonial-faq-new .tf-deco-circle-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(35, 137, 218, 0.08) 0%, rgba(35, 137, 218, 0.02) 100%);
    border-radius: 50%;
    bottom: -100px;
    right: -50px;
    z-index: 0;
}

.testimonial-faq-new .tf-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(91, 163, 59, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 0;
}

.testimonial-faq-new .container {
    position: relative;
    z-index: 1;
}

/* Section Header Styles */
.testimonial-faq-new .tf-section-header {
    margin-bottom: 35px;
}

.testimonial-faq-new .tf-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.15) 0%, rgba(91, 163, 59, 0.08) 100%);
    border-radius: 30px;
    margin-bottom: 15px;    color: #0889b3;
}

.testimonial-faq-new .tf-header-badge i {
    color: #077d7d;
    font-size: 14px;
}

.testimonial-faq-new .tf-header-badge span {
    color: #077d7d;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-faq-new .tf-header-badge.blue {
    background: linear-gradient(135deg, rgba(35, 137, 218, 0.15) 0%, rgba(35, 137, 218, 0.08) 100%);
}

.testimonial-faq-new .tf-header-badge.blue i,
.testimonial-faq-new .tf-header-badge.blue span {
    color: #2389DA;
}

.testimonial-faq-new .tf-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.3;
}

.testimonial-faq-new .tf-header-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #077d7d 0%, #7BC95A 100%);
    border-radius: 2px;
}

.testimonial-faq-new .tf-header-line.blue {
    background: linear-gradient(90deg, #2389DA 0%, #45A8F5 100%);
}

/* ========== TESTIMONIAL STYLES ========== */

.testimonial-faq-new .tf-testimonial-wrapper {
    padding-right: 30px;
}

.testimonial-faq-new .tf-testimonial-carousel {
    margin-bottom: 25px;
}

.testimonial-faq-new .tf-testimonial-card {
    padding: 5px;
}

.testimonial-faq-new .tf-card-inner {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
 
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(91, 163, 59, 0.1);
}

.testimonial-faq-new .tf-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.testimonial-faq-new .tf-quote-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.1) 0%, rgba(91, 163, 59, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-faq-new .tf-quote-icon i {
    font-size: 20px;
    color: #077d7d;
}

.testimonial-faq-new .tf-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.testimonial-faq-new .tf-rating i {
    color: #FFB800;
    font-size: 16px;
}

.testimonial-faq-new .tf-testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-faq-new .tf-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-faq-new .tf-author-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #077d7d;
    box-shadow: 0 5px 15px rgba(91, 163, 59, 0.2);
}

.testimonial-faq-new .tf-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-faq-new .tf-author-info h5 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 5px;
}

.testimonial-faq-new .tf-author-info span {
    font-size: 13px;
    color: #888;
}

.testimonial-faq-new .tf-author-info span i {
    color: #077d7d;
    margin-right: 5px;
}

/* Carousel Navigation */
.testimonial-faq-new .tf-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.testimonial-faq-new .tf-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(91, 163, 59, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-nav-btn:hover {
    background: #077d7d;
    border-color: #077d7d;
}

.testimonial-faq-new .tf-nav-btn i {
    color: #077d7d;
    font-size: 14px;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-nav-btn:hover i {
    color: #fff;
}

.testimonial-faq-new .tf-nav-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Custom Dots Styling */
.testimonial-faq-new .tf-nav-dots .tf-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(91, 163, 59, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-nav-dots .tf-dot:hover {
    background: rgba(91, 163, 59, 0.5);
}

.testimonial-faq-new .tf-nav-dots .tf-dot.active {
    background: #077d7d;
    width: 28px;
    border-radius: 5px;
}

/* Hide Owl Carousel Default Navigation (prev/next text) */
.testimonial-faq-new .tf-testimonial-carousel .owl-nav {
    display: none !important;
}

.testimonial-faq-new .tf-testimonial-carousel .owl-nav button {
    display: none !important;
}

.testimonial-faq-new .tf-testimonial-carousel .owl-nav .owl-prev,
.testimonial-faq-new .tf-testimonial-carousel .owl-nav .owl-next {
    display: none !important;
}

/* Hide Owl Carousel Default Dots */
.testimonial-faq-new .tf-testimonial-carousel .owl-dots {
    display: none !important;
}

/* ========== FAQ STYLES ========== */

.testimonial-faq-new .tf-faq-wrapper {
    padding-left: 30px;
}

.testimonial-faq-new .tf-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.testimonial-faq-new .tf-faq-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid rgba(35, 137, 218, 0.1);
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-faq-item:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.testimonial-faq-new .tf-faq-item.active {
    border-color: rgba(35, 137, 218, 0.3);
}

.testimonial-faq-new .tf-faq-question {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 15px;
}

.testimonial-faq-new .tf-faq-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, rgba(35, 137, 218, 0.1) 0%, rgba(35, 137, 218, 0.05) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-faq-item.active .tf-faq-icon {
    background: linear-gradient(135deg, #2389DA 0%, #45A8F5 100%);
    color: #fff;
}

.testimonial-faq-new .tf-faq-icon i {
    color: #2389DA;
    font-size: 16px;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-faq-item.active .tf-faq-icon i {
    color: #fff;
}

.testimonial-faq-new .tf-faq-question h4 {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-faq-item.active .tf-faq-question h4 {
    color: #2389DA;
}

.testimonial-faq-new .tf-faq-toggle {
    width: 30px;
    height: 30px;
    background: rgba(35, 137, 218, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-faq-item.active .tf-faq-toggle {
    background: #2389DA;
    color: #fff;
}

.testimonial-faq-new .tf-faq-toggle i {
    font-size: 12px;
    color: #2389DA;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-faq-item.active .tf-faq-toggle i {
    color: #fff;
}

.testimonial-faq-new .tf-faq-toggle .fa-plus {
    display: block;
}

.testimonial-faq-new .tf-faq-toggle .fa-minus {
    display: none;
}

.testimonial-faq-new .tf-faq-item.active .tf-faq-toggle .fa-plus {
    display: none;
}

.testimonial-faq-new .tf-faq-item.active .tf-faq-toggle .fa-minus {
    display: block;
}

.testimonial-faq-new .tf-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

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

.testimonial-faq-new .tf-faq-answer p {
    padding: 0 25px 25px 85px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* FAQ CTA Box */
.testimonial-faq-new .tf-faq-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    background: linear-gradient(135deg, rgba(35, 137, 218, 0.08) 0%, rgba(91, 163, 59, 0.08) 100%);
    border-radius: 16px;
    border: 1px dashed rgba(35, 137, 218, 0.3);
}

.testimonial-faq-new .tf-cta-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: linear-gradient(135deg, #2389DA 0%, #45A8F5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(35, 137, 218, 0.3);
    color: #fff;
}

.testimonial-faq-new .tf-cta-icon i {
    color: #fff;
    font-size: 22px;
}

.testimonial-faq-new .tf-cta-content p {
    font-size: 14px;
    color: #666;
    margin: 0 0 5px;
}

.testimonial-faq-new .tf-cta-content a {
    font-size: 17px;
    font-weight: 600;
    color: #2389DA;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.testimonial-faq-new .tf-cta-content a:hover {
    color: #077d7d;
    gap: 12px;
}

.testimonial-faq-new .tf-cta-content a i {
    font-size: 14px;
}

/* ========== RESPONSIVE STYLES ========== */

@media only screen and (max-width: 1199px) {
    .testimonial-faq-new .tf-testimonial-wrapper {
        padding-right: 20px;
    }

    .testimonial-faq-new .tf-faq-wrapper {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-faq-new {
        padding: 80px 0;
    }

    .testimonial-faq-new .tf-testimonial-wrapper {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .testimonial-faq-new .tf-faq-wrapper {
        padding-left: 0;
    }

    .testimonial-faq-new .tf-section-header h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-faq-new {
        padding: 60px 0;
    }

    .testimonial-faq-new .tf-section-header h2 {
        font-size: 24px;
    }

    .testimonial-faq-new .tf-card-inner {
        padding: 25px 20px;
    }

    .testimonial-faq-new .tf-quote-icon {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }

    .testimonial-faq-new .tf-testimonial-text {
        font-size: 15px;
    }

    .testimonial-faq-new .tf-faq-question {
        padding: 18px 20px;
    }

    .testimonial-faq-new .tf-faq-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .testimonial-faq-new .tf-faq-question h4 {
        font-size: 15px;
    }

    .testimonial-faq-new .tf-faq-answer p {
        padding: 0 20px 20px 75px;
        font-size: 14px;
    }

    .testimonial-faq-new .tf-faq-cta {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }

    .testimonial-faq-new .tf-carousel-nav {
        display: none;
    }
}

/* ========================================
   PROGRAMS SECTION - NEW MODERN DESIGN
   ======================================== */

.programs-section-new {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f8faf9 30%, #f0f7f4 100%);
    overflow: hidden;
}

/* Animated Background Shapes */
.programs-section-new .programs-bg-shape-1 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    top: -200px;
    left: -100px;
    animation: floatShape 20s ease-in-out infinite;
}

.programs-section-new .programs-bg-shape-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(35, 137, 218, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    animation: floatShape 25s ease-in-out infinite reverse;
}

.programs-section-new .programs-bg-shape-3 {
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(156, 89, 182, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    right: 10%;
    animation: floatShape 15s ease-in-out infinite;
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -20px) rotate(5deg); }
    50% { transform: translate(0, -40px) rotate(0deg); }
    75% { transform: translate(-20px, -20px) rotate(-5deg); }
}

/* Floating Dots Animation */
.programs-section-new .programs-floating-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle, rgba(91, 163, 59, 0.15) 2px, transparent 2px),
        radial-gradient(circle, rgba(35, 137, 218, 0.1) 2px, transparent 2px);
    background-size: 60px 60px, 90px 90px;
    background-position: 0 0, 30px 30px;
    animation: moveDots 30s linear infinite;
    opacity: 0.5;
}

@keyframes moveDots {
    0% { background-position: 0 0, 30px 30px; }
    100% { background-position: 60px 60px, 90px 90px; }
}

/* Section Header */
.programs-section-new .programs-header {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}

.programs-section-new .programs-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.12) 0%, rgba(91, 163, 59, 0.05) 100%);
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(91, 163, 59, 0.2);
}

.programs-section-new .programs-header-badge .badge-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #077d7d 0%, #7BC95A 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;    color: #ffffffc4;
}

.programs-section-new .programs-header-badge .badge-icon i {
    color: #fff;
    font-size: 12px;
}

.programs-section-new .programs-header-badge span {
    color: #077d7d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.programs-section-new .programs-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px;
    line-height: 1.2;
}

.programs-section-new .programs-main-title .highlight {
    background: linear-gradient(135deg, #077d7d 0%, #2389DA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.programs-section-new .programs-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 25px;
    line-height: 1.7;
}

.programs-section-new .programs-title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.programs-section-new .programs-title-decoration .deco-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #077d7d);
    border-radius: 2px;
}

.programs-section-new .programs-title-decoration .deco-line:last-child {
    background: linear-gradient(90deg, #2389DA, transparent);
}

.programs-section-new .programs-title-decoration .deco-dot {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #077d7d 0%, #2389DA 100%);
    border-radius: 50%;
    animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

/* Programs Grid - 2 Columns Layout */
.programs-section-new .programs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

/* Program Card */
.programs-section-new .program-card {
    perspective: 1000px;
}

.programs-section-new .program-card-inner {
    position: relative;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.programs-section-new .program-card-inner:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Card Glow Effect */
.programs-section-new .program-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: -1;
}

.programs-section-new .program-card-glow.green {
    box-shadow: 0 0 60px rgba(91, 163, 59, 0.4);
}

.programs-section-new .program-card-glow.blue {
    box-shadow: 0 0 60px rgba(35, 137, 218, 0.4);
}

.programs-section-new .program-card-glow.purple {
    box-shadow: 0 0 60px rgba(156, 89, 182, 0.4);
}

.programs-section-new .program-card-glow.orange {
    box-shadow: 0 0 60px rgba(243, 156, 18, 0.4);
}

.programs-section-new .program-card-glow.cyan {
    box-shadow: 0 0 60px rgba(0, 188, 212, 0.4);
}

.programs-section-new .program-card-inner:hover .program-card-glow {
    opacity: 1;
}

/* Program Image Container */
.programs-section-new .program-image-container {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.programs-section-new .program-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.programs-section-new .program-card-inner:hover .program-image-container img {
    transform: scale(1.15);
}

.programs-section-new .program-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
    transition: all 0.4s ease;
}

.programs-section-new .program-card-inner:hover .program-image-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/* Floating Icon */
.programs-section-new .program-floating-icon {
    position: absolute;
    bottom: -28px;
    right: 25px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.programs-section-new .program-card-inner:hover .program-floating-icon {
    transform: translateY(-5px) rotate(10deg);
}

.programs-section-new .program-floating-icon.green {
    background: linear-gradient(135deg, #077d7d 0%, #7BC95A 100%);
}

.programs-section-new .program-floating-icon.blue {
    background: linear-gradient(135deg, #2389DA 0%, #45A8F5 100%);
}

.programs-section-new .program-floating-icon.purple {
    background: linear-gradient(135deg, #9C59B6 0%, #B47CC7 100%);
}

.programs-section-new .program-floating-icon.orange {
    background: linear-gradient(135deg, #F39C12 0%, #F5B041 100%);
}

.programs-section-new .program-floating-icon.cyan {
    background: linear-gradient(135deg, #00BCD4 0%, #26C6DA 100%);
}

.programs-section-new .program-floating-icon i {
    color: #fff;
    font-size: 22px;
}

/* Category Badge */
.programs-section-new .program-category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.programs-section-new .program-category i {
    color: #077d7d;
    font-size: 11px;
}

.programs-section-new .program-card-inner:hover .program-category {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Program Content */
.programs-section-new .program-content {
    padding: 35px 25px 25px;
    position: relative;
}

/* Program Tag */
.programs-section-new .program-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.programs-section-new .program-tag.green {
    background: rgba(91, 163, 59, 0.12);
    color: #077d7d;
}

.programs-section-new .program-tag.blue {
    background: rgba(35, 137, 218, 0.12);
    color: #2389DA;
}

.programs-section-new .program-tag.purple {
    background: rgba(156, 89, 182, 0.12);
    color: #9C59B6;
}

.programs-section-new .program-tag.orange {
    background: rgba(243, 156, 18, 0.12);
    color: #D68910;
}

.programs-section-new .program-tag.cyan {
    background: rgba(0, 188, 212, 0.12);
    color: #00ACC1;
}

/* Program Title */
.programs-section-new .program-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.programs-section-new .program-card-inner:hover .program-title {
    color: #077d7d;
}

/* Program Description */
.programs-section-new .program-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 18px;
}

/* Program Features */
.programs-section-new .program-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.programs-section-new .program-features span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
    padding: 6px 12px;
    background: #f8f9fa;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.programs-section-new .program-features span i {
    color: #077d7d;
    font-size: 11px;
}

.programs-section-new .program-card-inner:hover .program-features span {
    background: rgba(91, 163, 59, 0.1);
}

/* Program Button */
.programs-section-new .program-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #077d7d 0%, #0692da 100%);
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 5px 20px rgb(3 141 195 / 34%);
    overflow: hidden;
    position: relative;
}

.programs-section-new .program-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.programs-section-new .program-btn:hover::before {
    left: 100%;
}

.programs-section-new .program-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 30px rgb(32 112 134 / 43%);
}

.programs-section-new .program-btn i {
    transition: transform 0.3s ease;
}

.programs-section-new .program-btn:hover i {
    transform: translateX(5px);
}

/* Bottom CTA */
.programs-section-new .programs-bottom-cta {
    position: relative;
    z-index: 1;
}

.programs-section-new .programs-cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 35px 50px;
    background: linear-gradient(135deg, #077d7d 0%, #2389DA 100%);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgb(59 101 163 / 35%);
    position: relative;
    overflow: hidden;
}

.programs-section-new .programs-cta-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="3" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="80" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: 100px 100px;
    animation: moveDots 20s linear infinite;
    pointer-events: none;
    z-index: 0;
}

.programs-section-new .programs-cta-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulseIcon 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
    color: #fff;
}

@keyframes pulseIcon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.programs-section-new .programs-cta-icon i {
    color: #fff;
    font-size: 28px;
}

.programs-section-new .programs-cta-text {
    flex: 1;
    position: relative;
    z-index: 1;
}

.programs-section-new .programs-cta-text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

.programs-section-new .programs-cta-text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.programs-section-new .programs-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: #fff;
    color: #077d7d;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.programs-section-new .programs-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background: #f8f8f8;
}

.programs-section-new .programs-cta-btn i {
    transition: transform 0.3s ease;
}

.programs-section-new .programs-cta-btn:hover i {
    transform: translateX(5px);
}

/* ========== RESPONSIVE STYLES FOR PROGRAMS ========== */

/* Last card spans full width and centered */
.programs-section-new .program-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .programs-section-new .programs-main-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .programs-section-new {
        padding: 80px 0 100px;
    }

    .programs-section-new .programs-grid {
        gap: 25px;
    }

    .programs-section-new .program-card:last-child {
        max-width: 60%;
    }

    .programs-section-new .programs-main-title {
        font-size: 36px;
    }

    .programs-section-new .programs-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .programs-section-new .programs-cta-text {
        flex: none;
    }
}

@media only screen and (max-width: 767px) {
    .programs-section-new {
        padding: 60px 0 80px;
    }

    .programs-section-new .programs-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .programs-section-new .program-card:last-child {
        max-width: 100%;
        grid-column: auto;
    }

    .programs-section-new .programs-main-title {
        font-size: 28px;
    }

    .programs-section-new .programs-subtitle {
        font-size: 16px;
    }

    .programs-section-new .programs-header {
        margin-bottom: 40px;
    }

    .programs-section-new .program-image-container {
        height: 200px;
    }

    .programs-section-new .program-content {
        padding: 30px 20px 20px;
    }

    .programs-section-new .program-title {
        font-size: 18px;
    }

    .programs-section-new .programs-cta-content {
        padding: 25px 20px;
        gap: 20px;
    }

    .programs-section-new .programs-cta-text h4 {
        font-size: 18px;
    }

    .programs-section-new .programs-cta-btn {
        padding: 14px 25px;
        font-size: 14px;
    }
}

/* ========================================
   FOOTER - NEW MODERN DESIGN
   ======================================== */

.footer-new {
    position: relative;
    background: linear-gradient(180deg, #0d1f3c 0%, #061222 50%, #040c18 100%);
    overflow: hidden;
}

/* Footer Wave */
.footer-new .footer-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.footer-new .footer-wave svg {
    width: 100%;
    height: 100%;
}

/* Background Decorations */
.footer-new .footer-bg-circle-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(35, 137, 218, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: 100px;
    left: -150px;
}

.footer-new .footer-bg-circle-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(91, 163, 59, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    bottom: 50px;
    right: -100px;
}

/* Footer Main Content */
.footer-new .footer-main {
    position: relative;
    padding: 70px 0 40px;
    z-index: 1;
}

.footer-new .footer-col {
    margin-bottom: 40px;
}

/* Footer About Section */
.footer-new .footer-about {
    padding-right: 30px;
}

.footer-new .footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-new .footer-logo img {
   width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-new .footer-about-text {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

/* Social Links */
.footer-new .footer-social {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-new .social-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-new .social-icons {
    display: flex;
    gap: 12px;
}

.footer-new .social-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-new .social-icon:hover {
    transform: translateY(-3px);
}

.footer-new .social-icon.facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
}

.footer-new .social-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: transparent;
}

.footer-new .social-icon.whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
}

.footer-new .social-icon.linkedin:hover {
    background: #0A66C2;
    border-color: #0A66C2;
}

/* Footer Titles */
.footer-new .footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-new .footer-title .title-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(59 163 157 / 20%) 0%, rgb(59 110 163 / 10%) 100%);
    border-radius: 8px;
}

.footer-new .footer-title .title-icon i {
    color: #0395e4;
    font-size: 14px;
}

/* Footer Navigation Links */
.footer-new .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-new .footer-nav li {
    margin-bottom: 12px;
}

.footer-new .footer-nav li:last-child {
    margin-bottom: 0;
}

.footer-new .footer-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-new .footer-nav a i {
    font-size: 10px;
    color: #0395e4;
    transition: transform 0.3s ease;
}

.footer-new .footer-nav a:hover {
    color: #0395e4;
    padding-left: 5px;
}

.footer-new .footer-nav a:hover i {
    transform: translateX(3px);
}

/* Footer Contact List */
.footer-new .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-new .contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-new .contact-list li:last-child {
    margin-bottom: 0;
}

.footer-new .contact-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
 
    background: linear-gradient(135deg, rgb(88 168 207 / 15%) 0%, rgb(59 152 163 / 5%) 100%);
    border-radius: 12px;
    border: 1px solid rgb(59 135 163 / 20%);
}

.footer-new .contact-icon i {
    color: #0395e4;
    font-size: 16px;
}

.footer-new .contact-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer-new .contact-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 16px;
}

.footer-new .contact-info a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-new .contact-info a:hover {
    color: #0395e4;
}

/* Footer Bottom */
.footer-new .footer-bottom {
    position: relative;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-new .footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-new .footer-copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.footer-new .footer-copyright strong {
    color: #0395e4;
}

.footer-new .footer-legal {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-new .footer-legal a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-new .footer-legal a:hover {
    color: #0395e4;
}

.footer-new .footer-legal .divider {
    color: rgba(255, 255, 255, 0.3);
}

/* ========== FOOTER RESPONSIVE STYLES ========== */

@media only screen and (max-width: 1199px) {
    .footer-new .footer-about {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-new .footer-main {
        padding: 100px 0 40px;
    }

    .footer-new .footer-about {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer-new .footer-col {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-new .footer-wave {
        height: 60px;
    }

    .footer-new .footer-main {
        padding: 80px 0 30px;
    }

    .footer-new .footer-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-new .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-new .social-icons {
        justify-content: center;
    }

    .footer-new .footer-logo img {
        max-width: 150px;
    }
}
/* ========================================
   NEWS & EVENTS SECTION - NEW MODERN DESIGN
   ======================================== */

.news-section-new {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #f8fbf8 0%, #ffffff 50%, #f5f9ff 100%);
    overflow: hidden;
}

/* Background Decorative Elements */
.news-section-new .news-bg-shape-1 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(91, 163, 59, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    top: -150px;
    right: -100px;
    animation: floatShape 8s ease-in-out infinite;
}

.news-section-new .news-bg-shape-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(35, 137, 218, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -100px;
    left: -150px;
    animation: floatShape 10s ease-in-out infinite reverse;
}

.news-section-new .news-bg-dots {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 5%;
    background-image: radial-gradient(circle, rgba(91, 163, 59, 0.15) 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.5;
    animation: moveDots 15s linear infinite;
}

/* Section Header */
.news-section-new .news-section-header {
    margin-bottom: 60px;
}

.news-section-new .news-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.1) 0%, rgba(35, 137, 218, 0.1) 100%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #5BA33B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.news-section-new .news-subtitle i {
    font-size: 12px;
}

.news-section-new .news-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d3a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.news-section-new .news-desc {
    font-size: 17px;
    color: #666;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* News Cards Row */
.news-section-new .news-cards-row {
    margin-bottom: 50px;
}

.news-section-new .news-cards-row > div[class*="col-"] {
    margin-bottom: 50px;
}

/* News Card */
.news-section-new .news-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-section-new .news-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* Card Glow Effect */
.news-section-new .news-card-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    opacity: 0;
    transition: all 0.4s ease;
}

.news-section-new .news-card-glow.green {
    background: linear-gradient(90deg, #5BA33B, #7bc55a);
}

.news-section-new .news-card-glow.blue {
    background: linear-gradient(90deg, #2389DA, #4ba3e8);
}

.news-section-new .news-card-glow.purple {
    background: linear-gradient(90deg, #8b5cf6, #a78bfa);
}

.news-section-new .news-card:hover .news-card-glow {
    opacity: 1;
    height: 5px;
}

/* Card Image */
.news-section-new .news-card-image {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.news-section-new .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-section-new .news-card:hover .news-card-image img {
    transform: scale(1.1);
}

.news-section-new .news-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.news-section-new .news-card:hover .news-card-overlay {
    opacity: 1;
}

/* Date Badge */
.news-section-new .news-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 14px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: transform 0.3s ease;
}

.news-section-new .news-card:hover .news-date-badge {
    transform: scale(1.05);
}

.news-section-new .news-date-badge .day {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.news-section-new .news-date-badge .month {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

/* Category Tag */
.news-section-new .news-category {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.news-section-new .news-card:hover .news-category {
    transform: translateY(-3px);
}

.news-section-new .news-category.green {
    background: linear-gradient(135deg, #5BA33B, #7bc55a);
    color: #ffffff;
}

.news-section-new .news-category.blue {
    background: linear-gradient(135deg, #2389da57, #4ba3e8);
    color: #ffffff;
}

.news-section-new .news-category.purple {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
    color: #ffffff;
}

/* Card Content */
.news-section-new .news-card-content {
    padding: 25px 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-section-new .news-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.news-section-new .news-card-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-section-new .news-card:hover .news-card-title a {
    color: #2389DA;
}

.news-section-new .news-card-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Footer */
.news-section-new .news-card-footer {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.news-section-new .news-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #5BA33B;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-section-new .news-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.news-section-new .news-read-more:hover {
    color: #2389DA;
}

.news-section-new .news-read-more:hover i {
    transform: translateX(5px);
}

/* View All Button */
.news-section-new .news-view-all-btn {
      display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #068ec5 0%, #0a7e7f 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgb(59 149 163 / 30%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.news-section-new .news-view-all-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2389DA 0%, #1a7bc4 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.news-section-new .news-view-all-btn span,
.news-section-new .news-view-all-btn i {
    position: relative;
    z-index: 1;
}

.news-section-new .news-view-all-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(35, 137, 218, 0.4);
    color: #ffffff;
}

.news-section-new .news-view-all-btn:hover::before {
    opacity: 1;
}

.news-section-new .news-view-all-btn i {
    transition: transform 0.3s ease;
}

.news-section-new .news-view-all-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .news-section-new {
        padding: 80px 0 100px;
    }

    .news-section-new .news-title {
        font-size: 36px;
    }

    .news-section-new .news-section-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .news-section-new {
        padding: 60px 0 80px;
    }

    .news-section-new .news-title {
        font-size: 30px;
    }

    .news-section-new .news-desc {
        font-size: 15px;
    }

    .news-section-new .news-card-image {
        height: 200px;
    }

    .news-section-new .news-card-title {
        font-size: 18px;
    }

    .news-section-new .news-card-content {
        padding: 20px 20px 18px;
    }

    .news-section-new .news-view-all-btn {
        padding: 14px 28px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .news-section-new .news-bg-shape-1,
    .news-section-new .news-bg-shape-2,
    .news-section-new .news-bg-dots {
        display: none;
    }

    .news-section-new .news-subtitle {
        font-size: 12px;
        padding: 6px 16px;
    }

    .news-section-new .news-title {
        font-size: 26px;
    }
}

/* ========================================
   GALLERY SECTION - UPDATED HEADER & ARROWS
   ======================================== */

/* Gallery Section Header - Matching News Style */
.gallery-section .gallery-section-header {
    margin-bottom: 50px;
}

.gallery-section .gallery-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.1) 0%, rgba(35, 137, 218, 0.1) 100%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #5BA33B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.gallery-section .gallery-subtitle i {
    font-size: 12px;
}

.gallery-section .gallery-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d3a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gallery-section .gallery-desc {
    font-size: 17px;
    color: #666;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Hide default sec-title if still present */
.gallery-section .sec-title {
    display: none;
}

/* Gallery Carousel Wrapper */
.gallery-section .gallery-carousel-wrapper {
    position: relative;
    padding: 0 60px;
}

/* Gallery Navigation Arrows */
.gallery-section .gallery-nav-arrow {
       position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #368bc594 0%, #08669d3d 100%);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgb(22 29 36 / 5%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-section .gallery-nav-arrow:hover {
    background: linear-gradient(135deg, #2389DA 0%, #1a7bc4 100%);
    box-shadow: 0 8px 25px rgba(35, 137, 218, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.gallery-section .gallery-nav-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.gallery-section .gallery-prev {
    left: 10px;
}

.gallery-section .gallery-next {
    right: 10px;
}

.gallery-section .gallery-nav-arrow i {
    transition: transform 0.3s ease;
}

.gallery-section .gallery-prev:hover i {
    transform: translateX(-3px);
}

.gallery-section .gallery-next:hover i {
    transform: translateX(3px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .gallery-section .gallery-title {
        font-size: 36px;
    }

    .gallery-section .gallery-carousel-wrapper {
        padding: 0 50px;
    }

    .gallery-section .gallery-nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .gallery-section .gallery-title {
        font-size: 30px;
    }

    .gallery-section .gallery-desc {
        font-size: 15px;
    }

    .gallery-section .gallery-carousel-wrapper {
        padding: 0 40px;
    }

    .gallery-section .gallery-nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .gallery-section .gallery-prev {
        left: 5px;
    }

    .gallery-section .gallery-next {
        right: 5px;
    }
}

@media (max-width: 575px) {
    .gallery-section .gallery-subtitle {
        font-size: 12px;
        padding: 6px 16px;
    }

    .gallery-section .gallery-title {
        font-size: 26px;
    }

    .gallery-section .gallery-carousel-wrapper {
        padding: 0 35px;
    }

    .gallery-section .gallery-nav-arrow {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

/* ========================================
   MAIN SLIDER - ENHANCED THEME STYLE
   ======================================== */

/* Enhanced Slider Container */
.main-slider.enhanced-slider {
    position: relative;
    overflow: hidden;
}

/* Decorative Elements */
.main-slider .slider-deco-circle-1 {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(91, 163, 59, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    top: -200px;
    left: -200px;
    z-index: 2;
    pointer-events: none;
    animation: floatShape 10s ease-in-out infinite;
}

.main-slider .slider-deco-circle-2 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(35, 137, 218, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    z-index: 2;
    pointer-events: none;
    animation: floatShape 12s ease-in-out infinite reverse;
}

.main-slider .slider-deco-dots {
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: 10%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
    background-size: 15px 15px;
    z-index: 2;
    pointer-events: none;
    animation: moveDots 20s linear infinite;
}

/* Enhanced Slide Overlay with Theme Gradient */
.main-slider.enhanced-slider .slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(13, 31, 60, 0.85) 0%, 
        rgba(26, 46, 90, 0.7) 30%,
        rgba(35, 137, 218, 0.4) 70%,
        rgba(91, 163, 59, 0.3) 100%);
    z-index: 1;
}

.main-slider.enhanced-slider .slide:before {
    display: none;
}

/* Content Box Enhanced */
.main-slider.enhanced-slider .content-box {
    position: relative;
    z-index: 3;
    max-width: 800px;
}

/* Slider Badge */
.main-slider .slider-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.2) 0%, rgba(35, 137, 218, 0.2) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(-30px);
    transition: all 800ms ease;
}

.main-slider .slider-badge i {
    font-size: 12px;
    color: #5BA33B;
}

.main-slider .active .slider-badge {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

/* Enhanced H1 Title */
.main-slider.enhanced-slider h1 {
    font-size: 58px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.main-slider.enhanced-slider h1 br + span,
.main-slider.enhanced-slider h1 span.highlight {
    background: linear-gradient(135deg, #5BA33B 0%, #7bc55a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Enhanced Text */
.main-slider.enhanced-slider .text {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin-bottom: 35px;
}

/* Enhanced Button Box */
.main-slider.enhanced-slider .btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

/* Primary Button */
.main-slider .slider-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(3, 141, 193, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: none;
}

.main-slider .slider-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a7e80 0%, #065a5c 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50px;
}

.main-slider .slider-btn-primary span,
.main-slider .slider-btn-primary i {
    position: relative;
    z-index: 1;
}

.main-slider .slider-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(10, 126, 128, 0.5);
}

.main-slider .slider-btn-primary:hover::before {
    opacity: 1;
}

.main-slider .slider-btn-primary i {
    transition: transform 0.3s ease;
}

.main-slider .slider-btn-primary:hover i {
    transform: translateX(5px);
}

/* Secondary Button */
.main-slider .slider-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    background: transparent;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
}

.main-slider .slider-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

.main-slider .slider-btn-secondary i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.main-slider .slider-btn-secondary:hover i {
    transform: translateX(3px);
}

/* Enhanced Navigation Arrows */
.main-slider.enhanced-slider .owl-nav .owl-prev,
.main-slider.enhanced-slider .owl-nav .owl-next {
   background: #0000003d;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 25px rgb(25 27 25 / 10%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-slider.enhanced-slider .owl-nav .owl-prev:hover,
.main-slider.enhanced-slider .owl-nav .owl-next:hover {
    background: linear-gradient(135deg, #2389DA 0%, #1a7bc4 100%) !important;
    box-shadow: 0 8px 30px rgba(35, 137, 218, 0.5);
    transform: scale(1.1);
    color: #ffffff !important;
}

.main-slider.enhanced-slider .nav-style-one .owl-nav .owl-prev {
    left: 40px;
}

.main-slider.enhanced-slider .nav-style-one .owl-nav .owl-next {
    right: 40px;
}

/* Slider Progress Bar */
.slider-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 10;
}

.slider-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #5BA33B, #2389DA);
    transition: width 0.1s linear;
}

/* Slider Progress Animation */
@keyframes sliderProgress {
    from { width: 0%; }
    to { width: 100%; }
}

.main-slider.enhanced-slider .active ~ .slider-progress-container .slider-progress-bar,
.slider-progress-bar.active {
    animation: sliderProgress 5s linear forwards;
}

/* Enhanced Dots */
.main-slider.enhanced-slider .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.main-slider.enhanced-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.main-slider.enhanced-slider .owl-dots .owl-dot.active span {
    background: #5BA33B;
    box-shadow: 0 0 15px rgba(91, 163, 59, 0.6);
    transform: scale(1.2);
}

.main-slider.enhanced-slider .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.7);
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .main-slider.enhanced-slider h1 {
        font-size: 48px;
    }

    .main-slider.enhanced-slider .nav-style-one .owl-nav .owl-prev {
        left: 20px;
    }

    .main-slider.enhanced-slider .nav-style-one .owl-nav .owl-next {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .main-slider.enhanced-slider h1 {
        font-size: 40px;
    }

    .main-slider.enhanced-slider .text {
        font-size: 16px;
    }

    .main-slider .slider-badge {
        font-size: 12px;
        padding: 8px 18px;
    }

    .main-slider .slider-deco-circle-1,
    .main-slider .slider-deco-circle-2,
    .main-slider .slider-deco-dots {
        display: none;
    }

    .main-slider.enhanced-slider .owl-nav .owl-prev,
    .main-slider.enhanced-slider .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .main-slider.enhanced-slider h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    .main-slider.enhanced-slider .text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .main-slider.enhanced-slider .btn-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-slider .slider-btn-primary,
    .main-slider .slider-btn-secondary {
        padding: 14px 25px;
        font-size: 14px;
    }

    .main-slider.enhanced-slider .owl-nav {
        display: none;
    }

    .main-slider.enhanced-slider .owl-dots {
        bottom: 20px;
    }
}

@media (max-width: 575px) {
    .main-slider.enhanced-slider h1 {
        font-size: 28px;
    }

    .main-slider .slider-badge {
        font-size: 11px;
        padding: 6px 14px;
        letter-spacing: 1px;
    }

    .main-slider.enhanced-slider .slide {
        padding: 150px 0px 120px 0px;
    }
}

/* ========================================
   HEADER & NAVIGATION - ENHANCED STYLING
   ======================================== */

/* Enhanced Header Top Bar */
.main-header .header-top {
    background: linear-gradient(135deg, #0d1f3c 0%, #0a3d62 50%, #0a7e80 100%) !important;
    padding: 10px 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .header-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.main-header .header-top .inner-container {
    position: relative;
    z-index: 1;
}

/* Header Info Items */
.main-header .header-top .header-info li {
    margin-right: 25px !important;
    padding: 0px 0px 0px 28px !important;
    transition: all 0.3s ease;
}

.main-header .header-top .header-info li i {
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px !important;
    top: 50% !important;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.main-header .header-top .header-info li:hover i {
    background: #5BA33B;
    transform: translateY(-50%) scale(1.1);
}

.main-header .header-top .header-info li a {
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.main-header .header-top .header-info li:hover a {
    color: #5BA33B !important;
}

.main-header .header-top .header-info li:before {
    border-color: rgba(255, 255, 255, 0.2) !important;
    right: -15px !important;
}

/* Enhanced Header Bottom */
.main-header .header-bottom {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 5px 0;
    position: relative;
}

/* Logo Enhancement */
.main-header .logo-box .logo img {
    max-height: 100px;
    transition: all 0.3s ease;
}

.main-header .logo-box:hover .logo img {
    transform: scale(1.02);
}

/* Enhanced Navigation Menu */
.main-menu .navigation > li {
    margin-right: 5px !important;
}

.main-menu .navigation > li > a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a2e !important;
    padding: 20px 18px !important;
    letter-spacing: 0.3px;
    position: relative;
    transition: all 0.3s ease !important;
}

/* Navigation Hover Underline Effect */
.main-menu .navigation > li > a::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: linear-gradient(90deg, #038dc1, #0a7e80);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.current > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #038dc1 !important;
}

/* Enhanced Dropdown Menu */
.main-menu .navigation > li > ul {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    padding: 12px 0 !important;
    min-width: 260px !important;
    margin-top: 0 !important;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.main-menu .navigation > li:hover > ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation > li > ul::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 30px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    transform: rotate(45deg);
    border-radius: 3px;
}

.main-menu .navigation > li > ul > li {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.main-menu .navigation > li > ul > li > a {
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #444 !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent;
}

.main-menu .navigation > li > ul > li > a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    color: #038dc1;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    background: linear-gradient(90deg, rgba(3, 141, 193, 0.08) 0%, transparent 100%) !important;
    color: #e9f7ff !important;
    border-left-color: #038dc1;
    padding-left: 28px !important;
}

.main-menu .navigation > li > ul > li:hover > a::before {
    opacity: 1;
    transform: translateX(0);
}

/* Enhanced Sticky Header */
.sticky-header {
    background: #ffffff !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    border-bottom: none !important;
}

.sticky-header .logo-box img {
    max-height: 100px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 20px 16px !important;
    color: #1a1a2e !important;
}

.sticky-header .main-menu .navigation > li > a::after {
    bottom: 15px;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    color: #038dc1 !important;
}

/* Hamburger Button Enhancement */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-btn span {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #038dc1, #0a7e80);
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger-btn:hover span {
    background: linear-gradient(90deg, #0a7e80, #038dc1);
}

.hamburger-btn:hover span:nth-child(1) {
    transform: translateX(3px);
}

.hamburger-btn:hover span:nth-child(3) {
    transform: translateX(-3px);
}

/* Mobile Menu Enhancement */
@media only screen and (max-width: 991px) {
    .main-header .header-top {
        padding: 8px 0px !important;
    }

    .main-header .header-top .header-info {
        display: none;
    }

    .main-header .header-bottom {
        padding: 10px 0;
    }

    .hamburger-btn {
        display: flex;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-menu .navigation > li > a {
        padding: 15px 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .header-top .header-info li {
        margin-right: 15px !important;
    }

    .main-header .header-top .header-info li a {
        font-size: 12px !important;
    }

    .main-header .logo-box .logo img {
        max-height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .main-header .header-top {
        display: none;
    }

    .main-header .header-bottom {
        padding: 12px 0;
    }
}

/* Header Social Icons */
.main-header .header-top .header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-header .header-top .header-social li {
    margin-right: 0 !important;
}

.main-header .header-top .header-social li a {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 13px !important;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.main-header .header-top .header-social li a:hover {
    transform: translateY(-3px);
}

.main-header .header-top .header-social li:nth-child(1) a:hover {
    background: #1877f2;
}

.main-header .header-top .header-social li:nth-child(2) a:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.main-header .header-top .header-social li:nth-child(3) a:hover {
    background: #0a66c2;
}

.main-header .header-top .header-social li:nth-child(4) a:hover {
    background: #25d366;
}

/* ========================================
   Service Intro Section - Youth Crisis Shelter
   ======================================== */

.service-intro-section {
    position: relative;
    padding: 80px 0 100px;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    overflow: hidden;
}

.service-intro-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(3, 141, 193, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.service-intro-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(10, 126, 128, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.service-intro-section .container {
    position: relative;
    z-index: 2;
}

.service-intro-header {
    text-align: center;
    margin-bottom: 60px;
}

.service-intro-header .service-badge {
    display: inline-block;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(3, 141, 193, 0.3);
}

.service-intro-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.2;
}

.service-intro-header .service-tagline {
    font-size: 20px;
    color: #0a7e80;
    font-weight: 500;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.service-intro-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.service-intro-image {
    flex: 0 0 45%;
    max-width: 45%;
}

.service-intro-image .image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-intro-image .image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 126, 128, 0.2) 100%);
    z-index: 1;
    pointer-events: none;
}

.service-intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.service-intro-image:hover img {
    transform: scale(1.03);
}

.service-intro-image .image-badge {
     color: #0393e0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgb(255 255 255 / 74%);
    padding: 8px 15px;
    border-radius: 12px;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-intro-image .image-badge i {
    font-size: 28px;
    color: #038dc1;
    margin-right: 12px;
}

.service-intro-image .image-badge span {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.service-intro-text {
    flex: 0 0 55%;
    max-width: 55%;
}

.service-intro-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.service-intro-text p:first-child {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.service-options-lead {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    font-weight: 500;
}

.service-options-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-options-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 28px;
    background: linear-gradient(135deg, #f0f7fa 0%, #e8f4f8 100%);
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.service-options-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.service-options-list li i {
    width: 56px;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    color: #fff;
}

/* Brand theme colors for each item */
.service-options-list li:nth-child(1) i {
    background: linear-gradient(135deg, #5BA33B 0%, #4a8f2f 100%);
}

.service-options-list li:nth-child(2) i {
    background: linear-gradient(135deg, #0a7e80 0%, #086668 100%);
}

.service-options-list li:nth-child(3) i {
    background: linear-gradient(135deg, #038dc1 0%, #027ba8 100%);
}

/* Legacy styles - can be removed */
.service-options-highlight {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 25px;
    justify-content: flex-start;
}

.service-option-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.service-option-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-option-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-option-icon i {
    font-size: 18px;
    color: #fff;
}

.service-option-icon.home-icon {
    background: linear-gradient(135deg, #5BA33B 0%, #4a8f2f 100%);
}

.service-option-icon.community-icon {
    background: linear-gradient(135deg, #0a7e80 0%, #086668 100%);
}

.service-option-icon.facility-icon {
    background: linear-gradient(135deg, #038dc1 0%, #027ba8 100%);
}

.service-option-item span {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 768px) {
    .service-options-highlight {
        flex-wrap: wrap;
        gap: 10px;
    }

    .service-option-item {
        padding: 10px 14px;
    }
}

.service-key-points {
    margin-top: 35px;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #038dc1;
}

.service-key-points h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-key-points h4 i {
    color: #038dc1;
}

.service-key-points ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.service-key-points ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #444;
}

.service-key-points ul li i {
    color: #0a7e80;
    font-size: 14px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Trauma-Informed Approach Section - Two Column Layout */
.trauma-approach-section {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    padding: 50px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

/* Section Header for Trauma Approach */
.trauma-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.trauma-section-header .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    color: #038dc1;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.trauma-section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.2;
}

.trauma-section-header p {
    font-size: 17px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Trauma Approach Row - Image and Content */
.trauma-approach-row {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.trauma-approach-image {
    flex: 0 0 38%;
    max-width: 38%;
}

.trauma-approach-image .image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.trauma-approach-image .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.trauma-approach-image:hover .image-wrapper img {
    transform: scale(1.03);
}

.trauma-approach-image .image-accent {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 20px;
    z-index: -1;
}

.trauma-approach-content {
    flex: 0 0 60%;
    max-width: 60%;
}

.approach-header {
    margin-bottom: 30px;
}

.approach-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.15) 100%);
    border-radius: 16px;
    margin-bottom: 20px;
}

.approach-badge i {
    font-size: 26px;
    color: #038dc1;
}

.approach-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.approach-header p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.approach-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.approach-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #f5f9fc 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.approach-list li:hover {
    background: #fff;
    border-left-color: #038dc1;
    box-shadow: 0 5px 20px rgba(3, 141, 193, 0.12);
    transform: translateX(5px);
}

.approach-list .list-icon {
    flex-shrink: 0;
}

.approach-list .list-icon i {
    font-size: 18px;
    color: #0a7e80;
}

.approach-list .list-text {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

/* Feature Cards inside Trauma Approach Content */
.trauma-approach-content .service-feature-cards.trauma-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.trauma-approach-content .service-feature-cards.trauma-cards .service-feature-card {
    padding: 20px 18px;
    margin: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.trauma-approach-content .service-feature-cards.trauma-cards .service-feature-card .icon-box {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}

.trauma-approach-content .service-feature-cards.trauma-cards .service-feature-card .icon-box i {
    font-size: 22px;
}

.trauma-approach-content .service-feature-cards.trauma-cards .service-feature-card h5 {
    font-size: 16px;
    margin-bottom: 8px;
}

.trauma-approach-content .service-feature-cards.trauma-cards .service-feature-card p {
    font-size: 13px;
    line-height: 1.5;
}

/* Responsive for Trauma Approach Section */
@media (max-width: 991px) {
    .trauma-approach-section {
        padding: 30px;
    }

    .trauma-section-header h2 {
        font-size: 30px;
    }

    .trauma-approach-row {
        flex-direction: column;
        gap: 30px;
    }

    .trauma-approach-image,
    .trauma-approach-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .trauma-approach-image {
        margin-bottom: 0;
    }

    .approach-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .trauma-approach-section {
        padding: 25px 20px;
        margin-top: 40px;
    }

    .trauma-section-header {
        margin-bottom: 30px;
    }

    .trauma-section-header .section-badge {
        padding: 8px 18px;
        font-size: 13px;
    }

    .trauma-section-header h2 {
        font-size: 24px;
    }

    .trauma-section-header p {
        font-size: 15px;
    }

    .trauma-approach-row {
        gap: 25px;
    }

    .approach-list li {
        padding: 12px 14px;
    }

    .approach-list .list-text {
        font-size: 14px;
    }

    .trauma-approach-content .service-feature-cards.trauma-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Service Feature Cards */
.service-feature-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 60px;
}

.service-feature-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.service-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
    border-bottom-color: #038dc1;
}

.service-feature-card .icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #0690cf;
}

.service-feature-card:hover .icon-box {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
}

.service-feature-card .icon-box i {
    font-size: 28px;
    color: #038dc1;
    transition: all 0.3s ease;
}

.service-feature-card:hover .icon-box i {
    color: #fff;
}

.service-feature-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.service-feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Responsive Styles for Service Intro */
@media (max-width: 1199px) {
    .service-intro-header h1 {
        font-size: 36px;
    }

    .service-feature-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .service-intro-content {
        flex-direction: column;
    }

    .service-intro-image,
    .service-intro-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-intro-image {
        margin-bottom: 40px;
    }

    .service-key-points ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .service-intro-section {
        padding: 60px 0 80px;
    }

    .service-intro-header h1 {
        font-size: 28px;
    }

    .service-intro-header .service-tagline {
        font-size: 16px;
    }

    .service-feature-cards {
        grid-template-columns: 1fr;
    }

    .service-feature-card {
        padding: 25px 20px;
    }
}

/* ========================================
   Section 2: Youth Experience Section
   ======================================== */

.youth-experience-section {
    padding: 80px 0;
    background: #fff;
}

.experience-image-box {
    position: relative;
}

.experience-image-box .image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.experience-image-box .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.experience-image-box:hover .image-wrapper img {
    transform: scale(1.03);
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(3, 141, 193, 0.35);
}

.experience-badge i {
    font-size: 24px;
}

.experience-badge span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.experience-content {
    padding-left: 30px;
}

.experience-content .section-header {
    margin-bottom: 30px;
}

.experience-content .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    color: #038dc1;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.experience-content .section-badge.green {
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    color: #5BA33B;
}

.experience-content .section-badge.purple {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
    color: #8B5CF6;
}

.experience-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}

.experience-content .section-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    font-style: italic;
}

.experience-content .experience-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.experience-subhead {
    font-size: 18px;
    font-weight: 600;
    color: #038dc1;
    margin-bottom: 20px;
}

.experience-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.experience-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #f5f9fc 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.experience-list li:hover {
    background: #fff;
    border-left-color: #038dc1;
    box-shadow: 0 8px 25px rgba(3, 141, 193, 0.12);
    transform: translateX(5px);
}

.experience-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.experience-icon i {
    font-size: 18px;
    color: #fff;
}

.experience-text span {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    line-height: 1.5;
}

/* ========================================
   Section 3: Health & Wellness Section
   ======================================== */

.health-wellness-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
}

.health-content {
    padding-right: 30px;
}

.health-content .section-header {
    margin-bottom: 25px;
}

.health-content .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    color: #5BA33B;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.health-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}

.health-content .section-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    font-style: italic;
}

.health-subhead {
    font-size: 18px;
    font-weight: 600;
    color: #5BA33B;
    margin-bottom: 20px;
}

.health-intro {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
}

.health-secondary {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Health List Style */
.health-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.health-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #5BA33B;
    transition: all 0.3s ease;
}

.health-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(91, 163, 59, 0.12);
}

.health-list-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.15) 0%, rgba(10, 126, 128, 0.15) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-list-icon i {
    font-size: 18px;
    color: #5BA33B;
}

.health-list-text {
    flex: 1;
    display: flex;
    align-items: center;
}

.health-list-text span {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.health-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.health-feature-item {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

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

.health-feature-item .feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(91, 163, 59, 0.15) 0%, rgba(10, 126, 128, 0.15) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.health-feature-item .feature-icon i {
    font-size: 24px;
    color: #5BA33B;
}

.health-feature-item .feature-text h5 {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.health-feature-item .feature-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.health-image-box {
    position: relative;
}

.health-image-box .image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.health-image-box .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.health-image-box:hover .image-wrapper img {
    transform: scale(1.03);
}

.health-badge {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: linear-gradient(135deg, #5BA33B 0%, #0a7e80 100%);
    color: #fff;
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(91, 163, 59, 0.35);
}

.health-badge i {
    font-size: 24px;
}

.health-badge span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

/* ========================================
   Section 4: Activities Section
   ======================================== */

.activities-section {
    padding: 80px 0;
    background: #fff;
}

.activities-image-box {
    position: relative;
}

.activities-image-box .image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.activities-image-box .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.activities-image-box:hover .image-wrapper img {
    transform: scale(1.03);
}

.activities-badge {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(3, 141, 193, 0.35);
}

.activities-badge i {
    font-size: 24px;
}

.activities-badge span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.activities-content {
    padding-left: 30px;
}

.activities-content .section-header {
    margin-bottom: 25px;
}

.activities-content .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    color: #038dc1;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.activities-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}

.activities-intro {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
}

.activities-subhead {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.activities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.activity-item:hover {
    background: #fff;
    border-left-color: #038dc1;
    box-shadow: 0 8px 25px rgba(3, 141, 193, 0.12);
    transform: translateX(5px);
}

.activity-item.full-width {
    grid-column: 1 / -1;
}

.activity-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.activity-icon i {
    font-size: 16px;
    color: #fff;
}

.activity-item span {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    line-height: 1.5;
}

/* Activities List Style */
.activities-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.activities-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #038dc1;
    transition: all 0.3s ease;
}

.activities-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(3, 141, 193, 0.12);
    background: #fff;
}

.activities-list-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.activities-list-icon i {
    font-size: 18px;
    color: #fff;
}

.activities-list-text {
    flex: 1;
    display: flex;
    align-items: center;
}

.activities-list-text span {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.activities-content .section-subtitle {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    font-style: italic;
}

/* ========================================
   Section 5: Goal Setting Section
   ======================================== */

.goal-setting-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
}

.goal-content {
    padding-right: 30px;
}

.goal-content .section-header {
    margin-bottom: 25px;
}

.goal-content .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    color: #038dc1;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.goal-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
}

.goal-intro {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 25px;
}

.goal-subhead {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.goal-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.goal-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border-left: 3px solid transparent;    color: #0395e6;
}

.goal-item:hover {
    border-left-color: #038dc1;
    box-shadow: 0 8px 25px rgba(3, 141, 193, 0.12);
    transform: translateX(5px);
}

.goal-item .item-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.15) 0%, rgba(10, 126, 128, 0.15) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.goal-item .item-icon i {
    font-size: 16px;
    color: #038dc1;
}

.goal-item span {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    line-height: 1.5;
}

.goal-image-box {
    position: relative;
}

.goal-image-box .image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.goal-image-box .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.goal-image-box:hover .image-wrapper img {
    transform: scale(1.03);
}

.goal-badge {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    padding: 18px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(3, 141, 193, 0.35);
}

.goal-badge i {
    font-size: 24px;
}

.goal-badge span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

/* ========================================
   Section 6: Our Commitment Section
   ======================================== */

.commitment-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a7e80 0%, #038dc1 100%);
    position: relative;
    overflow: hidden;
}

.commitment-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

.commitment-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.commitment-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.commitment-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.commitment-content {
    flex: 1;
    text-align: left;
}

.commitment-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 25px;
}

.commitment-badge i {
    font-size: 18px;
    color: #fff;
}

.commitment-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.commitment-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.commitment-content > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 35px;
}

.commitment-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.commitment-highlight {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 18px 22px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.commitment-highlight:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(8px);
    border-color: rgba(255, 255, 255, 0.2);
}

.commitment-highlight .highlight-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.commitment-highlight .highlight-icon i {
    font-size: 20px;
    color: #fff;
}

.commitment-highlight .highlight-text h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.commitment-highlight .highlight-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.4;
}

/* CTA Card */
.commitment-cta {
    flex: 0 0 380px;
}

.commitment-cta .cta-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.commitment-cta .cta-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;color: #0694e3;
}

.commitment-cta .cta-icon i {
    font-size: 28px;
    color: #038dc1;
}

.commitment-cta .cta-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.commitment-cta .cta-card > p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 28px;
}

.commitment-cta .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.commitment-cta .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.commitment-cta .cta-btn.primary {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(3, 141, 193, 0.3);
}

.commitment-cta .cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(3, 141, 193, 0.4);
}

.commitment-cta .cta-btn.secondary {
    background: #f8f9fa;
    color: #038dc1;
    border: 2px solid #e9ecef;
}

.commitment-cta .cta-btn.secondary:hover {
    background: #038dc1;
    color: #fff;
    border-color: #038dc1;
}

.commitment-cta .cta-btn i {
    font-size: 16px;
}

.commitment-cta .cta-info {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.commitment-cta .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.commitment-cta .info-item i {
    font-size: 14px;
    color: #0a7e80;
}

.commitment-cta .info-item span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

/* Responsive for Service Sections */
@media (max-width: 991px) {
    .experience-content,
    .health-content,
    .activities-content,
    .goal-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px;
    }

    .experience-image-box,
    .health-image-box,
    .activities-image-box,
    .goal-image-box {
        margin-bottom: 50px;
    }

    .health-wellness-section .order-1 {
        margin-top: 40px;
    }

    .health-wellness-section .order-2 {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .commitment-wrapper {
        flex-direction: column;
        gap: 50px;
    }

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

    .commitment-cta {
        flex: 0 0 auto;
        width: 100%;
        max-width: 450px;
    }

    .commitment-highlight {
        justify-content: flex-start;
    }

    .commitment-highlight:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 767px) {
    .youth-experience-section,
    .health-wellness-section,
    .activities-section,
    .goal-setting-section {
        padding: 60px 0;
    }

    .commitment-section {
        padding: 70px 0;
    }

    .experience-content h2,
    .health-content h2,
    .activities-content h2,
    .goal-content h2 {
        font-size: 26px;
    }

    .commitment-content h2 {
        font-size: 28px;
    }

    .commitment-content > p {
        font-size: 15px;
    }

    .commitment-badge {
        padding: 8px 16px;
    }

    .commitment-badge span {
        font-size: 12px;
    }

    .commitment-highlight {
        padding: 14px 18px;
    }

    .commitment-highlight .highlight-icon {
        width: 42px;
        height: 42px;
    }

    .commitment-highlight .highlight-text h5 {
        font-size: 15px;
    }

    .commitment-cta .cta-card {
        padding: 30px 25px;
    }

    .commitment-cta .cta-card h3 {
        font-size: 20px;
    }

    .commitment-cta .cta-info {
        flex-direction: column;
        gap: 12px;
    }

    .activities-grid {
        grid-template-columns: 1fr;
    }

    .health-features {
        flex-direction: column;
    }
}

/***

====================================================================
  Contact Page Styles
====================================================================

***/

.contact-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/background/contact-bg.jpg') center/cover;
    opacity: 0.3;
}

.contact-hero-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contact-hero-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.contact-hero-shapes .shape-1 {
    width: 300px;
    height: 300px;
    background: #0a9eb8;
    top: -100px;
    right: -50px;
}

.contact-hero-shapes .shape-2 {
    width: 200px;
    height: 200px;
    background: #fff;
    bottom: -50px;
    left: 10%;
}

.contact-hero-shapes .shape-3 {
    width: 150px;
    height: 150px;
    background: #0a7e80;
    top: 50%;
    left: -50px;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 20px;
}

.contact-hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.contact-hero-content h1 span {
    color: #7dd3e1;
}

.contact-hero-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Cards Section */
.contact-cards-section {
    padding: 0;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.contact-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #038dc1, #0a7e80);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

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

.contact-card:hover::before {
    transform: scaleX(1);
}

.contact-card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
        color: #fff;
    font-size: 24px;
}

.contact-card:hover .contact-card-icon {
    background: linear-gradient(135deg, #0a7e80 0%, #038dc1 100%);
    transform: rotateY(180deg);
}

.contact-card-icon i {
    font-size: 32px;
    color: #fff;
}

.contact-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0a7e80;
    margin-bottom: 15px;
}

.contact-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.contact-card a {
    font-size: 18px;
    font-weight: 600;
    color: #0a7e80;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #038dc1;
}

/* Main Contact Section */
.contact-main-section {
    padding: 100px 0 80px;
    background: #f8f9fa;
}

.contact-main-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* Contact Form */
.contact-form-container {
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #038dc1, #0a7e80, #038dc1);
}

.contact-form-container::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(3, 141, 193, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.contact-form-header {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}

.contact-form-header .badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.12) 0%, rgba(10, 126, 128, 0.08) 100%);
    color: #0a7e80;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(3, 141, 193, 0.2);
}

.contact-form-header .badge i {
    color: #038dc1;
    font-size: 16px;
}

.contact-form-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0a7e80;
    margin-bottom: 15px;
    line-height: 1.2;
}

.contact-form-header p {
    font-size: 17px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group.full-width {
    grid-column: 1 / -1;
}

.contact-form label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form label i {
    color: #038dc1;
    font-size: 14px;
}

.contact-form .input-wrapper {
    position: relative;
}

.contact-form .input-wrapper i.input-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact-form .input-wrapper.textarea-wrapper i.input-icon {
    top: 22px;
    transform: none;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 18px 22px 18px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 14px;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    background: #f8f9fa;
    font-family: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaa;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover {
    border-color: #d0d0d0;
    background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: #038dc1;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(3, 141, 193, 0.12);
}

.contact-form input:focus ~ i.input-icon,
.contact-form textarea:focus ~ i.input-icon {
    color: #038dc1;
}

.contact-form textarea {
    min-height: 160px;
    resize: vertical;
    line-height: 1.6;
}

.contact-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
}

.form-submit-wrapper {
    text-align: center;
    margin-top: 15px;
}

.contact-form .submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #ffffff;
    color: #038dc1;
    padding: 20px 50px;
    border: 2px solid #ffffff;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-form .submit-btn:hover {
    background: #0d1f3c;
    color: #fff;
    border-color: #0d1f3c;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(13, 31, 60, 0.4);
}

.contact-form .submit-btn i {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.contact-form .submit-btn:hover i {
    transform: translateX(6px);
}

/* Map Section */
.contact-map-section {
    margin-top: 60px;
}

.map-header {
    text-align: center;
    margin-bottom: 30px;
}

.map-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0a7e80;
    margin-bottom: 10px;
}

.map-header p {
    font-size: 16px;
    color: #666;
}

.contact-map-container {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    height: 400px;
    border: 4px solid #fff;
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Contact Page Responsive Styles */
@media (max-width: 1024px) {
    .contact-cards-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .contact-form-container {
        padding: 50px 40px;
    }

    .contact-form-header h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .contact-hero-content h1 {
        font-size: 36px;
    }

    .contact-cards-wrapper {
        grid-template-columns: 1fr;
        margin-top: -60px;
    }

    .contact-cards-section {
        margin-top: -60px;
    }

    .contact-card {
        padding: 30px 25px;
    }

    .contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-form-container {
        padding: 40px 25px;
        border-radius: 20px;
    }

    .contact-form-header h2 {
        font-size: 28px;
    }

    .contact-form-header p {
        font-size: 15px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        padding: 16px 18px 16px 50px;
        font-size: 15px;
    }

    .contact-form .submit-btn {
        width: 100%;
        padding: 18px 30px;
    }

    .contact-map-section {
        margin-top: 40px;
    }

    .contact-map-container {
        height: 300px;
    }

    .map-header h3 {
        font-size: 22px;
    }
}

/* ============================================
   CAREERS PAGE STYLES
   ============================================ */

/* Careers Intro Section */
.careers-intro-section {
    padding: 100px 0;
    background: #fff;
}

.careers-intro-content {
    padding-right: 40px;
}

.careers-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(26, 58, 92, 0.1) 0%, rgba(61, 122, 158, 0.1) 100%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #1a3a5c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.careers-badge i {
    color: #3d7a9e;
}

.careers-intro-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 25px;
    line-height: 1.2;
}

.careers-intro-content p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.careers-intro-image {
    position: relative;
}

.careers-intro-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.careers-image-badge {
    position: absolute;
    bottom: -30px;
    left: -30px;
    background: linear-gradient(135deg, #1a3a5c 0%, #0d1f3c 100%);
    color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(26, 58, 92, 0.3);
}

.careers-image-badge i {
    font-size: 32px;
    color: #3d7a9e;
}

.careers-image-badge span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

/* Why Join Us Section */
.why-join-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.why-join-section .section-header {
    margin-bottom: 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.1) 100%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #038dc1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.section-badge i {
    color: #0a7e80;
}

.section-badge.light {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.section-badge.light i {
    color: #fff;
}

.why-join-section .section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0a7e80;
    margin-bottom: 15px;
}

.why-join-section .section-header p {
    font-size: 18px;
    color: #666;
}

.benefit-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
       width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgb(91 186 240) 0%, rgb(5 136 169) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
    color: #fff;
    font-size: 20px;
}

.benefit-icon i {
    font-size: 32px;
    color: #038dc1;
    transition: all 0.4s ease;
}

.benefit-card:hover .benefit-icon {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
}

.benefit-card:hover .benefit-icon i {
    color: #fff;
}

.benefit-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #0a7e80;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

/* Current Openings Section */
.current-openings-section {
    padding: 100px 0;
    background: #fff;
}

.current-openings-section .section-header {
    margin-bottom: 60px;
}

.current-openings-section .section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0a7e80;
    margin-bottom: 15px;
}

.current-openings-section .section-header p {
    font-size: 18px;
    color: #666;
}

.job-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.job-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #038dc1 0%, #0a7e80 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

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

.job-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.job-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(3, 141, 193, 0.1) 0%, rgba(10, 126, 128, 0.15) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-icon i {
    font-size: 26px;
    color: #038dc1;
}

.job-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.job-type {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.job-type.full-time {
    background: rgba(26, 58, 92, 0.1);
    color: #1a3a5c;
}

.job-type.part-time {
    background: rgba(61, 122, 158, 0.15);
    color: #3d7a9e;
}

.job-type.casual {
    background: rgba(13, 31, 60, 0.1);
    color: #0d1f3c;
}

.job-location {
    font-size: 14px;
    color: #666;
}

.job-location i {
    margin-right: 5px;
    color: #038dc1;
}

.job-title {
    font-size: 24px;
    font-weight: 600;
    color: #0a7e80;
    margin-bottom: 15px;
}

.job-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.job-requirements {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.job-requirements span {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
}

.job-requirements span i {
    color: #038dc1;
    font-size: 14px;
}

.job-apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.job-apply-btn:hover {
    background: linear-gradient(135deg, #0a7e80 0%, #038dc1 100%);
    color: #fff;
    transform: translateX(5px);
}

.job-apply-btn i {
    transition: transform 0.3s ease;
}

.job-apply-btn:hover i {
    transform: translateX(5px);
}

/* How to Apply Section */
.how-to-apply-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
}

.apply-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.apply-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.apply-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 25px;
}

.apply-email {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    color: #fff;
}

.apply-email i {
    font-size: 24px;
    color: #fff;
}

.apply-email a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.apply-email a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.apply-note {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-style: italic;
}

.contact-us-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: #fff;
    color: #038dc1;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    margin-top: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.contact-us-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #0a7e80;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.contact-us-btn i {
    font-size: 16px;
}

.apply-steps {
    padding-left: 40px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 22px;
    top: 50px;
    width: 2px;
    height: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.2);
}

.step-number {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.step-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Careers Page Responsive */
@media (max-width: 991px) {
    .careers-intro-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .careers-intro-content h2 {
        font-size: 34px;
    }

    .careers-image-badge {
        bottom: -20px;
        left: 20px;
        padding: 20px;
    }

    .why-join-section .section-header h2,
    .current-openings-section .section-header h2,
    .apply-content h2 {
        font-size: 32px;
    }

    .apply-wrapper {
        padding: 40px 30px;
    }

    .apply-steps {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .careers-intro-section,
    .why-join-section,
    .current-openings-section,
    .how-to-apply-section {
        padding: 60px 0;
    }

    .careers-intro-content h2 {
        font-size: 28px;
    }

    .careers-image-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
        justify-content: center;
    }

    .why-join-section .section-header h2,
    .current-openings-section .section-header h2,
    .apply-content h2 {
        font-size: 28px;
    }

    .job-card {
        padding: 25px;
    }

    .job-card-header {
        flex-direction: column;
        gap: 15px;
    }

    .job-meta {
        flex-direction: row;
        align-items: center;
    }

    .job-title {
        font-size: 20px;
    }

    .apply-email {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    .apply-email a {
        font-size: 18px;
    }
}

/* ===================================
   Privacy Policy Page Styles
=================================== */
.privacy-policy-section {
    padding: 80px 0 100px;
    background: #f8fafc;
}

.policy-content {
    background: #fff;
    padding: 50px 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.policy-intro {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.policy-content > p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.policy-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a7e80;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #038dc1;
    display: flex;
    align-items: center;
}

.policy-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #1a3a5c;
    margin-top: 20px;
    margin-bottom: 15px;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.policy-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.policy-list li:last-child {
    border-bottom: none;
}

.policy-list li i {
    position: absolute;
    left: 0;
    top: 13px;
    color: #038dc1;
    font-size: 14px;
}

.policy-list li strong {
    color: #1a3a5c;
}

.policy-contact-box {
    background: linear-gradient(135deg, #038dc1 0%, #0a7e80 100%);
    padding: 30px 40px;
    border-radius: 15px;
    margin: 25px 0;
}

.policy-contact-box p {
    color: #fff !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

.policy-contact-box p:first-child {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.policy-contact-box a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.policy-contact-box a:hover {
    opacity: 0.85;
    color: #fff;
}

.policy-closing {
    font-style: italic;
    color: #666 !important;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

/* Privacy Policy Responsive */
@media (max-width: 991px) {
    .policy-content {
        padding: 40px 35px;
    }

    .policy-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .privacy-policy-section {
        padding: 60px 0 80px;
    }

    .policy-content {
        padding: 30px 25px;
        border-radius: 15px;
    }

    .policy-content h3 {
        font-size: 18px;
        flex-wrap: wrap;
    }

    .policy-content h3 i {
        margin-bottom: 5px;
    }

    .policy-contact-box {
        padding: 25px 20px;
    }

    .policy-contact-box p:first-child {
        font-size: 18px !important;
    }
}
