a:focus {
    text-decoration: none !important;
    outline: none !important;
    color: #fff !important;

}

.testimonial-button:focus {
    background-color: #0090ff !important;
    border-color: #0090ff !important;
    color: #ffffff !important;
}

.contact-button:hover {
    background: #000 !important;
}

.right-navbar-ele {
    float: right;
}

.navbar-btn {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 1.5em;
    margin: 10px 10px 0 0;
}

.navbar-btn:focus {
    background-color: inherit !important;
}

.search-color {
    color: #fff;
}


.active {
    font-weight: 800;
}

.position-rel {
    position: relative;
}

.text-center {
    text-align: center;
}

.justify-conetnt-center {
    justify-content: center;
}

.table-div {
    display: table;
}

.table-cell-div {
    text-align: center;
    vertical-align: middle;
}

#header {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "poppins", sans-serif !important;
}

.proactive-header {
    display: none;
}

.footer-wrapper {
    overflow-x: clip;
}

.container-fluid {
    padding: 0;
}

.navbar-area {
    position: fixed;
    z-index: 10;
    padding: 0% 3%;
    width: 100%;
    margin-top: 3%;
}

#navbar-links {
    color: #fff;
}

#navbar-links2 {
    color: #fff;
}

#navbar-links3 {
    color: #fff;
}

#navbar-links4 {
    color: #fff;
}

#navbar-links5 {
    color: #fff;
}

#navbar-links6 {
    color: #fff;
}

/*  for Search section */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.navbar-section {
    border-radius: 1.5em;
    padding: 0.8% 1%;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav {
    margin-top: 7px;
    margin-left: 2em;
}

.navbar-brand img {
    width: 120px;
    margin-left: 18px;
}

.navbar-nav span {
    font-size: 1.5em;
    margin: 0 20px 0 12px;
    font-weight: bolder;
    vertical-align: middle;
}

.navbar-li-effect::before {
    width: 0%;
    bottom: 3px;
    transition: 300ms;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #0090ff;
}


.navbar-li-effect:hover::before {
    width: 80%;
    bottom: 3px;
    margin-left: 10px;
}

.changeColor {
    color: #000 !important;
}

.border-0 {
    border-radius: 0;
}

.cart-icon {
    cursor: pointer;
}

.border-style {
    border: 2px solid #000;
    border-radius: 50px;
    position: absolute !important;
    top: 53% !important;
    right: 4px !important;
    padding: 5px 7px;
    width: 33px;
    height: 33px;
}

.noBorder-style {
    border: 2px solid #000;
    border-radius: 50px;
    position: absolute !important;
    top: 53% !important;
    right: 4px !important;
    padding: 5px 7px;
    width: 33px;
    height: 33px;
}

.navbar-li-effect a:focus {
    color: #000 !important;
}

.navbar-nav li a {
    font-size: 1.5em;
}

.navbar-cart {
    float: right;
    margin: 12px 0 0 0;
}

.navbar-default {
    background: #ffffff26;
    border-color: #ffffff26;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pull-right {
    margin-top: 20px;
}

.hoverBox {
    border: 3.2px solid #000;
}

.contact-button {
    background: #0090ff;
    border-color: transparent;
    color: #fff;
    font-weight: 600;
    padding: 7px 35px;
    font-size: 15px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: inherit !important;
}

.contact-button:hover {
    background: #000;
    color: #fff;
    transition: 0.4s;
    border: none;
}

/* Cart icon styling */
.cart-icon {
    position: relative;
    font-size: 2em !important;
    color: #f8f8f8;
    vertical-align: middle;
    margin: 9px 30px 0 0;
}

#cartIcon img {
    width: 100%;
    height: auto;
}

#cartCountBadge {
    position: absolute;
    top: -13px;
    left: 17px;
    background-color: #0090ff;
    color: white;
    border-radius: 50%;
    padding: 5px 8px;
    font-size: 14px;
}

.cart-icon {
    font-size: 2em !important;
    color: #f8f8f8;
    vertical-align: middle;
    margin: 9px 30px 0 0;
}

.contact-button a {
    color: #fff !important;
}

#bannerVideo {
    width: 100%;
}

.home-banner-section {
    text-align: center;
    margin: -37em 0 0 0px;
    line-height: 50px;
}

.banner-firstHeading {
    color: #fff;
    font-size: 5.1em;
    font-weight: 400;
    /* text-shadow: 2px 3px 5px #000; */
}

.home-banner-text {
    margin: -24em 0 20em 40em;
}

.home-banner-text p {
    color: #fff;
    font-size: 1.1em;
}

.reveal-text {
    display: flex;
    overflow: visible;
    margin-top: 3px !important;
    color: #fff;
    font-size: 5.1em;
    font-weight: 900;
    justify-content: center;
    /* text-shadow: 2px 3px 5px #000; */
}

.reveal-text span {
    opacity: 0;
    text-align: center;
    transform: translateY(100%);
    transition: opacity 1s, transform 3s;
}

.reveal-text.visible span {
    opacity: 1;
    transform: translateY(0);
}

.one-liner-section {
    text-align: center;
    margin-bottom: 7em;
    margin-top: -3em;
    padding: 0 15em;
}

.oneline-picture {
    margin: 4em 0 4em 0;
}

.home-wrapper-image {
    margin: 0 0 0 5em;
}

.home-section-title {
    text-align: center;
    font-size: 2.1em;
    padding: 0 4em;
}

.home-section-title h2 {
    font-weight: 700;
    color: #000;
}

.home-section-title p {
    margin-top: 35px;
    font-size: 0.7em;
    line-height: 1.8em;
    color: #000;
}

.box {
    position: relative;
    border: none !important;
}

.input {
    padding: 10px;
    width: 33px;
    height: 33px;
    background: none;
    border: 2px solid #dddddd;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    outline: none;
    transition: 0.5s;
    margin-right: 20px;
}

.box:hover input {
    width: 350px;
    background: #f8f8f8;
    border-radius: 10px;
}

.box i {
    position: absolute;
    top: 48%;
    right: 21px;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #f8f8f8;
    transition: 0.2s;
}

.box:hover i {
    opacity: 0;
    z-index: -1;
}

/* *********Counter Section css*********** */
.home-parallex-section {
    margin: 31em 0 5em 0;
}

.home-parallex-image {
    /* background: url("https://storage.googleapis.com/giffytrial6.appspot.com/neom-Oj8w6hWC0dU-unsplash.png"); */
    background: url("https://storage.googleapis.com/giffycms-divingglobal.appspot.com/6269800464515072");
    height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-heading {
    position: absolute;
    z-index: 9;
    padding: 0 2em;
}

.home-heading h3 {
    font-size: 3.5em;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: #fff;
}

.stats-section {
    background-color: #111;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    width: 80%;
    margin: -12em auto 5em auto;
    position: relative;
    z-index: 7;
}

.stat-box {
    text-align: center;
    padding: 20px;
}

.stat-counting {
    display: flex;
    justify-content: center;
}

.stat-counting span {
    font-size: 28px;
    font-weight: 700;
}

.stat-number {
    font-size: 2.5em;
    font-weight: bold;
}

.stat-description {
    font-size: 1.2em;
    margin-top: 10px;
}

/* Card Based Layout - Base styles */
.card-view {
    padding: 0 35px;
}

.card-content {
    background: #f5f5f5;
    padding: 5%;
    margin-top: 1em;
    margin-bottom: 2em;
    border-radius: 5px;
    box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

.card-content h3 {
    margin-bottom: 0.5em;
    font-weight: normal;
}

.card-content p {
    font-size: 95%;
}

.spectrum1 {
    width: 100%;
    height: auto;
    margin-bottom: 1.3em;
}

.spectrum-h2 {
    text-align: center;
    font-size: 16px !important;
}

.card-content a,
a:hover {
    text-decoration: none;
}

.card-content a:hover {
    opacity: 0.8;
}



.customer {
    margin-bottom: 3em;
}

.testimonials-card {
    padding: 0 32px;
}

.testimonials-section {
    padding: 0 2% 4% 2%;
}

.featured-row {
    padding: 0 50px;
    margin: 0;
}

.digital-line-customers {
    color: #000 !important;
}

.profile-card-4 {
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: auto;
}

.profile-card-4 img {
    width: 100%;
    height: auto;
    transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
    position: relative;
    padding-top: 1.3em;
    background-color: #fff;
    padding-bottom: 2em;
}

.profile-card-4 .profile-name {
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -4px;
    color: #fff;
    font-size: 17px;
}

.profile-card-4 .profile-name p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
    height: 3.2em;
    color: #000000;
    font-size: 1.3em;
    padding: 5px;
    font-weight: 700;
}

.profile-card-4 .profile-overview {
    padding: 0 45px;
}

.profile-card-4 .profile-overview p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 0 0px;
    height: 5.5em;
}

.profile-card-4 .profile-overview a {
    font-size: 1.2em;
}

.profile-card-4:hover img {
    transform: rotate(0deg) scale(1.1, 1.1);
    filter: brightness(110%);
}

.section-title {
    text-transform: capitalize;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}

.section-title p {
    text-transform: capitalize;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.section-title span {
    margin: 0 20px;
    color: #1e8999;
}

.section-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 34px;
    font-size: 30px;
    color: #000;
}

.bottom-line {
    width: 3%;
    height: 4px;
    background: #1e8999 0% 0% no-repeat padding-box;
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
    left: 36em;
}

#client-carousel .item {
    box-shadow: 0 0 10px;
}

.g-suite {
    background: #f4f5f7;
    padding: 60px 0;
}

/*********Clients************/
.clients {
    margin-top: 60px;
    padding: 30px 0;
}

.item1 {
    margin: 10px 10px 6px 8px;
    border-radius: 8px;
    /* width: 21em; */
}

#client-carousel .owl-stage-outer {
    margin: 20px 0;
}

#client-carousel .owl-stage {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 0 !important;
    padding: 0 !important;
}

#client-carousel .owl-item {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#client-carousel .item1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#client-carousel .item1 img {
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}


/* */
/* Banner Section */
.hero-section {
    background-color: #000;
}

.about-banner {
    background: url("https://storage.googleapis.com/giffycms-divingglobal.appspot.com/6741066875142144");
    background-position: center;
    background-size: cover;
    position: relative;
    height: 75vh;
    margin-bottom: 7em;
}

.about-banner-title {
    text-align: center;
    margin-top: 17em;
}

.about-banner-title h1 {
    font-size: 4em;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}

/* */
.about-story {
    position: relative;
    top: -3em;
}

.bottom-line {
    background: #1e8999 0% 0% no-repeat padding-box;
    margin: 13px auto 30px auto;
    text-align: center;
    position: relative;
    height: 4px;
    width: 1.7em;
}

.about-section {
    font-size: 2.1em;
    text-align: center;
    padding: 0 4em;
}

.about-section p {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 0.7em;
}

.about-section-title {
    margin: 3.5em 0 5em 0;
}

.about-section-title h2 {
    margin: 20px 0;
    font-size: 3em;
    font-weight: 700;
}

.about-section-title p {
    line-height: 1.9em;
    font-size: 0.7em;
}

/*?**************About Why Choose Us********************/
.choose-cards {
    margin-top: 9em;
}

.about-card {
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    height: 240px;
    /* width: 316px; */
    padding: 36px 46px;
}

.about-card h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.7em;
    color: #000;
}

.about-card p {
    font-size: 1.2em;
    text-align: center;
}

.about-button {
    background: #000000;
    border-color: transparent;
    color: #fff;
    font-weight: 600;
    padding: 11px 52px;
    font-size: 15px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 70px;
    width: 195px;
}

.about-button:focus {
    background-color: #000 !important;
}

.about-button:hover {
    background: #0090ff;
    color: #fff;
    transition: 0.4s;
}

.choose-section {
    position: relative;
    margin-bottom: 10em;
    text-align: center;
}

/* */
.about-stats-section {
    background-color: #111;
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    border-radius: 20px;
    width: 80%;
    margin: -6em auto -5em auto;
    position: relative;
    z-index: 7;
}

.about-stat-box {
    text-align: center;
    padding: 20px;
}

.about-stat-counting {
    display: inline-flex;
}

.about-stat-counting span {
    font-size: 28px;
    font-weight: 700;
}

.about-stat-number {
    font-size: 2.5em;
    font-weight: bold;
}

.about-stat-description {
    font-size: 1.2em;
    margin-top: 10px;
}

/**********One-liner parallex section***************/
.about-parallex-section {
    margin: 0 0 -15px 0;
}

.about-parallex-image {
    background: url("https://storage.googleapis.com/giffycms-divingglobal.appspot.com/6073613539082240");
    height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-heading {
    position: absolute;
    z-index: 9;
    margin-top: 16em;
    padding: 0 2em;
    text-align: center;
}

.about-heading h3 {
    font-size: 3.5em;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* */
/* */
.trips-banner {
    height: 75vh;
    background: url("https://storage.googleapis.com/giffycms-divingglobal.appspot.com/6409533517725696") no-repeat;
    background-position: center;
    background-size: cover;
}

.trips-button:focus {
    background: #0090ff !important;
}

.trips-banner {
    text-align: center;
}

.trips-firstheading {
    margin-top: 0 !important;
    font-size: 4em;
    color: #fff;
    font-weight: 700;
    padding-top: 4em;
    margin-bottom: 0;
    line-height: 65px;
}

.trips-secheading {
    margin-top: 0 !important;
    font-size: 4em;
    color: #fff;
    font-weight: 700;
    padding: 0 3em;
}

/* */
.trips-intro {
    margin: 3em 0 23em 0;
}

.intro-section {
    text-align: center;
    padding: 1em 6em;
    font-size: 1.6em;
}

/*--------------- Trips Details------------------ */
.trip-details {
    margin-top: 4em;
    margin-bottom: 30px;
}

.tripsDetails-card1 {
    margin-left: 60px;
}

.card-section {
    padding: 0 2em;
    margin-top: 7em;
}

.trip-card {
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 3px 15px #302d2d2b;
    overflow: hidden;
    position: relative;
    height: 260px;
    width: 278px;
    padding: 50px 31px;
}

.trip-card h3 {
    text-align: center;
    font-weight: 700;
    color: #000 !important;
}

.trip-card p {
    text-align: center;
}

/* */
.trips-connection {
    margin: 3em 0;
}

.trips-connectWithUs {
    text-align: center;
}

.trips-connectWithUs h2 {
    font-weight: 700;
}

.trips-connectWithUs a {
    text-decoration: none;
    color: inherit;
}

.trips-connectWithUs img {
    margin-top: 30px;
    width: 6em;
}

.trips-Stay1 {
    font-size: 1.2em;
}

.fb-section:focus {
    color: #000 !important;
}

.bnb-section:focus {
    color: #000 !important;
}

.facebook-details {
    padding: 0 32em;
}

.airbnb-details {
    padding: 0 32em;
}

.trips-button {
    background: #000000;
    border: none;
    /* border-color: transparent; */
    color: #fff;
    font-weight: 600;
    padding: 10px 45px;
    font-size: 15px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 3em 0;
    width: inherit;
}

.trips-button:hover,
.trips-button:focus {
    border: none;
    background: #0090ff;
    color: #fff;
}

/**************Footer section****************/
.email-input:focus {
    border: 1px solid #0090ff;
}

.footer-section {
    padding: 25px 0 0 0;
    background: #000;
    color: #d5d5d5 !important;
}

.high-footer-area {
    margin: 0;
    padding: 3em 3em 0.8em 3em;
}

.footer-details {
    margin: 0 0px 40px 67px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    font-size: 1em;
    line-height: 1.6em;
    margin: 5px 45px 5px 0;
}

.footer-links li a {
    color: #d5d5d5;
}

.footer-links a:hover {
    color: #0090ff;
}

.footer-links a:focus {
    color: #fff !important;
}


.footer-contact {
    list-style: none;
    padding-left: 0;
}

.footer-contact li a {
    color: #d5d5d5;
}

.footer-contact a:focus {
    color: #fff !important;
}

.footer-contact h4 {
    font-size: 1.6em;
    font-weight: 700;
}

.footer-contact i {
    padding: 0 10px 10px 0;
}

.footer-contact a:hover {
    color: #0090ff;
}

.logo-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 5rem;
}

.footer-logo {
    margin: 10px 0 20px 0;
}

.qr-logo {
    padding: 1.5rem 4rem;
}

.qr-text {
    margin-top: 1rem;
}

.footer-logo .footer-logo-img {
    width: 190px;
}

.qr-code {
    width: 80px;
}

.footer-icons a {
    color: #d5d5d5 !important;
    font-size: 1.1em;
    font-weight: 700;
}

.logo-icon {
    padding: 15px;
}

.subscribe {
    padding: 0 30px;
}

.subscribe p {
    font-size: 1em;
}

.subscribe h4 {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.footer-list-heading {
    margin-top: 13px;
    margin-bottom: 20px;
}



.email-container {
    position: relative;
}

.social-media-list {
    margin-top: 3em;
}

.email-input {
    position: relative;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #555;
    background-color: #000;
    color: #fff;
    width: 350px;
    font-size: 16px;
    outline: none;
    margin: 10px 0;
}

.email-input::placeholder {
    color: #888;
}

.email-button {
    position: absolute;
    top: 81%;
    left: 17em;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #888;
    font-size: 20px;
    cursor: pointer;
    font-weight: bolder;
}

.email-button:hover {
    color: #0090ff;
}

.email-button:focus-visible {
    outline: none;
}

.hr {
    background: #ffffff80;
    height: 0.1em;
    width: 100%;
    /* margin-left: 1.3em; */
}

.low-footer-area {
    padding: 0 3em 0;
    text-align: center;
}

/* .copyright-section {
  padding: 15px;
} */
.copyright-section a,
.copyright-section a:focus,
.copyright-section a:focus-visible {
    color: #d5d5d5 !important;
}

.copyright-section a:hover {
    text-decoration: underline;
}

.copyright-section p {
    font-size: 12px;
    color: #d5d5d5 !important;
    font-weight: 400;
    margin: 15px 0;
}

.social-media-section {

    width: 4em;

    /* margin-left: 18px; */
}

.social-media-section li {
    list-style: none;
}

.social-media-section li img {
    font-size: 2em;
    margin: 0 30px;
}

.link-with-giffy-icon img {
    width: 2%;
    display: inline;
    position: relative;
    bottom: 2px;
    left: 1px;
}

/* ********************************Privacy Policy********************* */
.privacy-heading {
    font-size: 32px;
}

/* Code Added by Antora */
/* Product Category page*/
.product-banner {
    height: 75vh;
    background-image: url(https://storage.googleapis.com/giffycms-divingglobal.appspot.com/5850639221391360);
    background-position: center;
    background-size: cover;
    text-align: center;
}

.product-banner-firstheading {
    margin-top: 0 !important;
    font-size: 4em;
    color: #fff;
    font-weight: 700;
    padding-top: 4em;
}

.product-banner-secheading {
    margin-top: 0 !important;
    font-size: 4em;
    color: #fff;
    font-weight: 700;
}

.product-categorey {
    width: 90%;
}

/* */
.product-intro {
    margin: 3em;
}

.product-intro-section {
    text-align: center;
    padding: 1em 5em;
    font-size: 1.5em;
    line-height: 1.8em;
    width: 90%;
}

.product-intro-title h2 {
    font-size: 2.7em;
    font-weight: 700;
}

/* */
.product-categorey-card {
    margin: 0 1.5rem;
    border-radius: 1em;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: auto;
}

.product-categorey-card img {
    width: 100%;
    height: auto;
    transition: all 0.25s linear;
}

.product-categorey-card:hover img {
    transform: rotate(0deg) scale(1.1, 1.1);
    filter: brightness(110%);
}

/*--------------- Product Highlight------------------ */
.product-card {
    margin: 0 1.5rem;
    border-radius: 1em;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    height: 23em;
    padding: 6rem;
}

.product-card h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.9em;
    color: #000;
    margin-top: 0px;
}

.product-card p {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.5;
}

.shop-button {
    background: #000000;
    border-color: transparent;
    font-weight: 600;
    padding: 10px 45px;
    font-size: 15px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 5rem 0 10rem;
    width: auto;
}

.shop-button a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.shop-button:hover {
    background: #0090ff;
}

.shopping-btn {
    text-align: center;
    margin-top: 5rem;
}

.categorey-name {
    text-align: center;
    padding: 2rem 0 3rem;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.product-details {
    width: 90%;
    margin-bottom: 10rem;
}

.categorey-name:hover {
    color: #0090ff;
}

.product-title h2 {
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 40px;
    color: #333333;
}

.category-title h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: -2rem;
    margin-bottom: 15px;
    font-size: 2.7em;
    color: #333333;
}

.category-title p {
    margin: 2rem 0 4rem;
    font-size: 2em;
}

.highlight-title h2 {
    padding: 2rem 0 5rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 2.7em;
    color: #333333;
}

/* *********** Product List Page ********** */
/* Product List Banner Section */
.productListBanner {
    width: 100%;
    height: 75vh;
}

.product-list-banner {
    height: 75vh;
    background-size: cover;
    background-position: center;
}

/* ************ Product heading ************* */
.product-list-title h2 {
    padding: 8rem 0 7rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 2.7em;
    color: #333333;
}

/* *********** Product List Card ********** */
.product-list-card {
    margin: 0 1.5rem;
    border-radius: 1em;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: auto;
}

.product-list-card img {
    width: 100%;
    height: auto;
    transition: all 0.25s linear;
}

.product-list-card:hover img {
    transform: rotate(0deg) scale(1.1, 1.1);
    filter: brightness(110%);
}

.product-name {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin: 1rem 0 0 2rem;
}

.product-price {
    color: #0e0e0eb8;
    text-align: left;
    font-size: 18px;
    margin: 0 0 0 2rem;
    font-weight: 300;
}

.main-price {
    margin-left: 1em;
    color: #afafaf;
}

.product-list-section {
    padding-bottom: 12rem;
    width: 90%;
}

/* ********* Add Cart Button ********** */
.addCart-button {
    width: auto;
    background: black;
    border: none;
    margin-top: -7rem;
    margin-left: 5rem;
    position: absolute;
    z-index: 1100;
    text-align: center;
    letter-spacing: .5px;
    text-transform: lowercase;
    border-radius: 50px;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 1em;
    transition: all .3s;
}

.addCart-button a {
    color: #ffff;
    text-decoration: none;
}

.addCart-button:hover {
    background: #0090ff;
}

.addCart:hover {
    display: block;
}

.addCart {
    display: none;
}

.product-list-card:hover+.addCart {
    display: block;
}

/* Product Details Page */
.product-details-row {
    padding-bottom: 8rem;
}

.slideshow-container {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.slideshow-container .slides {
    display: none;
}

.slideshow-container img {
    vertical-align: middle;
    width: 100%;
}

.slideshow-container .row-container {
    position: relative;
    margin-top: 10px;
}

.slideshow-container .row {
    display: grid;
    grid-auto-flow: column;
    overflow-x: hidden;
    padding: 10px 0;
}

.slideshow-container .row:active {
    cursor: grabbing;
}

.slideshow-container .column {
    margin-right: 1.2rem;
    padding: 0;
}

.slideshow-container .column img {
    cursor: pointer;
    transition: 0.3s;
    width: 100px;
    height: 85px;
}

.slideshow-container .column img:hover {
    opacity: 0.7;
}

.slideshow-container .active,
.slideshow-container .column img.active:hover {
    opacity: 1;
    border: 2px solid #00bfff;
}

.shop-details-section {
    margin-bottom: 5rem;
}

.shop-details-block {
    margin: 0 1.5rem;
    border-radius: 1em;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: auto;
    padding: 6rem;
}

.shop-details-heading h2 {
    font-size: 2.5em;
    margin-top: 0px;
}

.brand-heading h3 {
    color: #000;
    font-size: 1.9em;
}

.product-brand p {
    font-size: 1.26em;
}

.product-specification h3 {
    color: #000;
    font-size: 1.9em;
}

.product-specification p {
    font-size: 1.26em;
}

.shop-details-section .container {
    width: 90%;
}

.product-details-section {
    width: 90%;
}

/* Buttons for thumbnail carousel */
.slideshow-container .carousel-prev,
.slideshow-container .carousel-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    user-select: none;
    transform: translateY(-50%);
    z-index: 10;
}

.slideshow-container .carousel-prev {
    left: -25px;
}

.slideshow-container .carousel-next {
    right: -25px;
}

.slideshow-container .carousel-prev:hover,
.slideshow-container .carousel-next:hover {
    color: rgba(0, 0, 0, 0.8);
}

.product-section {
    margin-top: 23rem;
}

.details_blk {
    padding: 0 0 0 5rem;
}

.details-block-title {
    margin-top: 0px;
    font-size: 3.5em;
    font-weight: 600;
}

.details-block-price {
    font-size: 2.1em;
    ;
    font-weight: 600;
    color: #000;
}

.details-block-description p {
    font-size: 1.26em;
    color: #535353;
    margin: 0 0 3rem 0;
    line-height: 1.5em;
}

.addCart-product {
    width: auto;
    border-radius: 25px;
    background: black;
    font-size: 15px;
    border: none;
    padding: 12px 22px;
}

.addCart-product a {
    color: #ffff;
    text-decoration: none;
}

.addCart-product:hover {
    background: #0090ff;
}

.number-input-container {
    display: flex;
    align-items: center;
}

.control-btn {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}

.control-btn:hover {
    color: #777;
}

#number-input {
    background-color: transparent;
    width: 50px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin: 0 5px;
    -moz-appearance: textfield;
    /* Remove spinner in Firefox */
}

/* Remove spinner in Chrome, Safari, Edge, Opera */
#number-input::-webkit-outer-spin-button,
#number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.control-btn:disabled {
    background-color: transparent;
    color: #0000006e;
    cursor: not-allowed;
}

/* cart css */
/* Modal styling */

.cart-heading h2 {
    font-size: 1.2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    margin-top: 0;
}

.cart-ending {
    border-bottom: 1px solid #eee;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
}

.modal-content {
    height: auto;
    max-height: 80vh;
    overflow-x: hidden;
    background-color: white;
    margin: 0 10% 0 0;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
    border-radius: 15px;
    float: right;
}

.modal-content-subscription {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.close {
    color: #838080;
    float: right;
    font-size: 2em;
    font-weight: 200;
    cursor: pointer;
    opacity: 1;
    margin-top: -7px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#cartItems {
    margin-top: 20px;
}

#cartItems li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-controls button {
    border: none;
    background: none;
    font-size: 15px;
    cursor: pointer;
}

.remove-all-btn {
    background: none;
    border: none;
    color: #0090ff;
    cursor: pointer;
}

#noItemsMessage {
    text-align: center;
    font-size: 1.2em;
    color: #555353;
}

#totalPrice {
    text-align: right;
    font-size: 1.65em;
    font-weight: 500;
}

#checkoutBtn {
    width: auto;
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    text-transform: lowercase;
    border-radius: 50px;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 1em;
    transition: all .3s;
    display: block;
}

#checkoutBtn:hover {
    background-color: #0090ff;
}

.item-img {
    width: -webkit-fill-available;
}

.cart-item-amount {
    margin-top: 0.6rem;
}

/* Order Page css */
/* Banner Styling */
.orderPageBanner {
    height: 75vh;
    background-image: url(https://storage.googleapis.com/giffycms-divingglobal.appspot.com/4939632005349376);
    background-position: center;
    background-size: cover;
}

/* Order Form Styling */
.order-form-container {
    max-width: 60%;
    margin: 30px auto 10rem;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.order-form-heading h2 {
    padding: 8rem 0 3rem;
    text-align: center;
    font-size: 3.3rem;
    font-weight: 700;
}

.order-form-container .form-group {
    margin-bottom: 15px;
}

.order-form-container label {
    font-weight: bold;
    margin-bottom: 5px;
}

.order-form-container input {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #777;
}

.order-form-container input:focus-visible {
    outline: none;
}

.order-form-container textarea {
    overflow: auto;
    width: 100%;
    border: none;
    border-bottom: 1.5px solid;
}

.order-form-container textarea:focus-visible {
    outline: none;
}

.order-form-heading h2 {
    padding: 18rem 0 3rem;
    text-align: center;
    font-size: 3.3rem;
    font-weight: 700;
}

.order-form-container button {
    width: auto;
    padding: 10px 15px;
    background-color: black;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    margin: 3rem auto 0;
}

.order-form-container button:hover {
    background-color: #0090ff;
}

.required-field {
    color: red;
}

.order-form {
    padding: 5rem 5rem 2.5rem;
}

/* Thank you Page */
.thankYouPageBanner {
    height: 75vh;
    background-image: url(https://storage.googleapis.com/giffycms-divingglobal.appspot.com/6078083350134784);
    background-position: center;
    text-align: center;
    background-size: cover;
}

.thankYouOrderPageBanner {
    height: 75vh;
    background-image: url(https://storage.googleapis.com/giffycms-divingglobal.appspot.com/5717554773360640);
    background-position: center;
    text-align: center;
    background-size: cover;
}

.thankYou-heading h2 {
    padding: 8rem 0 3rem;
    text-align: center;
    font-size: 3.3rem;
    font-weight: 700;
}

.thankYou-content {
    width: 75%;
    margin: 0 auto 10rem;
    text-align: center;
    font-size: 21px;
    line-height: 1.3;
}

.thankYou-content p {
    margin: 0;
}

.regards {
    margin-top: 2rem !important;
}

.content-last {
    font-weight: 600;
}

/* Contact Us Page */
.contactUs-container {
    width: 90%;
    align-items: center;
    margin-top: 12rem;
    margin-bottom: 12rem;
}

.contact-form-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.contactUs-bannerText h1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffff;
    font-size: 4em;
    font-weight: 700;
}

.contactUs-container form {
    display: flex;
    flex-direction: column;
}

.contactUs-container input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
}

.contactUs-container input::placeholder {
    color: #999;
}

.contactUs-container button {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contactUs-container button:hover {
    background-color: #0090ff;
}

.contactUs-content-container {
    padding-left: 8rem;
}

.contactUs-content-container h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contactUs-content-container p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-info p {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.contact-info a {
    color: #666;
}

.contact-us-icon {
    font-size: 20px;
}

img.contact-form-icon {
    width: 50%;
}

.contact-us-banner {
    height: 75vh;
    background-image: url(https://storage.googleapis.com/giffycms-divingglobal.appspot.com/6689333322973184);
    background-position: center;
    background-size: cover;
}

#footer-section .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.footer-contact-icon {
    width: 4%;
}

specification-heading h3 {
    color: #000;
}

/* ******************Privacy Page*********************************************** */
.privacy-section {
    padding: 9em 2em 5em 2em;
}

/* ******************Shipping Page*********************************************** */
.shipping-section {
    padding: 9em 2em 5em 2em;
}


/* ******************Carousel Gap Override*************************************** */
#client-carousel .owl-item {
    margin-right: 0 !important;  /* overrides inline style from Owl */
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#client-carousel .owl-stage {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    padding: 0 !important;
    gap: 0 !important; /* ensures no space between items */
}

#client-carousel .item1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#client-carousel .item1 img {
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}
