/************************************************************/
/* ROOT PROPERTIES */
/************************************************************/
:root {
  --primary-gold: #b39569;
	--gold-50: #f7f4f0;
  --gold-200: #dcceba;
	--gold-300:#ccb89b;
	--gold-900:#4b3f2c;
	--secondary-navy:#02101d;
	--navy blue-50:#e6e7e8;	
	--navy blue-100:#b1b5b9;	
	--navy blue-900:#01070c;
}

/************************************************************/
/* SITE WIDE */
/************************************************************/

body.responsive .container {
    max-width: 1480px;
    }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Apply font smoothing to all SiteOrigin widgets */
.email-link,
.phone-link,
.sow-headline,
.sow-headline a,
.so-widget,
.so-widget-sow-headline,
.so-widget-sow-editor,
.widget,
.widget_text {
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  font-smooth: always!important;
	
}


body,button,input,select,textarea {
    font-size: 16px;
    line-height: 1.6
}

#scroll-to-top {
    bottom: 100px;
    right: 30px;
    background: var(--primary-gold);
    }

/************************************************************/
/* ANIMATIONS */
/************************************************************/


.box-link-card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  background-color: #fff;
  color: #b39569;
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  border: 1px solid #b39569;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.box-link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
  cursor: pointer;
	background-color:var(--gold-50);
}


.iconhover {
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  top: 0;
}

.iconhover:hover {
  transform: translateY(-5px);
}

.force-align {
		text-align:center!important;
}

.force-center {
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	text-align: center !important;
}





/************************************************************/
/* HEADER */
/************************************************************/


.custom-logo-wrapper {
		max-width:125px;
		height:auto;
}

/************************************************************/
/* MAIN MENU SOCIAL MEDIA ICONS */
/************************************************************/
.menu-icon-x > a {
  background-image: url('https://laramauritius.com/wp-content/uploads/X-Icon-Gold-Solid.svg');
}
.menu-icon-facebook > a {
  background-image: url('https://laramauritius.com/wp-content/uploads/Facebook-Icon-Gold-Solid.svg');
}
.menu-icon-linkedin > a {
  background-image: url('https://laramauritius.com/wp-content/uploads/LinkedIn-Icon-Gold-Solid.svg');
}

.menu-icon-facebook a,
.menu-icon-linkedin a,
.menu-icon-x a {
  display: block !important;
  width: 36px !important;
  height: 36px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  padding: 0 !important;
  line-height: 0 !important;
  white-space: nowrap !important;
  color: transparent !important;
  font-size: 0 !important;
	margin-bottom:-12px!important;
		
}

.menu-icon-facebook a span,
.menu-icon-linkedin a span,
.menu-icon-x a span {
  display: none !important;
}

@media (min-width: 1100px) {
		.menu-icon-facebook a,
.menu-icon-linkedin a,
.menu-icon-x a {
		margin-right:30px!important;
		}}

@media (min-width: 768px) and (max-width: 1099px) {
		.menu-icon-facebook a,
.menu-icon-linkedin a,
.menu-icon-x a {
		margin-right:10px!important;
		}}

/************************************************************/
/* SOCIAL MEDIA ICONS ON CONTACT PAGE */
/************************************************************/
.social-icons-light .social-icon svg {
  color: var(--primary-gold)
  transition: color 0.3s ease;
}

.social-icons-light .social-icon:hover svg {
  color: var(--gold-200);
}



/************************************************************/
/* FOOTER */
/************************************************************/
#colophon {
background: linear-gradient(to left, #02101D 0%, #35404A 100%);
}

.site-info {
		background-color:var(--secondary-navy);
}

#colophon .site-info a {
		text-decoration:none!important;
}

#colophon .site-info a:hover {
		color:var(--primary-gold)!important;
		}

.social-icons-left {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}

.social-icon {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-icon svg {
  display: block;
	margin-right:15px;
  }

/* Optional hover effect (e.g. scale or fade) */
.social-icon:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.social-icon svg {
  color: white;
  transition: color 0.3s ease;
}

.social-icon:hover svg {
  color: var(--primary-gold);
}


.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: opacity 0.2s ease;
}

.phone-link img {
  width: 24px;
  height: 24px;
  display: block;
}

.phone-link:hover {
  opacity: 0.8;
	color:var(--primary-gold)!important;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: opacity 0.2s ease;
}

.email-link img {
  width: 24px;
  height: 24px;
  display: block;
}

.email-link:hover {
  opacity: 0.8;
	color:var(--primary-gold)!important;
}

#colophon .sow-headline-container p.sow-headline a {
		text-decoration:none!important;
}

#colophon .sow-headline-container p.sow-headline a:hover {
		color:var(--primary-gold);
}

/************************************************************/
/* CAROUSELS */
/************************************************************/


.sow-carousel-item-title {
		display:none;
}

.team-members p  {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

/************************************************************/
/* CONTACT FORM */
/************************************************************/

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #b39569!important;
}

.wpcf7 .wpcf7-response-output {
    color: #000!important;
    text-transform: inherit!important;
}

.wpcf7-submit, input[type=submit] {
    margin-top:20px!important;
}

.input[type=submit]:focus {
		background: var(--primary-gold);
    border-color: var(--primary-gold);
    width: 250px;
    margin: auto; 
}

.entry-content form.wpcf7-form {
  line-height: 1.2!important; 
}

.wpcf7-form-control .wpcf7-select wpcf7-validates-as-required {
    padding-inline-start:10px!important;
}

.wpcf7 select.wpcf7-form-control.wpcf7-select {
		font-size:1em!important;
}

/* Style the form container */
.wpcf7 form {
  background: var(--gold-50); 
  }

.wpcf7 form  br {
  display: none;
}
/* Ensure labels are above inputs */
.wpcf7 label {
  display: block;
  }

/* Two-column layout for name and contact number */
.cf7-row {
  overflow: hidden; /* Clear floats */
  }

.wpcf7 form.wpcf7-form p {
		margin-bottom:0px
}
@media (min-width: 426px) {
.cf7-col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
		}}

/* Input and textarea styling */
.wpcf7 input, 
.wpcf7 textarea {
  width: 100%;
  display: block;
}

/* Make sure full-width fields look good */
.wpcf7 textarea {
  height: 100px;
	}

/* Style the submit button */
.wpcf7-submit,
input[type=submit] {
	color:#fff;
  padding: 12px;
  border: none;
  font-size: 16px;
  text-transform:capitalize!important;
  cursor: pointer;
  border-radius: 4px;
	margin-top:30px;
	background: var(--primary-gold);
  border-color: var(--primary-gold);
  width: 250px;
  margin: auto; 
}

.wpcf7-submit:hover,
.wpcf7-submit:focus{
  background: var(--gold-200)!important;
}


/************************************************************/
/* HOME PAGE IMAGE */
/************************************************************/

@media (max-width: 780px) {
.page-img .sow-image-container .so-widget-image {
  display: block;
  height: 350px;
  max-width: 100%;
  object-fit: cover;
		}}
/************************************************************/
/* SITE SEARCH */
/************************************************************/
#header-search input[type="search"]::placeholder {
    color: white;
    opacity: 1; /* For Firefox */
}

#header-search input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

#header-search input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

#header-search input[type="search"] {
    color: white;
}

/************************************************************/
/* GLOBAL STYLE ELEMENTS */
/************************************************************/

.page-hero > .panel-grid-cell { 
  background: linear-gradient(
    to bottom,
    rgba(53, 64, 74, 0.3) 0%,
    #02101d90 100%
  );
  }

.home-hero { 
  background: linear-gradient(
    to bottom,
    rgba(53, 64, 74, 0.3) 0%,
    #02101d90 100%
  );
	height:640px!important;
  }


.hero-divider {
  text-align: center;
  margin: 40px auto;
  position: relative;
  font-size: 13px;
  font-style: italic;
  color: white;
  text-transform: uppercase;
}

.hero-divider span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.hero-divider span::before,
.hero-divider span::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: white;
}

@media (min-width: 1024px) { 
.hero-divider span::before,
.hero-divider span::after {
  width: 300px; /* length of the lines */
  }}

@media (min-width: 769px) and (max-width: 1023px) { 
.hero-divider span::before,
.hero-divider span::after {
  width: 100px; /* length of the lines */
  }}

@media (max-width: 768px) { 
.hero-divider span::before,
.hero-divider span::after {
  width: 30px; /* length of the lines */
  }}

@media (min-width: 1024px) { 
.hero-divider span::before {
  left: -310px;
}

.hero-divider span::after {
  right: -310px;
}}

@media (min-width: 769px) and (max-width: 1023px) { 
.hero-divider span::before {
  left: -110px;
}

.hero-divider span::after {
  right: -110px;
}}

@media (max-width: 768px) { 
.hero-divider span::before {
  left: -40px;
}

.hero-divider span::after {
  right: -40px;
}
}

.button-wrapper {
  text-align: center;
  margin: 40px 0; /* Optional spacing */
}

.book-online-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 18px;
  font-family: inherit;
  color: white;
  background-color: rgba(255, 255, 255, 0.2); /* white @ 20% opacity */
  border: 1px solid white;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.book-online-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  color: white;
}

.book-online-gold-btn {
  display: inline-block;
  padding: 12px 80px;
  font-size: 18px;
  font-family: inherit;
  color: var(--primary-gold);
  border: 1px solid var(--primary-gold);
  border-radius: 4px;
  text-decoration: none;
  text-align: center!important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.book-online-gold-btn:hover {
  background-color: rgba(179, 149, 105, 0.3);
  border-color: var(--primary-gold);
  color: var(--primary-gold);
}

@media (min-width: 780px) {
.button-wrapper-left {
  text-align: left!important;
		}}


/************************************************************/
/* TABLE STYLING */
/************************************************************/
.package-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

.package-table th,
.package-table td {
  border: 1px solid #b39569;
  padding: 10px 12px;
  vertical-align: top;
}

.package-table th {
  font-family: 'EB Garamond', serif;
  font-variant: small-caps;
  font-size: 20px;
  text-align: center;
}

.package-table th span::first-letter {
  font-size: 26px;
  font-weight: 600;
}

/* Column-specific classes */
.package-table .col-category {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  }

.package-table .col-service {
  text-align: left;
}

.package-table .col-gold,
.package-table .col-platinum {
  text-align: center;
}

.package-table .gold-row td {
  background-color: var(--gold-50);
  font-weight: bold;
}

.package-table tr.header-row th {
  background-color: var(--gold-50);
	padding:25px 0px;
}

.package-table td.fixed-first,
.package-table th.fixed-first {
  position: sticky;
  left: 0;
  z-index: 2; 
  background: white;
  min-width: 150px; /* default width */
  max-width: 150px;
  white-space: normal;
	}

.gold-text {
		color:var(--primary-gold);
}

@media (max-width: 425px) {
	.package-table .col-category,
  .package-table td.fixed-first,
  .package-table th.fixed-first {
    min-width: 120px !important;
    max-width: 120px !important;
    font-size: 14px;
		border: 1px solid var(--primary-gold);
  }}

/************************************************************/
/* GLOBAL STYLING LARGE BOX LINKS */
/************************************************************/
.large-box-links a {
		text-decoration:none;
		margin-top:30px;
}

.slick-track {
		margin-top:10px;
}

.box-link-card {
  display: flex!important;
  justify-content: center!important; /* center horizontally */
  align-items: center!important;     /* center vertically */
  height: 100%!important;
  min-height: 200px!important; /* or whatever minimum height you want for cards */
  text-align: center!important;
	padding:0px 25px;
}

/************************************************************/
/* GLOBAL STYLING BIOGRAPHIES */
/************************************************************/

.bio-quote {
		font-size:14px;
		height:50px!important;
		vertical-align:middle!important;
}

p.bio-content {
		font-size:14px;
		line-height:1.5em!important;
		
}

.contact-page-links {
		font-size:24px;
		color:var(--primary-gold);
		font-style: italic; 
		font-family: 'EB Garamond', serif;
}

.contact-page-links a {
		text-decoration:none;
		}
/************************************************************/
/* GLOBAL STYLING INSTITUTION TITLES */
/************************************************************/

.so-widget-sow-image {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center; /* vertical centering */
  
}

.so-widget-sow-image .widget-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
}

.page-id-1114 .so-widget-sow-image {
	display: flex !important; /* override the grid */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 !important;
  grid-template-columns: unset !important;
	font-size:18px;
	line-height:1.2em;
	font-style: italic;
	}

.page-id-1114 h3.so-widget-sow-image {
	
	font-family: 'Inter', sans-serif!important;
}

/************************************************************/
/* HOME PAGE TREATMENT LINKS */
/************************************************************/

  .link-row {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
		line-height:1.2em;
    color: #b39569;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center; /* Center-aligns the links */
    text-align: center;
  }


  .link-row a {
    color: #b39569;
    text-decoration: none;
    position: relative;
  }

  .link-row a::after {
    content: "|";
    margin: 0 8px;
    color: #b39569;
  }

  .link-row a:last-child::after {
    content: "";
    margin: 0;
  }

  .link-row a:hover {
    color: #ccb89b;
  }

/************************************************************/
/* SIDEBAR - CALL BUTTON */
/************************************************************/

.call-button-sidebar {
  display: inline-block;
  background-color: var(--primary-gold);
  color: white;
  text-align: center;
  padding: 15px 25px;
  border-radius: 4px;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  transition: background-color 0.3s ease;
	width:100%;
	font-size: 32px;
  line-height: 1.2em;
}

.call-button-sidebar:hover {
  background-color: var(--gold-200);
}

body.call-label {
  display: block;
  }

body.call-number {
  display: block;
  }


.divider-sidebar {
  text-align: center;
  margin: 40px auto;
  position: relative;
  font-size: 13px;
  font-style: italic;
  color: var(--primary-gold);
  text-transform: uppercase;
}

.divider-sidebar span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.divider-sidebar span::before,
.divider-sidebar span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px; /* default for larger screens */
  height: 1px;
  background-color: var(--primary-gold);
}

.divider-sidebar span::before {
  left: -70px;
}

.divider-sidebar span::after {
  right: -70px;
}

@media (max-width: 768px) {
  .divider-sidebar span::before,
  .divider-sidebar span::after {
    width: 50px;
  }

  .divider-sidebar span::before {
    left: -40px;
  }

  .divider-sidebar span::after {
    right: -40px;
  }
}

body.page-id-668 #secondary {
  margin-top: 250px !important;
}

@media (min-width: 780px) {

body.page-id-657 #secondary, 
body.page-id-655 #secondary, 
body.page-id-1705 #secondary, 
body.page-id-650 #secondary {
  margin-top: 600px !important;
		}}


/************************************************************/
/* TREATMENTS */
/************************************************************/

.view-more-container {
  text-align: center;
  margin-top: 20px; /* Optional spacing */
}

.view-more-link {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.view-more-link:hover {
  color: var(--primary-gold); /* Optional gold hover */
}

#post-115 .so-widget-sow-image,
#post-580 .so-widget-sow-image { 
		gap: 0px!important;
}

/************************************************************/
/* ARCHIVES */
/************************************************************/
body.blog .entry-meta,
body.archive .entry-meta,
body.category .entry-meta {
    margin-top: 0px!important;
		
}

/* ARCHIVE LAYOUT ONLY (Blog, Archive, Category) */
body.blog .entry,
body.archive .entry,
body.category .entry {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 40px;
}

body.blog .entry-thumbnail,
body.archive .entry-thumbnail,
body.category .entry-thumbnail {
  grid-column: 1 / 2;
  grid-row: 1 / span 2;
}

body.blog .entry-thumbnail img,
body.archive .entry-thumbnail img,
body.category .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

body.blog .entry-header,
body.archive .entry-header,
body.category .entry-header {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  position: relative;
}

body.blog .entry-content,
body.archive .entry-content,
body.category .entry-content {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
}

body.blog .entry-content p,
body.archive .entry-content p,
body.category .entry-content p {
  margin: 0 0 20px;
  text-align: left;
}

body.blog .more-link,
body.archive .more-link,
body.category .more-link {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  justify-self: end;
  align-self: flex-end;
}

body.blog .entry .entry-title,
body.archive .entry .entry-title,
body.category .entry .entry-title {
  margin-bottom: 0;
}

/* RESPONSIVE LAYOUT (Mobile) */
@media (max-width: 780px) {
  body.blog .entry,
  body.archive .entry,
  body.category .entry {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  body.blog .entry-thumbnail,
  body.archive .entry-thumbnail,
  body.category .entry-thumbnail,
  body.blog .entry-header,
  body.archive .entry-header,
  body.category .entry-header,
  body.blog .entry-content,
  body.archive .entry-content,
  body.category .entry-content {
    grid-column: unset;
    max-width: 100%;
    width: 100%;
  }

  body.blog .entry-thumbnail,
  body.archive .entry-thumbnail,
  body.category .entry-thumbnail {
    order: 0;
  }

  body.blog .entry-header,
  body.archive .entry-header,
  body.category .entry-header {
    order: 1;
  }

  body.blog .entry-content,
  body.archive .entry-content,
  body.category .entry-content {
    order: 2;
  }

  body.blog .more-link,
  body.archive .more-link,
  body.category .more-link {
    align-self: flex-start;
    justify-self: start;
  }

  body.blog article.page,
  body.blog article.page>:last-child,
  body.blog article.post>:last-child,
  body.archive article.page,
  body.archive article.page>:last-child,
  body.archive article.post>:last-child,
  body.category article.page,
  body.category article.page>:last-child,
  body.category article.post>:last-child {
    margin-bottom: 20px;
  }
}