body {
      margin: 0;
      padding: 0;
      font-family: 'Segoe UI', sans-serif;
    }

    .background-wrapper,
    .background-wrapper1 {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .background-wrapper img.bg-image,
    .background-wrapper1 img.bg-image {
      width: 100%;
      height: auto;
      display: block;
    }
	
	video.bg-video {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    background-color: black;
    }
	
    .overlay-content {
      padding-top: 0px;
      /* enough space below fixed navbar */
      position: relative;
      z-index: 2;
    }

   
    .hero-section1 {
      text-align: right;
      padding: 120px 20px 0px;
    }

    .call-now {
      text-align: right;
    }

    .call-now a {
      color: #fff;
      background: #023e8a;
      padding: 6px 12px;
      border-radius: 5px;
      text-decoration: none;
    }

    .floating {
      position: absolute;
      top: 550px;
      right: 10px;
      z-index: 10;
    }



    .qualities-box {
      background-color: #18a4b1;
      padding: 8px 20px;
      border-radius: 25px;
      font-weight: bold;
      display: inline-block;
      margin: 20px 0 10px;
      font-size: 16px;
    }

    .qualities-list {
      text-align: right;
      padding-left: 15px;
      font-size: 20px;
      line-height: 1.8;
      font-family: Arial, Helvetica, sans-serif;
    }

    .img-right {
      max-width: 100%;
      margin: 8px 0;
      border-radius: 5px;
    }

    .highlight-circle {
      color: #08697a;
      background-color: #fff;
      padding: 5px 15px;
      border-radius: 20px;
      font-weight: bold;
      position: absolute;
      right: 30px;
      font-size: 40px;
      top: -60px;
    }

    .signature-name {
      font-family: 'Playball', cursive;
      font-size: 24px;
    }

    .hero-section1 {
      text-align: right;
      padding: 120px 20px 0px;
      /* Adjust top padding as needed */
    }


    .hero-section1 img {
      width: 100%;
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 576px) {
      .hero-section1 {
        padding-top: 50px;
        text-align: center;
      }
    }











    @media (max-width: 768px) {
      .custom-navbar-links {
        flex-direction: column;
        align-items: center;
      }

      .nav-btn {
        margin: 6px 0;
      }

      .menu-toggle {
        display: block;
      }

      .navbar-collapse {
        display: none !important;
      }



      .qualities-box {
        font-size: 14px;
        text-align: center;
      }

      .highlight-circle {
        font-size: 24px;
        right: 10px;
        top: -40px;
      }
    }


    .background-wrapper1 {
      position: relative;
      width: 100%;
      overflow: hidden;
      min-height: 100vh;
      /* Ensure it takes full viewport height */
    }

    .background-wrapper1 img.bg-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }




    .overlay-content {
      position: relative;
      z-index: 2;
      padding: 140px 15px 60px;
      /* ⬅️ Increase top padding here */
    }



    .relative-box {
      position: relative;
    }

    .highlight-circle {
      position: absolute;
      top: -30px;
      right: 20px;
      z-index: 3;
    }

    @media (max-width: 768px) {
      .highlight-circle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin-top: 1rem;
        display: inline-block;
      }

      .overlay-content h1 {
        font-size: 1.8rem;
      }

      .qualities-list {
        font-size: 0.9rem;
      }
    }

    /* Navbar styles */
    .custom-navbar {
      position: fixed;
      top: 20px;
      left: 0;
      width: 100%;
      height: 5%;
      z-index: 1000;
      /*background-color: rgb(25 187 170 / 80%);*/
    }

    .custom-navbar-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
	/*
	.rainbow-btn {
    padding: 5px 12px;
    font-size: 16px;
    color: white;
    background: radial-gradient(circle at top left, #00b4bc, #017987); 
    border: none;
    border-radius: 10px;
    cursor: pointer; 
	min-width:200px;
	box-shadow: inset 0 0 0 1px white;
	animation: gradient 10s ease infinite;
    transition: transform 0.3s;
    
  }

  .rainbow-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }
  */

  @keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

    .nav-btn {
		margin: 5px 10px;
		padding: 5px 12px;
		font-size: 16px;
		color: white;
		background: radial-gradient(circle at top left, #00b4bc, #017987); 
		border: none;
		border-radius: 10px;
		cursor: pointer; 
		min-width:200px;
		box-shadow: inset 0 0 0 1px white;
		animation: gradient 10s ease infinite;
		transition: transform 0.3s;
    }

    .nav-btn:hover {
		font-size: 16px;
		box-shadow: inset 0 0 0 1px white;
		color: white;
		background: #00b4bc;
		text-decoration:none;
		transform: scale(1.05);
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
/*
.nav-btn {
      margin: 5px 10px;
      padding: 8px 18px;
      background: linear-gradient(to bottom, #04c7d8, #028ea4);
      color: white;
      font-weight: bold;
      text-decoration: none;
      border-radius: 30px;
      box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease;
    }

    .nav-btn:hover {
      background: linear-gradient(to bottom, #05b2c0, #026d81);
      transform: translateY(-2px);
    }
	*/
    .menu-toggle {
      position: absolute;
      top: 20px;
      left: 20px;
      display: none;
      font-size: 28px;
      color: white;
      cursor: pointer;
      z-index: 1101;
    }

    /* Sidebar styles */
    .sidebar {
      position: fixed;
      top: 0;
      left: -250px;
      width: 250px;
      height: 100%;
      background-color: #00bcd4;
      transition: all 0.3s ease;
      z-index: 1050;
      padding-top: 60px;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar ul li {
      padding: 15px 25px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .sidebar ul li a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      display: block;
    }

    .sidebar ul li a.nav-btn {
      background: none;
      border-radius: 0;
      box-shadow: none;
      padding: 12px 20px;
      font-size: 16px;
    }

    #sidebar #sidebar-close {
      position: absolute;
      top: 10px;
      right: 10px;
    }

    /* Mobile menu toggle */
    @media (max-width: 768px) {
      .menu-toggle {
        display: block;
        color: rgb(8, 113, 139);
      }

      .navbar-collapse {
        display: none !important;
      }
    }

    @media (min-width: 769px) {
      .menu-toggle {
        display: none;
      }
    }

    /* ✅ Fix for white space: add padding below fixed navbar */
    .content-below-navbar {
      padding-top: 100px; /* Adjust to match your navbar height */
    }




.footer-widget {
  margin-bottom: 0px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .footer-time {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-widget .footer-time .time {
  display: block;
}
.footer-widget .widget_title {
  border: none;
  font-size: 22px;
  line-height: 34px;
  padding: 0;
  margin-bottom: 0;
  color: var(--title-color);
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 50px;
}
.footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 23px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--title-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--secondary-color);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  width: 100%;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .sidebar-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.copyright-area {
  border-top: 1px solid var(--border-color);
  padding: 16px 0;
}
.copyright-area .terms-condition ul li {
  font-family: var(--title-font);
  position: relative;
  padding-right: 15px;
}
.copyright-area .terms-condition ul li::after {
  content: "|";
  position: absolute;
  color: var(--border-color);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.copyright-area .terms-condition ul li:last-child {
  margin-left: 5px;
  margin-right: 0;
}
.copyright-area .terms-condition ul li:last-child::after {
  display: none;
}

.footer-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--body-color);
  margin-bottom: 8px;
  font-family: var(--title-font);
  display: flex;
  align-items: baseline;
}
.footer-address i, .footer-address img {
  margin-right: 10px;
  color: var(--secondary-color);
}
.footer-address img {
  position: relative;
  top: -3px;
}

.footer-address2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  max-width: 340px;
  color: var(--body-color);
  margin-bottom: 8px;
}
.footer-address2 i {
  margin-right: 8px;
}

.footer-address3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  max-width: 340px;
  color: var(--smoke-color);
  margin-bottom: 8px;
}
.footer-address3 i {
  margin-right: 8px;
}

.footer-logo {
  margin-bottom: 28px;
  margin-top: -10px;
}

.footer-text {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-top: 30px;
  line-height: 26px;
}

.footer-info {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 300px;
  color: var(--smoke-color);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
}
.footer-info:last-child {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 0;
  }
  .footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}


.rainbow-btn {
    padding: 5px 12px;
    font-size: 16px;
    color: white;
    background: radial-gradient(circle at top left, #00b4bc, #017987); 
    border: none;
    border-radius: 10px;
    cursor: pointer; 
	min-width:200px;
	box-shadow: inset 0 0 0 1px white;
	animation: gradient 10s ease infinite;
    transition: transform 0.3s;
    
  }

  .rainbow-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }

  @keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
/* about-area */

.about-our{text-transform: uppercase; font-weight: bold; color: white; text-align: right; font-size: 50px; line-height:30px;}
.about-awesome{text-transform: uppercase; font-weight: bold; color: white; text-align: right; font-size: 100px;}
.about-normal{ font-weight: 500; color:#fff; text-align: right; font-size: 20px; padding-left:20%;}

.about {
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 150px 0;
}

.about-right {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  left:50px;
}

.about-item {
  flex: 1 0 49%;
}

.about-left h1 {
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  padding-bottom: 15px;
  text-wrap: balance;
}

.about-left p {
  font-size: 17px;
  color: #e4c9c9;
}

.about-img img , .rel-right-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img {
  width: 195px;
  height: 140px;
  position: relative;
  right: -80px;
}

.about-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to bottom, #63b75e, #e1df1f, #63b75e);
  }

.about-text {
  padding-top: 6px;
}
.ac-1,
.ac-2,
.ac-3,
.ac-4 {
  position: relative;
  isolation: isolate;
  z-index: 7;
  
}

.ac-1:after,
.ac-2:after,
.ac-3:after,
.ac-4:after {
  position: absolute;
  content: "";
  top: 50%;
  background: #0000009e;
  width: 80%;
  transform: translateY(-50%);
  height: 70%;
  z-index: -1;
  border-radius: 10px;
  margin-top: 40px;
}
.about-text {
  padding-top: 14px;
  color: #fff;
  text-align: right;
}
.about-text p {
  font-size: 15px;
  color: #ffffffad;
}
.about-text {
  padding-top: 16px;
  color: #fff;
  text-align: end;
  margin-right: 80px;
}

.about-text h6 {
  color: #09c009;
  font-size: 18px;
}
/* about-area */

/* explore-area */

.explore-us{text-transform: uppercase; font-weight: 300; color: #000; text-align: right; font-size: 30px;  }
.explore-welcome{text-transform: uppercase; font-weight: bold; color: #117070; text-align: right; font-size: 50px;}
.explore-jp{ font-weight: 500; color: #117070; text-align: right; font-size: 35px; padding-left:20%;}

.fish_img{ width:60%; margin-left:-10%; }
.explore {
  background-image: url(../../assets/Web_Template_0013_Vector-Smart-Object.jpg);
  background-repeat: cover;;
  background-size: 100%;
  padding: 150px 0;
}
.main-heading h2 {
    font-size: 17px;
    color: #000;
}

.main-heading h3 {
    font-size: 32px;
    color: #117373;
    font-weight: 700;
}

.explore-left p {
    text-align: end;
    text-wrap-style: balance;
}

.explore-left {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.explore-l-bottom h4 {
    width: 100%;
    background: linear-gradient(to left, #1ca4b0, #189098, #093538) !important;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    border-radius: 20px;
    margin: 10px 0; 
}

.explore-l-bottom ul {
    list-style-type: auto;
}

.rel-right-img {
    width: 450px;
    height: 260px;
}

.explore-right {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.rel-right-img {
    width: 450px;
    height: 260px;
    position: relative;
}

.el-oveelay {
    position: absolute;
    top: -70px;
    right: 0;
}

.el-oveelay span {
    font-size: 50px;
    font-weight: 600;
    background: #fff;
    padding: 5px 26px;
    border-radius: 30px;
    color: green;
}
/* explore-area */

.line-8{
    width: 100%px;
    height: 15px;
    background-color: #63B75F;
    margin: 0 0 0 auto;
}
.line-9{
    width: 100px;
    height: 15px;
    background-color: #E1DF1E;
    margin-left: 40%;
}
/*----------------- cursor --------------------*/
.cursor-dot{
    width: 12px;
    height: 12px;
    background-color: #E1DF1E;
    transition: 0.15s;
}
.cursor-outline{
    width: 70px;
    height: 70px;
    border: 1px solid #E1DF1E;
    transition: 0.1s;
}
.cursor-dot, .cursor-outline{
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99;
    pointer-events: none;
}
/* ---------------------------- scrollbar --------------------------- */
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: #63B75E;
}
::-webkit-scrollbar-thumb{
   background-color: #E1DF1E;
   border-radius: 10px;
}

/* Floating Icon Style */
    .floating-icon {
      position: fixed;
      top: 50%;
      right: 0px;
      transform: translateY(-50%); 
      color: white;
      padding: 0px; 
      border-radius: 50%;
      font-size: 24px;
      z-index: 1000; 
      cursor: pointer;
      display: none; /* Hide initially */
      transition: background-color 0.3s ease;
    }

    .floating-icon:hover {
      /*background-color: #0b5ed7;*/
    }
	.not-display-desktop {
    display: none;
  }
  .not-display-desktop1 {
    display: block;
  }
	 
	@media (max-width: 768px) {
  .not-display-desktop {
    display: block;
  }
  .not-display-desktop1 {
    display: none;
  }
  .explore {
  background-image: url(../../assets/Web_Template_0013_Vector-Smart-Object.jpg);
  background-repeat: cover;
  background-size: 100%;
  padding: 150px 0;
}
  
}

@media (max-width: 480px) {
  .not-display-desktop {
    display: block;
  }
  .not-display-desktop1 {
    display: none;
  }
  .explore {
  background-image: url(../../assets/Web_Template_0013_Vector-Smart-Object.jpg);
  background-repeat: cover;
  background-size: 100%;
  padding: 150px 0;
}
}