 /* Css For TourVisor */

 /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



 /*** 

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

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


 /*** 

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

 ***/


 :root {
   --theme-color: -webkit-linear-gradient(-90deg, #81b89a, #819C8D 100%);
   --secondary-color: #205b3a;
   --text-color: rgba(105, 116, 136, 1);
   --title-color: #0C264C;
   --secondary-font: 'Dancing Script', cursive;
   --text-font: 'Jost', sans-serif;
   --title-font: 'Jost', sans-serif;
   --primary-color: #003526;
   --water-green-color: #81b89a;
 }

 body {
   font-size: 16px;
   color: var(--text-color);
   line-height: 24px;
   font-weight: 400;
   background: #ffffff;
   font-family: var(--text-font);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
   .container {
     max-width: 1300px;
     padding: 0px 15px;
   }
 }

 .large-container {
   max-width: 1710px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .container-fluid {
   padding: 0px;
 }

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

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

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


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

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

 input,
 button,
 select,
 textarea {
   font-family: var(--text-font);
   font-weight: 400;
   font-size: 18px;
   background: transparent;
 }

 ::-webkit-input-placeholder {
   color: inherit;
 }

 ::-moz-input-placeholder {
   color: inherit;
 }

 ::-ms-input-placeholder {
   color: inherit;
 }

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

 input {
   transition: all 500ms ease;
 }

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

 p {
   position: relative;
   font-family: var(--text-font);
   color: var(--text-color);
   font-weight: 400;
   margin: 0px;
   transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: var(--title-font);
   font-weight: 700;
   color: var(--title-color);
   margin: 0px;
   transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
   align-items: center;
   -webkit-align-items: center;
   display: flex;
   display: -ms-flexbox;
   height: 100%;
   justify-content: center;
   -webkit-justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 9999999;
 }

 .preloader-close {
   position: fixed;
   z-index: 99999999;
   font-size: 18px;
   background: #fff;
   color: red;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   border-radius: 50%;
   cursor: pointer;
   right: 30px;
   top: 30px;
   font-weight: 400;
 }

 .handle-preloader .animation-preloader {
   position: absolute;
   z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
   animation: spinner 1s infinite linear;
   border-radius: 50%;
   height: 150px;
   margin: 0 auto 45px auto;
   width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
   text-align: center;
   user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   animation: letters-loading 4s infinite;
   content: attr(data-text-preloader);
   left: 0;
   opacity: 0;
   top: 0;
   position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   font-family: var(--title-font);
   font-weight: 500;
   letter-spacing: 15px;
   display: inline-block;
   position: relative;
   font-size: 60px;
   line-height: 60px;
   text-transform: uppercase;
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
   animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
   animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
   animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
   animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
   animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
   animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
   animation-delay: 1.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
   animation-delay: 1.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
   animation-delay: 1.8s;
 }

 .handle-preloader .loader-section {
   background-color: #ffffff;
   height: 100%;
   position: fixed;
   top: 0;
   width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
   opacity: 0;
   transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   color: #ffffff;
 }

 .handle-preloader .animation-preloader .spinner {
   border: 3px solid #ffffff;
   border-top-color: rgba(255, 255, 255, 0.5);
 }

 /* AnimaciÃƒÂ³n del preloader */
 @keyframes spinner {
   to {
     transform: rotateZ(360deg);
   }
 }

 @keyframes letters-loading {

   0%,
   75%,
   100% {
     opacity: 0;
     transform: rotateY(-90deg);
   }

   25%,
   50% {
     opacity: 1;
     transform: rotateY(0deg);
   }
 }

 @media screen and (max-width: 767px) {
   .handle-preloader .animation-preloader .spinner {
     height: 8em;
     width: 8em;
   }


 }

 @media screen and (max-width: 500px) {
   .handle-preloader .animation-preloader .spinner {
     height: 7em;
     width: 7em;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 30px;
     letter-spacing: 10px;
   }
 }


 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
 }

 .row {
   --bs-gutter-x: 30px;
 }

 /** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--title-font);
    color: #fff !important;
    text-align: center;
    padding: 15px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 500ms ease;
}

 .theme-btn.btn-one {
   background: var(--water-green-color);
 }

 .theme-btn.btn-two {
   padding: 16px 30px;
   background: transparent;
   border: 1px solid #fff;
 }

 .theme-btn.btn-three {
   background: var(--secondary-color);
 }

 .theme-btn:before,
 .theme-btn:after {
   content: "";
   position: absolute;
   display: block;
   box-sizing: border-box;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: var(--secondary-color);
   transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
   transform-origin: center;
   transform: scale(0) rotate(0);
   z-index: -1;
 }

 .theme-btn.btn-two:before,
 .theme-btn.btn-two:after,
 .theme-btn.btn-three:before,
 .theme-btn.btn-three:after {
   background: var(--theme-color);
 }

 .theme-btn:hover:before {
   border-radius: 0;
   transform: scale(1) rotate(-180deg);
 }

 .theme-btn:hover:after {
   border-radius: 0;
   transform: scale(1) rotate(180deg);
 }

 .parallax-bg {
   position: absolute;
   left: 0px;
   top: -30%;
   width: 100%;
   height: calc(100% + 30%);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }


 /** styled-pagination */

 .pagination {
   position: relative;
   display: block;
 }

 .pagination li {
   position: relative;
   display: inline-block;
   margin: 0px 8px;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-weight: 500;
   height: 50px;
   width: 50px;
   line-height: 50px;
   border: 1px solid rgba(12, 38, 76, 0.10);
   text-align: center;
   color: var(--title-color);
   border-radius: 50%;
   z-index: 1;
   transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
   color: #fff;
   background: var(--secondary-color);
   border-color: var(--secondary-color);
 }

 .pagination li a i {
   font-size: 18px;
   font-weight: 400;
 }

 .mr-0 {
   margin: 0px !important;
 }

 /** scroll-to-top **/

 .scroll-to-top {
   position: fixed;
   right: 0px;
   bottom: 100px;
   transform: rotate(90deg);
   z-index: 99;
 }

 .scroll-to-top .visible {
   visibility: visible !important;
   opacity: 1 !important;
 }

 .scroll-to-top .scroll-top-inner {
   opacity: 0;
   visibility: hidden;
 }

 .scroll-to-top .scroll-top-inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
   -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
   transition: all cubic-bezier(.4, 0, .2, 1) .4s;
 }

 .scroll-to-top .scroll-bar {
   width: 50px;
   height: 2px;
   margin-right: 10px;
   position: relative;
 }

 .scroll-to-top .scroll-bar:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #f4244f;
   opacity: .3;
 }

 .scroll-to-top .scroll-bar .bar-inner {
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   background-color: currentColor;
 }

 .scroll-to-top .scroll-bar-text {
   font-size: 18px;
   font-weight: 600;
   cursor: pointer;
   color: var(--theme-color);
   text-shadow: 0px 1px 0px #fff;
   transition: all 500ms ease;
 }

 .scroll-to-top .scroll-bar-text:hover {
   transform: scale(1.1);
 }



 @-webkit-keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }

 @keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }



 .sec-title {
   position: relative;
   display: block;
 }

 .sec-title .sub-title {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 24px;
   font-family: var(--secondary-font);
   font-weight: 500;
   color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 10px;
 }

 .sec-title h2 {
   position: relative;
   display: block;
   font-size: 34px;
   line-height: 44px;
   font-weight: 700;
 }

 .sec-title.light h2 {
   color: #fff !important;
 }

 .sec-title p {
   margin-top: 10px;
 }






 /*** 

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

***/


 /** main-header **/

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

 .logo {
   width: 110px;
   margin-top: -7px;
 }

 footer .logo-box {
   height: 81px;
 }

 .logo-box {
   height: 45px;
   width: 150px;
   margin: 0 auto 15px;
 }

 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   left: 0px;
   top: 0px;
   width: 100%;
   z-index: 0;
   background-color: var(--primary-color);
   border-bottom: 1px solid rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

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

 .main-header {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
 }

 .main-header .outer-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0px 50px;
   border-bottom: 1px solid rgba(245, 245, 245, 0.10);
   background-color: var(--primary-color);
 }

 .main-header .outer-box .left-column {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header .logo-box {
   margin-right: 60px;
 }

 .main-header .menu-right-content {
   position: relative;
   display: flex;
   align-items: center;
 }

 .main-header .menu-right-content .theme-btn {
   font-size: 20px;
   padding: 14px 30px;
 }


 /** main-menu **/

 .main-menu {
   float: left;
 }

 .main-menu .navbar-collapse {
   padding: 0px;
   display: block !important;
 }

 .main-menu .navigation {
   margin: 0px;
 }

 .main-menu .navigation>li {
   position: inherit;
   float: left;
   z-index: 2;
   margin: 0px 20px;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .main-menu .navigation>li:last-child {
   margin-right: 0px !important;
 }

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

 .main-menu .navigation>li>a {
   position: relative;
   display: block;
   text-align: center;
   font-size: 20px;
   line-height: 28px;
   padding-top: 36px;
   padding-bottom: 36px;
   font-weight: 400;
   font-family: var(--title-font);
   opacity: 1;
   color: #fff;
   z-index: 1;
   text-transform: capitalize;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.dropdown>a {
   margin-right: 17px;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {}

 .main-menu .navigation>li.dropdown>a:before {
   position: absolute;
   content: "\e900";
   font-family: 'icomoon';
   top: 40px;
   right: -17px;
   font-weight: 400;
   font-size: 7px;
   transition: all 500ms ease;
 }

 .main-menu .navigation>li>a:after {
   position: absolute;
   content: '';
   background: var(--theme-color);
   width: 8px;
   height: 8px;
   border-radius: 50%;
   margin-left: -4px;
   left: 50%;
   bottom: 30px;
   transform: scale(0, 0);
   transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a:after,
 .main-menu .navigation>li:hover>a:after {
   transform: scale(1, 1);
 }

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
   position: absolute;
   left: inherit;
   top: 100%;
   width: 230px;
   margin-top: 15px;
   z-index: 100;
   display: none;
   background: var(--secondary-color);
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li {
   position: relative;
   width: 100%;
 }

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
   position: relative;
   display: block;
   padding: 10px 25px;
   line-height: 24px;
   font-weight: 400;
   font-size: 18px;
   text-transform: capitalize;
   font-family: var(--title-font);
   color: #fff;
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }

 .main-menu .navigation>li>.megamenu li>a {
   padding-left: 0px;
 }

 .main-menu .navigation>li>.megamenu h4 {
   display: block;
   font-size: 20px;
   line-height: 30px;
   color: #ffffff;
 }

 .main-menu .navigation>li>ul>li>a:hover,
 .main-menu .navigation>li>.megamenu li>a:hover {
   padding-left: 35px;
 }

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

 .main-menu .navigation>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Pro';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 10px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 800;
   text-align: center;
   z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul {
   position: absolute;
   left: 100%;
   top: 0%;
   margin-top: 15px;
   background: var(--secondary-color);
   width: 230px;
   z-index: 100;
   display: none;
   border-radius: 0px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
   left: auto;
   right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
   position: relative;
   width: 100%;
 }

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

 .main-menu .navigation>li>ul>li>ul>li>a {
   position: relative;
   display: block;
   padding: 10px 25px;
   line-height: 24px;
   font-weight: 600;
   font-size: 16px;
   text-transform: capitalize;
   font-family: var(--title-font);
   color: #fff;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   text-align: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

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

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
   padding-left: 35px;
 }

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
   font-family: 'Font Awesome 5 Pro';
   content: "\f105";
   position: absolute;
   right: 20px;
   top: 12px;
   display: block;
   line-height: 24px;
   font-size: 16px;
   font-weight: 900;
   z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
   visibility: visible;
   opacity: 1;
   margin-top: 0px;
   top: 100%;
 }

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

 .main-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: -32px;
   top: 66px;
   width: 34px;
   height: 30px;
   text-align: center;
   font-size: 18px;
   line-height: 26px;
   color: #3b3b3b;
   cursor: pointer;
   display: none;
   z-index: 5;
   transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
   display: none;
 }

 .menu-area .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 34px;
   line-height: 44px;
   cursor: pointer;
   display: none;
 }

 .mobile-menu .nav-logo img {
   max-width: 160px;
   margin: 10px auto;
   display: block;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
   position: relative;
   height: 2px;
   width: 30px;
   display: block;
   margin-bottom: 5px;
   background-color: #fff;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
   margin-bottom: 0px;
 }


 /** megamenu-style **/
 .main-menu .navigation>li.dropdown>.megamenu {
   position: absolute;
   width: 100%;
   padding: 30px 50px;
   left: 0px;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
   margin-bottom: 10px;
 }

 .sticky-header .main-menu .navigation>li>a {
   padding-top: 27px;
   padding-bottom: 27px;
 }

 .sticky-header .main-menu .navigation>li.dropdown>a:before {
   top: 27px;
 }

 .sticky-header .main-menu .navigation>li>a:after {
   bottom: 15px;
 }


 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 34px;
   line-height: 44px;
   cursor: pointer;
   color: #3786ff;
   display: none;
 }

 .mobile-menu {
   position: fixed;
   right: 0;
   top: 0;
   width: 300px;
   padding-right: 30px;
   max-width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   z-index: 999999;
   transition: all 900ms ease;
 }

 .mobile-menu .navbar-collapse {
   display: block !important;
 }

 .mobile-menu .nav-logo {
   position: relative;
   padding: 20px;
   text-align: left;
   padding-bottom: 0px;
 }

 .mobile-menu-visible {
   overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
   opacity: 1;
   visibility: visible;
 }

 .mobile-menu .menu-backdrop {
   position: fixed;
   left: 0%;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   transition: all 900ms ease;
   background-color: #000;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
   opacity: 0.70;
   visibility: visible;
   right: 100%;
   -webkit-transition: all .8s ease-out 0s;
   -o-transition: all .8s ease-out 0s
 }

 .mobile-menu .menu-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   max-height: 100%;
   overflow-y: auto;
   background: #141417;
   padding: 0px 0px;
   z-index: 5;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
   transition: all 900ms ease !important;
 }

 .mobile-menu-visible .mobile-menu .menu-box {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%);
 }

 .mobile-menu .close-btn {
   position: absolute;
   right: 25px;
   top: 10px;
   line-height: 30px;
   width: 24px;
   text-align: center;
   font-size: 18px;
   color: #ffffff;
   cursor: pointer;
   z-index: 10;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
   -webkit-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation {
   position: relative;
   display: block;
   width: 100%;
   float: none;
 }

 .mobile-menu .navigation li {
   position: relative;
   display: block;
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
   border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
   border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
   position: relative;
   display: block;
   line-height: 24px;
   padding: 10px 25px;
   font-size: 18px;
   font-weight: 500;
   color: #ffffff;
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
   font-size: 18px;
   margin-left: 20px;
   text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   height: 0;
   border-left: 5px solid #fff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
   height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
   position: absolute;
   right: 6px;
   top: 6px;
   width: 32px;
   height: 32px;
   text-align: center;
   font-size: 16px;
   line-height: 32px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.10);
   cursor: pointer;
   border-radius: 2px;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
   color: #ffffff;
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
   display: none;
 }

 .mobile-menu .social-links {
   position: relative;
   padding: 0px 25px;
 }

 .mobile-menu .social-links li {
   position: relative;
   display: inline-block;
   margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
   position: relative;
   line-height: 32px;
   font-size: 16px;
   color: #ffffff;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
   top: 0px !important;
 }

 .mobile-menu .contact-info {
   position: relative;
   padding: 120px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
   position: relative;
   font-size: 20px;
   color: #ffffff;
   font-weight: 700;
   margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
   position: relative;
   display: block;
   font-size: 18px;
   color: rgba(255, 255, 255, 0.80);
   margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
   color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li:last-child {
   margin-bottom: 0px;
 }

 .main-header .outer-box {
   position: relative;
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
   display: none !important;
 }

 .owl-nav button {
   background: transparent;
 }

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

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


 /** rtl-switcher **/

 .demo-rtl {
   position: fixed;
   top: 390px;
   left: 10px;
   z-index: 9999;
 }

 button.rtl {
   background: var(--theme-color);
   display: block;
   text-indent: inherit;
   font-size: 12px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-weight: 700;
   margin: 0px;
   color: #fff !important;
   border-radius: 50%;
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
 }

 .demo-ltr {
   position: fixed;
   top: 390px;
   left: auto;
   right: 10px;
   z-index: 9999;
 }

 button.ltr {
   background: var(--theme-color);
   display: block;
   text-indent: inherit;
   font-size: 12px;
   font-weight: 700;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   margin: 0px;
   color: #fff !important;
   border-radius: 50%;
   box-shadow: rgba(0, 0, 0, 1.0);
   transition: all 500ms ease;
 }

 .boxed_wrapper.ltr .demo-rtl {
   display: block;
 }

 .boxed_wrapper.ltr .demo-ltr {
   display: none;
 }

 .boxed_wrapper.rtl .demo-rtl {
   display: none;
 }

 .boxed_wrapper.rtl .demo-ltr {
   display: block;
 }

 @-webkit-keyframes shine {
   100% {
     left: 125%;
   }
 }

 @keyframes shine {
   100% {
     left: 125%;
   }
 }


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

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

 .bg-color-1 {
   background: #F5F5F5;
 }

 .gradient-color {
   color: transparent !important;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent !important;
 }

 .list-style-one li {
   position: relative;
   display: block;
   padding-left: 35px;
   font-size: 20px;
   line-height: 30px;
 }

 .list-style-one li i {
   position: absolute;
   left: 0px;
   top: 3px;
   font-size: 20px;
   color: var(--title-color);
   transition: all 500ms ease;
 }

 .list-style-one li a {
   display: inline-block;
   color: var(--title-color);
 }

 .list-style-one li a:hover {}

 @-webkit-keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }

 @keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }

 .blog-btn {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 24px;
   color: var(--title-color);
   text-decoration: underline;
 }

 .blog-btn:hover {
   /* color: #fff; */
   color: var(--secondary-color);
   text-decoration: underline;
 }

 .blog-btn span {
   position: relative;
   padding-right: 34px;
   position: relative;
 }

 .blog-btn span:before {
   position: absolute;
   content: '\e90c';
   font-family: 'icomoon';
   font-size: 13px;
   top: 0px;
   right: 0px;
 }


 /** main-footer **/

 .main-footer {
   position: relative;
   background: var(--primary-color);
 }

 .footer-top {
   position: relative;
   padding: 10px 0px 10px 0px;
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.20); */
 }

 .footer-top .social-links {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .footer-top .social-links li {
   position: relative;
   display: inline-block;
   font-size: 19px;
   line-height: 32px;
   color: #fff;
   font-weight: 500;
   margin-right: 15px;
 }

 .bottom-menu {
   display: flex;
   gap: 7px 14px;
   justify-content: center;
   flex-wrap: wrap;
   margin-top: 15px;
 }

 .bottom-menu a {
   color: #fff;
 }

 .social-link-footer {
   display: flex;
   gap: 30px;
   justify-content: center;
   margin-top: 15px;
   color: #fff;
 }

 .social-link-footer a {
   color: #fff;
 }

 .footer-top .social-links li:last-child {
   margin: 0px !important;
 }

 .footer-top .social-links li a {
   position: relative;
   display: inline-block;
   font-size: 20px;
   color: #fff;
 }

 .footer-top .social-links li a:hover {
   color: var(--secondary-color);
 }

 .main-footer .widget-section {
   position: relative;
   padding: 40px 0px;
 }

 .footer-logos-img {
   border-bottom: 1px solid rgba(255, 255, 255, 0.20);
   padding-block: 20px;
   overflow: hidden;
 }

 .main-footer .widget-title {
   position: relative;
   display: block;
   margin-bottom: 15px;
 }

 .main-footer .widget-title h3 {
   font-size: 26px;
   line-height: 36px;
   font-weight: 500;
 }

 .main-footer .contact-widget p {
   font-size: 17px;
   line-height: 30px;
   color: #fff;
   margin-bottom: 20px;
 }

 .main-footer .contact-widget span {
   position: relative;
   display: block;
   line-height: 29px;
   color: #fff;
   margin-bottom: 15px;
 }

 .main-footer .contact-widget h3 {
   position: relative;
   display: block;
   font-size: 26px;
   line-height: 36px;
   font-weight: 500;
 }

 .main-footer .contact-widget h3 a {
   display: inline-block;
   color: #fff;
   font-size: 17px;
 }

 .main-footer .contact-widget h3 a:hover {
   color: var(--secondary-color);
 }

 .main-footer .links-widget .links-list li {
   position: relative;
   display: block;
   margin-bottom: 10px;
 }

 .main-footer .links-widget .links-list li:last-child {
   margin-bottom: 0px;
 }

 .main-footer .links-widget .links-list li a {
   position: relative;
   display: inline-block;
   font-size: 17px;
   line-height: 30px;
   color: #fff;
 }

 .main-footer .links-widget .links-list li a:hover {
   color: var(--secondary-color);
 }

 .main-footer .pattern-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .footer-bottom {
   position: relative;
   width: 100%;
   padding: 15px 0px;
   border-top: 1px solid rgba(255, 255, 255, 0.20);
 }

 .footer-bottom .bottom-inner {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }

 .footer-bottom .bottom-inner .copyright p {
   line-height: 29px;
   color: #fff;
 }

 .footer-bottom .bottom-inner .copyright p a {
   display: inline-block;
   color: #fff;
   font-size: 17px;
 }

 .footer-bottom .bottom-inner .copyright p a:hover {
   color: var(--secondary-color);
 }

 .footer-bottom .card-list {
   position: relative;
   display: flex;
   align-items: center;
 }

 .footer-bottom .card-list li {
   margin-right: 30px;
 }

 .footer-bottom .card-list li:last-child {
   margin: 0px !important;
 }


 /** header-style-two **/


 .header-style-two {
   position: relative;
   background: #fff;
 }

 /* Custom Mega Menu Styles (List View - User Match) */
 .main-menu .navigation>li.dropdown {
   position: static;
 }

 .main-menu .navigation>li.dropdown>.megamenu {
   position: absolute;
   width: 1100px;
   left: 50%;
   transform: translateX(-50%);
   background: #ffffff;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   padding: 30px;
   opacity: 0;
   visibility: hidden;
   z-index: 99;
   top: 100%;
   transition: all 300ms ease;
   border-top: none;
   border-radius: 0 0 8px 8px;
   margin-top: 20px;
 }

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

 .mega-cat-item h4 {
   font-size: 18px;
   font-weight: 800;
   margin-bottom: 15px;
   color: #1a1a1a;
   padding-bottom: 10px;
   border-bottom: 1px solid #f0f0f0;
 }

 .megamenu .row {
   display: flex;
   justify-content: space-between;
 }

 .mega-cat-item ul li {
   margin-bottom: 10px;
   /* Reduced margin for tighter list */
   display: block;
 }

 /* Robust selector to enforce List View layout */
 .megamenu .mega-cat-item ul li a {
   display: flex !important;
   flex-direction: row !important;
   align-items: center !important;
   gap: 15px;
   padding: 10px;
   background: transparent;
   border: 1px solid transparent;
   border-radius: 8px;
   transition: all 0.2s ease;
   text-decoration: none;
 }

 .megamenu .mega-cat-item ul li a:hover {
   background: #f8f9fa;
   border-color: #eee;
   transform: translateX(5px);
 }

 /* Circular Image Style */
 .mega-cat-item ul li a img {
   width: 50px;
   height: 50px;
   object-fit: cover;
   border-radius: 50%;
   /* Circular */
   flex-shrink: 0;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

 .mega-cat-item ul li a:hover img {
   transform: scale(1.05);
   /* Slight zoom on hover */
 }

 /* Text Container */
 .menu-item-text {
   display: flex;
   flex-direction: column;
   justify-content: center;
 }

 /* Title Style */
 .menu-item-text .title {
   font-size: 15px;
   font-weight: 700;
   color: #333;
   line-height: 1.3;
 }

 .mega-cat-item ul li a:hover .menu-item-text .title {
   color: var(--theme-color);
 }

 /* Subtitle Style */
 .menu-item-text .subtitle {
   font-size: 12px;
   /* Smaller subtitle */
   color: #777;
   margin-top: 2px;
 }

 .header-style-two .header-lower .main-menu .navigation>li>a {
   color: #0C264C;
 }

 .header-style-two .header-lower .menu-right-content .theme-btn.btn-two {
   color: #0C264C !important;
   border-color: #0C264C;
 }

 .before-none:before {
   display: none !important;
 }

 .tabs-box .tab {
   position: relative;
   display: none;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
 }

 .tabs-box .tab.active-tab {
   display: block;
 }

 .tabs-box .tab {
   transform: scale(0.9, 0.9) translateY(0px);
 }

 .tabs-box .tab.active-tab {
   transform: scale(1) translateY(0px);
 }

 .check-box input {
   display: none;
 }

 .check-box label {
   position: relative;
   font-size: 15px;
   color: #a8a9b3;
   padding-left: 24px;
   display: inline-block;
   cursor: pointer;
   margin-bottom: 0px;
 }

 .check-box label i {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: transparent !important;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent !important;
   margin-right: 2px;
 }

 .check-box label i.light {
   background: #697488;
 }

 .check-box label span {
   position: relative;
   display: inline-block;
   font-size: 15px;
   font-weight: 500;
   color: var(--title-color);
   padding-left: 8px;
 }

 .check-box label:before {
   position: absolute;
   content: '';
   left: 0px;
   top: 6px;
   width: 15px;
   height: 15px;
   border-style: solid;
   border-width: 1px;
   border-color: #697488;
   background: transparent;
 }

 .check-box label:after {
   position: absolute;
   content: '';
   left: 4px;
   top: 10px;
   width: 7px;
   height: 7px;
   opacity: 0;
   transition: all 500ms ease;
 }

 .check-box input:checked+label:after {
   opacity: 1;
 }

 .progress-box .bar {
   position: relative;
   width: 100%;
   height: 7px;
   background: #D9D9D9;
   border-radius: 25px;
 }

 .progress-box .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 7px;
   border-radius: 25px 0px 0px 25px;
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .progress-box .bar-inner:before {
   position: absolute;
   content: '';
   width: 13px;
   height: 13px;
   top: -3px;
   right: -5px;
   border-radius: 50%;
 }


 .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
   position: absolute;
   background: transparent;
   padding: 0px 0px;
   left: -24px;
   top: 21px;
   border-radius: 0px;
   border: none !important;
   z-index: 1;
 }

 .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
   position: absolute;
   background: transparent;
   padding: 0px 0px;
   right: -11px;
   top: 14px;
   border: none !important;
   margin-top: 0px;
   border-radius: 0px;
   z-index: 1;
 }

 .bootstrap-touchspin .glyphicon-chevron-up:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-2.png);
   width: 15px;
   height: 15px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .bootstrap-touchspin .glyphicon-chevron-down:before {
   position: absolute;
   content: '';
   background-image: url(../images/icons/icon-3.png);
   width: 15px;
   height: 2px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 .bootstrap-touchspin .glyphicon-chevron-up:hover:before,
 .bootstrap-touchspin .glyphicon-chevron-down:hover:before {
   color: #101010;
 }

 .bootstrap-touchspin .input-group-btn-vertical {
   position: absolute;
   width: 100%;
 }

 .bootstrap-touchspin .input-group-btn-vertical i {
   top: 0px;
   left: 7px;
   font-size: inherit !important;
 }

 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
   margin-top: 0px;
 }


 .accordion {
   margin-bottom: 30px;
 }

 .accordion:last-child {
   margin-bottom: 0px;
 }

 .accordion .acc-btn {
   position: relative;
   padding: 19px 60px 19px 30px;
   cursor: pointer;
   background: #F5F5F5;
   border-radius: 5px;
 }

 .accordion .acc-btn.active {
   border-radius: 5px 5px 0px 0px;
 }

 .accordion .acc-btn h3 {
   position: relative;
   display: block;
   font-size: 22px;
   line-height: 32px;
   font-weight: 500;
   padding: 8px 0px 8px 137px;
 }

 .accordion .acc-btn.active h3 {
   color: #fff;
 }

 .accordion .acc-btn h3 span {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 107px;
   height: 48px;
   line-height: 48px;
   background: #0C264C;
   text-align: center;
   font-size: 15px;
   color: #fff;
   font-weight: 500;
   border-radius: 4px;
 }

 .accordion .acc-btn .icon-box {
   position: absolute;
   top: 37px;
   right: 45px;
   font-size: 10px;
   color: var(--title-color);
 }

 .accordion .acc-btn.active .icon-box {
   color: #fff;
 }

 .accordion .acc-btn .icon-box:before {
   position: absolute;
   content: '\e91e';
   font-family: 'icomoon';
   left: 0px;
   top: 0px;
 }

 .accordion .acc-btn.active .icon-box:before {
   transform: rotate(180deg);
 }

 .accordion .acc-content {
   padding: 30px 50px 30px 30px;
   border: 1px solid #E5E5E5;
   border-radius: 0px 0px 5px 5px;
   border-top: none;
 }

 .accordion .acc-content p {
   margin-bottom: 0px;
 }

 .default-form .form-group {
   position: relative;
   margin-bottom: 30px;
 }

 .default-form .form-group:last-child {
   margin-bottom: 0px;
 }

 .default-form .form-group input[type='text'],
 .default-form .form-group input[type='email'],
 .default-form .form-group textarea,
 .default-form .form-group .nice-select {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   border: 1px solid #E5E5E5;
   font-size: 18px;
   color: #6E6E6E;
   padding: 10px 30px;
   border-radius: 5px;
   transition: all 500ms ease;
 }

 .default-form .form-group input:focus,
 .default-form .form-group textarea:focus {
   border-color: var(--secondary-color);
 }

 .default-form .form-group textarea {
   height: 150px;
   resize: none;
 }

 .default-form .form-group .select-box {
   min-height: 60px;
 }

 .default-form .form-group .nice-select:before {
   position: absolute;
   content: '\e91e';
   font-family: 'icomoon';
   font-size: 8px;
   top: 10px;
   right: 30px;
   color: #C4C4C4;
 }

 @media(max-width:767px) {
   .theme-btn {
     padding: 10px 20px;
   }
 }

 .floating_btn {
   position: fixed;
   bottom: 30px;
   left: 20px;
   width: 60px;
   height: 60px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   z-index: 1000;
 }

 @keyframes pulsing {
   to {
     box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
   }
 }

 .contact_icon {
   background-color: #42db87;
   color: #fff;
   width: 50px;
   height: 50px;
   font-size: 25px;
   border-radius: 50px;
   text-align: center;
   box-shadow: 2px 2px 3px #999;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translatey(0px);
   animation: pulse 1.5s infinite;
   box-shadow: 0 0 0 0 #42db87;
   -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   font-weight: normal;
   font-family: sans-serif;
   text-decoration: none !important;
   transition: all 300ms ease-in-out;
 }

 .text-p {
   font-size: 16px;
   color: #6E6E6E;
   line-height: 21px;
   font-weight: 400;
   border-bottom: 0 !important;
   margin-bottom: 10px !important;
 }

 .tour-block-one .inner-box .lower-content .location-box.ftt {
   font-size: 15px;
   line-height: 28px;
 }

 .available-areas {
   padding: 30px 0;
   border-top: 1px solid #e8e8e8;
   margin-top: 30px;
 }

 .aa-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
 }

 @media (max-width: 576px) {
   .aa-grid {
     grid-template-columns: 1fr;
   }
 }

 /* Card */
 .aa-card {
   background: #fff;
   border: 1px solid #e4e4e4;
   border-radius: 12px;
   padding: 18px;
   transition: all 0.25s ease;
   position: relative;
   overflow: hidden;
 }

 .aa-card-header {
   display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 14px;
   padding-bottom: 12px;
   border-bottom: 1px dashed #e0e0e0;
 }

 .aa-city-icon {
   width: 34px;
   height: 34px;
   border-radius: 8px;
   background: #f0faf7;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   transition: background 0.2s;
 }

 .aa-card:hover .aa-city-icon {
   background: #003526;
 }

 .aa-city-icon svg {
   width: 16px;
   height: 16px;
   stroke: #003526;
   transition: stroke 0.2s;
 }

 .aa-card:hover .aa-city-icon svg {
   stroke: #fff;
 }

 .aa-city-title {
   font-size: 0.95rem;
   font-weight: 700;
   color: #1a1a1a;
   margin: 0;
 }

 .aa-links {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
 }

 .aa-links a {
   font-size: 0.78rem;
   color: #555;
   text-decoration: none;
   background: #f5f5f5;
   padding: 4px 10px;
   border-radius: 20px;
   border: 1px solid #e8e8e8;
   transition: all 0.2s ease;
   white-space: nowrap;
 }

 .aa-links a:hover {
   background: #003526;
   color: #fff;
   border-color: #003526;
 }


 .ogd-gallery-main {
   height: 426px;
   border-radius: 14px;
   overflow: hidden;
   position: relative;
 }

 .ogd-gallery-box {
   position: relative;
 }

 .ogd-content-box {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
   padding: 40px 20px 20px;
   transform: translateY(100%);
   transition: transform 0.4s ease;
   border-radius: 0 0 0 12px;
 }

 .ogd-gallery-main:hover .ogd-content-box,
 .ogd-gallery-box:hover .ogd-content-box {
   transform: translateY(0);
 }

 .ogd-gallery-mobile .ogd-content-box {
   transform: translateY(0);
 }

 .ogd-content-box h3 {
   color: #fff;
   font-size: 1.1rem;
   font-weight: 600;
   margin: 0;
 }

 .ogd-sidebar-row span {
   display: flex;
   background: #abdbc059;
   width: 40px;
   border-radius: 50%;
   height: 40px;
   justify-content: center;
   align-items: center;
 }

 .ogd-content-box p {
   color: rgba(255, 255, 255, 0.8);
   font-size: 0.85rem;
   margin: 4px 0 0;
 }

 .ogd-gallery-main img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 14px;
   transition: transform 0.4s ease;
 }

 .ogd-gallery-main img:hover {
   transform: scale(1.03);
 }

 .ogd-gallery-grid {
   height: 420px;
 }

 .ogd-gallery-box {
   position: relative;
   overflow: hidden;
   border-radius: 8px;
 }


 .ogd-gallery-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.4s ease;
 }

 .ogd-gallery-box:hover img {
   transform: scale(1.05);
 }

 .ogd-show-all {
   position: absolute;
   bottom: 14px;
   right: 14px;
   background: #fff;
   padding: 7px 14px;
   border-radius: 22px;
   font-size: 13px;
   font-weight: 600;
   cursor: pointer;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
   display: flex;
   align-items: center;
   gap: 6px;
   transition: box-shadow 0.2s;
   z-index: 2;
 }

 .ogd-show-all:hover {
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
 }

 .ogd-show-all svg {
   width: 14px;
   height: 14px;
 }

 /* ===== PROFILE HEADER ===== */
 .ogd-profile-wrap {
   position: relative;
 }

 .ogd-profile-header {
   display: flex;
   align-items: center;
   gap: 24px;
   padding-bottom: 20px;
 }

 .ogd-avatar-wrap {
   position: relative;
   flex-shrink: 0;
 }

 .ogd-avatar-wrap img {
   width: 70px;
   min-width: 70px;
   height: 70px;
   border-radius: 50%;
   object-fit: cover;
 }

 .ogd-verified-badge {
   position: absolute;
   bottom: 0;
   right: 0;
   background: #1565c0;
   border-radius: 50%;
   width: 22px;
   height: 22px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 2px solid #fff;
   padding: 3px;
 }

 .ogd-verified-badge svg {
   width: 12px;
   height: 12px;
   fill: #fff;
 }

 .ogd-guide-name {
   font-size: 1.35rem;
   font-weight: 700;
   color: #1a1a1a;
   margin: 0 0 2px 0;
 }

 .ogd-review {
   display: flex;
   line-height: 1;
   gap: 3px;
   align-items: center;
 }

 .ogd-stars {
   color: #f5a623;
   font-size: 18px;
   letter-spacing: 1px;
 }

 .ogd-rating-score {
   color: #1a1a1a;
   font-weight: 600;
   font-size: 12px;
 }

 .ogd-rating-link {
   color: #1565c0;
   font-size: 0.85rem;
   text-decoration: none;
 }

 .ogd-badges {
   display: flex;
   flex-wrap: wrap;
   gap: 5px 10px;
   margin-top: 6px;
 }

 .ogd-badge {
   display: flex;
   align-items: center;
   gap: 5px;
   font-size: 11px;
   color: #003526;
   line-height: 1;
 }

 .ogd-badge svg {
   width: 15px;
   height: 15px;
   fill: #1565c0;
 }

 .ogd-joined {
   font-size: 0.78rem;
   color: #888;
   margin-top: 10px;
   text-align: center;
   line-height: 1;
 }

 .ogd-card-box {
   background: #fff;
   box-shadow: 0px 10px 70px 0px #0000001A;
   padding: 20px;
   border-radius: 15px;
   margin-bottom: 20px;
 }

 .importantBox {
   display: flex;
   align-items: center;
   gap: 14px;
   background-color: rgb(132 195 161 / 15%);
   padding: 14px 18px;
   margin: 20px 0 0;
   border-radius: 10px;
   /* border-left: 4px solid #205b3a; */
 }

 .importantBox-icon {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background: #205b3a;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
 }

 .importantBox-icon svg {
   width: 18px;
   height: 18px;
   stroke: #fff;
 }

 .importantBox-title {
   font-size: 15px;
   font-weight: 700;
   color: #1a1a1a;
   margin-bottom: 2px;
 }

 .importantBox-desc {
   font-size: 13px;
   color: #555;
   margin-bottom: 0;
 }

 /* ===== SECTION TITLE ===== */
 .ogd-section-title {
   font-size: 24px;
   font-weight: 700;
   color: #1a1a1a;
   margin-bottom: 6px;
   display: inline-block;
 }

 /* ===== ABOUT TEXT ===== */
 .ogd-about-text {
   color: #444;
   line-height: 1.75;
   font-size: 0.95rem;
   margin-bottom: 12px;
 }

 .ogd-about-text .ogd-more {
   display: none;
 }

 .ogd-about-text.expanded .ogd-more {
   display: inline;
 }

 .ogd-about-text .ogd-fade {
   color: #cbcbcb;
 }

 .ogd-about-text.expanded .ogd-fade {
   color: #444;
 }

.ogd-read-more-btn {
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    padding: 10px 30px;
    background: var(--secondary-color);
    font-size: 17px;
    color: #fff;
    transition: all 0.2s;
    margin-top: 10px;
    display: inline-block;
}


 .ogd-read-more-btn:hover {
   background: #f0f0f0;
   color: #0C264C;

   border-color: #555;
 }

 .ogd-categories-label {
   font-weight: 700;
   font-size: 14px;
   margin-bottom: 10px;
   color: #1a1a1a;
   margin-top: 6px;
 }

 .ogd-category-item {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 6px;
   text-align: center;
 }

 .ogd-cat-icon {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .ogd-cat-icon.highlight {
   background: #f5a623;
 }

 .ogd-cat-icon.culture {
   background: #7d5a3c;
 }

 .ogd-cat-icon svg {
   width: 26px;
   height: 26px;
   fill: #fff;
 }

 .ogd-cat-label {
   font-size: 10px;
   color: #333;
   line-height: 15px;
 }

 .ogd-sidebar {
   border-radius: 15px;
   padding: 20px;
   background: #fff;
   box-shadow: 0px 10px 70px 0px #0000001A;
   position: sticky;
   top: 20px;
 }


 .ogd-sidebar .ogd-guide-name {
   font-size: 1.1rem;
 }



 .ogd-sidebar-row {
   display: flex;
   gap: 12px;
   margin-bottom: 14px;
   align-items: flex-start;
   padding-bottom: 14px;
   border-bottom: 1px solid #ddd;
 }

 .ogd-sidebar-row:last-child {
   padding-bottom: 0;
   border-bottom: 0px solid #ddd;
 }

 .ogd-sidebar-row svg {
   width: 18px;
   height: 18px;
   color: #555;
   flex-shrink: 0;
   margin-top: 2px;
 }

 .ogd-sidebar-label {
   font-size: 14px;
   color: #1a1a1a;
   margin-bottom: 1px;
   line-height: 1;
   font-weight: 600;
 }

 .ogd-sidebar-value {
   font-size: 12px;
   color: #555;
   line-height: 1;
   margin-top: 9px;
 }

 .ogd-modal-img {
   width: 100%;
   border-radius: 8px;
   margin-bottom: 12px;
 }

 .ogd-content-wrap {
   margin-top: 28px;
 }

 .ogd-gallery-block {
   height: 411px;
 }

 .ourGuideWrapper .row {
   --bs-gutter-x: 15px;
   --bs-gutter-y: 15px;
 }


 .nice-select.form-control {
   padding: 4px 16px !important;
   margin-bottom: 8px;
 }

 .ogd-sidebar .form-control {
   height: 48px;
   border: 1px solid #E5E5E5;
   font-size: 15px;
   padding: 10px 16px;
   color: #6E6E6E;
   box-shadow: none;
 }

 .ogd-sidebar .form-control:focus {
   box-shadow: none;
   border-color: #003526;
 }

 .btn-sm-size.theme-btn {
   font-size: 16px;
   line-height: 20px;
   padding: 14px 40px;
 }

 /* Input wrap */
 .ogd-input-wrap {
   position: relative;
   display: flex;
   align-items: center;
 }

 .ogd-input-icon {
   position: absolute;
   left: 14px;
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 2;
   pointer-events: none;
 }

 .ogd-input-icon svg {
   width: 17px;
   height: 17px;
   stroke: #003526;
 }

 .ogd-icon-input {
   padding-left: 44px !important;
 }

 /* Textarea icon — top align */
 .ogd-textarea-wrap .ogd-textarea-icon {
   top: 16px;
   transform: none;
 }

 .ogd-icon-textarea {
   padding-left: 44px !important;
   padding-top: 12px !important;
   resize: vertical;
 }

 /* Select icon fix */
 .ogd-input-wrap .select-box {
   width: 100%;
 }

 .ogd-input-wrap .nice-select.form-control,
 .ogd-input-wrap select.form-control {
   padding-left: 44px !important;
 }

 /* Send button */
 .ogd-send-btn {
   display: inline-flex !important;
   align-items: center;
   justify-content: center;
   gap: 10px;
   width: 100%;
   border-radius: 8px !important;
 }

 .ogd-send-btn svg {
   width: 18px;
   height: 18px;
   stroke: #fff;
 }

 /* Sidebar name header */

 .ogd-gallery-mobile .swiper-slide img {
   width: 100%;
   height: 100%;
   max-height: 400px;
   min-height: 200px;
   object-fit: cover;
   aspect-ratio: 2/1;
   border-radius: 12px;
 }

 .ogd-gallery-mobile .swiper-button-next,
 .ogd-gallery-mobile .swiper-button-prev {
   width: 30px;
   height: 30px;
   background-size: 21px;
   background-color: #ffffff94;
   border-radius: 50%;
 }

 .ogd-gallery-mobile .swiper-button-next,
 .ogd-gallery-mobile .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml,%0A%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 }

 .ogd-gallery-mobile .swiper-button-prev,
 .ogd-gallery-mobile .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml,%0A%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
   transform: rotate(180deg);
 }

 .ogd-gallery-mobile .swiper-pagination-bullet-active {
   background: #205b3a;
 }

 .ogd-gallery-desktop {
   display: none;
 }

 .ogd-gallery-mobile {
   display: block;
 }

 @media (min-width: 992px) {
   .ogd-gallery-desktop {
     display: flex;
   }

   .ogd-gallery-mobile {
     display: none;
   }
 }

 @media (max-width: 768px) {
   .ogd-gallery-main {
     border-radius: 12px 12px 0 0;
     height: 240px;
   }

   .ogd-gallery-main img {
     border-radius: 12px 12px 0 0;
   }
 }















 .tours-two__image img {
   transition: 0.5s;
   background-size: cover;
   width: 100%;
   min-height: 320px;
   max-height: 320px;
   object-fit: cover;
 }

 .tours-two__image img:nth-child(1) {
   transform: translatex(50%) scalex(2);
   opacity: 0;
   filter: blur(10px);
 }

 .tours-two__image::before {
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
   content: '';
   background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9999999999999999) 100%);
 }

 .destination-block-one:hover .tours-two__image img:nth-child(1) {
   transform: translatex(0) scalex(1);
   opacity: 1;
   filter: blur(0);
 }

 .tours-two__image img:nth-child(2) {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   object-fit: cover;
 }

 .destination-block-one:hover .tours-two__image img:nth-child(2) {
   transform: translatex(-50%) scalex(2);
   opacity: 0;
   filter: blur(10px);
 }