/*
Theme Name: ISarva Theme
Theme URI: https://isarvait.com
Description: ISarva Theme is simple theme mainly used in Elementor based theme
Version: 1.0
*/

* {
  margin:0px;
  padding:0px;
}

body {
  margin: 0;
  box-sizing: border-box;
}

/* contact form */

/* Parent wrapper */
.contact-form {
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px 30px 0px 30px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: inherit;
}

/* Rows */
.contact-form .cs-row {
    margin-bottom: 18px;
}

/* Two column row */
.contact-form .cs-two {
    display: flex;
    gap: 15px;
}

.contact-form .cs-two .cs-field {
    width: 50%;
}

/* Labels */
.contact-form label {
    display: block;
    margin-bottom: 6px;
    color: #333;

  
}

/* Inputs */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    font-family: 'lato' 'sans serif' !important;

}




.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Focus */
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0f4c4c;
}

/* Submit button */
.contact-form .cs-submit {
    width: 100%;
    background: #744c9b;
    color: #ffffff;
    padding: 14px;
    border: 1px solid #744c9b;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-form .cs-submit:hover {
    background: #ffffff;
    border: 1px solid #744c9b;
    color: #744c9b;
}



@media (max-width: 767px) {

    .contact-form {
        padding: 20px 20px 0px 20px;
    }

    /* Stack first & last name */
    .contact-form .cs-two {
        flex-direction: column;
        gap: 0;
        margin: 0;
    }

    .contact-form .cs-two .cs-field {
        width: 100%;
        margin-bottom: 18px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
        padding: 12px;
    }

    .contact-form .cs-submit {
        font-size: 14px;
        padding: 13px;
    }
}

/* --------------- */
.venue-shortcode-section{
min-height: 550px;
}

@media(max-width:1024px){
.venue-shortcode-section{
min-height: 450px;
}
}

.venues-wrapper {
    display:flex;
    gap:25px;
    
     padding-bottom: 12px;
}

@media(max-width:768px){
.venues-wrapper {
 overflow-x: scroll;
}
}

.venues-wrapper .venue-category {
    padding:10px;
    border:1px solid #571F87;
    border-radius:16px;
    text-align:center;
    min-width:100px;
   
}

.venues-wrapper .venue-category img{
    border-radius:10px;
}

.venues-wrapper .venue-category a{
    color:black;
}

.venues-wrapper .venue-category p{
   margin-top: 3px;
}

.venue-category:hover{
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 23%);
}



.venue-category-header{
text-align: center;
}

.venue-category-header .venue-heading{
    font-weight: 400;
    margin-top:60px;
}



.venue-description{
     margin-top: 20px;
     color:#5A5757
}

.venues-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap:30px;
    row-gap:50px;
    margin-top: 50px;
     margin-bottom: 60px;
}

@media(max-width:1250px){
  .venues-list {
   grid-template-columns: 1fr 1fr;
    
}
}  

@media(max-width:900px){
  .venues-list {
   grid-template-columns: 1fr 1fr;
   row-gap:30px;
    
}
}

.no-result {
    text-align:center;
    margin:50px 0px;
}

.venues-list .venue-item{
    border-radius:16px;
    /* box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%); */
    box-shadow: 0px 0px 18px 9px rgb(86 85 85 / 15%);
}

.venues-list .venue-item > img{
    height:219px;
    width:100%;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
}

.venues-list .venue-content{
    padding: 12px 15px 21px 15px;
}

.venues-list .venue-content h3{
    font-size:20px;
    font-weight: 400;
}

.venues-list .venue-content .venue-location{
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #B2B1B1;
     padding:8px 0px;
}

.venues-list .venue-content .venue-location p{
    font-size:17px;
}

.venues-list .venue-content .venue-details{
 display: flex;
 justify-content: space-between;
  border-bottom: 1px solid #B2B1B1;
   padding:16px 50px 8px 0px;
   gap:10px;
}

.venues-list .venue-content .venue-details .title{
    color:#5A5757;
    margin-bottom:8px;
}

.venue-content .venue-buttons{
    display:flex;
    justify-content: space-between;
    padding-top:23px;
    flex-wrap: wrap;
    gap:20px;
}

.venue-content .view-details {
    border-radius: 8px;
    background-color:#744c9b;
    color:white;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 88px;
    text-align: center;
    box-shadow: 0px 4px 4px 0 rgb(0 0 0 / 25%);
}

.venue-content .call {
    border:1px solid #744c9b;
    border-radius: 8px;
     color:black;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 33px;
    text-align: center;
}

@media (max-width: 900px) {
    .venues-list {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

@media(max-width:768px){
.venue-category-header .venue-heading{
      margin-top:60px;
}

.venues-list{
     margin-top:40px;
}
}

@media(max-width:450px){
    .venue-content .venue-buttons a{
        width:100%;
    }
}


/* ---- ----------------------------------*/
.frequent-question {
    position: relative;
     padding-left: 80px;
}

/* Vertical text */
.frequent-question::before {
     content: ".FREQUENT QUESTIONS";
     position: absolute;
     left: 0px;
     top: 30%;                 /* start from top */
     writing-mode: vertical-lr;
     font-size: 12px;
     letter-spacing: 3px;
     color: #ffffff;
     opacity: 1;
}

/* Vertical line */
.frequent-question::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 30%;
    height: 60%;
    width: 1px;
    background: rgba(255,255,255,0.4);
}

@media(max-width:1024px){
    .frequent-question {
         padding-left: 60px;
    }

.frequent-question::before {
top: 4%;
}

.frequent-question::after{
top: 4%;
  left: 30px;
height: 90%;
}
}
/* --------------------------------------- */



/* About page style  */

.founders-section {
  position: relative;
}

/* Vertical line */
.founders-section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -50px;
  width: 1px;
  height: 150px;
  background-color: #ccc;
}

/* Horizontal line */
.founders-section::after {
  content: "";
  position: absolute;
  left: -25%;
  top: -20px;
  width: 40vw;
  height: 1px;
  background-color: #ccc;
}

@media(max-width:768px){
  .founders-section::after {
    width:100%;
  }
}


/* wedding enquiry form */

/* ===========================
   WEDDING FORM - BASE STYLES
   =========================== */
.csc-wedding-form {
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

/* ===========================
   FORM FIELDS
   =========================== */
.csc-field {
  margin-bottom: 20px;
  width: 100%;
}

.csc-field label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

/* All CF7 inputs & selects */
.csc-field input[type="text"],
.csc-field input[type="tel"],
.csc-field input[type="email"],
.csc-field select,
.csc-field textarea,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  appearance: auto;
}

.csc-field input:focus,
.csc-field select:focus,
.csc-field textarea:focus {
  border-color: #7b2fbe;
  box-shadow: 0 0 0 3px rgba(123, 47, 190, 0.12);
}

/* ===========================
   PHONE FIELD
   =========================== */
.csc-phone-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.csc-phone-wrap:focus-within {
  border-color: #7b2fbe;
  box-shadow: 0 0 0 3px rgba(123, 47, 190, 0.12);
}

/* Country code dropdown */
.csc-phone-wrap .wpcf7-form-control-wrap:first-child {
  align-items: stretch;
  border-right: 1px solid #ddd;
  flex-shrink: 0;
}


.csc-phone-wrap p{
width:100%;
display:flex;
}

  .csc-phone-wrap .csc-country-select {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 13px 10px;
  background: #f9f9f9;
  font-size: 14px;
  color: #333;
  width: 160px;
  height: 100%;
  cursor: pointer;
  appearance: auto;
  width:fit-content;
}


/* Phone number input */
.csc-phone-wrap .wpcf7-form-control-wrap:last-child {
  flex: 1;
  align-items: stretch;
}

.csc-phone-wrap .csc-phone-input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 13px 16px;
  width: 100% !important;
  font-size: 14px;
  background: #fff;
  flex: 1;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-left: 15px;
}

/* ===========================
   SUBMIT BUTTON
   =========================== */
.csc-submit {
  margin-top: 10px;
}

.csc-submit input[type="submit"],
.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  padding: 16px 24px;
  background: #7b2fbe;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  letter-spacing: 0.3px;
}

.csc-submit input[type="submit"]:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  background: #6a1fad;
  transform: translateY(-1px);
}

.csc-submit input[type="submit"]:active {
  transform: translateY(0);
}

/* ===========================
   CF7 VALIDATION STYLES
   =========================== */

.wpcf7-not-valid input,
.wpcf7-not-valid select,
.wpcf7-not-valid textarea {
  border-color: #e53e3e !important;
}

.wpcf7-response-output {
  margin-top: 15px !important;
  padding: 10px 16px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  border: none !important;
}

.wpcf7-mail-sent-ok {
  background: #f0fff4 !important;
  color: #276749 !important;
  border-left: 4px solid #38a169 !important;
}

.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked {
  background: #fff5f5 !important;
  color: #c53030 !important;
  border-left: 4px solid #e53e3e !important;
}

/* ===========================
   TABLET - 768px to 1024px
   =========================== */
@media (max-width: 1024px) {
  .csc-wedding-form {
    padding: 25px;
    max-width: 100%;
  }

  .csc-phone-wrap .csc-country-select {
    width: 145px;
    font-size: 13px;
  }
}

/* ===========================
   MOBILE - Below 768px
   =========================== */
@media (max-width: 768px) {
  .csc-wedding-form {
    width: 100%;
    padding: 20px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }

  .csc-field {
    margin-bottom: 16px;
  }

  .csc-field label {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .csc-field input[type="text"],
  .csc-field input[type="tel"],
  .csc-field select,
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-tel,
  .wpcf7-form-control.wpcf7-select {
    padding: 11px 14px;
    font-size: 14px;
  }

  /* Stack phone field on mobile */
  .csc-phone-wrap {
    flex-direction: column;
    border-radius: 8px;
  }

  .csc-phone-wrap .wpcf7-form-control-wrap:first-child {
    border-right: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }

  .csc-phone-wrap .csc-country-select {
    width: 100% !important;
    border-radius: 8px 8px 0 0 !important;
    background: #f5f5f5;
    padding: 11px 14px;
    font-size: 14px;
  }

  .csc-phone-wrap .wpcf7-form-control-wrap:last-child {
    width: 100%;
  }

  .csc-phone-wrap .csc-phone-input {
    padding: 11px 14px !important;
    border-radius: 0 0 8px 8px !important;
    font-size: 14px;
  }

  .csc-submit input[type="submit"],
  .wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
    padding: 14px 20px;
  }
}

/* ===========================
   SMALL MOBILE - Below 480px
   =========================== */
@media (max-width: 480px) {
  .csc-wedding-form {
    padding: 16px 12px;
  }

  .csc-field label {
    font-size: 13px;
  }

  .csc-field input[type="text"],
  .csc-field input[type="tel"],
  .csc-field select,
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-tel {
    padding: 10px 12px;
    font-size: 13px;
  }

  .csc-phone-wrap .csc-country-select {
    font-size: 13px;
    padding: 10px 12px;
  }

  .csc-phone-wrap .csc-phone-input {
    padding: 10px 12px !important;
    font-size: 13px;
  }

  .csc-submit input[type="submit"],
  .wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    padding: 13px 16px;
    letter-spacing: 0;
  }
}

/* ------------------------Single Venue --------------- */
 .iris-container {
    max-width: 1395px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    }

    .venue-title{
        margin-top:40px;
        margin-bottom:10px;
    }

    .venue-gallery {
    display:flex;
    column-gap:20px;
    margin-top:40px;
      margin-bottom:40px;
}

.venue-left-container,
.venue-right-container{
    width:50%;
    display:flex;
    column-gap:20px;
}


.venue-left-first-container,
.venue-right-first-container{
    width:50%;
}

.venue-left-first-container img,
.venue-right-first-container img {
       height: 600px;
       width:100%;
       object-fit:cover;
       border-radius:14px;
    }

.venue-left-second-container,
.venue-right-second-container{
    width:50%;
    display:flex;
    flex-direction:column;
    row-gap:15px;
}

.venue-left-top img,
.venue-left-bottom img,
.venue-right-top img,
.venue-right-bottom img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 14px;
}

.venue-description{
    margin-bottom:30px;
}

.feature-section h3{
    margin-top:30px;
     margin-bottom:30px;
}

.single-page-venue-description {
 margin-bottom:20px;
}

.key-features,
.additional-key-features {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom:40px;
}

.key-features > div,
.additional-key-features > div{
    border:1px solid #0000004d;
    padding:7px 15px 15px 15px;
    border-radius:8px
}

.key-features .feature-title,
.additional-key-features .feature-title{
    color:#5A5757;
    margin-bottom: 10px;
}

.btn-container{
    display:flex;
    justify-content:center;
}

.get-price-btn{
    padding:20px 32px;
    background-color:#764A9C;    
    width:fit-content;
    border-radius:6px;
    margin-bottom:80px;
}

.get-price-btn a{
    font-size:20px;
    font-weight:600;
    color:white;
    text-decoration:none;
}

@media(max-width:768px){
    .venue-gallery{
        flex-direction:column;
        row-gap:15px;
    }

    .venue-left-container,
    .venue-right-container{
        width:100%;
        flex-direction:column;
        row-gap:15px;
    }

    .venue-left-first-container,
    .venue-right-first-container{
         width:100%;
    }

    .venue-left-second-container,
    .venue-right-second-container{
        width:100%;
        display:flex;
        flex-direction:row;
        column-gap:15px;
    }

    .venue-left-first-container img,
    .venue-right-first-container img{
       height:300px
     }

    .venue-left-top ,
    .venue-left-bottom ,
    .venue-right-top ,
    .venue-right-bottom {
       width:50%
    }

    .venue-left-top img,
    .venue-left-bottom img,
    .venue-right-top img,
    .venue-right-bottom img{
        height:190px;
    }

    .key-features,
    .additional-key-features{
        grid-template-columns: 1fr 1fr;
        gap:20px;
    }

     .key-features{
      margin-bottom:20px;
     }


    .get-price-btn a{
        font-size:16px;
    }
    .get-price-btn{
        padding: 12px 32px;
    }
}

@media(max-width:400px){
    .key-features,
    .additional-key-features{
        grid-template-columns: 1fr;
        gap:20px;
    }
    .key-features{
        margin-bottom:20px;
    }
}
.csc-phone-wrap .wpcf7-form-control-wrap:first-child {
  max-width: 130px;
}