@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

:root {
    --black: #000000;
    /* --blue: #224D8D; */
    --blue: #313218;
    /* --golden: #11A790; */
    --golden:  #95983D;
}

html{scroll-behavior: smooth;scroll-padding-top: 80px;}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar {
    /* background: #fff; */
    background: #EEF2D8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 99999;
}

.navbar-brand img {
    width: 90px;
}

.navbar-brand2 img {
    /* width: 260px; */
    width: 190px;
}

.navbar .nav-link {
    color: var(--black);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar .nav-contacts {
    background: var(--blue);
    color: #fff;
    font-weight: 600;
    padding: 10px 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 20px;
}


@media screen and (max-width:800px) {
    .navbar .nav-contacts {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:352px) {
    .navbar-brand2 img {
        width: 100px;
    }
}

@media screen and (max-width:290px) {
    .navbar-brand2 img {
        width: 80px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 10px;
    /* margin-left: 25px; */
}

/* navbar end */








/* banner start */
.carousel-caption {
    bottom: 200px !important;
}

.carousel .carousel-caption h5 {
    font-size: 60px;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.carousel .carousel-caption p {
    font-size: 30px;
}

/* banner end */





/* about section start*/
.about-head {
    margin-bottom: 50px;
}

.about-head h1 {
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: 600 !important;
    position: relative;
    margin-bottom: 20px;

}

.about-head h1 span {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    color: var(--golden);
}

.about-head h1 span::before {
    content: '';
    position: absolute;
    background: var(--golden);
    width: 65px;
    height: 3px;
    top: 100%;
    left: -60px;
}

.about-text h2 {
    font-size: 20px;
}
.about-text h3 {
    font-size: 17px;
}

.about-text p {
    /* padding-top: 8px; */
    color: #353434;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0;
}

.about-text h2 {
    /* padding-top: 10px;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 800;
    position: relative; */
}

.about {
    padding: 52px 0px;
}

.about-img {
    transition: .9s;
    overflow: hidden;
}

.about-img img {
    transition: .9s;
    padding: 10px;
}

.about-img:hover img {
    transform: scale(1.1);
}
/* about section end*/







/* gallery start */
.location {
    padding: 52px 0;
    background-color: var(--light);
    /* background: var(--black); */
}

.main-g-box {
    box-shadow: rgba(206, 203, 203, 0.35) 0px 5px 15px;
    transition: .5s;
}

.main-g-box:hover {
    transform: translateY(-1%);
}
/* gallery end */

@media screen and (max-width:500px) {
    .about-head h1::before {
        display: none;
    }

    .about-head h1::after {
        display: none;
    }

    .about-head h1 span::before {
        display: none;
    }

}
@media screen and (max-width:770px) {

    .right {
        display: none !important;
    }

    .left {
        width: 100% !important;
        height: 100%;
    }
}


.portfolio-item img {
    transition: 0.5s;
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, 0.7);
    transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}

.portfolio-item .fw-medium {
    font-size: 20px !important;
    text-transform: uppercase;
}

.portfolio-item h5 {
    font-size: 15px !important;
}

.portfolio-item .bg-danger {
    background-color: var(--blue) !important;
}
.service-krishna {
    padding: 10px 0;
}
.service-krishna a{
    text-decoration: none;
    color: #10140f;
    font-size: 1.125rem;    
    font-weight: 600;
    display: block;
}
.service-krishna p{
    color: #696767;
}
/* new footer  */




/* captcha new design start */
.captchasep1 {
    display: flex;
}

.captchasep1 input {
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 16px;
    border-color: var(--black) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    background: #fff !important;
    color: #616060;
    padding: 8px !important;
}

.captchasep1 .captcha-codes-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    background: url(../img/index-img/capt-img.jpeg);
    font-size: 16px;
    overflow: hidden;
    border-radius: 3px;
    font-weight: bolder;
    background: #fff;
}

.captchasep1 .captcha-codes-sec p {
    margin-bottom: 0;
    letter-spacing: 9px;
    font-style: italic;
    font-size: 20px !important;
    padding: 10px;
    height: 100%;
    font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec button {
    font-style: italic;
    font-size: 22px;
    outline: none;
    background: transparent;
    height: 100%;
    border: none;
}

.captchasep1 .captcha-codes-sec button i {
    background: var(--golden);
    color: #fff;
    padding: 10px;
}

.captchasep1 input {
    background-color: transparent;
}

.captchasep1 input::placeholder {

    color: var(--black) !important;
}

@media screen and (max-width:600px) {
    .captchasep1 {
        display: flex;
        flex-direction: column !important;
    }

    .captchasep1 .captcha-codes-sec {
        border-color: #000 !important;
    }
}

.bg-danger22 {
    background-color: var(--golden) !important;
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
    border-color: #000 !important;
}

/* page header */
.whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99999;
}

.phone {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 130px;
    right: 10px;
    z-index: 99999;
}



/* index book appoiint start */
.book-appoint {
    margin-top: 20px;
}

.book-appoint .enqiry-book-appoint {
    background: var(--blue);
    padding: 20px;
    border-radius: 15px;
    z-index: 9999;
}

.book-appoint .enqiry-book-appoint .book-appoint-add {
    border-right: 1px solid #fff;
    padding: 30px 20px;
}

.book-appoint .enqiry-book-appoint h4 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
}
.book-appoint .enqiry-book-appoint h4 i {
  /* animation: zoomInOut 2s ease-in-out infinite; */
  animation-name: zoomInOut;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform: scale(1);
  display: block;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.book-appoint .enqiry-book-appoint .book-appoint-add p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.book-appoint .enqiry-book-appoint .book-appoint-add a i {
    font-size: 20px;
}

.book-appoint .enqiry-book-appoint .book-appoint-add a {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry h4 {
    color: #fff;
    font-weight: bold;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry form input {
    border-radius: 0;
    padding: 8px;
    margin-top: 5px;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry form textarea {
    margin-top: 5px;
}

.book-appoint .enqiry-book-appoint .book-appoint-enqiry form .book-btn {
    background: #fff;
    color: var(--blue);
    font-weight: bold;
    font-size: 20px;
    border: none;
    outline: none;
    padding: 10px 20px;
    margin-top: 0px;
}




/* index book appoiint end */
@media screen and (max-width:544px) {

    .book-appoint .enqiry-book-appoint .book-appoint-add h4 {
        font-size: 14px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add {
        padding: 10px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add {
        padding: 14px;
        border-right: none;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-add a {
        font-size: 16px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-enqiry h4 {
        font-size: 14px;
    }

    .book-appoint .enqiry-book-appoint .book-appoint-enqiry form input {
        padding: 10px;
    }
}


/* overview */
.overview {
    padding: 50px 0;
}

.overview span {
    font-size: 30px;
    color: var(--golden);
    font-weight: bold;
}

.overview .overview-head h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blue);
}

.overview .overview-head p {
    font-size: 14px;
}









/* hightlight */
.facts {
  background-color: var(--blue);
  padding: 80px 20px;
  color: #fff;
}

.facts-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.facts-image,
.facts-content {
  flex: 1 1 50%;
}

.facts-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.facts h2 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.facts ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.facts ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.facts ul li::before {
  content: '➤';
  position: absolute;
  left: 0;
  color: #ffc74b;
  font-size: 18px;
  top: 2px;
}





/* Responsive */
@media (max-width: 768px) {
  .facts-container {
    flex-direction: column;
  }

  .facts h2 {
    font-size: 24px;
  }
}


/* footer */
.footer{
    background: var(--black);
    color: #a3a3a3;
    padding: 50px 0;
    font-size: 14px;
    font-weight: 300;
}
.footer .footer-usefull-link{}
.footer .footer-usefull-link a{
    color: inherit;
    display: inline-block;
}
.footer .footer-usefull-link p{}

.copyright{
    display: flex;
    justify-content: space-between;
}
.copyright a{
    color: #a3a3a3;
}






/* specification start */
.specification {
    padding: 52px 0;
    /* background: #3e413c; */
  }
  
  .specification .specfi-head {
    text-align: center;
    padding: 20px 10px;
    background: var(--blue) !important;
    /* min-height: 235px !important; */
  }
  
  .specification .specfi-head:hover {
    
    background: #95983D !important;
  }
  
  .specification .specfi-head .specfi-img img {
    width: 60px;
    margin-bottom: 20px;
  }
  
  .specification .specfi-head .specfi-title p {
    color: #86C228;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  .specification .specfi-head .specfi-title span {
    color: #fff;
    font-size: 14px;
  }
  
  /* specification end */
  
  


  
/* page header */
.page-header {
    background: linear-gradient( to right, rgba(0, 0, 0, 0.712), rgba(0, 0, 0, 0.655)), url(../images/banner/banner-04.jpg) no-repeat;
    background-size: cover;
    background-position: center ;
    padding: 100px 0 !important;
  }
  
  .page-header ol li{
    /* color: #02685A !important; */
  }
  .breadcrumb-item + .breadcrumb-item::before {
    color: var(--light) !important;
  }
  
  

  /* yahmuna-exp-bg */
  .yahmuna-exp-bg{
    background: url(../images/banner/background-fix.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0;
    text-align: center;
    color: #fff;
  }
  .yahmuna-exp-bg p{
    font-size: 60px;
  }
  @media screen and (max-width:700px) {
   .yahmuna-exp-bg p{
    font-size: 30px;
  } 
  }






  /******************************************/
/****   	11. Why Choose Us css  	   ****/
/******************************************/

.why-choose-us{
	padding: 100px 0;
	background: #fff;
}

.why-choose-item{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	padding: 25px;
	height: 100%;
}

.why-choose-item:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 3;
	border-radius: 30px;
	transition: all 0.3s ease-out;
}

.why-choose-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 36px;
    overflow: hidden;
	transition: all 0.1s ease-out;
}

.why-choose-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #313218e0;
}

.why-choose-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.why-choose-content{
	position: relative;
	z-index: 4;
}

.why-choose-content .why-choose-icon{
	margin-bottom: 20px;
}

.why-choose-content .why-choose-icon img{
	max-height: 60px;
}

.why-choose-content h3{
	font-size: 22px;
	transition: all 0.3s ease-out;
}

.why-choose-content p{
	margin-bottom: 0;
	transition: all 0.3s ease-out;
}

.why-choose-item:hover:before{
	transform: translate(100%,-100%);
}

.why-choose-item:hover .why-choose-image{
	opacity: 1;
}

.why-choose-item:hover .why-choose-content h3,
.why-choose-item:hover .why-choose-content p{
	color: #fff;
}






/******************************************/
/****   	12. Stat Counter css  	   ****/
/******************************************/

.stat-counter{
	padding: 60px 0;
	background: var(--blue);
}

.counter-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.counter-item .counter-icon{
	width: 80px;
	height: 80px;
	border-radius: 30px;
	background-color: var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.counter-content{
	width: calc(100% - 110px);
}

.counter-content h3{
	font-size: 40px;
	color: #fff;
	margin-bottom: 0;
}

.counter-content p{
	margin-bottom: 0;
	color: #fff;
}

/* payment start */

:root{
    --bg:#f1f6e8;            /* page background */
    --card:#eef4df;          /* table background */
    --olive:#6d7a2f;         /* header olive */
    --muted:#7d7d7d;
    --border:#cfcfaf;
    --text:#343216;
    --accent:#9aa462;
    --table-row:#f7f8ee;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }

   /* table container */
   .table-wrap{
    margin-top: 18px;
    background:var(--card);
    padding:0;
    border-radius:4px;
    box-shadow:0 0 0 1px rgba(0,0,0,0.02);
    overflow:hidden;
    border:1px solid var(--border);
  }
  tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    color: #000 !important;
}

  .table-head {
    background:var(--olive);
    color:#fff;
    text-align:center;
    font-weight:700;
    padding:12px 18px;
    font-size:15px;
    letter-spacing:0.6px;
  }

  table {
    width:100%;
    border-collapse:collapse;
    table-layout: fixed;
  }
  thead th, tbody td{
    border-top:1px solid rgba(0,0,0,0.06);
    border-right:1px solid rgba(0,0,0,0.04);
    padding:14px 12px;
    vertical-align:middle;
    text-align:center;
    font-size:14px;
  }

  thead th:first-child, tbody td:first-child { 
    width:72px;
  }
  thead th:nth-child(2), tbody td:nth-child(2) {
    text-align:center;
    width: calc(100% - 200px);
    font-weight:600;
  }
  thead th:nth-child(3), tbody td:nth-child(3) {
    width:128px;
  }

  thead th {
    background: transparent;
    color: #fff;
    border-top: none;
    border-right:1px solid rgba(255,255,255,0.06);
  }

  tbody tr:nth-child(odd){
    background:var(--table-row);
  }

  tbody td.particular {
    text-align:center;
    font-weight:500;
    color:#333;
  }

  /* small note and image reference */
  .note {
    margin-top:14px;
    text-align:start;
    color:var(--muted);
    font-size:13px;
  }

  /* responsive */
  @media (max-width:700px){
    .page{ padding:18px; margin: 12px; }
    .title h1{ font-size:22px; }
    thead th, tbody td{ padding:10px 8px; font-size:13px; }
    tbody td:first-child{ width:44px; }
    thead th:nth-child(2), tbody td:nth-child(2) { width: auto; }
  }






/* phase-area start */

  .phase-area h2 {
    text-align: center;
    font-size: 26px;
    color: #5f6d26;
    margin-top: 50px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.phase-area table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #f9f9f0;
}

.phase-area th {
    background: #6f7a31;
    color: white;
    padding: 12px;
    font-size: 14px;
    text-align: center;
}

.phase-area td {
    padding: 10px;
    border: 1px solid #c7c7a6;
    text-align: center;
    font-size: 14px;
}

.phase-area tr:nth-child(even) {
    background: #f3f5e2;
}

.phase-area .note {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
}



.btn-primary{
    background-color: #313218;
    border-color: var(--blue);
}

.btn-primary:hover{
    background-color: var(--golden);
    border-color: var(--golden);
}