/*
Theme Name: Zidex Child
Theme URI: https://zidex.modeltheme.com/
Template: zidex
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Industrial & Factory WordPress Theme
Version: 1.0
Text Domain: zidex
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post

*/

/* =Theme customization starts here
------------------------------------------------------- */

.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
  background-color: rgb(98 85 164 / 85%) !important;
}

.mt_thumbnails_custom_content_link_content img {
  max-height: fit-content !important;
}
.mt_thumbnails_custom_content_link_content {
  min-height: 480px !important;
  background: #ffffff;
  padding: 20px !important;
}
.home .header2 .sticky-wrapper.is-sticky .menu .menu-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.serdiv {
  padding: 30px 15px !important;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.serdiv .wpb_content_element {
  margin-bottom: 0px !important;
}
footer .footer-top .widget-title {
  color: #ffffff !important;
}
.pad50 {
  padding: 50px !important;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-2 {
  margin-bottom: 20px;
}
.form-control {
  box-shadow: none !important;
}
select {
  height: 50px !important;
}
.mt-2 {
  margin-top: 20px;
}
.mt-4 {
  margin-top: 40px;
}
.wpcf7-submit {
  background: #fbbe14 !important;
  border: none !important;
  padding: 20px !important;
  color: #ffffff !important;
  font-weight: bold !important;
}
.slider_text {
  padding: 0px 150px;
}
.slider_text p {
  color: #ffffff !important;
}
body.home.page .sticky-wrapper {
  background: transparent !important;
}
body.page .sticky-wrapper {
  background: #6255a4 !important;
}

body.home .header-info-group p {
  color: #ffffff !important;
}

.header-info-group p {
  color: #666666 !important;
}
.header-info-group i {
  font-size: 30px !important;
}
#navbar .menu-item > a {
  padding: 15px !important;
}
.row.row-0 {
  display: flex;
  align-items: center;
}
body .sticky-wrapper.is-sticky,
body .sticky-wrapper.is-sticky .navbar-default {
  background: #6255a4 !important;
}
@media only screen and (max-width: 767px) {
  body .navbar-header {
    background: #ffffff !important;
  }
  body.home #modeltheme-main-head {
    background: #6255a4 !important;
  }
  .navbar-toggle {
    color: #6255a4 !important;
  }
  .navbar-toggle .icon-bar {
    background: #6255a4 !important;
  }
  .is_header_semitransparent .navbar-default {
    background: #6255a4 !important;
  }
  .pad50 {
    padding: 15px !important;
  }
  .wpcf7-form label {
    width: 100%;
    padding-bottom: 5px;
  }
  .zidex-quote h4 {
    padding-left: 15px;
  }
}

/* Small devices (phones) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Tablets */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* Small laptops */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Desktops */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Large screens */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.hometopcoln{
  display:flex;
  justify-content: space-between;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 15px 20px;
  align-items: flex-start;
  color:#ffffff;
}
.innerpara{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
}
.innerpara .alink{
  color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
.hometopcoln.colfirst{
  background-color: #40b890;
}
.hometopcoln.colsecond{
  background-color: #269ecb;
}
.hometopcoln.colthird{
  background-color: #1b3281 ;
}
.hometopcoln img{
  /* filter:invert(0.8); */
  margin-top: 5px;
}
.wpb_row {
	margin-bottom: 40px;
}
.opening_list{
  display: block;
  width: 100%;
}
.opening_hrs {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-weight: normal;
}
.hrs_right {
    float: right;
}
.bottom20{
  margin-bottom: 20px !important;
}
.paratop{
  padding-bottom: 15px;
}
.hometopcolnht{
  min-height: 300px;
}
ul.topfac {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 5px;
}
ul.topfac li {
    margin-bottom: 10px;
    display: flex;
}
ul.topfac li span {
    float: left;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    margin-top: 3px;
}

.mainimg {
    z-index: 1;
    width: 100%;
    max-width: 708px;
    position: relative;
}

.mainimg:before, .mainimg:after {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    margin: 0 auto;
    max-width: 388px;
    position: absolute;
    border-radius: 320px;
    background: -webkit-gradient(linear, left top, left bottom, from(#40b890), color-stop(25.35%, rgba(64, 184, 144, 0.6)), color-stop(50.34%, rgba(64, 184, 144, 0.2)), to(rgba(64, 184, 144, 0)));
    background: linear-gradient(180deg, #40b890 0%, rgba(64, 184, 144, 0.6) 25.35%, rgba(64, 184, 144, 0.2) 50.34%, rgba(64, 184, 144, 0) 100%);
}

.mainimg .item-img1 {
    max-width: 324px;
    overflow: hidden;
    border-radius: 320px;
    border: 10px solid #F6F7F9;
}

.mainimg .item-exp {
    left: 0;
    top: 50%;
    right: 0;
    z-index: 2;
    width: 200px;
    margin: 0 auto;
    height: 200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    border-radius: 100%;
    border: 10px solid #F6F7F9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #40b890;
}

.mainimg .item-img2 {
    max-width: 544px;
    overflow: hidden;
    max-width: 324px;
    margin-top: 120px;
    border-radius: 320px;
    border: 10px solid #F6F7F9;
}

.mainimg .item-exp h3 {
    width: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0px;
}
.mainimg .item-exp p {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    max-width: 98px;
}
.inner-item{
  padding-left: 20%;
}

.img-cover {
    width: 100%;
    height: 100%;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.text-center {
    text-align: center !important;
}
.align-items-center {
    align-items: center !important;
}
.section2{
  background: #F6F7F9;
    padding: 90px 20px;
}
.abtleft{
  padding:60px 40px;
}
.serdiv {
    padding: 15px 5px !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 30% !important;
    margin-right: 3.333%;
    margin-bottom: 3.333%;
    border-radius: 20px;
}
.serdiv img{
  border-radius: 20px 20px 0px 0px;
}
.serviceheadone{
  padding: 20px;
    background: #40b890;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0px 0px 20px 20px;
}
.serviceheadtwo{
  padding: 20px;
    background: #269ecb;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0px 0px 20px 20px;
}
.serviceheadthree{
  padding: 20px;
    background: #1b3281;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0px 0px 20px 20px;
}

.contact-details i {
    width: 20px;
    margin-right: 10px;
    text-align: center;
}
.appointcol{
  padding: 120px 50px !important;
  background-color: #269ecb;
}
.mb0{
  margin-bottom: 0px !important;
}
.innerpara p,.innerpara ul.topfac li{
  color: #ffffff;
}
.breadcrumb a,
.header-title-breadcrumb-overlay h1,
.breadcrumb>.active{
  color: #000c21 !important;
}
.abtleftone{
  padding: 4.1vw 2.6vw 2.7vw 2.6vw !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CADBDD;
    border-radius: 30px 0px 0px 30px;
}
.abtrght{
  padding: 4.1vw 2.6vw 2.7vw 2.6vw !important;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #CADBDD;
    border-radius: 0px 30px 30px 0px;
}
.abtcenter{
  padding: 4.1vw 2.6vw 2.7vw 2.6vw !important;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #CADBDD;
}
.header-info-group p {
    color: #ffffff !important;
}
.serv_start_centerdiv{
  padding:0px 120px !important;
}
.serv_start_centerdiv h1{
  font-weight: 700;
    line-height: 1.2;
}
.serimagediv{
  padding-top:55px !important
}
.serimagediv img{
  border-radius: 30px 30px 30px 30px;
}
.sertextdiv{
  padding-right: 80px !important;
}
.sertextdiv h1{
  font-weight: 700;
    line-height: 1.2;
    padding-bottom: 30px;
    font-size: 55px;
}
.sertextdiv h4{
  padding-bottom: 10px !important;
  text-transform: uppercase;
  font-size: 14px;
}
.sertextdiv.sertextrightdiv{
  padding-right: 0px !important;
  padding-left: 80px !important;
}
.mt_team img{
  border-radius: 30px 30px 30px 30px;
}
.mt_team_content{
  border-radius: 30px 30px 30px 30px;
}
.teamrightdiv{
  padding-left: 40px !important;
}
.teamrightdiv h2{
  font-weight: 600;
    line-height: 1.2;
}
.teamrightdiv h3{
  padding-bottom: 20px;
}
.widget_custom_html{
  color: #ffffff !important;
}
footer .footer-top .widget_nav_menu[id*="monster-widget"] .menu li.menu-item,
.widget_recent_entries li, .widget_recent_comments li,
.widget_pages li, .widget_meta li, .widget_categories li,
.widget_archive li, .widget_nav_menu li{
  padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.homeservicediv{
    background: radial-gradient(
      circle at center,
      #f5e8c8 0%,
      #f0dfb6 40%,
      #e8d19f 75%,
      #d9bb7b 100%
  );
  padding-top: 80px !important;
  padding-bottom: 70px !important;
}

.servicecol > .vc_column-inner >.wpb_wrapper{
  border: 1px solid #e29827 !important;
    border-radius: 20px;
    box-shadow:
        0 2px 4px rgba(226,152,39,0.15),
        0 8px 20px rgba(0,0,0,0.12);
    min-height: 460px !important;
}
.servicecol > .vc_column-inner >.wpb_wrapper h2{
  padding: 0px 20px !important;
  padding-bottom: 20px !important;
  font-weight: 600;

}
.servicecol > .vc_column-inner >.wpb_wrapper .wpb_text_column{
  padding: 0px 20px !important;
}
.serviceimgdiv img{
  border-radius: 20px 20px 0px 0px;
}
.pathwaydiv{
  padding:60px 40px !important;
   background: radial-gradient(
      circle at center,
      #f5e8c8 0%,
      #f0dfb6 40%,
      #e8d19f 75%,
      #d9bb7b 100%
  );
}
.footer-row-1{
  background: radial-gradient(
      circle at center,
      #f5e8c8 0%,
      #f0dfb6 40%,
      #e8d19f 75%,
      #d9bb7b 100%
  );

}
.footersenrow{
  color: #000c21 !important;
}
.footer-row-1 .sidebar-1{
  text-align: right !important;
}
.footer-row-1 .sidebar-2{
  text-align: left !important;
  border-left: 1px solid;
}
.footer-row-1 .sidebar-2 #custom_html-3 {
        padding-left: 0px !important;
        padding-right: 25% !important;
}
.back-to-top{
  z-index: 999;
}
.pathwaydiv h2{
  color: #000c21 !important;
}
.guidingdiv{
  padding: 60px 40px !important;
   background: radial-gradient(
      circle at center,
      #f5e8c8 0%,
      #f0dfb6 40%,
      #e8d19f 75%,
      #d9bb7b 100%
  );
}
.gutitlediv{
  text-align: center;
    background: #000c21;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0px 0px 30px 30px;
}
.gutitlediv h2{
  font-size: 20px !important;
}
.guidelineimgdiv{
  margin-bottom: 0px !important;
}
.guidelineimgdiv img{
  border-radius: 30px 30px 0px 0px;
}
.eventbanner{
  height: 240px;
  background-image: url(/wp-content/uploads/2026/06/events1.jpg) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

form.wpcf7-form{
  padding: 20px 30px !important;
}
.wpcf7-list-item {
    display: block;
    margin: 8px 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.wpcf7 select {
    width: auto;
    min-width: 200px;
    display: inline-block;
}
select {
    padding: 0px 10px;
}
.wpcf7-list-item label {
    width: 100%;
    padding-bottom: 5px;
}
body.page-about,body.page-events,body.page-book-puja-homa,
body.page-feedback,body.page-contact-us{
    background: radial-gradient(
      circle at center,
      #f5e8c8 0%,
      #f0dfb6 40%,
      #e8d19f 75%,
      #d9bb7b 100%
  );
}
.aboutpagediv{
  padding-top: 60px !important;
  padding-bottom: 60px !important;

}
.aboutbanner {
  height: 240px;
  background-image: url(/wp-content/uploads/2026/06/about.jpg) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.abtimgpagediv{
  padding:20px;
}
.abtimgpagediv img{
  border: 2px solid #e29827 !important;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(226, 152, 39, 0.15), 0 8px 20px rgba(0, 0, 0, 0.12);

}
.offertextdiv{
  padding:100px 60px !important;
}
.offerfinaldiv{
  padding:20px 40px !important;
  margin-bottom: 0px !important;
}
.offertextdiv p{
  font-size: 18px;
    line-height: 1.6;
    color: #000c21;
    font-weight: 600;
    padding: 0px 80px;

}
.contact-details > :nth-child(4) {
  display: none;
}
.wpcf7 label {
  font-weight: 600;
    color: #000c21;
    font-size: 14px;
}
.contactpagediv{
  text-align: center;
}
.contactpagediv p i,.contactpagediv p a {
    color: #000c21 !important;

}
.contactpagediv .social-links {
    margin: 0;
    padding: 0 !important;
    line-height: 1;

}
.contactpagediv .social-links * {
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-left: 1px;
    padding-right: 5px !important;
}

.contactpagediv .social-links i {
    font-size: 25px;
    margin: 0;
}
.spiritual-heading {
    text-align: center;
}

.spiritual-heading span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    color: #000c21;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 0 40px;
}

.spiritual-heading span:before,
.spiritual-heading span:after {
    content: "✦";
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 0 10px rgba(0,0,0,.6);
}

.spiritual-heading span:before {
    left: 0px;
}

.spiritual-heading span:after {
    right: 0px;
}
.enquiry-form-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin:30px 0;
}

.enquiry-column{
    background:#fff;
    padding:25px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.enquiry-column h4{
    margin-top:0;
    margin-bottom:20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.enquiry-column label,
.enquiry-bottom-grid label{
    display:block;
    margin-bottom:0px;
    font-weight:500;
}

.enquiry-column input,
.enquiry-column select,
.enquiry-column textarea,
.enquiry-bottom-grid input,
.enquiry-bottom-grid select{
    /* width:100%; */
    margin-top:6px;
}

.enquiry-column .wpcf7-list-item{
    display:block;
    margin:0 0 10px 0;
}

.enquiry-bottom-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:20px;
}

.privacy-consent{
    margin:25px 0;
}

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

.form-submit input[type="submit"]{
    padding:12px 30px;
    font-size:16px;
    border-radius:30px;
    cursor:pointer;
}

.privacy-consent{
    margin:20px 0;
    padding:15px;
    background:#f8f8f8;
    border-left:4px solid #d4af37;
    border-radius:6px;
}

.privacy-consent .wpcf7-list-item{
    margin:0;
}

.privacy-consent label{
    display:flex;
    align-items:flex-start;
    gap:10px;
    line-height:1.6;
    cursor:pointer;
}

.privacy-consent input[type="checkbox"]{
    margin-top:4px;
}
.bannersubtitlediv{
  padding:0px 120px;
}
.sticky-column {
    position: sticky !important;
    top: 100px; /* Adjust based on your header height */
    align-self: flex-start;
}

@media (max-width: 991px) {
    .sticky-column {
        position: static !important;
    }
}
@media(max-width:991px){
    .enquiry-form-grid{
        grid-template-columns:1fr;
    }

    .enquiry-bottom-grid{
        grid-template-columns:1fr;
    }
}
@media only screen and (max-width: 767px) {
    body .navbar-header {
        background: #000c21 !important;
    }
    .navbar-toggle {
        color: #ffffff !important;
    }
    body.home #modeltheme-main-head {
        background: #000c21 !important;
    }
    .serdiv{
      width: 100% !important;
      padding: 15px 15px !important;
    }
    .appointcol {
        padding: 30px 50px !important;
        background-color: #269ecb;
    }
    .appointcolleft{
      height: 300px;
    }
    .serv_start_centerdiv{
      padding: 15px 15px !important;
    }
    .serimagediv {
        padding-top: 0px !important;
    }
    .sertextdiv {
        padding-right: 0px !important;
    }
    .sertextdiv.sertextrightdiv {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .teamrightdiv {
        padding-left: 0px !important;
        padding-top: 30px;
    }
    .servicecol > .vc_column-inner >.wpb_wrapper{
      margin-bottom: 20px !important;
    }
    .pathwaydiv,.guidingdiv{
      padding: 20px !important;
    }
    .footer-row-1 .sidebar-2 #custom_html-3 {
        padding-left: 0px !important;
        padding-right: 0% !important;
        text-align: center;
        padding-top: 20px;
    }
    .footer-row-1 .sidebar-1 {
        text-align: center !important;
    }
    .pathwaydivleft{
      height: 300px;
    }
    .offertextdiv {
        padding: 20px !important;
    }
    .offerfinaldiv {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }
    .offertextdiv p {
        font-size: 16px;
        line-height: 1.6;
        color: #000c21;
        font-weight: 600;
        padding: 0px 0px;
    }
    .bannersubtitlediv {
        padding: 0px 0px;
    }

}