/* --------------------------------------------- 
* Filename:     custom-style.css
* Version:      1.0.3 (Fixed & Sanitized Layout)
* Website:      https://www.hyscaler.com
* Description:  System Style
* Author:       Hyscaler Team
-----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');

.cookie-regular {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
}

img {
  height: auto !important;
}

.global-right {
  float: right;
}

.global-text-align-right {
  text-align: right;
}

.big-header-top {
  padding: 1.1rem 0 .9rem;
  width: 100%;
  display: inline-block;
  background: #064e3b;
}

.big-header-top .block {
  margin-bottom: 0;
}

.big-logo-menu {
  width: 100%;
  display: inline-block;
  background: #fff;
}

.path-frontpage .block-system-main-block {
  display: none;
}	

.full-page {
  padding: 5% 2rem;
  background: url("https://sundarbanstrip.com/themes/bootbig/images/full-width-1st.jpg") no-repeat fixed;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: cover;
  background-position: center;
}

.full-page-2nd {
  padding: 5% 2rem;
  background-size: cover;
  background-position: center;
}

.full_page_left_right {
  padding: 5% 0;
}

.footer-bottom-copyright {
  padding: 2rem;
  background: #00342f;
  color: #fff;
}

/* Ensure website background remains white */
body {
  background-color: #ffffff;
}


/******  SANTANU CSS *****/

/* ==========================================
   ROY CONTACT SECTION STYLES
========================================== */
.roy-contact {
  padding: 50px 0;
  background-color: #f8fafc;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.roy-contact-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Header */
.roy-contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.roy-contact-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
  line-height: 1.2;
}

.roy-contact-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Grid Layout */
.roy-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.roy-contact-col {
  flex: 1 1 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 300px;
}

/* Cards */
.roy-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  height: 100%;
}

.roy-contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

/* Icon Badges */
.roy-contact-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #e6f4ed;
  color: #0b6b45;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.roy-contact-icon.roy-icon-whatsapp {
  background-color: #dcfce7;
  color: #16a34a;
}

/* Contact Details */
.roy-contact-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.roy-contact-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
}

.roy-contact-details p {
  margin: 0;
  font-size: 15px;
  color: #334155;
  line-height: 1.5;
  font-weight: 600;
}

.roy-contact-details a {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.roy-contact-details a:hover {
  color: #ff6600;
}

.roy-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}

.roy-contact-links a {
  position: relative;
}

.roy-contact-links a:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -8px;
  color: #cbd5e1;
}

/* Responsive Media Queries */
@media (max-width: 767px) {
  .roy-contact {
    padding: 30px 0;
  }
  
  .roy-contact-title {
    font-size: 24px;
  }
  
  .roy-contact-col {
    flex: 1 1 100%;
  }

  .roy-contact-item {
    padding: 18px;
  }

  .roy-contact-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
  }
}


/* ==========================================
   ROY FEATURES SECTION STYLES
========================================== */
.roy-features {
  padding: 50px 0;
  background-color: #f8fafc;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.roy-features-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Full Width Hero Box (1st Paragraph) */
.roy-features-hero {
  background: linear-gradient(135deg, #0b6b45 0%, #064e3b 100%);
  color: #ffffff;
  padding: 32px 30px;
  border-radius: 14px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(11, 107, 69, 0.12);
}

.roy-features-hero-text {
  font-size: 16px;
  line-height: 1.6;
  color: #f1f5f9;
  max-width: 950px;
  margin: 0 auto;
}

/* Alternating Grid Layout */
.roy-features-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.roy-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 82%;
  box-sizing: border-box;
}

.roy-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

/* Left & Right Alignments */
.roy-align-left {
  margin-right: auto;
  border-left: 4px solid #0b6b45;
}

.roy-align-right {
  margin-left: auto;
  flex-direction: row-reverse;
  text-align: right;
  border-right: 4px solid #ff6600;
}

.roy-align-right .roy-feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Icon Styles */
.roy-feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #e6f4ed;
  color: #0b6b45;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.roy-feature-icon.roy-icon-accent {
  background-color: #fff7ed;
  color: #ff6600;
}

/* Content Text Formatting */
.roy-feature-title {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
}

.roy-feature-text {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* Footer Box (Last Paragraph) */
.roy-features-footer {
  margin-top: 36px;
  text-align: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px dashed #cbd5e1;
}

.roy-features-footer-text {
  font-size: 15px;
  color: #334155;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .roy-features {
    padding: 30px 0;
  }

  .roy-features-hero {
    padding: 20px 16px;
    margin-bottom: 24px;
  }

  .roy-feature-card {
    max-width: 100% !important;
    margin: 0 !important;
    flex-direction: row !important;
    text-align: left !important;
    padding: 18px;
  }

  .roy-align-right .roy-feature-content {
    align-items: flex-start !important;
  }

  .roy-align-right {
    border-right: none;
    border-left: 4px solid #ff6600;
  }

  .roy-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 18px;
  }

  .roy-feature-title {
    font-size: 17px;
  }
}

/* ==========================================
   ROY ABOUT / FOUNDER SECTION STYLES
========================================== */
.roy-about {
  padding: 50px 0;
  background-color: #f8fafc;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.roy-about-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.roy-about-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Left Column - Image Container */
.roy-about-media {
  flex: 0 0 380px;
  position: sticky;
  top: 30px;
}

.roy-about-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
  background-color: #e2e8f0;
}

.roy-about-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.roy-about-image-wrapper:hover .roy-about-img {
  transform: scale(1.03);
}

/* Overlay Badge for Image */
.roy-about-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.9));
  padding: 30px 20px 20px 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.roy-badge-name {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.roy-badge-title {
  font-size: 13px;
  font-weight: 700;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Right Column - Text Layout */
.roy-about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.roy-about-card {
  background: #ffffff;
  padding: 22px 26px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.roy-about-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

/* Featured Header Paragraph */
.roy-highlight-card {
  border-left: 4px solid #0b6b45;
  background: #ffffff;
}

.roy-highlight-card .roy-about-text {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

/* Standard Paragraph Text */
.roy-about-text {
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
  margin: 0;
}

/* Closing Paragraph */
.roy-footer-card {
  border-left: 4px solid #ff6600;
  background: #fff7ed;
}

.roy-footer-card .roy-about-text {
  font-weight: 700;
  color: #9a3412;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
  .roy-about-grid {
    flex-direction: column;
    gap: 30px;
  }

  .roy-about-media {
    flex: 1 1 100%;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    position: static;
  }

  .roy-about-img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .roy-about {
    padding: 30px 0;
  }

  .roy-about-card {
    padding: 18px 20px;
  }

  .roy-about-text {
    font-size: 14px;
  }
}