@charset "UTF-8";

/* Poppins font family  */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Petrona font family  */

@import url("https://fonts.googleapis.com/css2?family=Petrona:ital,wght@0,100..900;1,100..900&display=swap");

/* Good Fonts Family */

@font-face {
  font-family: "GoodTimes";
  src: url("../fonts/good-times/good\ times\ rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* DM Sans Font Family  */

@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Italic.ttf") format("truetype");
  font-weight: normal; /* Regular italic */
  font-style: italic;
}

@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium weight */
  font-style: normal;
}

@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-MediumItalic.ttf") format("truetype");
  font-weight: 500; /* Medium weight */
  font-style: italic;
}

@font-face {
  font-family: "DMSans";
  src: url("../fonts/dm-sans/DMSans-Regular.ttf") format("truetype");
  font-weight: normal; /* Regular weight */
  font-style: normal;
}
:root {
  --gbg: linear-gradient(0deg, rgb(17 8 5 / 47%) 0%, rgb(17 8 5 / 55%) 100%);
  --banner-g: lightgray 50% / cover no-repeat;
  --rtg: lightgray 0px -127.5px / 100% 188.605%;
  --frame: lightgray 50% / #b59650;
  --testimonial: linear-gradient(118deg, rgb(0 0 0) 0%, rgb(0 0 0 / 17%) 100%);
  --contact: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9) 0%,
    .main-home-banner rgba(255, 255, 255, 0.9) 100%
  );
  --contactrtg: lightgray 50% / cover;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "DMSans", sans-serif;
  color: #858585;
  background-color: #fff;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
  background: #d8edff;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
  background: #d8edff;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
  background: #d8edff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: #d8edff inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background: #d8edff;
}

::-webkit-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #7c7c7c;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #7c7c7c;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #7c7c7c;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7c7c7c;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7c7c7c;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
  width: 100%;
}

.container {
  width: 100%;
}

.container_testimonial {
  width: 100%;
}

.word-wrap {
  word-wrap: break-word !important;
}

@media (min-width: 1300px) {
  .container_testimonial {
    max-width: 1749px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */

.color-white {
  color: #fff !important;
}

.color-lwhite {
  color: #7c7c7c;
}

.color-cream {
  color: #f9f4f0 !important;
}

.color-hwhite {
  color: #d9d9d9 !important;
}

.color-black {
  color: #000 !important;
}

.color-para {
  color: #858585 !important;
}
.color-para2 {
  color: #5e6282 !important;
}
.color-primary {
  color: #0de9df !important;
}

.color-secondary {
  color: #222 !important;
}

.color-highlight {
  color: #004375 !important;
}

.color-lblack {
  color: #1e1e1c !important;
}

.color-black2 {
  color: #262e27 !important;
}

.color-black3 {
  color: #100c08 !important;
}
.color-purple {
  color: #4c7ced !important;
}
.color-orange {
  color: #fc6e04 !important;
}

.color-grey {
  color: #858585 !important;
}

.color-lblue {
  color: #7c7c7c !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-lwhite {
  background-color: #7c7c7c;
}

.bg-cream {
  background-color: #f9f4f0 !important;
}

.bg-purple {
  background-color: #4c7ced !important;
}

.bg-orange {
  background-color: #fc6e04 !important;
}

.bg-lblack {
  background-color: #101010 !important;
}

.bg-lblue {
  background-color: #7c7c7c !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-primary {
  background-color: #0de9df !important;
}

.bg-secondary {
  background-color: #222 !important;
}

.bg-highlight {
  background-color: #0de9df !important;
}

.bg-grey {
  background-color: #858585 !important;
}

.font-italic {
  font-style: italic !important;
}

.gt-font {
  font-family: "GoodTimes", sans-serif !important;
}

.pt-font {
  font-family: "Petrona", serif !important;
}

.ppon-font {
  font-family: "Poppins", sans-serif !important;
}
.w-fit {
  width: fit-content !important;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #222;
}

h1 {
  font-size: 42px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.5;
}

h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.25;
}

h5 {
  font-size: 22px;
  line-height: 1.23;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

/* Classes with !important */
.f-h1 {
  font-size: 42px !important;
  line-height: 1.3 !important;
}

.f-h2 {
  font-size: 36px !important;
  line-height: 1.5 !important;
}

.f-h3 {
  font-size: 32px !important;
  line-height: 1.4 !important;
}

.f-h4 {
  font-size: 24px !important;
  line-height: 1.25 !important;
}

.f-h5 {
  font-size: 22px !important;
  line-height: 1.23 !important;
}

.f-h6 {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

a {
  cursor: pointer;
  line-height: 30px;
  color: #0de9df;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}

p {
  font-family: "DMSans", sans-serif;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 26px;
}

.fpw4 {
  font-weight: 400;
}

.fpw5 {
  font-weight: 500;
}

.fpw6 {
  font-weight: 600;
}

.fpw7 {
  font-weight: 700;
}

.fpw8 {
  font-weight: 800;
}

.fpw9 {
  font-weight: 900;
}

.btn-4 {
  padding-top: 40px;
}

.lt-sp {
  letter-spacing: 0.4px !important;
}

.new-h3 {
  font-family: "DMSans", sans-serif;
}

.coverbg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ls {
  letter-spacing: 0.4px !important;
}

.ffm-lb {
  font-family: "DMSans", sans-serif;
}

.lh {
  line-height: 25px !important;
}

.lnh60 {
  line-height: 60px !important;
}

.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center:before,
.align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-h:before,
.align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before,
.align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before,
.align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before,
.justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq-height:before,
.eq-height:after {
  content: none;
}

#special-line {
  display: none;
}

.fa-phone {
  rotate: 90deg;
}

.list-show li {
  list-style: disc;
  margin-left: 15px;
  padding: 5px 0;
}

.b-none {
  border: none !important;
}

/* ------------------------------------------------------------------
 Template Default Button, Input Styles - Value Change with Your's Need
-------------------------------------------------------------------- */

.btnprimary a {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background: #fff;
  color: #000;
  transition: 0.3s all;
  border: 0.853px solid #000;
  display: block;
  letter-spacing: 1.8px;
  width: fit-content;
  text-decoration: none !important;
}

.btnprimary a:hover {
  background: #0de9df;
  border: 0.853px solid #0de9df;
  color: #fff;
}

.btnsecondary a {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background: transparent;
  color: #fff;
  transition: 0.3s all;
  border: 1.142px solid #fff;
  display: block;
  width: fit-content;
  text-decoration: none !important;
}

.btnsecondary a:hover {
  color: #fff;
  background: #0de9df;
}

.btnthird a {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  transition: 0.3s all;
  border: 1px solid #fff;
  background: #0de3d9;
  display: block;
  width: fit-content;
  text-decoration: none !important;
}
.btnthird a:hover {
  color: #fff;
  background: transparent;
}
.btnform button {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background: transparent;
  color: #fff;
  transition: 0.3s all;
  border: 1.142px solid #fff;
  display: block;
  width: fit-content;
}

.btnform button:hover {
  color: #fff;
  background: #0de9df;
}

.btnarrow a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  display: block;
  border: 1px solid #828282;
  color: #828282;
  transition: 0.3s all;
  text-decoration: none !important;
}
.btnarrow a:hover {
  border: 1px solid #0de9df;
  color: #0de9df;
}

/* global template css code end */

/* pages css code start */

/* home page css code */

/* Package Card */
.home-package-section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

/* Overlay */
.home-package-section .package-info {
  width: 100%;
  height: 100%;
  background-position: center;
  padding: 80px 20px 80px 40px;
  color: white;
  transition: background 0.3s ease-in-out;
  position: relative;
}

.home-package-section .package-info .details-text-box {
  padding-bottom: 20px;
}

.home-package-section .package-duration {
  font-size: 18px;
}

/* Price Tag */
.home-package-section .price-tag {
  background: #0de9df;
  padding: 8px 10px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin: 15px 0 5px 0;
  letter-spacing: 1.036px;
}

.home-package-section .package-duration,
.home-package-section .package-title {
  letter-spacing: 1.036px;
}

/* Buttons */
.home-package-section .btn-group {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 0 0 40px;
}
.home-package-section .btn-custom a {
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.btnwhite a {
  border: 1px solid #fff;
  color: white;
}

.btnwhite:hover a {
  border: 1px solid #fff;
  background: #0de3d9;
}

.btngreen a {
  background: #2cd4c1;
  color: white;
  border: 1px solid #2cd4c1;
}

.btngreen:hover a {
  background: #1bb4a5;
}

.experience-detail-box {
  padding: 60px 0;
  overflow: hidden;
  word-wrap: break-word;
}

.experience-detail-box .img-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-position: 20% 10%;
}

.experience-detail-box .content-box {
  padding: 30px 0 30px 25px;
}

.experience-detail-box .content-box .para-box {
  margin: 20px 0 30px 0;
}

.home-image-text-box {
  padding: 60px 0;
}

.home-image-text-box .text-box {
}

.home-image-text-box .text-box .para-box {
  margin: 15px 0 25px 0;
}

.home-image-text-box .side-img-box {
  text-align: right;
}

.main-quote-video-text-box {
  padding: 40px 0;
}

/* bottom-video-box */
.main-quote-video-text-box .quote-video-text-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 18.437px;
  height: 530px;
}

.main-quote-video-text-box .quote-video-text-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  /* Maintain 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.78vh;
  /* Ensures full coverage */
  transform: translate(-50%, -50%);
}

.main-quote-video-text-box .quote-video-text-box .content-box {
  position: relative;
  z-index: 1;
  color: white;
  padding: 30px 50px;
  background: rgba(0, 0, 0, 0.34);
  border-radius: 18.437px;
  height: 100%;
  align-content: center;
  /* Optional: Dark overlay for better text readability */
}

.knowledge-image-text-box {
  padding: 40px 0;
}

.knowledge-image-text-box .text-box {
}

.knowledge-image-text-box .text-box .para-box {
  margin: 25px 0 35px 0;
}

.knowledge-image-text-box .side-img-box {
  text-align: right;
}

.knowledge-image-text-box .heading-box {
  margin-bottom: 65px;
  text-align: center;
}

.knowledge-image-text-box .checklist {
  list-style: none;
  padding: 0;
  padding: 20px 0 0 0;
}

.knowledge-image-text-box .checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.knowledge-image-text-box .checklist li i {
  color: #48bf84;
  /* Green checkmark color */
  margin-right: 12px;
  font-size: 18px;
}

.what-include-carousel-box {
  padding: 40px 0;
  overflow: hidden;
  word-wrap: break-word;
}

.what-include-carousel-box .heading-box {
  margin-bottom: 65px;
  text-align: center;
}

.image-item-carousel-box {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.image-item-carousel-box.owl-carousel .items-box {
  text-align: center;
}

.image-item-carousel-box.owl-carousel .items-box img {
  width: fit-content;
  margin: auto;
  height: auto;
  border-radius: 10px;
}

.image-item-carousel-box.owl-carousel .items-box p {
  margin-top: 10px;
  font-size: 16px;
  color: #4a5568;
}

/* Ensure continuous smooth scrolling */
.image-item-carousel-box .owl-stage {
  display: flex;
  width: 200%; /* Ensure enough space for seamless scrolling */
}

.image-item-carousel-box .owl-stage .owl-item {
  flex: 0 0 auto;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* Moves only half to ensure loop */
  }
}

/* Team Section */
.home-team-detail-box {
  padding: 60px 0 30px 0;
  overflow: hidden;
  text-align: center;
}

.home-team-detail-box .heading-box {
  margin-bottom: 50px;
}

/* Team Members */
.team-member {
  position: relative;
  overflow: hidden;
}

.team-member img {
  height: 280px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.3s ease;
}

.team-member:hover img {
  transform: scale(1.05);
}

/* Name Label */
.team-name {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #0de3d9;
  color: white;
  padding: 5px;
  height: 120px;
  font-size: 9px;
  letter-spacing: 1.716px;

  writing-mode: sideways-lr;
}

.explore-btn {
  margin-top: 30px;
  text-align: center;
}

.client-review-detail-box {
  padding: 40px 0;
  overflow: hidden;
  word-wrap: break-word;
  /*background-color: #e7e7e7;*/
}

.client-review-detail-box .content-box {
  padding: 30px 0 30px 25px;
  align-content: center;
  height: 100%;
}

.client-review-detail-box .content-box .para-box {
  margin: 20px 0 30px 0;
}

.client-review-detail-box .client-carousel-btn {
  display: flex;
  gap: 10px;
}

.client-review-detail-box .client-carousel-btn button {
  border-radius: 4px;
  border: 1.179px solid #e1e1e1;
  padding: 5px 14px;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
  width: fit-content;
  background: transparent;
  color: #556575;
}

.client-review-detail-box .client-carousel-btn button:hover {
  background: #ddd;
}

.client-review-detail-box .client-testimonial-box {
  position: relative;
}

.client-review-detail-box .testimonial-box {
  margin: 50px;
  padding: 40px 40px;
  text-align: center;
  border-radius: 11.793px;
  background: #fff;
  box-shadow: 0px 23.586px 41.276px 0px rgba(38, 42, 76, 0.07);
}

.client-review-detail-box .testimonial-box .img-box {
  text-align: center;
  margin-bottom: 20px;
}

.client-review-detail-box .testimonial-box .img-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.client-review-detail-box .testimonial-box .text-box {
  margin-bottom: 15px;
}

.client-review-detail-box .testimonial-box .star-icon-box i {
  color: #f6a46a;
  font-size: 16px;
  margin: 0 3px;
}

.home-video-text-side-box {
  padding: 40px 0;
  position: relative;
}

.home-video-text-side-box .text-box {
  padding-left: 50px;
}

.home-video-text-side-box .text-box .para-box {
  margin: 54px 0 54px 0;
}

.home-video-text-side-box .side-img-box {
  text-align: right;
}

.home-video-text-side-box .heading-box {
  margin-bottom: 65px;
  text-align: center;
}

.home-video-text-side-box .checklist {
  list-style: none;
  padding: 0;
  padding: 20px 0 0 0;
}

.home-video-text-side-box .checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.home-video-text-side-box .checklist li i {
  color: #48bf84;
  /* Green checkmark color */
  margin-right: 12px;
  font-size: 18px;
}

/* Playable Video Box */
.home-video-text-side-box .click-play-video {
  position: relative;
  z-index: 1;
  height: 100%;
}

.home-video-text-side-box .video-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  max-width: 800px;
  width: 100%;
}
.home-video-text-side-box .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
  opacity: 1; /* Default: Visible */
  z-index: 2;
}

.home-video-text-side-box .video-box video {
  width: 100%;
  height: 350px;
  display: block;
  opacity: 0; /* Default: Hidden */
  transition: opacity 0.5s ease;
  position: relative;
  z-index: 2;
}

/* Play Button */
.home-video-text-side-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
}

.home-video-text-side-box .play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.home-video-text-side-box .play-button::before {
  content: "";
  display: block;
  width: 0;
  left: 31px;
  height: 0;
  position: absolute;
  border-left: 25px solid #004375;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* Hide Button When Video is Playing */
.home-video-text-side-box .hide {
  display: none;
}

.blog-section {
  padding: 60px 0;
  text-align: center;
}

.blog-section .heading-box {
  margin-bottom: 45px;
}

/* Blog Grid */
.blog-grid {
  margin: auto;
}

/* Blog Card */
.main-blog-card {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 20px 25px;
  border: 0.575px solid #e0e3de;
  background: #fff;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  height: 100%;
}

.main-blog-card:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.main-blog-card .blog-content img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
  height: 276px;
  object-fit: cover;
}

/* User Info */
.user-info {
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.user-info img {
  width: 60px;
  height: 60px;
  background-color: #e0e3de;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

/* Rating */
.main-blog-card .rating {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.main-blog-card .rating i {
  color: #f2b02c;
  margin-right: 5px;
}

/* Blog Content */
.main-blog-card .blog-title {
  margin: 15px 0 5px 0;
  display: block;
}

.main-blog-card .blog-content {
  text-align: left;
  color: #282c25;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

/* what includes page css code*/

.position-image-box .img-man {
  width: 320px;
}

.position-image-box {
  margin-top: 70px;
}
.img-man {
  top: -520px;
  animation: upDown 2s infinite ease-in-out;
}

@keyframes upDown {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.what-included {
  padding: 40px 0;
}

.include-banner-box {
  position: relative;
  width: 100%;
  height: 755px;
  overflow: hidden;
}

.include-banner-section .include-banner-box .blog-details-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 130vw;
  height: 100%;
  /* Maintain 16:9 aspect ratio */

  min-width: auto;
  /* Ensures full coverage */

  /* Disable clicking on the video */
}

.include-banner-box .overlay-text {
  position: relative;
  z-index: 1;
  align-content: center;
  height: 100%;
  padding: 0 0 0 80px;
  background-image: url("assets/img/dhm/landing-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% 100%;
}

.include-banner-box .overlay-text .heading-box {
  max-width: 500px;
}

.what-include-carousal .what-include-slider {
  position: relative;
  z-index: 200;
  margin: 5rem auto;
  cursor: pointer;
  width: 100%;
}

.what-include-carousal .slick-arrow {
  position: absolute;
  bottom: -60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: transparent;
  color: #fff;
  z-index: 300;
  outline: none;
  font-size: 1.5rem;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 50%;
}

.what-include-carousal .slick-arrow:hover {
  background: rgba(217, 216, 216, 0.5);
}

.what-include-carousal .slick-prev {
  left: 35%;
  text-align: center;
  color: black;
}

.what-include-carousal .slick-next {
  right: 35%;
  text-align: center;
  color: black;
}

.what-include-carousal .item.slick-slide {
  width: 300px;
  height: 300px !important;
  transition: transform 0.4s;
  position: relative;
}

.what-include-carousal .slick-slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  transition: transform 0.4s;
}

.what-include-carousal .item.slick-slide {
  transform: scale(0.7) translate(600px);
}

.what-include-carousal .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.what-include-carousal
  .item.slick-slide.slick-center
  + .slick-slide
  + .item.slick-slide {
  transform: scale(0.7) translate(-600px);
  z-index: 5;
}

.what-include-carousal .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.what-include-carousal .item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.what-include-carousal .slick-center:after {
  opacity: 0;
}

.what-include-carousal .slick-center div {
  transition: none;
}
/*search template page css code */

.main-search-template-box .search-banner-box,
.default-site-main .default-banner-box {
  padding-bottom: 70px;
  height: 550px;
  align-content: center;
  background-position: center;
  text-align: center;
}

.default-site-main .default-content-box {
  padding: 70px 0;
}

.home-main-banner-box .banner-details-img-box {
  display: flex;
  align-items: center;
  gap: 50px;
  background-position: 20% 30%;
  padding: 130px 50px 20px 0;
}

.home-main-banner-box .content-box {
  padding: 10px;
}

.title-gif-box img {
  border-radius: 40.495px;
}

.home-main-banner-box .para-box {
  margin: 25px 0 50px 0;
}

.home-carousel-container {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

/* Owl Carousel Item */
.carousel-boxs .item {
  width: 100%;
  height: 770px;
  background-position: center;
}

.home-main-banner-box {
  overflow: hidden;
}

/* local page css code */

.main-local-spot-box {
  position: relative;
}

.video-banner-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;

  /* Prevent user interaction */
}

.video-banner-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 52.8vw;
  /* Maintain 16:9 aspect ratio */

  min-width: auto;
  /* Ensures full coverage */

  /* Disable clicking on the video */
}

.video-banner-box .details-box {
  position: relative;
  z-index: 1;
  color: white;
  padding: 0 0 0 0;
  background: rgba(0, 0, 0, 0.3);

  /* Optional: Dark overlay for better text readability */
}

.video-banner-box .details-box .content-box {
  padding: 200px 0 150px 0;
}

.video-banner-box .details-box .content-box .para-box {
  margin-top: 45px;
}

.video-banner-box .point-video-main-box {
  display: flex;
  position: relative;
  max-width: 1400px;
  margin: auto;
  align-items: end;
}

.video-banner-box .details-box .point-details-box {
  padding: 15px 55px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  text-align: left;
  bottom: 0;
  max-width: 1000px;
  width:100%;
  height: fit-content;
}

.video-banner-box .details-box .point-details-box .item-box .number-box {
  color: #ccffff;
  margin-bottom: 10px;
  font-size: 16px;
}

/* Section Styling */
.video-banner-box .side-video-box {
  position: relative;
  width: 350px;
  height: 220px;
}

.video-banner-box .side-video-box .video-box {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}

.video-banner-box .side-video-box .video-box video {
  width: 100%;
  height: 243px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.video-banner-box .side-video-box .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.video-banner-box .side-video-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  transition: background 0.3s ease;
}

.video-banner-box .side-video-box .play-button::before {
  content: "";
  position: absolute;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 25px solid #000; /* Triangle color */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transition: border-left-color 0.3s ease;
}

.video-banner-box .side-video-box .play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.video-banner-box .side-video-box .play-button:hover::before {
  border-left-color: #fff; /* Change triangle to white */
}

/* Hide Button When Video is Playing */
.video-banner-box .side-video-box .hide {
  display: none;
}

.api-image-box {
  padding: 60px 0;
  overflow: hidden;
}

.api-image-box .para-box {
  margin-top: 35px;
}

.image-text-box {
  padding: 40px 0;
}

/* .image-text-box .text-box {
  padding-right: 100px;
} */

.image-text-box .text-box .para-box {
  margin-top: 25px;
}

.image-text-box .side-img-box {
  text-align: right;
}

.image-text-pos-box {
  padding: 40px 0;
}

.image-text-pos-box .content-box {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}

.image-text-pos-box .content-box .pos-img-box {
  border-radius: 26px;
  height: 600px;
  background-position: center !important;
}

.image-text-pos-box .content-box .text-box {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.image-text-pos-box .content-box .text-box .para-box {
  border-radius: 20px;
  background: #f3f8f6;
  padding: 50px 80px;
  position: absolute;
  left: -120px;
}

/* popup video section css code  start */

/* Section Styling */
.main-popup-video-box {
  position: relative;
  margin: 40px 0 250px 0;
}

.main-popup-video-box .heading-box {
  margin-bottom: 40px;
}
.main-popup-video-box .main-video-box {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* YouTube Video Background */
.main-popup-video-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;

  min-width: 177.78vh;
  transform: translate(-50%, -50%);

  /* Prevent interaction */
}

/* Playable Video Box */
.main-popup-video-box .popup-item-video {
  position: relative;
  z-index: 1;
  height: 100%;
}

.main-popup-video-box .container {
  position: relative;
  max-width: 800px;
}

.main-popup-video-box .video-box {
  position: absolute;
  bottom: -150px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}

.main-popup-video-box .video-box video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.main-popup-video-box .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2;
}

/* Play Button */
.main-popup-video-box .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #f22;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}

.main-popup-video-box .play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.main-popup-video-box .play-button::before {
  content: "";
  display: block;
  width: 0;
  left: 31px;
  height: 0;
  position: absolute;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* Hide Button When Video is Playing */
.main-popup-video-box .hide {
  display: none;
}

/* bottom-video-box */
.bottom-video-text-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.bottom-video-text-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 101.3vw;
  height: 57vw;
  min-width: auto;
}

.bottom-video-text-box .details-box {
  position: relative;
  z-index: 1;
  color: white;
  padding: 0 0 0 0;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  align-content: center;
  /* Optional: Dark overlay for better text readability */
}

.bottom-video-text-box .details-box .content-box {
  max-width: 1000px;
  margin: auto;
}

.bottom-video-text-box .details-box .content-box .para-box {
  color: rgba(250, 250, 250, 0.6);
  margin: 25px 0 35px 0;
}

/* Contact Page Css Code */

.contact-video-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact-video-box iframe {
  position: absolute;
  top: -120px;
  left: 0;
  width: 110vw;
  height: 70.8vw;
}
.contact-video-box .contact-bnrform-box {
  position: relative;
  z-index: 1;
  color: white;
  padding: 100px 20px 40px 20px;
  background: rgba(0, 0, 0, 0.3);
}

.contact-video-box .contact-bnrform-box .content-box {
  padding: 20px;
  height: 100%;
  align-content: center;
}

/* Contact Form */
.contact-form-box {
  position: relative;
  display: flex;
  justify-content: end;
}

.contact-video-box .contact-form {
  border-radius: 5px;
  background: rgba(34, 34, 34, 0.5);
  backdrop-filter: blur(12px);
  padding: 25px 35px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.contact-video-box .contact-form .form-group {
  margin-bottom: 15px;
}

.contact-video-box .contact-form label {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 5px;
}

.contact-video-box .contact-form input,
.contact-video-box .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  border-radius: 5px;
}

.contact-video-box .contact-form input::placeholder,
.contact-video-box .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-video-box .contact-form input:focus,
.contact-video-box .contact-form textarea:focus {
  outline: none;
  border: 1px solid white;
}

/* Date Input Field */
.date-input {
  position: relative;
}

.date-input input {
  padding-right: 35px;
}

.date-input i {
  position: absolute;
  right: 10px;
  top: 55px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

/* Button */
.book-btn {
  width: fit-content;
  margin: auto;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);

  color: white;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.book-btn:hover {
  background: white;
  color: black;
}

/* Meet our team css code  */

.meet-team-video-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.overlay-content {
  position: relative;
  z-index: 1;
  align-content: end;
  color: white;
  height: 100%;
  padding: 0 0 0 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 100px 0;
}

/* .overlay-content .left-text {
  margin-top: 60px;
}  */
.overlay-content .description-box {
  margin: 25px 0 55px 0;
  color: #e8f2ff;
}
.main-meet-our-team .card-container {
  margin: 50px 0;
}

.heading.heading-icon {
  display: block;
}

.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.practice-area.padding-lg {
  padding-bottom: 55px;
  padding-top: 55px;
}

.practice-area .inner {
  border: 1px solid #999999;
  text-align: center;
  margin-bottom: 28px;
  padding: 40px 25px;
}

.practice-area .inner img {
  display: inline-block;
}

.our-webcoderskull .cnt-block {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #d5d5d5;
  margin: 0 0 48px;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
  /* Allows absolute positioning inside */

  height: 100%;
}

.our-webcoderskull .cnt-block:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.our-webcoderskull .cnt-block img {
  width: auto;
  height: auto;
}

.our-webcoderskull ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.follow-us {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute;

  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.follow-us li {
  display: inline-block;
  margin: 0 5px;
}

.follow-us a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0de3d9;
  color: white;
  text-decoration: none;
}

.follow-us a:hover {
  background-color: #181e4b;
}

.line-divider {
  width: 100%;
  height: 20px;
  background-color: #0de3d9;
}

.meet-team-video-container .blog-details-video-bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 101vw;
  height: 56.8vw;
  min-width: auto;
}

.img-div {
  display: flex;
  overflow: hidden;
}

.image-point-thum-box .heading-img-box {
  gap: 15px;
  overflow: hidden;
  display: flex;
}

/* contact us page css code */

.contact-some-content-box {
  padding: 60px 0;
}
.contact-some-content-box .para-box {
  padding: 35px 0 0 0;
}
.contact-some-content-box h5 {
  color: #787878;
}
.contact-details-section {
  padding: 60px 0;
  overflow: hidden;
}

.contact-box {
  padding-right: 100px;
}

.contact-box p {
  margin: 0;
}

.contact-box a {
  color: #555;
}

.contact-box a:hover {
  color: #0de9df;
}

/* Icon Styles */
.icon-text {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}

.icon-text img {
  width: 41.189px;
  height: auto;
  object-fit: cover;
}

/* Faq page css code */

.main-faq-section .main-faq-banner {
  height: 650px;
  width: 100%;
  background-size: cover !important;
  background-position: center important;
  overflow: hidden;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  padding-right: 40px;
}
.faq-h1-title {
  color: #181e4b;
  font-size: 72.667px;
  font-weight: 700;
  line-height: 76.992px;
  letter-spacing: -2.907px;
}

.accordion-button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1rem 1.25rem;
  color: #100c08 !important;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

/* Active state of accordion header */
.main-faq-section .accordion-button:not(.collapsed) {
  color: #100c08 !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #100c08;
}

/* Accordion body styles */
.main-faq-section .accordion-body,
.main-faq-section .accordion-body p {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.4px; /* 190% */
  letter-spacing: 0.48px;
  background-color: transparent;
}

/* Unordered list inside accordion body */
.main-faq-section .accordion-body ul,
.main-faq-section ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}

.main-faq-section .accordion-body ul li,
.main-faq-section ul li {
  list-style: disc;
  margin-bottom: 10px;
  position: relative;
}

/* Ordered list with custom step labels */
.main-faq-section .accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.main-faq-section .accordion-body ol > li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.main-faq-section .accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": ";
}

/* Accordion wrapper */
.main-faq-section .accordion {
  width: 100%;
}

/* Accordion icon customization */
.main-faq-section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.main-faq-section .accordion-button:focus {
  box-shadow: none;
}

/* Horizontal line icon */
.main-faq-section .accordion-button::before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: black;
}

/* Vertical line to form "+" when collapsed */
.main-faq-section .accordion-button.collapsed::after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.1rem;
  background-color: black;
  border: none;
}

/* Optional FAQ Banner Section */
.main-faq-section .main-faq-banner .left-text {
  position: absolute;
  top: 180px;
}

.main-faq-section .body-faq-section {
  margin: 100px 0;
}

.main-faq-banner .heading-line {
  position: absolute;
  top: 59px;
  right: -117px;
}

.main-faq-banner .heading-text {
  position: relative;
  z-index: 2;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

.main-faq-banner .animated-icon {
  display: inline-block;
  animation: moveLeftRight 5s ease-in-out infinite;
}

/* blog- detailed page css code */
.main-blog-detailed-page {
  margin-top: 150px;
  color: #1f1f1f;
}

.blog-detailed-banner-section {
  padding: 40px 0;
  overflow: hidden;
}

.blog-details-video-container {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
  border-radius: 20px;
}

.blog-details-video-container .blog-details-video-bg {
  position: absolute;
  top: -175px;
  left: -5px;
  width: 90vw;
  height: 50.8vw;
  min-width: auto;
}
/*.blog-details-video-container .blog-details-video-bg {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100vw;*/
/*  height: 52.8vw;*/
/* Maintain 16:9 aspect ratio */

/*  min-width: auto;*/
/* Ensures full coverage */

/* Disable clicking on the video */
/*}*/

.video-uppertext-box {
  position: relative;
  z-index: 1;
  align-content: end;
  color: white;
  height: 100%;
  padding: 0 0 0 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.blog-detailed-banner-section .video-text-1 {
  color: black;
  margin: 0;
  max-width: 700px;
  width: 100%;
  background: white;
  padding: 10px 15px 0px 15px;
  border-top-right-radius: 20px;
}

.blog-detailed-banner-section .video-text2 {
  color: black;
  max-width: 800px;
  width: 100%;
  margin: 0;

  background: white;
  padding: 10px 15px 10px 15px;

  border-top-right-radius: 20px;
}

.blog-profile-div,
.blog-community-icon {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #0de9df;

  border-radius: 15px;
}

.blog-profile-div,
.blog-profile-div .profile-pic {
  border-radius: 15px;
}

.linkidin-coloured-image {
  width: 50px;
  height: 50px;
}

.first-post-detailed-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.blog-profile-div .profile-pic {
  width: 120px;
  height: 120px;
}
.first-post-detailed-section .post-overlay {
  padding: 20px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.first-post-detailed-section .category-tag {
  width: fit-content;
  background: #f1ecff;
  color: #6c40ff;
  padding: 5px 10px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.first-post-detailed-section .category-tag a {
  color: #6c40ff;
}

.first-post-detailed-section .category-tag:hover a {
  color: rgb(100, 54, 250);
}

.first-post-detailed-section .category-tag:hover {
  background: rgb(222, 220, 231);
  color: rgb(100, 54, 250);
}

.blog-detailed-post-section .blog-para-box {
  padding: 20px 0;
}

.main-blog-detailed-page .heading-box {
  display: flex;
  gap: 40px;
}

.blog-custom-htag {
  color: #1f1f1f;
  font-size: 59.063px;
  line-height: normal;
}

.main-blog-detailed-page .heading-box .content-box {
  border-left: 2px solid #909090;
}

/* blog page css code */
.main-blog-detailed-page {
  margin-top: 150px;
}

.blog-detailed-banner-section {
  padding: 40px 0;
  overflow: hidden;
}

.package-video-container {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
}

.package-video-container .package-video-bg {
  position: absolute;
  top: -50px;
  left: 0;
  width: 101vw;
  height: 56.8vw;
  min-width: auto;
}
.video-uppertext-box {
  position: relative;
  z-index: 1;
  align-content: end;
  color: white;
  height: 100%;
  padding: 0 0 0 0;
  background: rgba(0, 0, 0, 0.2);
}

.blog-detailed-banner-section .third-text {
  position: absolute;
  bottom: 10px;
  left: 800px;
  padding: 10px 15px;
  color: black;

  font-weight: bold;
  border-radius: 10px;
  z-index: 2;
}

.blog-detailed-banner-section .third-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(15px);
  border-radius: 10px;
  z-index: -1;
}

.searchbar-box,
.recent-post,
.tag-box {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 25px 0px rgba(16, 16, 16, 0.05);
}

.searchbar-box .form-control {
  border-radius: 0px;
  width: 100%;
  border: #0de9df solid 1px;
  padding: 10px 10px;
}

.searchbar-box .search-btn {
  border-radius: 0px;
  width: 100px;
  border: #0de9df solid 1px;
  background-color: #0de9df;
  padding: 10px 10px;
}

.recent-post .post-text {
  font-size: 14px !important;
}

.blog-left-section .post-meta {
  display: flex;
  gap: 10px;
}

.blog-left-section .divider {
  width: 3px;
  height: 20px;

  background-color: #0de9df;
  border-radius: 20px;
}

.main-blog-detailed-page .heading-box .content-box {
  border-left: 2px solid #909090;
}

.view-blog-button {
  padding: 0 3px;
  border-radius: 50%;
  border: 1px solid rgba(99, 171, 69, 0.3);
}

.tag-box .tag-btn {
  border-radius: 5px;
  border: 1px solid rgba(16, 12, 8, 0.4);
  width: fit-content;
  padding: 5px 20px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #666;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.tag-box .tag-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}

.post-date-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0de9df;
  backdrop-filter: blur(0.85px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  font-size: 14px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.post-date-circle .date-text {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.4px; /* 120% */
  letter-spacing: 0.22px;
  text-transform: capitalize;
}

.post-date-circle .month-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 120% */
  letter-spacing: 0.22px;
  text-transform: capitalize;
}

.post-date-circle p {
  margin: 0;
  padding: 0;
}

.post-title-link {
  color: #100c08;
}
.post-title-link:hover {
  color: #0056b3;
}
.post-item .post-img {
  width: 120px;
  object-fit: cover;
  height: 100px;
  border-radius: 5px;
}
.blog-left-section .post-main-img {
  max-width: 100% !important;
}
.third-text {
  width: 50px;
  object-fit: cover;
  height: 50px;
}

.what-included .img-section img {
  max-width: 100%;
}

/* Gallery Page Css Code  */
/* Gallery Page CSS Code */
.gallery-banner-slider-box {
  margin-bottom: 100px;
  overflow: hidden;
}

.gallery-banner-slider-box .gallery-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fullimg-carousel-boxs {
  width: 100%;
}

.fullimg-carousel-boxs .item {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center;
}

.gallery-banner-slider-box .gallery-slider-content-box {
  height: 100%;
  position: relative;
  padding: 120px 0 20px 50px;
}
.gallery-slider-content-box .image-details-content-box {
  max-width: 700px;
  width: 100%;
}

.gallery-slider-content-box .image-details-content-box .description-box {
  padding-left: 35px;
  padding-top: 10px;
}

.gallery-banner-slider-box .gallery-thumbanils-box {
  display: flex;
  position: absolute;
  gap: 10px;
  margin-top: 20px;
  bottom: 103px;
  left: -150px;
}

.gallery-banner-slider-box .gallery-thumbanils-box .slick-slide {
  outline: none;
}

.gallery-banner-slider-box .gallery-thumbanils-box .thumb {
  width: 172px !important;
  height: 268.63px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: 0.3s;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  color: white;
  box-shadow: 0px 3.582px 7.163px 0px rgba(0, 0, 0, 0.25);
}

.gallery-banner-slider-box .gallery-thumbanils-box .thumb .text-box {
  color: #fff;
  text-align: center;
  text-shadow: 0.895px 3.582px 7.163px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gallery-banner-slider-box .gallery-thumbanils-box .thumb.active {
  border: 1px solid #0de9df;
}

.gallery-banner-slider-box .gallery-thumbanils-box .slick-track {
  opacity: 1 !important;
  width: auto !important;
  transform: translate3d(0, 0, 0) !important;
  display: flex !important;
}

/* Custom Navigation */
.gallery-banner-slider-box .carousel-navigation {
  position: absolute;
  bottom: 20px;
  max-width: 600px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}

.gallery-banner-slider-box .carousel-nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  color: white;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.gallery-banner-slider-box .carousel-nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gallery-banner-slider-box .carousel-progress-bar {
  max-width: 300px;
  width: 100%;
  height: 2px;
  background: white;
  margin: 0 15px;
}

.gallery-banner-slider-box .carousel-number {
  font-size: 22px;
  color: white;
}

/* Gallery Tab Section */
.gallery-tab-section-box {
  padding: 50px 0;
  text-align: center;
}

.filter-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 65px;
}

.filter-menu button {
  border: none;
  font-family: "Poppins", sans-serif;
  background: none;
  font-size: 18px;
  margin: 0 15px;
  cursor: pointer;
  font-weight: 500;
  color: #666;
  transition: 0.3s;
  width: fit-content;
}

.filter-menu button.active {
  font-weight: 700;
  color: #ff6600;
}

.gallery-grid {
  column-count: 4;
  column-gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
  break-inside: avoid;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-tab-section-box .content-box {
  padding: 30px;
  max-width: 750px !important;
  width: 100%;
}

.custom-gallery-grid .items-box-one {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.custom-gallery-grid .g-item-1 img {
  width: 281px;
  height: 196px;
}

.g-custom-text-box {
  position: relative;
  overflow: visible !important;
  height: 100%;
}

.g-custom-items {
  position: absolute;
  width: 700px;
}
.g-custom-items h2 {
  font-family: "Poppins", sans-serif;
}
.g-custom-items a {
  text-decoration: underline;
}

.g-custom-items p {
  color: #636363;
  font-family: "Poppins", sans-serif;
}
/* Hover Effect for Title & Description */
.gallery-item .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding: 15px 10px 10px 10px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.gallery-item:hover .hover-content {
  opacity: 1;
  color: white;
}

/* Package pge css code */

.package-video-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.package-video-container .overlay-content {
  position: relative;
  z-index: 1;
  align-content: center;
  color: white;
  height: 100%;
  padding: 0 0 0 0;
  /*background: rgba(0, 0, 0, 0.5);*/
}

.package-video-container .main-text {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 8px 12px rgba(0, 0, 0, 0.15),
    0px 4px 4px rgba(0, 0, 0, 0.3);

  line-height: 140%;
}

.package-item-main-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 40px 0;
  position: relative;
  align-items: center;
  z-index: 1;
  top: -190px;
}

.package-item-main-box .package-item-short-card {
  border-radius: 26px;
  border: 0.5px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  overflow: hidden;
  width: 300px;
  padding: 20px 10px 10px 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.package-item-main-box .package-item-short-card:nth-child(1) {
  height: 90%;
}

.package-item-main-box .package-item-short-card:nth-child(2) {
  height: 100%;
}

.package-item-main-box .package-item-short-card:nth-child(3) {
  height: 90%;
}

.package-item-main-box .package-title {
  color: white;
  text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */

  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.package-item-main-box .package-item-short-card .short-package-img {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.package-item-main-box .package-item-short-card .map-icon-img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  object-fit: cover;
}

.dynamic-package-details-box {
  margin-top: -140px;
}
.dynamic-package-details-box
  .package-section-box-module:nth-child(1)
  .package-section1 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.package-section1 {
  margin-top: 180px;
  margin-bottom: 100px;
}

.first-points p {
  padding: 20px 0;
  color: #61c0cb;
}

.img-section img {
  width: 100%;
}

.left-section {
  border-radius: 20px;
  border: 1px solid rgba(16, 12, 8, 0.3);
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 10px;
}

.switches-container {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #d9d9d9;
  line-height: 4rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: rgba(16, 12, 8, 0.5);
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;

  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.switch {
  border-radius: 3rem;
  background: #0de9df;
  height: 100%;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: white;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

.switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(1) {
  opacity: 1;
}

.switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(2) {
  opacity: 1;
}

.btnfourth a {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background: #fff;
  color: #222;
  transition: 0.3s all;
  margin: 0 auto;
  letter-spacing: 1.8px;
  width: fit-content;
  border: #000 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 180px;
}

.btnfourth a:hover {
  background: black;
  color: #fff;
}

.package1,
.package2 {
  border-radius: 20px;
  border: 1px solid rgba(16, 12, 8, 0.3);
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
}

.text-section2 {
  border-radius: 40px;
  border: 0.5px solid var(--white, #fff);
  background: linear-gradient(0deg, #0b4254 0%, #0b4254 100%),
    rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3.5px);
  padding: 30px;
}

.price {
  transition: opacity 3s ease-in-out;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.main-package-section .package-details-img-box {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  position: absolute;
  top: -150px;
  width: 100%;
  left: 0;
  gap: 40px;
  align-items: center;
  z-index: 2;
  /* Ensures the section takes the full width */
}

.second-section a img.img-fluid {
  width: 100% !important;
  height: auto;
  margin-top: 20px;
}

.packageprice-section {
  margin-bottom: 80px;
}

.packageprice2-section {
  margin-top: 100px;
}

.package-section2 {
  margin-top: 90px;
}

.packageprice3-section {
  margin: 100px 0;
}

.main-package-section {
  margin-bottom: 80px;
}

/* laptop screen media query css code */

/* Responsive css code  */

@media only screen and (max-width: 1400px) {
  .contact-video-box iframe {
    position: absolute;
    top: -100px;
    left: -83px;
    width: 154vw;
    height: 86.8vw;
  }
}

/* @media only screen and (max-width: 1400px) {
  .main-blog-detailed-page .heading-box {
    display: flex;
    gap: 20px;
  }

  .main-blog-detailed-page .heading-box .title-box {
    width: fit-content;
  }

  .main-blog-detailed-page .heading-box .content-box {
    width: 100%;
  }

  .main-blog-detailed-page .heading-box {
    display: flex;
    gap: 20px;
  }

  .main-blog-detailed-page .heading-box .title-box {
    width: fit-content;
  }

  .main-blog-detailed-page .heading-box .content-box {
    width: 100%;
  }
} */

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .position-image-box .img-man {
    top: -430px;
  }

  .home-package-section .btn-custom a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1299px) {
  .package-item-main-box {
    top: 0;
    flex-wrap: nowrap;
    gap: 25px;
  }
  .package-item-main-box .package-item-short-card {
    background: #61c0cb;
    width: 100%;
  }
  .dynamic-package-details-box {
    margin-top: 40px;
  }

  .contact-video-box iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  [data-aos="fade-left"],
  [data-aos="fade-right"] {
    transform: translateX(0) !important;
  }
  .main-popup-video-box {
    margin: 60px 0 30px 0;
  }

  /*Search template page css code*/
  .main-search-template-box .search-banner-box,
  .default-site-main .default-banner-box {
    height: 400px;
  }
  .default-site-main .default-content-box {
    padding: 50px 0;
  }

  .include-banner-box {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }

  .include-banner-section .include-banner-box .blog-details-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    /* Maintain 16:9 aspect ratio */
  }

  .include-banner-box .overlay-text {
    padding: 0 0 0 20px;
  }

  .include-banner-box .overlay-text .heading-box {
    max-width: 400px;
  }

  .fullimg-carousel-boxs .item {
    height: 500px;
  }

  .gallery-thumbanils-box {
    left: -20px !important;
  }

  .gallery-thumbanils-box .thumb {
    width: 120px !important;
    height: 120px !important;
  }

  .carousel-navigation {
    left: 55%;
  }

  .gallery-thumbanils-box .slick-arrow {
    display: none !important;
  }
  .bottom-video-text-box {
    height: auto;
  }

  .bottom-video-text-box .details-box {
    padding: 50px 0;
  }
  .package-video-container .package-video-bg,
  .video-banner-box iframe,
  .bottom-video-text-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: auto;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .main-popup-video-box .video-box {
    bottom: 25px;
  }
  .gallery-banner-slider-box .gallery-thumbanils-box {
    bottom: 15px;
  }
  .gallery-banner-slider-box .gallery-slider-content-box {
    height: 100%;
    position: relative;
    padding: 100px 0 20px 50px;
  }

  .gallery-banner-slider-box .carousel-navigation {
    left: 52%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .position-image-box {
    margin-top: auto;
  }
  .position-image-box .img-man {
    width: 280px;
  }

  .position-image-box .img-man {
    top: -370px;
  }
  .home-main-banner-box .banner-details-img-box .boat-elements {
    display: none;
  }

  .home-carousel-container {
    height: 100%;
  }

  .carousel-boxs .item {
    max-height: 700px;
  }

  .home-video-text-side-box .text-box {
    padding-left: 25;
  }
  .what-include-carousal .what-include-slider {
 
  margin: 3rem auto;
 
}

}

@media only screen and (max-width: 1024px) {
  .gallery-grid {
    column-count: 3 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .video-banner-box .side-video-box {
    display: none;
  }
  .video-banner-box .point-video-main-box {
    margin: auto;
    justify-content: center;
  }

  .main-package-section .package-details-img-box {
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    gap: 40px;
    align-items: center;
    z-index: 2;
    padding: 40px 0 0 0;
  }

  .package-section1 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  /* Classes with !important */
  .f-h1 {
    font-size: 38px !important;
  }

  .f-h2 {
    font-size: 32px !important;
  }

  .f-h3 {
    font-size: 28px !important;
  }

  .f-h4 {
    font-size: 24px !important;
  }

  .f-h5 {
    font-size: 22px !important;
  }

  .f-h6 {
    font-size: 18px !important;
  }

  .main-blog-card .blog-content img {
    height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .home-package-section .package-info {
    padding: 50px 20px 50px 40px;
  }

  .main-package-section .package-details-img-box {
    flex-wrap: wrap;
    gap: 25px;
    align-items: unset;
  }
  .position-image-box.img-man {
    display: none; 
  }
  .what-included {
    padding: 40px 0;
  }
  .position-image-box .img-man {
    width: 380px;
    top: -625px;
  }

  .custom-layout .img-section-package,
  .package-section1 .slider,
  .package-section1 .text-section2,
  .custom-layout .text-section,
  .left-section,
  .package-section,
  .img-section-package2,
  .points-section-bg {
    width: 100%;
  }

  .main-package-section .second-section {
    position: relative !important; /* Override absolute positioning on mobile */
    top: 0 !important; /* Reset top positioning */
    margin-top: 0 !important; /* Prevent any extra spacing */
    z-index: auto; /* Reset z-index */
    padding: 10px 0;
  }

  .main-package-section .second-section .d-flex.gap-4 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
  }

  .main-package-section .package-section1 {
    margin-top: 30px;
  }
  .main-popup-video-box .main-video-box {
    display: none !important;
  }
  .image-text-pos-box {
    padding: 60px 0 10px 0;
  }
  .pos-img-box {
    height: 300px; /* Reduce height for smaller screens */
    padding: 0;
  }
  .image-text-pos-box .content-box .text-box .para-box {
    position: static;
    padding: 30px;
    margin-top: 20px;
    left: auto;
  }
  .image-text-box,
  .api-image-box {
    padding: 60px 0 0 0; /* Apply padding only to the top */
  }
  .main-package-section {
    margin-bottom: 0;
  }
  .main-popup-video-box .video-box {
    position: relative;
    bottom: 0;
  }
  .tcr {
    flex-direction: column-reverse;
  }
  .contact-video-box .contact-bnrform-box {
    padding: 70px 20px 40px 20px;
  }
  .contact-details-section,
  .contact-some-content-box {
    padding: 40px 0;
  }
  .contact-video-box .contact-form {
    right: 0;
    max-width: 100%;
  }
  .contact-box {
    padding: 0;
  }
  .img-div {
    display: none;
  }

  .meet-team-video-container {
    height: auto;
  }

  .meet-team-video-container .blog-details-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    min-width: auto;
  }

  .overlay-content {
    position: relative;
    left: 0;
    padding: 100px 0;
  }
  .home-carousel-container {
    display: none;
  }

  .experience-detail-box,
  .home-image-text-box,
  .main-quote-video-text-box,
  .knowledge-image-text-box,
  .what-include-carousel-box,
  .home-team-detail-box,
  .client-review-detail-box,
  .home-video-text-side-box,
  .blog-section {
    padding: 40px 0;
  }

  .home-main-banner-box .banner-details-img-box {
    padding: 130px 25px 20px 25px;
  }

  .experience-detail-box .img-box {
    padding: 160px 0;
  }

  .experience-detail-box .content-box {
    padding: 30px 0;
  }
  .blog-details-video-container .blog-details-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    min-width: auto;
  }

  .first-post-detailed-section {
    height: 400px;
  }

  .order-point-items {
    order: 2;
  }

  .blog-detailed-banner-section .third-text {
    position: relative;
    left: 0;
    margin-top: 15px;
  }

  .first-post-detailed-section {
    height: 400px;
  }

  .order-point-items {
    order: 2;
  }

  .blog-left-section,
  .blog-right-section {
    width: 100%;
  }
  .include-banner-box .overlay-text {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  .include-banner-box .overlay-text {
    background-image: none !important;
  }
  .include-banner-box .overlay-text h1 {
    color: white !important;
  }

  .include-banner-box .overlay-text .heading-box {
    max-width: 100%;
  }

  .gallery-thumbanils-box {
    display: none !important;
  }

  .gallery-slider-content-box {
    padding: 30px 20px !important;
  }

  .gallery-banner-slider-box {
    margin: 0;
  }

  .g-custom-items {
    width: 400px;
  }

  .filter-menu {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .home-video-text-side-box .video-box video {
    width: 100%;
    height: 350px;
    display: block;
    opacity: 0; /* Default: Hidden */
    transition: opacity 0.5s ease;
    position: relative;
    z-index: 2;
  }

  .home-video-text-side-box .text-box {
    padding-left: 15px;
  }

  .home-video-text-side-box .text-box .para-box {
    margin: 25px 0 25px 0;
  }

  .client-review-detail-box .testimonial-box {
    margin: 15px;
  }

  .image-text-pos-box .content-box .pos-img-box {
    height: 100%;
  }

  .image-text-box .side-img-box {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  /* Classes with !important */
  .f-h1 {
    font-size: 35px !important;
  }

  .f-h2 {
    font-size: 28px !important;
  }

  .f-h3 {
    font-size: 24px !important;
  }

  .f-h4 {
    font-size: 22px !important;
  }

  .f-h5 {
    font-size: 20px !important;
  }

  .f-h6 {
    font-size: 18px !important;
  }

  .position-image-box .img-man {
    display: none !important;
  }

  /* home page css code  */

  .home-package-section .package-info {
    width: 100%;
    height: auto;

    background-position: center;
    align-content: center;
    padding: 50px 20px;
    color: white;
    transition: background 0.3s ease-in-out;
  }

  .experience-detail-box,
  .home-image-text-box,
  .main-quote-video-text-box,
  .knowledge-image-text-box,
  .what-include-carousel-box,
  .home-team-detail-box,
  .client-review-detail-box,
  .home-video-text-side-box,
  .blog-section {
    padding: 30px 0;
  }

  .home-image-text-box .side-img-box img {
    width: 100%;
  }

  .main-quote-video-text-box .quote-video-text-box {
    height: 100%;
  }

  .main-quote-video-text-box .quote-video-text-box .content-box {
    padding: 80px 30px;
  }

  .knowledge-image-text-box .heading-box {
    margin-bottom: 30px;
  }

  .client-review-detail-box .testimonial-box {
    margin: 40px 15px;
  }

  .home-video-text-side-box .text-box {
    padding: 0;
  }
  /*.image-point-thum-box {*/
  /*  display: none;*/
  /*}*/

  .overlay-content .description-box {
    margin: 25px 0;
    color: #e8f2ff;
  }
  .experience-detail-box,
  .home-image-text-box,
  .main-quote-video-text-box,
  .knowledge-image-text-box,
  .what-include-carousel-box,
  .home-team-detail-box,
  .client-review-detail-box,
  .home-video-text-side-box,
  .blog-section {
    padding: 30px 0;
  }

  .home-image-text-box .side-img-box img {
    width: 100%;
  }

  .main-quote-video-text-box .quote-video-text-box {
    height: 100%;
  }

  .main-quote-video-text-box .quote-video-text-box .content-box {
    padding: 80px 30px;
  }

  .knowledge-image-text-box .heading-box {
    margin-bottom: 30px;
  }

  .client-review-detail-box .testimonial-box {
    margin: 40px 15px;
  }

  .home-video-text-side-box .text-box {
    padding: 0;
  }

  .blog-details-video-container .blog-details-video-bg {
    display: none;
  }

  .blog-details-video-container {
    height: auto;
  }

  .blog-detailed-banner-section .video-text-1,
  .blog-detailed-banner-section .video-text2 {
    border-radius: 0;
  }

  .main-blog-detailed-page .heading-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main-blog-detailed-page {
    margin-top: 110px;
  }
  .main-blog-detailed-page .heading-box .title-box {
    width: 100%;
  }

  .main-blog-detailed-page .heading-box .content-box {
    width: 100%;
    border-top: 2px solid #909090;
    border-left: none;
    padding: 15px 0 0 0;
    padding-left: 0 !important;
  }
  .package-video-container {
    height: auto;
  }

  .blog-detailed-banner-section .video-text-1,
  .blog-detailed-banner-section .video-text2 {
    border-radius: 0;
  }

  /*.include-banner-section {*/
  /*  padding-bottom: 70px;*/
  /*}*/

  .include-banner-box {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }

  .include-banner-box .blog-details-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Maintain 16:9 aspect ratio */

    min-width: 100%;
  }

  .include-banner-box .overlay-text .heading-box {
    padding: 120px 0 80px 0;
  }

  .what-included {
    padding: 30px 0;
  }
.position-image-box {
    margin-top: 0px;
}
  .fullimg-carousel-boxs .item {
    height: 350px !important;
  }
  .g-custom-items {
    position: relative !important;
    width: 100% !important;
  }
  .carousel-navigation {
    gap: 10px;
    left: 50%;
    max-width: 300px !important;
    justify-content: space-between !important;
  }
  .carousel-progress-bar {
    width: 80px !important;
  }
  .gallery-grid {
    column-count: 2 !important;
  }

  .three-flex-wrap {
    flex-wrap: wrap !important;
  }

  .home-video-text-side-box .video-box video {
    height: auto;
  }
  .home-video-text-side-box .video-box {
    margin-bottom: 25px;
  }
  .home-video-text-side-box .text-box .para-box {
    margin: 25px 0 25px 0;
  }

  .image-text-pos-box .content-box .pos-img-box {
    height: 320px;
  }

  .main-faq-section .main-faq-banner {
    height: 100%;
    padding: 120px 0 50px 0;
  }

  .main-faq-section .faq-h1-title {
    font-size: 52px;
    line-height: 65px;
  }
  .main-faq-section .main-faq-banner .left-text {
    position: relative;
    top: 0;
  }
  .main-faq-banner .heading-line {
    position: relative;
    top: -112px;
    right: 66px;
  }

.package-video-container {
        height: 400px
    }

  .home-package-section .btn-group {
    padding: 0 0 0 20px;
  }

  .package-item-main-box {
    top: 0;
    flex-wrap: wrap;
    gap: 25px;
  }
  .package-item-main-box .package-item-short-card {
    background: #61c0cb;
    width: 100%;
  }

  .package-item-main-box .package-item-short-card:nth-child(1),
  .package-item-main-box .package-item-short-card:nth-child(2),
  .package-item-main-box .package-item-short-card:nth-child(3) {
    height: 100%;
  }
  .dynamic-package-details-box {
    margin-top: 40px;
  }
  
    .what-include-carousal .what-include-slider {
 
  margin: 30px auto;
 
}
}

@media only screen and (max-width: 576px) {
  .main-package-section .package-details-img-box img {
    width: 100%;
  }

  .main-faq-banner .heading-line {
    position: relative;
    top: -178px;
    right: -158px;
  }

  .main-faq-section .body-faq-section {
    margin: 70px 0;
  }
  .home-main-banner-box .banner-details-img-box .boat-elements {
    display: none;
  }

  /*Search template page css code*/
  .main-search-template-box .search-banner-box,
  .default-site-main .default-banner-box {
    height: 320px;
  }
  .default-site-main .default-content-box {
    padding: 40px 0;
  }
  .custom-gallery-grid .g-item-1 img {
    height: 100% !important;
    width: 100% !important;
  }
  .custom-gallery-grid .items-box-one .gallery-item {
    width: 100%;
  }

  .contact-video-box .contact-form {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 476px) {
  .gallery-grid {
    column-count: 2 !important;
  }
  .include-banner-box {
    position: relative;
    width: 100%;
    height: auto;

    overflow: hidden;
  }
  .post-meta .post-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* Centers content inside each div */
    text-align: center;
    min-width: max-content;
    /* Prevents shrinking */
  }
}

/* new update design css code 20/03/2025 */

.details-box .shadow-text {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25);
}
p a,
.para-box a {
  color: unset;
  text-decoration-line: underline;
}
