/* Sora CMS MOD Core Styles */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Global styls */
body {
    font-family: 'Source Sans Pro', sans-serif;
}
/* header and top navigation styles*/
.header .logo {
    font-size: 1.7rem;
    text-transform: uppercase;
}
#header {
    background-color:rgba(32,44,63,.90);
    font-size: .75rem;

}

.header a {
    color: #fff;
}
#header a {
    color: #fff;
}
#header a:hover{
    color:#f26f63;
    border-bottom:2px solid #f26f63;
}
.dropmenu ul li a:hover{
    color:#f26f63 !important;
    border-bottom:2px solid #f26f63;
}
a:focus, a:hover, a:active {
    color:#f26f63;
}

#header a:active{
    color:#f26f63;
    border-bottom:2px solid #f26f63;
}
#header a:focus{
    color:#f26f63;
    border-bottom:2px solid #f26f63;
}
.dropmenu ul li a.active, .dropmenu ul li a:focus {
    color:#f26f63 !important;
    border-bottom:2px solid #f26f63;
}
#header a:visited{
    color: #f26f63;
}


/* footer and bottom navigation styles */
#body > .modular-row #footer{
    padding-left:14rem;
    padding-right:14rem;
}
footer{
    background-color:rgba(32,44,63,.90);
    font-size: .75rem;
    width:100%;
    padding-top:1rem;
    color:#fff;
    text-align: left;
}
footer h4 {
    color:#fff;
    text-align: left;
}
footer p {
    text-align: left;
}
.footer-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding:1rem;
}
.footer-module{
    flex: 1 1 20%; /* allows wrapping on small screens */
    margin: 2rem 1rem 1rem 1rem;
    min-width: 220px; /* prevent collapse */
}
.footer-module.large{
    flex: 2 1 25%;
    margin: 0 1rem 1rem 1rem;
}
.footer-brand img{
    width:90%;
}
.footer-nav-items{
    display:block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding:1.5rem;
}
.copyright {
    width: 45%;
    display: inline;
    float:left;
}

.footer-nav{
    width:45%;
    display: inline;
    float:right;
}
.footer-nav p{
    text-align: right;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* wraps items on smaller screens */
    justify-content: flex-end; /* align right; change to center or left if needed */
}

.footer-menu li {
    margin: 0; /* remove vertical spacing */
}

.footer-menu a {
    text-decoration: none;
    color: inherit;
    font-size: 0.75rem;
    transition: color 0.2s ease;
}

.footer-menu a:hover {
    color: #fff; 
}

.footer-menu li a::after{
    content:"/"; /* divider symbol between items */
    margin: 0 0.5rem;
    display:inline-block;
}
.footer-menu li:last-child a::after{
    content: ""; /* Removes the symbol for the last item */
}

/* content styles */
body {
    font-size: 1rem;
    line-height: 1.7;
    color: #2e3a59;
    background-color: #FFF;
}
p {
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #2e3a59;
}
h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
h2, h3, h4, h5, h6 {
    font-family:'Montserrat', sans-serif;
    font-weight: 400;
}
a {
    color: #1F8CD6;
    text-decoration: none;
}

a:hover {
    color: #f26f63;
}

pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}

blockquote {
    border-left: 10px solid #f26f63;
    margin: 0;
    padding: 0 2rem;
    background-color: #fff;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

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

.text-left {
    text-align: left;
}

/* Content Styling */
.header .padding {
    padding: 1rem 0;
}

/* button styles */
.btn, .button{
    height: 2.8rem;
    border: none;

}
a.button:hover{
    background-color:#558dca;
    text-decoration: underline;
}



/* Menu Settings */
.main-nav ul {
    text-align: center;
    letter-spacing: -1em;
    margin: 0;
    padding: 0;
}

.main-nav ul li {
    display: inline-block;
    letter-spacing: normal;
}

.main-nav ul li a {
    position: relative;
    display: block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
}

.main-nav > ul > li > a {
    border-radius: 2px;
}

/*Active dropdown nav item */
.main-nav ul li:hover > a {
    background-color: #175E91;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
    background-color: #fff;
    color: #175E91;
}

/* Dropdown CSS */
.main-nav ul li {position: relative;}

.main-nav ul li ul {
    position: absolute;
    background-color: #1F8DD6;
    min-width: 100%;
    text-align: left;
    z-index: 999;

    display: none;
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
.main-nav li:hover > ul {
    display: block;
}

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}

/* Container for scroll on small screens */
.table-container {
  overflow-x: auto;
  margin-bottom: 2rem;
}

.table-container {
  overflow-x: auto;
  margin-bottom: 2rem;
}

/* Base table styling */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  font-size: 0.95rem;
  color: #2b2b2b;
  background-color: #ffffff;
  border: 1px solid #d0cfcf;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Table header */
thead {
  background-color: #dbeafe; /* slightly richer blue for contrast */
}

thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #1e293b; /* slate-800 */
  border-bottom: 2px solid #a5b4fc;
}

/* Table rows */
tbody tr {
  border-bottom: 1px solid #f0e9e5;
}

tbody td {
  padding: 0.65rem 1rem;
  vertical-align: top;
  color: #3b3b3b;
}

/* Zebra striping */
tbody tr:nth-child(even) {
  background-color: #fdf6f2; /* near your bg but just enough contrast */
}

/* Hover row effect */
tbody tr:hover {
  background-color: #faede6; /* warmer hover tone */
}

/* Responsive text wrap */
td, th {
  word-wrap: break-word;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  table {
    font-size: 0.9rem;
  }

  thead {
    display: none;
  }

  tbody td {
    display: block;
    padding: 0.5rem;
    position: relative;
    border-bottom: 1px solid #e4dcd7;
  }

  tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 0.25rem;
    color: #5c5c5c;
  }
}

/* Modules styles */

/** Hero on home page */
.hero h1 {
    color:#2e3a59;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.hero h2 {
    color:#2e3a59;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.hero h3 {
    color:#f16f63;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/** About styles **/
.about-section {
  background-color: #FFF7F1; /* Sora's cream background */
  padding: 2rem 2rem;
  display: flex;
  justify-content: center;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.about-text {
  flex: 1 1 60%;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #2E3A59;
}

.about-text .button {
  margin-top: 1rem;
  display: inline-block;
  background-color: #f26f63;
  color: white;
  padding: 0.75rem 1.25rem;
  font-size:1rem;
}

.about-image {
  flex: 1 1 35%;
}

.about-image img {
  max-width: 100%;
  border-radius: 10px;
}
section.about-section{
    padding-right:1rem;
    padding-left:1rem;
}

/*** Features styles ***/
.features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
.feature-item {
  padding: 1.5rem;
  text-align: center;
  background-color:rgba(255,247,241,.70);
  transition: transform 0.3s ease;
}
.feature-item:hover{
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.feature-item h3{
    margin: 0.5em 0 0.25em;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
}
.features-item p{
    text-align: left;;
}
.feature-icon {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #f26f63;
}
.feature-content p {
  text-align: left;
}
.features-section .button{
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 1rem 0.5rem 0;
    padding:1rem;
    background-color:#f26f63;
    color:#fff;

}
.features-cta .button {
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #007ACC;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
/*** end features styles ***/

/*** Services styles ***/
.services-section{
    background-color: #c7ebff;
    padding-bottom:1.5rem;
}
.services-section h2{
    margin-top:0;
    padding-top:2rem;
}
.services-section .button{
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 1rem 1rem 0;
    padding:1rem;
    background-color:#f26f63;
    color:#fff;

}
.services-section .button:hover{
    background-color:#558dca;
    color:#fff;

}
.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.service-item {
  padding: 1.5rem;
  text-align: center;
  background-color:rgba(124,175,212,.30);
  transition: transform 0.3s ease;
  
}
.service-item:hover{
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.service-item h3{
    margin-top:1rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
}
.service-item p{
    text-align: left;;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.service-item .icon {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #2e3a59;
}

.service-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #f26f63;
  text-decoration: none;
}
/*** end services styles ***/

/*** Reviews carosel styles ***/
.reviews-section{
    padding-bottom:3rem;
    margin-bottom:1rem;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 75%;
}

.carousel-item {
  flex: 0 0 100%; /* each item takes full width of container */
  padding: 1rem;
  box-sizing: border-box;
  border-left:5px solid #f26f63;
  text-align: left;
  background-color:rgba(255,247,241,.75);
  margin-right:1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.carousel-item cite {
  font-size: 1rem;
  color: #2e3a59;
}

.carousel-button {
  background: #c7ebff;
  border: 2px solid #7cafd4;
  border-radius: 25%;
  color: #2e3a59;
  font-size: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.carousel-button:hover,
.carousel-button:focus {
  background: #c7ebff;
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  outline: none;
}

.carousel-track-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}


.reviews-section h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.carousel-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem; /* space between buttons */
  margin-bottom: 2rem; /* space below buttons */
}
/* endeviews carosel styles */

/*** Badges ***/
.badges-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; /* space between badges */
  justify-content: center; /* or 'start' or 'space-between' */
  align-items: center;
  margin: 2rem 0;
}
.badge-item{
  font-size: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color:#558dca;
}

