

/* --- Basic --- */

body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* --- Custom Bootstrap Container --- */

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Top Bar --- */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e6e6e6;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  height: 90px;
  padding: 1rem 6rem;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.top-bar img {
  height: 70px;
  width: auto;
}

.top-bar .btn-enquire {
  background-color: #ffbf99;
  color: #000;
  border: none;
  padding: 0.7rem 2rem;
  font-weight: 500;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  display: inline-block;
}



/* --- Hero Section --- */

.hero {
  background: url("../images/heroimg.png") no-repeat center center/cover;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: calc(100vh - 0px);
  padding-top: 115px;
}

.hero h1 {
  font-family: "DM Serif Display", serif;
  font-size: 3.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 0.9;
  color: white;
  text-align: left;
}

.hero h1 span {
  color: #ffccb3;
  font-family: "DM Serif Display", serif;
  font-size: 3.2rem;
}

.hero p {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  text-align: left;
  max-width: 500px;
}

.hero .btn-cta {
  margin-top: 2.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #ffd2b3;
  color: #000;
  border-radius: 0;
  font-weight: 500;
  display: flex;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  align-items: center;
  margin-left: 0;
}

.hero .btn-cta:hover {
  background-color: #ffbf99;
}

.artist-section {
  width: 100%;
  overflow: hidden;
}

.artist-title {
  font-family: "DM Serif Display", serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 0.8;
  font-style: italic;
  color: black;
  margin-top: 3rem;
  text-align: left;
}

.artist-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  font-family: "Inter";
  text-align: left;
}

.artist-description {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.6;
  padding: 60px 90px;
  padding-left: 0;
  font-family: "Inter";
  text-align: left;
}

.img-fluid {
  max-width: 85%;
  z-index: 1;
}

.peach-bar {
  position: absolute;
  height: 30%;
  background-color: #fdd8cc;
  top: 40%;
  z-index: -1;
}


 .peach-bar-left {
  left: -4.25rem;
  width: 10rem;
}

.peach-bar-right {
  right: -50.25rem;
  width: 60rem;
  margin: 0 auto;
} 

.object-cover {
  object-fit: cover;
}

/* bridal table  section  */
.bridal-path-section {
  background-color: #fffbf9;
}

.bridal-path-section-h2 {
  font-family: "DM Serif Display", serif;
  font-size: 3.5rem;
  font-style: italic;
  margin-bottom: 3rem;
  color: black;
}

.bridal-path-button {
  background-color: #ffb78c;
  border: none;
  padding: 0.9rem 4.5rem;
  font-weight: normal;
  font-family: "Inter";
  margin-bottom: 20px;
}

.bridal-table td {
  padding: 1.5rem;
  border: 1px dashed #ccc;
  font-family: "Inter";
  font-size: 1.1rem;
  vertical-align: middle;
  background-color: #fff;
}

.bridal-table thead th:nth-child(1) {
  background-color: #ffece5;
  font-weight: bold;
  border: 1px solid #0000002e;
  font-family: "Inter";
  padding: 1.3rem;
}
.bridal-table thead th:nth-child(2) {
  background-color: #ffdccb;
  font-weight: bold;
  border: 1px solid #0000002e;
  font-family: "Inter";
  padding: 1.3rem;
}
.bridal-table thead th:nth-child(3) {
  background-color: #ffb78c;
  font-weight: bold;
  border: 1px solid #0000002e;
  font-family: "Inter";
  padding: 1.3rem;
}

/* else if section of table  */
/* bridal card  */
.bridal-card {
  background: white;
  max-width: 250px;
  margin: 0 auto;
  border: 1.5px dotted #ccc;
}

.bridal-header {
  background: #ffb894;
  color: black;
  font-weight: bold;
  padding: 12px;
  font-size: 16px;
  text-align: center;
}

.bridal-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bridal-card ul li {
  padding: 12px;
  font-size: 14px;
  border: 1.5px dotted #ccc;
  text-align: center;
}

.bridal-card ul li:last-child {
  border-bottom: none;
}

/* Custom styles for the carousel indicators */
.carousel-indicators {
  position: static; 
  margin-top: 1.5rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  border: 1px solid #000;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #000;
}

.carousel-control-prev img {
  width: 20px; 
  height: 20px;
  margin-top: -120px;
  margin-left: 40px;
}
.carousel-control-next img {
  width: 20px; 
  height: 20px; 
  margin-top: -120px;
  margin-right: 40px;
}

/* Desktop default */
.bridal-desktop {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.bridal-mobile {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* skill section */

.skills-section {
  padding: 3rem 0;
  background: linear-gradient(to top, #ffefe4, white);
}
.skills-section-h1 {
  font-size: 3.5em;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  font-family: "DM Serif Display";
  font-style: italic;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.subtitle {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 40px;
  font-family: "Inter";
}

h2 {
  font-size: 2rem;
  color: #000;
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Inter";
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  padding: 3rem 0px;
  position: relative;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 180px;
  position: relative;
}

.skill-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 75px;
  right: -50px;
  width: 50px;
  border-top: 2px dotted orange;
  z-index: 1;
}

.skill-item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.skill-item p {
  font-size: 1rem;
  color: #000;
  line-height: 1.4;
  width: 8.5rem;
  font-family: "Montserrat";
}

/* real work section  */

section.real-work {
  padding: 0;
}

.real-work img {
  /* width: 100%;
    height: 100%;
    object-fit: cover; */
  object-fit: cover;
  max-width: 340px;
  margin: 0 auto;
}

.real-work-text {
  padding: 30px;
}
.real-work-text h2 {
  font-size: 3.4rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  font-family: "DM Serif Display";
  text-align: center;
  margin-bottom: 0;
  color: black;
}
.real-work-text h5 {
  font-size: 1.5rem;
  font-weight: 400;
  /* margin-top: 5px; */
  margin-bottom: 20px;
  text-align: center;
}
.real-work-text p {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
}
.real-flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Enroll Button */
.enroll-btn {
  display: inline-block;
  background-color: #ffb18a;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  margin-top: 10px;
  font-family: "Inter";
}

/* Left arrow */
/* .carousel-control-prev-icon {
  background-image: url('images/left-arrow.png') !important;
  width: 40px;   /* adjust arrow size */
/* height: 40px; */
/* background-size: contain; */
/* background-repeat: no-repeat; */
/* } */

/* Right arrow */
/* .carousel-control-next-icon { */
/* background-image: url('images/right-arrow.png') !important; */
/* width: 40px;    */
/* height: 40px; */
/* background-size: contain; */
/* background-repeat: no-repeat; */
/* } */

/* Hide Bootstrap default icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

/* Custom icons */
.custom-prev,
.custom-next {
  color: #000; 
  background: #ffb18a;
  padding: 4px 12px;
  border-radius: 50%;
  display: inline-block;
}

.custom-prev {
  margin-left: 150px;
}

.custom-next {
  margin-right: 150px;
}

/* Hover effect */
.custom-prev:hover,
.custom-next:hover {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.carousel-control-prev,
.carousel-control-next {
  background: none;
  border: none;
}

/* contact section  */
section.contact-section {
  background: linear-gradient(rgba(255, 255, 255, 0.86), rgb(255, 255, 255)),
    url("../images/contactbg1.png") no-repeat center center/cover;
  padding: 50px 0;
}
.contact-left h1 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "DM Serif Display";
  font-style: italic;
  color: black;
}
.contact-left h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.contact-left p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 40px !important;
  font-family: "Inter";
  color: black;
}
.contact-form {
  background: #fcd3bf;
  padding: 25px;
  /* border-radius: 4px; */
}
.contact-form h5 {
  font-style: italic;
  margin-bottom: 20px;
  font-family: "DM Serif Display";
}
.form-control {
  border-radius: 0;
  margin-bottom: 15px;
}
.btn-submit {
  background: #f7a26b;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 1rem;
}

.btn-submit:hover{
  background: #f7a26b;
  border: none;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 1rem;
}

/* info bar section  */
.info-bar-container {
  background-color: #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  color: #4a4a4a;
  flex-wrap: wrap;
  padding: 40px;
  box-sizing: border-box;
}

.info-bar-item {
  /*margin: 5px 10px;*/
  white-space: nowrap;
  text-align: center;
  padding: 1px;
  font-family: "Inter";
  font-weight: 900;
  color: black;
}

.info-bar-item:not(:last-child)::after {
  content: "|";
      margin-right: 10px;
    margin-left: 10px;
  color: #4a4a4a;
}

/* --- Footer --- */
.footer.footer-white {
  background: #fff;
  color: var(--dark);
  padding: 2rem 0 1rem 0;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.5rem;
}

.footer-left {
  flex: 1 1 40%;
}

.footer-contact-label {
  font-weight: 700; 
}

.footer-logo-img {
  max-width: 220px;
}

.footer-right {
  flex: 1 1 60%;
  display: flex;
  justify-content: flex-end;
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  align-items: flex-start;
}

.footer-contact-heading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-headline);
  font-size: 1.3rem;
}

.footer-contact-icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-contact-desc {
  font-size: 1.1rem;
  text-align: left;
  padding-left: calc(20px + 0.5em);
  font-family: "Inter";
}

.footer-bottom {
  background: #fff;
  color: var(--dark);
  padding: 1rem 0;
  border-top: 1px solid #e0e0e0;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright,
.footer-credit {
  font-size: 1.1rem;
  font-family: "Inter";
}

/* Custom CSS for modal window */
.custom-form-modal {
  background-color: #fdd4bf; 
  border-radius: 0;
  border: none;
}

.form-title, h5 {
  text-align: center;
  color: #000;
      font-style: italic;
    margin-bottom: 20px;
    font-family: "DM Serif Display";
}



.custom-input {
  border-radius: 0;
  margin-bottom: 10px;
  border: none;
  background-color: white;
  padding: 10px;
  font-size: 14px;
}

.custom-submit {
  background-color: #f8a47f;
  color: black;
  border: none;
  padding: 8px 16px;
  float: right;
  font-size: 14px;
  cursor: pointer;
}

.custom-submit:hover {
  background-color: #f7a26b;
}





select.form-control {
  appearance: auto !important;       /* restores browser native arrow */
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  background-image: none !important; /* prevent Bootstrap override */
}

.mb-3 {
  margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 0 !important;
}

.form-control-custom, 
select.form-control-custom {
  border-radius: 0;
  margin-bottom: 10px;
  border: none;
  background-color: white;
  padding: 10px;
  font-size: 14px;
  width: 100%; /* makes it responsive */
  box-sizing: border-box;
}

select.country-code {
  flex: 0 0 35%; /* adjust width of country code box */
}

#mobile {
  flex: 1; /* take remaining space */
}