/* Header & Navbar Section */

header.mobile-stick .header-section {
  padding: 0px 0;
  background: #fff;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03),
    0 1px 18px 0 rgba(0, 0, 0, 0.03), 0 3px 5px -1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03),
    0 1px 18px 0 rgba(0, 0, 0, 0.03), 0 3px 5px -1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03),
    0 1px 18px 0 rgba(0, 0, 0, 0.03), 0 3px 5px -1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03), 0 1px 18px 0 rgba(0, 0, 0, 0.03),
    0 3px 5px -1px rgba(0, 0, 0, 0.03);
}

header.mobile-stick .header-top {
  display: none;
}
header .header-top {
  padding: 13px 0;
}
header .header-top ul.contact {
  margin: 0;
  padding: 0;
}
header .header-top ul.contact li {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  color: #ffffff;
}
header .header-top ul.contact li + li {
  margin-left: 20px;
}
header .header-top .contact li a {
  color: #fff;
}
header .header-top .contact li a:hover {
  color: #ffffff;
}
header .header-top .contact li .icon {
  display: inline-block;
  margin: 0 5px 0 0;
}
header .header-top .contact li svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: #ffffff;
}
header .header-top .contact li.phone svg {
  width: 17px;
  height: 17px;
  position: relative;
  top: -1px;
}

.header-section {
  background: #fff;
  position: relative;
  padding: 5px;
  max-width: 1460px;
  margin: 10px auto 0 auto;
  border-radius: 20px;
  top: 40px;
}

.header-section .container .row .col-sm-12 {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 0 15px;
}

.header-section .left-part {
   
    padding-left: 150px;
    display: block;
    float: none; 
}

.header-section .right-part {
   
    width: auto; 
    margin-left: auto; 
}



.header-section .left-part .logo img {
  max-height: 110px;
  padding: 5px 0;
  width: 120px;
}

.header-section .left-part .logo a {
  display: block;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  to {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .menu {
        margin: 0;
        padding: 0;
        position: relative;
        left: inherit !important;
        z-index: 99;
      
        width: auto; 
        background-color: transparent; 
        text-decoration: none;
    }

  .menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .menu ul.brand-nav {
        text-align: right; 
    }

  .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
  }

  .menu ul li {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-decoration: none;
  }

  .menu ul li:last-child a {
    margin-right: 0;
  }

  .menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    margin: 0 20px;
    padding: 30px 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
  }

  .menu ul li a:before {
    position: absolute;
    content: "";
    bottom: 30%;
    width: 0;
    display: block;
    border-bottom: solid 2px #297581;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }

  .menu .sub-menu li a:before {
    border-bottom: solid 0px #297581;
  }

  .menu ul li a:hover:before,
  .menu ul li.active a:before {
    transform: scaleX(1);
    width: 100%;
  }

  .menu ul li.active>a,
  .menu ul li:hover>a {
    color: #297581;
  }

  .menu ul li.active>a:after,
  .menu ul li:hover>a:after {
    width: 100%;
  }

  .menu ul li:hover>a:after {
    content: "";
  }

  .menu ul li:hover>a:only-child:after {
    content: "";
  }

  .menu ul li:hover>.mega-menu,
  .menu ul li:hover>.sub-menu,
  .menu ul li:hover>.tab-menu {
    box-shadow: none;
    display: inherit;
  }

  .menu ul .sub-menu {
       
        left: 0; 
        min-width: 250px; 
        display: none;
        position: absolute;
        padding: 15px;
        background: #297581;
        box-shadow: 0 1px 10px 4px rgb(0 0 0 / 8%);
        z-index: 100; 
       
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
    }
    .menu ul li:hover>.sub-menu {
        display: block;
        opacity: 1; 
        visibility: visible; 
        transform: translateY(0); 
    }

  .menu ul .sub-menu .sub-menu {
    top: 0;
    padding-top: 0;
    left: 300px;
  }

  .menu ul .sub-menu li {
        padding: 0;
        margin: 0;
        width: 100%;
        float: none;
        display: list-item;
        position: relative;
    }

  .menu ul .sub-menu li+li {
    border-top: 1px solid rgb(255 255 255 / 10%);
  }

  .menu ul .sub-menu li a {
    position: relative;
    display: block;
    padding: 12px 15px;
    font-size: 15px;
    text-transform: inherit;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
    position: relative;
    margin: 0;
  }

  .menu ul .sub-menu li.is-open-a>a:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
  }

  .menu ul .sub-menu li a:hover {
    color: #5cd441;
    padding-left: 15px;
  }

  .menu ul li.is-open-a>a:after {
    position: absolute;
    right: 0px;
    top: calc(50% - 4px);
    content: "";
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    display: inline-block;
  }

  .menu ul .sub-menu li.active>a,
  .menu ul .sub-menu li:hover>a {
    color: #5cd441;
  }

  .menu ul .tab-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03),
      0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03),
      0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03),
      0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03),
      0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
  }

  .menu ul .tab-menu>li {
    margin: 0;
    padding: 0;
    width: 200px;
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

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

  .menu ul .tab-menu>li>a {
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #666;
  }

  .menu ul .tab-menu>li>a:hover {
    color: #1f1c6d;
    background-color: transparent;
  }

  .menu ul .tab-menu>li:first-child ul {
    display: block;
  }

  .menu ul .tab-menu>li>ul {
    display: none;
    position: absolute;
    z-index: 9;
    left: 215px;
    top: 0;
    width: calc(100% - 215px);
    padding: 15px;
    background-color: #fff;
  }

  .menu ul .tab-menu>li>ul>li {
    float: left;
    width: 25%;
  }

  .menu ul .tab-menu>li>ul>li .tm_title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
  }

  .menu ul .tab-menu>li>ul>li .tm_title:hover {
    color: #1f1c6d;
    background-color: transparent;
  }

  .menu ul .tab-menu>li>ul>li ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .menu ul .tab-menu>li>ul>li ul li a {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #666;
  }

  .menu ul .tab-menu>li>ul>li ul li a:hover {
    color: #1f1c6d;
    background-color: transparent;
  }

  .menu ul .tab-menu>li>ul>li ul li.active>a {
    color: #1f1c6d;
  }

  .menu ul .tab-menu>li>ul>li.active>a,
  .menu ul .tab-menu>li>ul>li:hover>a {
    color: #1f1c6d;
    background-color: transparent;
  }

  .menu ul .tab-menu>li.active {
    border-right: 5px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul .tab-menu>li.active>ul {
    display: block;
    z-index: 9;
  }

  .menu ul .tab-menu>li:hover {
    border-right: 5px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul .tab-menu>li:hover>ul {
    display: block;
    z-index: 99;
  }

  .menu ul .tab-menu>li.active>a,
  .menu ul .tab-menu>li:hover>a {
    color: #000;
    background-color: transparent;
  }

  .menu ul .tab-menu .thumbnail-container {
    padding-bottom: 150%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .is-open,
  .menuclose,
  .menuopen {
    display: none !important;
  }

  .menu ul li.is-open-a>a {
    padding-right: 10px;
  }

  .menu ul li.is-open-a>a:after {
    right: -10px;
    border-width: 0 1px 1px 0;
    top: calc(50% - 6px);
  }

  .menu .sub-menu li.is-open-a>a {
    padding-right: 0;
  }

  .menu .sub-menu li.is-open-a>a:after {
    right: 0px;
    border-width: 1px 1px 0 0;
    top: calc(50% - 4px);
  }

  .menu .sub-menu li a:before {
    position: absolute;
    content: "";
    left: -5px;
    top: calc(50% - 0px);
    bottom: auto;
    width: 20px;
    height: 2px;
    border-radius: 100%;
    background: #5cd441;
    display: block;
    border-bottom: 0;
    transform: none;
    transition: transform 250ms ease-in-out;
    opacity: 0;
    transition: all 0.2s linear;
  }

  .menu .sub-menu li a:hover:before {
    width: 8px;
    opacity: 1;
    left: 0;
  }

}

@media (max-width: 1024px) {
  .menu {
    position: fixed;
    z-index: 999;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    width: 230px;
    left: -250px;
    bottom: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 9;
  }

  .menu ul li {
    padding: 0;
    margin: 0;
    clear: both;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .menu ul li a {
    padding: 13px 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
  }

  .menu ul li.active>a {
    color: #297581;
  }

  .menu ul li ul {
    display: none;
    min-height: auto !important;
  }

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

  .menu ul li ul li a {
    padding-left: 20px;
    font-size: 14px;
  }

  .menu_open_close {
    position: relative;
    text-align: right;
    margin: 0;
  }

  .menu_open_close .menuopen {
    position: relative;
    background: none;
    border: 0;
    outline: none;
    width: 32px;
    height: 22px;
    z-index: 99;
    border-bottom: 2px solid #212121;
    display: inline-block;
    text-align: left;
  }

  .menu_open_close .menuopen:after,
  .menu_open_close .menuopen:before {
    position: absolute;
    right: 0;
    content: " ";
    height: 2px;
    width: 32px;
    background-color: #212121;
  }

  .menu_open_close .menuopen:before {
    top: 0;
  }

  .menu_open_close .menuopen:after {
    bottom: calc(50% - 2px);
  }

  .menu_open_close .menuclose {
    position: relative;
    background: none;
    border: 0;
    outline: none;
    width: 32px;
    height: 22px;
    z-index: 99;
    display: none;
    text-align: left;
  }

  .menu_open_close .menuclose:after,
  .menu_open_close .menuclose:before {
    position: absolute;
    left: 15px;
    top: -5px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #fff;
  }

  .menu_open_close .menuclose:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu_open_close .menuclose:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .is-open {
    position: relative;
    z-index: 99;
    float: right;
    width: 40px;
    height: 40px;
  }

  .is-open:after,
  .is-open:before {
    position: absolute;
    content: "";
    background-color: #000;
  }

  .is-open:before {
    width: 11px;
    height: 1px;
    top: 50%;
    left: 37%;
  }

  .is-open:after {
    width: 1px;
    height: 11px;
    top: calc(50% - 5px);
    left: 50%;
  }

  .is-open.is-close:after {
    display: none;
  }

  .is-open-a>a {
    float: left;
    width: calc(100% - 40px);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu .is-open.is-close~ul {
    display: block;
  }

  .menu .is-open.is-close~ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu-hidden {
    display: none;
  }

  .menu_overlap {
    position: relative;
    overflow: hidden;
  }

  .menu_overlap .nav-overlay {
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1025px) {
  header {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  header.mobile-stick {
    position: fixed;
    top: 0;
  }

  header.fadeInDown {
    -webkit-animation: 1s ease 0.2s normal both 1 running header-fadeInDown;
    animation: 1s ease 0.2s normal both 1 running header-fadeInDown;
  }
}

@-webkit-keyframes header-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes header-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.header-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}







.cs_site_header.cs_style_1 .cs_main_header_in,.cs_site_header.cs_style_1 .cs_top_header_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

.cs_site_header.cs_style_1 .cs_main_header_right {
    display: flex;
    align-items: center;
    height: 100%
}

.cs_site_header.cs_style_1.cs_type_1 .cs_main_header {
    background-color: transparent;
    border-bottom: 1px solid #535353
}

.cs_site_header.cs_style_1.cs-sticky-active {
    background-color: #000;
    box-shadow: 0 10px 10px -10px rgba(33,43,53,.1)
}

.cs_top_nav {
    list-style: none
}

.cs_top_nav li:not(:last-child):after {
    content: "/";
    margin: 0 15px;
    color: hsla(0,0%,100%,.8);
    position: relative;
    top: 1px
}

.cs_site_header_full_width .container {
    max-width: 1320px
}

.cs_site_header_style1 {
    border-bottom: 1px solid #1a188d
}

.cs_site_header_style1 .cs_main_header_right {
    display: flex;
    align-items: center
}

.cs_site_header_style1 .cs_nav .cs_nav_list>li.current-menu-item>a:before {
    bottom: -4px;
    background-color: #fff
}

.cs_header_search_form {
    box-shadow: 0 4px 4px hsla(0,0%,76%,.25);
    width: 350px;
    top: 50px;
    opacity: 0;
    visibility: hidden
}

.cs_header_search_form input {
    height: 60px;
    background: #f3f3f3;
    border: 1px solid rgba(62,62,62,.2);
    border-radius: inherit;
    outline: none;
    width: 100%;
    padding: 5px 70px 5px 22px;
    transition: all .3s ease
}

.cs_header_search_form input:focus {
    border-color: rgba(62,62,62,.4)
}

.cs_header_search_form .cs_header_search_sumbit_btn {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    height: 56px;
    width: 60px;
    border: none;
    background-color: transparent;
    border-radius: 5px
}

.cs_header_search_form .cs_header_search_sumbit_btn:hover {
    color: #e9a132
}

.cs_header_search_wrap.active .cs_header_search_form {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1199px) {
    .cs_main_header .container {
        max-width:100%
    }

    .cs_site_header.cs_style_1 .cs_nav {
        display: flex
    }
}

.cs_nav {
    color: #fff
}

.cs_nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cs_sticky_header {
    position: fixed!important;
    width: 100%;
    z-index: 999
}

.cs-gescout_sticky {
    position: fixed!important;
    top: -110px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    background-color: #fff;
    box-shadow: var(--box-shadow)
}

.cs-gescout_show {
    top: 0!important;
    opacity: 1;
    visibility: visible
}

.cs_site_branding {
    display: inline-block
}

.cs_site_branding+.cs_nav {
    margin-left: 65px
}

.cs_header_contact {
    display: flex;
    align-items: center
}

.cs_header_contact .cs_header_contact_icon {
    flex: none;
    margin-right: 12px
}

.cs_toolbox {
    display: flex;
    align-items: center
}

.cs_toolbox>:not(:first-child) {
    margin-left: 40px
}

.cs_header_search_btn {
    transition: all .4s ease;
    color: #fff;
    cursor: pointer
}

.cs_header_search_btn:hover {
    color: #e9a132
}

.cs_site_header.cs_style_1.cs_color_1 {
    background-color: #fff
}

.cs_site_header.cs_style_1.cs_color_1 .cs_main_header {
    border-color: #d6d6d6
}

.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list>li>a {
    color: #18191d
}

.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list>li>a:hover {
    color: #e9a132
}

@media screen and (min-width: 1200px) {
    .cs_main_header {
        position:relative
    }

    .cs_main_header .container-fluid {
        padding-right: 40px;
        padding-left: 40px
    }

    .cs_main_header_center,.cs_top_header_center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .cs_site_header.cs_style_1 .cs_main_header_center {
        width: 100%;
        max-width: calc(100% - 300px)
    }

    .cs_site_header.cs_style_1 .cs_main_header_center,.cs_site_header.cs_style_1 .cs_main_header_left {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%
    }

    .cs_nav {
        display: flex;
        align-items: center;
        height: 100%;
        color: #fff
    }

    .header-area2 .cs_nav {
        color: #000
    }

    .cs_nav .cs_nav_list {
        display: flex!important;
        flex-wrap: wrap;
        height: inherit;
        padding-top: 5px
    }

    .cs_nav .cs_nav_list li:not(.cs-mega_menu) {
        position: relative
    }

    .cs_nav .cs_nav_list>li {
        margin-right: 48px;
        height: inherit
    }

    .cs_nav .cs_nav_list>li:last-child {
        margin-right: 0
    }

    .cs_nav .cs_nav_list>li>a {
        padding: 10px 0;
        display: inline-flex;
        position: relative;
        height: inherit;
        align-items: center;
        color: #fff;
        font-weight: 600
    }

    .cs_style_2 .cs_nav .cs_nav_list>li>a {
        color: #000
    }

    .cs_nav .cs_nav_list>li>ul {
        left: 0;
        top: calc(100% + 15px)
    }

    .cs_nav .cs_nav_list>li:hover>ul {
        top: 90%;
        opacity: 1;
        visibility: visible;
        transition: all .4s ease
    }

    .cs_nav .cs_nav_list>li.menu-item-has-children>a {
        position: relative
    }

    .cs_nav .cs_nav_list>li.menu-item-has-children>a:after {
        content: "\f282";
        font-family: bootstrap-icons!important;
        font-weight: 900;
        display: inline-block;
        border-left: 0;
        border-top: 0;
        margin-left: 10px;
        position: relative;
        top: 0;
        font-size: 9px;
        color: currentColor
    }

    .cs_nav .cs_nav_list ul {
        width: 230px;
        background-color: #fff;
        position: absolute;
        border-top: 2px solid #eb0029;
        box-shadow: 0 1px 2px 0 rgba(2,0,181,.1);
        padding: 10px 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block!important;
        border-radius: 0 0 5px 5px;
        transition: all .4s ease;
        color: var(--heading-color)
    }

    .cs_nav .cs_nav_list ul li:not(:last-child) a {
        position: relative;
        border-bottom: 1px solid #eee
    }

    .cs_nav .cs_nav_list ul li:not(:last-child) a:after {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 0;
        background-color: hsla(0,0%,100%,.1)
    }

    .cs_nav .cs_nav_list ul li:hover ul {
        top: 0
    }

    .cs_nav .cs_nav_list ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: all .4s ease
    }

    .cs_nav .cs_nav_list ul a {
        display: block;
        line-height: inherit;
        padding: 10px 20px
    }

    .cs_nav .cs_nav_list ul ul {
        top: 15px;
        left: 100%
    }

    .cs-munu_dropdown_toggle,.cs-munu_toggle {
        display: none
    }

    .cs-gescout_sticky .cs_nav .cs_nav_list li a {
        color: #000
    }

    .cs-gescout_sticky .cs_main_header {
        padding-top: 0
    }

    .main-page-area3 .cs_main_header {
        padding: 0 90px 0 140px
    }

    .main-page-area3 .cs_top_header {
        padding: 0 124px 0 170px
    }

    .header_style_3 .cs_nav .cs_nav_list>li>a {
        color: #fff
    }

    .header_style_3 .cs_nav .cs_nav_list>li>a:hover {
        color: #fff!important
    }

    .header_sticky_style1.cs-gescout_sticky,.header_style_3.cs-gescout_show {
        background-color: #111
    }

    .header_sticky_style1.cs-gescout_sticky .cs_nav .cs_nav_list>li>a {
        color: #fff
    }

    .cs_site_header.cs_style_1 .container {
        max-width: 1620px
    }
}

@media screen and (max-width: 1550px) {
    .cs_site_header_full_width .container {
        padding:0 30px
    }

    .cs_site_branding+.cs_nav {
        margin-left: 35px
    }

    .cs_toolbox>:not(:first-child) {
        margin-left: 25px
    }

    .cs_nav .cs_nav_list>li {
        margin-right: 35px
    }
}

@media screen and (max-width: 1199px) {
    .cs_nav .cs_nav_list>li {
        margin-right:0
    }

    .cs_site_header.cs_style_1 .cs_main_header_right {
        padding-right: 55px
    }

    .cs_site_header_full_width .container {
        padding: 0 15px
    }

    .cs-munu_dropdown_toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 5px
    }

    .cs-munu_dropdown_toggle:after,.cs-munu_dropdown_toggle:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 2px;
        width: 10px;
        background-color: currentColor;
        transition: all .3s ease
    }

    .cs-munu_dropdown_toggle:before {
        transform: translate(-50%,-50%) rotate(90deg)
    }

    .cs-munu_dropdown_toggle.active:before {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    .cs_nav .cs_nav_list {
        position: absolute;
        width: 100vw;
        left: -15px;
        background-color: #181818;
        padding: 10px 0;
        display: none;
        top: 100%;
        border-top: 52 solid #4d4d4d;
        border-bottom: 52 solid #4d4d4d;
        overflow: auto;
        max-height: calc(100vh - 80px);
        line-height: 1.6em
    }

    .cs_nav .cs_nav_list ul {
        padding-left: 15px;
        display: none;
        text-transform: capitalize
    }

    .cs_nav .cs_nav_list a {
        display: block;
        padding: 8px 20px
    }

    .cs_nav .menu-item-has-children {
        position: relative
    }

    .cs-munu_toggle {
        display: inline-block;
        width: 30px;
        height: 27px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        right: 30px
    }

    .cs-munu_toggle span,.cs-munu_toggle span:after,.cs-munu_toggle span:before {
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block
    }

    .cs-munu_toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: .2s
    }

    .cs-munu_toggle span:before {
        margin-top: -9px
    }

    .cs-munu_toggle span:after,.cs-munu_toggle span:before {
        content: "";
        position: absolute;
        transition-property: margin,transform;
        transition-duration: .2s;
        transition-delay: .2s,0s
    }

    .cs-munu_toggle span:after {
        margin-top: 9px
    }

    .cs_site_header.cs_style_1 .cs-munu_toggle {
        top: 50%;
        right: 0;
        margin-top: -13px;
        color: #000
    }

    .cs-toggle_active span {
        background-color: transparent;
        transition-delay: .2s
    }

    .cs-toggle_active span:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition-delay: 0s,.2s
    }

    .cs-toggle_active span:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition-delay: 0s,.2s
    }

    .cs_nav .cs_nav_list a {
        position: relative
    }

    .cs_site_header.cs_style_1 .cs_main_header_in {
        height: 80px
    }

    .cs_site_header .current-menu-item>a:before {
        display: none
    }

    .cs_site_header.cs_style_1 {
        top: 0
    }

    .cs_site_header.cs_style_1.cs_color_1 .cs-munu_dropdown_toggle,.cs_site_header.cs_style_1.cs_color_1 .cs-munu_toggle,.cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list ul {
        color: #18191d
    }

    .cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list {
        background-color: #fff
    }

    .cs_main_header_right .header-btn {
        display: none
    }

    .cs-gescout_sticky,.header_sticky_style2 .cs-munu_toggle span,.header_sticky_style2 .cs-munu_toggle span:after,.header_sticky_style2 .cs-munu_toggle span:before {
        background-color: #000
    }

    .cs_site_header.cs_style_1 .cs_top_header_in {
        display: none
    }

    .cs_site_header_spacing_130 {
        height: 96px
    }
}

@media screen and (max-width: 991px) {
    .cs_site_header .container {
        max-width:100%
    }

    .cs_site_header.cs_style_1 .cs-action_box>:not(:last-child) {
        margin-right: 25px
    }

    .cs_site_header.cs_style_1 .cs_btn {
        padding: 8px
    }
}

@media screen and (max-width: 767px) {
    .cs_site_header.cs_style_1 .cs_top_header_in {
        justify-content:center
    }

    .cs_site_header.cs_style_1 .cs_main_header_right,.cs_site_header.cs_style_1 .cs_top_header_left {
        display: none
    }
    .home-banner .banner-btn.left {
        right: 0px;
    }

    .home-banner .banner-btn.left, .home-banner .banner-btn.right {
        bottom: 15px;
        width: 32px !important;
        height: 32px !important;
        font-size: 22px;
        opacity: 1;
    }
}

@media screen and (max-width: 575px) {
    .cs_site_header.cs_style_1 .cs_btn span {
        display:none
    }

    .cs_site_header.cs_style_1 .cs_btn svg {
        margin-right: 0;
        width: 20px;
        height: 20px
    }
}

@media screen and (max-width: 500px) {
    .cs_header_contact {
        display:none
    }
}

.cs_nav .cs-munu_toggle.cs_teggle_active+.cs_nav_list,.cs_nav .cs_nav_list span.cs-munu_dropdown_toggle.active+ul {
    display: block
}

.cs_site_header.cs_color_1 .cs_header_search_btn {
    color: initial
}

@media (max-width: 575px) {
    .cs_site_header.cs_color_1 .cs_header_search_btn {
        display:none!important
    }
}

@media (max-width: 767px) {
    .cs_header_search_form {
        left:50%;
        transform: translateX(-50%)
    }
     .header-section {
    padding: 5px 0;
    margin: 0;
    background: #fff;
    border-radius: 0;
    top: 0 !important;
  }

  .header-section .left-part {
    width: 280px;
    padding: 0;
  }

  .header-section .right-part {
    width: calc(100% - 130px);
  }
}

@media (max-width: 575px) {
    .cs_header_search_form {
        display:none
    }

    .cs_header_search_btn {
        display: none!important
    }
}

.cs_site_header_spacing_130 {
    height: 136px
}

.cs_site_header.cs_style_1 .cs_top_header .container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #ff3c00;
    border-radius: 0 0 60px 0;
    right: -6%;
    top: 0
}

.cs_site_header.cs_style_1 .cs_top_header {
    background-color: #eb0029
}

.cs_site_header.cs_style_1 .cs_top_header_in {
    height: 40px;
    position: relative;
    z-index: 1
}

.cs_main_header,.cs_site_header.cs_style_1 .cs_top_header .container {
    position: relative
}

.cs_main_header {
    background-color: #111;
    padding-top: 3px;
    padding-bottom: 3px
}

.cs_site_header.cs_style_1 .cs_main_header .container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #fff;
    border-radius: 60px 0 0;
    left: -6%;
    top: 0
}

.cs_site_header.cs_style_1 .cs_main_header .container {
    position: relative
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    position: relative;
    z-index: 1;
    height: 100px
}

.cs_nav .cs_nav_list>li>a:hover {
    color: var(--theme2)
}

.cs_header_social_links_wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.cs_header_social_links {
    display: flex;
    font-size: 18px;
    line-height: 1.8em;
    gap: 20px
}

.cs_header_social_links,.cs_header_social_links li i {
    color: hsla(0,0%,100%,.8)
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header .container {
    max-width: 1620px
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_right {
    display: flex;
    align-items: center;
    gap: 10px 40px
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_in {
    height: 90px
}

.cs_site_header.header_style_2.cs_style_1 .container:before {
    border-radius: 0;
    background-color: #fff;
    left: 100%;
    margin-left: -27.7%;
    opacity: 0
}

.cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky .container:before {
    opacity: 0
}

@media (max-width: 767px) {
    .cs_site_header.cs_style_1 .cs_top_header {
        display:none
    }

    .cs_site_header_spacing_130 {
        height: 90px
    }

    .cs_site_header_spacing_140 {
        height: 100px
    }

    .cs_site_header.header_style_2.cs_style_1 .cs_main_header_in,.cs_site_header_spacing_140 {
        height: 90px
    }

    .home-banner .banner-btn.left,
  .home-banner .banner-btn.right {
    width: 30px;
    height: 30px;
    top: 80%;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
    .cs_site_header.cs_style_1 .cs_main_header .container:before {
        left:0;
        border-radius: 0
    }

    .cs_site_header.header_style_2.cs_style_1 .cs_header_social_links {
        display: none
    }

    .cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky .container:before {
        opacity: 0
    }

    .main-page-area {
        padding: 0
    }

    .cs_nav .cs_nav_list li a {
        color: #fff
    }

    .cs_main_header_right .header-btn {
        display: none!important
    }
}

.cs_main_header_right .search-trigger {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    z-index: 1
}

.header_style_3 .cs_main_header_right .search-trigger {
    color: #fff
}

.search-wrap.active {
    display: block
}

.cs_slider_gap_301 .slick-slide {
    padding-left: 12px;
    padding-right: 12px
}

.cs_site_header.header_style_3 {
    top: 0
}

.header_style_3.cs-gescout_show .container:before {
    background-color: #2b00a5!important
}

.accordion-area2 .accordion-button {
    background-color: transparent;
    border: 1px solid var(--border);
    padding: 18px 20px;
    color: var(--title);
    box-shadow: none;
    text-align: center;
    font-family: Urbanist,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -.48px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

.cs_site_header_spacing_140 {
    height: 106px
}

.header_area_4.cs_site_header {
    top: 0
}

@media (max-width: 767px) {
    .cs_site_header_spacing_140 {
        height:90px
    }
}

.cs_slider_gap_30 .slick-slide {
    padding-left: 15px;
    padding-right: 15px
}

.cs_header_social_links ul {
    display: flex;
    font-size: 18px;
    line-height: 1.8em;
    gap: 20px
}

.cs_top_nav li {
    padding-bottom: 10px;
}

.cs_top_nav li i {
    padding-right: 6px
}

@media (max-width: 1199px) {
    .cs_site_header_spacing_130 {
        height:96px
    }
}

.food-slider-item .slick-slide img,.gallery-slider-area .slick-slide img {
    display: unset
}

.header-area-3.cs_main_header {
    background-color: transparent
}

.header-logo-3 img {
    max-width: 70px
}

.accordion-item .accordion-collapse {
    display: none
}

.accordion-item.active .accordion-collapse {
    display: block
}

.timer-thumb2-area.timer-thumb {
    margin-bottom: 0!important
}

.best-selling-area .dishes-card.style1 {
    margin-top: 0
}

.best-selling-title {
    padding-bottom: 30px
}

.contact-area-map iframe {
    width: 100%
}

.cart-btn0 {
    margin-right: 10px
}

.form-group select {
    background-color: #f8f9fa;
    border-color: #d4dcff;
    padding: 15px 10px
}



/* Banner section*/


.banner_section,
.carousel,
.carousel-inner {
    overflow: hidden; 
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;              
    transform: translateY(-50%);
    z-index: 9999 !important;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    opacity: 1 !important;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 40px;
    color: #fff !important;
}

.home-banner {
  position: relative;
  padding: 0;
    margin: 0;
}

.home-banner .carousel {
  z-index: 2;
  position: relative;
}

.home-banner .container {
  max-width: 1460px;
  width: 100%;
}

.home-banner .min-h {
  min-height: 720px;
}

.home-banner {
  position: relative;
}

.home-banner .carousel-inner {
  z-index: 0;
  position: relative;
}

@media (max-width: 768px) {
    .banner-btn {
        width: 35px; 
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    
    .banner-btn.left {
        left: 10px; 
    }

    .banner-btn.right {
        right: 10px;
    }
    
}
.home-banner:hover .banner-btn {
  opacity: 1;
}

.home-banner .banner-btn {
  background: #297581d4;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-banner .banner-btn:hover {
  opacity: 1;
  color: #ffffff;
  background: #5cd441;
}

.home-banner .banner-btn.left,
.home-banner .banner-btn.right {
  position: absolute;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  padding: 0;
}

.home-banner .banner-btn.left {
  right: 100px;
}

.home-banner .banner-btn.right {
  right: 40px;
}


.home-banner .title {
  font-size: 45px;
  line-height: 125%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.home-banner p{
  font-size: 25px;
  margin-top: 20px;
  line-height: 125%;
  color: #fff;
}

.home-banner .contents .sm-title {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
  color: #fff;
}

.home-banner .contents .sm-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 45px;
  height: 2px;
  background: #5cd441;
}

.home-banner .title span {
  color: #5cd441;
}

.home-banner .banner-img {
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.home-banner .active .banner-img {
  transform: translateX(0);
  opacity: 1;
}

.home-banner .contents {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.home-banner .contents .btn-more{
  background: #297581;
}

.home-banner .active .contents {
  transform: translateY(0);
  opacity: 1;
}

.home-banner .thumbnail-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .banner-content-wrapper {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  z-index: 2;
}

.home-banner .contents {
  max-width: 700px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.home-banner .carousel-item.active .contents {
  transform: translateY(0);
  opacity: 1;
}

.home-banner .more-btn {
  margin-top: 25px;
}



/* footer section*/ 

/* ===============================
   FOOTER SECTION BASE
================================ */
.main-footer {
  padding: 30px 0px;
  background-color: #0c5460;
  /* background-image: url(../images/footer-bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 40px !important;
}

.icon-cell img {
  width: 60px;
}

.footer-logo img {
  width: 150px;
}

.footer-first-row {
  padding-bottom: 30px;
  align-items: center;
  border-bottom: 2px dashed #d2dae238;
}

.footer-mobile-number {
  padding-left: 20px;
}

.footer-tel {
  display: flex;
  align-items: center;
}

.footer-mobile-number p {
  margin-bottom: 0px !important;
}

.footer-mobile-number p a {
  text-decoration: none;
  color: #fff;
  font-size: 19px;
}

.footer-heading h5 {
  color: #e3e3e3;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer-paragraph p {
  color: #d7e7f7;
  text-align: justify;
}

.footer-paragraph p {
  font-size: 18px;
}

.footer-icon ul {
  display: flex;
  padding-left: 15px;
  margin-bottom: 0px !important;
}

.footer-icon ul li {
  list-style: none;
  margin: 0px 5px;
}
.header-icon{
  display: flex;
  justify-content: end;
  align-items: center;
}
/* .footer-icon ul li a i {
  padding: 14px;
  border-radius: 50%;
  background-color: #fff;
} */
.footer-icon ul li a i{
  color: #000;
}
.cs_header_social_links_wrap p{
  font-size: 16px;
  color: #000;
}
/* .footer-ab {
  padding-right: 35px;
} */
.footer-link{
  /* padding-left: 35px; */
}


.footer-link ul li {
  list-style: none;
  margin-bottom: 15px;
}

.footer-link ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #d7e7f7;
  position: relative;
}

.footer-link ul li a::before {
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  top: 0.19rem;
  left: -25px;
  color: #97ccff;
  content: "\f260";
  /* -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; */
}

.footer-bottom p {
  text-align: center;
  margin-bottom: 0px !important;
  padding: 15px 0px;
  background-color: #0c5460a6;
  color: #fff;
  font-size: 18px;
}

.footer-bottom p a {
  color: #fff;
  text-decoration: none;
}
.cs_header_social_links_wrap{
  display: flex;
  align-items: center;
  padding-left: 15px;
}

/* Banner section */  


/* Core vision mission and quality  */

.rn-value-plan-area {
    padding: 100px 0;
}

.bg_color--5 {
    background: #f9f9f9;
}

.section-title .title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title p {
    color: #717173;
    font-size: 16px;
}

.rn-value {
    background: #ffffff;
    border: 2px solid #eb0029;
    border-radius: 6px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
}

.rn-value.active {
    background: linear-gradient(180deg, #eb0029 0%, #eb0029 100%);
    border-color: transparent;
}

.value-table-inner {
    padding: 50px 35px;
}

.value-header .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1f1f25;
}

.rn-value.active .value-header .title {
    color: #ffffff;
}

.value .subtitle {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #717173;
}

.rn-value.active .value .subtitle {
    color: rgba(255, 255, 255, 0.85);
}

.value-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.value-header .value img{
  width: 50px;
  height: 50px;
}

.rn-value.active .value-header {
    border-color: rgba(255, 255, 255, 0.3);
}

.value-body {
    margin-top: 30px;
}

.value-body p{
  color: #000;
}

.rn-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #eb0029;
    border: 2px solid #eb0029;
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.rn-btn:hover {
    background: #eb0029;
    color: #ffffff;
}

.rn-value.active .rn-btn {
    background: #ffffff;
    color: #eb0029;
    border-color: #ffffff;
}

.rn-value.active .rn-btn:hover {
    background: transparent;
    color: #ffffff;
}

.rn-value:hover {
    transform: translateY(-10px);
    background-color:#eb0029 ;
}

.rn-value:hover p{
    color: #fff;

}


/* About section  */

.about-section {
    padding: 80px 0;
    overflow: hidden;
}

.about-section .row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.about-section .col-left,
.about-section .col-right {
    flex: 1;
}

.main-image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay-text {
    position: absolute;
    top: 87%;
    left: 80%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    background: #ffffff;
    border: 1px solid #6c5ce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.overlay-text {
    font-size: 10px;
    font-weight: 600;
    color: #6c5ce7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pre-title {
    font-size: 14px;
    font-weight: 700;
    color: #6c5ce7;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.title {
    font-size: 40px;
    font-weight: 800;
    color: #111111;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
}

.description {
    color: #666666;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}

.small-images-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    width: 65%;
}

.image-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.discover-button {
    background-color: #6c5ce7;
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.discover-button:hover {
    background-color: #5d4cd9;
}

@media (max-width: 992px) {
    .about-section .row {
        flex-direction: column;
    }

    .about-section .col-left,
    .about-section .col-right {
        width: 100%;
    }

    .title {
        font-size: 32px;
    }

    .small-images-grid {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .about-section {
        padding: 60px 0;
    }

    .about-section .row {
        flex-direction: column;
        gap: 30px;
    }

    .about-section .col-left,
    .about-section .col-right {
        width: 100%;
        flex: none;
    }

    .about-section .title {
        font-size: 32px;
        line-height: 1.3;
    }

    .about-section .small-images-grid {
        width: 100%;
    }

    .about-section .image-overlay-text {
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120px;
        height: 120px;
    }

    .about-section .overlay-text {
        font-size: 9px;
    }
}

@media (max-width: 768px) {

    .about-section {
        padding: 50px 0;
    }

    .about-section .title {
        font-size: 28px;
    }

    .about-section .description {
        font-size: 15px;
    }

    .about-section .feature-item {
        gap: 10px;
    }

    .about-section .feature-item h4 {
        font-size: 16px;
    }

    .about-section .feature-item p {
        font-size: 14px;
    }

    .about-section .checkmark {
        width: 24px;
        height: 24px;
        min-width: 24px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {

    .about-section {
        padding: 40px 10px;
    }

    .about-section .title {
        font-size: 24px;
    }

    .about-section .pre-title {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .about-section .image-overlay-text {
        display: none; 
    }

    .about-section .discover-button {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* Client Reviews*/

.review{
  padding: 50px 0px;
  background-color: #F5F5F5;
}
.mb-none h3{
  margin-bottom: 0px !important;
}
.framwork-box {
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  padding: 12px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
.reviews-row .framwork:first-child .framwork-icon {
  background: #7E57C2;
}
.review_block .framwork-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 50%;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
.title18 {
  font-size: 18px;
  font-weight: 700;
}
.framwork-box:not(.active) .more_content {
  max-height: 91px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.more_text {
  background: transparent;
  border: 0;
  color: #FB5700;
  display: inline-flex;
  align-items: center;
}
.review_block {
  margin-bottom: 15px;
}
.reviews-row .framwork:nth-child(2) .framwork-icon {
  background: #3D3D3D;
}
.reviews-row .framwork:nth-child(3) .framwork-icon {
  background: #30ADE0;
}
.reviews-row .framwork:nth-child(4) .framwork-icon {
  background: #F47D20;
}
.reviews-row .framwork:nth-child(5) .framwork-icon {
  background: #0A4909;
}
.reviews-row .framwork:nth-child(6) .framwork-icon {
  background: #BA0000;
}
.vertcial_btn {
  background-image: linear-gradient(to bottom, #6c5ce7, #7e57c2) !important;
  color: #fff !important;
}


/*Scroll Top*/

.scroll__top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #6c5ce7; 
    transition: all 1s ease;
    border: none;
}

@media (max-width: 992px) {
    .scroll__top {
        right: 25px;
        bottom: 25px;
    }
}

@media (max-width: 768px) {
    .scroll__top {
        right: 30px;
    }
}

@media (max-width: 576px) {
    .scroll__top {
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.scroll__top.open {
    bottom: 30px;
}

@media (max-width: 576px) {
    .scroll__top.open {
        bottom: 15px;
    }
}

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

.scroll__top:hover {
    background: #ffffff; 
    color: #6c5ce7; 
}







.features-three__single {
  position: relative;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 7px;
  margin-bottom: 40px;
  z-index: 1;
  height: 350px;
  overflow: hidden;
}

/* Hover Background Layer */
.features-three__single .layer-outer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.features-three__single:hover .layer-outer {
  transform: scaleY(1);
}

.features-three__single .layer-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #56698f7d;
  border-radius: 7px;
}

/* ICON / IMAGE */
.features-three__single-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.features-three__single-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

/* Icon hover white */
.features-three__single:hover .features-three__single-icon img {
  /* filter: brightness(0) invert(1); */
}

/* TITLE */
.features-three__single-title {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.features-three__single-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #dc3545;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.features-three__single:hover .features-three__single-title{
  color: #000000;
}

/* TEXT */
.features-three__single-text {
  font-size: 15px;
  line-height: 26px;
  color: #555555;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.features-three__single:hover .features-three__single-text {
  color: #000000;
}

/* SHADOW */
.shadowimage {
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .features-three__single {
    height: auto;
  }
}

/* ================================
   INTEGRATION / OUR CLIENTS SECTION
================================ */

.integration-section {
  padding: 70px 20px; /* added side padding for small screens */
  display: flex;
  justify-content: center;
  background-color: #F5F5F5;
}

.integration-section .integration-card {
  max-width: 1100px;
  width: 100%;
  background: linear-gradient(135deg, #0c5460c2, #0c546024);
  border-radius: 20px;
  padding: 60px;
  display: flex;
  gap: 40px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap; /* allow wrapping on smaller screens */
}

/* LEFT CONTENT */
.integration-section .integration-content {
  flex: 1 1 500px; /* flex-grow and min-width for responsiveness */
}

.integration-section .integration-content h2 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #fff;
}

.integration-section .integration-content h2 span {
  color: #2f5bea;
}

.integration-section .integration-content p {
  max-width: 380px;
  margin-bottom: 30px;
  color: #ffffff;
}

.integration-section .btn {
  background: #2f5bea;
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* LOGO AREA */
.integration-section .integration-logos {
  flex: 1 1 300px; /* responsive width */
  display: flex;
  gap: 20px;
  height: 180px; /* ONLY 2 LOGOS VISIBLE */
  overflow: hidden;
}

/* COLUMNS */
.integration-section .logo-column {
  width: 130px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* LOGO CARD */
.integration-section .logo {
  background: #ffffff;
  height: 90px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.integration-section .logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  opacity: 0.9;
  transition: 0.3s ease;
}

.integration-section .logo:hover img {
  opacity: 1;
}

/* ANIMATION */
.integration-section .column-1 {
  animation: slideUp 10s linear infinite;
}

.integration-section .column-2 {
  animation: slideDown 12s linear infinite;
}

@keyframes slideUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes slideDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .integration-section .integration-card {
    flex-direction: column; /* stack content vertically */
    padding: 40px 20px;
    gap: 40px;
  }

  .integration-section .integration-logos {
    width: 100%;
    justify-content: center;
    height: auto;
    gap: 40px;
    flex-wrap: wrap;
  }

  .integration-section .logo-column {
    width: 120px; /* smaller width for small screens */
  }

  .integration-section .integration-content h2 {
    font-size: 28px;
  }

  .integration-section .integration-content p {
    max-width: 100%;
  }
  .integration-section .integration-content {
  flex: 1 1 270px; /* flex-grow and min-width for responsiveness */
}
}

@media (max-width: 575px) {
  .integration-section .integration-content h2 {
    font-size: 24px;
  }

  .integration-section .btn {
    padding: 12px 20px;
  }

  .integration-section .logo-column {
    width: 100px; /* adjust for mobile */
  }

  .integration-section .logo {
    height: 70px;
  }

  .integration-section .logo img {
    max-height: 50px;
  }
  .integration-section .integration-content {
  flex: 1 1 270px; /* flex-grow and min-width for responsiveness */
}
}
/* Modal Style */
.modern-modal {
  border-radius: 20px;
  padding: 40px 20px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  position: relative;
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  0% { transform: translateY(40px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* Close Button */
.modern-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #0a5fa9;
  background: none;
  border: none;
  opacity: 0.8;
}
.modern-close:hover { opacity: 1; }

/* Top Icon */
.modal-icon img {
  width: 30%;
  margin-bottom: 20px;
}

/* Form */
.modern-form .form-group {
  position: relative;
  margin-bottom: 25px;
}
.modern-form input,
.modern-form textarea {
  width: 100%;
  padding: 12px 12px 12px 0;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  font-size: 16px;
  background: transparent;
  resize: none;
}
.modern-form label {
  position: absolute;
  top: 12px;
  left: 0;
  color: #aaa;
  font-size: 16px;
  pointer-events: none;
  transition: 0.3s ease all;
}
.modern-form input:focus + label,
.modern-form input:not(:placeholder-shown) + label,
.modern-form textarea:focus + label,
.modern-form textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 14px;
  color: #0a5fa9;
}

/* Submit Button */
.modern-submit {
  width: 100%;
  padding: 12px;
  border: none;
  background: linear-gradient(90deg, #0a5fa9, #084c87);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.modern-submit:hover {
  background: linear-gradient(90deg, #084c87, #0a5fa9);
  transform: translateY(-2px);
}

/* Inquiry Button */
.inquiry-btn { position: fixed; left: 20px; bottom: 20px; z-index: 99; }
.inquiry-btn .ripple-btn {
  position: relative; width: 80px; height: 80px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.inquiry-btn .ripple-btn svg { width: 40px; height: 40px; }
.inquiry-btn .pinkBg { background: #0a5fa9; }
.inquiry-btn .ripple { position: absolute; width: 160px; height: 160px; left: 50%; top: 50%;
  margin: -80px 0 0 -80px; border-radius: 50%; z-index: -1; opacity: 0;
  animation: ripple 1.8s infinite;
}
@keyframes ripple {
  0% { opacity: 1; transform: scale(0); }
  100% { opacity: 0; transform: scale(1); }
}
.inquiry-btn .ripple:nth-child(2) { animation-delay: 0.3s; }
.inquiry-btn .ripple:nth-child(3) { animation-delay: 0.6s; }



.siderbar-main{
  position: sticky;
  top: 12%;
  right: 0;
  transition: 0.3s;
}
.sidebar-product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-product ul li {
  margin-bottom: 8px;
}

.sidebar-product ul li a {
  background: #fff;
  color: #000;
  padding: 12px 40px 12px 15px;
  display: block;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  font-size: 18px;
}

/* Arrow */
.sidebar-product ul li a::after {
  content: "➜";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  /* opacity: 0; */
  color: #0451a3;
  transition: 0.4s;
}

/* Shine */
.sidebar-product ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(4 81 163 / 25%);
  transform: skewX(-30deg);
  transition: 0.6s;
}

.sidebar-product ul li a:hover {
  color: #0451a3;
  transform: translateX(6px);
  box-shadow: 0 0 15px rgba(4,81,163,0.6);
}

.sidebar-product ul li a:hover::before {
  left: 120%;
}

.sidebar-product ul li a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Enquiry Form */
.sidebar-enquiry {
  margin-top: 20px;
  background: #f3f3f3;
  padding: 15px;
  border-radius: 8px;
  animation: floatBox 4s ease-in-out infinite;
}

.sidebar-enquiry h3 {
  margin-bottom: 10px;
  color: #d93025;
  font-size: 21px;
  text-align: center;
  padding: 6px 0px;
}

.sidebar-enquiry input,
.sidebar-enquiry textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  transition: 0.3s;
}

.sidebar-enquiry input:focus,
.sidebar-enquiry textarea:focus {
  border-color: #0451a3;
  box-shadow: 0 0 8px rgba(4,81,163,0.4);
}

/* Button */
.sidebar-enquiry button {
  width: 100%;
  padding: 10px;
  background: #0451a3;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}

.sidebar-enquiry button:hover {
  background: #ffcc00;
  color: #000;
  box-shadow: 0 0 12px #ffcc00;
}

/* Animations */
@keyframes shine {
  0% { left: -100%; }
  60% { left: 120%; }
  100% { left: 120%; }
}

@keyframes floatBox {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
.sidebar-product {
  background: linear-gradient(135deg, #337b87, #0a5fa9);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

/* Heading */
.blog-inner-our-product-heading h2 {
  color: #fff;
  font-size: 24px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.15) !important;
  border-radius: 6px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.blog-inner-our-product-heading h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 30%);
  transform: skewX(-30deg);
  animation: shine 3s infinite;
}