

body {

 font-family: "Playfair Display", serif;

}


.header-section {

padding-block: 40px;

}

.header-section .logo-left {

        width: 90px;
    height: 123px;

}

.header-section .logo-right {

    width: 127px;
    height: 123px;

}

.slide-1-section {
  background: url("../assets/images/slide-1-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.hero-main-txt h2{ 
    
font-size: 128px;
    font-weight: 600;
    font-style: italic;
    color: rgb(244, 239, 229);

 }

 .hero-main-txt P{ 

    font-size: 27px;
        font-weight: 700;
    color: rgb(244, 239, 229);
 

 }

 .enquire-now-btn {

    font-size: 40px;
    color: #f4efe5;
    padding: 3px 53px;

 }

 .enquire-now-btn-section .enquire-now-btn {

    margin-top: 40px;
border: 3px solid #f4efe5;
    font-weight: 500;

 }


.hero-para-and-contact-section .hero-para {

    font-size: 23px; 
    color: rgb(244, 239, 229);
    line-height: 31px;
    letter-spacing: 0em;

}

.hero-para-and-contact-section .hero-contact {

font-size: 36px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(244, 239, 229);
    padding-right: 26px;

}

.slide-1-section {

    padding-bottom: 40px;

}


/* slide 2 - start */

.slide-2-section {
  background: url("../assets/images/slide-2-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 30px;
}

.about-sg-section {

padding-top: 40px;
padding-inline: 20px;
padding-bottom: 30px;
color: #fff;
background: hsl(0, 0%, 0%,60%);
width: 66%;

}

.about-sg-section h2 {

    font-size: 51px;
    font-style: italic;
    color: rgb(255, 255, 255);
margin-bottom: 20px;

}

.about-sg-section p,ul {

        font-size: 19px;
    color: rgb(255, 255, 255);
    font-weight: 500;

}

/* slide 2 - end */


/* slide 3 - start */

.slide-3-section {
  background: url("../assets/images/slide-3-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 80px;
}

.contact-heading-para-section h2{

    font-size: 51px;
    font-style: italic;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;

}

.contact-heading-para-section p{

    font-size: 28px;
    font-style: italic;
    color: rgb(255, 255, 255);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.contact-heading-para-section .site-and-mail{

    margin-top: 40px;

}

/* sg contact - start */

/* Form Card */
.sg-form-card {
    background: #fff;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

/* Heading */
.sg-form-title {
    font-weight: 700;
    margin-bottom: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sg-form-subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

/* Inputs */
.sg-input-group {
    position: relative;
}

.sg-input-group i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
}

.sg-input {
    padding-left: 38px;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
}

.sg-input:focus {
    border-color: #007b2a;
    box-shadow: 0 0 0 0.15rem rgba(0,123,42,0.15);
}

/* Textarea */
.sg-textarea {
    padding-left: 38px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.sg-textarea:focus {
    border-color: #007b2a;
    box-shadow: 0 0 0 0.15rem rgba(0,123,42,0.15);
}

/* Button */
.sg-submit-btn {
    background: #007b2a;
    color: #fff;
    border: none;
    height: 50px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 16px;
}

.sg-submit-btn:hover {
    background: #005e20;
}

/* Trust Text */
.sg-trust-text {
    font-size: 13px;
    color: #777;
    text-align: center;
    margin-top: 10px;
}

.contact-message-icon{

top: 16% !important;

}

/* sg contact - end*/

.qr-section {

gap: 7px;

}
.qr-section img {

width: 83px;
height: 83px;

}

.qr-section p {

font-size: 12px;
font-style: italic;
color: rgb(255, 255, 255);
margin-bottom: 0;

}

.input-top-gap {

margin-top: 30px;

}

.sg-submit-btn {

margin-top: 30px;

}

.slide-3-section .row {

row-gap: 40px;

}

/* slide 3 - end */


/* Enquire now popup - start */

/* ===== Custom Theme ===== */
.sg-theme-green { color: #007b2a; }
.sg-bg-green { background-color: #007b2a; }

/* ===== Modal Styling ===== */
.sg-modal-dialog {
    max-width: 500px;
}

.sg-modal-content {
    border-radius: 5px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    padding: 10px;
}

/* ===== Header ===== */
.sg-modal-title {
   font-size: 26px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
 font-family: "Playfair Display", serif;
}

.sg-modal-subtitle {
    font-size: 14px;
    color: #777;
}

/* ===== Form Fields ===== */
.sg-form-control {
    border-radius: 0;
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.sg-form-control:focus {
    border-color: #007b2a;
    box-shadow: 0 0 0 2px rgba(0,123,42,0.1);
}

/* ===== Button ===== */
.sg-submit-btn {
    height: 48px;
    border-radius: 0px;
    background: #007b2acc;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sg-submit-btn:hover {
    background: #007b2acc;
    transform: translateY(-2px);
    color: #fff;
}

/* ===== Input Icon Wrapper ===== */
.sg-input-group-text {
    background: #f8f9fa;
    border-radius: 0;
    border: 1px solid #e5e5e5;
}

/* ===== Animation ===== */
.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: all 0.3s ease;
}
.modal.show .modal-dialog {
    transform: scale(1);
}

.enquire-now-popup-section .modal-body {

padding-inline:30px;
    padding-bottom: 22px;
    padding-top: 16px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.enquire-popup-btn {
    
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #007b2acc;
    color: #fff;
    font-size: 17px;
    padding: 8px 18px;
   position: fixed;
    right: -52px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
}

.enquire-popup-btn:hover {
   background: #007b2acc;
    color: #fff;
}
.enquire-popup-btn:active {
   background: #007b2acc !important;
    color: #fff !important;
    border: none;
}

.enquire-popup-btn:focus {
   background: #007b2acc !important;
    color: #fff !important;
    border: none;

}

body.modal-open {
    padding-right: 0 !important;
    overflow: visible !important;
}

.sg-close-btn:focus {
    box-shadow: none;
}

.popoup-top-text {

margin-bottom: 18px;

}


.input-group>.form-control {

border: 1px solid #000;

}

.form-control {
    
    border: 1px solid #000;
    max-height: 43px;
    background: transparent;

}

.form-control.text-area {
    
    max-height: 90px;

}

.sg-modal-content::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url("../assets/images/form-bg.png") no-repeat;
      background-size: 530px;
    background-repeat: repeat;
    opacity: 0.05;
    z-index: 0;
    background-position: right top;
}

.sg-modal-content {

position: relative;

}

.sg-close-btn {

position: absolute !important;
    top: -10px;
    right: -10px;
    background: #000000;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgb(255 255 255 / 46%);
}

.input-bottom-gap {

    margin-bottom: 20px;

}


/* Enquire now popup - start */