/**

 * Theme Name:     dizybot Child
 * Author:         dizybot Team
 * Template:       hello-elementor
 * Text Domain:	   dizybot-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
:root {
    --dark-green: #004E59;
    --black: #000000;
    --auqa-green: #00898A;
    --white: #FFFFFF;
    --sea-green: #91B9B4;
    --sky-blue: #C3D1D7;
    --light-orange: #F9E8DE;
    --transition: ease 0.5s all;

}

/***********************************SPACING CLASS START
  ************************/

.pt--120 {
    padding-top: clamp(50px, 9vw, 120px) !important;
}

.pb--120 {
    padding-bottom: clamp(50px, 8vw, 120px) !important;
}

.ptb--120 {
    padding-top: clamp(50px, 9vw, 120px) !important;
    padding-bottom: clamp(50px, 8vw, 120px) !important;
}

.mb-0 h2.elementor-heading-title,
.mb-0 h3.elementor-heading-title {
    margin-bottom: 0;
}

.mb-0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

h1.elementor-heading-title,
h2.elementor-heading-title,
h4.elementor-heading-title {
    margin-bottom: clamp(10px, 2vw, 30px) !important;
}
.top--header.newClass .container {
    opacity: 0;
}
/***********************************SPACING CLASS END
  ************************/
header#site-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

.top_wrapper ul {
    padding-left: 0;
    display: flex;
    gap: 22px;
}

.top_wrapper ul li {
    list-style: none;
}

.top_wrapper ul li a {
    color: #fff;
    font-size: 0.8333333333333334vw;
    font-weight: 500;
}

.top_wrapper ul li a .flag-img {
    width: 16px;
    margin-right: 8px;
}



.baner-slider .swiper-slide-inner {
    position: relative;
}

.baner-slider .swiper-slide-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 137 138 / 45%);
    border-radius: 0px 0px 100px 100px;
}

.hero-banner-slider figure.swiper-slide-inner,
figure.swiper-slide-inner img {
    height: calc(100vh - 10px);
    object-fit: cover;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.hero-banner-slider .swiper-slide {
    height: auto
}

.hero-banner-slider {
    position: relative;
}

.hero-banner-slider figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.hero-banner-text {
    max-width: 72vw;
    margin: 0 auto;
}

.hero-banner-text h2 {
    font-size: clamp(32px, 5vw, 80px) !important;
    line-height: 1.1;
    font-weight: 600 !important;
}

.hero-banner-text a {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(239, 239, 239);
    color: rgb(0, 78, 89);
    fill: rgb(0, 137, 138);
    stroke: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 1em;
    display: inline-flex;
    justify-content: space-between;
    padding: 5px 5px 5px 15px;
    align-items: center;
    gap: 20px;
    border-radius: 10em;
    text-decoration: none;
    position: relative;
    transition: background .2s, color .2s, border .2s, opacity .6s;
    margin-top: clamp(10px, 2vw, 25px);
}

.hero-banner-text a svg {
    width: 50px;
    height: 50px;
}

.hero-banner-text a:hover {
    background: #00898a;
    color: var(--white);
}

.hero-banner-text a:hover svg {
    fill: var(--sky-green);
}

.hero-banner-text a:hover svg rect {
    fill: var(--white);
}

.hero-banner-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 100%;
    border-radius: 5px !important;
    position: relative;
    height: 5px;
}

.hero-banner-slider .swiper-pagination-clickable .swiper-pagination-bullet:before {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    border-radius: 5px !important;
    position: absolute;
}

.swiper-pagination {
    z-index: 1 !important;
}

.hero-banner-slider .swiper-pagination-clickable .swiper-pagination-bullet-active.swiper-pagination-bullet:before {
    width: 100%;
    transition: 3s ease-in-out .26s;
}

.hero-banner-slider .swiper-horizontal>.swiper-pagination-bullets,
.hero-banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 160px;
    bottom: auto;
    height: 10px;
}

.hero-banner-slider .swiper-horizontal>.swiper-pagination-bullets {
    width: 100%;
    display: flex;
}

.hero-banner-slider .swiper-horizontal>.swiper-pagination-bullets {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 0px 15vw;
    gap: 20px;
}

/* .blog-WrapperSlide .slick-track {
    display: flex;
    gap: 30px;
} */
.blog-slider-items {
    margin-right: 16px;
}
.blog-slider > .slick-list.draggable {
    margin-left: calc((100vw - 85em) / 2);
}
.blog-WrapperSlide .slick-track>div {
    /* background: var(--white); */
}

.blog-WrapperSlide .e-con-inner {
    margin-right: 0px !important;
}

.blog-WrapperSlide {
    overflow: hidden;
}

.blog-slider-title {
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.3333333333em;
    color: var(--dark-green);
    margin-bottom: .3333333333em;
    -webkit-line-clamp: 2;
}

.blog-WrapperSlide .blog-slider {
    display: flex;
    flex-direction: column;
}

.blog-WrapperSlide .blog-slider > .slick-list.draggable {
    order: -1;
    padding-left: 0px !important;
    overflow: unset !important;
}

.blog-WrapperSlide .slick-arrow {
    display: inline-flex;
    width: fit-content;
}

.blog--prevArrow.slick-arrow {
    transform: scaleX(-1);
    position: relative;
    left: calc((100vw - 82em)/2);
}

.blog--nextArrow.slick-arrow {
    position: relative;
    top: -64px;
    left: calc((100vw - 72em)/2);
}

.blog-WrapperSlide .slick-arrow:hover svg {
    fill: #00898a;
}
.blog-WrapperSlide .slick-arrow:hover .hover-icon {
    transform: translateX(34px);
}
.blog-WrapperSlide .slick-arrow:hover svg rect {
    fill: #fff;
}

.blog-slider-image img {
    border-radius: 24px !important;
}

.blog-slider-image {
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(0, 182, 122, 0) 27%, rgba(255, 255, 255, 1) 28%);
}

/* .blog-WrapperSlide .swiper-slide{
    pointer-events: auto !important;
} */
.swiper-fade .swiper-slide {
    pointer-events: auto !important;
}

.blog--SliderText {
    background: var(--white);
    padding: 20px;
}

.blog-slider-items.slick-slide {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 0) 65%);
    border-radius: 32px;
/*    width: 456px !important;*/
    position: relative;
}

.blog-slider-items.slick-slide .blog--SliderText {
    background: #fff;
    -webkit-mask: url(/wp-content/uploads/2025/01/mask.svg) no-repeat center;
    mask: url(/wp-content/uploads/2025/01/mask.svg) no-repeat center;
    -webkit-mask-size: 100% 100%;
    mask-size: cover;
    mask-position: bottom;
}

.icon--arrow {
    text-align: end;
    margin-top: -65px;
    position: relative;
    display: block;
}

.blog-WrapperSlide .icon--arrow svg:hover {
    fill: #00898a;
}

.blog-WrapperSlide .icon--arrow svg:hover rect {
    fill: #fff;
}

.tag {
    font-size: 1em;
    /* font-family: Montserrat-SemiBold; */
    color: #fff;
    text-transform: uppercase;
    /* letter-spacing: .1em; */
    line-height: normal;
    background-color: #00898a;
    padding: .2em .3em;
    border-radius: .4em;
    width: fit-content;
}

.tags {
    display: flex;
    width: 85%;
    flex-wrap: wrap;
    gap: 5px;
    margin:1rem 0rem ;
}

.product-description {
        margin-bottom: clamp(10px, 3vw, 25px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.footer {
    background: linear-gradient(90deg, #004e59, #00898a);
    color: #fff;
    padding: clamp(130px, 11vw, 200px) 15px clamp(30px, 4vw, 60px);
    margin-top: -100px;
}

.nav-color .footer {
    background: linear-gradient(90deg, #004e59, #00898a);
    color: #fff;
    padding: clamp(92px, 11vw, 100px) 15px clamp(30px, 4vw, 60px);
    margin-top: 0;
}

.footer--logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 72vw;
    margin: 0 auto;
    padding-bottom: clamp(30px, 4vw, 70px);
    border-bottom: 1px solid #ffffff36;
    align-items: center;
}
.footer-bottom span {
    margin-left: 27px;
}
.footer--logo div {
    font-size: 18px;
}
.footer--logo .logo img {
    filter: invert(1) grayscale(2) brightness(8.5);
    height: 100%;
    padding-left: 10px;
    width: 300px;
}

.footer-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 72vw;
    margin: 0 auto;
    padding-top: clamp(30px, 4vw, 60px);
}

.footer-section {
    flex: 1;
    /* margin: 10px; */
}

#site-footer {
    display: none;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
    color: var(--white);
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    padding: 10px 10px 0px 10px;
    line-height: 1.4;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-container .footer-section:first-child {
    width: 310px !important;
    max-width: 310px;
}

.footer-container .footer-section:nth-child(2) {
    width: 310px;
    max-width: 310px !important;
}

/* Social Media Icons */
.social-icons {
    text-align: end;
    width: 300px;
    max-width: 300px !important;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.footer-bottom p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.social-icons svg {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    filter: invert(1) grayscale(1) brightness(12);
    transition: all .4s;
}

.social-icons svg:hover {
    filter: unset;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #ffffff36;
    padding-top: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    max-width: 72vw;
    margin: 0 auto;
    padding-top: clamp(30px, 4vw, 60px);
    margin-top: clamp(30px, 4vw, 60px);
    padding-left: 10px;
    padding-right: 10px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


header#site-header {
    display: none;
}


/* Gsap section start */
.panel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    color: #ffffff;
    font-size: 50px;
    position: relative;
    z-index: 1;
}



/*header start*/
#site-header {
    display: none;
}

header {
    background: transparent;
    width: 100%;
    position: fixed;
    z-index: 2;
}

header .last--header {
    transition: all .4s;
    position: relative;
}

header.newClass .last--header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 15px;
    /* background: #fff;
box-shadow: 1px 3px 10px #ddd; */
}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.5em;
    color: var(--dark-green);
    padding: 10px;
    text-align: center;
}

header .last--header .container {
    background: var(--white);
    padding: 0 1.0416666666666667vw;
    border-radius: 24px;
    border: 1px solid #efefef;
}

header.newClass .last--header .container {
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .02), 0px 8px 16px 0px rgba(0, 0, 0, .04);
    border-radius: 14px;
    padding-left: 30px;
}

header>div .container {
    padding: 10px 15px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 72vw;
    margin: 0 auto;
    position: relative;
}

.left-section--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left-section--header .logo a {
    display: block;
    height: 100%;
    margin-bottom: -10px;
}

.content-section {
    width: 100%;
    max-width: 72vw;
    margin: 0 auto;
    background: var(--white) !important;
    border-radius: 0 0 24px 24px;
    border: 1px solid #ddd;
}

/* Logo */
header .logo img {
    height: 2.9166666666666665vw;
    transition: all .4s;
}

/* header.newClass .logo img {
    height: 42px;
} */

/* Navigation Menu */

.top--header .container {
    justify-content: end !important;
}

.top--header .container {
    justify-content: end;
}

/* Right Section */
header .right-section {
    display: flex;
    gap: 20px;
    align-items: center;
}

header .top--header p {
    margin: 0px !important;
    font-size: 14px;
    font-weight: 600;
    font-family: Setup Grotesk, sans-serif !important;
}

header .right-section .need-help {
    margin-right: 20px;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    font-family: Setup Grotesk, sans-serif !important;
    align-items: center;
    gap: 10px;
}

header .right-section .language {
    display: flex;
    align-items: center;
    gap: 0px;
}

header .right-section .need-help a {
    color: var(--e-global-color-f140f11);
    font-weight: 400;
    font-family: Setup Grotesk, sans-serif !important;
}

header .right-section .need-help a:hover {
    color: var(--e-global-color-7395bc2);
}

header .right-section .language select {
    padding: 5px;
    border: 0px;
    max-width: fit-content;
    font-size: 14px;
    font-weight: 600;
    font-family: Setup Grotesk, sans-serif !important;
    -webkit-appearance: none;
    width: fit-content;
    overflow: -moz-hidden-unscrollable;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: transparent;
}

/* .last--header .right-section {
    gap: clamp(10px, 3vw, 40px);
} */

header .cta-button .btn img {
    width: 20px;
}

.last--header .right-section .icon-container {
    gap: clamp(10px, 3vw, 40px);
}

header .icon-container {
    display: flex;
    gap: 15px;
    font-size: 18px;
    color: #000;
}

.image--slider-middle .swiper-slide img {
    width: 156px;
    aspect-ratio: 1 / 1;
    width: 150px;
    height: 170px !important;
    object-fit: contain;
}

header .icon-container .badge {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: -5px;
}

header .cta-button .btn {
    background-color: var(--auqa-green);
    color: #fff;
    padding: 0.8333333333333334vw 1.3020833333333333vw;
    border-radius: 0.9375vw;
    font-weight: 500;
    text-transform: capitalize;
    /* font-family: Setup Grotesk, sans-serif !important; */
    display: block;
    font-size: 0.8333333333333334vw;
}

header .cta-button .btn:hover {
    background-color: var(--black);
}

.icon-container i.fas.fa-search,
.icon-container i.fa-shopping-bag {
    padding: 10px;
    width: 41px;
}

.icon-container i.fas.fa-search:hover,
.icon-container i.fa-shopping-bag:hover {
    background-color: #f5f2ee;
    border-radius: 4px;
}

/* Navigation Menu Container */
.nav-menu {
    /* background-color: #333; */
}

.nav-menu ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 1.5625vw;
    padding: 0;
}

.nav-menu li.active svg {
    transform: rotate(180deg);
}

/* .nav-menu li {
position: relative;
} */
.nav-menu .dropdown {
    padding: 0px;
}

.nav-menu .dropdown li {
    width: 100%;
    padding-right: 20px;
}

.nav-menu a {
    display: flex;
    color: var(--dark-green);
    text-decoration: none;
    align-items: center;
    font-weight: 600;
    position: relative;
    width: 100%;
    justify-content: space-between;
    font-size: 0.8333333333333334vw;
    white-space: nowrap;
}

.nav-menu .dropdown li svg {
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
    display: block !important;
}

.subMenu li span {
    display: none;
}

.nav-menu ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00898a;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}

.nav-menu .menu-left ul>li>a:before {
    content: unset;
}

.nav-menu ul>li>a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.nav-menu a span svg {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

nav.nav-menu {
    padding-left: clamp(10px, 2vw, 30px);
}

.nav-menu li:hover a {
    color: var(--auqa-green);
}

/* .nav-menu .dropdown li:not(:last-child) {
border-bottom: 1px solid #ddd;
} */
.content-section .inner-main .menu-left ul {
    flex-direction: column;
}

.nav-menu ul li {
    transition: all .5s;
    padding: 30px 0px;
}

/* Dropdown Menu */

.nav-menu .dropdown {
    /* display: none;
    position: absolute;
    top: 90%;
    left: 0;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    padding-bottom: clamp(30px, 6vw, 100px);
    transition: all .5s; */
    padding: 0;
    position: absolute;
    left: 0;
    top: 90%;
    width: 100%;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.nav-menu li:hover>.dropdown {
    display: flex;
    visibility: visible;
    opacity: 1;
    display: block;
}


.order--tracking a,
.login a {
    color: #000;
    font-size: 14px;
}

.order--tracking a:hover,
.login a:hover {
    color: var(--dark-green);
}

.menu-left,
.menu-right {
    /* flex: 1;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

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

.menu-left ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
    padding: 5px 5px;
    cursor: pointer;
}

.content-section .inner-main .menu-left ul .widget-area {
    width: 100%;
}

.inner-main {
    display: flex;
}

.menu-right {
    width: 50% !important;
    padding: 24px;
}

.menu-left {
    display: flex;
    gap: 10px;
    width: 80%;
    position: relative;
    padding: 20px;
}

.menu-left>ul {
    width: 50%;
    border-right: 1px solid #ddd;
    gap: 0px;
}

.menu-left a {
    padding: 10px 6px;
}

ul.subMenu {
    display: none;
    visibility: hidden;
    opacity: 0;
    left: calc(100% - 50%);
    padding: 20px;
    transition: unset;
    height: 100%;
}

.menu-left>ul>li:hover .subMenu {
    /* display: inline-block;
    position: absolute;
    margin-left: calc(50% - 40px);
    width: 50%;
    top: 0; */
    display: inline-block;
    position: absolute;
    margin-left: 0;
    width: 50%;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.menu-left ul li {
    display: flex;
    width: 100%;
    border-radius: .8em;
    /* padding: 0 1.4em 0 1em; */
    /* height: 3.6em; */
    align-items: center;
    gap: .4em;
    background: no-repeat center right .8em;
    margin-top: 0;
}

.menu-left ul li:hover a,
.menu-left ul li.active a,
.subMenu li.active,
.subMenu li:hover {
    background: #f2f2f2;
    border-radius: 10px;
}

.subMenu li a {
    background: transparent !important;
}

.nav-menu li.active>ul {
    display: inline-block;
    position: absolute;
    margin-left: 0;
    width: 50%;
    top: 0;
    visibility: visible;
    opacity: 1;
}

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

.menu-right .articles {
    display: flex;
    gap: 20px;
}

.article {
    flex: 1;
    text-align: center;
}

.article img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.menu-right .tags {
    margin-top: 10px;
}

.menu-left h3,
.menu-right h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
	color: var(--auqa-green);
}

.menu-right .tags span {
    display: inline-block;
    background-color: #ddd;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 12px;
    margin: 2px;
}

.menu-left {
    display: flex;
    gap: 10px
}

/*header end*/

.panel .red {
    background: #fff;
    margin: 0 auto;
    max-width: 800px;
    max-height: 450px;
    width: 100%;
    height: auto;
    transition: transform 0.6s ease, max-width 0.3s ease, max-height 0.3s ease;
    position: relative;
}

/* Scaling effect for first section */
.panel:first-child .red {
    transform: scale(0.5);
}

/* Gsap Section End */



.menu-right .menu-img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
}

.menu-img-box {
    display: block !important;
}

.menu-img-box {
    flex: 0 0 2.5em;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    border: 1px solid #efefef;
    background: #fff 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}

.menu-img {
    width: 100%;
    height: 100%;
	max-height: 250px;
    object-fit: contain;
}
.menu-right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.menu-right {
    width: 100%;
    height: auto;
    border-radius: 28px;
    position: relative;
    border: none !important;
}

.menu-right span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.menu-right .menu-img {
    mask: url(https://developerd3.sg-host.com/wp-content/uploads/2025/01/mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: cover;
    mask-position: bottom;
        background: linear-gradient(180deg, rgba(98, 142, 156, 1) 29%, rgba(6, 76, 98, 1) 77%, rgba(6, 76, 98, 1) 79%);
	
}

.menu-right .icon--arrow svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.menu-img-box .icon--arrow {
    display: none;
}

.menu-right .icon--arrow {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    width: 4.166666666666667vw;
    height: 4.166666666666667vw;
    background: #00898a;
    border-radius: 100px;
    padding: 0.625vw;
}

.blog-slider-image>div>.slick-track {
    gap: 0px !important;
}

.blog-slider .slick-dots li {
    width: auto;
    background: #d9d6d6;
    margin: 0;
    width: inherit;
    padding: 0;
    height: 6px;
    position: relative;
    overflow: hidden;
}

.blog-slider .slick-dots {
    display: flex;
    justify-content: center;
    bottom: -12px !important;
    padding: 0 12px;
}

.blog-slider .slick-dots li:nth-child(1) {
    border-radius: 100px 0 0 100px;
}
.inner-image-item.slick-slide img {
    background: rgb(98,142,156);
    background: linear-gradient(180deg, rgba(98,142,156,1) 29%, rgba(6,76,98,1) 77%, rgba(6,76,98,1) 79%);
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.blog-slider-items.slick-slide .blog--SliderText {
    min-height: 343px;
    display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.blog-slider .slick-dots li:last-child {
    border-radius: 0 100px 100px 0;
}

.blog-slider .slick-dots li button {
    display: none;
}

.blog-slider .slick-dots li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #00898a;
}

.blog-slider .slick-dots li.slick-active::before {
    width: 100%;
    transition: 2s ease-in-out .26s;
}

.hover-icon {
    transition: all .3s linear;
    filter: drop-shadow(-34px 0px 0px #00898A);
}

.blog-slider-items:hover .hover-icon {
    transform: translateX(34px);
}

.blog-slider-items:hover .icon--arrow svg g:nth-child(1) rect {
    fill: #fff;
}

img.flag-img {
    width: 14px;
    margin-right: 8px;
}

nav.nav-menu ul li a svg {
    display: none;
}
.nw--btn--icon a {
display: block;
    text-align: end;
    position: relative;
    top: -135px;
    right: 10px;
    padding-top: 75px;
    z-index: 1;
}
.blog-slider>.slick-dots {
    display: flex;
    justify-content: center;
    top: -100px !important;
    padding: 0 12px;
    position: relative;
    width: 100%;
    max-width: 973px;
    right: 0;
    left: auto;
    border-radius: 10px !important;
    margin: auto;
}

.blog-slider>.slick-dots li:before {
    width: 100% !important;
    transform: translateX(-100%) !important;
}

.blog-slider>.slick-dots li.slick-active::before {
    width: 100% !important;
    transform: translateX(0%) !important;
    transition: unset !important;
}

.blog-slider>.slick-list {
    padding-bottom: 60px !important;
}

.nav-menu-mobile {
    display: none;
}

/* .nav-color .top_wrapper ul li a {
    color: #00898a;
} */


.form-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-wrap .form-group {
    width: 100%;
}

.form-wrap .form-group:nth-last-child(2) {
    width: 100%;
}

.form-group input,
.form-group select,
.what_doyou_want,
.area_of_interest {
    border: none !important;
    padding: 0 15px 15px !important;
    background: #fff !important;
    border-radius: 0px !important;
    border-bottom: 2px solid #004e59 !important;
    color: #7FA6AC;
    font-size: 22px;
    font-weight: 500;
}

.form-group p {
    margin-bottom: 0;
}

input::placeholder {
    color: #7FA6AC;
}

.form-group textarea {
    padding: 20px 20px !important;
    background: #fff !important;
    border-radius: 20px !important;
    font-size: 22px;
    font-weight: 500;
    color: #7FA6AC !important;
    border: 1px solid #004e59 !important;
    max-height: 170px;
    height: 100%;
}

.btn-box input {
    background: #00797c !important;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 13px !important;
    padding: 10px 20px !important;
    transition: all .3s linear;
    border: 0px !important;
}

.btn-box input:hover {
    background: #000 !important;
}

select[name="select-country"] {
    appearance: none;
    background: url(http://developerd3.sg-host.com/wp-content/uploads/2025/02/down.png), #fff !important;
    background-repeat: no-repeat !important;
    background-position: 96% top !important;
	padding: 0 15px 15px;
}
.service--form .area_of_interest {
    padding-right: 0px !important;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333333;
    /* border: none; */
    outline: none;
}

span[data-name="acceptance-549"] .wpcf7-list-item-label {
    color: #6C6F73;
    font-size: 16px;
    line-height: 24px;
}

.what_doyou_want p .wpcf7-checkbox,
.area_of_interest p .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.what_doyou_want p .wpcf7-checkbox .wpcf7-list-item,
.area_of_interest p .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    color: #00898a;
    font-weight: 500;
    font-size: 16px;
}

.what_doyou_want p:nth-child(1),
.area_of_interest p:nth-child(1) {
    background: #fff;
    border-radius: 100px;
    margin-bottom: 0 !important;
    background: url(/wp-content/uploads/2025/02/down.png), #fff !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
}

.what_doyou_want p:nth-child(2),
.area_of_interest p:nth-child(2) {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    display: none;
}


.page-header {
    background: linear-gradient(45deg, hwb(181.97deg 0% 52.16% / 87%), rgb(0 118 122 / 55%)), url(/wp-content/uploads/2025/01/bn1-2.png);
    height: 367px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    color: #fff;
}

.page-header .entry-title {
    max-width: 100% !important;
    padding: 0 13.6%;
}

body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
}
.service--tabing .e-n-tabs-heading {
    background: #f1f2f3;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    border-radius: 30px;
}
@media (max-width: 1600px) {
    a.icon--arrow svg {
        width: 50px;
        height: 50px;
    }

    .icon--arrow {
       text-align: end;
        margin-top: -56px;
        padding-right: 7px;
    }
}

@media (max-width:1536px) {
    .elementor-kit-6 h2 {
        font-size: 3.8em !important;
    }
}
@media (max-width: 1400px){
    .blog-WrapperSlide .blog-slider > .slick-list.draggable{
        overflow: hidden !important;
        padding-left: 15px !important;
    }
    .blog-slider > .slick-list.draggable {
        margin-left: 0px;
    }
}
@media(max-width:1300px){
    .blog--nextArrow.slick-arrow {
        left: 90px;
    }
    .blog--prevArrow.slick-arrow {
        left: 15px;
    }
    .blog-slider>.slick-dots {
        margin-left: auto;
        margin-right: 0;
    }
    .blog-slider>.slick-dots {
        max-width: calc(100% - 182px);}
}
@media (max-width:1280px) {
    .elementor-kit-6 h2 {
        font-size: 38px !important;
    }
}

@media (max-width: 1024px) {

    .footer-bottom,
    .footer-container,
    .footer--logo,
    .hero-banner-text {
        max-width: 95vw;
    }

    .footer-bottom p {
        text-align: start;
    }

    .social-icons svg {
        width: 25px;
        height: 25px;
    }
    .icon--arrow {
        text-align: end;
        margin-top: -48px;
        padding-right: 0;
    }
    header .container {
        max-width: 92vw;
    }

    .cta--button .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}
   /* body:not(.rtl) .elementor-7 .elementor-element.elementor-element-eec6304 {
        right: 162px !important;
    }
}*/


@media (max-width:991px) {

    nav.nav-menu,
    .top--header {
        display: none;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        background: #00898a;
        width: 24px;
        height: 2px;
        border-radius: 100px;
        transition: all .3s linear;
    }

    .menu-toggle span:nth-last-child(1) {
        width: 18px;
    }

    header .cta-button .btn {
        font-size: 14px;
    }

    header .last--header .container {
        padding: 14px;
        border-radius: 8px;
        position: relative;
    }




    .content-section {
        max-width: 100%;
    }

    .menu-toggle.active-toggle span:nth-child(1) {
        transform: translate(5px, 2px) rotate(45deg);
    }

    .menu-toggle.active-toggle span:nth-child(2) {
        transform: translate(4px, -3px) rotate(-45deg);
        width: 24px;

    }

    .nav-menu .dropdown {
        display: none;
        position: unset;
        transition: unset;
    }

    header .container {
        max-width: 100%;
    }

    .elementor-kit-6 h2 {
        font-size: 2.8em !important;
    }

    /* mob-nav */

    nav.nav-menu-mobile {
        position: absolute;
        top: 90%;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 0;
        height: 100vh;
		z-index: 999999;
        /* display: block; */
    }

    nav.nav-menu-mobile ul {
        list-style: none;
        padding: 0;
    }

    ul.mob-parent-list li {
        padding: 8px 12px;
        border-bottom: 1px solid #ddd;
    }

    nav.nav-menu-mobile ul li a {
        width: 100%;
        padding: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        font-weight: 500;
        color: #00898a;
    }

    nav.nav-menu-mobile ul li a:nth-last-child(1) {
        border-bottom: none;
    }

    .mob-sub ul li a .nav-arrow {
        transform: rotate(-90deg);
    }

    .mob-sub ul li {
        padding: 0;
        border-bottom: 0;
    }

    .mob-sub {
        display: none;
    }

    .mob-parent-list>li>a .nav-arrow {
        transition: all .3s ease;
    }

    .mob-parent-list>.active>a .nav-arrow {
        transform: rotateX(180deg);
    }

    .mob-side-menu {
        position: absolute;
        top: 0;
        right: -100%;
        width: calc(100% + .2em);
        background: #fff;
        overflow-y: scroll;
        height: 100vh;
        padding: 24px;
        transition: all .3s linear;
    }

    .mob-side-menu.active {
        right: 0;
    }

    .mob-side-menu .item a .img-box {
        mask-image: url(http://developerd3.sg-host.com/wp-content/uploads/2025/02/mobile-mask.png);
        height: 11.7em;
        width: 100%;
        /* padding: 1.5em; */
        -webkit-mask-repeat: no-repeat !important;
        mask-repeat: no-repeat !important;
        -webkit-mask-size: contain !important;
        mask-size: contain !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .mob-side-menu .item a {
        flex-direction: column;
        display: block;
        position: relative;
        padding: 0;
        max-width: 388px;
    }

    .theme_btn {
        position: absolute;
        width: 62px;
        height: 62px;
        background: #00898a;
        border-radius: 100px;
        padding: 14px;
        right: 0;
        bottom: 0;
    }

    .theme_btn img {
        filter: invert(1) brightness(4.5);
    }

    .mob-side-menu .item h3 {
        color: #00898a;
        font-size: 20px;
        margin-top: 22px;
    }

    .mob-side-menu .item p {
        color: #6c6f73;
        font-size: 15px;
        line-height: 25px;
    }

    .return-menu {
        margin-bottom: 22px;
        color: #00898a;
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .return-menu .nav-arrow {
        transform: rotate3d(1, 1, 10, 90deg);
        width: 14px;
    }


    .menu-flex-wrapper {
        display: flex;
        flex-direction: column;
        gap: 42px;
    }

}

@media (max-width: 768px) {
    .hero-banner-text {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }


    .hero-banner-slider figure.swiper-slide-inner,
    figure.swiper-slide-inner img {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .footer-bottom {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .footer--logo {
        padding-left: 10px;
    }

    .footer--logo .logo img {
        padding-left: 0px;
    }


    .footer-section ul li a {
        font-size: 12px;
    }

    .footer-bottom p {
        text-align: center;
        font-size: 16px;
    }

    .social-icons {
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: 100% !important;
    }

    .baner-slider .swiper-slide-inner:before {
        border-radius: 0px 0px 52px 52px;
    }

    .elementor-7 .elementor-element.elementor-element-080429c:not(.elementor-widget-image) .elementor-widget-container {
        -webkit-mask-image: url(https://developerd3.sg-host.com/wp-content/uploads/2025/01/cta-masking.png);
        -webkit-mask-size: contain;
        -webkit-mask-position: center center;
        mask-repeat: no-repeat;
    }
/*
    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-eec6304 {
        right: 20px;
        bottom: 0px;
    }*/

    .cta--button .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    header .logo img {
        height: 6.916667vw;
    }
}
@media (max-width: 767px){
.nw--btn .elementor-image-box-wrapper {
    width: 100%;
    max-width: 300px !important;
    margin: 0 auto;
    display: flex;
    padding: 30px 20px;
    align-items: center;
    gap: 20px;
}
.hm-slider {
    max-width: 100% !important;
    margin-right: unset !important;
    margin-left: unset;
}
.nw--btn .elementor-image-box-wrapper h3{
   margin: 0px !important;
}
.nw--btn--icon a {
            top: -104px;
            right: -11px;
            padding-top: 55px;
}
.nw--btn--icon {
    width: 380px !important;
}
}
@media (max-width: 700px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-section ul li a {
        font-size: 16px;
    }
    .blog-slider>.slick-dots {
        max-width: 100%;
    }
    .footer--logo {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-WrapperSlide .slick-arrow {
        display: none !important;
    }

    .blog-slider>.slick-dots {
        top: 0px !important;
        width: 100%;
        right: 0;
        margin-left: auto;
    }

    .form-wrap .form-group {
        width: 100%;
    }
}


@media (max-width:525px) {
    .blog-slider-title {
        font-size: 4.5vw;
    }

 .blog--SliderText {
        padding: 20px;
    }

    .elementor-kit-6 h2 {
        font-size: 36px !important;
    }

    .hero-banner-slider .swiper-horizontal>.swiper-pagination-bullets {
        gap: 0;
    }

    .footer-bottom {
        gap: 20px;
    }

    .elementor-7 .elementor-element.elementor-element-8fd2f87 {
        --width: 100% !important;
    }
/*
*/

}

@media (max-width:425px) {
 /*   .elementor-7 .elementor-element.elementor-element-080429c:not(.elementor-widget-image) .elementor-widget-container {
        -webkit-mask-position: center left;
        width: 83% !important;
        display: flex;
    }
*/
  /*  body:not(.rtl) .elementor-7 .elementor-element.elementor-element-eec6304 {
        right: 90px !important;
        bottom: -10px !important;
    }*/

    .mob-side-menu .item a {
        max-width: 100%;
    }

    .mob-side-menu .item a .img-box {
        height: 10.7em;
    }

       .nw--btn--icon a {
            top: -100px;
            right: 5px;
            padding-top: 50px;
        }
        .nw--btn {
    margin-right: 10px;
}
}

@media (max-width:375px) {
/*    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-eec6304 {
        right: 54px !important;
        bottom: 4px !important;
        width: 42px;
        height: 42px;
        border-radius: 100px;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-eec6304 a {
        width: 100%;
        height: 100%;
        display: block;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-eec6304 a svg {
        width: 100%;
        height: 100%;
    }*/

    .mob-side-menu .item a .img-box {
        height: 9.7em;
    }
}