@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css");
@import url("../css/validation.css");
@import url("../css/common.css");
* {
    font-family: "Open Sans", sans-serif;
        font-family: "Google Sans", sans-serif!important;
       font-size: 16px;
}
body {
    margin: 0;
    overflow-x: hidden;
}
::-webkit-scrollbar-track-piece {
    background: #ccc;
    width: 4px !important;
}
::-webkit-scrollbar-thumb {
    background: #F4B804;
    border-radius: 50px;
    width: 4px !important;
}
::-webkit-scrollbar-track-piece:decrement {
    background: #ccc;
    width: 4px !important;
}
::-webkit-scrollbar {
    width: 4px !important;
}
#myProduct{
    z-index:9999;
}
@media (min-width: 1300px){
    .container {
        max-width: 1280px;
    }
}
.owl-carousel .owl-item img {
    width: auto;
}
.owl-theme .owl-dots .owl-dot span {
    background: #D9D9D9;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F4B804;
}
.bg-transparent {
    background: transparent !important;
}
.bg-F6F6F6 {
    background: #F6F6F6 !important;
}
.bg-FFF {
    background: #fff !important;
}
.box-sh-reg {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
}
.header-line {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 5px;
}

/* Default Header */
.header-sec {
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
}

/* Fixed Header after scroll */
.header-sec.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    animation: slideDown 0.4s ease forwards;
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-expand-xl {
    background: #fff;
    box-shadow: 0 0 10px #8c8c8cb0;
    flex-direction: column;
}
.navbar-expand-xl .navbar-brand img {
    width: 125px;
}
.navbar-expand-xl .navbar-nav {
    flex-direction: row;
    gap: 40px;
}
.navbar-expand-xl .navbar-nav .nav-link {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.navbar-expand-xl .first-menu .navbar-nav .nav-link {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    transition: all 0.3s;
}
.navbar-expand-xl .first-menu .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-xl .first-menu .navbar-nav .nav-item .nav-link.show,
.navbar-expand-xl .first-menu .navbar-nav .nav-item.active .nav-link,
.navbar-expand-xl .first-menu .navbar-nav .nav-item.active .nav-link.dropdown-toggle {
    color: #F4B804;
    border-bottom: 2px solid #F4B804;
    transition: all 0.3s;
}
.navbar-expand-xl .sec-menu .navbar-nav {
    padding: 12px 0 10px;
}
.navbar-expand-xl .sec-menu .navbar-nav .nav-link {
    color: #282828;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-bottom: 5px;
    transition: all 0.3s;
}
.navbar-expand-xl .sec-menu .navbar-nav .nav-item:hover .nav-link,.navbar-expand-xl .sec-menu .navbar-nav .nav-item .nav-link.show,.navbar-expand-xl .sec-menu .navbar-nav .nav-item.active .nav-link {
    color: #F4B804;
    border-bottom: 2px solid #F4B804;
    transition: all 0.3s;
}
.navbar-expand-xl .sec-menu .navbar-nav .nav-link .link-icon-y {
    display: none;
    transition: all 0.3s;
}
.navbar-expand-xl .sec-menu .navbar-nav .nav-item:hover .nav-link .link-icon-y,.navbar-expand-xl .sec-menu .navbar-nav .nav-item .nav-link.show .link-icon-y,.navbar-expand-xl .sec-menu .navbar-nav .nav-item.active .nav-link .link-icon-y {
    display: block;
    transition: all 0.3s;
}
.navbar-expand-xl .sec-menu .navbar-nav .nav-item:hover .nav-link .link-icon-b,.navbar-expand-xl .sec-menu .navbar-nav .nav-item .nav-link.show .link-icon-b,.navbar-expand-xl .sec-menu .navbar-nav .nav-item.active .nav-link .link-icon-b {
    display: none;
    transition: all 0.3s;
}
.navbar-expand-xl .sec-menu .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
}

.navbar-expand-xl .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    border-radius: 0 0 15px 15px;
    background: #FFF;
    box-shadow: 0 4px 7px 0 rgba(1, 5, 78, 0.20);
    padding: 6px;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li .dropdown-item {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    line-height: 145%;
    border-bottom: 1px solid #F4B804;
    padding: 7px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.dropdown-item.active, .dropdown-item:active {
    background: #F4B804;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}
.navbar-expand-xl .navbar-nav li:last-child .dropdown-menu {
    left: unset;
    right: 0;
}
.navbar-expand-xl .navbar-nav li:last-child .dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}

.banner-sec .owl-carousel .owl-stage,.banner-sec .owl-carousel .owl-item {
    display: flex;
}

.banner-sec .owl-carousel .owl-item > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.banner-sec .slider-container {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
}

.banner-sec .owl-carousel .item {
    position: relative;
    height: 100%;
    min-height: 700px;
    /* background-size: 100% 100%; */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 6rem;
    padding-bottom: 260px;
}

.banner-sec .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.5) 100%); */
    background: #000;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 18%) 100%);
}

.banner-sec .slide-content {
    color: white;
    z-index: 9;
    position: relative;
    /* padding: 0 2rem; */
    width: 92%;
    margin: 0 auto;
}

.banner-sec .slide-label {
    letter-spacing: 2px;
    color: #F4B804;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
}

.banner-sec .slide-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
    max-width: 70%;
}

.banner-sec .slide-description {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    max-width: 60%;
}

.cta-button, .btn-cta {
    display: inline-flex;
    padding: 12px 35px 9px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #282828 !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    background: #F4B804;
    line-height: 145%;
    text-decoration: none;
    border: 1px solid #F4B804;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
}

/* Sliding background fill */
.cta-button::before, .btn-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.4s ease;
    z-index: -1;
}

.cta-button:hover::before, .btn-cta:hover::before {
    left: 0;
}

.cta-button:hover, .btn-cta:hover {
    border: 1px solid #F4B804;
    background: #F4B804; /* keeps fallback, ::before covers it */
}

/* Play/Stop Controls */
.banner-sec .playback-controls {
    position: absolute;
    top: 20px;
    left: 4%;
    /* transform: translateY(-50%); */
    z-index: 100;
}

.banner-sec .control-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #B8B8B8;
    color: #B8B8B8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
    border-radius: 5px;
}

.banner-sec .control-btn.playing {
    background: transparent;
    border: 1px solid #B8B8B8;
    color: #B8B8B8;
    border-radius: 5px;
}

.banner-sec .control-btn:hover,.banner-sec .control-btn.playing:hover {
    background: #000000;
    border: 1px solid #f4b804;
}

/* Custom Navigation Arrows */
.banner-sec .custom-nav {
    position: absolute;
    bottom: 210px;
    z-index: 100;
    display: flex;
    gap: 10px;
    left: 4%;
    right: 4%;
    justify-content: space-between;
    z-index: 999;
}

.banner-sec .nav-arrow {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #F4B804;
    border-radius: 2px;
    transition: .7s;
}

.banner-sec .nav-arrow:hover {
    background: rgb(0 0 0);
    transform: translateX(-6px);
    transition: .7s;
}
.banner-sec .nav-arrow.next-arrow:hover {
    transition: .7s;
    transform: translateX(6px);
}

/* Thumbnail Navigation */
.banner-sec .thumbnail-nav {
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 100;
}


.banner-sec .thumb-item {
    /* width: 180px; */
    height: 135px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.banner-sec .thumb-item img {
    width: 160px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-bottom: 2px solid transparent;
    margin: 0 auto;
    display: block;
}

.banner-sec .thumb-item.active img {
    border-color: #ffc107;
}

.banner-sec .thumb-item:hover {
    transform: translateY(-5px);
}

.banner-sec .thumb-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding: 5px;
    text-transform: capitalize;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
}
.banner-sec .thumbnail-nav .thumb-item {
    /* transform: scale(0.9); */
    transition: all 0.3s ease;
}

.banner-sec .thumbnail-nav .thumb-item.active,.banner-sec .thumbnail-nav .thumb-item:hover {
    opacity: 1;
    transform: scale(1);
}

/* Hide default owl nav */
.banner-sec .owl-nav {
    display: none;
}



.banner-sec .thumbnail-nav {
    justify-content: center;
    margin: 0 15%;
}

.banner-sec .thumbnail-nav .owl-stage {
    display: flex;
    align-items: center;
}

.banner-sec .thumbnail-nav .thumb-item {
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.banner-sec .thumbnail-nav .thumb-item.active {
    transform: scale(1);
}

.legacy-sec {
    padding: 72px 0 60px;
}
.legacy-sec .legacy-sec-title {
    color: #282828;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
}
.legacy-sec .legacy-sec-para {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
}
.legacy-sec .stat-icon {
    width: 40px;
    margin: 0 auto 5px;
}
.legacy-sec .stat-card {
    border-radius: 2px;
    border: 4px solid #FFF;
    background: #FFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 15px;
    margin-top: 10px;
    transition: all 0.3s ease;
}
.legacy-sec .stat-card:hover {
    background: #fff8e291;
    transform: scale(1.05) !important;
    transition: all 0.3s ease;
}
.legacy-sec .stat-number {
    color: #F4B804;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 110%;
}
.legacy-sec .stat-label {
    color: #F4B804;
    font-size: 24px;
    font-weight: 400;
    line-height: 145%;
}

.products-sec {
    background: #F8F8F8;
    padding: 60px 0;
    margin-bottom: 0px;
    position: relative;
}
.products-sec .products-sec-info {
    border-bottom: 1px solid #ADADAD;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.products-sec .product-sec-title {
    color: #282828;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
}
.products-sec .product-sec-para {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}
.product-card-a {
    text-decoration: none;
}
.product-card {
    background: #fff;
    margin-bottom: 30px;
    height: 91%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
}
.product-card:hover {
    transition: all 0.5s ease !important;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) !important;
}
.product-card .product-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}
.product-card .open-location {
    color: #0a45b1;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.product-card .open-location img {
    height: 18px;
}
.product-card .product-description {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
}
.product-card .read-more-btn {
    color: #F4B804;
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
}
.product-card .read-more-btn img {
    width: 20px;
    object-fit: contain;
    transition: all 0.5s ease;
}
.product-card .read-more-btn:hover img,.product-card-a:hover .product-card .read-more-btn img {
    transform: translateX(10px);
    transition: all 0.5s ease;
}
.product-card .divider-line {
    padding: 40px 15px 15px 30px;
    border-top: 3px solid #FFC524;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
}
.product-card .title-line {
    position: relative;
    padding: 30px 30px 0px;
    z-index: 9;
    /* height: 100%; */
    /* min-height: 110px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card .title-line .icon-wrapper {
    position: absolute;
    bottom: -50px;
    transition: .7s;
}
.product-card:hover .title-line .icon-wrapper {
    transform: rotate(-360deg);
    transition: .7s;
}

.world-location-sec {
    padding: 60px 0;
    background: #FFF;
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.10);
}
.world-location-sec .world-location-sec-title {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 10px;
}
.world-location-sec .world-location-sec-para {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 20px;
}

.world-location-sec .map-wrapper-section {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    width: 100%;
}

.world-location-sec .map-wrapper-section .img-main {
    transform-style: preserve-3d;
    will-change: transform;
    width: 100%;
    height: auto;
    display: block;
}


/* .world-location-sec .location-marker {
    position: absolute;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0;
    animation: markerFadeIn 0.6s ease forwards;
    z-index: 5;
}

@keyframes markerFadeIn {
    to {
        opacity: 1;
    }
} */

.world-location-sec .location-marker {
    position: absolute;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0;
    z-index: 5;
    /* animation temporarily remove kara */
}

/* New class for animation */
.world-location-sec .location-marker.animate {
    animation: markerFadeIn 0.6s ease forwards;
}

@keyframes markerFadeIn {
    to {
        opacity: 1;
    }
}

.world-location-sec .marker-pin {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #550000;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease;
}
.world-location-sec .marker-pin .marker-flag {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.world-location-sec .marker-pin .marker-flag img {
    width: 20px;
    height: 12px;
    object-fit: contain;
}

.world-location-sec .location-marker:hover .marker-pin {
    transform: scale(1.2);
}

.world-location-sec .pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #55000073;
    opacity: 0;
    animation: pulse 2s ease-out infinite;
}

.world-location-sec .pulse-ring:nth-child(2) {
    animation-delay: 0.5s;
}

/* .world-location-sec .pulse-ring:nth-child(3) {
    animation-delay: 1s;
} */

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.world-location-sec .location-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.world-location-sec .location-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.world-location-sec .location-marker:hover .location-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-15px);
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.2);
    }
}
.world-location-sec .line {
    width: 1px;
    height: 38px;
    background: #550000;
    position: absolute;
    top: 100%;
    left: 50%;
}
.world-location-sec .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #550000;
    position: absolute;
    bottom: -114%;
    left: 45%;
}

/* Icon 1 */
.world-location-sec .i1 {
    top: 24%;
    left: 16.1%;
    animation-delay: 0.2s;
}
.world-location-sec .i1 .line {
    top: 100%;
    left: 50%;
}
.world-location-sec .i1 .dot {
    bottom: -114%;
    left: 48%;
}
/* Icon 2 */
.world-location-sec .i2 {
    top: 47%;
    left: 9%;
    animation-delay: 0.4s;
}
.world-location-sec .i2 .line {
    top: -25%;
    left: 176%;
    transform: rotate(90deg);
    height: 55px;
}
.world-location-sec .i2 .dot {
    bottom: 40%;
    right: -164%;
    left: unset;
    width: 4px;
}
/* Icon 3 */
.world-location-sec .i3 {
    top: 41%;
    left: 21.7%;
    animation-delay: 0.6s;
}

/* Icon 4 */
.world-location-sec .i4 {
    top: 56%;
    left: 15%;
    animation-delay: 0.8s;
}
.world-location-sec .i4 .line {
    top: -6%;
    left: 151%;
    transform: rotate(90deg);
    height: 34px;
}
.world-location-sec .i4 .dot {
    width: 4px;
    bottom: 51%;
    left: 197%;
}

/* Icon 5 */
.world-location-sec .i5 {
    top: 56%;
    left: 32%;
    animation-delay: 1.0s;
}
.world-location-sec .i5 .line {
    top: -26%;
    left: -81%;
    transform: rotate(90deg);
    height: 57px;
}
.world-location-sec .i5 .dot {
    width: 4px;
    bottom: 40%;
    left: -163%;
}

/* Icon 6 */
.world-location-sec .i6 {
    top: 74%;
    left: 20%;
    animation-delay: 1.2s;
}
.world-location-sec .i6 .line {
    top: -31%;
    left: 178%;
    transform: rotate(90deg);
    height: 57px;
}
.world-location-sec .i6 .dot {
    width: 4px;
    bottom: 44%;
    left: 250%;
}

/* Icon 7 */
.world-location-sec .i7 {
    top: 38%;
    left: 46%;
    animation-delay: 1.4s;
}
.world-location-sec .i7 .marker-pin .marker-flag img {
    border: 1px solid #000000a8;
    width: auto;
}
/* Icon 8 */
.world-location-sec .i8 {
    top: 48%;
    left: 49%;
    animation-delay: 1.6s;
}
.world-location-sec .i8 .line {
    height: 28px;
}
.world-location-sec .i8 .dot {
    bottom: -90%;
}

/* Icon 9  */
.world-location-sec .i9 {
    top: 59%;
    left: 56%;
    animation-delay: 1.8s;
}

/* Icon 10  */
.world-location-sec .i10 {
    top: 34%;
    left: 63%;
    animation-delay: 2.0s;
}

/* Icon 11  */
.world-location-sec .i11 {
    top: 38%;
    left: 68%;
    animation-delay: 2.2s;
}

/* Icon 12  */
.world-location-sec .i12 {
    top: 48%;
    left: 75%;
    animation-delay: 2.4s;
}
.world-location-sec .i12 .line {
    top: 13%;
    left: -36%;
    transform: rotate(90deg);
    height: 23px;
}
.world-location-sec .i12 .dot {
    width: 4px;
    bottom: 47%;
    left: -65%;
}

/* Icon 13  */
.world-location-sec .i13 {
    top: 15%;
    left: 75%;
    animation-delay: 2.6s;
}
.world-location-sec .i13 .line {
    height: 20px;
}
.world-location-sec .i13 .dot {
    bottom: -70%;
    left: 46%;
}

/* Icon 14  */
.world-location-sec .i14 {
    top: 46.6%;
    left: 81.5%;
    animation-delay: 2.8s;
}

/* Icon 15  */
.world-location-sec .i15 {
    top: 68%;
    left: 69.3%;
    animation-delay: 3.0s;
}
.world-location-sec .i15 .line {
    height: 21px;
    top: -60%;
}
.world-location-sec .i15 .dot {
    bottom: 150%;
}

.about-sec {
    background: url('../images/bg-banner/line-bg.webp') no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.about-sec .about-sec-info .about-sec-title {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 5px;
}
.about-sec .about-sec-info .about-sec-sub-title {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    margin-bottom: 5px;
}
.about-sec .about-sec-info .about-sec-main-para {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 20px;
}
.about-sec .about-sec-info .about-sec-info-img {
    width: 40px;
}
.about-sec .about-sec-info .about-sec-heading {
    color: #F4B804;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    margin-bottom: 5px;
    margin-top: 2px;
}
.about-sec-list {
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.about-sec-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    list-style: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
    margin-bottom: 10px;
}
.about-sec .about-sec-info .about-sec-para {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.about-sec .about-sec-img {
    height: 100%;
    overflow: hidden;
    transition: .6s;
}
.about-sec .about-sec-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .6s;
}
.about-sec .about-sec-img:hover img {
    transform: scale(1.1);
    transition: .6s;
}

.insights-sec {
    padding: 40px 0;
}
.insights-sec .item {
    padding: 10px;
}
.insights-sec a {
    text-decoration: none;
}
.insights-sec .insights-sec-title {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 20px;
    text-align: center;
}
.insights-sec .insights-sec-para {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
}
.insights-box {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    height: 90%;
    margin-bottom: 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.5s ease;
}
.img-sec {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    max-height: 170px;
    border-bottom: 3px solid #FFC524;
}
.insights-box .img-sec > img {
    width: 100%;
    object-fit: cover;
    height: 170px;
    transition: all 0.7s ease;
}
.insights-box:hover .img-sec > img {
    transform: scale(1.2);
    transition: all 0.7s ease;
}
.img-sec .logo-box {
    position: absolute;
    width: 140px;
    padding: 4px 10px;
    background: #fff;
    bottom: 38px;
    left: 15px;
}

.insights-box .data-sec {
    padding: 0 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.insights-box .data-sec .title .heading-insights {
    color: #474747;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.insights-box .data-sec .para-btn .para-insights {
    color: #9E9E9E;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 5px;
}
.insights-box .data-sec .para-btn .btn-insights {
    width: 20px;
    display: block;
    transition: all 0.5s ease;
}
.insights-slider .insights-box:hover, .insights-box:hover {
    box-shadow: 0 4px 11px 0 rgb(26 21 0 / 46%);
    transform: translateY(-10px);
    transition: all 0.5s ease;
}
.insights-box:hover .data-sec .para-btn .btn-insights {
    transform: translateX(10px);
    transition: all 0.5s ease;
}

.insights-slider .insights-box {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    min-height: 375px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.5s ease;
}
.insights-slider .insights-box .data-sec {
    padding: 0 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    max-height: 195px;
    overflow-y: auto;
}


.event-sec {
    padding: 40px 0;
}
.event-sec .item {
    padding: 10px;
}
.event-sec a {
    text-decoration: none;
}
.event-sec .event-sec-title {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 20px;
    text-align: center;
}
.event-box {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    height: 90%;
    margin-bottom: 42px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.5s ease;
}
.event-box:hover, .event-slider .event-box:hover {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 57%);
    transform: translateY(-10px);
    transition: all 0.5s ease;
}
.event-box .img-sec {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 20px;
}
.event-box .img-sec .event-time {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F4B804;
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    min-width: 235px;
    z-index: 9;
}
.event-box .img-sec .event-logo {
    position: absolute;
    bottom: 30px;
    left: 15px;
    border-radius: 2px;
    background: #f7f7f7;
    width: auto;
    max-width: 120px;
    height: 71px;
    padding: 5px;
    margin-bottom: 0;
    z-index: 9;
    object-fit: contain;
}
.event-box .img-sec img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    /* margin-bottom: 15px; */
}

.event-box .img-sec img:not(.event-logo){
    transition: all 0.7s ease;
}
.event-box:hover .img-sec img:not(.event-logo){
    transform: scale(1.2);
    transition: all 0.7s ease;
}

.event-box .data-sec {
    padding: 0 15px 10px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 160px;
    max-height: 160px;
    overflow-y: auto;
}
.event-box .data-sec .title .heading-event {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.event-box .data-sec .para-btn .para-event {
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 10px;
}
.event-box .data-sec .para-btn .m-para-event {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 5px;
}
.event-box .data-sec .para-btn .btn-event {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E8E8E8;
}
.event-box:hover {
    box-shadow: 0 4px 11px 0 rgb(26 21 0 / 46%);
}

.event-slider .event-box {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    min-height: 475px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.5s ease;
}
.insights-slider .event-box .data-sec {
    padding: 0 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.testimonial-sec {
    padding: 40px 0;
}
.testimonial-sec .testimonial-sec-title {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-box {
    border-radius: 2px;
    border-top: 2px solid #FFCD11;
    background: #F6F6F6;
    backdrop-filter: blur(4.5px);
    transition: all 0.5s ease;
}
.testimonial-box:hover  {
    transition: all 0.5s ease;
    backdrop-filter: blur(4.5px);
    transform: scale(1.05);
}
.testimonial-box .data-sec {
    padding: 0px 7px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 290px;
}
.testimonial-box .data-sec img {
    width: 55px;
    display: block;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}
.testimonial-box .para-testimonial {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 15px;
    max-width: 95%;
}
.testimonial-box .heading-testimonial {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    margin-bottom: 0;
    max-width: 85%;
}
.testimonial-box .con-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
    max-height: 270px;
    overflow-y: auto;
}

.enquiry-sec {
    background: url(../images/bg-banner/bg-enquiry.webp) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
    position: relative;
}
.enquiry-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%); */
    background: #000;
    background: linear-gradient(90deg, rgb(1 1 1 / 38%) 0%, rgb(0 0 0 / 56%) 100%);
}
.enquiry-sec .enquiry-sec-heading {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.enquiry-sec .enquiry-sec-para {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin: 0 auto 20px;
    max-width: 80%;
    position: relative;
    z-index: 1;
}
.enquiry-sec .cta-button,.enquiry-sec .btn-cta {
    position: relative;
    z-index: 1;
}

.insights-sec.newsletters-sec {
    padding: 60px 0;
}
.insights-sec.newsletters-sec .insights-sec-title {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.insights-sec.newsletters-sec .insights-sec-para {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    max-width: 80%;
    margin: 0 auto 30px;
}
.newsletters-sec .news-slider .insights-box {
    min-height: 335px;
    margin-bottom: 0;
}
/* .newsletters-sec .insights-box .img-sec img {
    margin-bottom: 15px;
} */
.newsletters-sec .news-slider .insights-box .data-sec {
    min-height: 190px;
    max-height: 190px;
    overflow-y: auto;
}
.newsletters-sec .insights-box .data-sec .title .heading-insights {
    color: #FFC524;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.newsletters-sec .insights-box .data-sec .para-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 130px;
}
.newsletters-sec .insights-box .data-sec .para-btn .para-insights {
    margin-bottom: 5px;
    color: #474747;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.faq-sec {
    background: #F6F6F6;
    padding: 80px 0;
}
.faq-sec .faq-sec-heading {
    color: #474747;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}
.faq-sec .accordion-item {
    border: none;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 2px 4px 11px 2px rgba(22, 0, 60, 0.15);
    margin-bottom: 20px;
    padding: 10px 20px;
}

.faq-sec .accordion-item:last-child {
    border-bottom: none;
}

.faq-sec .accordion-button {
    padding: 0;
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 10px;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
    /* border: none; */
}

.faq-sec .accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.faq-sec .accordion-button.collapsed::after {
    content: '+';
    background-image: none;
    font-size: 24px;
    font-weight: 300;
    color: #9E9E9E;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    content: '−';
    background-image: none;
    font-size: 24px;
    font-weight: 300;
    color: #9E9E9E;
    transform: none;
}

.faq-sec .accordion-body {
    padding: 10px 0;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
}
.faq-sec .accordion-body .para {
    margin-bottom: 0;
}

.faq-sec .accordion-body .highlight {
    text-decoration: underline;
    color: #666;
}

.form-sec {
    background: #fff;
    padding: 60px 0;
}
.validateField .help-block {
    position: static;
}
.form-sec .form-sec-box {
    border-radius: 2px;
    background: #F6F6F6;
    padding: 30px 45px 20px;
}
.form-sec .form-sec-box .input-box {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 3px;
    background: #FFF;
}
.form-sec .form-sec-box .input-box .form-control::placeholder {
    color: #9E9E9E;
}
.form-sec .form-sec-box .input-box .form-control, .validateField.has-success .form-control {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.form-sec .form-group {
    margin-bottom: 10px;
}
.form-sec .form-sec-info > img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    transition: 0.7s;
}

.form-sec .form-sec-info > img:hover{
    transform: scale(1.02);
    transition: 0.7s;
}
.form-sec .form-sec-info .form-sec-heading {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 10px;
    margin-top: 5px;
}
.form-sec .form-sec-info .form-sec-para {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 26.1px */
}

.footer-sec {
    background: #161D22;
    padding: 25px 0 10px;
}
.footer-sec .footer-logo img {
    max-width: 150px;
    background: #fff;
    padding: 6px;
    margin-bottom: 25px;
}
.footer-sec .grid-container {
    display: grid;
    grid-template-columns: 66% 33%;
    gap: 20px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.footer-sec .column-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    gap: 20px;
}

.footer-sec .patch-1, .footer-sec .patch-2, .footer-sec .patch-3 {
    grid-row: 1;
}

.footer-sec .patch-4 {
    grid-column: 1 / -1;
    grid-row: 2;
}

.footer-sec .column-2 {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.footer-sec .patch {
    padding: 20px 0 0;
    color: white;
}

.footer-sec .footer-link-sec {
    border-left: 1px solid #AAA;
    padding-left: 10px;
    padding-bottom: 1px;
    padding-top: 3px;
    margin-bottom: 36px;
}
.footer-sec .footer-link-sec .footer-link-sec-heading {
    color: #DEDEDE;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.footer-sec .footer-link-sec ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-sec .footer-link-sec ul li a {
    color: #AAA;
    font-size: 13.5px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.footer-sec .footer-link-sec ul li a:hover {
    color: #d19e00;
}
.footer-sec .footer-link-sec.connect .footer-link-sec-heading {
    color: #DEDEDE;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.footer-sec .footer-link-sec.add .footer-link-sec-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.footer-sec .footer-link-sec p {
    color: #AAA;
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 0;
    max-width: 60%;
}
.footer-sec .footer-link-sec.connect ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}
.footer-sec .footer-link-sec.connect ul li a > img {
    margin-top: 5px;
}
.footer-sec .iframe {
    margin-top: 80px;
    margin-bottom: 30px;
}
.footer-sec .social-media ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 18px;
}
.footer-sec .bottom-line {
    border-top: 1px solid #aaa;
    padding-top: 10px
}
.footer-sec .bottom-line p,.footer-sec .bottom-line a {
    color: #AAA;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 0;
}

.inner-service-sec { 
    position: relative;
}
.download {
    position: absolute;
    top: -22px;
    right: 70px;
    -webkit-box-shadow: 2px 2px 9px 1px #d1d1d1;
    -moz-box-shadow: 2px 2px 9px 1px #d1d1d1;
    box-shadow: 2px 2px 9px 1px #d1d1d1;
    border-radius: 45px;
    background: #fff;
    display:none;
}

.download a,.royalWarp3 .nav-tabs>li>a span {
    display: block
}

.dowunloadIcon {
    float: left;
    background: #ffc524;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px
}

.download span {
    color: #2d2829;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 13px 10px 11px;
    display: inline-block;
    line-height: 18px;
    font-family: 'Montserrat';
}

.download a:hover span {
    color: #ffc524
}
.boxes-sec {
    padding: 80px 0;
}
.boxes-sec .boxes-sec-title {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 20px;
    text-align: center;
}
.boxes-sec .boxes-sec-para {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
}
@media (min-width: 576px){
    .boxes-sec .col-sm-5 {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px){
    .boxes-sec .col-lg-3 {
        width: 23%;
    }
}
@media (min-width: 1200px){
    .boxes-sec .col-xl-2 {
        width: 21%;
    }
}
@media (min-width: 1300px){
    .boxes-sec .col-xl-2 {
        width: 17%;
    }
}
.box-section {
    border-radius: 2px;
    border: 4px solid #FFF;
    background: linear-gradient(204deg, rgba(255, 255, 255, 0.00) 49.02%, rgba(200, 170, 0, 0.20) 101.35%), #FFF;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 30px 0 0;
    height: 100%;
}
.box-section .box-sec-highlight-strip {
    position: absolute;
    width: 135%;
    transform: translateX(-13%);
    top: 20px;
}
.box-section .box-sec-title {
    color: #474747;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    z-index: 9;
    position: relative;
    margin: 0;
    /* text-align: center; */
    padding-left: 10px;
}
.box-section .box-sec-img {
    width: 45px;
    margin: 30px auto 20px;
    display: block;
}
.box-section .box-sec-para {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
    padding: 0 10px;
    max-height: 210px;
    overflow: auto;
}

.performance-field-sec {
    padding: 60px 0;
}
.performance-field-sec .performance-field-sec-title {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 20px;
    text-align: center;
}
.performance-field-sec .performance-field-sec-para {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
}
.performance-field-sec .per-field-sec {
    padding: 25px 0;
}
.performance-field-sec .per-field-sec .per-field-sec-heading {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.performance-field-sec .per-field-sec .per-field-sec-para {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 25px;
}
.performance-field-sec .per-field-sec-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customers-feedback-sec {
    padding: 80px 0 40px;
}
.customers-feedback-sec .customers-feedback-sec-heading {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 145%;
    text-align: center;
    margin-bottom: 20px;
}
.customers-feedback-sec .customers-feedback-slider-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-left: 40px;
}
.customers-feedback-sec .customers-feedback-box {
    border-radius: 2px;
    border-top: 2px solid #FFCD11;
    background: #F6F6F6;
    backdrop-filter: blur(4.5px);
    padding: 35px 25px;
}
.customers-feedback-sec .customers-feedback-box .customers-feedback-sec-para {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 10px;
}
.btn-sticky {
    position: fixed;
    bottom: 90px;
    right: -145px;
    display: flex;
    width: 195px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 6px solid #F5B802;
    background: #FFF;
    box-shadow: 2px 4px 11px 2px rgba(0, 0, 0, 0.15);
    color: #212121;
    font-size: 17px;
    font-weight: 600;
    line-height: 145%;
    text-decoration: none;
    z-index: 99;
    transition: .7s;
}
.btn-sticky img {
    width: 30px;
}
.btn-sticky:hover {
    right: -10px;
    transition: .7s;
}
.enquire-sticky.bird-calculator.btn-sticky img {
    height: 22px;
    object-fit: contain;
}
.btn-sticky.enquire-sticky {
    bottom: 95px !important;
}
.btn-sticky.enquire-sticky.bird-calculator {
    bottom: 148px !important;
    background:#ffecb4
}
.btn-sticky.enquire-sticky:not(.bird-calculator) {
    bottom: 200px !important;
}
 
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
 
.bird-calculator {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
} 
@-webkit-keyframes blinkerSeq {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinkerSeq {
 from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.enquire-sticky,
.bird-calculator,
.whatsapp-sticky {
     text-decoration: blink;
  -webkit-animation-name: blinkerSeq;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;  
}

/* stagger — each one takes its own third of the 3s cycle */
.enquire-sticky   { -webkit-animation-delay: 0s;  animation-delay: 0s; }
.bird-calculator  { -webkit-animation-delay: 1s; animation-delay: 1s; }
.whatsapp-sticky  { -webkit-animation-delay: 3s; animation-delay: 3s; }
.enquire-sticky:hover,
.bird-calculator:hover,
.whatsapp-sticky:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 1;
}
.btn-sticky-top {
    background: #FFC524;
    display: flex;
    position: fixed;
    padding: 10px;
    bottom: 20px;
    border-radius: 5px;
    right: 10px;
    z-index: 99;
    box-shadow: 2px 4px 11px 2px rgb(0 0 0 / 30%);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all .4s ease;
}

.btn-sticky-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.btn-sticky-top:hover {
    transform: translateY(-8px);
}

.category-in {
    position: relative;
    background: #ffe09b;
    padding: 2px;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px #909090;
    transition: .7s;
}
.category-in .category-in-img-sec > img {
    border-radius: 10px;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}
.category-in .category-in-logo-box {
    position: absolute;
    width: 150px;
    top: 20px;
    left: 20px;
    background: #ffffff;
    padding: 2px 5px 5px;
    border-radius: 10px;
}
.category-in span {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 44px;
}
.category-in:hover .cta-button::before, .category-in:hover .btn-cta::before {
    left: 0;
}
.category-in:hover {
    box-shadow: 0 0 12px 2px #686666;
    transform: scale(1.02);
    transition: .7s;
}
 
@media (max-width: 1200px){
    .navbar-expand-xl {
        flex-direction: row;
        max-height: auto;
        overflow: hidden;
        overflow-y: auto;
    }
    .first-menu .navbar-nav {
        padding-top: 10px;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: column;
        gap: 10px;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu li .dropdown-item {
        white-space: normal !important;
        word-break: break-word;
    }
    .banner-sec .owl-carousel .item {
        min-height: auto;
    }
    .banner-sec .slide-content {
        padding-bottom: 19rem;
    }
    .banner-sec .slide-title, .banner-sec .slide-description {
        max-width: 100%;
    }
    .about-sec .about-sec-info .about-sec-title {
        line-height: 125%;
        margin-bottom: 10px;
    }
    .about-sec-list li {
        align-items: flex-start;
        gap: 7px;
    }
    .about-sec-list li svg {
        margin-top: 7px;
    }
    .legacy-sec,.products-sec,.world-location-sec,.about-sec,.insights-sec,.event-sec,.testimonial-sec,.enquiry-sec,.insights-sec.newsletters-sec,.faq-sec,.form-sec,.boxes-sec,.performance-field-sec,.customers-feedback-sec {
        padding: 40px 0;
    }
    .world-location-sec .world-location-sec-title {
        margin-top: 20px;
    }
    .enquiry-sec .enquiry-sec-para {
        max-width: 100%;
    }
    .form-sec .form-sec-box {
        padding: 20px;
    }
    .enquiry-sec .enquiry-sec-heading {
        font-size: 36px;
    }
    .faq-sec .faq-sec-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .footer-sec .iframe {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .customers-feedback-sec .customers-feedback-slider-box {
        margin-left: 0px;
    }
    
.navbar-expand-xl .sec-menu .navbar-nav .nav-link { 
    border-bottom: 1px solid #FFEB3B; 
    display: block; 
    padding: 8px 0; 
} 
.navbar-expand-xl .navbar-nav .nav-link { 
    display: block; 
    padding-top: 4px;
}
.navbar-expand-xl .navbar-nav {
	flex-direction: column;
	gap: 10px !important;
}
}

@media (max-width: 991px){
    .owl-item {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .banner-sec .slide-content {
        left: 0;
        max-width: 100%;
        width: 100%;
    }
    .banner-sec .slide-content {
        left: 0;
        max-width: 90%;
        width: 100%;
        padding-bottom: 20rem;
    }
    .banner-sec .thumbnail-nav {
        justify-content: center;
        margin: 0 auto;
        width: 100%;
        max-width: 80%;
        overflow-x: hidden;
    }
    .banner-sec .thumb-item img {
        width: 90%;
        height: 120px;
    }
    .banner-sec .thumbnail-nav .thumb-item {
        transform: scale(1);
        width: 100%;
        height: 160px;
    }
    .banner-sec .slide-title {
        font-size: 40px;
    }
    .banner-sec .custom-nav {
        bottom: 230px;
    }
    .about-sec .about-sec-info {
        margin-top: 15px;
    }
    .form-sec .form-sec-info .form-sec-heading {
        font-size: 24px;
    }
    .form-sec .form-sec-info .form-sec-para {
        font-size: 16px;
    }
    .box-section .box-sec-highlight-strip {
        transform: translateX(-12%);
        width: 130%;
    }
}

@media (max-width: 767px) {
    
    
    .navbar-expand-xl {
        flex-direction: row;
        overflow: hidden;
        overflow-y: auto;
    }
    
    .navbar-expand-xl .navbar-nav .dropdown-menu li .dropdown-item {
        font-size: 14px;
    }
    .cta-button,.btn-cta {
        padding: 9px 20px 6px;
    }
    .banner-sec .owl-carousel .item {
        min-height: auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 100%;
    }
    .banner-sec .thumb-label {
        font-size: 12px;
        font-weight: 500;
    }
    .banner-sec .slide-description {
        font-size: 16px;
    }
    .banner-sec .slide-label {
        font-size: 16px;
    }
    .banner-sec .thumb-item img {
        width: 90%;
        height: 65px;
    }
    .banner-sec .thumbnail-nav .thumb-item {
        height: 90px;
    }
    .banner-sec .slide-content {
        padding-bottom: 13rem;
    }
    .banner-sec .slide-content {
        padding-bottom: 0rem;
    }
    .banner-sec .custom-nav {
        bottom: 150px;
    }
    .banner-sec .slide-title {
        font-size: 32px;
    }
    .legacy-sec .legacy-sec-title,.products-sec .product-sec-title,.world-location-sec .world-location-sec-title,.about-sec .about-sec-info .about-sec-title,.insights-sec .insights-sec-title,.event-sec .event-sec-title, .testimonial-sec .testimonial-sec-title,.enquiry-sec .enquiry-sec-heading, .insights-sec.newsletters-sec .insights-sec-title, .faq-sec .faq-sec-heading,.boxes-sec .boxes-sec-title,.performance-field-sec .performance-field-sec-title,.customers-feedback-sec .customers-feedback-sec-heading {
        font-size: 28px;
    }
    .legacy-sec .legacy-sec-para {
        margin-bottom: 0;
    }
    .legacy-sec .stat-number {
        font-size: 32px;
    }
    .legacy-sec .stat-label {
        font-size: 16px;
        margin-top: 5px;
    }
    .legacy-sec .stat-card {
        padding: 10px;
        margin-top: 25px;
    }
    .about-sec .about-sec-info .about-sec-sub-title {
        color: #212121;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        margin-bottom: 5px;
    }
    .about-sec .about-sec-info .about-sec-main-para {
        font-size: 16px;
    }
    .about-sec .about-sec-img img,.performance-field-sec .per-field-sec-img {
        height: auto;
    }
    .box-sh-reg {
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
        margin: 0;
    }
    .insights-sec .insights-sec-title,.event-sec .event-sec-title {
        margin-bottom: 5px;
    }
    .event-box .img-sec .event-time {
        min-width: auto;
    }
    .testimonial-sec .testimonial-sec-title {
        margin-bottom: 20px;
        line-height: 115%;
    }
    .enquiry-sec {
        background-size: cover;
        background-position: center;
    }
    .insights-sec.newsletters-sec .insights-sec-para {
        max-width: 100%;
        margin: 0 auto 10px;
    }
    .testimonial-box .data-sec {
        min-height: 270px;
    }
    .testimonial-box .con-sec {
        min-height: 190px;
        max-height: 190px;
    }
    .footer-sec .grid-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .footer-sec .column-1,
    .footer-sec .column-2 {
        display: contents;
    }
    .footer-sec .patch-1 { order: 1; }
    .footer-sec .patch-2 { order: 2; }
    .footer-sec .patch-3 { order: 3; }
    .footer-sec .patch-4 { order: 5; }
    .footer-sec .patch-5 { order: 4; }
    .footer-sec .patch-6 { order: 6; }

    .footer-sec .footer-link-sec p {
        max-width: 100%;
    }
    .footer-sec .bottom-line p, .footer-sec .bottom-line a {
        line-height: 130%;
    }
    .footer-sec .footer-link-sec {
        margin-bottom: 25px;
    }
    .footer-sec .footer-link-sec ul li a {
        font-size: 14px;
    }
    .customers-feedback-sec .customers-feedback-slider-box {
        gap: 5px;
        justify-content: space-between;
        padding: 0 15px;
    }
    .customers-feedback-sec .customers-feedback-slider-box > img {
        max-width: 28px;
    }
    .customers-feedback-sec .customers-feedback-box {
        padding: 20px 10px;
    }
    .customers-feedback-sec .customers-feedback-box .customers-feedback-sec-para {
        font-size: 15px;
    }
    .testimonial-box { 
    margin-bottom: 25px;
}.testimonial-box:hover {
    transition: all 0.5s ease;
    backdrop-filter: blur(4.5px);
    transform: scale(1);
}

.hero-title span{
        font-size: 20px!important
}
}

@media (max-width: 576px) {
    .box-section {
        padding: 40px 0 0;
        height: auto;
        width: 300px;
        margin: 0 auto 2rem;
    }
}

@media (max-width: 480px) {
    .footer-sec .patch {
        /* min-height: 100px; */
        font-size: 1rem;
    }
}
@media (max-width: 385px){
    .box-section {
        padding: 32px 0 0; 
    }
    .box-section .box-sec-highlight-strip {
        width: 130%;
    }
}
#collapsibleNavbar ul li.active > a{
    color: #f6b801 !important;
    
}