@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html, body, p, h1, h2, h3, h4, h5, a, span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:"width" 100;
}
/* =========== Introduction =========== */
#introduction h3{
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bolder;
}
#introduction p{
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
}
/* ==== Footer css ====== */
#footer h3{
    font-size: 24px;
    letter-spacing: 1px;
}
#footer .reach_us img{
    margin-right: 10px;
    width: 20px;
}
#footer .reach_us{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .reach_us li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#footer .social_media{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .social_media img{
    margin-right: 10px;
    width: 20px;
}
#footer .social_media li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#footer ul li{
    margin-bottom: 10px;
}
#footer .footer_our_services li img{
    width:20px;
    margin-right: 10px;
}
#footer ul li a{
    text-decoration: none;
    color: #000000;
    letter-spacing: 1px;
    font-size:14px;
}
#footer h3{
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.copyright span{
    font-size: 14px;
    letter-spacing: 1px;
}

/*======= Breadcrumb =========*/
.breadcrumb-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/*======= Breadcrumb =========*/
/* Custom styles for fancy contact section */
    .contact-section {
      padding: 60px 20px;
      background: linear-gradient(135deg, #667eea, #764ba2);
      border-radius: 0px;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    /* Floating decorative shapes */
    .contact-section .shape {
      position: absolute;
      border-radius: 50%;
      opacity: 0.2;
      z-index: 0;
    }
   .contact-section .shape1 {
      width: 150px;
      height: 150px;
      background-color: #fff;
      top: -50px;
      left: -50px;
    }
   .contact-section .shape2 {
      width: 100px;
      height: 100px;
      background-color: #ff7f50;
      bottom: -50px;
      right: -50px;
    }

    /* Style for form inputs */
   .contact-section .form-control {
      background-color: rgba(255, 255, 255, 0.1);
      border: none;
      color: #fff;
    }
   .contact-section .form-control:focus {
      box-shadow: none;
      background-color: rgba(255,255,255,0.2);
      outline: none;
    }

    /* Style for the contact info blocks */
    .contact-info {
      background: rgba(255, 255, 255, 0.1);
      padding: 20px;
      border-radius: 15px;
      margin-bottom: 20px;
      transition: background 0.3s;
    }
    .contact-info:hover {
      background: rgba(255, 255, 255, 0.2);
    }

    /* Map iframe styling */
    .contact-section .map-container {
      border-radius: 15px;
      overflow: hidden;
      height: 350px;
    }
    .contact-section iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

    /* Responsive adjustments */
    @media(max-width: 767px) {
      .contact-section {
        padding: 40px 20px;
      }
    }

    /*=========*/
     /* Card styles */
    .fancy-card {
      position: relative;
      border-radius: 0; /* No border radius */
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
      transition: transform 0.3s, box-shadow 0.3s;
      background-color: #fff;
    }
    /* Hover effect */
    .fancy-card:hover {
      transform: scale(1.02);
      box-shadow: 0 12px 24px rgba(0,0,0,0.3);
    }
    /* Image styles */
    .fancy-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    /* Overlay at bottom with gradient for fancy fade */
    .card-title-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 15px;
      background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,1));
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }
    /* Title styles */
    .card-title {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 600;
      margin: 0;
      padding: 0 10px;
      backdrop-filter: blur(4px);
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 0; /* Optional: border-radius: 10px; for rounded */
    }
    /* Responsive: full width on small screens */
    @media(max-width: 768px){
      .col-md-6 {
        flex: 1 1 100%;
        max-width: 100%;
      }
    }

    /*============*/
    .bg-container {
      background-image: url('https://oceancrest.in/wp-content/uploads/2025/11/breadcrumb-scaled-1.jpg');
      background-size: cover;
      background-position: center;
      min-height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
   
    /* Style for the transparent card */
    .transparent-card {
      background-color: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(10px);
      border-radius: 1rem;
      padding: 2rem;
      max-width: 100%;
      width: 100%;
    }
    /*=============*/
  .custom-background {
      position: relative;
      width: 100%;
      padding: 20px 0;
      background-image: url('https://oceancrest.in/wp-content/uploads/2025/11/breadcrumb-scaled-1.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    /* Overlay */
    .custom-background::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); /* Adjust overlay opacity here */
      z-index: 1;
    }
    /* Make sure inner content is above overlay */
    .custom-background > * {
      position: relative;
      z-index: 2;
    }
    /* Style for header text over overlay */
    .custom-background h2 {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 8px;
      color: #000000;
    }
    /* Optional: customize the carousel items */
    .custom-background .item {
      position: relative;
      text-align: center;
      background-color: rgba(255,255,255,0.8);
      padding: 0px;
      border-radius: 0px;
    }
    .custom-background .item img {
      width: 100%;
      height: auto;
      border-radius: 0px;
    }
    .custom-background .title {
      position: absolute;
      bottom: 0px;
      width: 100%;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 0;
      font-weight: bold;
    }
    /* Navigation styling as before */
    .custom-background .owl-nav {
      position: absolute;
      top: 10px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 15px;
      z-index: 999;
    }
    .custom-background .owl-prev, .owl-next {
      padding: 8px 12px;
      border-radius: 50%;
      color: #fff;
      font-size: 20px;
    }
    .custom-background .owl-dots {
      position: absolute;
      bottom: 10px;
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none;
      z-index: 999;
    }
    .custom-background .owl-dot {
      margin: 0 5px;
    }
    .custom-background .owl-dot span {
      width: 10px;
      height: 10px;
      display: block;
      background: #ccc;
      border-radius: 50%;
    }
    .custom-background .owl-dot.active span {
      background: #000;
    }