/* Header Area Style ======================================================*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

 .header-area {
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 z-index: 999;
}
 .header-area.header-style-two {
	 position: initial;
}
 .header-area.header-style-two .top-header-area {
	 background-color: #111111;
}
 .header-area.header-style-two .top-header-area ul {
	 float: initial;
}
 .header-area.header-style-two .top-header-area ul.float-right {
	 float: right;
}
 .header-area.header-style-three .top-header-area {
	 background-color: #111111;
}
 .header-area.header-style-three .top-header-area ul {
	 float: initial;
}
 .header-area.header-style-three .top-header-area ul.float-right {
	 float: right;
}
 .header-area .navbar-shape {
	 position: absolute;
	 top: 0;
	 left: 0;
	 max-width: 270px;
	 z-index: 2;
}
 .header-area .navbar-shape-2 {
	 position: absolute;
	 top: 0;
	 left: 0;
	 max-width: 310px;
	 z-index: -2;
}
 .top-header-area {
	 background-color: var(--theme_color);
	 padding-top: 10px;
	 padding-bottom: 10px;
}
 .top-header-area .container-fluid {
	 max-width: 1720px;
	 margin: auto;
}
 .top-header-area ul {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
	 float: left;
}
 .top-header-area ul li {
	 display: inline-block;
	 color: #000;
	 font-size: 15px;
	 transition: all ease .5s;
	 margin-right: 30px;
}
 .top-header-area ul li i {
	 margin-right: 5px;
}
 .top-header-area ul li:last-child {
	 margin-right: 0;
}
 .top-header-area ul li a {
	 color: #fff;
}
 .top-header-area ul li a i {
	 color: var(--headerstripcolor);
	 position: relative;
	 top: 3px;
	 font-size: 18px;
	 margin-right: 5px;
	 transition: all ease .5s;
}
 .top-header-area ul li:hover {
	 color: #000;
}
 .top-header-area ul li:hover a {
	 color: #000;
}
 .top-header-area ul li:hover a i {
	 color: #000;
}
 .top-header-area ul li .navbar-option-language button {
	 background-color: transparent;
	 padding: 0;
	 display: flex;
	 align-items: center;
	 font-size: 15px;
	 font-weight: 500;
	 color: #fff;
}
 .top-header-area ul li .navbar-option-language button img {
	 flex: 0 0 35px;
	 max-width: 35px;
	 border-radius: 50%;
	 border: 3px solid #fff;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	 margin-right: 10px;
}
 .top-header-area ul li .navbar-option-language button i {
	 font-size: 14px;
	 margin-right: 10px;
	 line-height: 1;
	 color: #fff;
}
 .top-header-area ul li .navbar-option-language .dropdown-toggle:after {
	 content: "\ea4e";
	 font-family: 'remixicon' !important;
	 font-size: 20px;
	 margin-left: 5px;
	 border: 0;
}
 .top-header-area ul li .navbar-option-language .dropdown-menu {
	 margin: 0;
	 transform: translateY(30px);
	 display: block !important;
	 opacity: 0;
	 visibility: hidden;
	 pointer-events: none;
	 transition: all ease .5s;
	 right: 0;
	 left: auto;
	 border-radius: 0;
	 padding: 8px 0;
	 border: none;
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	 background-color: #fff;
}
 .top-header-area ul li .navbar-option-language .dropdown-menu .dropdown-item {
	 padding: 8px 16px;
	 display: flex;
	 align-items: center;
	 transition: all ease .5s;
	 font-size: 14px;
	 color: #111111;
}
 .top-header-area ul li .navbar-option-language .dropdown-menu .dropdown-item img {
	 max-width: 25px;
	 width: 25px;
	 margin-right: 10px;
}
 .top-header-area ul li .navbar-option-language .dropdown-menu .dropdown-item:hover {
	 color: var(--headerstripcolor);
	 background-color: transparent;
}
 .top-header-area ul li .navbar-option-language .dropdown-menu .dropdown-item:focus {
	 color: var(--headerstripcolor);
	 background-color: transparent;
}
 .top-header-area ul li .navbar-option-language .dropdown-menu.show {
	 transform: translateY(26px);
	 opacity: 1;
	 visibility: visible;
	 pointer-events: all;
}
/* Navbar Area Style ======================================================*/
 .navbar-area .navbar-brand {
	 margin-right: 0;
	 z-index: 3;
	 padding: 15px 0;
    padding-left: 15px;
}
 .navbar-area.is-sticky {
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: 999;
	 position: fixed !important;
	 background-color: #fff !important;
	 animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: -3px -1px 5px #000000dd;
}
 .navbar-area.is-sticky .navbar-shape {
	 max-width: 215px;
	 display: none;
}
 .navbar-area.is-sticky .navbar-shape-2 {
	 max-width: 235px;
	 display: none;
}
 .navbar-area .container-fluid {
	 max-width: 1720px;
	 margin: auto;
}
 .navbar-area.navbar-area-style-two .desktop-nav {
	 background-color: var(--headerstripcolor);
}
 .navbar-area.navbar-area-style-two .desktop-nav::before {
	 display: none;
}
 .navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item a::before {
	 border-top: 10px solid #ffcc00 !important;
	 top: 5px;
	 left: -21px;
	 z-index: 1;
}
 .navbar-area.navbar-area-style-two .desktop-nav .navbar .others-options ul li a .count {
	 background-color: #111111;
}
 .navbar-area.navbar-area-style-three .desktop-nav {
	 background-color: transparent;
}
 .navbar-area.navbar-area-style-three .desktop-nav .navbar::before {
	 display: none;
}
 .navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item a::before {
	 border-top: 10px solid #ffcc00;
	 border-right: 10px solid transparent;
	 border-bottom: 0;
	 border-left: 10px solid transparent;
}
 .navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-area-style-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	 color: #ffcc00;
}
 .desktop-nav {
	 padding-top: 0;
	 padding-bottom: 0;
}
 .desktop-nav .navbar {
	 transition: all ease .5s;
	 position: relative;
	 padding-right: 0;
	 padding-top: 0;
	 padding-left: 0;
	 padding-bottom: 0;
   background-color: #fff;
   border-radius: 12px;
}
 /* .desktop-nav .navbar::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: #fff;
	 z-index: -1;
	 clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
} */
 .desktop-nav .navbar ul {
	 padding-left: 0;
	 margin-bottom: 0;
	 list-style-type: none;
}
 .desktop-nav .navbar .navbar-nav {
	 margin-left: auto;
	 margin-right: 0;
}
 .desktop-nav .navbar .navbar-nav .nav-item {
	 position: relative;
	 padding-bottom: 35px;
	 padding-top: 35px;
	 padding-right: 0;
	 padding-left: 0;
}
 .desktop-nav .navbar .navbar-nav .nav-item a {
	 font-weight: 600;
	 font-size: 14px;
	 color: var(--theme_color);
	 line-height: 1;
	 position: relative;
	 padding-left: 0;
	 padding-right: 0;
	 padding-top: 0;
	 padding-bottom: 0;
	 margin-left: 12px;
	 margin-right: 12px;
}
 /* .desktop-nav .navbar .navbar-nav .nav-item a::before {
	 content: "";
	 position: absolute;
	 top: 4px;
	 left: -10px;
	 border-top: 10px solid var(--headerstripcolor);
	 border-right: 10px solid transparent;
	 border-bottom: 0;
	 border-left: 10px solid transparent;
	 transform: rotate(45deg);
	 z-index: -1;
	 transition: all ease .5s;
	 opacity: 0;
} */
 .desktop-nav .navbar .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    border: 1px solid var(--headerstripcolor);
    z-index: -1;
    transition: all ease .5s;
    opacity: 0;
    width: 100%;
    border-radius: 5px;
}
 .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item a:hover:before, .desktop-nav .navbar .navbar-nav .nav-item a:focus:before, .desktop-nav .navbar .navbar-nav .nav-item a.active:before {
	 opacity: 1;
}
 .desktop-nav .navbar .navbar-nav .nav-item a i {
	 font-size: 18px;
	 line-height: 0;
	 position: relative;
	 top: 1px;
}
 .desktop-nav .navbar .navbar-nav .nav-item:last-child a {
	 margin-right: 0;
}
 .desktop-nav .navbar .navbar-nav .nav-item:first-child a {
	 margin-left: 0;
}
 .desktop-nav .navbar .navbar-nav .nav-item:hover a:before, .desktop-nav .navbar .navbar-nav .nav-item:focus a:before, .desktop-nav .navbar .navbar-nav .nav-item.active a:before {
	 opacity: 1;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	 transition: all 0.3s ease-in-out;
	 background: #fff;
	 position: absolute;
	 visibility: hidden;
	 border-radius: 0;
	 display: block;
	 width: 250px;
	 border: none;
	 z-index: 99;
	 opacity: 0;
	 top: 83px;
	 left: 0;
	 padding: 0;
	 pointer-events: none;
	 transform: scaleX(0);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	 padding: 0;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	 color: #111111;
	 padding: 15px;
	 border-bottom: 1px dashed #eee;
	 margin: 0;
	 font-size: 14px;
	 font-weight: 600;
	 line-height: 1;
	 display: block;
   text-align: start;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
	 display: none;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	 float: right;
	 top: 7px;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	 left: 250px;
	 top: 0;
	 opacity: 0;
	 visibility: hidden;
	 transform: scaleX(0);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	 color: #111111;
	 border-bottom: 1px dashed #eee;
	 font-size: 14px;
	 line-height: 1;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	 left: 250px;
	 top: 0;
	 opacity: 0;
	 visibility: hidden;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	 color: #000;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	 left: -250px;
	 top: 0;
	 opacity: 0;
	 visibility: hidden;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	 color: #000;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	 left: -250px;
	 top: 0;
	 opacity: 0;
	 visibility: hidden;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	 color: #000;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	 left: -250px;
	 top: 0;
	 opacity: 0;
	 visibility: hidden;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	 color: #000;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	 left: -250px;
	 top: 0;
	 opacity: 0;
	 visibility: hidden;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	 color: #000;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	 opacity: 1;
	 visibility: visible;
	 top: -15px;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	 opacity: 1;
	 visibility: visible;
	 top: -1px;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	 opacity: 1;
	 top: -1px;
	 visibility: visible;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	 opacity: 1;
	 top: -15px;
	 visibility: visible;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	 opacity: 1;
	 visibility: visible;
	 top: -15px;
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	 color: var(--headerstripcolor);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	 opacity: 1;
	 visibility: visible;
	 top: 0;
	 transform: scaleX(1);
}
 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	 border-bottom: none;
}
 .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	 top: 83px;
	 opacity: 1;
	 margin-top: 0;
	 visibility: visible;
	 pointer-events: auto;
	 transform: scaleX(1);
}
 .desktop-nav .navbar .others-options {
	 position: relative;
	 top: 0;
}
 .desktop-nav .navbar .others-options ul {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
	 line-height: 1;
}
 .desktop-nav .navbar .others-options ul li {
	 display: inline-block;
	 margin-right: 20px;
}
 .desktop-nav .navbar .others-options ul li a {
	 position: relative;
}
 .desktop-nav .navbar .others-options ul li a i {
	 color: #fff;
	 font-size: 20px;
}
 .desktop-nav .navbar .others-options ul li a .count {
	 position: absolute;
	 top: -10px;
	 right: -5px;
	 display: inline-block;
	 font-size: 10px;
	 width: 15px;
	 height: 15px;
	 line-height: 15px;
	 text-align: center;
	 background-color: var(--headerstripcolor);
	 border-radius: 50%;
	 color: #fff;
}
 .desktop-nav .navbar .others-options ul li:last-child {
	 margin-right: 0;
	 padding-right: 0;
	 border-right: none;
}
 .desktop-nav .navbar .others-options ul li.call-us {
	 position: relative;
	 padding: 19px 60px;
	 padding-left: 120px;
	 top: 16px;
	 background-color: #10539a;
	 color: #fff;
}
 .desktop-nav .navbar .others-options ul li.call-us a {
	 display: block;
	 margin-top: 16px;
	 color: #fff;
}
 .desktop-nav .navbar .others-options ul li.call-us i {
	 position: absolute;
	 top: 18px;
	 left: 50px;
	 background-color: var(--headerstripcolor);
	 height: 50px;
	 width: 50px;
	 line-height: 50px;
	 text-align: center;
	 font-size: 25px;
	 color: #fff;
	 border-radius: 50%;
}
 .desktop-nav .navbar .others-options ul li:nth-child(4) {
	 border-right: none;
}
 .mobile-responsive-nav {
	 display: none;
}
/* Others Option For Responsive Area Style ======================================================*/
 .others-option-for-responsive {
	 display: none;
}
 .others-option-for-responsive .dot-menu {
	 padding: 0 10px;
	 height: 30px;
	 cursor: pointer;
	 z-index: 999;
	 position: absolute;
	 right: 60px;
	 top: -33px;
}
 .others-option-for-responsive .dot-menu .inner {
	 display: flex;
	 align-items: center;
	 height: 30px;
}
 .others-option-for-responsive .dot-menu .inner .circle {
	 height: 5px;
	 width: 5px;
	 border-radius: 100%;
	 margin: 0 2px;
	 transition: all ease .5s;
	 background-color: var(--headerstripcolor);
}
 .others-option-for-responsive .dot-menu:hover .inner .circle {
	 background-color: var(--headerstripcolor);
}
 .others-option-for-responsive .container {
	 position: relative;
}
 .others-option-for-responsive .container .container {
	 position: absolute;
	 right: -2px;
	 top: 10px;
	 max-width: 320px;
	 margin-left: auto;
	 opacity: 0;
	 visibility: hidden;
	 transition: all ease .5s;
	 transform: scaleY(0);
	 z-index: 2;
	 padding-left: 15px;
	 padding-right: 15px;
}
 .others-option-for-responsive .container .container.active {
	 opacity: 1;
	 visibility: visible;
	 transform: scaleY(1);
}
 .others-option-for-responsive .others-options {
	 position: relative;
	 top: 0;
	 background-color: var(--theme_color);
	 padding-top: 10px;
	 padding-bottom: 10px;
}
 .others-option-for-responsive .others-options ul {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
	 line-height: 1;
}
 .others-option-for-responsive .others-options ul li {
	 display: inline-block;
	 margin-right: 20px;
   width: 100%;
}
.others-option-for-responsive .others-options ul li a {
    position: relative;
    margin: 10px;
    width: -webkit-fill-available;
}
 .others-option-for-responsive .others-options ul li a i {
	 color: #fff;
	 font-size: 20px;
}
 .others-option-for-responsive .others-options ul li a .count {
	 position: absolute;
	 top: -10px;
	 right: -5px;
	 display: inline-block;
	 font-size: 10px;
	 width: 15px;
	 height: 15px;
	 line-height: 15px;
	 text-align: center;
	 background-color: var(--headerstripcolor);
	 border-radius: 50%;
	 color: #fff;
}
 .others-option-for-responsive .others-options ul li:last-child {
	 margin-right: 0;
	 padding-right: 0;
	 border-right: none;
}
 .others-option-for-responsive .others-options ul li.call-us {
	 position: relative;
	 padding: 19px 60px;
	 padding-left: 120px;
	 top: 16px;
	 background-color: #10539a;
	 color: #fff;
}
 .others-option-for-responsive .others-options ul li.call-us a {
	 display: block;
	 margin-top: 16px;
	 color: #fff;
}
 .others-option-for-responsive .others-options ul li.call-us i {
	 position: absolute;
	 top: 18px;
	 left: 50px;
	 background-color: var(--headerstripcolor);
	 height: 50px;
	 width: 50px;
	 line-height: 50px;
	 text-align: center;
	 font-size: 25px;
	 color: #fff;
	 border-radius: 50%;
}
 .others-option-for-responsive .others-options ul li:nth-child(4) {
	 border-right: none;
}
/* Navbar Responsive Area Style ======================================================*/

/* Mobile and iPad Navbar */
 @media only screen and (max-width: 1024px) {
	 .navbar-area {
		 background-color: #fff;
		 box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
		 padding-top: 15px;
		 padding-bottom: 15px;
		 z-index: 2;
	}
	 .navbar-area::before {
		 display: none;
	}
	 .navbar-area.is-sticky {
		 background-color: #fff !important;
		 padding-top: 15px;
		 padding-bottom: 15px;
	}
	 .mobile-responsive-nav {
		 display: block;
	}
	 .mobile-responsive-nav .mobile-responsive-menu {
		 position: relative;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
		 margin-top: 50px;
		 background-color: #fff;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
		 font-size: 15px;
		 border: none !important;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
		 color: #000;
		 border-top-color: #dbeefd;
		 text-transform: capitalize;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
		 display: none;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
		 width: 100%;
		 height: 28px;
		 text-align: right;
		 padding: 11px !important;
		 background: transparent !important;
		 border-left: none !important;
		 border-bottom: none !important;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
		 color: var(--headerstripcolor);
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
		 font-size: 15px;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
		 box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
		 margin-top: 0 !important;
		 max-height: 50vh;
		 overflow-y: scroll;
		/* width */
		/* Track */
		/* Handle */
		/* Handle on hover */
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
		 width: 7px;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
		 background: #f1f1f1;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
		 background: #888;
	}
	 .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
		 background: #555;
	}
	 .mobile-responsive-nav .mean-container a.meanmenu-reveal {
		 top: 0;
		 padding: 0;
		 width: 35px;
		 height: 30px;
		 padding-top: 7px;
		 color: var(--headerstripcolor);
	}
	 .mobile-responsive-nav .mean-container a.meanmenu-reveal span {
		 background: var(--headerstripcolor);
		 height: 4px;
		 margin-top: -6px;
		 border-radius: 0;
		 position: relative;
		 top: 8px;
	}
	 .mobile-responsive-nav .mean-container .mean-bar {
		 background: transparent;
		 position: absolute;
		 z-index: 999;
		 padding: 0;
	}
	 .mobile-responsive-nav .others-options {
		 display: none !important;
	}
	 .mobile-responsive-nav .logo {
		 position: relative;
		 width: 130px;
		 z-index: 999;
	}
	 .desktop-nav {
		 display: none;
	}
	 .others-options-for-mobile-devices {
		 display: block;
		 position: absolute;
		 top: 13px;
		 right: 60px;
		 z-index: 9999;
	}
	 .others-options-for-mobile-devices ul li {
		 margin-right: 15px;
	}
	 .others-options-for-mobile-devices ul li .search-btn {
		 margin-right: -5px;
		 position: relative;
		 top: -2px;
	}
	 .mobile-responsive-nav .mean-container .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .row {
		 display: block;
		 flex-wrap: unset;
		 margin-left: 0;
		 margin-right: 0;
		 margin-top: -20px;
	}
	 .mobile-responsive-nav .mean-container .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .row .col {
		 flex-basis: unset;
		 flex-grow: unset;
		 max-width: 100%;
		 padding-left: 0;
		 padding-right: 0;
		 padding-top: 20px;
	}
	 .mobile-responsive-nav .mean-container .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .row .col .sub-menu-title {
		 padding: 1em 10%;
	}
	 .mobile-responsive-nav .mean-container .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu {
		 width: auto;
		 overflow: hidden;
		 display: block !important;
		 padding-left: 0;
		 padding-right: 0;
	}
	 .mobile-responsive-nav .mean-container .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li a {
		 padding: 1em 10%;
	}
	 .mobile-responsive-nav .mean-container .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:last-child a {
		 padding-bottom: 0;
	}
	 .others-option-for-responsive {
		 display: block;
	}
	 .others-option-for-responsive .others-options ul li .navbar-option-language .dropdown-menu {
		 transform: translate3d(-41px, 32px, 0px) !important;
	}
	 .mobile-responsive-nav .logo {
		 max-width: 140px;
	}
	 .mobile-responsive-nav .mean-container a.meanmenu-reveal {
		 padding-top: 5px;
	}
	 .navbar-area.is-sticky {
		 background-color: #fff !important;
	}
	 .top-header-area ul li {
		 font-size: 14px;
		 margin-right: 10px;
	}
	 .top-header-area ul li .navbar-option-language button {
		 font-size: 14px;
	}
	 .header-area {
		 position: initial;
		 background-color: #111;
	}
	 .top-header-area {
		 border-bottom: 1px solid #313131;
	}
	 .top-header-area ul {
		 float: unset;
		 text-align: center;
	}
	 .header-area.header-style-two .top-header-area ul.float-right {
		 float: unset;
	}
	 .header-area.header-style-three .top-header-area ul.float-right {
		 float: unset;
	}
}
/* Min width 576px to Max width 767px */
 @media only screen and (min-width: 576px) and (max-width: 767px) {
	 .navbar-area .container {
		 max-width: 540px;
	}
}
/* Min width 768px to Max width 991px */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 .navbar-area .container {
		 max-width: 720px;
	}
	 .top-header-area ul li {
		 margin-right: 8px;
		 margin-left: 8px;
	}
}
/* Min width 992px to Max width 1199px */
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
	 .desktop-nav .navbar .navbar-nav .nav-item a {
		 font-size: 14px;
		 margin-left: 15px;
		 margin-right: 15px;
	}
	 .desktop-nav .navbar .others-options ul li {
		 display: inline-block;
		 margin-right: 20px;
	}
	 .desktop-nav .navbar .others-options ul li.call-us {
		 display: none;
	}
	 .navbar-area::before {
		 display: none;
	}
	 .desktop-nav .navbar .others-options ul {
		 top: 0;
	}
	 .desktop-nav .navbar .others-options ul li:nth-child(4) {
		 padding-right: 0;
		 margin-right: 0;
	}
	 .navbar-area .container {
		 max-width: 960px;
	}
}
/* Max width 1600px */
 @media only screen and (min-width: 1600px) {
	 .navbar-shape {
		 max-width: 410px !important;
	}
	 .navbar-shape-2 {
		 max-width: 460px !important;
	}
}
 
@media(max-width:1280px){
  .desktop-nav .navbar .navbar-nav .nav-item a{
        margin-left: 9px;
    margin-right: 9px;
  }
}
.default-btn {
    font-size: 16px;
    color: #fff;
    transition: all ease .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    padding: 15px 20px;
    background-color: var(--headerstripcolor);
    align-items: center;
    border-radius: 5px;
}
.default-btn i {
  position: relative;
  top: 0px;
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
}
.default-btn.black-btn {
  background-color: #111;
}
.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  transition: all ease .5s;
}
.default-btn:hover {
  color: #000;
}
.default-btn:hover i{
  color: #000 !important;
}
.default-btn:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
  animation: fadeInUp 1s linear;
}


/*  */

.default-btn-header {
        font-size: 14px;
    color: #fff;
    transition: all ease .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-table;
    overflow: hidden;
    padding: 4px 10px;
    background-color: var(--headerstripcolor);
    margin-right: 5px;
    border-radius: 5px;
}
.default-btn-header i {
  position: relative;
    top: 0px;
    font-size: 14px !important;
    color: #fff ;
    margin-left: 0;
    margin-right: 5px;
}
.default-btn-header.black-btn {
  background-color: #111;
}
.default-btn-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  transition: all ease .5s;
}
.default-btn-header:hover {
  color: #000;
}
.default-btn-header:hover i{
  color: #000;
}
.default-btn-header:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
  animation: fadeInUp 1s linear;
}


/*  */

.hero-section {
  position: relative;
}

.hero-single {
  /* padding-top: 250px; */
  /* padding-bottom: 160px; */
  background-position: top center !important;
  /* background-size: cover !important; */
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  /* height: 800px; */
}
.hero-single .container{
  padding-left: 35px;
  padding-right: 35px;
}
/* .hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.5px;
  top: 0;
  background: #000000;
  opacity: 0.5;
  z-index: -1;
} */

.hero-single .hero-content {
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: capitalize;
}

.hero-single .hero-content .hero-title span{
  color: var(--headerstripcolor);
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--headerstripcolor);
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.hero-single .hero-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}

.hero-single .hero-img::before{
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--headerstripcolor);
  right: 100px;
  bottom: 0px;
  border-radius: 50%;
  filter: blur(150px);
  z-index: -1;
}

.hero-single .hero-img{
  position: absolute;
  right: 100px;
  bottom: 120px;
  width: 50%;
  z-index: -1;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  transition: all .5s ease-in-out;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: var(--headerstripcolor);
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-slider.owl-theme .owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.hero-slider.owl-theme .owl-dots .owl-dot{
  height: unset;
  width: unset;
  transform: unset;
  background: unset;
}
.hero-slider.owl-theme .owl-dots .owl-dot span {
  background: var(--headerstripcolor);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--headerstripcolor);
  width: 20px;
}
.hero-slider .owl-nav > .owl-prev:before, .hero-slider .owl-nav > .owl-next:before {
    content: unset !important;
}


@media all and (max-width: 1199px) {

  .hero-single .container{
  padding-left: 15px;
  padding-right: 15px;
}

  /* .hero-single {
    padding-top: 160px;
  } */
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 50px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }

}

@media all and (max-width: 991px) {

  /* .hero-single {
    height: 600px;
  } */
  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }

  .hero-single .hero-img {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    margin-top: 50px;
  }

  .hero-single .hero-img::before{
    width: 250px;
    height: 250px;
  }
  .hero-slider.owl-theme .owl-dots {
    bottom: 0px;
}
}

@media all and (max-width: 767px) {

  .hero-single .hero-content .hero-sub-title {
    font-size: 15px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
  .hero-slider.owl-theme .owl-dots {
    bottom: 0px;
}

}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}


/* about css */


.about-left {
  position: relative;
  text-align: center;
  z-index: 1;
}

/* .about-left::before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0px;
  width: 45%;
  height: 60%;
  background: var(--headerstripcolor);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.about-left::after{
  content: "";
  position: absolute;
  top: -22px;
  right: 0px;
  width: 45%;
  height: 60%;
  border: 5px solid var(--theme_color);
  z-index: -1;
} */

.about-experience{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  top: 40px;
  left: -2px;
  border-left: 4px solid var(--headerstripcolor);
  background:  #fff;
  padding: 10px 20px 10px 10px;
  color: #000;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon{
  color: #fff;
  font-size: 45px;
  width: 70px;
  height: 70px;
  line-height: 55px;
  text-align: center;
  background: var(--headerstripcolor);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-experience-icon img{
  width: 50px;
  filter: brightness(0) invert(1);
}

.about-right {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  color: var(--headerstripcolor);
}
.about-img img{
   border-radius:20px;
  }
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 0px;
    padding-left: 0;
  }
  .about-img img{
    width: 100%;
  }
}
@media(max-width:768px){
  .about-left {
    margin-top: 35px;
}
}
.site-title {
  font-weight: 600;
  /* text-transform: capitalize; */
  font-size: 40px;
  color:  var(--theme_color);
  margin-top: 0px;
  margin-bottom: 0;
  position: relative;
}

.site-title span{
  color: var(--headerstripcolor);
}

.site-heading p {
  margin-top: 15px;
}

/* testimonials */

.testimonial-area {
  position: relative;
  padding: 50px 0;
}

.ts-bg{
  background-image: url(../images/testi_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.ts-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .7;
}

.testimonial-single {
  margin-bottom: 20px;
  background: #fff;
  padding: 25px 25px;
  position: relative;
  margin: 0px 10px 10px 10px;
  overflow: hidden;
}

.testimonial-single::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background: var(--headerstripcolor);
  clip-path: polygon(80% 75%, 0% 100%, 100% 100%);
}

.testimonial-content{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.testimonial-quote p {
  color:  #000;
}

.testimonial-author-info{
  margin: 15px 0 10px 0;
}

.testimonial-author-img {
  width: 75px;
  height: 75px;
  padding: 4px;
  border-radius: 50px;
  border: 3px solid var(--headerstripcolor);
}

.testimonial-author-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.testimonial-author-info h4 {
  font-size: 20px;
  color:  #000;
  margin-bottom: 2px;
}

.testimonial-author-info p {
  color: var(--headerstripcolor);
  font-weight: 500;
}

.testimonial-quote-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: var(--headerstripcolor);
    font-size: 80px;
    opacity: .2;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: var(--headerstripcolor);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: var(--headerstripcolor);
  width: 20px;
}

.testimonial-rate {
  color: var(--headerstripcolor);
  margin-top: 15px;
}

.testimonial-area2.ts-bg{
  padding-top: 120px;
  background-attachment: fixed;
}

.testimonial-area .owl-nav > .owl-prev:before, .testimonial-area .owl-nav > .owl-next:before {
    content: unset !important;
}

.testimonial-area .owl-theme .owl-dots .owl-dot{
  height: unset;
  width: unset;
  transform: unset;
  background: unset;
}

/*  */

.feature-area {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  padding-bottom: 100px;
}

.feature-bg{
  background: var(--theme_color);
}

.feature-bg::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/feature_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.09;
}

.feature-item {
  padding: 28px;
  text-align: center;
  position: relative;
  background: #fff;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
  z-index: 1;
  min-height: 250px;
      border-radius: 20px;
}

.feature-item:hover{
  transform: translateY(-10px);
}

.feature-icon {
  width: 100px;
  height: 100px;
  line-height: 95px;
  border-radius: 50%;
  background: var(--headerstripcolor);
  margin: 0 auto 25px auto;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  position: relative;
  transition: all .5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.feature-icon::before{
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border: 2px dashed var(--theme_color);
  border-radius: 50%;
}

.feature-icon::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: var(--theme_color);
  transform: scale(0,0);
  border-radius: 50%;
  transition: all .5s ease-in-out;
  z-index: -1;
}

.feature-item:hover .feature-icon::after{
  transform: scale(1,1);
}

.feature-icon img {
  width: 60px !important;
  filter: brightness(0) invert(1);
}

.feature-item:hover .feature-icon img {
  filter: none;
}

.feature-item:hover .feature-icon {
  transform: rotateY(360deg);
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}

.feature-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.feature-area .owl-dots .owl-dot span {
  background: var(--headerstripcolor);
  margin: 5px;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.feature-area .owl-dots .owl-dot.active span {
  background-color: var(--headerstripcolor);
  width: 20px;
}

.feature-area .owl-nav > .owl-prev:before, .testimonial-area .owl-nav > .owl-next:before {
    content: unset !important;
}

.feature-area .owl-theme .owl-dots .owl-dot{
  height: unset;
  width: unset;
  transform: unset;
  background: unset;
}

/*  */


.service-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f8f8f8;
  padding: 50px 0;
  padding-bottom: 140px;
}

.service-item {
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
  background: #fff;
  transition: all .5s ease-in-out;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
  min-height: 480px;
}

.service-item:hover {
  transform: translateY(-10px);
}

.service-img {
  position: relative;
  z-index: 1;
}

.service-img img{
  clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  height: 252px;
  object-fit: cover;
}

.service-content {
  position: relative;
  margin-top: 5px;
}

.service-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 70px;
  background: var(--headerstripcolor);
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  left: 50%;
  bottom: -15px;
  border: 4px solid #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-icon img{
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
  padding: 0;
  clip-path: none;
}

.service-arrow {
  margin-top: 25px;
}

.service-title {
    font-size: 20px;
    margin: 25px 0 20px 0;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--headerstripcolor);
    line-height: normal;
	text-align: center;
}
.service-content p{
	text-align: center;
	font-size: 15px;
}
.service-title:hover {
  color: #000;
}

.service-arrow .theme-btn{
  padding: 12px 22px;
}

.service-area2 .service-item,
.service-area2 .service-img img{
  padding: 0;
}

.service-area2 .service-content{
  padding: 5px 20px 10px 20px;
}

.service-area2 .service-title a{
  margin-top: 10px;
}

/*  team */

.team-area {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
/* .team-area {
	padding-top: 0 !important;
} */
.team-area .team-item {
  /* padding: 15px; */
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  background: #fff;
  /* border-bottom: 4px solid var(--headerstripcolor); */
  /* box-shadow: 0 0 0px 5px rgb(0 0 0 / 5%); */
  transition: all .5s ease-in-out;
}

.team-area .team-item:hover {
  transform: translateY(-10px);
}

/* .team-area .team-item::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 30px;
  height: 15px;
  background: var(--headerstripcolor);
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */

.team-area .team-img img{
    margin-top: -50px;
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--headerstripcolor);
    background: #fff;
	    padding: 5px;
}

.team-area .team-content {
  padding: 10px 0 5px 0;
}

.team-area .team-bio h5 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .team-bio span {
  font-size: 16px;
  font-weight: 500;
  color: var(--headerstripcolor);
  text-transform: capitalize;
}

.team-area .team-bio h5 a:hover {
  color:  var(--headerstripcolor);
}

.team-area .team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 20px;
  right: 0px;
  bottom: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.team-area .team-item:hover .team-social {
  opacity: 1;
  right: 30px;
}

.team-area .team-social a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 50px;
  background: var(--headerstripcolor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}

.team-area .team-social a:hover {
  background:  #000;
  color: #fff;
}

.team-area .team-social h6 {
  margin-top: 28px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  transform: rotate(-90deg);
}

.team-area .team-social h6::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  left: -50px;
  top: 7px;
}

.team-area .team-area2 .team-item::before,
.team-area .team-area2 .team-item::after{
  display: none;
}

/* cta */


.cta-area{
  margin-top: -165px;
  /* padding-top: 100px; */
}

.cta-wrapper{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -140px;
  padding: 40px;
  z-index: 1;
}

.cta-wrapper::before{
  content: "";
  position: absolute;
  background: var(--headerstripcolor);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  opacity: .7;
  z-index: -1;
}

.cta-text h1{
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.cta-text p{
  color: #fff;
}

.cta-number{
  font-size: 32px;
  color: #fff !important;
  font-weight: 700;
}

.cta-number i{
  margin-right: 15px;
}

.cta-divider{
  position: relative;
}

.cta-divider::before {
  position: absolute;
  content: close-quote;
  width: 2px;
  bottom: 0;
  background-color: #fff;
  right: -118px;
  top: 0;
}

.cta-divider:after {
  width: 0px;
  position: absolute;
  content: close-quote;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -124px;
}


.theme-btn-cta {
  font-size: 14px;
  color: #fff;
  padding: 15px 20px;
  transition: all 0.5s;
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--headerstripcolor);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

.theme-btn-cta i {
  margin-left: 5px;
}

.theme-btn-cta span {
  margin-right: 5px;
}

.theme-btn-cta::before {
  content: "";
  position: absolute;
  background: #000;
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
  transition: all .5s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn-cta:hover::before {
  opacity: 1;
  left: 3px;
  right: 3px;
}

.theme-btn-cta:hover {
  color: #fff;
  background-color: #000;
}

.theme-btn2{
  background: #fff;
  color: #000;
}
@media(max-width:767px){
  .cta-area{margin-top:-110px}
}
/*  */

/* .department-area{
  position: relative;
}

.department-item{
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border: 1px solid var(--headerstripcolor);
} 

.department-item::before{
  content: "";
  position: absolute;
  right: -15px;
  top: -15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid var(--headerstripcolor);
  transition: all .5s ease-in-out;
  opacity: .2;
}

.department-item:hover::before{
  opacity: 1;
}

.department-icon{
  margin-bottom: 20px;
}

.department-icon img{
  width: 60px !important;
}

.department-title{
	    color: #000;
		font-size: 19px;
  margin-bottom: 10px;
  font-weight: bold;
}
.department-item p{
	font-size: 15px;
}
.department-title:hover{
  color: var(--headerstripcolor);
}

.department-btn{
  margin-top: 10px;
}

.department-btn a{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.department-btn a:hover{
  color: var(--headerstripcolor);
}

.department-btn a i{
  margin-left: 5px;
} */

/* new */

 .department-item {
    position: relative;
    background:#fff;
    border-radius: 28px;
   padding: 25px;
    border: 1.5px solid var(--headerstripcolor);
    overflow: hidden;
    cursor: default;
    transition:
      transform .45s cubic-bezier(.34,1.56,.64,1),
      box-shadow .45s ease,
      border-color .4s ease;

    /* layered box shadow for depth */
    box-shadow:5px 5px 5px var(--headerstripcolor);

    /* entrance */
    opacity: 0;
    transform: translateY(50px) rotate(-1deg);
    animation: cardIn .8s cubic-bezier(.34,1.56,.64,1) forwards;
    margin-bottom: 20px;
  }

  .department-item:nth-child(1) { animation-delay: .05s; }
  .department-item:nth-child(2) { animation-delay: .2s;  }
  .department-item:nth-child(3) { animation-delay: .35s; }
  .department-item:nth-child(4) { animation-delay: .5s;  }

  @keyframes cardIn {
    to { opacity: 1; transform: translateY(0) rotate(0deg); }
  }

  .department-item:hover {
    transform: translateY(-14px) scale(1.02);
    border-color: rgba(232,66,10,.3);
    box-shadow:
      0 2px 4px rgba(232,66,10,.06),
      0 12px 32px rgba(232,66,10,.14),
      0 40px 80px rgba(232,66,10,.10);
  }

  /* warm background tint on hover */
  .department-item::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(145deg, rgba(255,243,232,.8) 0%, rgba(255,255,255,0) 60%); */
    opacity: 0;
    transition: opacity .4s ease;
    border-radius: inherit;
    pointer-events: none;
  }
  .department-item:hover::before { opacity: 1; }

  /* animated bottom border */
  .department-item::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #E8420A, #FBBF24, var(--ember), #E8420A);
    background-size: 300% 100%;
    border-radius: 0 0 28px 28px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s cubic-bezier(.34,1.56,.64,1);
  }
  .department-item:hover::after {
    transform: scaleX(1);
    animation: borderShift 2s linear infinite;
  }
  @keyframes borderShift {
    0%   { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
  }

  .department-item .card-number {
    position: absolute;
    top: 18px; right: 22px;
    font-family: 'Playfair Display', serif;
    font-size: 5.5rem;
    font-weight: 900;
    color: rgba(232,66,10,.055);
    line-height: 1;
    user-select: none;
    transition: color .4s ease, transform .4s ease;
  }
  .department-item:hover .card-number {
    color: rgba(232,66,10,.11);
    transform: scale(1.05);
  }

  .department-icon {
    position: relative;
    width: 72px; height: 72px;
    border-radius: 20px;
    /* background: linear-gradient(135deg, #FFF3E8, #FEE9D1); */
    border: 1.5px solid var(--headerstripcolor);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 26px;
    transition: transform .45s cubic-bezier(.34,1.56,.64,1), box-shadow .4s ease;
    flex-shrink: 0;
  }
  .department-item:hover .department-icon {
    transform: rotate(-8deg) scale(1.12);
    box-shadow: 0 8px 28px rgba(232,66,10,.22);
  }

  /* icon glow ring */
  .department-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 24px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #E8420A, #FBBF24) border-box;
    /* -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); */
    -webkit-mask-composite: destination-out;
    /* mask-composite: exclude; */
    opacity: 0;
    transition: opacity .4s ease;
  }
  .department-item:hover .department-icon::before { opacity: 1; }

  .department-icon img {
    height: 45px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(232,66,10,.3));
    transition: filter .4s ease, transform .4s ease;
  }
  .department-item:hover .department-icon img {
    filter: drop-shadow(0 4px 12px rgba(232,66,10,.55));
    animation: iconBounce .5s ease-in-out infinite alternate;
        filter: brightness(0) invert(1);
  }
  @keyframes iconBounce {
    from { transform: translateY(0); }
    to   { transform: translateY(-3px); }
  }

  .department-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    transition: color .3s ease;
    line-height: 1.3;
  }
  .department-item:hover .department-title { color: var(--headerstripcolor); }

  .department-info p {
    font-size: 14px;
    line-height: 1.8;
    transition: color .3s ease;
    font-weight: 400;
  }
  .department-item:hover .department-info p { color: #4A2010; }

  
  @media (max-width: 640px) {
    /* .department-area { padding: 70px 20px 80px; } */
    .department-item { padding: 32px 22px; }
  }

/*  */
.campus-tour{
  position: relative;
}

.campus-tour .content-img{
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.campus-tour .content-img::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--headerstripcolor);
  border-radius: 50px 50px 50px 0;
  transform: rotate(-8deg);
  z-index: -1;
}

.campus-tour .content-img img{
  border-radius: 100px 100px 100px 0;
  width: 100%;
}

.campus-tour .content-btn{
  margin-top: 40px;
}

.tour-details .details-wrapper{
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

.tour-details .content-list li{
  margin-top: 8px;
}

.tour-details .content-list i{
  color: var(--theme-color);
  margin-right: 8px;
}

@media all and (max-width: 991px) {
  .campus-tour .content-img{
    margin-left: 0px;
  }

  .campus-tour .content-info{
    margin-bottom: 70px;
  }

  .tour-details .details-left{
    margin-bottom: 40px;
  }
  .rowflex{
		flex-direction: column-reverse;
	}
	.imgtop{
		margin-top: 20px;
	}
}



@media(max-width:767px){
.cta-text h1 {
	font-size: 30px;
}
.cta-text p {
    margin-bottom: 20px;
}
.cta-wrapper {
    margin-top: -100px;
}
.service-area {
    padding: 70px 0px;
}
.testimonial-area{
	padding: 70px 0px;
}
}

/*  */

/* List Styles */
  .checklist {
      list-style: none;
      padding: 0;
  }
  
  .checklist li {
      padding: 8px 0 8px 30px;
      position: relative;
      /* border-bottom: 1px solid #f0f0f0; */
  }
  
  .checklist li:before {
      content: "✓";
      position: absolute;
      left: 0;
      color: var(--headerstripcolor);
      font-weight: bold;
      font-size: 16px;
  }
  
  .two-column {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
  }
  
  @media (max-width: 768px) {
      .two-column {
          grid-template-columns: 1fr;
          gap: unset;
      }
  }

  /* Facilities Grid */
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.facility-item {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-left: 4px solid var(--headerstripcolor);
}

.facility-item:hover {
    background: var(--headerstripcolor);
    color: white;
    transform: translateX(10px);
}

.facility-item:hover .facility-icon {
    background: white;
    color: var(--headerstripcolor);
}
.facility-icon div {
    margin-right: -3.75px;
    font-size: 18px;
}
.facility-icon {
    background: var(--headerstripcolor);
    color: white;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
}

  
/* Responsive Design */
@media (max-width: 768px) {            
    .facilities-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {            
    .facilities-grid {
        grid-template-columns: 1fr;
    }
}
  /* Job Functions Section */
    .jobs-section {
        padding: 40px;
        background: #f8f9fa;
    }
    
    .jobs-container {
        margin-top: 20px;
    }
    
    .jobs-table {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }
    
    .job-column {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
    }
    
    .job-column:hover {
        transform: translateY(-5px);
    }
    
    .column-header {
        background:  var(--headerstripcolor);
        color: white;
        padding: 20px;
        text-align: center;
    }
    
    .column-header h3 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    
    .job-list {
        padding: 20px;
    }
    
    .job-role {
        padding: 12px 15px;
        margin-bottom: 10px;
        background: #ffffff;
        border-radius: 8px;
        border-left: 4px solid var(--headerstripcolor) !important;
        transition: background 0.3s ease;
        font-weight: bold;
        border: 1px solid #ddd;
    }
    
    .job-role:hover {
        background: #fff1e5;
    }
    
    @media (max-width: 768px) {
        .jobs-table {
            grid-template-columns: 1fr;
        }
    }

    /* Contact CTA Card */
    .contact-card {
        background: linear-gradient(135deg, #1e3a8a, #3b82f6);
        color: white;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    }
    
    .contact-title {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 1.2rem;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
    }
    
    .contact-title i {
        color: var(--headerstripcolor);
    }
    
    .contact-details {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .contact-icon {
        background-color: rgba(255, 255, 255, 0.2);
        width: 30px;
        height: 30px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }
    
    .contact-text h4 {
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 3px;
        color: #fff;
        display: none;
    }
    
    .contact-text a {
        font-size: 0.9rem;
        opacity: 0.9;
         color: #fff;
    }
    
    /* Application Form */
    .application-card {
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 2px 9px rgb(0 0 0 / 22%);
        margin-bottom: 20px;
        border-top: 3px solid var(--headerstripcolor);
    }
    
    .application-card .form-title {
        color: var(--theme_color);
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .application-card .form-title i {
        color: var(--headerstripcolor);
    }
    
    .application-card .form-description {
        color: #4b5563;
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }
    
    .application-card .form-group {
        margin-bottom: 10px;
    }
    
    .application-card .form-group label {
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
        color: #374151;
        font-size: 0.9rem;
        display: none;
    }
    
    .application-card .form-control {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        font-family: 'Inter', sans-serif;
        font-size: 0.9rem;
        transition: all 0.2s;
    }
    .application-card .form-select {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        font-family: 'Inter', sans-serif;
        font-size: 0.9rem;
        transition: all 0.2s;
    }
    
    .application-card .form-control:focus, .application-card .form-select:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }
    
    .application-card .btn-apply {
        background: var(--headerstripcolor);
        color: white;
        border: none;
        padding: 12px 20px;
        font-size: 0.95rem;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.2s;
        font-weight: 600;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
    }
    
    .application-card .btn-apply:hover {
        background: #222;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
    }
    
    .application-card .form-note {
        font-size: 0.8rem;
        color: #6b7280;
        text-align: center;
        margin-top: 1rem;
    }
    /* Course Image Section */
        .course-image-section {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }
        
        .course-image-container {
            width: 100%;
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .course-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .course-image:hover {
            transform: scale(1.03);
        }
        
        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(30, 58, 138, 0.9), transparent);
            color: white;
            padding: 1.5rem;
        }
        
        .image-overlay h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .image-overlay p {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .brdtop {
    border-top: 3px solid var(--headerstripcolor);
    border-bottom: 3px solid var(--headerstripcolor);
}
.brdtop .ticker {
    display: flex;
    width: 100%;
    height: 50px;
    margin: 0px 2%;
    align-items: center;
}
.brdtop .title {
    width: auto;
    text-align: center;
    background: var(--headerstripcolor);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    height: 100%;
}
.brdtop .title h5 {
    font-size: 17px;
    /* margin: 5% 0; */
    color: #fff;
    font-weight: bold;
}
.brdtop .news {
    width: 70%;
    background: var(--theme_color);
    padding: 0 2%;
    color: #fff;
}
.brdtop .news marquee {
    font-size: 18px;
    margin-top: 8px;
}

@media(max-width:768px){
  .brdtop .ticker {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    padding-bottom: 10px;
}
.brdtop .title {
    width: auto;
    text-align: center;
    background: var(--headerstripcolor);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    height: 40px;
}
.brdtop .news {
    width: 100%;
    background: var(--theme_color);
    padding: 0 2%;
    color: #fff;
    height: 50px;
}
}
/*  */

.brand-two {
    position: relative;
    display: block;
    z-index: 1;
}

.brand-two__wrapper {
    position: relative;
    display: block;
    background-color: var(--theme_color);
}

.brand-two__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px;
}

.brand-two__left {
    position: relative;
    display: block;
}

.brand-two__left:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: -50px;
    width: 1px;
    background-color: rgba(255, 255, 255, .20);
}

.brand-two__trustpilot-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.brand-two__trustpilot-img-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand-two__trustpilot-img-list li {
    position: relative;
    display: block;
}

.brand-two__trustpilot-img-list li+li {
    margin-left: -10px;
}

.brand-two__trustpilot-img {
    position: relative;
    display: block;
    width: 44px;
    overflow: hidden;
    border-radius: 50%;
}

.brand-two__trustpilot-img img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.brand-two__trustpilot-content-box {
    position: relative;
    display: block;
}

.brand-two__trustpilot-logo {
    position: relative;
    display: block;
}

.brand-two__trustpilot-logo img {
    width: auto;
}

.brand-two__trustpilot-rating-review {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 4px;
}

.brand-two__trustpilot-rating {
    font-size: 14px;
    color: var(--headerstripcolor);
}

.brand-two__trustpilot-review {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: block;
    margin-left: 12px;
}

.brand-two__trustpilot-review:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: -6px;
    width: 1px;
    background-color: #fff;
}

.brand-two__right {
    position: relative;
    display: block;
    max-width: 955px;
    width: 100%;
}

.brand-two__carousel {
    position: relative;
    display: block;
}

.brand-two__single {
    position: relative;
    display: block;
}

.brand-two__img {
    position: relative;
    display: block;
}
.brand-two__img img {
    height: 70px;
    width: 150px !important;
    object-fit: contain;
    background: #fff;
        margin: 0 auto;
    padding: 10px;
}
.brand-two__img img.second {
    height: 150px;
    width: 150px !important;
    object-fit: contain;
    background: transparent;
        margin: 0 auto;
    padding: 0px;
}
.brand-two__single:hover .brand-two__img img {
    opacity: .50;
}


@media(max-width:767px){
   .brand-two__inner {
        flex-direction: column;
        gap: 30px;
    }

    .brand-two__left:before {
        display: none;
    }

    .brand-two {
        padding: 80px 0 0;
    }
}

.custsecby iframe{
  border:0;width: 93%;margin: 15px;max-width: 100%;
}

@media(max-width:768px){
  .custsecby iframe{
  border:0;width: 100%;margin: 15px;max-width: 100%;
}
}
@media(max-width:767px){
  .brdtop .title h5 {
    font-size: 15px;
}
}

/* new about us section */

/* === GLOBAL RESET inside ifsma-welcome === */
    .ifsma-welcome *,
    .ifsma-welcome *::before,
    .ifsma-welcome *::after {
      box-sizing: border-box;
    }

    .ifsma-welcome {
      padding:50px  0;
    }

    /* --- main container : 2 cols (image grid | content) --- */
    .ifsma-welcome .welcome-section {
      align-items: center;
    }

    /* ========= LEFT SIDE – COLLAGE (CSS GRID) ========= */
    .ifsma-welcome .collage {
      position: relative;
      width: 100%;
      padding-left: 20px;
      animation: floatUp 0.9s 0.2s ease both;
    }

    /* main 2x2 grid (first 3 images) */
    .ifsma-welcome .collage-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 12px;
    }

    /* all images behave consistently */
    .ifsma-welcome .col-card,
    .ifsma-welcome .card-4,
    .ifsma-welcome .card-5 {
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 6px 24px rgba(0,0,0,0.12);
      transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    .ifsma-welcome .col-card:hover,
    .ifsma-welcome .card-4:hover,
    .ifsma-welcome .card-5:hover {
      transform: scale(1.02);
      box-shadow: 0 16px 44px rgba(192,57,43,0.22);
      z-index: 5;
    }

    .ifsma-welcome .col-card img,
    .ifsma-welcome .card-4 img,
    .ifsma-welcome .card-5 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }

    .ifsma-welcome .col-card:hover img,
    .ifsma-welcome .card-4:hover img,
    .ifsma-welcome .card-5:hover img {
      transform: scale(1.06);
    }

    /* soft overlay on all cards (improves text contrast) */
    .ifsma-welcome .col-card::after,
    .ifsma-welcome .card-4::after,
    .ifsma-welcome .card-5::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(26,10,0,0.45) 0%, transparent 55%);
      pointer-events: none;
    }

    /* specific sizing */
    .ifsma-welcome .card-1 {
      grid-column: 1;
      grid-row: 1 / 3;
      height: 480px;
    }
    .ifsma-welcome .card-2 {
      grid-column: 2;
      grid-row: 1;
      height: 228px;
    }
    .ifsma-welcome .card-3 {
      grid-column: 2;
      grid-row: 2;
      height: 228px;
    }

    /* bottom row – two cards side by side */
    .ifsma-welcome .bottom-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 12px;
    }
    .ifsma-welcome .card-4,
    .ifsma-welcome .card-5 {
      height: 160px;
    }

    /* --- labels and captions (hardcoded colors) --- */
    .ifsma-welcome .card-label {
      position: absolute;
      bottom: 14px;
      left: 14px;
      background: rgba(255,255,255,0.93);
      backdrop-filter: blur(10px);
      border-radius: 8px;
      padding: 8px 13px;
      font-family: 'Nunito', sans-serif;
      font-size: 0.75rem;
      font-weight: 800;
      color: var(--headerstripcolor);
      letter-spacing: 1px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 7px;
      z-index: 2;
    }
    .ifsma-welcome .card-label-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--headerstripcolor);
      animation: blink 1.8s ease infinite;
    }
    @keyframes blink { 0%,100%{ opacity:1; } 50%{ opacity:0.3; } }

    .ifsma-welcome .card-caption {
      position: absolute;
      bottom: 10px;
      left: 12px;
      font-family: 'Nunito', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      color: rgba(255,255,255,0.95);
      letter-spacing: 1px;
      text-transform: uppercase;
      z-index: 2;
      text-shadow: 0 1px 4px rgba(0,0,0,0.5);
    }

    /* est. badge inside card-1 */
    .ifsma-welcome .helmet-badge {
      position: absolute;
      bottom: 14px;
      right: 14px;
      background: linear-gradient(135deg, var(--headerstripcolor), #ff9f43);
      color: #fff;
      border-radius: 12px;
      padding: 10px 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1;
      box-shadow: 0 6px 20px rgba(255,107,26,0.4);
      z-index: 3;
    }
    .ifsma-welcome .helmet-badge div.span {
      font-size: 0.55rem;
      font-family: 'Nunito', sans-serif;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.85);
      margin-top: 2px;
    }
    .ifsma-welcome .feature-icon-ifsma div {
        margin-right: -6px;
    }

    /* ========= RIGHT CONTENT (pure, with main class prefix) ========= */
    .ifsma-welcome .content-side {
      animation: floatUp 0.8s ease forwards;
      opacity: 0;
      animation-delay: 0.2s;
    }

    .ifsma-welcome .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.78rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      color: var(--headerstripcolor);
      margin-bottom: 14px;
    }
    .ifsma-welcome .eyebrow::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 3px;
      background: linear-gradient(90deg, var(--headerstripcolor), #ff9f43);
      border-radius: 2px;
    }

    .ifsma-welcome .main-title {
      font-size: clamp(2.6rem, 4.5vw, 4rem);
      letter-spacing: 2px;
      color: #1a1a2e;
      line-height: 1.05;
      margin-bottom: 6px;
    }
    .ifsma-welcome .main-title span {
      color: var(--headerstripcolor);
    }

    .ifsma-welcome .title-underline {
      width: 56px;
      height: 4px;
      background: linear-gradient(90deg, var(--headerstripcolor), #ff9f43);
      border-radius: 2px;
      margin-bottom: 22px;
    }

    .ifsma-welcome .description {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.8;
      font-weight: 600;
      margin-bottom: 28px;
    }

    .ifsma-welcome .why-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--theme_color);
    margin-bottom: unset;
    margin-bottom: 15px;
}

    .ifsma-welcome .features-grid-ifsma {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 32px;
    }

    .ifsma-welcome .feature-item-ifsma {
      display: flex;
      align-items: center;
      gap: 11px;
      background: #fff;
      border-radius: 14px;
      padding: 13px 16px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.06);
      border-left: 3px solid transparent;
      transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
      cursor: default;
    }
    .ifsma-welcome .feature-item-ifsma:hover {
      border-left-color: var(--headerstripcolor);
      transform: translateX(4px);
      box-shadow: 0 6px 24px rgba(255,107,26,0.1);
    }

    .ifsma-welcome .feature-icon-ifsma {
      width: 36px;
      height: 36px;
      background: linear-gradient(135deg, var(--headerstripcolor), #ff9f43);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
      color: white;
    }

    .ifsma-welcome .feature-text-ifsma {
      font-size: 0.82rem;
      font-weight: bold;
      color: #1a1a2e;
      line-height: 1.3;
    }

    .ifsma-welcome .cta-group {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .ifsma-welcome .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(135deg, var(--headerstripcolor), #ff9f43);
      color: #fff;
      font-family: 'Nunito', sans-serif;
      font-weight: 800;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding: 14px 28px;
      border-radius: 50px;
      border: none;
      cursor: pointer;
      box-shadow: 0 8px 28px rgba(255,107,26,0.35);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
    }
    .ifsma-welcome .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 36px rgba(255,107,26,0.45);
    }

    .ifsma-welcome .btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      color: #1a1a2e;
      font-family: 'Nunito', sans-serif;
      font-weight: 800;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding: 14px 28px;
      border-radius: 50px;
      border: 2px solid #1a1a2e;
      cursor: pointer;
      transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
    }
    .ifsma-welcome .btn-secondary:hover {
      background: #1a1a2e;
      color: #fff;
      transform: translateY(-3px);
    }

    .ifsma-welcome .collage::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 10%;
        bottom: 10%;
        width: 2px;
        background: linear-gradient(to bottom, transparent, #ff981b, transparent);
        opacity: 1;
    }
    .ifsma-welcome .collage.left::before {
        content: '';
        position: absolute;
        right: 0px;
        top: 10%;
        bottom: 10%;
        width: 2px;
        background: linear-gradient(to bottom, transparent, #ff981b, transparent);
        opacity: 1;
    }
    .ifsma-welcome .collage.left::after{
      display: none;
    }

    .ifsma-welcome .collage.left{
      padding-left: 0;
      padding-right: 20px;
    }

    .ifmsa-image-wrapper {
      position: relative;
      animation: fadeUp 0.9s 0.2s ease both;
    }

    /* Decorative frame offset */
    .ifmsa-image-wrapper::before {
        content: '';
        position: absolute;
        top: -16px;
        right: 0;
        left: 16px;
        /* width: 100%; */
        height: 100%;
        border: 2px solid #ff981c;
        z-index: 0;
        opacity: 1;
    }

    .ifmsa-image-inner {
      position: relative;
      z-index: 1;
      overflow: hidden;
      line-height: 0;
    }

    .ifmsa-image-inner img {
      width: -webkit-fill-available;
      object-fit: cover;
      display: block;
      filter: sepia(8%) contrast(1.05);
      transition: transform 0.7s ease, filter 0.4s ease;
      margin-right: 16px;
  }
    .ifmsa-image-inner:hover img {
      transform: scale(1.04);
      filter: sepia(0%) contrast(1.08);
    }


    /* floating animation */
    @keyframes floatUp {
      from { opacity: 0; transform: translateY(28px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* ===== responsive fine-tuning ===== */
    @media (max-width: 960px) {
      .ifsma-welcome .collage::after {
        display: none;
      }
      .ifsma-welcome .collage{
        padding-left: 0;
      }
      .ifsma-welcome .collage {
        max-width: 600px;
        margin: 0 auto;
      }
      .ifsma-welcome .content-side {
        padding-left: 0;
      }
    }

    @media (max-width: 580px) {
      .ifsma-welcome {
        padding: 40px 16px;
      }
      .ifsma-welcome .card-1 {
        height: 320px;
      }
      .ifsma-welcome .card-2,
      .ifsma-welcome .card-3 {
        height: 160px;
      }
      .ifsma-welcome .card-4,
      .ifsma-welcome .card-5 {
        height: 130px;
      }
      .ifsma-welcome .helmet-badge {
        padding: 6px 12px;
        font-size: 1.3rem;
      }
      .ifsma-welcome .card-label {
        padding: 5px 10px;
        font-size: 0.65rem;
      }
      .ifsma-welcome .features-grid-ifsma {
        grid-template-columns: 1fr;
      }
    }

    /* small extra: ensure no overflow */
    @media (max-width: 420px) {
      .ifsma-welcome .card-1 { height: 280px; }
      .ifsma-welcome .card-2,
      .ifsma-welcome .card-3 { height: 140px; }
      .ifsma-welcome .card-4,
      .ifsma-welcome .card-5 { height: 110px; }
    }

    /* course section */

/* PROGRAMS */
#programs {
    background: #f6f6f6;
    padding: 60px 0;
}
.prog-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 4rem;
}
.prog-note {
    background: #ffffff;
    border: 1px solid var(--headerstripcolor);
    border-radius: 12px;
    padding: 1.6rem 2rem;
}
.prog-note p { font-size: 0.92rem; color: #44403C; line-height: 1.75; }
.prog-note strong { color: var(--headerstripcolor); }

.prog-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 2px; background: #E4E1DA;
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 40px rgba(0,0,0,0.07);
}
.prog-card {
  background: #fff; padding: 2.4rem 2rem;
  position: relative; overflow: hidden;
  transition: background 0.25s; cursor: default;
}
.prog-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--headerstripcolor); transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.prog-card:hover .prog-bar { transform: scaleX(1); }
.prog-card:hover { background: #FFFAF8; }
.prog-ico {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: var(--headerstripcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 1.2rem;
    transition: background 0.25s;
    color: #fff;
}
.prog-n { font-size: 0.64rem; letter-spacing: 0.15em; color: var(--headerstripcolor); margin-bottom: 0.4rem; }
.prog-card h3 { font-size: 1.02rem; font-weight: 700; color: #1C1917; line-height: 1.25; margin-bottom: 0.7rem; }
.prog-card p { font-size: 0.85rem; color: #78716C; line-height: 1.65; }
.prog-card:hover .prog-arrow { opacity: 1; transform: translateX(0); }

.curriculum-note {
  margin-top: 2.5rem; display: flex; align-items: center; gap: 1rem;
  background: #fff; border: 1px solid #E4E1DA;
  border-left: 4px solid var(--headerstripcolor); border-radius: 0 10px 10px 0;
  padding: 1.2rem 1.8rem;
}
.cn-text { font-size: 0.9rem; color: #44403C; line-height: 1.65; }
.cn-text strong { color: #1C1917; }

@media (max-width: 1024px) {
  .prog-grid { grid-template-columns: 1fr 1fr; }
  .prog-header { grid-template-columns: 1fr; gap: 2rem; }
  .demand-layout { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 640px) {
  .prog-grid, .cc-grid, .gr-grid { grid-template-columns: 1fr; }
}


/* PRESENCE */
#presence { background: #fff;padding:60px 0; }
#whystudent{background:#f8f7f3;padding:60px 0;}
.presence-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start; 
}
.whystudent-grid{
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 30px; align-items: start;
}
.presence-body p { font-size: 0.95rem; color: #44403C; line-height: 1.8; }

.blabel { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #1C1917; margin-bottom: 0.9rem; margin-top: 0.9rem; }
.branch-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
     gap: 0.6rem; margin-bottom: 2rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #F8F7F4; border: 1.5px solid #E4E1DA;
  border-left: 3px solid var(--headerstripcolor);
  padding: 0.55rem 1.1rem; border-radius: 8px;
  font-size: 0.88rem; font-weight: 600; color: #1C1917;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s; cursor: default;
}
.chip:hover { background: #FFF2EE; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(232,56,13,0.12); }

.global-box {
  background: #fff;
  border: 1px solid var(--headerstripcolor); border-radius: 14px; padding: 20px;
}
.global-box h4 { font-size: 0.95rem; font-weight: 800; color: #1C1917; margin-bottom: 0.9rem; }
.global-box > p { 
      font-size: 0.95rem;
    font-weight: 600;
    color: #1C1917;
    margin-bottom: 1rem;
}
.gr-grid { display: grid; grid-template-columns: 1fr ; gap: 0.55rem; }
.gr-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.84rem; font-weight: 500; color: #44403C; }
.gr-item::before { content: '→'; color: var(--headerstripcolor); font-size: 0.75rem; }

.why-box { background: #fff; border: 1px solid var(--headerstripcolor); border-radius: 12px; padding: 20px;  }
.why-box h4 { font-size: 0.95rem; font-weight: 600; color: #1C1917; margin-bottom: 1rem; }
.why-item {
  display: flex; align-items: flex-start; gap: 0.7rem;
  padding: 0.6rem 0; border-bottom: 1px solid #E4E1DA;
  font-size: 0.87rem; color: #44403C; line-height: 1.5;
}
.why-item:last-child { border-bottom: none; padding-bottom: 0; }
.wchk {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--headerstripcolor); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; font-weight: 900; flex-shrink: 0; margin-top: 1px;
}

.map-card { background: #F8F7F4; border: 1px solid #E4E1DA; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 32px rgba(0,0,0,0.06); }
.map-hdr { background: var(--headerstripcolor); padding: 0.9rem 1.4rem; display: flex; align-items: center; gap: 0.6rem; }
.map-hdr span { font-size: 0.8rem; font-weight: 700; color: #fff; letter-spacing: 0.05em; text-transform: uppercase; }

.map-bdy svg {    
   display: block;
    width: 100%; }

.ifsma-note {
  margin-top: 1rem; background: #FFF2EE;
  border-radius: 10px; padding: 1.2rem 1.5rem;
  border: 1px solid rgba(232,56,13,0.15);
  font-size: 0.88rem; color: #44403C; line-height: 1.7;
}
@media (max-width: 900px) {
  .presence-grid, .mission-inner, .rec-grid, .whystudent-grid { grid-template-columns: 1fr; }
   .presence-grid { gap: 20px; }
}

/* ── OPPORTUNITIES ── */
  #opportunities { background: #fff;padding:60px 0 }
  .industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 30px;
  }
  .industry-card {
    background: #FFFFFF;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #E8E6E1;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
    transition: border-color 0.3s, transform 0.2s, box-shadow 0.2s;
    cursor: default;
  }
  .industry-card:hover { border-color: var(--headerstripcolor); transform: translateY(-4px); box-shadow: 0 8px 24px rgba(232,56,13,0.1); }
  .industry-icon { font-size: 2.2rem; margin-bottom: 0.8rem; }
  .industry-card h4 {
    font-weight: 600; font-size: 0.9rem;
    letter-spacing: 0.05em; text-transform: uppercase;
    color: #1A1714;
  }

  .perks-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  .perk {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--headerstripcolor);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}
  .perk-label {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--headerstripcolor);
    margin-bottom: 0.4rem;
}
  .perk-value {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
  }
  .perk p { font-size: 0.85rem; color: #6B6560; margin-top: 0.5rem; line-height: 1.55; }

  @media (max-width: 900px) {
    .perks-row { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 600px) {
    .perks-row { grid-template-columns: 1fr; }
  }

  /* ── MISSION ── */
  #mission {
    background: var(--theme_color);
    text-align: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
  }
  #mission::before {
    content: '';
    position: absolute; inset: 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.04'%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");
  }
  #mission .section-label { color: rgba(255,255,255,0.7); }
  .mission-quote {
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: #fff;
    max-width: 800px;
    margin: 2.5rem auto;
    position: relative;
  }
  .mission-quote span { color: var(--headerstripcolor); }
  .mission-desc {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 300;
    margin: 0 auto 3rem;
    max-width: 800px;
    line-height: 1.8;
    margin-bottom: 20px !important;
  }
  #mission .btn-light {
    background: #fff; color: #000;
    padding: 1rem 2.8rem;
    font-size: 1rem; font-weight: 700; letter-spacing: 0.05em;
    text-transform: uppercase; text-decoration: none;
    border-radius: 4px; border: none; cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
  }
  #mission .btn-light:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.2); }

@media (max-width: 600px) {
    .mission-quote {
    font-size: 20px;
    }
    #mission {
      padding: 100px 20px;
  }
  }

/* main wrapper – class cr-root */
    .cr-root {
      display: block;
      background: var(--theme_color);
      overflow-x: hidden;
      background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: 28px 28px;
      position: relative;
      isolation: isolate;
    }

    /* ── embers, unique prefix "cr-" */
    .cr-embers {
      position: absolute;      /* relative to cr-section */
      inset: 0;                /* cover whole section */
      pointer-events: none;
      z-index: 0;
      overflow: hidden;
      border-radius: inherit;  /* just in case */
    }

    .cr-ember {
      position: absolute;
      bottom: -10px;
      border-radius: 50%;
      background: radial-gradient(circle, #fbbf24, #f97316, transparent);
      animation: cr-ember-rise linear infinite;
      opacity: 0;
    }

    @keyframes cr-ember-rise {
      0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
      8%   { opacity: 0.6; }
      85%  { opacity: 0.12; }
      100% { transform: translateY(-100vh) translateX(var(--cr-drift)) scale(0.1); opacity: 0; }
    }

    /* ── section container */
    .cr-section {
      position: relative;
      z-index: 2;
      margin: 0 auto;
      padding: 50px 0;
    }

    /* ── header */
    .cr-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 52px;
      opacity: 0;
      animation: cr-fade-up 0.6s ease 0.1s forwards;
    }
    @keyframes cr-fade-up {
      from { opacity: 0; transform: translateY(18px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .cr-eyebrow {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #f97316;
      margin-bottom: 10px;
    }
    .cr-eyebrow span {
      display: block;
      width: 26px; height: 2px;
      background: #f97316;
      border-radius: 2px;
    }

    .cr-section-title {
      font-size: clamp(34px, 5vw, 58px);
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.02em;
      color: #fff;
    }
    .cr-section-title em {
      font-style: normal;
      color: #f97316;
    }

    .cr-view-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      padding: 12px 26px;
      border: 1.5px solid rgba(255,255,255,0.28);
      border-radius: 4px;
      position: relative;
      overflow: hidden;
      transition: gap 0.3s, border-color 0.3s;
      margin-bottom: 4px;
      white-space: nowrap;
    }
    .cr-view-btn::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(90deg, #f97316, #fbbf24);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.32s cubic-bezier(.22,.68,0,1.1);
      z-index: -1;
    }
    .cr-view-btn:hover { border-color: #f97316; gap: 16px; }
    .cr-view-btn:hover::before { transform: scaleX(1); }

    /* ── grid */
    .cr-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    @media (max-width: 1100px) { .cr-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 750px)  { .cr-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
    @media (max-width: 400px)  { .cr-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

    /* ── card */
    .cr-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.52);
      backdrop-filter: blur(10px);
      box-shadow: 0 4px 24px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.1);
      padding: 36px 20px 24px;
      transition: transform 0.38s cubic-bezier(.22,.68,0,1.2), box-shadow 0.38s ease, background 0.35s ease, border-color 0.3s;
      opacity: 0;
      transform: translateY(38px);
      animation: cr-card-up 0.55s cubic-bezier(.22,.68,0,1.2) forwards;
    }
    @keyframes cr-card-up {
      to { opacity: 1; transform: translateY(0); }
    }
    /* delays using nth-child – fine, no conflict because parent is cr-grid */
    .cr-grid .cr-card:nth-child(1){animation-delay:.06s}
    .cr-grid .cr-card:nth-child(2){animation-delay:.13s}
    .cr-grid .cr-card:nth-child(3){animation-delay:.20s}
    .cr-grid .cr-card:nth-child(4){animation-delay:.27s}
    .cr-grid .cr-card:nth-child(5){animation-delay:.34s}
    .cr-grid .cr-card:nth-child(6){animation-delay:.41s}
    .cr-grid .cr-card:nth-child(7){animation-delay:.48s}
    .cr-grid .cr-card:nth-child(8){animation-delay:.55s}

    .cr-card:hover {
      transform: translateY(-12px) scale(1.03);
      background: rgba(255,255,255,0.12);
      border-color: #f97316;
      box-shadow: 0 0 0 1px rgba(249,115,22,0.4), 0 24px 52px rgba(0,0,0,0.4), 0 0 40px rgba(249,115,22,0.15), inset 0 1px 0 rgba(255,255,255,0.18);
    }

    .cr-card-topbar {
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #f97316, #fbbf24);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s cubic-bezier(.22,.68,0,1.1);
      border-radius: 16px 16px 0 0;
    }
    .cr-card:hover .cr-card-topbar { transform: scaleX(1); }

    .cr-icon-wrap {
      position: relative;
      width: 90px; height: 90px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      flex-shrink: 0;
      background: rgba(255,255,255,0.08);
      border: 1.5px solid rgba(255,255,255,0.18);
      transition: background 0.35s ease, border-color 0.35s ease, transform 0.45s cubic-bezier(.22,.68,0,1.4), box-shadow 0.35s ease;
    }
    .cr-icon-wrap::before {
      content: '';
      position: absolute;
      inset: -6px;
      border-radius: 50%;
      border: 2px dashed rgba(255,255,255,0.52);
      transition: border-color 0.35s, transform 0.6s ease;
    }
    .cr-card:hover .cr-icon-wrap::before {
      border-color: rgba(249,115,22,0.4);
      transform: rotate(45deg);
    }
    .cr-card:hover .cr-icon-wrap {
      background: #f97316;
      border-color: #f97316;
      transform: scale(1.12) rotate(-6deg);
      box-shadow: 0 10px 32px rgba(249,115,22,0.55), 0 0 0 8px rgba(249,115,22,0.1);
    }
    .cr-icon-glow {
      position: absolute;
      bottom: -12px; left: 50%;
      transform: translateX(-50%);
      width: 70px; height: 28px;
      background: radial-gradient(ellipse, rgba(249,115,22,0.6) 0%, transparent 70%);
      filter: blur(8px);
      opacity: 0;
      transition: opacity 0.4s ease;
      pointer-events: none;
    }
    .cr-card:hover .cr-icon-glow { opacity: 1; }

    .cr-icon-wrap img {
      width: 46px; height: 46px;
      object-fit: contain;
      filter: brightness(1) invert(0);
      transition: transform 0.4s cubic-bezier(.22,.68,0,1.4), filter 0.3s;
      position: relative; z-index: 1;
    }
    .cr-card:hover .cr-icon-wrap img {
      transform: scale(1.1);
      filter: brightness(1.2);
    }

    .cr-divider {
      width: 40px; height: 2px;
      border-radius: 2px;
      background: rgba(255,255,255,0.52);
      margin-bottom: 14px;
      transition: background 0.3s, width 0.35s ease;
    }
    .cr-card:hover .cr-divider {
      background: #f97316;
      width: 56px;
    }

    .cr-tag {
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #f97316;
      margin-bottom: 8px;
      opacity: 0.9;
    }

    .cr-title {
      font-size: 15px;
      font-weight: 600;
      color: rgba(255,255,255,0.9);
      line-height: 1.35;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      transition: color 0.3s;
      flex: 1;
      margin-bottom: 0 !important;
    }
    .cr-card:hover .cr-title { color: #fff; }

    .cr-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding-top: 16px;
      margin-top: 16px;
      border-top: 1px solid rgba(255,255,255,0.08);
      transition: border-color 0.3s;
    }
    .cr-card:hover .cr-footer { border-color: rgba(249,115,22,0.25); }

    .cr-duration {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 11px;
      font-weight: 500;
      color: rgba(255,255,255,0.52);
      transition: color 0.3s;
    }
    .cr-card:hover .cr-duration { color: rgba(255,255,255,0.75); }
    .cr-duration svg { color: #f97316; }

    .cr-btn {
      width: 32px; height: 32px;
      border-radius: 8px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.6);
      flex-shrink: 0;
      transition: background 0.26s, border-color 0.26s, color 0.26s, transform 0.35s cubic-bezier(.22,.68,0,1.4);
    }
    .cr-card:hover .cr-btn {
      background: #f97316;
      border-color: #f97316;
      color: #fff;
      transform: rotate(-45deg) scale(1.1);
      box-shadow: 0 4px 14px rgba(249,115,22,0.5);
    }

    /* facilities */

    .card-flip {
      height: 380px;
      perspective: 1200px;
      cursor: pointer;
      margin-bottom: 30px;
    }

    .card-flip-inner {
      width: 100%; height: 100%;
      position: relative;
      transform-style: preserve-3d;
      transition: transform .7s cubic-bezier(.4,0,.2,1);
      border-radius: 20px;
      border:1px solid #ff9431;
    }
    .card-flip:hover .card-flip-inner { transform: rotateY(180deg); }

    .card-flip-front,
    .card-flip-back {
      position: absolute; inset: 0;
      border-radius: 20px;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
    }

    /* FRONT */
    .card-flip-front {
      box-shadow: 0 4px 24px rgba(0,0,0,.08), 0 8px 32px rgba(232,48,0,.07);
    }
    .card-flip-front img {
      width: 100%; height: 70%; object-fit: cover;
      filter: saturate(.85) contrast(1.06);
    }
    .flip-front-body {
      padding: 22px 24px 24px;
      background: #fff;
      height: 30%;
      border-top: 3px solid transparent;
      border-image: linear-gradient(90deg, #E83000, #FFB300) 1;
    }
    .flip-front-tag {
      display: inline-block;
      background: linear-gradient(135deg, #E83000, #FF6A00);
      color: #fff;
      font-size: 10px; letter-spacing: .3em;
      padding: 3px 10px 2px; border-radius: 3px;
      margin-bottom: 9px;
    }
    .flip-front-title {
      font-size: 18px; color: #1E2235; line-height: 1.05;font-family: 'Outfit', sans-serif;font-weight: bold;
    }
    .flip-hint {
      display: flex; align-items: center; gap: 6px;
      margin-top: 10px;
      font-size: 11px; font-weight: 600;
      letter-spacing: .2em; text-transform: uppercase;
      color: #FF6A00; opacity: .7;
    }
    .flip-hint svg { width: 14px; height: 14px; }

    /* BACK */
    .card-flip-back {
      transform: rotateY(180deg);
      background: linear-gradient(150deg, #E83000 0%, var(--headerstripcolor) 100%);
      display: flex; flex-direction: column;
      justify-content: center;
      padding: 36px 30px;
      box-shadow: 0 24px 60px rgba(232,48,0,.35);
    }

    .flip-back-num {
      font-size: 100px; line-height: 1;
      color: rgba(255,255,255,.08);
      position: absolute; bottom: -12px; right: 16px;
      font-family: 'Outfit', sans-serif;
      font-weight: bold;
    }

    .flip-back-icon {
      width: 56px; height: 56px;
      background: rgba(255,255,255,.15);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
      border: 2px solid rgba(255,255,255,.25);
    }
    .flip-back-icon img { width: auto; height: 50px; }

    .flip-back-title {
      font-size: 18px; color: #fff; 
      line-height: 1.05; margin-bottom: 10px;
      font-family: 'Outfit', sans-serif;
      font-weight: bold;
    }

    .card-flip-back p {
      font-size: 16px; font-weight: 300;
      color: rgba(255,255,255,.85); line-height: 1.72;
      margin-bottom: 0;
    }

    .flip-back-stat {
      display: flex; align-items: baseline; gap: 8px;
    }
    .flip-back-stat-num {
      font-size: 42px; color: #fff; line-height: 1;
    }
    .flip-back-stat-lbl {
      font-size: 11px; font-weight: 600; letter-spacing: .18em;
      text-transform: uppercase; color: rgba(255,255,255,.6);
    }

     @media (max-width: 600px) {
      .card-flip { height: 340px; }
    }

    
    /* 24/7 */
     .cta-wrapper-N7 {
      position: relative;
      width: 100%;
      border-radius: 20px;
      overflow: hidden;
      background: #0D0A07;
      isolation: isolate;
    }

    /* animated bg */
    .cta-bg-N7 {
      position: absolute; inset: 0; z-index: 0;
      background: linear-gradient(135deg, #1a0a00 0%, #2d1200 40%, #1a0500 100%);
    }
    .cta-bg-N7::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(255,107,0,0.18) 0%, transparent 70%),
                  radial-gradient(ellipse 40% 60% at 20% 80%, rgba(255,154,0,0.12) 0%, transparent 60%);
      animation: pulse-glow-N7 4s ease-in-out infinite alternate;
    }
    @keyframes pulse-glow-N7 {
      from { opacity: 0.6; transform: scale(1); }
      to   { opacity: 1;   transform: scale(1.05); }
    }
    .cta-bg-N7::after {
      content: '';
      position: absolute; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      opacity: 0.4; pointer-events: none;
    }

    /* diagonal accent */
    .accent-line-N7 {
      position: absolute; top: 0; right: 35%;
      width: 2px; height: 100%;
      background: linear-gradient(to bottom, transparent, rgba(255,154,0,0.4), transparent);
      z-index: 1;
      transform: skewX(-8deg);
    }

    /* sparks */
    .sparks-N7 {
      position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
    }
    .spark-N7 {
      position: absolute;
      width: 3px; height: 3px;
      border-radius: 50%;
      background: #FFD000;
      animation: float-spark-N7 linear infinite;
      opacity: 0;
    }
    .spark-N7:nth-child(1)  { left: 68%; bottom: 10%; animation-duration: 3.2s; animation-delay: 0s;    width: 2px; height: 2px; }
    .spark-N7:nth-child(2)  { left: 75%; bottom: 5%;  animation-duration: 4.1s; animation-delay: 0.8s; }
    .spark-N7:nth-child(3)  { left: 82%; bottom: 15%; animation-duration: 3.7s; animation-delay: 1.5s; width: 4px; height: 4px; background: #FF9A00; }
    .spark-N7:nth-child(4)  { left: 72%; bottom: 8%;  animation-duration: 2.9s; animation-delay: 2.1s; }
    .spark-N7:nth-child(5)  { left: 78%; bottom: 20%; animation-duration: 4.5s; animation-delay: 0.3s; width: 2px; height: 2px; background: #FF6B00; }
    .spark-N7:nth-child(6)  { left: 88%; bottom: 5%;  animation-duration: 3.5s; animation-delay: 1.9s; }

    @keyframes float-spark-N7 {
      0%   { opacity: 0; transform: translateY(0) translateX(0); }
      20%  { opacity: 1; }
      80%  { opacity: 0.6; }
      100% { opacity: 0; transform: translateY(-80px) translateX(var(--drift, 10px)); }
    }
    .spark-N7:nth-child(1) { --drift: 12px; }
    .spark-N7:nth-child(2) { --drift: -8px; }
    .spark-N7:nth-child(3) { --drift: 20px; }
    .spark-N7:nth-child(4) { --drift: -15px; }
    .spark-N7:nth-child(5) { --drift: 5px; }
    .spark-N7:nth-child(6) { --drift: -20px; }

    /* main content */
    .cta-inner-N7 {
      position: relative; z-index: 2;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 2rem;
      padding: 3rem 3.5rem;
    }

    .cta-left-N7 { display: flex; flex-direction: column; gap: 0.5rem; }

    .badge-N7 {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: rgba(255,107,0,0.15);
      border: 1px solid rgba(255,107,0,0.35);
      border-radius: 100px;
      padding: 0.3rem 1rem;
      width: fit-content;
      margin-bottom: 0.5rem;
      animation: badge-in-N7 0.6s cubic-bezier(0.34,1.56,0.64,1) both;
    }
    .badge-dot-N7 {
      width: 7px; height: 7px; border-radius: 50%;
      background: #FF6B00;
      animation: blink-N7 1.4s ease-in-out infinite;
    }
    @keyframes blink-N7 { 0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(255,107,0,0.5)} 50%{opacity:0.5;box-shadow:0 0 0 5px rgba(255,107,0,0)} }
    .badge-text-N7 {
      font-family: 'Barlow', sans-serif;
      font-size: 0.72rem; font-weight: 600;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: #FF9A00;
    }

    @keyframes badge-in-N7 {
      from { opacity: 0; transform: translateY(-10px) scale(0.9); }
      to   { opacity: 1; transform: translateY(0) scale(1); }
    }

    .cta-headline-N7 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 900;
      line-height: 1.0;
      letter-spacing: -0.01em;
      color: #fff;
      text-transform: uppercase;
      animation: slide-up-N7 0.7s cubic-bezier(0.34,1.56,0.64,1) 0.1s both;
    }
    .cta-headline-N7 span {
      background: linear-gradient(90deg, #FF6B00, #FFD000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .cta-sub-N7 {
      font-size: 0.92rem; font-weight: 400;
      color: rgba(255,220,180,0.6);
      letter-spacing: 0.01em;
      margin-top: 0.25rem;
      animation: slide-up-N7 0.7s cubic-bezier(0.34,1.56,0.64,1) 0.2s both;
    }

    @keyframes slide-up-N7 {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* right side */
    .cta-right-N7 {
      display: flex; flex-direction: column;
      align-items: flex-end; gap: 1.2rem;
      animation: slide-left-N7 0.7s cubic-bezier(0.34,1.56,0.64,1) 0.3s both;
      min-width: 260px;
    }
    @keyframes slide-left-N7 {
      from { opacity: 0; transform: translateX(30px); }
      to   { opacity: 1; transform: translateX(0); }
    }

    .phone-block-N7 { text-align: right; }
    .phone-label-N7 {
      font-size: 0.68rem; font-weight: 600;
      letter-spacing: 0.15em; text-transform: uppercase;
      color: rgba(255,154,0,0.6);
      margin-bottom: 0.2rem;
    }
    .phone-number-N7 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(1.6rem, 2.5vw, 2.2rem);
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.02em;
      white-space: nowrap;
    }
    .phone-number-N7 a {
      color: inherit; text-decoration: none;
      transition: color 0.2s;
    }
    .phone-number-N7 a:hover { color: #FFD000; }

    /* CTA Button with FA icon */
    .btn-cta-N7 {
      display: inline-flex; align-items: center; gap: 0.7rem;
      background: linear-gradient(135deg, #FF6B00 0%, #FF9A00 100%);
      color: #fff;
      font-family: 'Barlow', sans-serif;
      font-size: 0.88rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      text-decoration: none;
      padding: 0.9rem 2rem;
      border-radius: 10px;
      border: none; cursor: pointer;
      position: relative; overflow: hidden;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 6px 30px rgba(255,107,0,0.4), 0 0 0 1px rgba(255,154,0,0.3) inset;
    }
    .btn-cta-N7::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
      opacity: 0; transition: opacity 0.2s;
    }
    .btn-cta-N7:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(255,107,0,0.55), 0 0 0 1px rgba(255,200,0,0.4) inset; }
    .btn-cta-N7:hover::before { opacity: 1; }
    .btn-cta-N7:active { transform: translateY(0); }

    .btn-arrow-N7 {
      width: 20px; height: 20px;
      border-radius: 50%; background: rgba(255,255,255,0.25);
      display: flex; align-items: center; justify-content: center;
      transition: transform 0.2s;
      flex-shrink: 0;
    }
    .btn-cta-N7:hover .btn-arrow-N7 { transform: translateX(3px); }
    .btn-arrow-N7 svg { width: 10px; height: 10px; fill: #fff; }

    /* bottom strip with Font Awesome icons */
    .cta-strip-N7 {
      position: relative; z-index: 2;
      background: rgba(255,107,0,0.08);
      border-top: 1px solid rgba(255,107,0,0.15);
      padding: 0.75rem 3.5rem;
      display: flex; align-items: center; gap: 2rem;
      flex-wrap: wrap;
    }
    .strip-item-N7 {
      display: flex; align-items: center; gap: 0.5rem;
      font-size: 0.78rem; font-weight: 500; color: rgba(255,200,150,0.65);
    }
    .strip-icon-N7 { 
      color: #FF6B00; 
      font-size: 0.9rem; 
      width: 1.1rem;  /* subtle alignment */
      text-align: center;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
      .cta-inner-N7 {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2.5rem 2rem;
        gap: 2rem;
      }
      .badge-N7 { margin: 0 auto 0.5rem; }
      .cta-right-N7 { align-items: center; min-width: unset; }
      .phone-block-N7 { text-align: center; }
      .accent-line-N7 { display: none; }
      .cta-strip-N7 { padding: 0.75rem 2rem; justify-content: center; }
    }

    @media (max-width: 480px) {
      .cta-inner-N7 { padding: 2rem 1.5rem; }
      .cta-strip-N7 { padding: 0.75rem 1.5rem; gap: 1rem; }
      .strip-item-N7 { font-size: 0.72rem; }
    }

    .cta-ifsma {
      width: 100%;
      background: linear-gradient(135deg, #312e71 0%, #312e71 60%, #ff9919 100%);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      position: relative;
    }
    
    /* Subtle pattern overlay */
    .cta-ifsma::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><path d="M20 20 L80 20 L80 80 L20 80 Z" fill="none" stroke="white" stroke-width="2"/><circle cx="50" cy="50" r="15" fill="none" stroke="white" stroke-width="2"/></svg>');
      background-size: 40px 40px;
      pointer-events: none;
    }
    
    /* Content container */
    .cta-content {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2.5rem 3.5rem;
      flex-wrap: wrap;
      gap: 2rem;
    }
    
    /* Left section - text */
    .cta-text {
      flex: 1;
      min-width: 300px;
    }
    
    /* Badge - orange accent */
    .cta-badge {
      display: inline-block;
      background: rgba(255,107,0,0.15);
      color: #ff9919;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 0.4rem 1rem;
      border-radius: 30px;
      margin-bottom: 1rem;
      border: 1px solid rgba(255,107,0,0.3);
    }
    
    .cta-badge i {
      margin-right: 6px;
      font-size: 0.7rem;
      color: #ff9919;
    }
    
    /* Headline - white with orange accent */
    .cta-headline {
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 700;
      line-height: 1.2;
      color: white;
      margin-bottom: 0.75rem;
    }
    
    .cta-headline span {
      color: #ff9919;
      font-weight: 700;
      display: inline-block;
      text-shadow: 0 0 10px rgba(255,107,0,0.3);
    }
    
    /* Subheadline */
    .cta-subhead {
      font-size: 1rem;
      color: rgba(255,255,255,0.9);
      margin-bottom: 1.5rem;
      max-width: 600px;
      font-weight: 400;
      line-height: 1.5;
    }
    
    /* Features list */
    .cta-features {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      margin-top: 1rem;
    }
    
    .cta-features .feature-items {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: rgba(255,255,255,0.9);
      font-size: 0.9rem;
    }
    
    .cta-features .feature-items div {
      color: #ff9919;
      width: 20px;
      font-size: 1rem;
    }
    
    /* Right section - contact area */
    .cta-contact {
      background: rgba(0,20,40,0.5);
      backdrop-filter: blur(5px);
      border-radius: 8px;
      padding: 1.5rem 2rem;
      min-width: 260px;
      border: 1px solid rgba(255,107,0,0.3);
      text-align: center;
    }
    
    .phone-label {
      font-size: 0.8rem;
      color: #ff9919;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0.5rem;
    }
    
    .phone-label i {
      margin-right: 5px;
      color: #ff9919;
    }
    
    .phone-number {
      font-size: 1.8rem;
      font-weight: 700;
      color: white;
      margin-bottom: 1.25rem;
      letter-spacing: -0.5px;
    }
    
    .phone-number a {
      color: white;
      text-decoration: none;
      transition: color 0.2s;
    }
    
    .phone-number a:hover {
      color: #ff9919;
    }
    
    /* CTA Button - orange with animation */
    .btn-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      background: #ff9919;
      color: white;
      font-weight: 600;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding: 0.9rem 2rem;
      border-radius: 4px;
      text-decoration: none;
      width: 100%;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(255,107,0,0.3);
      position: relative;
      overflow: hidden;
    }
    
    /* Simple pulse animation */
    .btn-cta {
      animation: gentlePulse 2s infinite;
    }
    
    @keyframes gentlePulse {
      0%, 100% { transform: scale(1); box-shadow: 0 4px 12px rgba(255,107,0,0.3); }
      50% { transform: scale(1.02); box-shadow: 0 6px 18px rgba(255,107,0,0.5); }
    }
    
    .btn-cta i {
      font-size: 1rem;
      transition: transform 0.3s;
    }
    
    .btn-cta:hover {
      background: #E05F00;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255,107,0,0.5);
      animation: none;
    }
    
    .btn-cta:hover i {
      transform: translateX(3px);
    }
    
    /* Small text */
    .trust-badge {
      font-size: 0.75rem;
      color: rgba(255,255,255,0.6);
      margin-top: 0.75rem;
    }
    
    .trust-badge i {
      color: #ff9919;
      margin-right: 4px;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
      .cta-content {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
      }
      
      .cta-features {
        justify-content: center;
      }
      
      .cta-contact {
        width: 100%;
        max-width: 350px;
      }
      
      .cta-subhead {
        margin-left: auto;
        margin-right: auto;
      }
    }


    /* testimonial */

    .testimonial-area {
	position: relative;
	z-index: 2;
}

/* .testimonial-area img {
	filter: invert(1);
} */
/* .testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
} */
.testimonial-area .single-testimonial {
	border: 7px solid var(--headerstripcolor);
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
  background: #fff;
}
.testimonial-area .single-testimonial p {
	color: #000;
	font-size: 15px;
	line-height: 24px;
	padding: 30px 70px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
}
.testimonial-area .single-testimonial::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/quote.png)
		no-repeat  var(--headerstripcolor);
	background-size: 55%;
	transform: rotate(180deg);
  background-position: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-area .single-testimonial::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/quote.png)
		no-repeat var(--headerstripcolor);
	background-size: 55%;
  background-position: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-area .round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
/* .testimonial-area .round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}
.testimonial-area .round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
} */
/* .testimonial-area .round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.testimonial-area .round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
} */
.testimonial-area .client-img {
	padding-right: 15px;
}
.testimonial-area .client-info {
	position: relative;
	z-index: 3;
}
.testimonial-area .client-info img{
	width: 60px;
	height: 60px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.testimonial-area .client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 30px;
}
.testimonial-area .client-info h6 {
	color: var(--headerstripcolor);
	font-weight: 700;
	font-size: 18px;
}
.testimonial-area .client-info span {
	display: inline-block;
	color: #000;
	font-size: 12px;
}
.testimonial-area .sec-title.white-title h2 {
	color: var(--headerstripcolor);
}
.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.active {
	width: 30px;
}

/* team itms */

.team-item-new  {
    margin-bottom: 70px;
    position: relative;
    transition: all .5s ease-in-out;
}
.team-item-new .team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 20px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.team-item-new .team-social a {
    display: block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: var(--headerstripcolor);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.team-item-new .team-content {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 85%;
    padding: 12px 25px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.team-item-new .team-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: 0;
    background: #ffffff;
    border-right: 5px solid var(--headerstripcolor);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transform: skewX(-10deg);
    z-index: -1;
}
.team-item-new .team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.team-item-new .team-bio span {
    font-size: 13px;
    font-weight: 500;
    color: var(--headerstripcolor);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-item-new .team-bio span p{
    font-size: 13px;
    font-weight: 500;
    color: var(--headerstripcolor);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* cta button css */

.bvoc-hero{position:relative;border-radius:0px;overflow:hidden;display:flex;align-items:flex-end;}

.bvoc-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-image:url('../images/ifsma_cta_bg.jpeg');background-size:cover;background-position:center top;}

.bvoc-color-overlay{position:absolute;inset:0;background:var(--theme_color);opacity: 0.7;}
.bvoc-gradient-fade{position:absolute;inset:0;background:var(--theme_color);}

.bvoc-deco-circle{position:absolute;top:-60px;right:-60px;width:260px;height:260px;border-radius:50%;border:1.5px solid rgba(147,197,253,0.15);}
.bvoc-deco-circle2{position:absolute;top:-30px;right:-30px;width:180px;height:180px;border-radius:50%;border:1px solid rgba(147,197,253,0.1);}
.bvoc-deco-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:rgba(147,197,253,0.4);}

.bvoc-content{position:relative;z-index:3;padding:2.5rem 2.25rem 2.25rem;width:100%;box-sizing:border-box;}

.bvoc-eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(37,99,235,0.35);border:1px solid rgba(147,197,253,0.35);color:#bfdbfe;font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:5px 15px 5px 10px;border-radius:40px;margin-bottom:1.25rem;}
.bvoc-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--headerstripcolor);}

.bvoc-title{font-size:clamp(22px,4vw,34px);font-weight:500;color:#fff;margin:0 0 15px !important;line-height:1.2;letter-spacing:-.01em;}
.bvoc-title-accent{color:var(--headerstripcolor);font-style:italic;}
.bvoc-abbr{display:inline-block;background:rgba(37,99,235,0.4);border:1px solid rgba(96,165,250,0.4);color:#93c5fd;font-size:13px;font-weight:500;padding:2px 10px;border-radius:6px;margin-left:8px;vertical-align:middle;font-style:normal;letter-spacing:.05em;}

.bvoc-tagline{font-size:16px;color:#fff;margin:auto;margin-bottom:15px !important;max-width:800px;line-height:1.7;text-align: center;}
.bvoc-tagline strong{color:#fff;font-weight:500;}

.bvoc-cta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:1.75rem;justify-content: center;}

.bvoc-btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--headerstripcolor);color:#fff;font-size:14px;font-weight:500;padding:13px 26px;border-radius:50px;border:none;cursor:pointer;text-decoration:none;transition:all .2s;letter-spacing:.01em;}
.bvoc-btn-primary:hover{background:var(--headerstripcolor);transform:translateY(-2px);}
.bvoc-btn-primary:active{transform:scale(.97);}
.bvoc-btn-primary .bvoc-btn-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:rgba(255,255,255,0.2);border-radius:50%;}
.bvoc-btn-primary .bvoc-btn-icon i{font-size:14px;}

.bvoc-btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;font-size:13.5px;font-weight:400;padding:12px 22px;border-radius:50px;border:1px solid rgba(255,255,255,0.28);cursor:pointer;text-decoration:none;transition:all .2s;backdrop-filter:blur(6px);}
.bvoc-btn-outline:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.55);}

.bvoc-stats{display:flex;flex-wrap:wrap;gap:0;border-top:1px solid rgba(255,255,255,0.1);padding-top:1.25rem;}
.bvoc-stat{flex:1;min-width:80px;padding:0 1rem;border-right:1px solid rgba(255,255,255,0.1);text-align:left;}
.bvoc-stat:first-child{padding-left:0;}
.bvoc-stat:last-child{border-right:none;}
.bvoc-stat-num{display:block;font-size:20px;font-weight:500;color:#fff;line-height:1;}
.bvoc-stat-label{display:block;font-size:10.5px;color:rgba(255,255,255,0.45);text-transform:uppercase;letter-spacing:.07em;margin-top:3px;}

.bvoc-top-bar{position:absolute;top:1.5rem;right:1.5rem;z-index:4;display:flex;gap:8px;}
.bvoc-tag{display:inline-flex;align-items:center;gap:5px;background:rgba(0,0,0,0.35);border:0.5px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.8);font-size:11px;padding:5px 12px;border-radius:20px;backdrop-filter:blur(8px);}
.bvoc-tag i{font-size:13px;color:var(--headerstripcolor);}