*{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  /* font-size: 21px ; */
}
/* nabar fixed */
#navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 10px rgb(0 0 0 / 36%); /* Optional shadow for visual depth */
}
/*  */
.navbar-nav li.nav-item a {
    color: #272727;
    font-size: 24px;
    font-weight: 900;
}
.navbar-nav li.nav-item a:hover,.navbar-nav li.nav-item a:active{
    color: #9b7d30;
}
.can_img img {
    max-height: 550px;
    width: auto;
}
.can_text p{
    font-size: 21px;
}
.sec-heading {
    font-size: 40px;
    font-weight: 900 !important;
}
.main-wrapper_canva .canva-block figure img {
    box-shadow: 2px 2px 8px;
    margin-bottom: .5rem;
    max-height: 550px;
}
.main-wrapper_canva .canva-block figure {
    padding: 1rem !important;
}
.main-wrapper_canva .canva-block figcaption {
    font-weight: 900;
    font-size: 18px !important;
        font-family: "Cormorant Garamond", Sans-serif;
}
section#paper {
    background: #e7e5e5 !important;
}
#paper figure img {
    box-shadow: 2px 2px 8px;
    margin-bottom: .25rem;
}

#paper figure {
    padding: 1rem !important;
}
section#contact, section#contact h2{
    font-size: 30px ;
}
a.btn {
    font-size: 28px;
    font-weight: 800;
    border: none;
}
a.btn:hover,button.btn-send:hover {
    background: #9b7d30;
    color: #fff;
}


/* AcryliconCanvas Page */
/* Typography & General */
body {
  font-family: 'Times New Roman', Times, serif; /* Classic serif style matching original design */
  background-color: #ffffff;
}

.page-title {
  font-size: 2.25rem;
  color: #111111;
  letter-spacing: 0.5px;
}

/* Black Accent Line under Title */
.title-line {
  width: 50px;
  height: 2px;
  background-color: #000000;
}

/* Card Styling */
.artwork-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.artwork-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

/* .img-wrapper {
  overflow: hidden;
  background-color: #f8f9fa;
} */

.artwork-img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}

.artwork-caption {
     font-size: 20px;
    color: #121212;
    line-height: 1.3;
    font-weight: 800;
}

/* Modal Customization */
#imageLightbox .modal-content {
  background: rgba(0, 0, 0, 0.85) !important;
  border-radius: 8px;
  padding: 20px;
}

#lightboxImg {
  max-height: 80vh;
  object-fit: contain;
}

/* Fast fade animation for modal */
.modal.fade .modal-dialog {
  transition: transform 0.15s ease-out;
}

/* Contact Page  */
/* Contact Section Specific Styles */
   .contact-section {
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    background-color: #ffffff;
    padding: 50px 0;
}

.contact-section h1,
.contact-section h3 {
    font-family: 'Cormorant Garamond', serif;
}

/* Page Title */
.page-title {
    font-size: 52px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 25px;
}

.divider {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 60px;
}

/* Contact Info Column */
.contact-info-title {
    font-size: 30px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.contact-info-text {
    font-size: 16px;
    color: #333333;
    line-height: 1.9;
    margin-bottom: 25px;
}

.social-connect-title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 500;
}

/* Social Buttons */
.social-square-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333333;
    color: #ffffff;
    font-size: 17px;
    margin-right: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-square-btn:hover {
    background-color: #e6d5b8;
    color: #222222;
}

/* Form Styles */
.contact-section .form-control {
    border-radius: 0;
    border: 1px solid #cfcfcf;
    padding: 14px 16px;
    font-size: 16px;
    color: #222222;
    background-color: #ffffff;
    box-shadow: none !important;
    transition: border-color 0.3s ease;
}

.contact-section .form-control::placeholder {
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    opacity: 1;
}

.contact-section .form-control:focus {
    border-color: #555555;
    color: #222222;
}

/* Send Button */
.btn-send {
    background-color: black;
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 0;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Beige Hover Effect */
.btn-send:hover {
    background-color: #e6d5b8;
    border-color: #e6d5b8;
    color: #222222;
}
.social-fb {
    background: #3b5998;
    padding: 5px 12px 2px;
    text-align: center;
    margin: auto;
    justify-content: center;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
}
.social-twitter  {
    background: #1da1f2;
    padding: 5px 8px 2px;
    text-align: center;
    margin: auto;
    justify-content: center;
    display: inline-flex;
    border-radius: 5px;
    align-items: center;
}
.internal-card img.artwork-img {
    max-height: 400px;
    box-shadow: 2px 2px 10px #4a4a4aeb;
}
button.btn-send {
    background: #222;
    padding: 15px;
    border-radius: 0;
    color:#fff;
    font-weight: bold;
}
